(compilation-handle-exit): Quote first argument of `run-hook-with-args'.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
2
3 * progmodes/compile.el (compilation-handle-exit): Quote first
4 argument of `run-hook-with-args'.
5
6 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
7
8 * buff-menu.el (Buffer-menu-sort-column):
9 * dabbrev.el (dabbrev-upcase-means-case-search):
10 * dired.el (dired-recursive-deletes, dired-recursive-copies):
11 * info.el (Info-current-subfile):
12 * ls-lisp.el (ls-lisp-verbosity):
13 * msb.el (msb-menu-cond):
14 * pcvs.el (cvs-dired-use-hook):
15 * simple.el (set-mark-command-repeat-pop):
16 * time.el (display-time-24hr-format, display-time-mail-file):
17 Doc fixes.
18
19 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
20 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
21
22 * view.el (view-inhibit-help-message): Fix typo in docstring.
23 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
24
25 2007-05-14 Eli Zaretskii <eliz@gnu.org>
26
27 * mail/rmail.el (rmail-convert-to-babyl-format): Check
28 content-transfer-encoding _last_, because we need its position in
29 base64-header-field-end.
30
31 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
32
33 * files.el (mode-require-final-newline, require-final-newline)
34 (enable-local-variables, enable-local-eval): Doc fixes.
35
36 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
37
38 * progmodes/python.el (python-font-lock-keywords)
39 (python-open-block-statement-p, python-mode): Add support for the new
40 "with" keyword.
41
42 2007-05-10 Richard Stallman <rms@gnu.org>
43
44 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
45 (iso-cvt-write-only): Likewise.
46
47 * emacs-lisp/easy-mmode.el (define-minor-mode):
48 Fix generated doc string.
49
50 * startup.el (fancy-splash-text): Add URL of guided tour.
51 Adjust horizontal and vertical whitespace.
52
53 * progmodes/compile.el (compilation-handle-exit):
54 Use run-hook-with-args to run compilation-finish-functions.
55
56 * files.el (file-start-mode-alist): New variable.
57 (magic-mode-regexp-match-limit): Doc fix.
58 (set-auto-mode): Handle file-start-mode-alist.
59 A little cleanup of structure.
60
61 2007-05-10 Davis Herring <herring@lanl.gov>
62
63 * calendar/timeclock.el (timeclock-in): Fix non-interactive
64 workday specifications.
65 (timeclock-log): Don't kill the log buffer if it already existed.
66
67 2007-05-08 Richard Stallman <rms@gnu.org>
68
69 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
70 Don't include non-self-insert commands in the exception for `-'.
71
72 2007-05-08 David Reitter <david.reitter@gmail.com>
73
74 * progmodes/python.el (python-guess-indent): Check non-nullness
75 before comparing indent against the 2..8 interval.
76
77 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
78
79 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
80 available.
81
82 2007-05-06 Richard Stallman <rms@gnu.org>
83
84 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
85
86 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
87
88 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
89 disconnections.
90
91 2007-05-01 Romain Francoise <romain@orebokech.com>
92
93 * dired-x.el: Revert 2007-04-06 change.
94
95 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
96
97 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
98 don't put stop on toolbar.
99
100 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
101
102 * find-dired.el (find-dired-filter): Propertize all text down to eob.
103
104 2007-04-29 Richard Stallman <rms@gnu.org>
105
106 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
107
108 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
109
110 * progmodes/cc-mode.el (c-before-change): Use point-min rather
111 than 1.
112
113 2007-04-28 Richard Stallman <rms@gnu.org>
114
115 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
116
117 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
118
119 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
120
121 2007-04-28 Eli Zaretskii <eliz@gnu.org>
122
123 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
124 instead of $(lisp)/mh-e.
125
126 * textmodes/fill.el (fill-paragraph): Doc fix.
127
128 2007-04-28 Glenn Morris <rgm@gnu.org>
129
130 * image-dired.el (image-dired-cmd-create-thumbnail-options)
131 (image-dired-cmd-create-temp-image-options): Replace option
132 +profile "*" with -strip.
133
134 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
135
136 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
137 Use window-start and window-end.
138
139 2007-04-26 Glenn Morris <rgm@gnu.org>
140
141 * progmodes/python.el: Restore file pending consideration of legal
142 status.
143
144 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
145
146 * locate.el (locate-in-alternate-database): Doc fix.
147
148 2007-04-26 Glenn Morris <rgm@gnu.org>
149
150 * button.el (button): Use underline if supported, else fall back
151 to color.
152
153 2007-04-25 Richard Stallman <rms@gnu.org>
154
155 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
156
157 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
158
159 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
160 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
161 pushing mark.
162 (idlwave-current-routine): Don't push mark.
163
164 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
165
166 * image-dired.el (image-dired-display-image): Derive image-type from
167 filename rather than assuming jpeg, in case no resizing was needed.
168
169 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
170
171 * custom.el (defface): Doc fix.
172
173 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
174
175 * progmodes/python.el: Remove due to unclear legal issues.
176
177 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
178
179 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
180 Don't re-query for each cleared BP.
181 (idlwave-shell-clear-bp): Optionally skip BP query.
182 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
183 of set-window-buffer, which incorrectly moves displayed region.
184
185 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
186
187 * calc/calc.el (calc-bug-address): Update maintainer's address.
188 * calc/*: Update maintainer's address.
189
190 2007-04-23 Richard Stallman <rms@gnu.org>
191
192 * simple.el (set-mark-command-repeat-pop): Doc fix.
193 Put in `editing-basics' group.
194
195 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
196
197 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
198 New functions.
199 (Info-mode-line-node-keymap): Bind mouse commands to
200 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
201
202 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
203
204 * locate.el (locate-local-prompt): New var.
205 (locate-prompt-for-command): Doc fix.
206 (locate-prompt-for-search-string): New function.
207 (locate): New optional arg. Make locate-local-prompt
208 buffer-local. Use locate-prompt-for-search-string.
209 (locate-with-filter): New optional arg.
210 Use locate-prompt-for-search-string.
211 (locate-update): Bind locate-prompt-for-command.
212
213 2007-04-23 Glenn Morris <rgm@gnu.org>
214
215 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
216
217 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
218
219 * button.el (button): Inherit from link face on a tty.
220
221 2007-04-23 Glenn Morris <rgm@gnu.org>
222
223 * button.el (button): Use color for this face on a tty.
224
225 * files.el (magic-mode-alist): Allow for carriage-returns in
226 html-mode and sgml-mode entries.
227
228 2007-04-22 Richard Stallman <rms@gnu.org>
229
230 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
231 Improve doc string of generated command.
232
233 * subr.el (read-number): Catch errors.
234
235 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
236
237 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
238
239 * image-dired.el: Rename from thumbnails.el. All instances of
240 "thumbnails" replaced with "image-dired".
241
242 * dired.el (dired-mode-map): Rename "thumbnails" again, to
243 "image-dired".
244
245 2007-04-22 Kim F. Storm <storm@cua.dk>
246
247 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
248 Don't use kill-line.
249
250 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
251
252 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
253 error message.
254
255 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
256
257 * dired.el: Rename "tumme" to "thumbnails".
258
259 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
260 replaced with "thumbnails".
261
262 2007-04-22 Glenn Morris <rgm@gnu.org>
263
264 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
265 and give it the risky-local-variable property.
266
267 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
268 before defining it.
269
270 2007-04-21 Martin Rudalics <rudalics@gmx.at>
271
272 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
273 Use delete-region instead of kill-line.
274
275 2007-04-21 Alan Mackenzie <acm@muc.de>
276
277 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
278 `kill-region' by `delete-region'.
279
280 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
281
282 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
283 instead of kill-region.
284
285 * progmodes/mantemp.el (mantemp-make-mantemps-region)
286 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
287 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
288 and kill-line.
289
290 * progmodes/vhdl-mode.el (vhdl-template-type)
291 (vhdl-template-record, vhdl-template-nature)
292 (vhdl-template-configuration-spec, vhdl-template-component-inst)
293 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
294 Use delete-region instead of kill-word and kill-line.
295
296 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
297
298 * dired-x.el (dired-virtual-mode): Doc fix.
299
300 2007-04-21 Richard Stallman <rms@gnu.org>
301
302 * font-lock.el (font-lock-keywords-alist): Mark as risky.
303
304 * subr.el (read-number): Doc fix.
305
306 * simple.el (pop-to-mark-command): Display message "mark popped"
307 if point does not move.
308 (set-mark-command): Doc fix.
309
310 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
311
312 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
313 (locate-local-filter, locate-local-search): New vars.
314 (locate): Make variables local.
315 (locate-update): Bind locate-buffer-name. Call locate using
316 locate-local-filter and locate-local-search.
317
318 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
319
320 * hi-lock.el (hi-lock-file-patterns-policy): New var.
321 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
322 (hi-lock-mode): Update docstring.
323
324 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
325
326 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
327 fill-nobreak-predicate when the break is past fill-column.
328
329 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
330
331 * locate.el (locate): Output from shell-command should go in the
332 current buffer rather than *Shell Command Output*.
333
334 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
335
336 * paren.el (show-paren-function): Fix last fix.
337
338 2007-04-19 Kevin Ryde <user42@zip.com.au>
339
340 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
341 (archive-lzh-summarize): Add optional start arg for where to start
342 looking at the archive.
343 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
344
345 * international/mule.el (auto-coding-alist): no-conversion for .exe
346 and .EXE.
347
348 2007-04-19 Alan Mackenzie <acm@muc.de>
349
350 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
351 function return type contains "struct", "union", etc.
352 c-end-of-defun goes too far forward.
353
354 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
355
356 * paren.el (show-paren-function): Reset window-start to avoid
357 recentering.
358
359 2007-04-19 Glenn Morris <rgm@gnu.org>
360
361 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
362
363 2007-04-18 Glenn Morris <rgm@gnu.org>
364
365 * calendar/diary-lib.el (diary-header-line-format): Add a custom
366 :set function.
367 (diary-list-entries): Only switch to diary-mode from
368 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
369 diary-mode set header-line-format, in case of any customization.
370
371 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
372
373 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
374 is less than the length of parse-time-syntax.
375
376 2007-04-17 David Kastrup <dak@gnu.org>
377
378 * replace.el (query-replace-regexp-eval): Deprecate.
379
380 2007-04-17 Alan Mackenzie <acm@muc.de>
381
382 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
383 point too close to EOB, leave point at EOB rather than last `}'.
384
385 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
386
387 * textmodes/bibtex.el (bibtex-include-OPTkey)
388 (bibtex-user-optional-fields, bibtex-entry-field-alist):
389 Fix defcustom.
390
391 2007-04-17 Glenn Morris <rgm@gnu.org>
392
393 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
394 be encoded, fall back to current year.
395
396 2007-04-14 Kevin Ryde <user42@zip.com.au>
397
398 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
399 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
400 M "MSDOS".
401
402 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
403
404 * progmodes/python.el (python-end-of-block): Avoid looping forever
405 if python-next-statement fails.
406
407 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
408
409 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
410
411 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
412
413 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
414 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
415
416 2007-04-15 Jay Belanger <belanger@truman.edu>
417
418 * calc/calc.el (calc-version): New function.
419 (calc-trail-mode): Shorten the title.
420
421 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
422
423 * mail/footnote.el (footnote-style): Clarify docstring to state
424 that customizing this only applies to future footnotes.
425
426 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
427
428 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
429 (bibtex-make-field): Check that INIT is a string. Use functionp.
430
431 2007-04-14 Glenn Morris <rgm@gnu.org>
432
433 * complete.el (PC-goto-end): New buffer-local variable.
434 (PC-do-completion-end): Make buffer-local.
435 (partial-completion-mode) <choose-completion-string-functions>:
436 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
437 (PC-do-completion): New optional fourth argument GOTO-END. Add a
438 doc string. Set PC-goto-end for choose-completion.
439 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
440 PC-do-completion.
441
442 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
443 arg to bibtex-make-field.
444 (bibtex-make-field): Add optional fourth arg NODELIM.
445 Insert delimiters around INIT unless this arg is non-nil.
446
447 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
448
449 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
450 global map isn't modified
451
452 2007-04-14 Glenn Morris <rgm@gnu.org>
453
454 * calendar/appt.el (appt-disp-window): Do not split small windows.
455 Suggested by Jeff Miller <jmiller@cablespeed.com>.
456
457 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
458
459 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
460
461 * files.el: Ditto.
462
463 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
464
465 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
466
467 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
468 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
469 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
470 (term-pager-help): Fix typos in docstrings.
471
472 * wid-edit.el (widget-documentation): Fix typo in docstring.
473
474 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
475 Fix typos in error messages.
476
477 2007-04-13 Martin Rudalics <rudalics@gmx.at>
478
479 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
480 window marked as dedicated.
481
482 * mail/footnote.el (footnote-latin-string): New variable.
483 (footnote-latin-regexp): Redefine as regexp alternative.
484 (Footnote-latin): Use footnote-latin-string instead of
485 footnote-latin-regexp.
486
487 2007-04-13 Glenn Morris <rgm@gnu.org>
488
489 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
490 inherited keymaps.
491
492 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
493
494 * outline.el (outline-get-next-sibling): Clarify docstring.
495 (outline-get-last-sibling): Handle case where we are at the first
496 heading. Clarify docstring.
497
498 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
499
500 * progmodes/gud.el (gud-minor-mode-map): Make go button same
501 length as stop button to lessen flicker.
502 (jdb): Add gud-print.
503 (gud-find-expr): Jdb prints the expression with the value, so
504 don't insert it in the output.
505
506 2007-04-11 Jason Rumney <jasonr@gnu.org>
507
508 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
509 case hex. Do not try to decode non-hex letters.
510
511 2007-04-11 Markus Triska <markus.triska@gmx.at>
512
513 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
514 (byte-optimize-backward-word): Remove (move to bytecomp.el).
515 (byte-optimize-form-code-walker): Evaluate pure function calls if
516 possible.
517 (byte-optimize-all-constp): New function.
518
519 * emacs-lisp/bytecomp.el (byte-compile-char-before):
520 Improve numeric argument case.
521 (byte-compile-backward-char, byte-compile-backward-word):
522 New functions, performing rewriting previously done in byte-opt.el.
523 Fix their "Fixme" item (restriction to numeric arguments).
524
525 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
526
527 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
528 with dolist.
529 (after-init-hook): Don't quote lambda.
530 (desktop-first-buffer): Don't wrap it in eval-when-compile.
531 (desktop-internal-v2s): Remove unused var `el'.
532 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
533 desktop-restore-file-buffer.
534 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
535 desktop-create-buffer.
536
537 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
538
539 * woman.el (woman-decode-buffer): Postpone macro-set check...
540 (woman-decode-region): ...to here.
541
542 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
543
544 * startup.el (tty-handle-args): Use %S to log ARGS.
545
546 2007-04-10 Glenn Morris <rgm@gnu.org>
547
548 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
549 it is obsolete and has no effect.
550
551 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
552 byte-compiler.
553
554 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
555 obsolete function make-local-hook.
556
557 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
558 start to quieten byte-compiler.
559
560 2007-04-10 Markus Triska <markus.triska@gmx.at>
561
562 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
563 to bytecomp.el as byte-compile-char-before).
564 * emacs-lisp/bytecomp.el (byte-compile-char-before):
565 New function (modified replacement for byte-optimize-char-before in
566 byte-opt.el).
567
568 2007-04-09 Alan Mackenzie <acm@muc.de>
569
570 * startup.el (inhibit-splash-screen): Emphatically state that it
571 can't be set in site-start.el.
572
573 2007-04-09 Masatake YAMATO <jet@gyve.org>
574
575 * progmodes/cc-subword.el (c-capitalize-subword): More closely
576 mimic the behavior of `capitalize-word'. Do not move point with a
577 negative argument. Based on tiny change by Paul Curry.
578
579 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
580
581 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
582 Don't move point if ARG is negative.
583
584 2007-04-09 Alan Mackenzie <acm@muc.de>
585
586 Changes to make `narrow-to-defun' and `mark-defun' work properly
587 in CC Mode:
588
589 * progmodes/cc-defs.el (c-beginning-of-defun-1):
590 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
591 Bind beginning/end-of-defun-function to nil around calls to
592 beginning/end-of-defun.
593
594 * progmodes/cc-langs.el (beginning-of-defun-function)
595 (end-of-defun-function): New c-lang-setvar's.
596
597 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
598 (setq arg 1))" to enable non-interactive call.
599
600 2007-04-09 Eli Zaretskii <eliz@gnu.org>
601
602 * simple.el (set-mark-command): Doc fix.
603
604 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
605
606 * progmodes/gud.el (gdb): Restore existing session if user
607 tries to start a second one in graphical mode.
608
609 2007-04-08 Martin Rudalics <rudalics@gmx.at>
610
611 * cus-start.el <scroll-preserve-screen-position>: Add choices.
612
613 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
614
615 * term/xterm.el (terminal-init-xterm): Fix key definitions.
616 Add binding for C-M-SPC.
617
618 2007-04-08 Richard Stallman <rms@gnu.org>
619
620 * pcomplete.el (pcomplete-read-event): One single definition,
621 and not a defsubst.
622
623 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
624
625 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
626 byte-compiler warning "value unused".
627
628 2007-04-08 Andreas Schwab <schwab@suse.de>
629
630 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
631
632 2007-04-07 Glenn Morris <rgm@gnu.org>
633
634 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
635 Autoload these functions.
636 (diary-date-forms): Add a custom :set form.
637
638 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
639 before first use.
640 (diary-font-lock-keywords): New function with old code for
641 initialization of variable of same name.
642
643 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
644
645 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
646 clean-up: only insert space when on identifier, etc.
647
648 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
649
650 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
651
652 * net/tls.el (open-tls-stream): Properly handle case where there
653 is no associated buffer.
654
655 2007-04-07 Glenn Morris <rgm@gnu.org>
656
657 * ffap.el (ffap-file-at-point): Lower the priority of the
658 ffap-ftp-sans-slash-regexp check.
659
660 2007-04-06 Alan Mackenzie <acm@muc.de>
661
662 Fix fontification of labels, and other things with ":".
663
664 * progmodes/cc-engine.el (c-forward-label): The function now
665 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
666 the former t.
667
668 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
669 new return code from c-forward-label, fontifying tokens properly.
670 Add some general comments throughout the file.
671
672 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
673
674 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
675 Revert 2006-01-27 change.
676
677 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
678
679 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
680
681 * desktop.el (desktop-create-buffer, desktop-save):
682 Revert 2004-11-12 change for lack of copyright papers.
683
684 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
685 (dired-guess-default): Respect case.
686
687 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
688
689 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
690 was originally checked in as byte-optimize-concat on 1997-11-02.
691
692 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
693 1995-05-19 doc changes.
694
695 2007-04-06 Kim F. Storm <storm@cua.dk>
696
697 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
698 (unload-feature): Update interactive spec accordingly.
699
700 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
701
702 2007-04-06 John Paul Wallington <jpw@pobox.com>
703
704 * subr.el (with-case-table): Use `make-symbol' to avoid variable
705 capture. Restore the table in the same buffer.
706
707 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
708
709 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
710
711 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
712 Print entire form.
713
714 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
715
716 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
717 for low-color displays.
718
719 2007-04-05 Glenn Morris <rgm@gnu.org>
720
721 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
722 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
723 Seed random number generator on loading.
724
725 * emacs-lisp/authors.el (top-level): Provide self.
726
727 * play/animate.el (top-level): Provide self.
728
729 2007-04-04 Alan Mackenzie <acm@muc.de>
730
731 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
732 to mention c-syntactic-indentation.
733
734 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
735
736 * subr.el (with-case-table): New macro.
737
738 * international/mule.el (ascii-case-table): New var.
739
740 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
741 downcasing.
742
743 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
744
745 * progmodes/gud.el (gud-minor-mode-map): Simplify.
746
747 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
748 of the window if we're outside it e.g menu-bar.
749
750 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
751 window if we're outside it e.g menu-bar.
752
753 2007-04-03 Eli Zaretskii <eliz@gnu.org>
754
755 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
756 decode base-64 encoded body if its content-type is something other
757 than text/* or message/*.
758
759 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
760
761 * simple.el (activate-mark-hook): Fix typo in docstring.
762
763 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
764
765 * tmm.el (tmm-c-prompt): Initialize.
766 (tmm-menubar): Deal with extended menu-items at top level.
767 (tmm-get-keybind): Handle bindings redefined/undefined locally.
768 (tmm-prompt): Handle visibility of top level menu-items.
769
770 * progmodes/gud.el (gud-menu-map): Simplify.
771 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
772 menubar.
773
774 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
775
776 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
777
778 * comint.el (comint-send-input): Widen the buffer first.
779
780 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
781
782 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
783
784 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
785 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
786
787 * newcomment.el (comment-search-forward): Discard comment starters
788 before point.
789
790 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
791
792 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
793
794 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
795
796 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
797 when downcasing.
798
799 * button.el (previous-button): Rewrite to account for adjacent buttons.
800
801 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
802
803 * progmodes/idlwave.el (idlwave-auto-fill):
804 Revert paragraph-separate change.
805
806 * progmodes/idlw-shell.el (idlwave-shell-break-in):
807 Simplify module calc.
808 (idlwave-shell-set-bp-in-module): Compute module.
809
810 2007-03-31 Glenn Morris <rgm@gnu.org>
811
812 * emacs-lisp/timer.el (run-at-time): Doc fix.
813
814 * emacs-lisp/warnings.el (display-warning): If we create the
815 buffer displaying the warning, disable undo there.
816
817 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
818
819 * net/tramp.el (tramp-register-file-name-handler)
820 (tramp-register-completion-file-name-handler): New defsubst,
821 derived from `tramp-register-file-name-handlers'. The split is
822 necessary because Tramp's file name handlers must be registered at
823 different startup places.
824
825 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
826
827 * progmodes/hideshow.el (turn-off-hideshow): New function.
828 (hs-minor-mode): Use it instead of a lambda expression in
829 change-major-mode-hook.
830
831 2007-03-31 David Kastrup <dak@gnu.org>
832
833 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
834 corresponding to MANPATH_MAP entries.
835 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
836 (woman-parse-man.conf): Use more discriminating man.conf name.
837 (woman-parse-man.conf): Parse MANPATH_MAP entries.
838 (woman-manpath): Doc fix and type fix.
839 (woman-cached-data): Check for MANPATH_MAP entries.
840 (woman-expand-directory-path): Treat MANPATH_MAP entries.
841
842 2007-03-31 Stuart Herring <herring@lanl.gov>
843
844 * emacs-lisp/sregex.el (sregexq): Doc fix.
845
846 2007-03-31 Markus Triska <markus.triska@gmx.at>
847
848 * flymake.el (flymake-err-line-patterns): Doc fix.
849
850 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
851
852 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
853 Move to the right.
854
855 2007-03-30 Alan Mackenzie <acm@muc.de>
856
857 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
858
859 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
860
861 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
862 Use it, passed in explicitly, instead of from the dynamic binding.
863 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
864
865 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
866
867 * simple.el (blink-matching-open): When in minibuffer, don't
868 search for a match inside the prompt.
869
870 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
871
872 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
873 (tmm-prompt): Don't make the mouse user select the first menu
874 item twice.
875
876 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
877
878 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
879 SIGUSR1 and SIGUSR2.
880
881 2007-03-29 Kim F. Storm <storm@cua.dk>
882
883 * ido.el (ido-read-internal): When reading file or dir, only override
884 minibuffer-local-filename-completion-map, otherwise only override
885 minibuffer-local-completion-map.
886
887 2007-03-29 Glenn Morris <rgm@gnu.org>
888
889 * complete.el (partial-completion-mode): Set PC-do-completion-end
890 to nil after use.
891 (PC-lisp-complete-symbol): Create and use a marker at `end',
892 rather than using point-marker.
893
894 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
895
896 * simple.el (next-error-highlight): Doc fix.
897 (compose-mail): Revert 2007-03-19 change.
898
899 2007-03-28 Richard Stallman <rms@gnu.org>
900
901 * emacs-lisp/edebug.el (edebug-display): Don't go to
902 edebug-outside-buffer if it is dead.
903
904 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
905
906 * view.el (view-mode): Fix typos in docstring.
907
908 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
909
910 * recentf.el (recentf-save-file): Add a custom :set function.
911
912 2007-03-28 Glenn Morris <rgm@gnu.org>
913
914 * complete.el (PC-do-completion-end): New variable.
915 (partial-completion-mode) <choose-completion-string-functions>:
916 Use PC-do-completion-end in the non-minibuffer case to replace the
917 correct amount of text.
918 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
919 (PC-lisp-complete-symbol): Give marker the after-insertion type,
920 to deal with improvements inserted after point.
921
922 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
923
924 * button.el (make-text-button): Add explicit `button' property.
925 (default-button): Don't put a `button' property on it.
926
927 * progmodes/python.el (python-mode): Skip comments when parsing.
928
929 * vc-arch.el (vc-with-current-file-buffer): New macro.
930 (vc-arch-file-source-p): Use it to avoid infloop.
931
932 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
933
934 * emacs-lisp/lisp.el (lisp-complete-symbol):
935 Fix call to get-buffer-window to find windows in other frames.
936
937 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
938
939 * comint.el (comint-proc-query, comint-dynamic-list-completions):
940 Fix calls to get-buffer-window to find windows in other frames.
941 Reported by David Hansen <david.hansen@gmx.net>.
942
943 2007-03-27 Kevin Ryde <user42@zip.com.au>
944
945 * info.el (Info-display-images-node): On a text-only terminal,
946 show the "text" or "alt" parts of the image blobs.
947
948 2007-03-27 Glenn Morris <rgm@gnu.org>
949
950 * complete.el (PC-do-completion): Compute completion-base-size in
951 the non-filename case, rather than setting to nil.
952 (PC-lisp-complete-end): New variable.
953 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
954 original end in a series of consecutive invocations.
955
956 * calendar/calendar.el (calendar-mode-hook): Declare it.
957
958 * calendar/diary-lib.el (diary-live-p): Do not check for
959 diary-selective-display.
960
961 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
962
963 * replace.el (occur-next-error): *Occur* might not be displayed in the
964 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
965
966 2007-03-26 Richard Stallman <rms@gnu.org>
967
968 * textmodes/flyspell.el (flyspell-large-region):
969 Use ispell-call-process-region.
970
971 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
972
973 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
974 Use prin1 instead of princ.
975
976 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
977
978 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
979 Merge in X resources before global face.
980
981 * progmodes/compile.el (compilation-start): Save compilation-directory
982 rather than default-directory as local var.
983 (compilation-directory): Mark as safe local var.
984
985 * files.el: Don't mark default-directory as a safe local var.
986
987 2007-03-25 Alan Mackenzie <acm@muc.de>
988
989 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
990 * progmodes/cc-engine.el: Fix typo.
991
992 2007-03-25 Juri Linkov <juri@jurta.org>
993
994 * compare-w.el (compare-windows): Rename customization group
995 `compare-w' to `compare-windows'.
996 (compare-windows-whitespace, compare-ignore-whitespace)
997 (compare-ignore-case, compare-windows-sync)
998 (compare-windows-sync-string-size, compare-windows-recenter)
999 (compare-windows-highlight, compare-windows): Change group name in
1000 the `group' tag from `compare-w' to `compare-windows'.
1001 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1002
1003 2007-03-24 Markus Triska <markus.triska@gmx.at>
1004
1005 * expand.el: Change example to always enable abbrev-mode,
1006 and remove redundant `function'.
1007 (expand-abbrev-hook): Add autoload cookie.
1008
1009 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
1010
1011 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1012 (testcover-mark-all, testcover-unmark-all): Add prompts to
1013 interactive specs.
1014
1015 2007-03-24 Jason Rumney <jasonr@gnu.org>
1016
1017 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1018 Use file size in bytes for auto-revert-tail-pos not characters.
1019
1020 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1021
1022 * vc-rcs.el (vc-rcs-annotate-command):
1023 Set text property :vc-annotate-prefix on the annotation text.
1024 (vc-rcs-annotate-time): Instead of searching for ": ",
1025 search for end of text propertized with :vc-annotate-prefix.
1026
1027 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1028
1029 * whitespace.el (top level): Remove calls putting
1030 permanent-local nil property since these are no-ops.
1031
1032 * man.el (Man-support-local-filenames): Assure that
1033 default-directory exists when doing call-process.
1034
1035 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1036
1037 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1038 Fix omission bug: Use m4-program-options to construct shell command.
1039
1040 2007-03-23 David Kastrup <dak@gnu.org>
1041
1042 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1043 Use `mapcar' rather than `mapcan' to silence compiler warning.
1044
1045 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1046
1047 * textmodes/reftex.el, textmodes/reftex-vars.el,
1048 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1049 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1050 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1051 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1052 * textmodes/reftex-auc.el: Add maintainer address.
1053
1054 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1055
1056 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1057 Make sure that `global-font-lock-mode' does not turn on font-lock
1058 in these buffers.
1059
1060 2007-03-21 Kim F. Storm <storm@cua.dk>
1061
1062 * xt-mouse.el (xt-mouse-epoch): New variable.
1063 (xterm-mouse-event): Use float-time.
1064
1065 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1066
1067 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1068 current-time.
1069
1070 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1071
1072 * complete.el (read-file-name-internal): Don't add the final > if the
1073 completion is not finished (re-application of this patch, which was
1074 accidentally undone by Eli).
1075
1076 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1077
1078 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1079 clicks in describe-key and describe-key-briefly advice a little better.
1080
1081 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1082
1083 * server.el (server-process-filter): Cancel any pending isearch.
1084
1085 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1086
1087 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1088 (icalendar--get-unfolded-buffer): Define actual arguments rather
1089 than just using &rest. Check replace-in-string is fbound.
1090 (icalendar-import-buffer): Doc fix.
1091 (icalendar--convert-ical-to-diary): Set diary-file.
1092 Check diary-file before inserting final newline.
1093 (icalendar--add-diary-entry): Return diary-file.
1094
1095 2007-03-21 Glenn Morris <rgm@gnu.org>
1096
1097 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1098 (diary-display-hook): Add custom :set function.
1099
1100 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1101 Add custom :set function.
1102 (diary-header-line-format): Doc fix.
1103 (diary-set-maybe-redraw): New function.
1104 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1105 (diary-list-entries): Always run diary-mode.
1106
1107 2007-03-20 Kenichi Handa <handa@m17n.org>
1108
1109 * international/quail.el (quail-setup-completion-buf): Make the
1110 completion buffer read-only.
1111 (quail-completion): Adjusted for the above change. Leave the
1112 modified flag nil.
1113
1114 2007-03-20 David Kastrup <dak@gnu.org>
1115
1116 * files.el (magic-mode-alist): Require literal "%!PS" string for
1117 magic postscript file detection.
1118
1119 2007-03-20 Richard Stallman <rms@gnu.org>
1120
1121 * textmodes/ispell.el (ispell-call-process): New function.
1122 Defends against bad `default-directory.'
1123 (ispell-check-version, ispell-find-aspell-dictionaries)
1124 (ispell-get-aspell-config-value, lookup-words): Call it.
1125 (ispell-call-process-region): New function.
1126 (ispell-send-string): Call it.
1127
1128 2007-03-20 Andreas Schwab <schwab@suse.de>
1129
1130 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1131 (finder-data): Likewise.
1132 (autoloads): Likewise.
1133
1134 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1135
1136 * files.el (basic-save-buffer): Do not set visited filename when
1137 the corresponding directory does not exist or the specified
1138 filename is that of an existing directory.
1139
1140 2007-03-20 Glenn Morris <rgm@gnu.org>
1141
1142 * calendar/diary-lib.el (diary-live-p): New function.
1143 (number-of-diary-entries): Add a :set function to redisplay diary
1144 when necessary.
1145
1146 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1147
1148 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1149 from client program, mev, to compute mouse event.
1150
1151 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1152
1153 * faces.el (momentary): Face removed; unused due to reversion of
1154 2007-01-04 changes by Kevin Rodgers.
1155
1156 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1157 Suggested by Johan Bockg\e,Ae\e(Brd.
1158
1159 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1160
1161 * font-lock.el (lisp-font-lock-keywords-1):
1162 Highlight define-globalized-minor-mode as a keyword.
1163
1164 2007-03-19 Kim F. Storm <storm@cua.dk>
1165
1166 * calc/calc-forms.el (math-std-daylight-savings)
1167 (math-std-daylight-savings-old): Doc fix.
1168
1169 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1170
1171 * progmodes/python.el (python-default-template): Doc fix.
1172 (python-buffer): Fix typo in docstring.
1173
1174 * isearchb.el (isearchb-follow-char):
1175 * subr.el (def-edebug-spec): Fix typo in docstring.
1176
1177 2007-03-19 Richard Stallman <rms@gnu.org>
1178
1179 * files.el (default-directory): Mark safe.
1180 (basic-save-buffer-2): Put proper dir name in error message.
1181
1182 * simple.el (compose-mail): Run switch-function after
1183 setting up the mail buffer.
1184
1185 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1186
1187 2007-03-18 Jay Belanger <belanger@truman.edu>
1188
1189 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1190 (math-std-daylight-savings-new): Rename from
1191 `math-std-daylight-savings'.
1192 (math-std-daylight-savings-old): Rename from old value of
1193 `math-std-daylight-savings'.
1194 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1195 `math-std-daylight-savings-old' depending on the year.
1196
1197 2007-03-18 Detlev Zundel <dzu@gnu.org>
1198
1199 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1200 zero-width regexps as invalid but rather at least count them correctly.
1201
1202 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1203
1204 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1205 don't wait more if there is output available to process.
1206
1207 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1208
1209 * progmodes/compile.el (compilation-find-file): Revert change
1210 from 2006-07-18 to allow completion of directory names.
1211 Reported by John Carter <john.carter@tait.co.nz>.
1212
1213 2007-03-18 Kim F. Storm <storm@cua.dk>
1214
1215 * subr.el (when, unless): Doc fix.
1216
1217 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1218
1219 * net/tls.el (tls-program): Doc fix.
1220
1221 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1222
1223 * autorevert.el (auto-revert-tail-handler):
1224 Call after-revert-hook.
1225
1226 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1227
1228 * simple.el (switch-to-completions): No error if search for \n\n fails.
1229
1230 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1231
1232 * simple.el (line-move-1):
1233 Respect `inhibit-line-move-field-capture' property.
1234
1235 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1236
1237 * comint.el (comint-arguments): Mark backslash-escaped chars.
1238 (comint-delim-arg): Don't treat them as delimiters.
1239
1240 2007-03-12 Kim F. Storm <storm@cua.dk>
1241 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1242
1243 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1244
1245 * tempo.el (tempo-insert): Deal with 'r> if it appears
1246 specified with a prompt argument.
1247
1248 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1249
1250 * textmodes/org.el (org-set-font-lock-defaults):
1251 Handle narrow table columns correctly.
1252
1253 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1254
1255 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1256 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1257 Return to use of the -no-properties variants. There was
1258 consensus on emacs-devel that the speed of these variants was
1259 prefered since we are usually parsing files (from the internet
1260 or on disk) instead of XML created in Emacs.
1261
1262 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1263 Add customize option.
1264
1265 2007-03-12 Glenn Morris <rgm@gnu.org>
1266
1267 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1268 North American rule. Replace "daylight savings" with "daylight
1269 saving" in doc.
1270
1271 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1272 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1273 "daylight saving" in text.
1274
1275 * woman.el (woman-change-fonts): Tweak previous change by using
1276 woman-request-regexp rather than "^\\.".
1277
1278 * startup.el (command-line-1): Make insertion of
1279 initial-scratch-message not depend on scratch being selected.
1280
1281 2007-03-11 Juri Linkov <juri@jurta.org>
1282
1283 * replace.el (match): Use yellow background on light-bg terminals.
1284
1285 2007-03-11 Richard Stallman <rms@gnu.org>
1286
1287 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1288 Correctly compute line number.
1289
1290 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1291
1292 * type-break.el (type-break-get-previous-count):
1293 Repeat previous change here.
1294
1295 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1296
1297 * progmodes/grep.el (grep-find-ignored-directories):
1298 Add .git and .bzr to list.
1299
1300 2007-03-11 Andreas Schwab <schwab@suse.de>
1301
1302 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1303
1304 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1307
1308 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1309
1310 * faces.el (face-set-after-frame-default): Recalculate face
1311 customizations after applying X resources.
1312
1313 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1314
1315 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1316 (rcirc-keepalive-seconds): Remove variable.
1317 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1318 (rcirc-process, rcirc-user-disconnect): New variables.
1319 (rcirc-connect): Initalize new variables.
1320 (rcirc-keepalive): Don't send keepalive pings before connection
1321 is completed.
1322 (rcirc-sentinel): Do mark all channels with activity when
1323 connection is dropped. Run hook with process buffer local.
1324 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1325 (rcirc-buffer-process): Return value of rcirc-process if
1326 rcirc-server-buffer is nil.
1327 (rcirc-server-name): Return the reported server name.
1328 (rcirc-update-prompt): Simplify computation of the server name.
1329 (rcirc-format-response-string): Likewise.
1330 (rcirc-handler-001): Mark server as connected, record the reported
1331 server name, and schedule a timeout.
1332 (rcirc-track-nick): Add a spec for the tty class.
1333 (rcirc-user-non-nick): Remove function.
1334 (rcirc-nick-prefix-chars): Add variable.
1335 (rcirc-user-nick): Use above variable.
1336
1337 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1338
1339 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1340 Bind deactivate-mark to nil.
1341
1342 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1343
1344 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1345 that buffer contents get erased during completion.
1346
1347 2007-03-10 Glenn Morris <rgm@gnu.org>
1348
1349 * woman.el (woman-change-fonts): Add a hack to deal with
1350 font-escape followed by "." at start of a line.
1351 (woman2-IP): Add a hack to deal with consecutive requests.
1352 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1353
1354 2007-03-10 Alan Mackenzie <acm@muc.de>
1355
1356 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1357
1358 2007-03-09 Richard Stallman <rms@gnu.org>
1359
1360 * abbrev.el (abbrev): Add `provide'.
1361
1362 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1363
1364 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1365
1366 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1367
1368 * complete.el (PC-try-completion): New function.
1369 (PC-do-completion, read-file-name-internal): Use it instead of
1370 try-completion.
1371
1372 2007-03-08 Alan Mackenzie <acm@muc.de>
1373
1374 Remove stale tokens from `c-found-types' cache.
1375
1376 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1377 (c-unfind-coalesced-tokens, c-before-change): New functions.
1378 (c-maybe-stale-found-type): New variable.
1379
1380 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1381 (c-trim-found-types): New functions.
1382
1383 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1386 (debug-ignored-errors): Add entry from smerge-match-conflict.
1387
1388 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1389
1390 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1391 special help topics for keywords.
1392 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1393 etc. Assistant command.
1394
1395 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * replace.el (occur-engine): Move buffer-undo-list binding...
1398 (occur-1): ...to here.
1399
1400 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1401
1402 * simple.el (minibuffer-completing-symbol): New var.
1403 (eval-expression): Use it.
1404 (completion-setup-function): Don't bind completion-base-size when
1405 completing a symbol in the minibuffer.
1406
1407 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1408
1409 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1410 tries to start a second session in graphical mode.
1411
1412 2007-03-07 Miles Bader <miles@gnu.org>
1413
1414 * international/isearch-x.el
1415 (isearch-process-search-multibyte-characters):
1416 Strip text-properties from PROMPT to avoid an error from read-string.
1417
1418 2007-03-07 Kim F. Storm <storm@cua.dk>
1419
1420 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1421 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1422
1423 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1424
1425 * complete.el (PC-do-completion): Delete duplicates in the list of
1426 possible completions.
1427
1428 2007-03-07 Glenn Morris <rgm@gnu.org>
1429
1430 * ses.el (ses-mode): Doc fix.
1431
1432 2007-03-06 Kim F. Storm <storm@cua.dk>
1433
1434 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1435
1436 2007-03-06 Kenichi Handa <handa@m17n.org>
1437
1438 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1439
1440 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1441
1442 * simple.el (completion-setup-function): Improve last fix so it doesn't
1443 set it to a relative directory name either.
1444
1445 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1446
1447 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1448
1449 2007-03-05 Richard Stallman <rms@gnu.org>
1450
1451 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1452
1453 * files.el (find-file-noselect): No error if file no longer exists.
1454 Display a message and avoid other questions.
1455
1456 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1457
1458 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1459 as not to use an invisible window and to create a window if none exist.
1460
1461 * progmodes/python.el (python-send-command): Restart proc if necessary.
1462 (python-proc): Simplify.
1463
1464 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1465
1466 * pcomplete.el (pcomplete-show-completions): Search all frames for
1467 completions buffer.
1468
1469 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1470
1471 * cus-edit.el (customize-save-variable): Clear customized-value
1472 property (saved values are now put in theme-value property).
1473 (customize-set-variable): Doc fix.
1474
1475 * complete.el (PC-do-completion): If completion-ignore-case is
1476 non-nil, replace field with completion string before exiting.
1477
1478 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1479
1480 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1481 Append its extension to the resulting temporary file name.
1482 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1483
1484 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1485 (tramp-smb-handle-write-region): Apply it.
1486
1487 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1488
1489 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1490 Redo previous change.
1491
1492 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1493
1494 * diff-mode.el (diff-mode): Doc fix.
1495
1496 2007-03-05 Kenichi Handa <handa@m17n.org>
1497
1498 * international/characters.el: Set category `l' (latin)
1499 for more characters.
1500
1501 2007-03-04 Kim F. Storm <storm@cua.dk>
1502
1503 * emacs-lisp/authors.el (authors-aliases): Add alias.
1504
1505 2007-03-04 Glenn Morris <rgm@gnu.org>
1506
1507 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1508 all when switching major mode.
1509 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1510 (hs-block-start-mdata-select, hs-block-end-regexp)
1511 (hs-forward-sexp-func, hs-adjust-block-beginning):
1512 Do not make these variables permanent-local.
1513
1514 2007-03-04 Richard Stallman <rms@gnu.org>
1515
1516 * progmodes/cperl-mode.el (cperl-mode):
1517 Modify cperl-compilation-error-regexp-alist by appending.
1518
1519 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1520 (edebug-mode): Add the hook.
1521 (edebug-recursive-edit): Remove the hook on exiting.
1522
1523 * type-break.el (type-break-get-previous-time):
1524 Handle end-of-file errors specially
1525 so they don't get reported wrong in .emacs.
1526
1527 * startup.el (fancy-splash-text): Clarify text.
1528
1529 * simple.el (beginning-of-buffer, end-of-buffer):
1530 Avoid treating plain C-u like numeric arg.
1531
1532 * simple.el (completion-setup-function): Don't set
1533 default-directory to nil.
1534
1535 * shell.el (shell-dirstack-query): Doc fix.
1536
1537 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1538 Don't select the window -- pass it to primitives instead.
1539
1540 * faces.el (minibuffer-prompt): Use medium blue by default.
1541
1542 2007-03-04 David Kastrup <dak@gnu.org>
1543
1544 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1545 Preserve 16 as default value for "seconds" when customizing.
1546
1547 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1548
1549 * textmodes/org.el (org-self-insert-command)
1550 (orgtbl-self-insert-command, org-delete-char)
1551 (org-delete-backward-char): Set the `flyspell-delayed' property.
1552
1553 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1554
1555 * international/mule.el (find-auto-coding): Don't search for
1556 line-ending characters past the end of the tail.
1557
1558 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1559
1560 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1561 Jump to the line where new score has been uploaded.
1562
1563 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1564 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1565 Do nothing when the game is paused.
1566
1567 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1568
1569 * textmodes/org.el (org-set-tags): Prevent slipping of point
1570 during completion.
1571
1572 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1573
1574 * isearch.el (isearch-message-prefix):
1575 Use minibuffer-prompt-properties.
1576
1577 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1578
1579 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1580 (ps-setup): Print which Emacsen is running ps-print package.
1581
1582 2007-03-01 Stuart Herring <herring@lanl.gov>
1583
1584 * files.el (set-auto-mode-0): Use `indirect-function'.
1585 (hack-one-local-variable): Don't reapply current major mode.
1586
1587 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * progmodes/python.el (python-quote-syntax): Don't bother with
1590 syntax-ppss-context.
1591 (python-fill-paragraph): Make sure that fenced-string delimiters that
1592 stand on their own line stay there
1593
1594 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1595
1596 * replace.el (perform-replace): Propertize message.
1597
1598 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1599
1600 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1601 invisible heading.
1602
1603 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1604
1605 * net/tramp.el (tramp-file-name-handler): Revert last change.
1606
1607 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1608
1609 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1610 Correct doc strings.
1611
1612 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1613
1614 * replace.el (perform-replace): Undo forward-char immediately if
1615 non-adjacent search fails.
1616
1617 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1618
1619 * version.el (emacs-major-version, emacs-minor-version):
1620 string-to-int -> string-to-number.
1621
1622 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1623
1624 * help.el (where-is): Fail gracefully when not passed a command.
1625
1626 2007-02-28 Stuart Herring <herring@lanl.gov>
1627
1628 * find-lisp.el (find-lisp-default-directory-predicate):
1629 Fix bug: Do symlink check on expanded filename.
1630
1631 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1632
1633 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1634 changes during replacement.
1635 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1636
1637 2007-02-28 Lars Hansen <larsh@soem.dk>
1638
1639 * desktop.el: Delete header line listing me as maintainer.
1640
1641 2007-02-28 Glenn Morris <rgm@gnu.org>
1642
1643 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1644 the menus case.
1645
1646 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1647
1648 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1649 hooks to avoid confusion when combining after-change calls.
1650
1651 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1652
1653 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1654 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1655 (allout-distinctive-bullets-string): Add info about bullet conventions.
1656 (allout-mode): Add info about distinctive vs plain bullets.
1657
1658 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1659
1660 * textmodes/org.el (org-archive-subtree): Quote variable name.
1661 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1662
1663 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1664
1665 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1666 (gud-bashdb-command-name, bashdb): Remove.
1667 (gud, gud-menu-map): Remove references to bash/bashdb.
1668
1669 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1670
1671 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1672 keyword for Python 2.5.
1673
1674 2007-02-26 Romain Francoise <romain@orebokech.com>
1675
1676 * net/net-utils.el (whois-server-tld): Update server for .org.
1677 (whois-server-list): Add whois.publicinterestregistry.net.
1678 (whois-guess-server): Fix formatting in docstring.
1679
1680 2007-02-26 Kim F. Storm <storm@cua.dk>
1681
1682 * mouse.el (mouse-show-mark): Run hooks and perform command
1683 remapping for mouse-region-delete-keys.
1684
1685 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1686
1687 * font-core.el (font-lock-mode): Doc fix.
1688
1689 2007-02-25 Kim F. Storm <storm@cua.dk>
1690
1691 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1692 Add selected buffer to buffer-name-history.
1693 (ido-file-internal): Set this-command to fallback command.
1694 Add file names to file-name-history.
1695
1696 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1697 Apply minibuffer-prompt-properties.
1698
1699 2007-02-25 Andreas Schwab <schwab@suse.de>
1700
1701 * files.el (hack-one-local-variable-eval-safep): Correct handling
1702 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1703
1704 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1705
1706 * textmodes/org.el (org-table-overlay-coordinates)
1707 (org-table-toggle-coordinate-overlays): New functions.
1708 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1709 New variables.
1710 (org-startup-with-deadline-check): Remove option.
1711 (org-mode): Remove deadline check on startup.
1712 (org-table-limit-column-width): Remove option.
1713 (org-table-formula-numbers-only): Remove option.
1714 (org-link-style, org-link-format): Remove options.
1715 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1716 (org-export-ascii-show-new-buffer)
1717 (org-export-html-show-new-buffer): Remove options.
1718 (org-activate-links): Remove camel option.
1719 (org-file-link-context-use-camel-case): Remove option.
1720 (org-camel-regexp): Remove variable.
1721 (org-activate-camels): Remove function.
1722 (org-store-link): Remove Camel stuff.
1723 (org-make-org-heading-camel): Remove function.
1724 (org-open-at-point): Remove camel stuff.
1725 (org-link-search): Remove camel stuff.
1726 (org-camel-to-words): Function removed.
1727 (org-get-agenda-file-buffer): Make sure we prepare the base
1728 buffers, not any indirect buffers.
1729 (org-sort-entries): Sort top-level when not on a headline, and no
1730 active region.
1731 (org-in-regexp): New function.
1732 (org-search-not-self): Rename from `org-search-not-link'.
1733 (org-open-link-marker): New variable.
1734 (org-open-at-point): Set `org-open-link-marker'.
1735 (org-print-icalendar-entries): Fixe bug with excluding DONE
1736 entries from the exported list.
1737 (org-edit-formula-lisp-indent): New command.
1738 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1739 (orgtbl-to-latex, orgtbl-insert-radio-table)
1740 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1741 (orgtbl-radio-table-templates): New option.
1742 (org-store-link-props):
1743 (org-remember-templates): More possibilities to insert info
1744 into templates.
1745 (org-remember-apply-template): Make use of the extended
1746 template capabilities.
1747 (org-remember-redo-template): New command.
1748 (org-upgrade-old-links)
1749 (org-table-modify-formulas, org-table-replace-in-formulas)
1750 (org-table-find-dataline)
1751 (org-table-get-vertical-vector): Remove functions.
1752 (org-table-remove-rectangle-highlight)
1753 (org-time-stamp-format, org-toggle-log-option)
1754 (org-table-highlight-rectangle)
1755 (org-table-iterate, org-table-make-reference):
1756 (org-translate-time, org-tree-to-indirect-buffer)
1757 (org-table-field-info, org-table-fix-formulas)
1758 (org-table-force-dataline, org-table-get-descriptor-line)
1759 (org-table-get-range)
1760 (org-skip-comments, org-sort)
1761 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1762 (org-table-current-dline, org-table-current-field-formula)
1763 (org-table-edit-backward-field)
1764 (org-table-edit-formulas-post-command)
1765 (org-table-edit-line-down, org-table-edit-line-up)
1766 (org-agenda-archive)
1767 (org-agenda-clock-cancel)
1768 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1769 (org-agenda-open-link, org-agenda-show-new-time)
1770 (org-agenda-skip-subtree-when-regexp-matches)
1771 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1772 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1773 (org-do-sort, org-file-image-p, org-find-overlays)
1774 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1775 (org-highlight-until-next-command, org-isearch-end)
1776 (org-match-any-p, org-next-link, org-previous-link):
1777 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1778 (org-rewrite-old-row-references)
1779 (org-isearch-post-command)
1780 (org-table-edit-move, org-table-edit-next-field)
1781 (org-table-edit-scroll, org-table-edit-scroll-down)
1782 (org-set-frame-title, org-show-reference)
1783 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1784 (org-show-variable): Remove command.
1785 (org-add-log-maybe): New arguments STATE, FINDPOS
1786 (org-table-sort-lines): Rewrite from scratch.
1787 (org-link-search): New argument AVOID-POS.
1788 (org-print-icalendar-entries): Remove argument CATEGORY.
1789 (org-run-agenda-series): Remove argument WONDOW.
1790 (org-next-link, org-previous-link): New commands.
1791 (org-agenda-date-format): New option.
1792 (org-table-iterate): New command.
1793 (org-table-modify-formulas)
1794 (org-table-replace-in-formulas): Remove functions.
1795 (org-table-fix-formulas): New function.
1796 (org-table-insert-column, org-table-delete-column)
1797 (org-table-move-column): Use `org-table-fix-formulas'.
1798 (org-follow-gnus-link): Patch from Bastien/Leo.
1799 (org-table-current-field-formula): New function.
1800 (org-file-image-p): New function.
1801 (org-agenda-show-new-time): New function.
1802 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1803 (org-with-remote-undo): New macro.
1804 (org-agenda-undo): New command.
1805 (org-verify-change-for-undo): New function.
1806 (org-time-stamp-format): New function.
1807 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1808 by user.
1809 (org-match-any-p): New function.
1810 (org-make-tags-matcher): Handle regular expressions for tag and
1811 todo matches.
1812 (org-read-date): Accept "+N" as input for a date relative to the
1813 current date.
1814 (org-remove-subtree-entries-from-agenda): New function.
1815 (org-agenda-archive, org-agenda-kill):
1816 Use `org-remove-subtree-entries-from-agenda'.
1817 (org-do-sort, org-sort-entries): New functions.
1818 (org-sort): New command.
1819 (org-table-sort-lines): Use `org-do-sort'.
1820 (org-fix-decoded-time): New function.
1821 (org-table-number-regexp): Require 0x... to identify as number
1822 in tables.
1823 (org-startup-options): New keywords for note taking.
1824 (org-upgrade-old-links): Remove function.
1825 (org-get-repeat): New function.
1826 (org-show-context): Also show siblings on current level.
1827 (org-show-siblings): New function.
1828 (org-isearch-end, org-isearch-post-command): New functions.
1829 (org-show-siblings): New option.
1830 (org-show-context): Use `org-show-siblings'.
1831 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1832 to be bound, because user may just use elisp.
1833
1834 2007-02-24 Kim F. Storm <storm@cua.dk>
1835
1836 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1837 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1838
1839 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1840
1841 * startup.el (command-line): Also check if the abbrev file is readable.
1842
1843 2007-02-24 John Paul Wallington <jpw@pobox.com>
1844
1845 * net/tls.el (tls-certtool-program): Fix custom type.
1846
1847 * mail/feedmail.el (feedmail-message-id-generator)
1848 (feedmail-date-generator): Fix custom types.
1849
1850 * mail/rmail.el (rmail-message-filter): Fix custom type.
1851
1852 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1853
1854 * startup.el (command-line): If simple.el cannot be found, proceed
1855 with a warning message.
1856
1857 2007-02-24 Kenichi Handa <handa@m17n.org>
1858
1859 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1860 case that BEG is a string.
1861
1862 2007-02-24 Chris Moore <dooglus@gmail.com>
1863
1864 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1865 * pgg-pgp.el (pgg-pgp-encrypt-region):
1866 * pgg-gpg.el (pgg-gpg-encrypt-region):
1867 Check pgg-encrypt-for-me if no other recipients.
1868
1869 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1870
1871 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1872
1873 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1874 shell-quote-argument.
1875
1876 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1877
1878 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1879 from the comint buffer instead of the temporary one.
1880
1881 2007-02-23 David Reitter <david.reitter@gmail.com>
1882
1883 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1884 storing it in recentf-exclude.
1885
1886 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1887
1888 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1889 in splash screen.
1890
1891 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1892
1893 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1894 commands, for restart.
1895 (idlwave-shell-current-module): Fix handling of module name by type.
1896 (idlwave-shell-break-in): Update type handling.
1897 (idlwave-shell-bp-get): Encode type in BP structure.
1898 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1899 (idlwave-shell-module-source-query): Query routine info based on type.
1900 Fix path parsing for non-compiled files.
1901 (idlwave-shell-module-source-filter): Don't signal error in filter
1902 if no source found.
1903 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1904 filter race.
1905
1906 2007-02-22 Kim F. Storm <storm@cua.dk>
1907
1908 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1909 (editable-field): Document need to put some text before the %v
1910 escape in :format string.
1911
1912 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1913
1914 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1915 (vc-svn-use-edit): Remove unused config var.
1916 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1917
1918 * outline.el (hide-sublevels): Keep empty last line, if available.
1919
1920 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1921 rather than the corresponding unicode char, to make the code
1922 more readable.
1923
1924 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1925
1926 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1927 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1928 (speedbar-item-info-tag-helper): Doc fixes.
1929
1930 2007-02-19 Kenichi Handa <handa@m17n.org>
1931
1932 * international/mule-cmds.el (locale-language-names):
1933 Map "eo" to "Esperanto".
1934
1935 * language/european.el ("Esperanto"): New language environment.
1936
1937 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1938
1939 * simple.el (kill-line): Doc fix.
1940
1941 2007-02-17 Kim F. Storm <storm@cua.dk>
1942
1943 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1944 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1945 (bindat--unpack-group, bindat--pack-group):
1946 Handle vectors with optional element type.
1947
1948 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1949
1950 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1951 if PASSPHRASE is given.
1952
1953 2007-02-17 Chris Moore <dooglus@gmail.com>
1954
1955 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1956 Recognize backups of bz2 compressed files.
1957
1958 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1959
1960 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1961 to nil to speed up lookup of the symbol in index nodes.
1962
1963 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1964
1965 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1966 Add indentation for the constants of Lisp.
1967
1968 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1969
1970 * ps-print.el: Use (defvar <foo>) where applicable.
1971 (ps-print-emacs-type): Remove.
1972 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1973 (ps-frame-parameter): Align its call-convention with frame-parameter.
1974 (ps-begin-job): Adjust calls to it appropriately.
1975 (ps-setup): Don't print ps-print-emacs-type.
1976 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1977 Define in such a way that it's obvious that it's defined.
1978 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1979 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1980 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1981
1982 2007-02-15 Alan Mackenzie <acm@muc.de>
1983
1984 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1985 an empty one-line C-style comment, post-position point properly.
1986
1987 2007-02-15 Chris Moore <dooglus@gmail.com>
1988
1989 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1990 (isearch-lazy-highlight-new-loop): Bind it.
1991 (isearch-lazy-highlight-search): Use it.
1992
1993 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1994
1995 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1996
1997 * font-lock.el (font-lock-extend-region-wholelines):
1998 Only return non-nil if the region has really been changed.
1999 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2000
2001 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2002
2003 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2004 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2005 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2006
2007 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2008
2009 * faces.el (color-values): Revert changes to docstring from
2010 2007-01-31 and 2000-09-07.
2011
2012 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2013 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2014 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2015 (ispell-help): Fix typos in docstring and output message.
2016
2017 2007-02-14 Kim F. Storm <storm@cua.dk>
2018
2019 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2020 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2021 (grep): Fix lgrep reference.
2022
2023 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2024 (standard-display-underline): Use make-glyph-code.
2025
2026 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2027
2028 * international/latin1-disp.el (latin1-display-char):
2029 Use make-glyph-code.
2030
2031 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2032
2033 * ehelp.el (with-electric-help, electric-help-exit)
2034 (electric-help-retain): Doc fixes.
2035
2036 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2037 (byte-compile-file): Doc fixes.
2038
2039 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2040
2041 * term/mac-win.el: Change all uses of
2042 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2043 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2044 (mac-ae-get-url): Call select-frame-set-input-focus.
2045 (mac-dnd-handle-drag-n-drop-event): Don't call
2046 select-frame-set-input-focus.
2047
2048 2007-02-13 Kenichi Handa <handa@m17n.org>
2049
2050 * international/characters.el: Fix documentation of category `a'.
2051
2052 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2053
2054 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2055
2056 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2057
2058 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2059 (tramp-get-remote-ln): Handle error case.
2060 Reported by Chris Moore <dooglus@gmail.com>.
2061
2062 2007-02-11 Kim F. Storm <storm@cua.dk>
2063
2064 * bindings.el (ctl-x-map): Remove register compatibility bindings
2065 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2066
2067 2007-02-11 Richard Stallman <rms@gnu.org>
2068
2069 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2070 in load history.
2071
2072 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2073 condition -- don't fail to stop at endpos.
2074
2075 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2076
2077 * textmodes/org.el (org-agenda-get-todos)
2078 (org-agenda-get-timestamps, org-agenda-get-closed)
2079 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2080 (org-agenda-get-blocks, org-format-agenda-item)
2081 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2082 from `category' to `org-category'.
2083
2084 2007-02-11 Kenichi Handa <handa@m17n.org>
2085
2086 * international/titdic-cnv.el (titdic-convert): Force files be written
2087 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2088 (miscdic-convert): Force files be written with Unix-like eol format.
2089
2090 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2091
2092 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2093
2094 * calculator.el (calculator-prompt): Doc fix.
2095 (calculator-mode-map): Fix typo in menu entry.
2096
2097 2007-02-10 Jay Belanger <belanger@truman.edu>
2098
2099 * calculator.el (calculator): Do more extensive checking for when
2100 3 lines should be used for the calculator.
2101
2102 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2103
2104 * info-look.el (info-lookup-make-completions):
2105 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2106 index nodes.
2107
2108 * info.el (Info-fontify-maximum-menu-size): Document the effect
2109 of a nil value.
2110 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2111 non-nil before using it as size.
2112
2113 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2114
2115 * subr.el (insert-for-yank-1): Prevent read-only properties from
2116 interfering with text property operations.
2117
2118 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2119
2120 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2121 (image-type-auto-detected-p): Fail if another match is found in
2122 auto-mode-alist.
2123
2124 * files.el (magic-mode-alist): Call image-mode instead of
2125 image-mode-maybe for autodetected images.
2126
2127 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2128
2129 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2130 Fix typos in docstrings.
2131 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2132
2133 2007-02-09 Kim F. Storm <storm@cua.dk>
2134
2135 * emacs-lisp/float-sup.el: Remove obsolete comment.
2136
2137 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2138
2139 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2140
2141 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2142
2143 * simple.el: Revert previous change, at request of RMS:
2144 (fundamental-mode-hook): Remove.
2145 (fundamental-mode): Run after-change-major-mode-hooks manually,
2146 and don't run the now-nonexistent fundamental-mode-hook.
2147
2148 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2149
2150 * simple.el (fundamental-mode-hook): Declare new hook.
2151 (fundamental-mode): Run the new dedicated hook, and don't run
2152 after-change-major-mode-hooks manually anymore.
2153
2154 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2155
2156 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2157 added columns of chars. Remove support for the "no-meta-info" format.
2158 Prompted by Romain Francoise <romain@orebokech.com>.
2159
2160 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2161
2162 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2163 (gdb-mouse-until, gdb-mouse-jump): Use it.
2164
2165 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2166
2167 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2168 work when there is just an assembler buffer (no source buffer).
2169
2170 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2171
2172 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2173 just because the diff was produced using "-p" (--show-c-function).
2174
2175 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * faces.el (frame-set-background-mode): Use `color-values' and
2178 `display-color-p', not `x-color-values' and `x-display-color-p'.
2179 (face-valid-attribute-values): Use `defined-colors' instead of
2180 `x-defined-colors'.
2181
2182 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2183
2184 * ps-print.ps: The ps-print commands without face printing should not
2185 print background color. Reported by Leo <sdl.web@gmail.com>.
2186 (ps-print-version): New version 6.7.3.
2187 (ps-begin-job): New arg. Fix ps-default-background and
2188 ps-default-foreground initialization.
2189 (ps-face-attributes): Fix doc string.
2190 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2191
2192 * printing.el: Fix ps-print link.
2193
2194 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * faces.el (face-set-after-frame-default): Compile attributes to
2197 be set by frame parameters before merging in X resources.
2198
2199 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2200
2201 * simple.el (blink-matching-paren-dont-ignore-comments):
2202 (blink-matching-paren-on-screen): Doc fixes.
2203
2204 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2205
2206 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2207
2208 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2209
2210 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2211 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2212 entries like `defun'. Return nil.
2213
2214 2007-02-05 Kim F. Storm <storm@cua.dk>
2215
2216 * ido.el: Doc fixes.
2217
2218 2007-02-04 David Kastrup <dak@gnu.org>
2219
2220 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2221 `mpuz-allow-double-multiplicator' is non-zero, and correct
2222 calculation of `min'.
2223
2224 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2225
2226 * wid-edit.el (widget-default-create): Insert new text at the
2227 :from marker _after_ the marker, not before it.
2228
2229 2007-02-04 Alan Mackenzie <acm@muc.de>
2230
2231 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2232 containing it is re-indented.
2233
2234 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2235
2236 * net/newsticker.el (newsticker--insert-image): Update docstring,
2237 and insert the image directly.
2238 (newsticker--buffer-redraw): Update docstring.
2239
2240 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2241 Rename from define-global-minor-mode.
2242
2243 * progmodes/cwarn.el (global-cwarn-mode):
2244 * emacs-lisp/autoload.el (make-autoload):
2245 * hi-lock.el (global-hi-lock-mode):
2246 * font-core.el (global-font-lock-mode): All callers changed.
2247
2248 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2249
2250 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2251 Don't copy @ignore lines into menu descriptions.
2252 (texinfo-multi-file-update): Goto the @node line before attempting
2253 to pluck the node name.
2254 (texinfo-multiple-files-update): Reverse the optional arguments'
2255 order, as per the doc string and the `interactive' form.
2256
2257 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2258
2259 * image-mode.el: Use autoload to avoid overriding disabled setting
2260 applied in .emacs.
2261
2262 2007-02-03 Alan Mackenzie <acm@muc.de>
2263
2264 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2265 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2266 adjacent paren groups).
2267
2268 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2269
2270 * progmodes/ebnf2ps.el: Doc fixes.
2271 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2272
2273 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2274
2275 * dired-x.el (dired-do-relsymlink): Add reference to
2276 dired-do-symlink. Add an autoload cookie.
2277
2278 * dired-aux.el (dired-do-symlink): Add reference to
2279 dired-do-relsymlink.
2280
2281 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2282
2283 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2284 <left-fringe mouse-3>: New bindings.
2285
2286 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2287
2288 * newsticker.el (newsticker-version): Changed to "1.10".
2289 (newsticker--set-customvar): Doc string.
2290 (newsticker-new-item-face): Doc string.
2291 (newsticker-mode): Initialize `invisibility-spec' with t.
2292 (newsticker-mode-map): Added
2293 `newsticker-mark-all-items-at-point-as-read'.
2294 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2295 (newsticker-w3m-show-inline-images): Do not call
2296 `w3m-remove-image'.
2297 (newsticker--buffer-after-w3m-insert-image): New advice for
2298 w3m-insert-image to cache images.
2299 (newsticker-next-item-same-feed): New.
2300 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2301 (newsticker-mark-all-items-of-feed-as-read): New.
2302 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2303 (newsticker-mark-item-at-point-as-read): Doc string.
2304 (newsticker-mark-item-at-point-as-read): Use new functions.
2305 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2306 `newsticker-mark-item-at-point-as-read'.
2307 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2308 (newsticker--sentinel): Yet another xml-parser workaround.
2309 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2310 days.
2311 (newsticker--buffer-do-insert-text): Fix.
2312 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2313 (newsticker--buffer-make-item-completely-visible):
2314 `switch-to-buffer' not necessary.
2315
2316 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2317
2318 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2319 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2320 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2321 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2322 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2323
2324 2007-02-02 Kenichi Handa <handa@m17n.org>
2325
2326 * international/quail.el (quail-show-key): Fix an error message.
2327
2328 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2329
2330 * faces.el (set-face-underline-p, modify-face): Rename arg
2331 UNDERLINE-P to UNDERLINE (it is not a flag).
2332
2333 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2334
2335 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2336 when adding gdb-speedbar-update to gdb-input-queue.
2337
2338 2007-02-01 Kenichi Handa <handa@m17n.org>
2339
2340 * international/quail.el (quail-show-key): Signal an error if the
2341 current input method is not using Quail.
2342
2343 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2344
2345 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2346 Trim leading whitespace in sysvar names.
2347
2348 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2349
2350 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2351
2352 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2353
2354 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2355
2356 2007-01-31 Romain Francoise <romain@orebokech.com>
2357
2358 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2359 previous change to this file.
2360
2361 2007-01-31 Jason Rumney <jasonr@gnu.org>
2362
2363 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2364 image-mode.
2365
2366 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2367 interfering with attempt to set major mode from modified
2368 auto-mode-alist.
2369
2370 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2371
2372 * faces.el (color-values): Doc fix.
2373 (face-differs-from-default-p): Don't check :foreground twice.
2374
2375 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2376
2377 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2378
2379 2007-01-31 Kenichi Handa <handa@m17n.org>
2380
2381 * international/quail.el (quail-store-decode-map-key): Store a
2382 translated character too.
2383 (quail-char-equal-p): New function.
2384 (quail-find-key1): Check character equality by quail-char-equal-p.
2385 (quail-decode-map-generated): New variable.
2386 (quail-find-key): Check quail-decode-map-generated and re-generate
2387 a decode map if necessary.
2388
2389 2007-01-30 Richard Stallman <rms@gnu.org>
2390
2391 * tutorial.el (tutorial--detailed-help): Make the list of
2392 changed keys look nicer.
2393
2394 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2395
2396 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2397 (gdb-var-delete): Use it.
2398 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2399 `in_scope'.
2400
2401 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2402
2403 * files.el (get-free-disk-space): Return nil for remote directories.
2404
2405 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2406 instead of "dir".
2407
2408 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2409
2410 * type-break.el (type-break-catch-up-event): New function.
2411 (type-break-demo-hanoi, type-break-demo-life)
2412 (type-break-demo-boring): Use it.
2413
2414 * image-mode.el (image-mode): Don't automatically view as image.
2415 (image-toggle-display): Add `disabled' property.
2416
2417 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2418
2419 * isearchb.el (isearchb-iswitchb):
2420 * ps-print.el (ps-build-face-reference):
2421 * emacs-lisp/shadow.el (list-load-path-shadows):
2422 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2423 * international/mule.el (find-auto-coding):
2424 * mail/supercite.el (sc-attrib-selection-list):
2425 * progmodes/cc-defs.el (c-emacs-features):
2426 * progmodes/cc-vars.el (c-offsets-alist):
2427 * progmodes/flymake.el
2428 (flymake-init-create-temp-source-and-master-buffer-copy):
2429 Fix typos in docstrings (some suggested by Chris Moore).
2430
2431 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2432 (vhdl-get-library-unit, vhdl-corresponding-begin)
2433 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2434 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2435 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2436 (vhdl-font-lock-match-item): Fix typos in docstrings.
2437 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2438 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2439 (vhdl-speedbar-insert-project-hierarchy):
2440 Improve argument/docstring consistency.
2441
2442 2007-01-29 Kenichi Handa <handa@m17n.org>
2443
2444 * international/titdic-cnv.el (py-converter): Fix previous change.
2445
2446 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2447
2448 * jka-compr.el (jka-compr-partial-uncompress)
2449 (jka-compr-call-process): Rebind default-directory if it is
2450 invalid. Suggested by Chris Moore.
2451
2452 * comint.el (comint-insert-input): Handle situation where the
2453 selected buffer is not the clicked buffer.
2454
2455 2007-01-29 Kenichi Handa <handa@m17n.org>
2456
2457 * international/ja-dic-cnv.el (skkdic-convert):
2458 Add byte-compile-disable-print-circle:t at the head.
2459
2460 * international/titdic-cnv.el (tit-process-header):
2461 Add byte-compile-disable-print-circle:t at the head.
2462 (miscdic-convert): Likewise.
2463 (py-converter): Skip the header comments.
2464
2465 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2466 New variable.
2467 (byte-compile-output-file-form): Bing print-circle to nil if
2468 byte-compile-output-file-form is not nil.
2469 (byte-compile-output-docform): Likewise.
2470
2471 2007-01-28 Kim F. Storm <storm@cua.dk>
2472
2473 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2474 Declare earlier to avoid byte compiler warnings.
2475
2476 2007-01-28 Markus Triska <markus.triska@gmx.at>
2477
2478 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2479
2480 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2481
2482 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2483 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2484 when calling update-game-score program. Remove unnecessary
2485 save-excursion.
2486
2487 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2488
2489 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2490
2491 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2492 avoid compiler warning.
2493 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2494 might have values other than "true" or "false".
2495
2496 2007-01-28 Richard Stallman <rms@gnu.org>
2497
2498 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2499 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2500
2501 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2502
2503 * image.el (image-type-header-regexps): Make GIF regex more specific.
2504
2505 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2506 Don't check `backspace'.
2507 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2508 in Fundamental mode.
2509
2510 * startup.el (fancy-splash-text, normal-splash-screen):
2511 Mention C-g.
2512
2513 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2514 when inserting in buffer.
2515
2516 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2517 inside the if.
2518
2519 2007-01-27 Richard Stallman <rms@gnu.org>
2520
2521 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2522
2523 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2524
2525 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2526 enum/union/struct/class definition.
2527 Revert change to call `forward-sexp' multiple times.
2528
2529 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2530
2531 * files.el (hack-local-variables-confirm): Don't keep trying to
2532 read an event from an empty kbd macro.
2533
2534 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2535
2536 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2537
2538 2007-01-27 Ben North <ben@redfrontdoor.org>
2539
2540 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2541 the arg CHILDREN -> WHICH.
2542
2543 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2544
2545 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2546 default-directory to a sane value when calling start-process.
2547
2548 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2549
2550 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2551 (ls-lisp-format-time-list): Doc fix. Mention
2552 ls-lisp-use-localized-time-format.
2553 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2554 ls-lisp-use-localized-time-format is non-nil, even if a valid
2555 locale is defined.
2556
2557 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2558
2559 * jka-compr.el (jka-compr-shell): Doc fix.
2560
2561 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2562
2563 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2564
2565 * ps-print.ps: Fix background height.
2566 (ps-print-version): New version 6.7.2.
2567
2568 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2569
2570 * makefile.w32-in (finder-data, custom-deps): Depend on
2571 $(lisp)/loaddefs.el.
2572
2573 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2574
2575 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2576
2577 2007-01-24 Miles Bader <miles@gnu.org>
2578
2579 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2580 (byte-compile-output-docform): Bind `print-circle' to t.
2581
2582 2007-01-24 Kenichi Handa <handa@m17n.org>
2583
2584 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2585 file name of the original SKK dictionary file.
2586
2587 2007-01-24 Kim F. Storm <storm@cua.dk>
2588
2589 * ido.el (ido-initial-position): New variable.
2590 (ido-read-internal): Set it if default item is specified.
2591 (ido-minibuffer-setup): Position cursor accordingly if set.
2592 (ido-edit-input): C-e moves to end of input if not already there.
2593 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2594 Don't switch to buffer mode if repeating C-b at start of input.
2595 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2596 input; else it moves to start of input.
2597 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2598 not at end of input, delete rest of input, rather than normal op.
2599
2600 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2601
2602 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2603
2604 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2605 of message. Activate mark.
2606 (ediff-activate-mark): Set transient-mark-mode to t.
2607
2608 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2609
2610 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2611
2612 * help-fns.el (describe-variable): Don't suppress display of
2613 buffer local value when the value is "large".
2614
2615 2007-01-22 Kim F. Storm <storm@cua.dk>
2616
2617 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2618 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2619 (ido-tidy): Use ido-active.
2620
2621 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2622
2623 * hexl.el (hexl-mode-exit): Add missing quote.
2624
2625 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2626
2627 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2628 (mac-ae-keyboard-modifiers): New function.
2629 (mac-handle-toolbar-switch-mode): Use it.
2630 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2631 if keyboard modifiers on drop contain option key.
2632 (mac-dnd-drop-data): Add optional argument `action'.
2633 (special-event-map): Remove binding for M-drag-n-drop.
2634
2635 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2636
2637 * add-log.el (add-log-current-defun): Use CC Mode functions to
2638 find the beginning and end of a defun.
2639
2640 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2641
2642 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2643 (gdb-var-create-handler): Handle value field in GDB output of
2644 -var-create.
2645 (gdb-max-frames): New variable.
2646 (gdb-stack-buffer, gdb-frames-select): Use it.
2647 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2648 if necessary.
2649 (gdb-get-frame-number): Simplify.
2650
2651 2007-01-21 Glenn Morris <rgm@gnu.org>
2652
2653 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2654 Update copyrights.
2655
2656 2007-01-21 Alan Mackenzie <acm@muc.de>
2657
2658 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2659 handling of K&R stuff.
2660
2661 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2662
2663 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2664
2665 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2666
2667 * ps-print.el: Handle frame parameters (background and/or foreground
2668 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2669 (ps-print-version): New version 6.7.1.
2670 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2671 (ps-frame-parameter): New fun.
2672 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2673 Fix doc and customization.
2674 (ps-begin-job): Get frame parameters (background and/or foreground
2675 colors).
2676 (ps-do-despool): Ensure ps-printer-name has a valid value.
2677
2678 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2679
2680 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2681 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2682 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2683 mean unlimited.
2684
2685 2007-01-20 Alan Mackenzie <acm@muc.de>
2686
2687 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2688 much more rigorous analysis of putative K&R regions.
2689
2690 2007-01-20 Alan Mackenzie <acm@muc.de>
2691
2692 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2693 New functions.
2694
2695 2007-01-20 Alan Mackenzie <acm@muc.de>
2696
2697 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2698 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2699 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2700 * progmodes/cc-vars.el: Add my name.
2701
2702 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2703
2704 * files.el (find-alternate-file): Revert query message to Emacs 21
2705 version.
2706
2707 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2708
2709 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2710 the doc string how to use personal abbrevs without electric
2711 keywords.
2712
2713 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2714
2715 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2716 Fixed cursor position when toggle abbreviated display.
2717
2718 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2719
2720 * t-mouse.el: Update copyright following assignment by
2721 Alessandro Rubini.
2722
2723 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2724
2725 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2726 (type-break-demo-boring): Call read-event instead of read-char.
2727
2728 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2729
2730 * progmodes/compile.el: Add handling for makepplog.
2731
2732 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2733
2734 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2735 aspell dictionaries are initialized when called non-interactively.
2736
2737 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2738
2739 * progmodes/compile.el (compilation-loop): New arg limit.
2740 Handle case where the first error is at point-min.
2741 (compilation-next-error): New arg to compilation-loop call.
2742
2743 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2744
2745 * info.el (Info-default-dirs): Change default info dir to
2746 share/info.
2747
2748 * paths.el (Info-default-directory-list): Ditto.
2749
2750 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2751
2752 * hexl.el (hexl-before-revert-hook): New function.
2753 (hexl-mode): Use it.
2754 (hexl-after-revert-hook): Just call hexl-mode.
2755 (hexl-mode-exit): Remove before-revert-hook.
2756
2757 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2758
2759 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2760
2761 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2762
2763 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2764 by "-" in francais7 otherchars entry.
2765 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2766 otherchars entry.
2767
2768 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2769
2770 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2771 path. Rewrite function in `cond' style for readability.
2772
2773 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2774 (The path shortening, that is, not the rearrarangement.)
2775
2776 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2777
2778 * term/mac-win.el (mac-ae-quit-application): New function.
2779 (mac-apple-event-map): Bind "quit application" Apple event to it.
2780
2781 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2784 than the program's output.
2785
2786 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2787
2788 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2789 (kmacro-start-macro-or-insert-counter)
2790 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2791 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2792
2793 * longlines.el (longlines-show-hard-newlines):
2794 * ruler-mode.el (ruler-mode-ruler):
2795 * emulation/keypad.el (keypad-setup):
2796 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2797 Fix typo in docstring.
2798
2799 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2800
2801 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2802 Remove redirect character ">".
2803
2804 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2805
2806 * replace.el (perform-replace): Remove leftover code.
2807
2808 2007-01-12 Richard Stallman <rms@gnu.org>
2809
2810 * replace.el (perform-replace): Don't clear NODENT when computing
2811 the replacement string.
2812
2813 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2814
2815 * net/tramp.el (tramp-handle-file-local-copy):
2816 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2817 <christopher.ian.moore@gmail.com>.
2818
2819 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2820
2821 * diff-mode.el (diff-sanity-check-context-hunk-half)
2822 (diff-sanity-check-hunk): New functions.
2823 (diff-find-source-location): Use'em to check the hunks are well-formed.
2824
2825 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2826 activate undo when undo is not active.
2827 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2828
2829 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2832 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2833 (ffap-url-at-point): Use char-classes rather than "a-z".
2834
2835 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2836
2837 * ediff-init.el (ediff-autostore-merges):
2838 * textmodes/fill.el (fill-region): Doc fix.
2839
2840 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2841
2842 * server.el (server-ensure-safe-dir): UIDs may be floats.
2843
2844 2007-01-10 Richard Stallman <rms@gnu.org>
2845
2846 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2847 around calls to directory-files.
2848
2849 * subr.el (momentary-string-display): Use save-excursion.
2850
2851 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2852 argument, but read it as `X' does.
2853
2854 2007-01-09 Juri Linkov <juri@jurta.org>
2855
2856 * info.el (Info-fontify-node): Don't hide node names of index entries.
2857
2858 * faces.el (momentary): Change :group to basic-faces where all
2859 basic faces belong to. Add :version.
2860
2861 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2862
2863 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2864 keybinding is found.
2865 (tutorial--find-changed-keys): Never treat null keybinding as a
2866 remapping.
2867
2868 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2869
2870 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2871
2872 2007-01-09 Kenichi Handa <handa@m17n.org>
2873
2874 * international/mule-cmds.el
2875 (select-safe-coding-system-interactively): Fix message.
2876
2877 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2878
2879 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2880 (tramp-process-actions): Add optional parameter TIMEOUT.
2881 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2882 (tramp-open-connection-su): Add timeout of 60".
2883
2884 2007-01-09 Richard Stallman <rms@gnu.org>
2885
2886 * progmodes/compile.el (compile): Doc fix.
2887
2888 2007-01-09 Markus Triska <markus.triska@gmx.at>
2889
2890 * tumme.el (tumme-display-thumb): Doc fix.
2891
2892 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2893
2894 * battery.el (battery-search-for-one-match-in-files):
2895 * bindings.el (mode-line-minor-mode-help):
2896 * x-dnd.el (x-dnd-types-alist):
2897 * calendar/icalendar.el (icalendar-import-buffer):
2898 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2899
2900 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2901
2902 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2903
2904 * replace.el (replace-regexp): Fix typo in docstring.
2905
2906 2007-01-07 Alan Mackenzie <acm@muc.de>
2907
2908 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2909 Amend doc-string and comments.
2910
2911 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2912
2913 * files.el (abbreviate-file-name): Doc fix.
2914
2915 2007-01-06 Markus Triska <triska@gmx.at>
2916
2917 * subr.el (split-string): Remove spurious ")" from doc string.
2918
2919 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2920
2921 * textmodes/table.el (table--warn-incompatibility):
2922 Use display-warning instead of momentary-string-display.
2923
2924 2007-01-05 Richard Stallman <rms@gnu.org>
2925
2926 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2927
2928 * simple.el (backward-kill-word): Doc fix.
2929
2930 2007-01-05 Romain Francoise <romain@orebokech.com>
2931
2932 * international/mule.el (sgml-html-meta-auto-coding-function):
2933 Ensure that the buffer contains a HTML document.
2934
2935 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2936
2937 * faces.el (momentary): Move here ...
2938 * subr.el (momentary): ... from here.
2939
2940 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2941
2942 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2943 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2944 large structures/arrays.
2945
2946 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2947
2948 * files.el (find-file-noselect-1, set-visited-file-name):
2949 Allow backup-enable-predicate to be nil.
2950
2951 2007-01-04 Andreas Schwab <schwab@suse.de>
2952
2953 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2954 last change.
2955
2956 2007-01-03 Richard Stallman <rms@gnu.org>
2957
2958 * woman.el (woman-decode-buffer): Clarify error message.
2959
2960 2007-01-03 Alan Mackenzie <acm@muc.de>
2961
2962 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2963
2964 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2965
2966 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2967
2968 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2969
2970 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2971
2972 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2973
2974 * emulation/viper.el (viper-custom-file-name, viper-mode):
2975 Fix typos in docstrings.
2976
2977 * subr.el (momentary-string-display): After moving point, set POS
2978 variable to it to avoid later errors once the buffer is modified.
2979 Doc fix.
2980
2981 2007-01-02 Alan Mackenzie <acm@muc.de>
2982
2983 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2984 check that the "*/" is present before trying to manipulate it.
2985
2986 2007-01-02 Richard Stallman <rms@gnu.org>
2987
2988 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2989
2990 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2991 Fix format of value.
2992
2993 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2994 Change messages accordingly.
2995 (customize-customized): Now alias.
2996
2997 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2998
2999 * files.el (version-control): Doc fix.
3000
3001 2007-01-01 Alan Mackenzie <acm@muc.de>
3002
3003 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3004 Check the format of c-state-cache is valid for an optimisation before
3005 using it.
3006
3007 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3008 are at a statement within a macro". Other changes so that only
3009 the first continuation line in a macro gets the symbol
3010 `cpp-define-intro', the others getting `statement', or whatever.
3011
3012 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3013 a string, preserve whitespace. Add a backslash only when also in
3014 a macro.
3015
3016 * progmodes/cc-defs.el: Correct typos.
3017
3018 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3019 new line after an escaped EOL in a string.
3020
3021 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3022 label when it directly follows "else", "do", ....
3023
3024 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3025 angle brackets (as seen in "explicit specialisations" of C++
3026 templates).
3027
3028 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3029 in the doc-string.
3030
3031 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3032 when the comment ender looks like "=========*/" and is alone on
3033 its line.
3034
3035 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3036 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3037 for the old name.
3038
3039 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3040 c-\(beginning\|end\)-of-defun by default.
3041
3042 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3043 New line-up function, for the DEFUN macro in the Emacs C sources.
3044 Only used in "gnu" style.
3045
3046 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3047 the "gnu" style.
3048
3049 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3050 clean-up comment-close-slash also to work when there's a comment
3051 terminator on the line.
3052 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3053 these for large arg - only take account of top level {..}, except
3054 for initial and final adjustments. M-- C-M-[ae] now go to the
3055 right defuns when the starting point is between defuns. They use
3056 the four new functions:
3057 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3058 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3059 support c-\(beginning\|end\)-of-defun.
3060
3061 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3062 expressions more rigorously, to exclude bit-field specifiers from
3063 being classed as labels.
3064 (c-forward-label): When analyzing a ":" within a macro, be careful
3065 about using c-forward-syntactic-ws at the macro beginning.
3066 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3067 stmt boundary, check for "operator=", etc.
3068
3069 * progmodes/cc-mode.el (c-postprocess-file-styles):
3070 Bind inhibit-read-only to t, around the call to
3071 c-remove-any-local-eval-or-mode-variables, so that it works on a
3072 RO file.
3073
3074 * progmodes/cc-defs.el (c-version): Update the version number to
3075 "5.31.4".
3076
3077 2007-01-01 Richard Stallman <rms@gnu.org>
3078
3079 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3080 only if we restored isearch-window-configuration.
3081
3082 2006-12-31 Romain Francoise <romain@orebokech.com>
3083
3084 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3085
3086 2006-12-31 Kim F. Storm <storm@cua.dk>
3087
3088 * files.el (auto-mode-case-fold): New defcustom.
3089 (set-auto-mode): If non-nil, perform second case-sensitive pass
3090 through auto-mode-alist if first pass failed.
3091
3092 2006-12-30 Richard Stallman <rms@gnu.org>
3093
3094 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3095
3096 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3097
3098 * allout.el (allout-encrypt-string): Handle symmetric-key
3099 passphrase caching but leave keypair caching to pgg.
3100
3101 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3102
3103 Sync with Tramp 2.0.55.
3104
3105 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3106 `integerp'. `char-equal' could fail else in case of negative
3107 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3108 (top): Check for `font-lock-add-keywords' before calling; it
3109 doesn't exist under XEmacs.
3110 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3111 (tramp-completion-mode): Remove clause (not
3112 tramp-unified-filenames), because the function is called in other
3113 context too, where this check results in wrong results in the
3114 XEmacs case on Windows.
3115 (tramp-touch): UTC handling is not possible for XEmacs.
3116
3117 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3118
3119 * scroll-bar.el (previous-scroll-bar-mode): New variable
3120 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3121 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3122
3123 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3124
3125 2006-12-30 Richard Stallman <rms@gnu.org>
3126
3127 * files.el (make-backup-file-name-1): Precompute abs name
3128 but don't lose the relative name.
3129
3130 * international/mule-cmds.el (select-safe-coding-system-interactively):
3131 Fix message.
3132
3133 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3134
3135 * files.el (backup-buffer): Show entire backup file name in msg.
3136
3137 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3138
3139 * image.el (image-type-header-regexps, image-type-from-data)
3140 (image-type-from-buffer, image-type-from-file-header):
3141 Revert changes from 2006-12-26.
3142 (image-type-auto-detectable): New variable.
3143 (image-type-auto-detected-p): New function.
3144
3145 * files.el (magic-mode-alist): Detect image files with
3146 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3147
3148 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3149
3150 * dired.el (dired-sort-other): Move test for dired-mode...
3151 (dired-sort-set-modeline): ...to here.
3152
3153 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3154
3155 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3156 change. Suggested by Stefan Monnier.
3157
3158 2006-12-29 Kim F. Storm <storm@cua.dk>
3159
3160 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3161 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3162
3163 2006-12-27 Kim F. Storm <storm@cua.dk>
3164
3165 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3166 so it doesn't accidentally match an fsf.org mail address.
3167 (authors-renamed-files-alist): Add tcover-*.el.
3168
3169 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3170
3171 * vc-arch.el (vc-arch-find-version): New function.
3172
3173 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3174 composed of arbitrary characters (even /) in some systems.
3175
3176 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3177
3178 * international/mule-cmds.el (select-safe-coding-system-interactively):
3179 Improve the message in the *Warning* buffer.
3180
3181 2006-12-27 Kim F. Storm <storm@cua.dk>
3182
3183 * ido.el (ido-set-matches-1): Fix last change. If default item is
3184 current buffer, it is ok to be first.
3185
3186 2006-12-27 Kenichi Handa <handa@m17n.org>
3187
3188 * international/mule-cmds.el (select-safe-coding-system-interactively):
3189 Use face `link' for problematic chars.
3190
3191 2006-12-27 Kenichi Handa <handa@m17n.org>
3192
3193 * international/mule-cmds.el (select-safe-coding-system-interactively):
3194 Improve the message in *Warning* buffer.
3195
3196 2006-12-27 Kim F. Storm <storm@cua.dk>
3197
3198 * ido.el (ido-set-matches-1): Never put current buffer first if
3199 there are other matches.
3200
3201 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3202
3203 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3204 expressions.
3205 (gdb-var-delete): Handle duplicate names. Print message for non
3206 root expressions.
3207 (gdb-partial-output-name): Start buffer name with a space.
3208 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3209 buffer name.
3210
3211 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3212
3213 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3214 last footnote when `footnote-spaced-footnotes' is nil.
3215
3216 2006-12-26 Richard Stallman <rms@gnu.org>
3217
3218 * cus-edit.el (custom-browse-sort-alphabetically)
3219 (custom-buffer-sort-alphabetically)
3220 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3221
3222 * image.el (image-type-header-regexps): Change element format
3223 to include third item NOT-ALWAYS.
3224 (image-type-from-data): Handle new format.
3225 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3226 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3227
3228 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3229
3230 * add-log.el (add-log-current-defun): Call `forward-sexp'
3231 multiple times to pick a member function name defined as
3232 part of nested classes/namespaces.
3233
3234 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3235
3236 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3237 which keymap should be used to change menu. It does not affect any
3238 existent code.
3239
3240 2006-12-26 Richard Stallman <rms@gnu.org>
3241
3242 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3243 rather than for being in a minibuffer window.
3244
3245 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3246
3247 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3248 locale-coding-system.
3249 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3250 LF.
3251
3252 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3253
3254 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3255 (sql-mode-syntax-table): Disable double quoted strings.
3256 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3257
3258 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3259
3260 * startup.el (fancy-splash-last-input-event): New variable.
3261 (fancy-splash-special-event-action): New function.
3262 (fancy-splash-screens): Temporarily bind special events to it.
3263 Execute command for saved special event before exiting from
3264 recursive editing.
3265
3266 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3267 New functions.
3268 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3269 Use mac-unread-string.
3270
3271 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3272
3273 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3274 an optimized comment regexp if `comment-start-skip' uses a ^.
3275 * bs.el (bs--up): Remove interactive spec.
3276
3277 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3280 Suggested by James Cloos.
3281
3282 2006-12-24 Kevin Ryde <user42@zip.com.au>
3283
3284 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3285 in March.
3286 (calendar-dst-ends): Default to first Sunday in November.
3287
3288 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3289
3290 * allout.el (allout-encrypt-string): Inhibit use of agent within
3291 body of let form where encryption happens. Acknowledge non-use of
3292 gpg-agent in docstring.
3293 (allout-toggle-subtree-encryption): Acknowledge non-use of
3294 gpg-agent in docstring.
3295
3296 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3297
3298 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3299
3300 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3301
3302 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3303 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3304
3305 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3306 in hooks.
3307 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3308 actually modify buffer; ignore errors if occur.
3309
3310 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3311
3312 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3313 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3314 formatting.
3315
3316 2006-12-23 Richard Stallman <rms@gnu.org>
3317
3318 * simple.el (delete-horizontal-space): Doc fix.
3319
3320 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3321
3322 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3323 explicitly in a recursive Make, not implicitly through prerequisites,
3324 since the latter is wrong under parallel builds.
3325
3326 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3327
3328 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3329
3330 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3331
3332 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3333 message string.
3334
3335 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3336
3337 * outline.el (outline-next-visible-heading): Fix the case with a
3338 header at end-of-file with no final newline.
3339
3340 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3341
3342 * indent.el (tab-always-indent): Doc fix.
3343
3344 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3345
3346 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3347 (Info-fontify-node): Do fontify indices.
3348
3349 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3350 to the Emacs Lisp reference manual.
3351 (tutorial--tab-map): Remove. All callers changed.
3352 (tutorial--find-changed-keys): New elt QUIET, used to...
3353 (tutorial--display-changes): ...ensure that warning messages are
3354 only issued once per changed key.
3355 (tutorial--remove-remarks): Delete unused code-path.
3356 (lang-strings): Remove extraneous formatting.
3357 (tutorial--save-tutorial): Prompt before saving tutorial state.
3358
3359 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3360
3361 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3362 Replace '?\ ' by '?\s' throughout.
3363 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3364 `help' custom group.
3365 (tutorial--key-description): New function.
3366 (tutorial--display-changes): Remove redundant arg. Scan for all
3367 key sequences to avoid false matches. Cleanup.
3368 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3369 reduce homedir pollution.
3370 (help-with-tutorial): Call tutorial--display-changes with no arg.
3371
3372 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3373
3374 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3375
3376 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3377
3378 * net/tramp.el (tramp-default-method): We still need to check for
3379 `executable-find', because it is not bound under Emacs 20.
3380 (tramp-handle-file-name-completion)
3381 (tramp-completion-handle-file-name-completion): Handle optional
3382 parameter PREDICATE.
3383 (tramp-find-default-method): Add code for default values.
3384
3385 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3386
3387 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3388 make gud-go send "continue".
3389
3390 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3391
3392 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3393 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3394
3395 2006-12-19 Kim F. Storm <storm@cua.dk>
3396
3397 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3398 instead of global-map.
3399
3400 * files.el (magic-mode-alist): Allow matching file type by
3401 calling a function at bob. Check for image types by calling
3402 image-type-from-buffer. Suggested by Juanma Barranquero.
3403 (set-auto-mode): Do it.
3404
3405 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3406
3407 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3408 Remove "ControlMaster" option from the other `scp*' methods.
3409 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3410
3411 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3412
3413 * textmodes/org.el (org-mode): Show context after isearch.
3414 (org-show-siblings): New function.
3415 (org-show-context): Use `org-show-siblings'.
3416
3417 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3418
3419 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3420 Use syntax-ppss-toplevel-pos.
3421
3422 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3423
3424 * textmodes/org.el (org-current-line): Make sure that lines are
3425 counted from beginning of buffer.
3426 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3427 lines are counted from beginning of buffer.
3428
3429 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * info.el (Info-build-node-completions): Signal error if tag-table
3432 marker is not found.
3433
3434 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3435
3436 2006-12-17 Alan Mackenzie <acm@muc.de>
3437
3438 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3439 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3440 Based on code by Martin Rudalics.
3441
3442 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3443 open-paren-in-column-0-is-defun-start to nil any more.
3444
3445 2006-12-17 Richard Stallman <rms@gnu.org>
3446
3447 * simple.el (delete-horizontal-space): Use prefix arg.
3448
3449 * help-fns.el (describe-variable): Improve blank separator lines.
3450
3451 * files.el (magic-mode-alist): Mark as risky.
3452
3453 * files.el (make-backup-file-name-1):
3454 Expand backup-directory explicitly.
3455
3456 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3457
3458 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3459 check whether package password.el is loaded, or Pageant is running.
3460
3461 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3462
3463 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3464 (icalendar--rris): First try Emacs, then XEmacs.
3465 (icalendar--convert-ical-to-diary): Doc fix.
3466 Insert newline at end of target file.
3467
3468 2006-12-17 Kim F. Storm <storm@cua.dk>
3469
3470 * outline.el (outline-isearch-open-invisible-function): New defvar.
3471 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3472 overlay property instead of outline-isearch-open-invisible.
3473
3474 2006-12-16 Kim F. Storm <storm@cua.dk>
3475
3476 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3477 if ido-directory-too-big is set on entry.
3478 (ido-toggle-ignore, ido-completion-help): Print message while
3479 reading big directory.
3480
3481 2006-12-15 Richard Stallman <rms@gnu.org>
3482
3483 * shell.el (shell): Doc fix.
3484
3485 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3486
3487 * emulation/edt.el (edt-xserver):
3488 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3489 to fix a problem on Cygwin.
3490
3491 * emulation/edt.el
3492 * emulation/edt-mapper.el
3493 * emulation/edt-lk201.el
3494 * emulation/edt-pc.el
3495 * emulation/edt-vt100.el: Update maintainer's email address.
3496
3497 2006-12-15 Simon Marshall <simon@gnu.org>
3498
3499 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3500
3501 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3502
3503 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3504 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3505 instead of mac-atsu-font-table.
3506 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3507
3508 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3509
3510 * align.el (align-match-tex-pattern): Fix a rare bug which
3511 hanged Emacs.
3512
3513 2006-12-14 Richard Stallman <rms@gnu.org>
3514
3515 * startup.el (use-fancy-splash-screens-p): Use frame-height
3516 instead of window-height. Pass frame to image-size.
3517
3518 2006-12-13 Kenichi Handa <handa@m17n.org>
3519
3520 * international/mule-cmds.el (set-locale-environment):
3521 Set default-sendmail-coding-system too.
3522
3523 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3524
3525 * progmodes/idlw-help.el: Fix copyright notice.
3526
3527 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3528
3529 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3530
3531 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3532
3533 * subr.el (unread-command-char): Reformat obsolescence info.
3534
3535 2006-12-11 Richard Stallman <rms@gnu.org>
3536
3537 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3538 about calls to cl-struct-setf-expander.
3539
3540 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3541
3542 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3543 (ediff-combination-pattern): Fix typo in docstring.
3544
3545 * textmodes/refer.el (refer-find-entry): Doc fix.
3546 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3547 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3548 Fix tipos in docstrings.
3549
3550 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3551
3552 2006-12-10 Kim F. Storm <storm@cua.dk>
3553
3554 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3555 instead of binding M-backspace.
3556
3557 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3558
3559 * replace.el (replace-match-data, replace-match-maybe-edit):
3560 * calc/calc-aent.el (calc-eval-error):
3561 * emulation/vi.el (vi-char-argument):
3562 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3563 (c-vsemi-status-unknown-p-fn): Doc fixes.
3564
3565 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3566
3567 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3568 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3569
3570 2006-12-10 Masatake YAMATO <jet@gyve.org>
3571
3572 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3573
3574 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3577
3578 * man.el (Man-xref-button-action): New function. If the
3579 `Man-target-string' button property is a function, assume it
3580 accepts a position argument.
3581 (Man-abstract-xref-man-page): Use it.
3582 (Man-default-man-entry): New optional arg POS.
3583
3584 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3585 symlink arrows read-only and non-rear-sticky.
3586
3587 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3588
3589 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3590 (wdired-search-and-rename): Simplify code.
3591 (wdired-preprocess-files, wdired-preprocess-perms): Make
3592 read-only property of preceding character rear-nonsticky to
3593 avoid that it can be modified. Put old-name and old-link
3594 properties on character preceding name and replace
3595 put-text-property by add-text-properties.
3596 (wdired-get-filename, wdired-get-previous-link): Get old-name
3597 and old-link properties from character preceding name and
3598 simplify code.
3599 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3600 (wdired-perms-to-number): Make local-map property
3601 rear-nonsticky to avoid that text following permissions may be
3602 modified. Use add-text-properties instead of put-text-property
3603 when changing a permission bit.
3604 (wdired-change-to-dired-mode): Remove stickiness properties.
3605
3606 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3607
3608 * international/mule-cmds.el (register-input-method): Doc fix.
3609
3610 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3611
3612 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3613
3614 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3615
3616 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3617 Force buffer local defs evaluation on local variables loading.
3618 (flyspell-mode-on, flyspell-mode-off): Use it in
3619 `hack-local-variables-hook'.
3620
3621 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3622
3623 * emacs-lisp/find-func.el (find-variable): Doc fix.
3624
3625 * help-fns.el (variable-at-point): Doc fix.
3626
3627 * w32-fns.el (w32-append-code-lines): New function.
3628
3629 2006-12-09 Romain Francoise <romain@orebokech.com>
3630
3631 * comint.el (comint-insert-input): Delete obsolete comment.
3632
3633 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3634
3635 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3636 current frame, in case we're connected to several displays.
3637
3638 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3639
3640 * frame.el (other-frame): Doc fix.
3641 (set-frame-parameter): Fix typo in docstring.
3642
3643 2006-12-07 Kim F. Storm <storm@cua.dk>
3644
3645 * info.el (Info-index): Strip leading colon from topic.
3646
3647 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3648
3649 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3650 to pointers.
3651
3652 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3653
3654 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3655 Trim out spurious class inheritance "None" entries.
3656
3657 2006-12-05 Kim F. Storm <storm@cua.dk>
3658
3659 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3660 (cua-paste-pop): Rework last change for
3661 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3662 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3663 text inserted by the last M-y command.
3664
3665 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3666
3667 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3668 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3669
3670 * shell.el (shell): Search the start file in ~/.emacs.d as
3671 `init_SHELLNAME.sh' instead.
3672
3673 2006-12-05 Glenn Morris <rgm@gnu.org>
3674
3675 * progmodes/cperl-mode.el (cperl-mode)
3676 * progmodes/f90.el (f90-mode-abbrev-table)
3677 * progmodes/fortran.el (fortran-mode-abbrev-table)
3678 * progmodes/octave-mod.el (octave-abbrev-table)
3679 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3680 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3681
3682 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3683 clear abbrev table, else saved abbrevs will not be restored.
3684
3685 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3686
3687 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3688 the call to `make-obsolete-variable', not in the docstring.
3689
3690 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3691
3692 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3693
3694 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3695
3696 * progmodes/ebnf-abn.el:
3697 * progmodes/ebnf-bnf.el:
3698 * progmodes/ebnf-dtd.el:
3699 * progmodes/ebnf-ebx.el:
3700 * progmodes/ebnf-iso.el:
3701 * progmodes/ebnf-otz.el:
3702 * progmodes/ebnf-yac.el:
3703 * progmodes/ebnf2ps.el:
3704 * delim-col.el:
3705 * printing.el:
3706 * ps-bdf.el:
3707 * ps-mule.el:
3708 * ps-print.el: Remove 'Time-stamp' comment mark.
3709
3710 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3711 'easy-menu-add-item' when called in Emacs 21 or higher.
3712
3713 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3714
3715 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3716 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3717
3718 2006-12-04 Kim F. Storm <storm@cua.dk>
3719
3720 * bindings.el (global-map): Bind [signal t] to ignore, to have
3721 user signals ignored by default.
3722
3723 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3724
3725 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3726 Unicode data file pointed to by `describe-char-unicodedata-file'.
3727
3728 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3729
3730 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3731 O(n^2) regexp-search by anchoring the search.
3732
3733 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3734
3735 * whitespace.el (whitespace-cleanup-internal): Use current
3736 argument for recursive call.
3737
3738 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3739
3740 * net/tramp.el (tramp-methods): Add "ControlPath" and
3741 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3742 Andreas Schwab <schwab@suse.de>.
3743 (tramp-do-copy-or-rename-file-out-of-band)
3744 (tramp-open-connection-rsh): Compute format spec for ?t.
3745 (tramp-process-actions): Trace command parameters.
3746
3747 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3748
3749 * simple.el (toggle-truncate-lines): Clarify doc string.
3750
3751 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3752 (gdb-speedbar-expand-node): Use it.
3753
3754 2006-12-04 Richard Stallman <rms@gnu.org>
3755
3756 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3757
3758 * dired.el (dired-revert): Turn off dired-after-readin-hook
3759 around call to dired-readin.
3760
3761 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3762 to echo area messages.
3763 <indicate-empty-lines, case-fold-search>:
3764 Add "globally" to Help string.
3765 <case-fold-search>: MESSAGE arg need not say "globally".
3766 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3767
3768 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3769
3770 * outline.el (outline-end-of-subtree): Don't leave an empty
3771 line hidden as we would a real next heading.
3772
3773 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3774
3775 * allout.el (allout-ascend): Add an optional argument to preserve
3776 original position of point when unsuccessful. Also, fix a
3777 docstring error.
3778 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3779 work again, using allout-ascend's new option.
3780 (allout-setup-mode-map): Extract from allout-mode to initialize
3781 allout-mode-map. Call it on file load, so the mode docstring
3782 substitutions work even if allout mode has not yet been invoked.
3783 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3784 customizations since the map was last processed. Also, refine the
3785 docstring so it's ship-shape for release.
3786 (allout-default-layout, allout-beginning-of-line-cycles)
3787 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3788 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3789 (allout-version, allout-layout, allout-infer-body-reindent)
3790 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3791 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3792 (allout-previous-heading, allout-goto-prefix-doublechecked)
3793 (allout-current-bullet-pos, allout-next-sibling-leap)
3794 (allout-pre-command-business, allout-encrypted-type-prefix)
3795 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3796 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3797 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3798 (allout-old-expose-topic, allout-listify-exposed)
3799 (allout-process-exposed, allout-latex-verb-quote)
3800 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3801 (allout-toggle-current-subtree-encryption)
3802 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3803 Remove extraneous open-paren and close paren string escapes.
3804
3805 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3806
3807 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3808 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3809 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3810 Fix typos in docstrings.
3811
3812 2006-12-03 Glenn Morris <rgm@gnu.org>
3813
3814 * progmodes/cc-align.el
3815 * progmodes/cc-awk.el
3816 * progmodes/cc-cmds.el
3817 * progmodes/cc-compat.el
3818 * progmodes/cc-defs.el
3819 * progmodes/cc-engine.el
3820 * progmodes/cc-langs.el
3821 * progmodes/cc-menus.el
3822 * progmodes/cc-mode.el
3823 * progmodes/cc-styles.el
3824 * progmodes/cc-vars.el
3825 * progmodes/vhdl-mode.el: Fix Copyright format.
3826
3827 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3828
3829 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3830 initial down event.
3831
3832 2006-12-02 Kim F. Storm <storm@cua.dk>
3833
3834 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3835 (cua-repeat-replace-region): Make M-v more robust.
3836 (cua-paste-pop-rotate-temporarily): New defcustom.
3837 (cua-paste-pop): Use it.
3838 (cua-auto-mark-last-change): New defcustom.
3839 (cua-pop-to-last-change): New helper function.
3840 (cua-set-mark): Use them.
3841
3842 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3843
3844 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3845 mini-buffer message.
3846
3847 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3848
3849 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3850
3851 2006-12-01 Ben North <ben@redfrontdoor.org>
3852
3853 * paren.el: Fix the highlight overlay extension when the user types a
3854 sequence of char very fast just before the open parenthesis.
3855
3856 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3857
3858 * ps-mule.el: Eliminate Emacs 20 compatibility.
3859
3860 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3861 (ps-print-version): New version 6.7.
3862 (ps-print-quote): Replace '?\ ' by '?\s'.
3863
3864 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3865
3866 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3867 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3868 (hexl-end-of-1k-page): Doc fixes.
3869 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3870 Fix typos in docstrings.
3871
3872 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3873
3874 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3875 locally, i.e. without using file name handlers.
3876 (ido-read-internal): Allow mono letter host names, avoiding the
3877 `c:' problem by testing if the file exists locally.
3878 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3879
3880 2006-11-30 Masatake YAMATO <jet@gyve.org>
3881
3882 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3883 to avoid bytecomp warnings.
3884 (hexl-mode-old-ruler-function): New variable.
3885 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3886 and `hl-line-range-function' after `require' hl-line.
3887 Then bind `hl-line-range-function' and `hl-line-face'.
3888 Don't require frame. Don't use `with-no-warnings'.
3889 (hexl-activate-ruler): Store the original value of
3890 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3891 (hexl-mode-exit): Restore the original value of
3892 `ruler-mode-ruler-function'.
3893
3894 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3895
3896 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3897 (hexl-mode-old-hl-line-face): New variable.
3898 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3899 line when exit from the hexl-mode.
3900
3901 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3902
3903 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3904 Doc fixes.
3905
3906 * international/fontset.el (create-fontset-from-ascii-font)
3907 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3908 (fontset-name-p): Fix typo in docstring.
3909
3910 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3911
3912 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3913
3914 * ps-bdf.el: Fix maintainer email.
3915
3916 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3917 compatibility.
3918
3919 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3920 21 compatibility.
3921 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3922 Emacs 20 & 21.
3923
3924 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3925
3926 * progmodes/idlwave.el (idlwave-auto-fill):
3927 Remove paragraph-start let to prevent auto-fill giving up.
3928
3929 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3930
3931 * vt100-led.el (led-state): Fix typo in previous change.
3932
3933 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3934
3935 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3936 Fix interactive spec of the functions getting defined to make them
3937 work as documented.
3938
3939 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3940
3941 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3942
3943 2006-11-28 Kim F. Storm <storm@cua.dk>
3944
3945 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3946 icomplete-mode is enabled.
3947
3948 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3949
3950 * textmodes/org.el (require): Require gnus-sum during compilation
3951 to avoid problem with a macro call.
3952
3953 2006-11-28 Glenn Morris <rgm@gnu.org>
3954
3955 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3956
3957 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3958 (fortran-window-create-momentarily): Do not need string-to-char.
3959
3960 2006-11-28 Richard Stallman <rms@gnu.org>
3961
3962 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3963 Replace incorrect use of assoc-default with a loop.
3964
3965 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3966
3967 * simple.el (next-error-find-buffer): Improve messages.
3968
3969 * files.el (revert-buffer): Special error message if file
3970 is now not readable.
3971
3972 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3973 constructed commands.
3974
3975 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3976 in INSIDE_EMACS.
3977
3978 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3981
3982 * server.el: Remove spurious * in docstrings.
3983 (server-process-filter): Exit from recursive editing before processing
3984 a new request.
3985
3986 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3987
3988 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3989 line so hidden blocks will be correctly identified.
3990
3991 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3992
3993 * ledit.el (ledit-save-defun, ledit-mode):
3994 * resume.el (resume-emacs-args-buffer):
3995 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3996 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3997 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3998 (command-send-input, command-kill-line):
3999 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4000
4001 * autoarg.el (autoarg-kp-mode): Doc fix.
4002
4003 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4004 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4005 (check-emacs-lock): Doc fix. Simplify.
4006
4007 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4008 (iimage-mode-buffer): Fix typos in docstring.
4009
4010 * misc.el (zap-up-to-char): Doc fix.
4011
4012 * time-stamp.el: Fix comment and obsolescence string for old
4013 functions. Use `dolist' instead of `while'.
4014
4015 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4016
4017 * disp-table.el (standard-display-8bit, standard-display-default):
4018 * ebuff-menu.el (electric-buffer-list):
4019 * ehelp.el (electric-help-command-loop):
4020 * font-core.el (font-lock-mode):
4021 * help-macro.el (make-help-screen):
4022 * help.el (describe-minor-mode-completion-table-for-indicator)
4023 (lookup-minor-mode-from-indicator):
4024 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4025 * info-look.el (info-lookup-guess-custom-symbol):
4026 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4027 * longlines.el (longlines-wrap-line):
4028 * macros.el (insert-kbd-macro):
4029 * menu-bar.el (menu-bar-update-buffers):
4030 * misc.el (copy-from-above-command):
4031 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4032 * newcomment.el (comment-indent):
4033 * novice.el (disabled-command-function):
4034 * sort.el (sort-fields-syntax-table):
4035 * subr.el (momentary-string-display):
4036 * tar-mode.el (tar-header-block-summarize)
4037 (tar-clear-modification-flags):
4038 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4039 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4040 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4041 (te-delete-char, te-down-vertically-or-scroll):
4042 * time-stamp.el (time-stamp-string-preprocess):
4043 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4044
4045 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4046
4047 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4048 in GUD mode.
4049
4050 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4051 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4052
4053 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4054
4055 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4056
4057 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4058
4059 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4060 (ada-compile-goto-error): Adapt to new argument profile of
4061 compilation-goto-locus in Emacs 22. Don't check if the various
4062 compile functions are defined; we already do "(require 'compile)".
4063
4064 2006-11-26 Kim F. Storm <storm@cua.dk>
4065
4066 * kmacro.el: Fix commentary.
4067
4068 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4069
4070 * progmodes/gud.el (gdb): Explain how to run in text command mode
4071 more clearly. Say in error message that multiple debugging
4072 requires restarting GDB.
4073
4074 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4075
4076 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4077
4078 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4079
4080 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4081 (flymake-popup-menu): Use it instead of posn-at-point.
4082
4083 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4084
4085 * progmodes/cc-vars.el (c-backslash-column):
4086 Mention c-backslash-max-column in documentation for c-backslash-column.
4087
4088 2006-11-24 Lars Hansen <larsh@soem.dk>
4089
4090 * net/tramp.el (tramp-default-method): Under Windows, change from
4091 plink to pscp.
4092 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4093 (tramp-actions-copy-out-of-band):
4094 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4095 (tramp-action-out-of-band): Move "Permission denied" handling to
4096 tramp-action-copy-failed.
4097 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4098 process buffer.
4099
4100 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4101
4102 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4103 strings to a single string. Quote `errors-file-name'.
4104 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4105 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4106 Adjust calls. Use `shell-quote-argument'.
4107
4108 * international/mule.el (load-with-code-conversion)
4109 (with-category-table): Use with-current-buffer.
4110 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4111
4112 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4113
4114 * mail/smtpmail.el (smtpmail-send-it):
4115 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4116 MIME header for the message encoding.
4117 Bind coding-system-for-write around the call to mail-do-fcc.
4118 Use smtpmail-code-conv-from to encode queued mail messages.
4119
4120 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4121
4122 * tabify.el (tabify-regexp): Doc fix.
4123
4124 * net/rcirc.el (rcirc-buffer-maximum-lines):
4125 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4126
4127 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4128 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4129 Fix typos in output messages.
4130 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4131
4132 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4133
4134 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4135 the horse's mouth.
4136 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4137
4138 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4139
4140 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4141 Remove condition-case.
4142
4143 2006-11-23 Glenn Morris <rgm@gnu.org>
4144
4145 * progmodes/f90.el (f90-comment-indent): Do not move point in
4146 default case.
4147
4148 2006-11-21 Romain Francoise <romain@orebokech.com>
4149
4150 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4151 from library name (reverts change of 2005-10-25).
4152
4153 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4154
4155 * tutorial.el (tutorial--default-keys): Add newline and
4156 delete-backward-char bindings.
4157 (tutorial--detailed-help): Save excursion when finding keys.
4158 Correct warning string for M-x FOO case.
4159 (tutorial--display-changes): Print special keys in tutorial style.
4160 Tweak search regexp for changed keys.
4161
4162 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4163
4164 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4165 redundant scheme.
4166
4167 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4168
4169 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4170 are new to the list at IANA. Also added irc, mms, mmsh.
4171
4172 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4173
4174 * progmodes/idlw-help.el (idlwave-html-help-location):
4175 Fail gracefully for missing help packages.
4176 (idlwave-help-assistant-open-link): Open full links.
4177 (idlwave-help-assistant-help-with-topic): Direct help link.
4178
4179 * progmodes/idlwave.el (idlwave-mode):
4180 Set add-log-current-defun-function.
4181 (idlwave-current-routine-fullname): Add, to support add-log.
4182 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4183 to reflect improvements to xml-parse-file.
4184 (idlwave-mode-menu-def): New binding for help-with-topic.
4185
4186 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4187 Handle extra newlines and spaces.
4188 (idlwave-shell-mode-map): Add help-with-topic.
4189
4190 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4191
4192 * tutorial.el (tutorial-warning-face): New face.
4193 (tutorial--detailed-help, tutorial--display-changes): Use it.
4194 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4195 Improve search pattern for occurrences of changed keys.
4196
4197 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4198
4199 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4200 (x-select-text): Set it.
4201 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4202 when checking for newness.
4203
4204 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4205
4206 * subr.el (posn-image):
4207 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4208
4209 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4210
4211 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4212
4213 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4214 Exceptions to the rule "add a space between an identifier and an
4215 opening parenthesis". Defaulted to the `#define' problem of cpp.
4216 (glasses-parenthesis-exception-p): New. Check if the region is an
4217 exception regarding to that.
4218 (glasses-make-readable): Use it.
4219 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4220 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4221
4222 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4223
4224 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4225
4226 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4227
4228 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4229
4230 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4231 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4232
4233 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4234
4235 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4236 conditions for function or variable bindings.
4237
4238 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4239
4240 * progmodes/compile.el (compilation-start): Ditto.
4241
4242 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4243
4244 * net/tramp.el (top): cl and custom are always required.
4245
4246 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4247
4248 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4249 cut-buffers with next-selection-coding-system if not nil.
4250
4251 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4252
4253 * textmodes/org.el (org-fix-decoded-time): New function.
4254 (org-display-custom-time): Use `org-fix-decoded-time'.
4255
4256 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4257
4258 * menu-bar.el (menu-bar-games-menu): Remove yow.
4259
4260 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4261
4262 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4263 (org-detach-overlay): Rename from `org-detatch-overlay'.
4264 (org-table-convert-region): Insert space after column separator.
4265 (org-agenda-kill): New command.
4266 (org-metaleft): Call `org-outdent-item' on bullets.
4267 (org-metaright): Call `org-indent-item' on bullets.
4268 (org-timestamp-change): Set `org-last-changed-timestamp'.
4269 (org-current-line): Make sure (bolp) returns correct result.
4270 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4271
4272 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4273
4274 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4275
4276 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4277
4278 * mouse.el (global-map): Change 2006-08-16 fix to call
4279 mouse-yank-at-click explicitly, since mouse events are not carried
4280 over into keyboard macros.
4281
4282 2006-11-16 Kim F. Storm <storm@cua.dk>
4283
4284 * ido.el (ido-file-internal): Use current buffer's file name as default
4285 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4286
4287 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4288
4289 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4290 (allout-inhibit-aberrance-doublecheck): Rename from
4291 allout-during-yank-processing. All callers changed.
4292 (allout-ascend): Provide for unusual case where some topic after
4293 the first in file is at lower depth than the first.
4294 (allout-shift-in): Ensure the offspring of the new containing
4295 topic are exposed.
4296 (allout-encrypt-string): Preserve the coding-system of the text,
4297 according to that of the containing buffer.
4298 (allout-toggle-subtree-encryption): When the text being encrypted
4299 requires a different coding system, offer to preserve the coding
4300 system using a file local var.
4301
4302 2006-11-15 Simon Marshall <simon@gnu.org>
4303
4304 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4305 to recognise "T t()" as a function declaration, rather than a
4306 variable instantiation, iff at the top-level or inside a class
4307 declaration. Suggested by Feng Li <fengli@gmail.com>.
4308
4309 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4310
4311 * progmodes/ada-xref.el (ada-parse-prj-file):
4312 Don't delete project buffer; user may want to edit it.
4313 (ada-xref-set-project-field, ada-xref-current-project-file)
4314 (ada-xref-current-project, ada-show-current-project)
4315 (ada-set-main-compile-application): New functions.
4316 (ada-xref-get-project-field, ada-require-project-file):
4317 Normalize use of ada-prj-default-project-file.
4318 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4319 Normalize use of ada-require-project-file.
4320 (ada-prj-find-prj-file): Improve doc string, comments.
4321
4322 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4323 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4324 (ada-create-menu): Add ada-set-main-compile-application,
4325 ada-show-current-main, ada-show-current-project.
4326
4327 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4328
4329 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4330 (inferior-python-mode): Use it.
4331
4332 2006-11-14 Andreas Schwab <schwab@suse.de>
4333
4334 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4335
4336 2006-11-13 Kim F. Storm <storm@cua.dk>
4337
4338 * ido.el (ido-copy-current-word): C-o copies region if active.
4339
4340 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4341
4342 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4343
4344 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4345
4346 * ediff.el (ediff-revision):
4347 * files.el (set-visited-file-name):
4348 * mail/rmailout.el (rmail-output-body-to-file):
4349 Use `format', not `message', in `y-or-n-p' call.
4350
4351 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4352
4353 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4354 (org-metaright): Call `org-indent-item' on bullets.
4355 (org-timestamp-change): Set `org-last-changed-timestamp'.
4356 (org-current-line): Make sure (bolp) returns correct result.
4357 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4358
4359 2006-11-12 Richard Stallman <rms@gnu.org>
4360
4361 * language/european.el (turkish-case-conversion-enable)
4362 (turkish-case-conversion-disable): New functions.
4363 ("Turkish" lang env): Use them.
4364
4365 * international/characters.el (case table):
4366 Do nothing special for i and I.
4367
4368 * subr.el (remove-overlays): Fix last change.
4369
4370 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4371 for visiting the custom file.
4372
4373 2006-11-12 Markus Triska <triska@gmx.at>
4374
4375 * play/handwrite.el (handwrite): Also process lines not ending
4376 with newline. Replace some position-fiddling with different
4377 logic. Improve performance.
4378
4379 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4380
4381 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4382 replacing deleted variable `ada-check-switch'.
4383 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4384 (ada-xref-project-files): Improve doc string.
4385 (ada-find-executable): New function.
4386 (ada-initialize-runtime-library): Use `ada-find-executable'.
4387 (ada-xref-set-default-prj-values): In compile commands, don't need
4388 `ada-cd-command'; `compile' does that more portably.
4389 Use ada-prj-default-check-cmd.
4390 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4391 properties if not specified in project file.
4392 (ada-goto-declaration): Display useful message for new error
4393 'error-file-not-found.
4394 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4395 'error-file-not-found.
4396 (ada-get-all-references): Match latest ali syntax. Signal new
4397 error 'error-file-not-found.
4398 (ada-find-in-ali): Match latest ali syntax.
4399 (ada-make-filename-from-adaname): Handle different semantics of
4400 gnatkr in GNAT 3.15p vs later.
4401
4402 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4403 ada-procedure-start-regexp.
4404 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4405
4406 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4407 with defvar.
4408 (ada-language-version): Rename ada05 -> ada2005.
4409 (ada-align-region-separate): Add `eval-when-compile'.
4410 (ada-name-regexp): Remove unneeded escapes in regexp character
4411 alternative.
4412 (ada-compile-goto-error-file-linenr-re): New constant.
4413 (ada-matching-start-re): Handle additional cases `declare',
4414 `procedure', `function'.
4415 (ada-compile-goto-error): Handle "... at line nn".
4416 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4417 Delete support for old versions of `align'.
4418 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4419 (ada-check-defun-name): Simplify handling of `declare'.
4420 (ada-goto-matching-start): Handle nested `begin ... end'.
4421 Handle `declare', `protected', `procedure', `function'.
4422 (ada-create-menu): Presence of arm95 is not conditional on using
4423 GNAT compiler.
4424
4425 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4426
4427 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4428 nil in the *RE-Builder* buffer (it causes spurious error messages).
4429
4430 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4431 been set to t, respect it.
4432
4433 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4434
4435 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4436 Delete commented out code for old Emacs versions. Autoloading of
4437 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4438 (ada-mode-version): Bump version number.
4439 (ada-95-string-keywords, ada-2005-string-keywords)
4440 (ada-2005-keywords, ada-name-regexp): New constant.
4441 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4442 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4443 (ada-package-start-regexp): Support private packages, include package
4444 name (for ada-set-point-accordingly).
4445 (ada-next-procedure, ada-previous-procedure)
4446 (ada-which-function-are-we-in): Match changes to
4447 ada-procedure-start-regexp.
4448 (ada-make-body): Make non-interactive; not a user function.
4449 (ada-make-subprogram-body): Improve doc string.
4450
4451 2006-11-11 Romain Francoise <romain@orebokech.com>
4452
4453 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4454 `compilation-error-regexp-alist' buffer-local, since we changed
4455 `compilation-error-regexp-alist-alist' locally.
4456
4457 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4458
4459 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4460 to the value of `server-raise-frame'.
4461
4462 2006-11-11 Glenn Morris <rgm@gnu.org>
4463
4464 * ido.el (ido-enable-prefix)
4465 * ses.el (ses-call-printer-return)
4466 * net/tramp.el (tramp-unified-filenames)
4467 * progmodes/cc-align.el (c-lineup-string-cont)
4468 * progmodes/compile.el (compilation-directory-matcher)
4469 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4470 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4471 (vhdl-clock-rising-edge)
4472 * textmodes/org.el (org-export-with-timestamps)
4473 (org-export-remove-timestamps-from-toc)
4474 (org-export-with-tags): Improve previous doc fixes.
4475
4476 2006-11-11 Richard Stallman <rms@gnu.org>
4477
4478 * textmodes/flyspell.el (flyspell-mode-map):
4479 Bind C-c $ instead of M-RET.
4480
4481 2006-11-10 Simon Marshall <simon@gnu.org>
4482
4483 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4484 fontification for "case" and "default" keywords.
4485
4486 2006-11-10 Andreas Schwab <schwab@suse.de>
4487
4488 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4489 Avoid starting sentence with "nil".
4490
4491 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4492
4493 * server.el (server-raise-frame): New option.
4494 (server-switch-buffer): Use it.
4495
4496 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4499 with a capital.
4500
4501 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4502
4503 * textmodes/org.el (org-show-hierarchy-above)
4504 (org-show-following-heading): Fix typo in default value.
4505 (org-scan-tags): Make the search case-sensitive.
4506 (org-tags-sparse-tree): Don't overrule
4507 `org-show-following-heading' and `org-show-hierarchy-above'.
4508 (org-reveal): New command.
4509 (org-show-context): Rename from `org-show-hierarchy-above'.
4510 (org-fast-tag-selection-single-key): New option.
4511 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4512 (org-tags-overlay): New variable.
4513 (org-agenda-todo-ignore-deadlines): New option.
4514 ("session"): Add circular data structure `org-mark-ring' to
4515 exceptions list in session.el.
4516 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4517 New options.
4518 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4519 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4520 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4521 (org-finalize-agenda): Activate bracket links in agenda.
4522 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4523 INACTIVE-OK.
4524 (org-show-hierarchy-above, org-show-following-heading):
4525 List values allowed for fine-tuned configuration.
4526 (org-show-hierarchy-above): New argument CONTEXT, use the
4527 fine-tuned settings in `org-show-hierarchy-above' and
4528 `org-show-following-heading'.
4529 (org-display-custom-time): New function.
4530 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4531 (org-display-custom-times, org-time-stamp-custom-formats):
4532 (org-maybe-intangible): New macro.
4533 (org-activate-bracket-links, org-hide-wide-columns):
4534 Use `org-maybe-intangible'.
4535 (org-open-file): Use `shell-quote-argument'.
4536 (org-display-internal-link-with-indirect-buffer): New option.
4537 (org-file-remote-p): Get regexp from list.
4538 (org-link-expand-abbrev): New function.
4539 (org-link-abbrev-alist): New option.
4540 (org-open-at-point, org-cleaned-string-for-export):
4541 Call `org-link-expand-abbrev'.
4542 (org-timeline, org-agenda-list, org-todo-list)
4543 (org-tags-view): Remove the KEEP-MODES argument.
4544 (org-finalize-agenda-hook): New hook.
4545 (org-get-alist-option): New function.
4546 (org-follow-timestamp-link): New function.
4547 (org-open-at-point): Call `org-follow-timestamp-link'.
4548 (org-log-note-marker, org-log-note-purpose)
4549 (org-log-note-window-configuration): New variables.
4550 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4551 (org-log-note-headings): New option.
4552 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4553 (org-store-link): Support for dired-mode.
4554 (org-open-file): Substitute environment variables into filename.
4555 (org-last): New defsubst.
4556 (org-agenda-re-align-tags): New function.
4557 (org-agenda-align-tags-to-column): New option.
4558 (org-agenda-timeline): Group removed.
4559 (org-prepare-agenda, org-prepare-agenda-buffers)
4560 (org-run-agenda-series, org-timeline, org-agenda-list)
4561 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4562 the text property inticating the agenda type.
4563 (org-agenda-post-command-hook): Get agenda type from text property
4564 at point.
4565 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4566 and obey `org-agenda-overriding-arguments'.
4567 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4568 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4569 (org-agenda-week-view, org-agenda-day-view):
4570 Use `org-agenda-overriding-arguments' to make updating work with
4571 multi-block agendas.
4572 (org-agenda-prefix-format): Allow different formats for the
4573 different agenda entry types.
4574 (org-timeline-prefix-format): Option removed, use
4575 `org-agenda-prefix-format' instead.
4576 (org-prepare-agenda): New function.
4577 (org-select-timeline-window): Option removed, use
4578 `org-select-agenda-window' instead.
4579 (org-respect-restriction): Variable removed.
4580 (org-cmp-tag): New function.
4581 (org-agenda-sorting-strategy, org-entries-lessp):
4582 Implement sorting by last tag.
4583 (org-complete): Better completion in in-buffer option lines.
4584 (org-in-item-p): New function.
4585 (org-org-menu): Add entries for checkboxes.
4586 (org-cycle): Extra brouping in outline-regexp, because it is used
4587 in a search with "^" prepended.
4588 (org-provide-checkbox-statistics): New option.
4589 (org-set-font-lock-defaults): Highlight checkbox statistics.
4590 (org-update-checkbox-count-maybe)
4591 (org-get-checkbox-statistics-face): New functions.
4592 (org-update-checkbox-count): New command.
4593 (org-insert-item, org-toggle-checkbox):
4594 Call `org-update-checkbox-count-maybe'.
4595 (org-export-as-html): XEmacs compatibility for coding system.
4596 (org-force-cycle-archived): New command.
4597 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4598 overrules cycling.
4599 (org-fix-position-after-promote): If the line contains only a todo
4600 keyword, add a final space.
4601 (org-promote-subtree, org-demote-subtree):
4602 Call `org-fix-position-after-promote'.
4603
4604 2006-11-10 Glenn Morris <rgm@gnu.org>
4605
4606 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4607 date in every year.
4608 (calendar-dst-check-each-year-flag): New customizable variable.
4609 (calendar-dst-find-data): New function, extracted from
4610 calendar-current-time-zone.
4611 (calendar-current-time-zone): Use calendar-dst-find-data.
4612 (calendar-dst-transition-cache): New variable.
4613 (calendar-dst-find-startend, calendar-dst-starts)
4614 (calendar-dst-ends): New functions.
4615 (calendar-daylight-savings-starts)
4616 (calendar-daylight-savings-ends): Change value to use
4617 calendar-dst-starts, calendar-dst-ends; respectively.
4618
4619 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4620
4621 * ido.el (ido-enable-prefix)
4622 * ses.el (ses-call-printer-return)
4623 * net/tramp.el (tramp-unified-filenames)
4624 * progmodes/cc-align.el (c-lineup-string-cont)
4625 * progmodes/compile.el (compilation-directory-matcher)
4626 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4627 * progmodes/gdb-ui.el (gdb-many-windows)
4628 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4629 (vhdl-clock-rising-edge)
4630 * textmodes/org.el (org-export-with-timestamps)
4631 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4632 (org-read-date): Doc fix (Nil -> nil).
4633
4634 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4635
4636 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4637 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4638
4639 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4640
4641 * bs.el (bs--window-for-buffer): Remove.
4642 (bs--show-with-configuration): Use `get-window-with-predicate'
4643 instead of `bs--window-for-buffer'.
4644
4645 2006-11-10 Kenichi Handa <handa@m17n.org>
4646
4647 * files.el (revert-buffer): Fix previous change.
4648
4649 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4650
4651 * bs.el (bs--redisplay): Fix typo in docstring.
4652 (bs--window-config-coming-from): Make frame-local.
4653 (bs--restore-window-config): New function.
4654 (bs-kill, bs-select, bs-select-other-window)
4655 (bs-select-other-frame): Use it.
4656 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4657 (bs--show-with-configuration): Save the window configuration as a
4658 frame local var, and only if *buffer-selection* is not already
4659 visible on this frame.
4660
4661 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4662
4663 * vc-svn.el (vc-svn-admin-directory): New var.
4664 (vc-svn-registered, vc-svn-responsible-p)
4665 (vc-svn-repository-hostname): Use it.
4666 Suggested by arit93@yahoo.com.
4667
4668 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4669
4670 * ldefs-boot.el: Regenerate.
4671
4672 2006-11-08 Alan Mackenzie <acm@muc.de>
4673
4674 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4675 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4676 for least nested open-paren.
4677
4678 2006-11-08 Romain Francoise <romain@orebokech.com>
4679
4680 * subr.el (remove-overlays): Fix typo in last change.
4681
4682 2006-11-08 Richard Stallman <rms@gnu.org>
4683
4684 * subr.el (remove-overlays): Call overlay-recenter.
4685
4686 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4687
4688 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4689 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4690 behaviour.
4691 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4692 directly.
4693
4694 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4695
4696 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4697 (ido-max-dir-file-cache, ido-decorations)
4698 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4699 (ido-magic-backward-char, ido-enter-dired)
4700 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4701 (ido-list-directory, ido-first-match, ido-only-match)
4702 (ido-subdir, ido-indicator): Fix typos in docstrings.
4703 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4704 (ido-read-internal): Fix typo in error message.
4705
4706 2006-11-08 Kenichi Handa <handa@m17n.org>
4707
4708 * international/mule-cmds.el (set-default-coding-systems):
4709 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4710
4711 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4712
4713 * makefile.w32-in (setwins): Remove.
4714 (WINS_ALMOST): New macro.
4715 (WINS): Use it.
4716 (autoloads): Don't extract autoloads from files in obsolete/.
4717
4718 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4719
4720 * whitespace.el (whitespace-buffer): Call remove-overlays after
4721 overlay-recenter for performance. Suggested by Martin Rudalics.
4722
4723 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4724
4725 * net/tramp.el (tramp-default-method): scp is the default method.
4726
4727 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4728
4729 * server.el (server-start): Save also the Emacs pid in the server file.
4730
4731 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4732
4733 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4734 point when displaying a bibtex cross reference in the echo area.
4735
4736 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4737
4738 * international/mule.el (make-char): Fix typo in docstring.
4739 (load-with-code-conversion, charsetp): Doc fixes.
4740
4741 * international/ja-dic-cnv.el (skkdic-convert):
4742 * cus-edit.el (hook): Fix typo in docstring.
4743
4744 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4745
4746 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4747 (custom-mode-link-map): New variable.
4748 (custom-group-link, custom-manual): Use follow-link.
4749
4750 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4751
4752 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4753 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4754
4755 2006-11-06 Richard Stallman <rms@gnu.org>
4756
4757 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4758 New function broken out of flyspell-correct-word.
4759 (flyspell-mode-map): Bind it to M-RET.
4760 (flyspell-correct-word): Call it.
4761
4762 * textmodes/fill.el (fill-minibuffer-function): New function.
4763 (fill-paragraph): Bind fill-paragraph-function to
4764 fill-minibuffer-function.
4765
4766 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4767 so that they aren't undefined.
4768
4769 * dired.el (dired-readin): Locally bind file-name-coding-system.
4770
4771 * bindings.el: Shorten and clarify usual mode line mouse help string.
4772
4773 * Makefile.in (autoloads): Don't include `obsolete'.
4774
4775 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4776
4777 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4778 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4779 Printing menu if it's not initialized.
4780 (pr-menu-bind): Act on menu-bar-file-menu directly.
4781
4782 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4783
4784 * help.el (view-emacs-news): Fix typo in error message.
4785
4786 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4787
4788 * shadowfile.el (shadow-define-regexp-group)
4789 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4790 (shadow-read-files): Fix typo in message.
4791 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4792 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4793 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4794 (shadow-file-match): Fix typos in docstrings.
4795
4796 * terminal.el (terminal-emulator): Fix typo in message.
4797
4798 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4799
4800 * emacs-lisp/lselect.el (x-kill-primary-selection)
4801 (x-delete-primary-selection, x-copy-primary-selection):
4802 Fix typos in error messages.
4803
4804 * emulation/edt-mapper.el: Fix typo in interactive message.
4805
4806 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4807
4808 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4809 (ispell-help): Fix typos in docstrings.
4810 (ispell-help): Fix typo in output message.
4811
4812 * allout.el (allout-adjust-file-variable)
4813 (allout-passphrase-verifier-string)
4814 (allout-passphrase-hint-string)
4815 (allout-toggle-current-subtree-encryption):
4816 * apropos.el (apropos-synonyms):
4817 * cus-edit.el (hook):
4818 * emacs-lock.el (emacs-lock-from-exiting):
4819 * follow.el (follow-avoid-tail-recenter-p):
4820 * hexl.el (hexl-mode):
4821 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4822 * mouse.el (mouse-set-font):
4823 * resume.el (resume-emacs-args-file):
4824 * rfn-eshadow.el (file-name-shadow-tty-properties):
4825 * t-mouse.el (t-mouse-process, t-mouse-mode):
4826 * emacs-lisp/cust-print.el (custom-print-install)
4827 (custom-print-uninstall, custom-format):
4828 * emacs-lisp/shadow.el (list-load-path-shadows):
4829 * emulation/tpu-edt.el (tpu-help-text)
4830 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4831 (tpu-reset-control-keys):
4832 * emulation/vip.el (vip-emacs-local-map)
4833 (vip-change-mode-to-emacs):
4834 * emulation/viper.el (viper-mode, viper-set-hooks)
4835 (viper-major-mode-modifier-list):
4836 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4837 * emulation/viper-keym.el (viper-emacs-kbd-map)
4838 (viper-toggle-key):
4839 * mail/feedmail.el (feedmail-queue-reminder)
4840 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4841 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4842 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4843 (feedmail-sender-line, feedmail-force-binary-write)
4844 (feedmail-from-line, feedmail-deduce-envelope-from)
4845 (feedmail-x-mailer-line, feedmail-message-id-generator)
4846 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4847 (feedmail-enable-spray, feedmail-spray-this-address)
4848 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4849 (feedmail-queue-runner-confirm-global)
4850 (feedmail-ask-before-queue-prompt)
4851 (feedmail-ask-before-queue-reprompt)
4852 (feedmail-prompt-before-queue-standard-alist)
4853 (feedmail-prompt-before-queue-user-alist)
4854 (feedmail-prompt-before-queue-help-supplement)
4855 (feedmail-queue-use-send-time-for-message-id)
4856 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4857 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4858 (feedmail-mail-send-hook-queued)
4859 (feedmail-confirm-addresses-hook-example)
4860 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4861 (feedmail-queue-runner-mode-setter)
4862 (feedmail-queue-alternative-mail-header-separator)
4863 (feedmail-queue-runner-message-sender)
4864 (feedmail-buffer-eating-function, feedmail-binmail-template)
4865 (feedmail-run-the-queue-no-prompts)
4866 (feedmail-run-the-queue-global-prompt)
4867 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4868 (feedmail-envelope-deducer, feedmail-fiddle-date)
4869 (feedmail-default-message-id-generator)
4870 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4871 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4872 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4873 (vms-pmail-setup):
4874 * play/dunnet.el (dun-help):
4875 * play/handwrite.el (handwrite):
4876 * play/hanoi.el (hanoi-unix-64):
4877 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4878 * textmodes/enriched.el (fixed):
4879 * textmodes/org.el (org-file-apps)
4880 (org-emphasis-regexp-components, org-emphasis-alist):
4881 * textmodes/texinfmt.el (batch-texinfo-format):
4882 Fix typos in docstrings.
4883
4884 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4885
4886 * loadhist.el (read-feature): Don't complete features not loaded
4887 from a file (which make `unload-feature' to fail).
4888
4889 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4890
4891 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4892
4893 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4894
4895 * startup.el (command-line-1): Kill emacs if the last frame is
4896 deleted while evaluating the command-line arguments.
4897
4898 2006-11-05 Richard Stallman <rms@gnu.org>
4899
4900 * startup.el (init-file-had-error): Add doc string.
4901 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4902 Use fixed-width font for keyboard key descriptions.
4903
4904 * cus-edit.el (custom-save-all): Error if saving in .emacs
4905 and it had an error when loaded.
4906
4907 * dired-aux.el (dired-copy-file-recursive): Catch errors
4908 from recursive copies in the loop, around the recursive call.
4909
4910 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4911
4912 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4913 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4914 `/proc/acpi/thermal_zone/*'.
4915 (battery-search-for-one-match-in-files): New. Search a regexp in
4916 the content of some files.
4917
4918 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4919
4920 * window.el (mouse-autoselect-window-now): Remove variable.
4921 (mouse-autoselect-window-state): New variable.
4922 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4923 (mouse-autoselect-window-select, handle-select-window):
4924 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4925 Suspend delayed autoselection during menu or popup dialog.
4926
4927 * info-look.el (info-lookup-guess-custom-symbol): New function
4928 for retrieving symbol at point in custom buffers.
4929 (top level) <info-lookup-maybe-add-help>: Add backquote and
4930 comma to ignored characters in regexps of help specifications
4931 for emacs-lisp-mode and lisp-interaction-mode. This permits
4932 looking up symbols in `...' and after a comma. Add help
4933 specifications for custom-mode and help-mode.
4934
4935 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4936
4937 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4938 Don't encode body if RAW is non-nil, or if the old encoding is
4939 identical to the new encoding, or if the body contains only
4940 eight-bit-* characters.
4941
4942 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4943
4944 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4945 (faces-sample-overlay): Remove variable.
4946 (describe-face): Insert sample text in the face being described.
4947
4948 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4949
4950 * whitespace.el (whitespace-indent-regexp): Make this match any
4951 multiples of eight spaces near the beginning of a line.
4952 (whitespace-buffer): Use `remove-overlays' instead of
4953 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4954 speed up overlay handling.
4955 (whitespace-buffer-leading, whitespace-buffer-trailing):
4956 Make these functions highlight the text removed by
4957 `whitespace-buffer-leading-cleanup' and
4958 `whitespace-buffer-trailing-cleanup' respectively.
4959 (whitespace-buffer-search): Use `with-local-quit'.
4960 Move `format' out of loop to speed up scanning larger buffers.
4961 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4962 that function is never added to a hook.
4963 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4964 (whitespace-buffer-leading-cleanup)
4965 (whitespace-refresh-rescan-list): Fix docstrings.
4966
4967 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4968
4969 * allout.el (allout-during-yank-processing): Cue for inhibiting
4970 aberrance processing during yanks.
4971 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4972 the amount of yanked topics that can be aberrant.
4973 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4974 a function, and supplement with inihibition of doublechecking
4975 during yanks.
4976 (allout-beginning-of-line, allout-next-heading)
4977 (allout-previous-heading, allout-goto-prefix-doublechecked)
4978 (allout-back-to-current-heading, allout-next-visible-heading)
4979 (allout-next-sibling): Use new allout-do-doublecheck function.
4980 (allout-next-sibling): Ensure we made progress when returning
4981 other than nil.
4982 (allout-rebullet-heading): Preserve text property annotations
4983 indicating the text was hidden, if it was.
4984 (allout-kill-line): Remove any added was-hidden annotations.
4985 (allout-kill-topic): Remove any added was-hidden annotations.
4986 (allout-annotate-hidden): Inhibit adding was-hidden text
4987 properties to the undo list.
4988 (allout-deannotate-hidden): New function to remove was-hidden
4989 annotation.
4990 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4991 (allout-remove-exposure-annotation): Replace by
4992 allout-deannotate-hidden.
4993 (allout-yank-processing): Signal that yank processing is happening
4994 with allout-during-yank-processing. Also, wrap
4995 allout-unprotected's closer to the text changes, for easier
4996 debugging. We need to inhibit-field-text-motion explicitly, in
4997 lieu of the encompassing allout-unprotected.
4998 (outlineify-sticky): Adjust criteria for triggering new outline
4999 decorations to presence or absence of any topics, not just a topic
5000 at the beginning of the buffer.
5001
5002 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * bs.el (bs--show-all, bs--redisplay):
5005 * cus-edit.el (custom-unlispify-menu-entries)
5006 (custom-unlispify-tag-names, custom-prompt-variable):
5007 * expand.el (expand-pos):
5008 * speedbar.el (speedbar-generic-list-tag-p):
5009 * wid-edit.el (widget-image-enable):
5010 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5011 * emacs-lisp/find-func.el (find-function-noselect)
5012 (find-function, find-variable-noselect, find-variable)
5013 (find-definition-noselect, find-face-definition):
5014 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5015 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5016 * progmodes/ada-xref.el (ada-find-in-ali):
5017 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5018 * textmodes/org.el (org-copy-subtree):
5019 * textmodes/table.el (table--row-column-insertion-point-p):
5020 Use "non-nil" in docstrings.
5021
5022 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5023
5024 * sort.el (sort-columns): Set the field separator to tab; on
5025 NetBSD, sort complains if "\n" is used as field separator.
5026
5027 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5028
5029 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5030
5031 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * server.el (server-auth-key): Remove. Replace by a process-property.
5034 (server-start): Don't remove the file of the previous process, but
5035 instead clear out the place for the new file.
5036 (server-start): Set the :auth-key property.
5037 (server-process-filter): Use the :auth-key property.
5038
5039 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5040
5041 * textmodes/org.el (org-mode-map): No longer copy
5042 `outline-mode-map' explicitly - this is already done by
5043 `define-derived-mode'.
5044
5045 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5046
5047 * server.el (server-visit-files): Use `when'.
5048 (server-process-filter): When authentication fails, send error
5049 message to client. Wrap `process-send-region' in `ignore-errors'
5050 instead of `condition-case', and remove misleading comment.
5051
5052 2006-11-01 Juri Linkov <juri@jurta.org>
5053
5054 * simple.el (yank): Doc fix.
5055
5056 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5057
5058 * server.el: Try and fit within 80 columns.
5059 (server-start): Make the auth file unreadable by other users.
5060
5061 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5062
5063 * battery.el (battery-linux-proc-acpi): Prevent range error when
5064 `full-capacity' is 0.
5065
5066 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5067
5068 * faces.el (faces-sample-overlay): New defvar.
5069 (faces-sample-overlay): New function to show face sample text.
5070 (describe-face): Use it.
5071
5072 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5073
5074 * progmodes/ada-stmt.el: Change maintainer, apply
5075 whitespace-cleanup, checkdoc.
5076 (ada-func-or-proc-name): Add doc string.
5077
5078 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5079 whitespace-cleanup, checkdoc. Minor improvements to many doc
5080 strings and comments.
5081 (ada-prj-display-page): Change buffer name to more accurately
5082 reflect function.
5083
5084 * progmodes/ada-xref.el: Change maintainer, apply
5085 whitespace-cleanup, checkdoc. Minor improvements to many doc
5086 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5087 (ada-compile-current): Don't add newlines to commands.
5088
5089 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5090
5091 * server.el: Add support for TCP sockets.
5092 (server-use-tcp, server-host, server-auth-dir): New options.
5093 (server-auth-key): New variable.
5094 (server-ensure-safe-dir): Create nonexistent parent dirs.
5095 Ignore Unix-style file modes on Windows.
5096 (server-start): Crete a TCP or Unix socket according to the value
5097 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5098 `server-auth-dir' directory.
5099 (server-process-filter): Delete process if authentication
5100 fails (which never happens for Unix sockets).
5101
5102 2006-10-30 David Kastrup <dak@gnu.org>
5103
5104 * subr.el (add-to-list): Don't continue checking if a match has
5105 been found.
5106
5107 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5108
5109 * tutorial.el: Move defvars to avoid bytecomp warnings.
5110 (tutorial--find-changed-keys): Check if viper-current-state is
5111 bound before using it.
5112 (help-with-tutorial): Check if viper-tutorial is defined before
5113 using it.
5114
5115 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5116
5117 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5118
5119 * tutorial.el: New file.
5120 (help-with-tutorial): Move here from help-fns.el. Added help for
5121 rebound keys. Fixed resume of tutorial.
5122 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5123 (tutorial--find-changed-keys, tutorial--display-changes)
5124 (tutorial--saved-dir, tutorial--saved-file)
5125 (tutorial--save-tutorial): New functions to support the changes in
5126 help-with-tutorial.
5127
5128 2006-10-30 Kenichi Handa <handa@m17n.org>
5129
5130 * files.el (revert-buffer): If a unibyte buffer is being reverted
5131 with a coding system for multibyte, set buffer multibyte before
5132 calling insert-file-contents.
5133
5134 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5135
5136 * server.el (server-select-display): Use a dummy buffer to detect when
5137 the frame is later used.
5138 (server-select-display): New function.
5139 (server-process-filter): Use it to detect unused temp frames.
5140
5141 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5142
5143 * progmodes/ada-mode.el: Change maintainer, apply
5144 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5145 (ada-mode-version): New function.
5146 (ada-create-menu): Menu operations are available for all supported
5147 compilers.
5148
5149 2006-10-29 Lars Hansen <larsh@soem.dk>
5150
5151 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5152 Highlight as keyword.
5153 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5154 Don't call tramp-method-out-of-band-p for local files.
5155 (tramp-touch): Quote file name.
5156
5157 2006-10-28 Glenn Morris <rgm@gnu.org>
5158
5159 * calendar/calendar.el (cal-html-cursor-month)
5160 (cal-html-cursor-year): Add autoloads for this new package.
5161 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5162
5163 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5164
5165 * calendar/cal-html.el: New file.
5166
5167 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5168
5169 * emacs-lisp/authors.el (authors-aliases): Update.
5170
5171 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5172
5173 * version.el (emacs-version): Bump version number to 22.0.90.
5174
5175 2006-10-26 John W. Eaton <jwe@octave.org>
5176
5177 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5178 New defvar.
5179 (inferior-octave-resync-dirs): Check to see whether Octave has
5180 built-in variables and set inferior-octave-has-built-in-variables.
5181 Check inferior-octave-has-built-in-variables to decide whether to
5182 send commands that set built-in variables or call functions to
5183 change Octave's behavior.
5184 Send "disp (pwd ())" to Octave instead of just "pwd".
5185 (inferior-octave-startup): Send "more off" to Octave instead of
5186 "page_screen_output = 0".
5187
5188 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5191 pattern normally.
5192
5193 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5194
5195 * bindings.el (mode-line-mode-menu): Remove bindings for global
5196 minor modes (line/column number) as they are on the menubar.
5197
5198 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5199
5200 * term/w32-win.el (x-handle-name-switch): Doc fix.
5201 (w32-standard-fontset-spec): Fix typo in docstring.
5202
5203 * midnight.el (midnight-buffer-display-time): Doc fix.
5204 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5205
5206 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5207
5208 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5209
5210 * viper-ex.el (ex-read): Quote file argument.
5211
5212 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5213
5214 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5215
5216 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5217
5218 * textmodes/flyspell.el (flyspell-check-region-doublons):
5219 Fix last fix.
5220
5221 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5222
5223 * bindings.el (mode-line-mode-menu): List global minor modes
5224 before local ones.
5225
5226 2006-10-23 Kim F. Storm <storm@cua.dk>
5227
5228 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5229 (sit-for): If last command was a prefix arg, add the read-ahead
5230 event to unread-command-events as (t . EVENT) so it will be added
5231 to this-command-keys by read-key-sequence.
5232
5233 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5234
5235 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5236 whitespace when checking doublons.
5237 (flyspell-check-region-doublons): Fix doublon regexp.
5238 (flyspell-highlight-incorrect-region): Highlight doublons using
5239 flyspell-duplicate face.
5240
5241 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5242
5243 2006-10-22 John Wiegley <johnw@newartisans.com>
5244
5245 * progmodes/python.el (python-use-skeletons): python-mode was
5246 auto-inserting templates (for those with abbrev-mode on), not only
5247 by default -- *but without a configuration variable to disable
5248 it*. This rendered python-mode completely useless for me, so I
5249 have added `python-use-skeletons', which is now off by default.
5250
5251 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5252
5253 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5254 font-lock-multiline is auto-local (it's not).
5255 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5256 initialized before calling cperl-init-faces.
5257
5258 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5259
5260 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5261 gdb-stack-position a value when there is no fringe.
5262
5263 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5264 indicator if not visiting a file.
5265
5266 2006-10-20 David Kastrup <dak@gnu.org>
5267
5268 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5269 operation would still cause some window to collapse later.
5270
5271 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5272
5273 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5274 side-effect due to mixing various backends's file properties.
5275
5276 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5277 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5278 Return `filename's status if applicable. Update callers.
5279
5280 2006-10-19 Kenichi Handa <handa@m17n.org>
5281
5282 * international/kkc.el (kkc-region): When a key sequence is not
5283 defined, append (this-single-command-raw-keys) to
5284 unread-input-method-events.
5285
5286 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5287
5288 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5289
5290 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5291
5292 * version.el (emacs-version): Use mac-carbon-version-string.
5293
5294 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5295
5296 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5297
5298 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5299 Kenichi Handa).
5300 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5301 the selection is not UTF-8.
5302
5303 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5304
5305 * progmodes/ada-mode.el (ada-83-string-keywords)
5306 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5307 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5308 (ada-looking-at-semi-private, ada-get-body-name):
5309 Fix typos in docstrings.
5310 (ada-create-case-exception, ada-create-case-exception-substring):
5311 Fix typos in error messages.
5312 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5313
5314 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5315
5316 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5317 to default-frame-alist if default-frame-alist already contains
5318 width/height.
5319
5320 2006-10-18 Richard Stallman <rms@gnu.org>
5321
5322 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5323 Non-interactive arg is the value, not the expression.
5324
5325 * simple.el (read-expression-map): Just set it, no defvar.
5326
5327 * subr.el (insert-for-yank-1): If last inserted char has
5328 properties, mark them as rear-nonsticky.
5329
5330 * recentf.el (recentf-mode): Doc fix.
5331
5332 * facemenu.el (facemenu-add-new-face): Defend against symbol
5333 that isn't a face name.
5334
5335 * dired-aux.el (dired-do-copy): Doc fix.
5336
5337 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5338
5339 * simple.el (line-move-1): Ignore fields when moving to the
5340 beginning of line to avoid getting point stuck.
5341
5342 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5343
5344 * textmodes/flyspell.el (flyspell-word-search-backward):
5345 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5346 text.
5347
5348 2006-10-16 Richard Stallman <rms@gnu.org>
5349
5350 * help-fns.el (describe-function-1): Special case optimization
5351 for self-insert-command.
5352
5353 2006-10-16 Kim F. Storm <storm@cua.dk>
5354
5355 * ido.el (ido-reread-directory): Work in `dir' mode too.
5356
5357 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5358
5359 * textmodes/table.el: Require 'regexp-opt.
5360
5361 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5362
5363 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5364 Use shell-quote-argument.
5365
5366 * shell.el (explicit-bash-args): Likewise.
5367
5368 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5369 Use grep -E rather than egrep.
5370
5371 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5372
5373 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5374
5375 2006-10-15 Kim F. Storm <storm@cua.dk>
5376
5377 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5378
5379 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5380
5381 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5382 to protect whitespace and metacharacters from the shell.
5383
5384 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5385
5386 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5387
5388 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5389
5390 * subr.el (start-process-shell-command): Doc fix.
5391
5392 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5393
5394 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5395 the regexp for Maxima symbols.
5396
5397 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5398
5399 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5400 (vc-find-root): Don't walk higher up than ~.
5401
5402 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5403
5404 * international/utf-8.el (utf-translate-cjk-load-tables):
5405 Avoid clobbering last-coding-system-used during load.
5406
5407 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5408
5409 * textmodes/reftex-global.el (reftex-create-tags-file):
5410 Quote file arguments.
5411
5412 2006-10-12 Richard Stallman <rms@gnu.org>
5413
5414 * files.el (file-name-history): Add defvar.
5415 (save-some-buffers-action-alist): Improve description strings.
5416
5417 2006-10-12 Andreas Schwab <schwab@suse.de>
5418
5419 * files.el (auto-mode-alist): Match change log file name also with
5420 a dash before a numeric extension.
5421
5422 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5423
5424 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5425 After 5.0:
5426 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5427
5428 After 5.1: Major edit. Summary of most visible changes:
5429
5430 - Multiple <<HERE per line allowed.
5431 - Handles multiline subroutine declaration headers (with comments).
5432 (The exception is `cperl-etags' - but it is not used in the rest
5433 of the mode.)
5434 - Fontifies multiline my/our declarations (even with comments,
5435 and with legacy `font-lock').
5436 - Major speedup of syntaxification, both immediate and postponed
5437 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5438 huge real-life document I tested).
5439 - New bindings, edits to imenu.
5440 - "_" is made into word-char during fontification/syntaxification;
5441 some attempts to recognize non-word "_" during other operations too.
5442 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5443 - autoload some more perldoc-related stuff
5444 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5445 - Attempt to incorporate XEmacs edits which reached me.
5446
5447 Fine-grained changelog:
5448 (cperl-hook-after-change): New configuration variable.
5449 (cperl-vc-sccs-header): Likewise.
5450 (cperl-vc-sccs-header): Likewise.
5451 (cperl-vc-header-alist): Default via two preceding variables.
5452 (cperl-invalid-face): Remove double quoting under XEmacs
5453 (still needed under 21.2).
5454 (cperl-tips): Update URLs for resources.
5455 (cperl-problems): Likewise.
5456 (cperl-praise): Mention new features.
5457 New C-c key bindings: for `cperl-find-bad-style',
5458 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5459 `cperl-perdoc', and `cperl-perldoc-at-point'.
5460 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5461 moved, new submenu of Tools with Ispell entries and narrowing.
5462 (cperl-after-sub-regexp): New defsubst.
5463 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5464 Allows heads up to head4.
5465 Allow "package;".
5466 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5467 (paren-backwards-message): ??? Something for XEmacs???
5468 (cperl-mode): Never auto-switch abbrev-mode off.
5469 Try to allow '_' be non-word char.
5470 Do not use `font-lock-unfontify-region-function' on XEmacs.
5471 Reset syntax cache on mode start.
5472 Support multiline facification (even on legacy `font-lock').
5473 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5474 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5475 refuse to inform us whether the fontification is due to lazy
5476 calling or due to edit to a buffer, install our own hook
5477 (controlled by `cperl-hook-after-change').
5478 (cperl-electric-pod): =cut may have been recognized as start.
5479 (cperl-block-p): Move, updatedfor attributes.
5480 (cperl-calculate-indent): Try to allow '_' be non-word char
5481 Support subs with attributes.
5482 (cperl-where-am-i): Queit (?) a warning.
5483 (cperl-cached-syntax-table) New function.
5484 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5485 (cperl-unwind-to-safe): Recognize `syntax-type' property
5486 changing in a middle of line.
5487 (cperl-find-sub-attrs): New function.
5488 (cperl-find-pods-heres): Allow many <<EOP per line.
5489 Allow subs with attributes.
5490 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5491 Recognize "extproc " (OS/2) case-folded and only at start.
5492 /x on s///x with empty replacement was not recognized.
5493 Better comments.
5494 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5495 Allow subs with attributes, labels.
5496 Do not confuse "else::foo" with "else".
5497 Minor optimizations...
5498 (cperl-after-expr-p): Try to allow '_' be non-word char.
5499 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5500 with `looking-at' inside `narrow' and bulk out if found.
5501 (cperl-imenu--create-perl-index): Updates for new
5502 `cperl-imenu--function-name-regexp-perl'.
5503 (cperl-outline-level): Likewise.
5504 (cperl-init-faces): Allow multiline subroutine headers
5505 and my/our declarations, and ones with comments.
5506 Allow subroutine attributes.
5507 (cperl-imenu-on-info): Better docstring.
5508 (cperl-etags): Rudimentary support for attributes.
5509 Support for packages and "package;".
5510 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5511 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5512 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5513 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5514 (cperl-perldoc): Add autoload.
5515 (cperl-perldoc-at-point): Likewise.
5516 (cperl-here-doc-spell): New function.
5517 (cperl-pod-spell): Likewise.
5518 (cperl-map-pods-heres): Likewise.
5519 (cperl-get-here-doc-region): Likewise.
5520 (cperl-font-lock-fontify-region-function): Likewise (backward
5521 compatibility for legacy `font-lock').
5522 (cperl-font-lock-unfontify-region-function): Fix style.
5523 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5524 calls with no-change. Governed by `cperl-hook-after-change'.
5525 (cperl-fontify-update): Recognize that syntaxification region
5526 can be larger than fontification one.
5527 XXXX we leave `cperl-postpone' property, so this is quadratic...
5528 (cperl-fontify-update-bad): Temporary placeholder until
5529 it is clear how to implement `cperl-fontify-update'.
5530 (cperl-time-fontification): New function.
5531 (attrib-group): New text attribute.
5532 (multiline): New value: `syntax-type' text attribute.
5533
5534 After 5.2:
5535 (cperl-emulate-lazy-lock): New function.
5536 (cperl-fontify-syntaxically): Would skip large regions.
5537 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5538 Some globals were declared, but uninitialized.
5539
5540 After 5.3, 5.4:
5541 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5542 Copyright message updated.
5543 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5544 facification down a bit.
5545 Misprint for my|our|local for old `font-lock'
5546 "our" was not fontified same as "my|local".
5547 Highlight variables after "my" etc even in
5548 a middle of an expression.
5549 Do not facify multiple variables after my etc
5550 unless parentheses are present.
5551
5552 After 5.5, 5.6
5553 (cperl-fontify-syntaxically): after-change hook could reset.
5554 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5555
5556 After 5.7:
5557 (cperl-init-faces): Allow highlighting of local ($/).
5558 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5559 (cperl-problems): Remove fixed problems.
5560 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5561 Recognize charclasses (unless delimiter is \).
5562 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5563 (cperl-regexp-scan): Update docs.
5564 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5565
5566 After 5.8:
5567 Major user visible changes:
5568 Recognition and fontification of character classes in RExen.
5569 Variable indentation of RExen according to groups.
5570
5571 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5572 Fontify REx charclasses in variable-name face.
5573 Fontify POSIX charclasses in "type" face.
5574 Fontify unmatched "]" in function-name face.
5575 Mark first-char of HERE-doc as `front-sticky'.
5576 Reset `front-sticky' property when needed.
5577 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5578 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5579 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5580 constructs. Support `narrow'ed buffers.
5581 (cperl-praise): Remove a reservation.
5582 (cperl-make-indent): New function.
5583 (cperl-indent-for-comment): Use `cperl-make-indent'.
5584 (cperl-indent-line): Likewise.
5585 (cperl-lineup): Likewise.
5586 (cperl-beautify-regexp-piece): Likewise.
5587 (cperl-contract-level): Likewise.
5588 (cperl-toggle-set-debug-unwind): New function.
5589 New menu entry for this.
5590 (fill-paragraph-function): Use when `boundp'.
5591 (cperl-calculate-indent): Take into account groups when indenting RExen.
5592 (cperl-to-comment-or-eol): Recognize # which end a string.
5593 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5594 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5595 (cperl-fontify-syntaxically): More clear debugging message.
5596 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5597 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5598 Merge cosmetic changes from XEmacs.
5599
5600 After 5.9:
5601 (cperl-1+): Move to before the first use.
5602 (cperl-1-): Likewise.
5603
5604 After 5.10:
5605
5606 This code may lock Emacs hard!!! Use at your own risk!
5607
5608 (cperl-font-locking): New internal variable.
5609 (cperl-beginning-of-property): New function.
5610 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5611 instead of `previous-single-property-change'.
5612 (cperl-unwind-to-safe): Likewise.
5613 (cperl-after-expr-p): Likewise.
5614 (cperl-get-here-doc-region): Likewise.
5615 (cperl-font-lock-fontify-region-function): Likewise.
5616 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5617 recursively.
5618 Bound `next-single-property-change' via `point-max'.
5619 (cperl-unwind-to-safe): Bound likewise
5620 (cperl-font-lock-fontify-region-function): Likewise.
5621 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5622 Initialization of `cperl-font-lock-multiline-start' could be
5623 missed if the "main" fontification did not run due to the
5624 keyword being already fontified.
5625 (cperl-pod-spell): Return t from do-one-chunk function.
5626 (cperl-map-pods-heres): Stop when the worker returns nil.
5627 Call `cperl-update-syntaxification'.
5628 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5629 (cperl-get-here-doc-delim): Remove unused function.
5630
5631 After 5.11:
5632
5633 The possible lockup of Emacs (introduced in 5.10) fixed.
5634
5635 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5636 (cperl-syntaxify-for-menu): New customization variable.
5637 (cperl-select-this-pod-or-here-doc): New function.
5638 (cperl-get-here-doc-region): Extra argument.
5639 Do not adjust pos by 1.
5640
5641 New menu entries
5642 (Perl/Tools): Selection of current POD or HERE-DOC section.
5643 (Debugging CPerl:) backtrace on fontification.
5644
5645 After 5.12:
5646 (cperl-cached-syntax-table): Use `car-safe'.
5647 (cperl-forward-re): Remove spurious argument SET-ST.
5648 Add documentation.
5649 (cperl-forward-group-in-re): New function.
5650 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5651 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5652
5653 After 5.13:
5654 (cperl-string-syntax-table): Make { and } not-grouping
5655 (Sometimes they ARE grouping in RExen, but matching them would only
5656 confuse in many situations when they are not)
5657 (beginning-of-buffer): Replace two occurences with goto-char...
5658 (cperl-calculate-indent): `char-after' could be nil...
5659 (cperl-find-pods-heres): REx can start after "[" too.
5660 Hightlight (??{}) in RExen too.
5661 (cperl-maybe-white-and-comment-rex): New constant
5662 (cperl-white-and-comment-rex): Likewise.
5663 XXXX Not very efficient, but hard to make
5664 better while keeping 1 group.
5665
5666 After 5.13:
5667 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5668 Likewise for 1 << identifier.
5669
5670 After 5.14:
5671 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5672 Error-less condition-case could fail.
5673 (cperl-font-lock-fontify-region-function): Likewise.
5674 (cperl-init-faces): Likewise.
5675
5676 After 5.15:
5677 (cperl-find-pods-heres): Support property REx-part2.
5678 (cperl-calculate-indent): Likewise.
5679 Don't special-case REx with non-empty 1st line.
5680 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5681 Invert highlighting of charclasses:
5682 now the envelop is highlighted.
5683 Highlight many others 0-length builtins.
5684 (cperl-praise): Mention indenting and highlight in RExen.
5685
5686 After 5.15:
5687 (cperl-find-pods-heres): Highlight capturing parens in REx.
5688
5689 After 5.16:
5690 (cperl-find-pods-heres): Highlight '|' for alternation
5691 Initialize `font-lock-warning-face' if not present.
5692 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5693 `font-lock-function-name-face'.
5694 (cperl-look-at-leading-count): Likewise.
5695 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5696 `font-lock-keyword-face' (needed for
5697 batch processing), etc...
5698 Use `font-lock-builtin-face' for builtin in REx
5699 Now `font-lock-variable-name-face'
5700 is used for interpolated variables
5701 Use "talking aliases" for faces inside REx
5702 Highlight parts of REx (except in charclasses)
5703 according to the syntax and/or semantic
5704 Syntax-mark a {}-part of (?{}) as "comment"
5705 (it was the ()-part)
5706 Better logic to distinguish what is what in REx
5707 (cperl-tips-faces): Document REx highlighting
5708 (cperl-praise): Mention REx syntax highlight etc.
5709
5710 After 5.17:
5711 (cperl-find-sub-attrs): Would not always manage to print error message.
5712 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5713
5714 After 5.18:
5715 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5716 Very minor optimization.
5717 `my-cperl-REx-modifiers-face' got quoted.
5718 Recognize "print $foo <<END" as HERE-doc.
5719 Put `REx-interpolated' text attribute if needed.
5720 (cperl-invert-if-unless-modifiers): New function.
5721 (cperl-backward-to-start-of-expr): Likewise.
5722 (cperl-forward-to-end-of-expr): Likewise.
5723 (cperl-invert-if-unless): Works in "the opposite way" too.
5724 Cursor position on return is on the switch-word.
5725 Indents comments better.
5726 (REx-interpolated): New text attribute.
5727 (cperl-next-interpolated-REx): New function.
5728 (cperl-next-interpolated-REx-0): Likewise.
5729 (cperl-next-interpolated-REx-1): Likewise.
5730 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5731 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5732 (cperl-praise): Mention finded interpolated RExen.
5733
5734 After 5.19:
5735 (cperl-init-faces): Highlight %$foo, @$foo too.
5736 (cperl-short-docs): Better docs for system, exec.
5737 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5738 Would not find HERE-doc ended by EOF without NL.
5739 (cperl-short-docs): Correct not-doubled \-escapes.
5740 start block: Put some `defvar' for stuff gone from XEmacs.
5741
5742 After 5.20:
5743 initial comment: Extend copyright, fix email address.
5744 (cperl-indent-comment-at-column-0): New customization variable.
5745 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5746 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5747 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5748 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5749 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5750 highlight $ in $foo too (UNTESTED).
5751 (cperl-set-style): Docstring missed some available styles.
5752 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5753 Change "Current" to "Memorize Current".
5754 (cperl-indent-wrt-brace): New customization variable; the default is
5755 as for pre-5.2 version.
5756 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5757 (cperl-style-alist): Likewise.
5758 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5759 and `cperl-extra-newline-before-brace' etc
5760 being t
5761 (cperl-indent-exp): Plans B and C to find continuation blocks even
5762 if `cperl-extra-newline-before-brace' is t.
5763
5764 After 5.21:
5765 Improve some docstrings concerning indentation.
5766 (cperl-indent-rules-alist): New variable.
5767 (cperl-sniff-for-indent): New function name
5768 (separated from `cperl-calculate-indent').
5769 (cperl-calculate-indent): Separate the sniffer and the indenter;
5770 uses `cperl-sniff-for-indent' now.
5771 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5772 was inverted;
5773 Support `comment-column' = 0.
5774
5775 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5776
5777 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5778 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5779 * longlines.el (longlines-window-change-function): Likewise.
5780 * simple.el (undo-ask-before-discard): Likewise.
5781 * wid-edit.el (widget-field-prompt-internal)
5782 (widget-documentation-link-p): Likewise.
5783
5784 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5787 for a keyword.
5788
5789 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5790
5791 * newcomment.el (comment-valid-prefix-p): Make the check
5792 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5793 (comment-indent-new-line): Adjust call.
5794
5795 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5796
5797 * allout.el (allout-back-to-current-heading): Base on lower-level
5798 routines to get proper disqualification of aberrant topics.
5799
5800 2006-10-09 Richard Stallman <rms@gnu.org>
5801
5802 * textmodes/two-column.el (2C-two-columns): Doc fix.
5803
5804 2006-10-09 Kim F. Storm <storm@cua.dk>
5805
5806 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5807 about implicit use.
5808
5809 2006-10-08 Richard Stallman <rms@gnu.org>
5810
5811 * textmodes/two-column.el (2C-two-columns): Doc fix.
5812
5813 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5814
5815 * files.el: Mark `buffer-read-only' as safe-local-variable.
5816
5817 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5818
5819 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5820 Burp if GUD buffer has been killed.
5821
5822 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5823
5824 * completion.el (add-completions-from-c-buffer):
5825 Don't presume an error's second element is a string.
5826 Use looking-at rather than buffer-substring + member.
5827
5828 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5829
5830 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5831 `undecided', call find-coding-systems-region to find a proper
5832 non-trivial encoding.
5833 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5834 and "text/plain".
5835
5836 2006-10-07 Kevin Ryde <user42@zip.com.au>
5837
5838 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5839 url-link.
5840
5841 * strokes.el (defgroup strokes): Remove invalid url-link.
5842
5843 2006-10-07 Magnus Henoch <mange@freemail.hu>
5844
5845 * autoinsert.el (auto-insert-alist): Doc fix.
5846
5847 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5848
5849 * mouse-sel.el (mouse-insert-selection-internal):
5850 Use insert-for-yank, so that yank handlers are run.
5851
5852 2006-10-07 Kim F. Storm <storm@cua.dk>
5853
5854 * ido.el (ido-file-extension-aux): Fix comparison.
5855
5856 2006-10-06 Kim F. Storm <storm@cua.dk>
5857
5858 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5859
5860 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5861
5862 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5863 (ad-make-mapped-call): Use `let', not `let*'.
5864
5865 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5866
5867 * international/mule-cmds.el (coding-system-change-eol-conversion):
5868 Ensure the coding system is initialized before calling
5869 coding-system-eol-type.
5870
5871 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5872
5873 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5874 (org-activate-angle-links, org-activate-dates)
5875 (org-activate-target-links, org-activate-camels)
5876 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5877 textproperty keymaps from being active beyond the end of a line.
5878 (org-unfontify-region): Also remove `rear-nonsticky' property.
5879
5880 2006-10-04 Kenichi Handa <handa@m17n.org>
5881
5882 * international/code-pages.el (next): Table fixed.
5883
5884 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5885
5886 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5887 that it's been made unnecessary by removing narrowing.
5888
5889 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5890
5891 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5892 control flow a bit, simplify another bit, and add comments.
5893
5894 2006-10-03 David Kastrup <dak@gnu.org>
5895
5896 * help.el (describe-mode): For clicks on mode-line, use "@"
5897 interactive argument to get the major mode of the click instead of
5898 the current buffer.
5899
5900 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5901 in order to better redirect mouse-2 clicks. Also allow default
5902 bindings to apply.
5903
5904 2006-10-03 Kim F. Storm <storm@cua.dk>
5905
5906 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5907 (pushnew): Fix last change.
5908
5909 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5910
5911 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5912 Use the interactive spec of `eval-expression'.
5913
5914 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5915
5916 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5917
5918 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5919
5920 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5921 2006-09-28 commit.
5922
5923 2006-10-02 Kenichi Handa <handa@m17n.org>
5924
5925 * international/code-pages.el (iso-8859-6): Table fixed.
5926
5927 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5928
5929 * dired.el (dired-build-subdir-alist): Fix previous change.
5930
5931 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5932
5933 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5934
5935 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5936
5937 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5938 "define-button-type".
5939
5940 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5941 they don't keep accumulating.
5942
5943 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5944
5945 * ffap.el (ffap-rfc-path): Change the address of the RFC
5946 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5947
5948 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5949
5950 * allout.el (allout-expose-topic): Rectify implementation of "+"
5951 spec, so that bodies are not exposed with headlines.
5952
5953 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5954
5955 * allout.el (allout-current-depth): Do aberrent check only at or
5956 below doublecheck depth.
5957 (allout-chart-subtree): Make it explicit that LEVELS being nil
5958 means unlimited depth. Drop undocumented support for LEVELS value
5959 t meaning unlimited depth. (This is consistent with
5960 allout-chart-to-reveal, but contrary to allout-show-children,
5961 which needs to use nil to default to depth of 1.)
5962 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5963 (allout-chart-to-reveal): Be explicit in docstring about meaning
5964 of nil LEVELS, and drop support for LEVELS value t.
5965 (allout-show-children): Translate the level spec used by this
5966 routine to that used by allout-chart-subtree and
5967 allout-chart-to-reveal.
5968 (allout-show-to-offshoot): Retry once when stuck, after opening
5969 subtree - improvements in discontinuity handling likely will
5970 enable progress.
5971
5972 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5973
5974 * wid-edit.el (widget-button-click-moves-point): New variable.
5975 (widget-button-click): If widget-button-click-moves-point is
5976 non-nil, set point after performing the button action
5977
5978 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5979
5980 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5981
5982 * files.el (find-file-existing): Modify to not allow wildcards.
5983
5984 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5985
5986 * simple.el (undo-more): When undo information for the region is
5987 exhausted, say "No further undo information FOR REGION".
5988
5989 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5990
5991 * progmodes/sh-script.el (sh-prev-thing):
5992 Take `sh-leading-keywords' into account.
5993
5994 2006-09-29 Glenn Morris <rgm@gnu.org>
5995
5996 * custom.el (defcustom): Doc fix.
5997
5998 * calendar/calendar.el (european-calendar-style):
5999 Call european-calendar or american-calendar as needed when set.
6000 (diary-view-entries, list-calendar-holidays): Move autoloads
6001 before use.
6002
6003 2006-09-29 Juri Linkov <juri@jurta.org>
6004
6005 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6006 to nil if there is no previous property change.
6007
6008 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6009
6010 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6011 saving anything to be sure that `forward-sexp' behaves correctly.
6012
6013 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
6014
6015 * simple.el (line-move-finish): Ignore field boundaries if the
6016 initial and final points have the same `field' property.
6017
6018 2006-09-29 Kim F. Storm <storm@cua.dk>
6019
6020 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6021 to t while calling ido-read-internal.
6022
6023 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6024
6025 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6026 (org-archive-subtree): Remove erraneous `]' from character list.
6027
6028 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6029
6030 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6031 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6032 markers for data-area and parameters-area.
6033
6034 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6035
6036 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6037
6038 * font-lock.el (font-lock-after-change-function): Refontify next line
6039 as well if end is at BOL.
6040 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6041 only extend the region as much as needed.
6042
6043 2006-09-28 Richard Stallman <rms@gnu.org>
6044
6045 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6046
6047 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6048
6049 * international/mule.el (after-insert-file-set-coding):
6050 If VISIT, don't let set-buffer-multibyte make undo info.
6051
6052 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6053
6054 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6055 lines in base64-encoded authentication response.
6056
6057 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6058
6059 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6060 (ebnf-version): New version 4.3.
6061 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6062 (ebnf-prologue): Adjust PostScript programming.
6063 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6064 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6065
6066 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6067
6068 * jit-lock.el (jit-lock-force-redisplay): Rename from
6069 jit-lock-fontify-again, and undo the mistaken change I've just done.
6070
6071 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6072 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6073
6074 2006-09-26 Kenichi Handa <handa@m17n.org>
6075
6076 * startup.el (display-splash-screen): Allow a prefix argument.
6077
6078 2006-09-25 Jason Rumney <jasonr@gnu.org>
6079
6080 * subr.el (shell-quote-argument): Use DOS logic for Windows
6081 shells with DOS semantics.
6082
6083 2006-09-24 Richard Stallman <rms@gnu.org>
6084
6085 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6086 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6087 to delete the overlay. Put it on pre-command-hook.
6088
6089 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6090
6091 * startup.el (fancy-splash-screens, normal-splash-screen):
6092 Call the splash buffer *About GNU Emacs*.
6093
6094 * simple.el (next-error-highlight, next-error-highlight-no-select):
6095 Default to 0.5.
6096 (yank-excluded-properties): Add `fontified'.
6097
6098 * font-lock.el (font-lock-compile-keywords): Allow value of
6099 syntax-begin-function to enable paren-column-0 highlighting.
6100
6101 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6102
6103 * dired.el (dired-build-subdir-alist): When file ends in colon,
6104 don't exit the loop, just disregard that file.
6105
6106 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6107
6108 * simple.el (line-move-finish): Handle corner case for fields in
6109 continued lines.
6110 (line-move-1): Remove flawed test for that case.
6111
6112 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6113
6114 * icomplete.el (icomplete-simple-completing-p): Use the correct
6115 name for the new variable, `icomplete-with-completion-tables'.
6116 (file local variables): Remove superfluous setting.
6117
6118 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6119
6120 * calendar/appt.el (appt-check): Fix typo for appointments just
6121 after midnight.
6122
6123 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6124
6125 * help.el (describe-key-briefly, describe-key): Don't expect an
6126 extra up event if a down-event is generated by a popup menu.
6127
6128 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6129
6130 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6131 local dictionary when changing the global dictionary.
6132
6133 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6134
6135 * icomplete.el (icomplete-with-completion-tables): List of
6136 specialized completion tables with which icomplete should
6137 operate. Include the new `internal-complete-buffer', so icomplete
6138 works with interactive buffer-selection.
6139 (icomplete-simple-completing-p): Add acceptance of specialized
6140 completion tables listed in icomplete-with-completion-tables.
6141
6142 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6143
6144 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6145
6146 * startup.el (command-line): Use `custom-reevaluate-setting' for
6147 `focus-follows-mouse'.
6148
6149 2006-09-22 Richard Stallman <rms@gnu.org>
6150
6151 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6152 explain why Save is not available.
6153
6154 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6155
6156 * woman.el (woman0-so): Use `let*', not `let'.
6157 (woman-horizontal-line): Remove unbalanced parenthesis.
6158
6159 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6160
6161 * woman.el: Make sure all the end-of-region markers we use have
6162 a non-nil insertion-type.
6163 (woman0-so): Move things around so we can use copy-marker.
6164 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6165 Adjust marker type.
6166 (woman2-process-escapes): Check marker type.
6167 (woman-horizontal-line): Dispense with the use of a marker.
6168
6169 2006-09-22 Jay Belanger <belanger@truman.edu>
6170
6171 * calc/calc-lang.el: Add Greek letters to math-variable-table
6172 property of tex.
6173
6174 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6175
6176 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6177
6178 2006-09-22 Masatake YAMATO <jet@gyve.org>
6179
6180 * add-log.el (add-log-current-defun): Use `forward-sexp'
6181 instead of `forward-word' to pick c++::symbol.
6182 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6183
6184 2006-09-22 Kenichi Handa <handa@m17n.org>
6185
6186 * bindings.el: Fix setting self-insert-command for multibyte
6187 characters in global-map.
6188
6189 2006-09-21 David Kastrup <dak@gnu.org>
6190
6191 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6192 doc string.
6193
6194 2006-09-21 Kenichi Handa <handa@m17n.org>
6195
6196 * language/european.el ("Latin-1"): Add windows-1252 to
6197 coding-priority.
6198 ("German"): Likewise.
6199
6200 2006-09-21 Kim F. Storm <storm@cua.dk>
6201
6202 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6203 Suggested by Miles Bader.
6204
6205 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6206 instead of add-to-list in the simple case.
6207
6208 2006-09-20 Kenichi Handa <handa@m17n.org>
6209
6210 * isearch.el (isearch-process-search-char): Cancel the previous change.
6211 (isearch-search-string): New function.
6212 (isearch-search): Use isearch-search-string.
6213 (isearch-lazy-highlight-search): Likewise.
6214
6215 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6216
6217 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6218 string to become an option.
6219
6220 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6223
6224 2006-09-20 Kim F. Storm <storm@cua.dk>
6225
6226 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6227 position t instead of trying both window-end and window-end - 1.
6228
6229 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6230
6231 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6232 hidden trees.
6233
6234 2006-09-20 David Kastrup <dak@gnu.org>
6235
6236 * mouse.el (mouse-posn-property): Improve doc string.
6237 (mouse-on-link-p): Change buffers for function calls on links.
6238
6239 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6240 buffer is read-only.
6241
6242 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6243
6244 * allout.el (allout-unprotected): Let inhibit-read-only only when
6245 buffer-read-only isn't set.
6246 (allout-annotate-hidden): Enable topic annotation during copies even
6247 when the buffer is read-only, eg for topic copies. Ensure that the loop
6248 advances, even when the span extends beyond the deletion region.
6249 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6250 rather than allout-exposure-changed-hook, as a stronger assertion.
6251 (allout-keybindings-list): Add bindings for
6252 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6253 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6254 Copy wrappers for allout-kill-line and allout-kill-topic.
6255 (allout-listify-exposed): Position correctly to accumulate lines.
6256
6257 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6258
6259 * simple.el (line-move-1): Escape field boundaries occurring
6260 exactly at point. Update goal column if constrained to a field.
6261 (line-move-finish): Escape field boundaries occurring exactly at point.
6262
6263 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6266 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6267
6268 2006-09-19 Kim F. Storm <storm@cua.dk>
6269
6270 * help.el (describe-key-briefly, describe-key): Simplify printing
6271 of descriptions by using format and %S. Fix "is undefined"
6272 messages to say "at that spot" for mouse events.
6273
6274 * simple.el (line-move-partial): Optimize. Try window-line-height
6275 before posn-at-point to get vpos of current line.
6276
6277 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6278
6279 * viper.el: Bump up version/date of update to reflect the substantial
6280 changes done in August 2006.
6281
6282 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6283 are defined.
6284
6285 * ediff-util.el (ediff-add-to-history): New function.
6286
6287 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6288
6289 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6290
6291 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6292 Delete duplicate make-local-variable form.
6293 (conf-space-keywords): Add autoload cookie.
6294 Fix typo (`keywords', not `keyword').
6295
6296 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6297
6298 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6299 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6300 to x-gtk-use-old-file-dialog
6301
6302 2006-09-18 Richard Stallman <rms@gnu.org>
6303
6304 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6305 that might come in during mouse tracking.
6306
6307 2006-09-18 Kim F. Storm <storm@cua.dk>
6308
6309 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6310 new window-line-height function. Further optimize by not calling
6311 pos-visible-in-window-p for window-end when window-line-height
6312 returns useful information.
6313
6314 2006-09-16 Richard Stallman <rms@gnu.org>
6315
6316 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6317 (conf-space-mode): Don't handle prefix arg.
6318 Delete conf-space-keywords-override code.
6319 Use add-hook.
6320 (conf-space-keywords): New command.
6321 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6322 Delete conf-space-keywords-override code.
6323 (conf-space-keywords-alist): Doc fix.
6324 (conf-space-font-lock-keywords): Doc fix.
6325 (conf-space-keywords-override): Var deleted.
6326
6327 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6328
6329 * startup.el (fancy-splash-screens): Don't switch to the scratch
6330 buffer; it may not be the next buffer.
6331
6332 2006-09-16 Romain Francoise <romain@orebokech.com>
6333
6334 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6335 in both messages.
6336
6337 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6338
6339 * progmodes/python.el (python-preoutput-filter):
6340 Fix arg order to string-match.
6341
6342 2006-09-16 Richard Stallman <rms@gnu.org>
6343
6344 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6345 font-lock-compile-keywords.
6346
6347 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6348 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6349
6350 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6351
6352 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6353
6354 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6355 and the data doesn't look like UTF8, send STRING instead.
6356
6357 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6358
6359 * textmodes/flyspell.el (flyspell-check-region-doublons):
6360 New function to detect duplicated words.
6361 (flyspell-large-region): Use it.
6362
6363 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6364
6365 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6366
6367 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6368
6369 * help.el (describe-prefix-bindings): Use let, not let*.
6370
6371 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6372
6373 * allout.el (allout-regexp, allout-line-boundary-regexp)
6374 (allout-bob-regexp): Correct grouping and boundaries to fix
6375 backwards traversal.
6376 (allout-depth-specific-regexp, allout-depth-one-regexp):
6377 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6378 worse time in allout-ascend.
6379 (allout-doublecheck-at-and-shallower): Identify depth threshold
6380 below which topics are checked for and disqualified by containment
6381 discontinuities.
6382 (allout-hotspot-key-handler): Correctly handle multiple-key
6383 strokes. Remove some unused variables.
6384 (allout-mode-leaders): Clarify that mode-specific comment-start
6385 will be used.
6386 (set-allout-regexp): Correctly regexp-quote allout regexps to
6387 properly accept alternative header-leads and primary bullets with
6388 regexp-specific characters (eg, C "/*", mathematica "(*").
6389 Include new regular expressions among those configured.
6390 (allout-infer-header-lead-and-primary-bullet):
6391 Rename allout-infer-header-lead.
6392 (allout-recent-depth): Manifest as a variable as well as a function.
6393 (allout-prefix-data): Simplify into an inline instead of a macro,
6394 assuming current match data rather than being explicitly passed
6395 it. Establish allout-recent-depth value as well as
6396 allout-recent-prefix-beginning and allout-recent-prefix-end.
6397 (allout-aberrant-container-p): True when an item's immediate
6398 offspring discontinuously contained. Useful for disqualifying
6399 unintended topic prefixes, likely at low depths.
6400 (allout-goto-prefix-doublechecked): Elaborate version of
6401 allout-goto-prefix which disqualifies aberrant pseudo-items.
6402 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6403 get disqualification of aberrant containers.
6404 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6405 containers.
6406 (allout-beginning-of-current-entry): Position at start of buffer
6407 when in container (depth 0) entry.
6408 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6409 (allout-current-bullet): Strip text properties.
6410 (allout-get-prefix-bullet): Use right match groups.
6411 (allout-beginning-of-line, allout-next-heading):
6412 Disqualify aberrant containers.
6413 (allout-previous-heading): Disqualify aberrant containers, and
6414 change to regular (rather than inline) function, to allow
6415 self-recursion.
6416 (allout-get-invisibility-overlay): Increment so progress is made
6417 when the first overlay is not the sought one.
6418 (allout-end-of-prefix): Disqualify aberrant containers.
6419 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6420 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6421 outline.el outlines) functional again. Change the primary bullet
6422 along with the header-lead - level 1 new-style bullets now work.
6423 Engage allout-before-change-handler in mainline Emacs, not just
6424 XEmacs, to do undo handling.
6425 (allout-before-change-handler): Expose undo changes occurring in
6426 hidden regions. Use allout-get-invisibility-overlay instead of
6427 reimplementing it inline.
6428 (allout-chart-subtree): Use start rather than end of prefix in
6429 charts. Use allout-recent-depth variable.
6430 (allout-chart-siblings): Disqualify aberrant topics.
6431 (allout-beginning-of-current-entry): Position correctly.
6432 (allout-ascend): Use new allout-depth-specific-regexp and
6433 allout-depth-one-regexp for linear instead of O(N^2) or worse
6434 behavior.
6435 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6436 reimplementing an algorithm.
6437 (allout-up-current-level): Depend on allout-ascend, rather than
6438 reimplementing an algorithm. Return to start-point if we fail.
6439 (allout-descend-to-depth): Use allout-recent-depth variable
6440 instead of function.
6441 (allout-next-sibling): On traversal of numerous intervening
6442 topics, resort to economical allout-next-sibling-leap.
6443 (allout-next-sibling-leap): Specialized version of
6444 allout-next-sibling that uses allout-ascend cleverly, to depend on
6445 a regexp search to leap large numbers of contained topics, rather
6446 than arbitrarily many one-by-one traversals.
6447 (allout-next-visible-heading): Disqualify aberrant topics.
6448 (allout-previous-visible-heading): Position consistently when
6449 interactive.
6450 (allout-forward-current-level): Base on allout-previous-sibling
6451 rather than (differently) reimplmenting the algorithm. Remove some
6452 unused variables.
6453 (allout-solicit-alternate-bullet): Present default choice stripped
6454 of text properties.
6455 (allout-rebullet-heading): Use bullet stripped of text properties.
6456 Register changes using allout-exposure-change-hook.
6457 Disregard aberrant topics.
6458 (allout-shift-in): With universal-argument, make topic a peer of
6459 it's former offspring. Simplify the code by separating out
6460 allout-shift-out functionality.
6461 (allout-shift-out): With universal-argument, make offspring peers
6462 of their former container, and its siblings. Implement the
6463 functionality here, rather than inappropriately muddling the
6464 implementation of allout-shift-in.
6465 (allout-rebullet-topic): Respect additional argument for new
6466 parent-child separation function.
6467 (allout-yank-processing): Use allout-ascend directly.
6468 (allout-show-entry): Disqualify aberrant topics.
6469 (allout-show-children): Handle discontinuous children gracefully,
6470 extending the depth being revealed to expose them and posting a
6471 message indicating the situation.
6472 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6473 Leave cursor in correct position.
6474 (allout-hide-current-subtree): Use allout-ascend directly.
6475 Disqualify aberrant topics.
6476 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6477 a way that the yanks can restore it, as used to happen.
6478 (allout-yank-processing): Restore exposure layout as recorded by
6479 allout-kill-*, as used to happen.
6480 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6481 for preseving and restoring exposure layout across kills.
6482 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6483 (allout-encrypt-string): Strip text properties.
6484 Rearranged order and outline-headings for some of the
6485 miscellaneous functions.
6486 (allout-resolve-xref): No need to quote the error name in the
6487 condition-case handler section.
6488 (allout-flatten): Classic recursive (and recursively intensive,
6489 without tail-recursion) list-flattener, needed by allout-shift-out
6490 when confronted with discontinuous children.
6491
6492 2006-09-16 Jason Rumney <jasonr@gnu.org>
6493
6494 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6495 on ms-windows.
6496 (dnd-open-unc-file): Remove.
6497 (dnd-open-local-file): Mention in doc string that it also handles
6498 remote files if the system natively supports unc file-names.
6499
6500 2006-09-15 Kim F. Storm <storm@cua.dk>
6501
6502 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6503 all necessary information about the event before erasing *Help*.
6504
6505 * simple.el (line-move-partial): Use window-line-visiblity to
6506 quickly check whether last line is partially visible, and only do
6507 the hard (and slow) part in that case.
6508
6509 2006-09-15 Jay Belanger <belanger@truman.edu>
6510
6511 * COPYING: Replace "Library Public License" by "Lesser Public
6512 License" throughout.
6513
6514 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6515
6516 * term/x-win.el (x-menu-bar-open): New function for F10.
6517
6518 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6519
6520 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6521 Disallow filenames containing " -" to avoid confusion with libtool
6522 compilation messages. Suggested by Stefan Monnier.
6523
6524 2006-09-15 David Kastrup <dak@gnu.org>
6525
6526 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6527 instead of buffer position for `mouse-on-link-p'.
6528
6529 * mouse.el (mouse-posn-property): New function looking up the
6530 properties at a click position in overlays and text properties in
6531 either buffer or strings.
6532 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6533 of both `follow-link' as well as `mouse-face' properties.
6534 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6535 buffer position.
6536
6537 * help.el (describe-key-briefly): When reading a down-event on
6538 mode lines or scroll bar, swallow the following up event, too.
6539 Use the new mouse sensitity of `key-binding' for lookup.
6540 (describe-key): The same here.
6541
6542 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6543
6544 * play/life.el (life-patterns): Add a few more interesting patterns.
6545 (life-setup): Force `show-trailing-whitespace' to nil.
6546
6547 2006-09-14 Richard Stallman <rms@gnu.org>
6548
6549 * startup.el (fancy-splash-text): Change text to improve alignment.
6550 (fancy-splash-screens): Don't set non-standard tab width.
6551 Bind cursor-type temporarily, and make it easy to patch to
6552 preserve the splash buffer.
6553 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6554 (fancy-splash-screens): Display echo-area message explicitly.
6555 Don't set fancy-splash-help-echo.
6556
6557 * simple.el (line-number-mode): Group mode-line instead of
6558 editing-basics.
6559 (column-number-mode, size-indication-mode): Likewise.
6560
6561 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6562
6563 * time.el (display-time): Group mode-line instead of modeline.
6564
6565 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6566
6567 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6568
6569 * startup.el (fancy-splash-text): Move editing instructions to
6570 fancy-splash-head.
6571 (fancy-splash-head): Issue editing instructions.
6572 (fancy-splash-screens): Fixup whitespace.
6573
6574 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6575
6576 * bindings.el (mode-line-buffer-identification-keymap):
6577 Remove duplicate line.
6578
6579 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6580
6581 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6582 ignore lists.
6583
6584 2006-09-14 Kim F. Storm <storm@cua.dk>
6585
6586 * jit-lock.el (jit-lock-fontify-again): New function.
6587 (jit-lock-fontify-now): Use it instead of lambda form.
6588
6589 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6590
6591 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6592 (flyspell-auto-correct-word): Make ispell-filter local to these
6593 functions. Check that ispell-filter has new stuff before calling
6594 ispell-parse-output.
6595
6596 2006-09-13 Kim F. Storm <storm@cua.dk>
6597
6598 * simple.el (line-move-partial): Optimize.
6599
6600 2006-09-13 Richard Stallman <rms@gnu.org>
6601
6602 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6603 Delete spurious backquote.
6604
6605 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6606
6607 * net/rcirc.el (rcirc-print): Fix last change.
6608
6609 2006-09-12 Jay Belanger <belanger@truman.edu>
6610
6611 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6612
6613 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6614
6615 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6616 rcirc-show-maximum-output.
6617 (rcirc-mode): Remove window-scroll-function hook.
6618 (rcirc-scroll-to-bottom): Remove function.
6619 (rcirc-print): Recenter so point stays at the bottom of the window
6620 if point was already there.
6621
6622 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6623
6624 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6625 not to "t".
6626 * progmodes/compile.el (compilation-start): Likewise.
6627 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6628 Don't use expand-file-name on invocation-directory, since this
6629 might mishandle special characters in invocation-directory.
6630
6631 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6632
6633 * pcvs-defs.el: Remove * in defcustom's docstrings.
6634
6635 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6636
6637 * progmodes/compile.el (compilation-directory-properties):
6638 Doc fix for help-echo.
6639
6640 2006-09-12 Lars Hansen <larsh@soem.dk>
6641
6642 * desktop.el (desktop-read): Add comment.
6643
6644 2006-09-12 Kim F. Storm <storm@cua.dk>
6645
6646 * simple.el (next-error-highlight, next-error-highlight-no-select):
6647 Fix spelling error.
6648
6649 * subr.el (sit-for): Rework to use input-pending-p and cond.
6650 Return nil input is pending on entry also for SECONDS <= 0.
6651 (while-no-input): Use input-pending-p instead of sit-for.
6652
6653 2006-09-11 Richard Stallman <rms@gnu.org>
6654
6655 * simple.el (next-error-highlight, next-error-highlight-no-select):
6656 Fix custom type and doc strings.
6657
6658 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6661 (diff-apply-hunk): Use it to ask for confirmation.
6662
6663 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6664
6665 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6666
6667 2006-09-11 David Kastrup <dak@gnu.org>
6668
6669 * help.el (string-key-binding, describe-key-briefly)
6670 (describe-key): Remove `string-key-binding' and its callers since
6671 `key-binding' already caters for the proper lookup now.
6672
6673 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6676 (cfengine-mode): Use it. Fix \ syntax to be like /.
6677
6678 * bindings.el (mode-line-buffer-identification-keymap):
6679 Move initialization into declaration.
6680
6681 2006-09-10 Kim F. Storm <storm@cua.dk>
6682
6683 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6684 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6685 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6686 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6687
6688 2006-09-10 Richard Stallman <rms@gnu.org>
6689
6690 * dired-aux.el: Handle errors in recursive copy usefully.
6691 (dired-create-files-failures): New variable.
6692 (dired-copy-file): Remove condition-case.
6693 (dired-copy-file-recursive): Check for errors on all file
6694 operations, and add them to dired-create-files-failures.
6695 Check file file-date-erorr here too.
6696 (dired-create-files): Check dired-create-files-failures
6697 and report those errors too.
6698
6699 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6700
6701 * subr.el (add-to-list): New argument COMPARE-FN.
6702
6703 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6704
6705 * filecache.el (file-cache-add-directory)
6706 (file-cache-add-directory-list, file-cache-add-file)
6707 (file-cache-add-directory-using-find)
6708 (file-cache-add-directory-using-locate)
6709 (file-cache-add-directory-recursively): Add autoloads.
6710
6711 2006-09-09 Richard Stallman <rms@gnu.org>
6712
6713 * textmodes/conf-mode.el (conf-space-mode):
6714 Use hack-local-variables-hook instead of calling hack-local-variables.
6715 (conf-space-keywords-override): New variable.
6716 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6717 (conf-space-mode): Always make conf-space-keywords and
6718 conf-space-keywords-override local.
6719 Call conf-space-mode-internal directly as well as via hook.
6720
6721 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6722
6723 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6724 quasi-keywords.
6725
6726 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6727
6728 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6729 (python-send-string): Be slightly more careful about adding \n.
6730
6731 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6732 kill it right away anyway.
6733
6734 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6735
6736 * international/codepage.el (cp850-decode-table): Fix a few codes.
6737 (cp858-decode-table): New variable.
6738
6739 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6740
6741 * net/ldap.el (ldap-search-internal): Doc fix.
6742
6743 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6744
6745 * play/life.el (life-display-generation): Test for input manually if
6746 `sleeptime' is negative or null.
6747
6748 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6749 (print-region-1): Substitute `%s' with the page title.
6750
6751 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6752
6753 * locate.el (locate-current-search): New variable.
6754 (locate): Set buffer local value. Use current buffer if it is
6755 in Locate mode.
6756 (locate-mode): Disable undo here.
6757 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6758 (locate-update): Use locate-current-search and locate-current-filter.
6759
6760 2006-09-08 David Kastrup <dak@gnu.org>
6761
6762 * desktop.el (desktop-read): When loading a desktop, disable
6763 saving it while the load progresses, and switch off a pending lazy
6764 load by calling `desktop-lazy-abort'.
6765
6766 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6767
6768 * window.el (mouse-autoselect-window-timer)
6769 (mouse-autoselect-window-position)
6770 (mouse-autoselect-window-window)
6771 (mouse-autoselect-window-now): New vars.
6772 (mouse-autoselect-window-cancel)
6773 (mouse-autoselect-window-select)
6774 (mouse-autoselect-window-start): New functions.
6775 (handle-select-window): Call `mouse-autoselect-window-start' when
6776 delayed window autoselection is enabled.
6777
6778 * cus-start.el (mouse-autoselect-window): Handle delayed window
6779 autoselection.
6780
6781 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6782 commands after which it is allowed to print in the echo area.
6783
6784 2006-09-08 Richard Stallman <rms@gnu.org>
6785
6786 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6787
6788 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6789 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6790
6791 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6792 (cancel-timer-internal): Add doc string.
6793 (cancel-function-timers): Doc fix.
6794 (with-timeout-handler, timer-event-last*): Add doc strings.
6795
6796 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6797
6798 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6799
6800 * dired.el (dired-log-summary): Add doc string.
6801
6802 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6803 (custom-group-menu-create): Not here.
6804
6805 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6806
6807 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6808
6809 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6810
6811 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6812 (mac-apple-event-map): Define its handler.
6813
6814 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6815
6816 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6817
6818 2006-09-07 Magnus Henoch <mange@freemail.hu>
6819
6820 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6821 clause.
6822
6823 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6824
6825 * info.el (Info-index): Bind completion-ignore-case.
6826
6827 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6828
6829 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6830 previous commit.
6831 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6832 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6833 burp in dedicated windows.
6834 (inferior-prolog-self-insert-command): New command.
6835 (inferior-prolog-mode-map): Use it.
6836
6837 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6838
6839 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6840
6841 * international/code-pages.el: Add cp858.
6842
6843 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6844
6845 * dnd.el: Fix bootstrapping.
6846
6847 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6848
6849 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6850 (dnd-open-remote-url): New function.
6851 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6852 not windows-nt.
6853
6854 2006-09-07 Jason Rumney <jasonr@gnu.org>
6855
6856 * dnd.el (dnd-open-remote-file-function): New variable.
6857 (dnd-open-unc-file): New function.
6858 (dnd-open-file): Call dnd-open-remote-file-function if set.
6859
6860 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6861
6862 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6863 pgg-passphrase-coding-system rather than locale-coding-system.
6864 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6865
6866 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * progmodes/prolog.el: Remove * in docstrings.
6869 (prolog-program-name): Add SWI prolog.
6870 (prolog-mode-menu): New menu.
6871 (prolog-mode): Set comment-add.
6872 (prolog-indent-line): Simplify. Use indent-line-to.
6873 (inferior-prolog-buffer): New var.
6874 (inferior-prolog-run, inferior-prolog-process): New funs.
6875 (run-prolog, switch-to-prolog): Rewrite, using them.
6876 (prolog-consult-region): Use inferior-prolog-buffer.
6877 (inferior-prolog-load-file): New function.
6878 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6879
6880 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6881 last word, if it's not the end of the paragraph.
6882
6883 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6884 file name.
6885
6886 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6887
6888 * frame.el (display-mm-dimensions-alist): New defcustom.
6889 (display-mm-height, display-mm-width): Use it.
6890
6891 2006-09-06 Simon Josefsson <jas@extundo.com>
6892
6893 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6894
6895 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6896
6897 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6898 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6899 string values.
6900
6901 2006-09-06 Kim F. Storm <storm@cua.dk>
6902
6903 * simple.el (line-move-partial): New function to do vscrolling for
6904 partially visible images / tall lines. Rewrite based on code
6905 previously in line-move. Simplify backwards vscrolling.
6906 (line-move): Use it. Simplify.
6907
6908 2006-09-05 Kim F. Storm <storm@cua.dk>
6909
6910 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6911
6912 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6913
6914 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6915 Process the `gcc-include' after the `gnu' rule.
6916
6917 2006-09-05 Kim F. Storm <storm@cua.dk>
6918
6919 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6920
6921 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6922
6923 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6924 compatibility.
6925
6926 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6927 inhibit-redisplay; encode passphrase with locale-coding-system.
6928
6929 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6930
6931 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6932
6933 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6934
6935 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6936 (gdb-var-list-children-regexp): Make type field optional.
6937
6938 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6939 e.g public, protected in C++.
6940
6941 2006-09-04 John Paul Wallington <jpw@pobox.com>
6942
6943 * simple.el (completion-show-help): New defcustom.
6944 (completion-setup-function): Heed it.
6945
6946 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6947
6948 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6949
6950 2006-09-04 Richard Stallman <rms@gnu.org>
6951
6952 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6953 (rsf-min-region-to-spam-list): Doc fix.
6954 (rsf-add-content-type-field): Doc fix.
6955
6956 * simple.el (kill-region): Explicitly test there is a region.
6957
6958 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6959
6960 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6961 sendmail in several common directories.
6962
6963 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6964
6965 * paths.el (sendmail-program): Removed.
6966
6967 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6968
6969 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6970 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6971 http://article.gmane.org/gmane.emacs.gnus.general/50457
6972
6973 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6974
6975 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6976 mark after running the menu filter.
6977
6978 2006-09-03 Juri Linkov <juri@jurta.org>
6979
6980 * international/quail.el (quail-defrule-internal): Add a check
6981 if a key is a vector.
6982
6983 2006-09-02 Juri Linkov <juri@jurta.org>
6984
6985 * man.el (Man-topic-history): New variable.
6986 (man): Use it.
6987
6988 * woman.el (woman-topic-history): Change defvar to defvaralias
6989 for symbol `Man-topic-history'.
6990
6991 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6992 `comint-last-output-start' is a marker by using `markerp' and
6993 check if it has a position by using `marker-position', and use
6994 this position for `goto-char'.
6995
6996 * international/quail.el (quail-defrule-internal): Add missing
6997 `error' call for null key.
6998
6999 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
7000
7001 * rcirc.el (rcirc-keywords): New variable.
7002 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7003 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7004 variables.
7005 (rcirc-responses-no-activity): New function.
7006 (rcirc-handler-generic): Check for responses in above.
7007 (rcirc-process-command): Add ?: character to arguments of raw
7008 server commands.
7009 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7010 `rcirc-dim-nicks'.
7011 (rcirc-gray-toggle): Remove unused variable.
7012 (rcirc-print): Remove some tracking logic, which is moved into
7013 markup functions.
7014 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7015 types.
7016 (rcirc-activity-string): Look for 'keyword in activity-types.
7017 (rcirc-window-configuration-change): Don't erase overlay-arrow
7018 unnecessarily.
7019 (rcirc-add-or-remove): New function.
7020 (rcirc-cmd-ignore): Use it.
7021 (rcirc-message-leader): Remove unused function.
7022 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7023 (rcirc-add-face): New function.
7024 (rcirc-facify): Use rcirc-add-face.
7025 (rcirc-url-regexp): Add parens.
7026 (rcirc-map-regexp): Remove function.
7027 (rcirc-mangle-regexp): Remove function.
7028 (rcirc-markup-text-functions): New variable.
7029 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7030 (rcirc-markup-body-text, rcirc-markup-attributes)
7031 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7032 (rcirc-markup-bright-nicks): New markup handler functions.
7033 (rcirc-nick-in-message-full-line): New face.
7034 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7035 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7036
7037 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7038
7039 * cus-start.el (hscroll-margin, hscroll-step)
7040 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7041 (x-use-underline-position-properties): Change version to "22.1"
7042 since they will appear there for the first time.
7043
7044 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7047
7048 2006-08-31 Richard Stallman <rms@gnu.org>
7049
7050 * cus-edit.el (custom-save-variables): Slight cleanup.
7051 (Custom-no-edit): Renamed from custom-no-edit.
7052 (Custom-newline): Renamed from custom-newline.
7053 (custom-mode-map): Use new names.
7054
7055 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7056 about customization, rather than M-x customize, in the doc string
7057 made for the defcustom.
7058
7059 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7060
7061 2006-08-31 Romain Francoise <romain@orebokech.com>
7062
7063 * dired-x.el (dired-guess-shell-alist-default): Update.
7064
7065 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7066
7067 * custom.el (custom-theme-set-variables): Autoload packages before
7068 sorting the variables.
7069
7070 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7071
7072 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7073 chars if XEmacs.
7074 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7075
7076 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7079 waiting for process.
7080
7081 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7082
7083 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7084 results in ASCII-only string, encode original one directly.
7085
7086 2006-08-29 Romain Francoise <romain@orebokech.com>
7087
7088 * startup.el (normal-splash-screen, fancy-splash-screens):
7089 Make buffer read-only and arrange to enter view mode if necessary.
7090
7091 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7092
7093 * hl-line.el (hl-line): New face.
7094 (hl-line-face): Use it.
7095
7096 * image-mode.el (image-mode): Fix last fix.
7097 Suggested by Kim F. Storm.
7098
7099 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7100
7101 Sync with Tramp 2.0.54.
7102
7103 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7104 of `=', because `tramp-get-remote-gid' might not always return an
7105 integer when expected.
7106 (tramp-register-file-name-handlers): `partial-completion-mode' is
7107 unknown to XEmacs.
7108 (tramp-time-diff): Don't use `floor', it might fail for large
7109 differences.
7110 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7111 `tramp-auto-save-directory' if unset in order to guarantee unique
7112 auto-save file names.
7113
7114 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7115
7116 * image-mode.el (image-mode): Display image as text on a terminal.
7117
7118 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7119
7120 * progmodes/python.el (python-send-command): Simplify.
7121 (run-python): Don't generate a new buffer unless `new' was specified.
7122 Make sure we send `import emacs' to the proper process.
7123
7124 * progmodes/python.el (python-send-command): Don't wait for the command
7125 to terminate. Don't fiddle with compilation-parsing-end.
7126
7127 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7128
7129 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7130 Insert commentary after first line summary.
7131
7132 * woman.el (woman-follow): New function, based on `man-follow'.
7133 (woman-mode-map): Use it.
7134
7135 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7136 since ibuffer-do-sort-by-recency does not define a sorter.
7137
7138 2006-08-28 Kim F. Storm <storm@cua.dk>
7139
7140 * find-dired.el (find-dired): Use shell-quote-argument to properly
7141 escape ( and ) args. Also use it on {} and ; args in default
7142 value of find-ls-option string.
7143 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7144
7145 2006-08-27 Michael Olson <mwolson@gnu.org>
7146
7147 * emacs-lisp/tq.el: Small grammar fix in comments.
7148 (tq-enqueue): Check for existence of queue rather than the
7149 head queue item's question, which was a no-op.
7150 (tq-filter, tq-process-buffer): Make sure the process buffer
7151 exists before making it the current buffer.
7152
7153 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7154
7155 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7156 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7157 (special-event-map): Apply 2006-08-16 change for x-win.el.
7158
7159 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7160
7161 * progmodes/python.el (python-send-receive): Wait in the
7162 process's buffer so as to check the right buffer-local variables.
7163
7164 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7165
7166 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7167 (defgroup checkdoc): Move to beginning.
7168
7169 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7170 (python-preoutput-continuation): Remove.
7171 (python-preoutput-filter): Simplify correspondingly.
7172 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7173 Loop around to catch embedded _emacs_out output.
7174 (run-python): Send the import&print command on a single line.
7175 (python-send-command): Send command&print on a single line.
7176 (python-send-string): Only add double \n if needed.
7177 (python-send-receive): Loop until the result comes.
7178 (python-mode-running): Defvar it.
7179 (python-setup-brm): Remove unused var `menu'.
7180 Only bind py-mode-map and `features' around brm-init.
7181 (python-calculate-indentation): Remove unused var `point'.
7182 (python-beginning-of-defun): Remove unused var `def-line'.
7183
7184 2006-08-25 Richard Stallman <rms@gnu.org>
7185
7186 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7187
7188 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7189
7190 * viper.el (viper-set-hooks): Use frame bindings for
7191 viper-vi-state-cursor-color.
7192 (viper-non-hook-settings): Don't set default
7193 mode-line-buffer-identification.
7194
7195 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7196 (viper-set-cursor-color-according-to-state)
7197 (viper-get-saved-cursor-color-in-replace-mode)
7198 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7199 viper-emacs-state-cursor-color.
7200
7201 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7202 (viper-undo): Use point if undo-beg-posn is nil.
7203 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7204 (viper-after-change-undo-hook): Don't use
7205 viper-emacs-state-cursor-color by default.
7206 (viper-undo): More sensible positioning after undo.
7207
7208 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7209 (viper-emacs-state-cursor-color): Default to nil, since this feature
7210 doesn't work well yet.
7211
7212 * ediff-mult.el (ediff-intersect-directories)
7213 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7214 always expand filenames.
7215
7216 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7217
7218 * tumme.el: Remove * in defcustoms's docstrings.
7219
7220 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7221
7222 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7223 Accept internal time format for SECS arg.
7224 (timer-relative-time): Doc fix.
7225
7226 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7227 adapted from Martin Rudalics.
7228 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7229 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7230 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7231 using sit-for.
7232
7233 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7234
7235 * cus-start.el (all): Add `overline-margin' and
7236 `x-underline-at-descent-line'.
7237
7238 2006-08-24 Kim F. Storm <storm@cua.dk>
7239
7240 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7241 to mean "use find -exec"; nil now unambiguously means auto-detect.
7242 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7243 Use shell-quote-argument to build grep-find-command and
7244 grep-find-template.
7245 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7246 Reported by Tom Seddon.
7247
7248 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * startup.el (fancy-splash-head): Give instructions for dismissing
7251 the splash screen for default startup too.
7252 (display-startup-echo-area-message, fancy-splash-screens)
7253 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7254 all splash text at once and keep the splash buffer around.
7255 (command-line-1): Give display-startup-echo-area-message a t arg.
7256
7257 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7258
7259 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7260 gnus frame is selected.
7261
7262 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7263
7264 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7265
7266 2006-08-22 Kim F. Storm <storm@cua.dk>
7267
7268 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7269 Add suffix matching for subdirs.
7270
7271 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7272
7273 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7274 mouse-yank-at-point is non-nil.
7275
7276 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7277
7278 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7279 a bit wider and remove fringes to fit initial output on line.
7280
7281 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7282
7283 * frame.el (blink-cursor-end): Only ignore the error we care about.
7284 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7285
7286 2006-08-21 Richard Stallman <rms@gnu.org>
7287
7288 * whitespace.el (whitespace-cleanup): Doc fix.
7289
7290 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7291
7292 * net/rcirc.el (rcirc-show-maximum-output): New var.
7293 (rcirc-buffer-process): If no buffer argument is supplied, use
7294 current-buffer.
7295 (rcirc-complete-nick): Complete to the last completed nick first.
7296 (rcirc-mode): Preserve the value of `rcirc-urls' across
7297 connections. Setup scroll function.
7298 (rcirc-scroll-to-bottom): New function.
7299 (rcirc-print): Use nick syntax around regexp work.
7300 Notice dim-nicks speaking only if they say our nick.
7301 (rcirc-update-activity-string): Do not show the modeline indicator
7302 if there are no live rcirc processes.
7303 (rcirc-cmd-ignore): Ignore case.
7304 (rcirc-browse-url-at-point): Fix off-by-one error.
7305
7306 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7307
7308 * progmodes/python.el: Remove * in defcustom docstrings.
7309 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7310 (python-mode): Set tab-width and indent-tabs-mode.
7311
7312 2006-08-20 Dave Love <fx@gnu.org>
7313
7314 * progmodes/python.el: Update to Dave Love's latest version.
7315 (python-font-lock-keywords, python-mode): Don't use
7316 font-lock-syntax-table, but match symbol elements explicitly instead.
7317 (python-mode-map): Add help, and a few more key bindings.
7318 (python-skip-comments/blanks): Move out of comments as well.
7319 (python-continuation-line-p): Behave better with unbalanced parens.
7320 (python-blank-line-p): New fun.
7321 (python-open-block-statement-p): Don't use a heuristic.
7322 (python-outdent-p): Better handle blocks-in-the-same-line.
7323 (python-calculate-indentation): Misc improvements.
7324 (python-comment-indent): Remove.
7325 (python-block-pairs): New var.
7326 (python-first-word): New fun.
7327 (python-indentation-levels): Handle more common cases.
7328 (python-indent-line-1): Add `leave' argument.
7329 (python-indent-region): New fun.
7330 (python-skip-out): New fun.
7331 (python-beginning-of-statement, python-end-of-statement): Use it.
7332 (python-next-statement): Return correct count even at eob.
7333 (python-end-of-block): Fix paren-typo.
7334 (python-imenu-create-index): Add module variables.
7335 (run-python): Add `new' arg.
7336 Check we're at a prompt before returning.
7337 (python-send-command): Move to end of buffer.
7338 Wait for prompt to return.
7339 (python-set-proc): New fun.
7340 (python-imports): New var.
7341 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7342 (python-eldoc-function): Try to move out of arg list.
7343 (python-outline-level): Offset by 1.
7344 (python-find-imports): New fun.
7345 (python-symbol-completions): Use python-imports.
7346 (python-module-path, ffap-alist): Add support for ffap.
7347 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7348 (python-insert-*, python-default-template, python-expand-template):
7349 Add templates/skeletons.
7350 (python-setup-brm): Support for Bicycle Repair Man.
7351 (python-abbrev-syntax-table): New var.
7352 (python-abbrev-pc-hook, python-pea-hook): New funs.
7353
7354 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7355
7356 * frame.el (blink-cursor-start): Set timer first.
7357 (blink-cursor-end): Ignore timer cancelling errors.
7358 Suggested by Ken Manheimer.
7359
7360 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7361
7362 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7363 Add autoload cookie.
7364
7365 2006-08-20 Richard Stallman <rms@gnu.org>
7366
7367 * simple.el (line-number-at-pos): Doc fix.
7368
7369 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7370 timer-activate-when-idle, so timer can run before Emacs becomes
7371 non-idle again.
7372
7373 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7374
7375 * whitespace.el (whitespace-cleanup-internal): New optional arg
7376 REGION-ONLY. If it's non-nil, modify the message to the user
7377 accordingly.
7378 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7379 a non-nil argument.
7380
7381 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7382
7383 * rect.el (spaces-string): Simplify and add doc string.
7384
7385 2006-08-17 Romain Francoise <romain@orebokech.com>
7386
7387 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7388
7389 2006-08-17 Richard Stallman <rms@gnu.org>
7390
7391 * compare-w.el (compare-windows): lambda's take an arg and pass
7392 it to compare-windows-skip-whitespace.
7393
7394 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7395
7396 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7397 the right buffer.
7398
7399 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7400
7401 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7402 removed files.
7403
7404 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7405
7406 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7407 (gdb-locals-watch-map-1): Suppress keymap first.
7408 (gdb-edit-locals-map-1): New variable.
7409 (gdb-edit-locals-value): New function.
7410 (gdb-stack-list-locals-handler): Use them.
7411
7412 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7413
7414 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7415 cursor would normally be drawn in the fringe.
7416
7417 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7418 Reported by Martin Rudalics <rudalics@gmx.at>.
7419
7420 2006-08-16 Richard Stallman <rms@gnu.org>
7421
7422 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7423 (special-event-map): Process drag-n-drop events this way.
7424
7425 * simple.el (move-beginning-of-line): Test whether fields
7426 would prevent motion back to line's first visible character.
7427 If so, stop where the fields would stop the motion.
7428
7429 * newcomment.el (comment-indent): Fully update INDENT
7430 before checking to see if it will change the text.
7431
7432 * cus-edit.el (custom-newline): New function.
7433 (custom-mode-map): Bind newline to custom-newline.
7434
7435 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7436 into ignore-whitespace.
7437 Check each buffer for its skip-function.
7438 Handle compare-windows-skip-whitespace special-case test
7439 by returning t from default skip function.
7440
7441 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7442
7443 * textmodes/org.el (org-clock-special-range)
7444 (org-clock-update-time-maybe): New functions.
7445 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7446 not only a-z.
7447 (org-agenda-get-blocks): Allow multiple blocks per headline.
7448 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7449 (org-export-html-title-format)
7450 (org-export-html-toplevel-hlevel): New options.
7451 (org-export-language-setup): Add support for Czech.
7452 (org-mode, org-insert-todo-heading, org-find-visible)
7453 (org-find-invisible, org-invisible-p, org-invisible-p2)
7454 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7455 (org-show-subtree, org-show-entry, org-make-options-regexp):
7456 Remove compatibility support for old outline-mode.
7457 (org-check-occur-regexp): Funtion removed.
7458 (org-on-heading-p, org-back-to-heading): Made defalias.
7459 (org-set-local): New defsubst.
7460 (org-set-regexps-and-options, org-mode)
7461 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7462 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7463 (org-remember-apply-template, org-table-edit-field)
7464 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7465 (org-set-autofill-regexps): Use `org-set-local'.
7466 (org-table-eval-formula): Fix bug with parsing of display flags.
7467
7468 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7469
7470 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7471 frame with fringe arrow. Suggested by Simon Marshall
7472 <simon.marshall@misys.com>.
7473 (gdb-stack-position): New variable.
7474 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7475 (gdb-frames-mode): Set gdb-stack-position to nil.
7476 Add to overlay-arrow-variable-list
7477 (gdb-reset): Delete gdb-stack-position from above list.
7478
7479 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7480
7481 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7482 read only.
7483
7484 2006-08-13 Romain Francoise <romain@orebokech.com>
7485
7486 * cus-theme.el (customize-create-theme)
7487 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7488
7489 * filesets.el (filesets-add-buffer): Ditto.
7490
7491 * pcvs.el (cvs-change-cvsroot): Ditto.
7492
7493 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7494
7495 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7496 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7497 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7498 expressions.
7499 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7500 Only search till end of line.
7501 Add face to function names in case of no filename.
7502 Add face to variable names of watchpoints.
7503
7504 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7505
7506 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7507 customization group.
7508
7509 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7510
7511 * allout.el (allout-prior-bindings, allout-added-bindings):
7512 Remove, after long deprecation.
7513 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7514 Add customization vars controlling allout-beginning-of-line and
7515 allout-end-of-line conveniences.
7516 (allout-header-prefix, allout-use-mode-specific-leader)
7517 (allout-use-mode-specific-leader, allout-mode-leaders):
7518 Revise docstrings.
7519 (allout-infer-header-lead): Change to be an alias for
7520 allout-infer-header-lead-and-primary-bullet.
7521 (allout-infer-header-lead-and-primary-bullet): New version of
7522 allout-infer-header-lead which assigns the primary bullet to the
7523 same as the header lead, when its being changed.
7524 (allout-infer-body-reindent): Apply regexp-quote instead of
7525 unconditionally prepending "\\", so that all literal
7526 allout-header-prefix and allout-primary-bullet strings are
7527 properly handled.
7528 (allout-add-resumptions): Add optional qualifier for extending or
7529 appending to existing values, rather than replacing them.
7530 (allout-view-change-hook): Clarify docstring.
7531 (allout-exposure-change-hook): Take explicit arguments, via
7532 run-hook-with-args.
7533 (allout-structure-added-hook)
7534 (allout-structure-deleted-hook)
7535 (allout-structure-shifted-hook): New hooks analogous to
7536 allout-exposure-change-hook for other kinds of structural outline
7537 edits.
7538 (allout-encryption-plaintext-sanitization-regexps): New encryption
7539 customization variable, by which cooperating modes can provde
7540 massage of the plaintext without actually being passed it.
7541 (allout-encryption-ciphertext-rejection-regexps)
7542 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7543 customization variables, by which cooperating modes can prohibit
7544 rare but possible ciphertext patterns from fouling their
7545 operation, with actually being passed the ciphertext.
7546 (allout-mode): Run activation and deactivation hooks after the
7547 minor-mode variable has been toggled, to clarify the mode
7548 disposition. The new encryption ciphertext rejection variable is
7549 used to ensure that the ciphertext does not contain text that
7550 would be recognized as outline structural elements by allout.
7551 Substite allout-beginning-of-line and allout-end-of-line for
7552 conventionall beginning-of-line and end-of-line bindings.
7553 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7554 activation!
7555 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7556 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7557 (allout-chart-subtree): Implement new mode, charting only the
7558 visible items in the subtree, when new 'visible' parameter is non-nil.
7559 (allout-end-of-subtree): Properly handle the last item in the buffer.
7560 (allout-pre-command-business, allout-command-counter):
7561 Increment an advertised counter so that cooperating enhancements can
7562 track revisions of items.
7563 (allout-open-topic): Run allout-structure-added-hook with suitable
7564 arguments.
7565 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7566 arguments.
7567 (allout-shift-out): Fix doubling for negative args and ensure call
7568 of allout-structure-shifted-hook by solely using allout-shift-in.
7569 (allout-kill-line, allout-kill-topic):
7570 Run allout-structure-deleted-hook with suitable arguments.
7571 (allout-yank-processing): Run allout-structure-added-hook with
7572 proper arguments.
7573 (allout-yank): Enclose activity in allout-unprotected.
7574 (allout-flag-region): Run allout-exposure-change-hook with
7575 suitable arguments, instead of making the callee infer the arguments.
7576 (allout-encrypt-string):
7577 Support allout-encryption-plaintext-sanitization-regexps,
7578 allout-encryption-ciphertext-rejection-regexps, and
7579 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7580 en/de cryption mode in symmetric encryption failure message.
7581 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7582 copy of the passphrase, and don't zero it or we'll corrupt the
7583 stashed copy.
7584 (allout-create-encryption-passphrase-verifier)
7585 (allout-verify-passphrase): Respect the new signature for
7586 allout-encrypt-string.
7587 (allout-get-configvar-values): Convenience for getting a
7588 configuration variable value and handling its absence gracefully.
7589
7590 2006-08-11 Romain Francoise <romain@orebokech.com>
7591
7592 * obsolete/zone-mode.el: Delete.
7593
7594 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7595
7596 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7597
7598 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7599
7600 * emacs-lisp/bindat.el (bindat-ip-to-string):
7601 Use `format-network-address' if possible.
7602
7603 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7604
7605 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7606
7607 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7608
7609 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7610 restore unread-command-events here.
7611 (edebug-display): Do it here, to detect sit-for interruptions.
7612
7613 2006-08-10 Romain Francoise <romain@orebokech.com>
7614
7615 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7616 (dns-mode-soa-auto-increment-serial): New user option.
7617 (dns-mode-soa-maybe-increment-serial): New function.
7618 (dns-mode): Add the latter to `write-contents-functions'.
7619
7620 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7621 Delete autoload cookies.
7622
7623 2006-08-10 John Wiegley <johnw@newartisans.com>
7624
7625 * eshell/em-glob.el (eshell-glob-chars-list)
7626 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7627
7628 2006-08-10 Richard Stallman <rms@gnu.org>
7629
7630 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7631 (facemenu-set-face): Doc fix.
7632 (facemenu-listed-faces): Doc fix.
7633
7634 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7635
7636 * avoid.el (mouse-avoidance-animating-pointer): New var.
7637 (mouse-avoidance-nudge-mouse): Use it.
7638 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7639 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7640 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7641 Don't activate if currently animating. All callers changed.
7642
7643 2006-08-09 John Wiegley <johnw@newartisans.com>
7644
7645 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7646 variable, which causes timeclock to report elapsed time worked,
7647 instead of just work remaining.
7648
7649 2006-08-09 Kenichi Handa <handa@m17n.org>
7650
7651 * international/latexenc.el (latexenc-find-file-coding-system):
7652 Fix for the case that the 2nd element of arg-list is a cons.
7653
7654 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7655
7656 * info.el (Info-fontify-node): Handle preceding `in' for note
7657 reference hiding rules.
7658
7659 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7660
7661 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7662 mistake a closing " for an opening one.
7663
7664 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7665
7666 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7667
7668 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7669
7670 * complete.el (PC-do-completion): Filter out completions matching
7671 completion-ignored-extensions before checking whether there are
7672 multiple completions.
7673 Don't use `list' unnecessarily when building completion tables.
7674
7675 2006-08-06 Richard Stallman <rms@gnu.org>
7676
7677 * help.el (describe-mode): Make minor mode list more concise.
7678
7679 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7680
7681 * bindings.el: Give mode-line-format, mode-line-modes, and
7682 mode-line-position `standard-value' properties.
7683
7684 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7685
7686 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7687 "(file)node" instead of the file name.
7688
7689 2006-08-05 Richard Stallman <rms@gnu.org>
7690
7691 * faces.el (escape-glyph): Doc fix.
7692
7693 2006-08-04 Kenichi Handa <handa@m17n.org>
7694
7695 * international/mule-diag.el (describe-font): Improve docstring
7696 and error message. Use frame-parameter (not frame-parameters).
7697
7698 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7699
7700 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7701 Correctly mark the end-of-docstring char.
7702
7703 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7704
7705 * simple.el (line-move-to-column): Constrain move-to-column to
7706 current field.
7707
7708 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7709
7710 * font-lock.el (font-lock-beg, font-lock-end)
7711 (font-lock-extend-region-functions): New vars.
7712 (font-lock-extend-region-multiline)
7713 (font-lock-extend-region-wholelines): New functions.
7714 (font-lock-default-fontify-region): Use them.
7715 (font-lock-extend-jit-lock-region-after-change): Only round up
7716 if font-lock-default-fontify-region will do it as well.
7717
7718 * font-lock.el (font-lock-extend-after-change-region-function):
7719 Rename from font-lock-extend-region-function.
7720 (font-lock-extend-region): Remove by inlining at call sites.
7721 (font-lock-after-change-function): Don't needlessly round up to a whole
7722 number of lines.
7723 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7724 the boundary conditions and the interactions between the various ways
7725 to extend the region.
7726
7727 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7728
7729 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7730 modification status when forcing the second redisplay.
7731
7732 2006-08-03 Kim F. Storm <storm@cua.dk>
7733
7734 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7735
7736 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7737
7738 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7739 doesn't look like a file name.
7740
7741 * complete.el (PC-expand-many-files): Avoid signalling an error when
7742 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7743
7744 2006-08-02 Andreas Schwab <schwab@suse.de>
7745
7746 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7747
7748 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7749
7750 * bindings.el (map): Make mode-line-buffer-identification-keymap
7751 before defining propertized-buffer-identification.
7752
7753 2006-08-01 Richard Stallman <rms@gnu.org>
7754
7755 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7756
7757 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7758
7759 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7760 default value.
7761 (gdb-find-source-frame): New function.
7762 (menu): Add to menu bar.
7763
7764 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7765
7766 * font-core.el (font-lock-extend-region-function)
7767 (font-lock-extend-region): Move to font-lock.el.
7768
7769 * font-lock.el (font-lock-extend-region-function)
7770 (font-lock-extend-region): Move from font-core.el. Simplify.
7771
7772 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7773 if needed.
7774 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7775 (jit-lock-after-change-extend-region-functions): New hook.
7776 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7777
7778 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7779 (font-lock-turn-on-thing-lock): Use it.
7780
7781 * longlines.el (longlines-show-region): Make it work on read-only
7782 buffers as well.
7783
7784 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7785
7786 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7787
7788 2006-07-31 Richard Stallman <rms@gnu.org>
7789
7790 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7791 (vhdl-speedbar-display-projects): Update old obsolete
7792 speedbar variable names.
7793
7794 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7797 (gdb-stopped): Use it.
7798
7799 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7800
7801 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7802
7803 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7804 for load-history elements.
7805
7806 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7807
7808 * files.el (convert-standard-filename): For Cygwin, replace
7809 characters not allowed in Windows file names.
7810 (make-auto-save-file-name): Add Cygwin to the list of systems
7811 where the auto-save file name needs to be run through
7812 convert-standard-filename.
7813
7814 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7815
7816 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7817
7818 2006-07-28 Richard Stallman <rms@gnu.org>
7819
7820 * bindings.el (mode-line-frame-identification)
7821 (propertized-buffer-identification): Centralize the code
7822 to initialize the variable.
7823
7824 * progmodes/grep.el (grep-default-command): Catch errors from
7825 wildcard-to-regexp.
7826
7827 2006-07-29 Kim F. Storm <storm@cua.dk>
7828
7829 * progmodes/grep.el (grep-tag-default): New function.
7830 (grep-default-command, grep-read-regexp): Use it.
7831 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7832 as default if nothing else applies.
7833
7834 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7835
7836 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7837 Throw error if buffer is not in Dired and Wdired mode, respectively.
7838
7839 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7840
7841 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7842 self-insert-command keys don't activate buttons.
7843 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7844
7845 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7846
7847 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7848 faces for enable character.
7849
7850 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7851
7852 * Makefile.in (recompile): Update comment to reflect change
7853 on 2004-04-21.
7854
7855 2006-07-27 Richard Stallman <rms@gnu.org>
7856
7857 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7858 (customize-package-emacs-version): Change msg when pkg has no entry.
7859 (custom-no-edit): On a button, do like widget-button-press.
7860
7861 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7862
7863 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7864 S-tab and C-S-tab.
7865
7866 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7867
7868 * progmodes/which-func.el (which-function): Fix documentation/
7869 comment typo.
7870
7871 2006-07-26 Richard Stallman <rms@gnu.org>
7872
7873 * textmodes/ispell.el (ispell-word): If we replace the word,
7874 move point to the end. Insert before deleting.
7875
7876 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7877
7878 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7879 a timer.
7880
7881 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7882
7883 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7884 when at first image.
7885 (tumme-forward-image): Add prefix argument. Add error when at last
7886 image.
7887
7888 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7889
7890 * tabify.el (tabify-regexp): Use more specific regexps.
7891 (tabify): Avoid modifying the buffer unnecessarily.
7892
7893 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7894
7895 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7896 (tumme-format-properties-string): Handle empty `buf'.
7897 (tumme-get-comment): Change variable names inside `let'.
7898 Add missing `let' variable that cause font-lock problems.
7899 (tumme-write-comments): Change variable names inside `let'.
7900 Add missing `let' variable that cause font-lock problems.
7901 (tumme-forward-image): Rename from `tumme-forward-char'.
7902 (tumme-backward-image): Rename from `tumme-backward-char'.
7903
7904 2006-07-25 Masatake YAMATO <jet@gyve.org>
7905
7906 * progmodes/ld-script.el (ld-script-keywords)
7907 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7908 and add comments.
7909
7910 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7911
7912 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7913 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7914 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7915 for status indicator.
7916
7917 2006-07-24 Richard Stallman <rms@gnu.org>
7918
7919 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7920
7921 * subr.el (dolist, dotimes): Use interned symbols for locals.
7922 (--dotimes-limit--, --dolist-tail--): New defvars.
7923 (looking-back): Doc fix.
7924
7925 * replace.el (replace-match-string-symbols): Handle dotted lists.
7926
7927 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7928
7929 * tumme.el (tumme-write-tags): Add.
7930 (tumme-write-comments): Add.
7931 (tumme-tag-files): Change to use `tumme-write-tags'.
7932 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7933 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7934 (tumme-save-information-from-widgets): Change to use
7935 `tumme-write-comments' and `tumme-write-tags'.
7936 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7937 (tumme-write-tag): Remove.
7938 (tumme-write-comment): Remove.
7939 (tumme-display-previous-thumbnail-original): Remove empty line.
7940 (tumme-widget-list): Add punctuation.
7941
7942 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7943
7944 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7945
7946 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7947
7948 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7949 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7950 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7951
7952 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7953
7954 * mouse.el (mouse-on-link-p): Doc fix.
7955
7956 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7957
7958 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7959 Handle "C-h f `".
7960
7961 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7962
7963 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7964 column.
7965
7966 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7967
7968 * textmodes/table.el: Add move-beginning-of-line and
7969 move-end-of-line to Point Motion Only Group.
7970
7971 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7972
7973 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7974
7975 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7976
7977 * startup.el (user-mail-address): Initialize from the `EMAIL'
7978 environment variable first. Document this.
7979 (command-line): Ditto.
7980
7981 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7982
7983 * help-mode.el (help-function-def, help-variable-def)
7984 (help-face-def): Print a message in the minibuffer.
7985
7986 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7987
7988 * term/xterm.el (terminal-init-xterm): Fix key bindings
7989 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7990
7991 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7992
7993 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7994 where `(nth 1 command)' is a cons cell. Doc fix.
7995
7996 * textmodes/po.el (po-find-charset): Doc fix.
7997
7998 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7999
8000 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8001 (allout-beginning-of-current-line, allout-end-of-current-line)
8002 (allout-next-visible-heading, allout-open-topic)
8003 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8004 (allout-flag-current-subtree, allout-show-to-offshoot)
8005 (allout-hide-current-entry, allout-show-current-branches)
8006 (allout-hide-region-body, allout-old-expose-topic)
8007 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8008 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8009 containing `beginning-of-line' and `end-of-line' with
8010 `inhibit-field-text-motion' t.
8011
8012 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8013
8014 * frame.el (focus-follows-mouse): Document that it doesn't have
8015 any effect on MS-Windows.
8016
8017 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8018
8019 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8020
8021 2006-07-20 Jay Belanger <belanger@truman.edu>
8022
8023 * calc.el (calc-previous-alg-entry): Remove variable.
8024
8025 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8026 New variables.
8027 (calc-alg-entry): Use `calc-alg-entry-history'.
8028 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8029 Remove reference to `calc-previous-alg-entry'.
8030 (calcAlg-edit, calcAlg-enter): Remove reference to
8031 `calc-previous-alg-entry'.
8032 (calcAlg-previous): Use `previous-history-element' instead of
8033 `calc-previous-alg-entry'.
8034 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8035 Change keybinding for `calcAlg-plus-minus', add keybindings for
8036 `previous-history-element' and `next-history-element'.
8037
8038 * calc-rewr.el (calc-match): Remove reference to
8039 `calc-previous-alg-entry'.
8040
8041 * calc-sel.el (calc-selection-history): New variable.
8042 (calc-enter-selection, calc-sel-mult-both-sides)
8043 (calc-sel-add-both-sides): Use `calc-selection-history'.
8044
8045 * calc-map.el (calc-get-operator-history): New variable.
8046 (calc-get-operator): Use `calc-get-operator-history'.
8047
8048 * calcalg3.el (calc-curve-fit-history): New variable.
8049 (calc-curve-fit): Use `calc-curve-fit-history'.
8050
8051 2006-07-20 Kenichi Handa <handa@m17n.org>
8052
8053 * international/mule-cmds.el (select-safe-coding-system): Fix the
8054 way of deciding eol-type of the coding system.
8055
8056 2006-07-20 Alan Mackenzie <acm@muc.de>
8057
8058 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8059 (c-lang-setvar): New macro.
8060 (c-make-init-lang-vars-fun): Use the initialization forms in
8061 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8062 (comment-start, comment-end, comment-start-skip): Change these from
8063 c-lang-defvar's to c-lang-setvar's.
8064
8065 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8066 which calls make-local-variable on the elements of
8067 c-emacs-variable-inits.
8068 (c-init-language-vars-for): Call this new macro.
8069
8070 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8073 Try to rule out false positives due to time stamps.
8074 (compilation-mode-font-lock-keywords): Remove rules made redundant
8075 because of the above change. Add `segmentation fault' to the known and
8076 highlighted compilation termination messages.
8077
8078 2006-07-19 Kim F. Storm <storm@cua.dk>
8079
8080 * progmodes/grep.el (grep-find-ignored-directories):
8081 Add .svn and _darcs to list.
8082
8083 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8084
8085 * dired.el (dired-mode-map): Add key binding `C-te' for
8086 `tumme-dired-edit-comment-and-tags'.
8087
8088 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8089 image display buffer is displayed before call to
8090 `tumme-display-image.
8091 (tumme-dired-display-image): Make sure image display buffer is
8092 displayed before call to `tumme-display-image.
8093 (tumme-mouse-display-image): Make sure image display buffer is
8094 displayed before call to `tumme-display-image.
8095 (tumme-widget-list): Add.
8096 (tumme-dired-edit-comment-and-tags): Add.
8097 (tumme-save-information-from-widgets): Add.
8098
8099 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8100
8101 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8102
8103 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8106 Revert inadvertently installed patch hunk.
8107
8108 * progmodes/compile.el (compilation-find-file): Handle the
8109 cases where the user selects a non-existent file.
8110
8111 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8112
8113 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8114
8115 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8116
8117 * subr.el (sit-for): Just sleep-for if noninteractive.
8118
8119 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8120
8121 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8122
8123 * custom.el (custom-autoload): Add `noset' argument.
8124 (custom-push-theme): Don't autoload the variable, let callers do it.
8125 (custom-theme-set-variables): Autoload the variable if necessary.
8126
8127 * cus-edit.el (custom-variable-state-set): If the variable was
8128 originally set outside custom, but to the same value as the default,
8129 consider it to be standard.
8130
8131 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8132 file *before* telling Emacs to add the autoloads, in case it fails.
8133
8134 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8135 Use `cond', push', and `dolist'.
8136
8137 2006-07-17 Richard Stallman <rms@gnu.org>
8138
8139 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8140 Add defvars to silence warnings.
8141
8142 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8143
8144 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8145 Don't highlight "Compiling file" messages as error.
8146
8147 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8148 file already exists.
8149
8150 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8151
8152 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8153 entry, don't assign to free var; simply return the extracted filename.
8154 (ff-treat-as-special): Incorporate common preamble from callers.
8155 (ff-other-file-name, ff-find-the-other-file):
8156 Update call to ff-treat-as-special.
8157
8158 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8159
8160 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8161
8162 * tumme.el (tumme-get-comment): Fix bug.
8163
8164 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8165
8166 * files.el: Remove spurious * in docstrings.
8167
8168 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8169
8170 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8171 grammar.
8172 (allout-beginning-of-current-line): Beware beginning of buffer.
8173 Also, a comment is simplified.
8174 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8175 when appropriate. (This fix enables use for other than
8176 bullet-hotspot operation.)
8177 (allout-hide-current-subtree): While escalating to sibling-close,
8178 make sure to situate on a topic.
8179
8180 2006-07-14 Kim F. Storm <storm@cua.dk>
8181
8182 * emulation/cua-base.el (cua-delete-selection)
8183 (cua-toggle-set-mark): New defcustoms.
8184 (cua-rectangle-modifier-key): Add `alt' modifier.
8185 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8186 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8187 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8188
8189 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8190
8191 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8192
8193 * allout.el: Require 'cl during byte-compilation/interactive load,
8194 for the `assert' macro.
8195 (allout-mode-deactivate-hook): New hook, run when allout mode
8196 deactivates.
8197 (allout-developer): New allout customization subgroup.
8198 (allout-run-unit-tests-on-load): New allout-developer
8199 customization variable, when true allout unit tests are run towards
8200 end of file load/eval.
8201 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8202 auto-fill-mode.
8203 (allout-resumptions): Remove, to be replaced by...
8204 (allout-add-resumptions): Register variable settings to be
8205 reinstated by `allout-do-resumptions'. The settings are made
8206 buffer-local, but the locality/globality of the suspended setting
8207 is restored on resumption.
8208 (allout-do-resumptions): Reinstate all settings suspended using
8209 `allout-add-resumptions'.
8210 (allout-test-resumptions): Unit tests (and intermediate variables)
8211 for resumptions.
8212 (allout-tests-globally-unbound, allout-tests-globally-true)
8213 (allout-tests-locally-true): Intermediate variables for
8214 resumptions unit tests.
8215 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8216 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8217 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8218 instead of retired `allout-resumptions'. For hook functions, use
8219 `local' parameter so hook settings are created and removed as
8220 buffer-local settings. Revise (resumptions) setting
8221 auto-fill-function so it is set only if already active. (The
8222 related fill-function settings are all made in either case, so
8223 that activating auto-fill-mode activity will have the custom
8224 allout-mode behaviors (hanging indent on topics, if configured for it).
8225 Remove all allout-exposure-category overlays on mode deactivation.
8226 (allout-hotspot-key-handler): New function extracted from
8227 `allout-pre-command-business', so the functionality can be used
8228 for other purposes, eg as a binding in an overlay.
8229 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8230 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8231 customization variable.
8232 (allout-run-unit-tests): Run the (currently quite small)
8233 repertoire of unit tests. Called just before the provide iff user
8234 has customized `allout-run-unit-tests-on-load' non-nil.
8235
8236 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8237
8238 * emacs-lisp/authors.el (authors-aliases): Update.
8239
8240 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8241
8242 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8243 gdb-source-window. Add dedicated argument.
8244 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8245 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8246 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8247 (gdb-display-locals-buffer): Use it.
8248
8249 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8250 Set gdb-source-window.
8251
8252 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8253
8254 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8255 minor modes, redundant with the custom-autoload line above.
8256
8257 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8258
8259 * longlines.el (longlines-post-command-function): Handle open-line too.
8260
8261 2006-07-12 Richard Stallman <rms@gnu.org>
8262
8263 * progmodes/grep.el (grep-last-buffer): Doc fix.
8264
8265 * info.el (Info-try-follow-nearest-node): Doc fix.
8266
8267 * emacs-lisp/edebug.el (edebug-instrument-function):
8268 Err if find-function-noselect gives no position.
8269
8270 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8271 If can't find definition, return nil for position.
8272 (find-function-do-it): Handle new return value
8273 of find-definition-noselect.
8274 (find-definition-noselect, find-variable-noselect): Doc fix.
8275 (find-function-noselect): Doc fix.
8276
8277 * help-mode.el (help-variable-def): Handle find-variable-noselect
8278 returning no position.
8279 (help-function-def): Likewise for find-function-search-for-symbol.
8280 (help-face-def): Likewise.
8281
8282 * help-fns.el (describe-variable): Handle find-variable-noselect
8283 returning no position.
8284
8285 * files.el (locate-file-completion): Avoid duplicates in result.
8286
8287 * cus-edit.el (custom-no-edit): New command.
8288 (custom-mode-map): Remap to custom-no-edit instead of
8289 using suppress-keymap.
8290
8291 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8292
8293 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8294 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8295 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8296
8297 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8298
8299 2006-07-11 Kim F. Storm <storm@cua.dk>
8300
8301 * ido.el (ido-copy-current-file-name): Use buffer-name if
8302 buffer-file-name is nil.
8303
8304 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8305
8306 * simple.el (undo-ask-before-discard): Set to nil.
8307
8308 * vc.el (vc-exec-after): Don't delete process manually.
8309 (vc-print-log): Run log-view-mode in process sentinel inside
8310 inhibit-read-only. Don't shrink window due to timing issues.
8311
8312 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8313 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8314
8315 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8316
8317 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8318 Fix ambiguity introduced by last change.
8319 (compilation-find-file): Move save-excursion to where it may
8320 make sense. Fix a left over `find-file'.
8321
8322 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8323
8324 * textmodes/texinfmt.el (texinfo-format-separate-node):
8325 Insert a string before point, which fits documentation, not after.
8326 (texinfo-multitable-item): In a multitable row, insert any
8327 additional needed @tabs and spaces.
8328
8329 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8330
8331 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8332 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8333 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8334 instead of shell-command.
8335 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8336 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8337 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8338 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8339 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8340 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8341
8342 2006-07-11 Kim F. Storm <storm@cua.dk>
8343
8344 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8345 Remove special case for seconds < 0. Use (redisplay t) instead.
8346
8347 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8348
8349 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8350 avoid compilation error.
8351
8352 * subr.el (sit-for): New function.
8353
8354 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8355
8356 2006-07-10 Richard Stallman <rms@gnu.org>
8357
8358 * ldefs-boot.el (edebug): Update page.
8359
8360 2006-07-10 Kim F. Storm <storm@cua.dk>
8361
8362 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8363 to FOR-RELEASE and TODO.
8364
8365 2006-07-10 Romain Francoise <romain@orebokech.com>
8366
8367 * emacs-lisp/authors.el (authors-aliases): Update.
8368
8369 2006-07-10 Alan Mackenzie <acm@muc.de>
8370
8371 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8372 * cc-mode.el: Changes to eradicate eval-after-load.
8373
8374 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8375
8376 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8377 on non-char events.
8378
8379 2006-07-09 Romain Francoise <romain@orebokech.com>
8380
8381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8382 Don't highlight start/end markers as compilation messages.
8383
8384 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8385 to t.
8386
8387 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8388
8389 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8390
8391 2006-07-08 Richard Stallman <rms@gnu.org>
8392
8393 * term/x-win.el (x-handle-display): Add doc string.
8394
8395 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8396
8397 * subr.el (def-edebug-spec): Move here.
8398 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8399
8400 * imenu.el (imenu-choose-buffer-index): Doc fix.
8401
8402 2006-07-08 Romain Francoise <romain@orebokech.com>
8403
8404 * term/x-win.el (x-display-name): Fix typo.
8405
8406 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8407
8408 * hexl.el (hexl-find-file): Doc fix.
8409
8410 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8411
8412 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8413
8414 * term/x-win.el (x-display-name): Doc fix.
8415
8416 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8417
8418 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8419 long prefixes.
8420 (fill-region-as-paragraph): Don't round up to a whole line.
8421 (fill-comment-paragraph): Don't include the code-before-the-comment
8422 when calling fill-region-as-paragraph.
8423
8424 * international/mule.el (make-char): Remove redundancy.
8425
8426 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8427 property may contain an anonymous function rather than a symbol.
8428
8429 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8430
8431 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8432 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8433
8434 * dirtrack.el (dirtrack-default-directory-function): Remove.
8435 (dirtrack-directory-function): Use file-name-as-directory.
8436 (dirtrack-windows-directory-function): Simplify.
8437 (dirtrack-forward-slash, dirtrack-backward-slash)
8438 (dirtrack-replace-slash): Remove.
8439 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8440 (dirtrack): Fix wrong parenthesizing; use match-string.
8441
8442 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8443 (inferior-octave-mode): Only change the buffer-local value of
8444 comint-dynamic-complete-functions.
8445 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8446 Move the initialization to the declaration.
8447 (inferior-octave-complete): Remove unused var `filter'.
8448
8449 * shell.el (shell-mode): Only change the buffer-local value of
8450 comint-dynamic-complete-functions.
8451
8452 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8453
8454 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8455 entry is skipped because it has been scheduled.
8456 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8457 changing `:org-archived' and `:org-comment' properties.
8458
8459 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * server.el (server-select-display): Don't make the temp frame
8462 minibuffer-only, in case it's not a temp frame.
8463 (server-process-filter): Don't delete the temp frame if it's the
8464 only one we have on that display.
8465
8466 * files.el (find-alternate-file): Doc fix.
8467
8468 2006-07-05 Richard Stallman <rms@gnu.org>
8469
8470 * files.el (abbreviate-file-name): Add save-match-data.
8471
8472 2006-07-03 Richard Stallman <rms@gnu.org>
8473
8474 * faces.el (read-face-name): Doc fix.
8475
8476 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8477
8478 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8479
8480 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8481
8482 * vc.el (vc-diff-internal): Fix prev change.
8483
8484 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8485
8486 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8487 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8488
8489 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8490
8491 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8492 fails if the symbol contains chars like ( or '.
8493 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8494 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8495 `short'.
8496
8497 2006-07-04 Kenichi Handa <handa@m17n.org>
8498
8499 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8500 the current one, don't call set-language-environment, but call one
8501 of set-language-environment-XXX to make INFO effective now.
8502 (set-language-environment): Call set-language-environment-XXX
8503 functions instead of doing the various setups directly.
8504 (set-language-environment-coding-systems): Delete argument eol-type.
8505 (set-language-environment-input-method)
8506 (set-language-environment-nonascii-translation)
8507 (set-language-environment-charset)
8508 (set-language-environment-fontset)
8509 (set-language-environment-unibyte): New functions.
8510
8511 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8512
8513 * locate.el (locate-update-when-revert): New option.
8514 (locate-update-path): New option (suggested by Michael Albinus).
8515 (locate-prompt-for-command): Whitespace change.
8516 (locate-update): No longer offer to update the locate database by
8517 default. Implement the two new options.
8518
8519 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * tooltip.el: Move comment about track-mouse...
8522
8523 * progmodes/gud.el: ...to here.
8524
8525 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8526
8527 * facemenu.el (facemenu-listed-faces): New var.
8528 (facemenu-unlisted-faces): Variable deleted.
8529 (facemenu-add-new-face): Use facemenu-listed-faces.
8530
8531 * emulation/viper-init.el, calendar/calendar.el:
8532 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8533
8534 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8535
8536 * textmodes/org.el (org-mode): Remove no invalid settings for
8537 calc embedded mode.
8538 (org-mode-p): New defsubst.
8539 (org-save-all-org-buffers): New function.
8540 (org-first-headline-recenter): Enclose outline-regexp in group
8541 delimiters.
8542 (org-set-tags): Keep single space after stars.
8543
8544 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8545
8546 * window.el (set-window-text-height): Only set window-min-height to
8547 1 if that's the requested size.
8548
8549 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8550 (diff-unified->context, diff-context->unified)
8551 (diff-reverse-direction): Make sure the end marker stays at the end.
8552 (diff-mode): Add the keymap table at the end of docstring.
8553 Use lexical-let rather than constructing a closure manually.
8554
8555 * files.el (find-file-noselect-1): Remove unused var assignment.
8556 (hack-local-variables-confirm): Print lists of strings as lists of
8557 strings rather than lists of symbols.
8558 (abbreviate-file-name, hack-local-variables-prop-line):
8559 Use match-string.
8560 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8561 (recover-session-finish): Use line-end-position.
8562
8563 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8564
8565 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8566
8567 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8568
8569 * progmodes/make-mode.el (makefile-macroassign-regex):
8570 Accept preceding keyword.
8571 (makefile-gmake-statements): Reorganize, now that makepp has
8572 "override" and also handle forgotten "override define".
8573 (makefile-makepp-statements): Add new "global", "override export"
8574 and "override global".
8575
8576 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8577
8578 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8579 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8580 (ada-no-auto-case): Fix typos in docstrings.
8581
8582 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8583
8584 * info.el (Info-find-node-2): Search for makeinfo version more
8585 carefully.
8586
8587 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8588
8589 * textmodes/org.el (org-prepare-agenda-buffers):
8590 Use `invisible-OK' argument for `org-end-of-subtree'.
8591 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8592 (org-beginning-of-item): Fix bug in regular expression for white line.
8593 (org-export-as-html): Enforce space after bullet in plain list items.
8594 (org-set-autofill-regexps): Require space after plain list bullet
8595 for paragraph-start.
8596 (org-ts-regexp3): New constant.
8597 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8598 (org-timestamp-up-day, org-timestamp-down-day)
8599 (org-timestamp-change): Work with inactive timestamps.
8600 (org-ts-regexp1): Don't allow brackets in time stamps.
8601
8602 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8603
8604 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8605 for ignoring links.
8606
8607 * faces.el (read-face-name): Use it.
8608
8609 2006-06-28 Juri Linkov <juri@jurta.org>
8610
8611 * buff-menu.el (list-buffers-noselect): Compare Info file
8612 with the string "dir" to detect Info directory.
8613
8614 * complete.el (partial-completion-mode): In lambda for
8615 `choose-completion-string-functions' use full function signature
8616 with 4 args, and move point to the end of the minibuffer only if arg
8617 `mini-p' is non-nil.
8618
8619 2006-06-28 John Paul Wallington <jpw@pobox.com>
8620
8621 * ibuffer.el (ibuffer-mode): Doc fix.
8622
8623 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8624
8625 * textmodes/org.el (org-context): New contexts :item-bullet,
8626 :latex-fragment, :latex-preview.
8627 (org-overlays-at, org-overlay-start, org-overlay-end):
8628 New compatibility functions.
8629 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8630 exact regexp that will be used during export.
8631 (org-latex-regexps): New variable.
8632 (org-cdlatex-mode): Improve advice for `texmathp'.
8633 (turn-on-org-cdlatex): New function.
8634
8635 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8636
8637 * term/mac-win.el (mac-handle-font-selection): Change keys of
8638 mac-atsu-font-table from strings to numbers.
8639 (mac-ts-caret-position): Use also when cursor-type is nil.
8640 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8641 Relax condition for using overlay strings.
8642 Use mac-ts-caret-position face when cursor-type is nil.
8643
8644 2006-06-26 Kim F. Storm <storm@cua.dk>
8645
8646 * help.el (view-emacs-news): Declare `res' in the right let* form.
8647
8648 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8649
8650 * net/rcompile.el (remote-compile): Replace ange-ftp based
8651 implementation by Tramp functions.
8652 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8653
8654 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8655
8656 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8657
8658 * international/fontset.el (setup-default-fontset): Fix a typo in
8659 the "Oriya-Akruti" registry name.
8660
8661 2006-06-23 Lars Hansen <larsh@soem.dk>
8662
8663 * desktop.el (desktop-full-file-name): New function.
8664 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8665 (desktop-revert): Use it.
8666 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8667 (desktop-after-read-hook): Add option list-buffers.
8668 (desktop-locals-to-save): Add tab-width.
8669 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8670 Fix docstring.
8671
8672 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8673
8674 * textmodes/org.el (org-cdlatex-mode-map)
8675 (org-cdlatex-texmathp-advice-is-done): New variables.
8676 (org-cdlatex-mode): New minor mode.
8677 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8678 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8679 (org-export-with-archived-trees): New option.
8680 (org-open-file): Remove the call to `convert-standard-filename'.
8681 (org-archive-tag, org-agenda-skip-archived-trees)
8682 (org-cycle-open-archived-trees)
8683 (org-sparse-tree-open-archived-trees): New options.
8684 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8685 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8686 New functions.
8687 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8688 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8689 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8690 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8691 Call `org-prepare-agenda-buffers'.
8692 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8693 (org-file-apps, org-file-apps-defaults-gnu)
8694 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8695 Handle remote files by forcing them to be opened in Emacs.
8696
8697 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8698
8699 * vc.el (vc-diff-knows-L): New variable.
8700 (vc-diff-internal): Use it to handle "diff" programs that don't
8701 understand -L. This works automatically, no user action is necessary.
8702
8703 2006-06-23 Daniel Brockman <daniel@brockman.se>
8704
8705 * net/rcirc.el (rcirc-default-user-full-name): Default to
8706 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8707 longer exists).
8708 (rcirc-process-list): Check `buffer-live-p' before attempting to
8709 switch to a buffer.
8710
8711 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8712
8713 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8714 based on rcirc-coding-system-alist.
8715
8716 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8717
8718 * cus-edit.el (customize-apropos): A better error message.
8719 (top level) <debug-ignored-errors>: Extend and update the list of
8720 ignored error messages.
8721
8722 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8723
8724 * complete.el (PC-do-completion): Retain capitalization of user
8725 input, when possible, even if completion-ignore-case is set.
8726
8727 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8728
8729 * generic-x.el (bat-generic-mode): Support .cmd files.
8730
8731 * dos-w32.el (top level): Use find-file-not-found-functions
8732 instead of the obsolete find-file-not-found-hooks.
8733
8734 2006-06-22 Kim F. Storm <storm@cua.dk>
8735
8736 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8737 to recognize mode name containing submodes, such as Grep/lw.
8738
8739 2006-06-21 Kim F. Storm <storm@cua.dk>
8740
8741 * simple.el (line-move-1): Check for move-end-of-line instead of
8742 end-of-line when setting temporary-goal-column.
8743
8744 2006-06-21 Miles Bader <miles@gnu.org>
8745
8746 * play/cookie1.el (cookie): Work properly when there's only one entry.
8747
8748 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8749
8750 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8751 (gdb-frame-handler): Generalize frame regexp for templates.
8752
8753 2006-06-20 Glenn Morris <rgm@gnu.org>
8754
8755 * calendar/appt.el (appt-display-format): Default value must be
8756 one of the customize options.
8757
8758 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8759
8760 * term/xterm.el (terminal-init-xterm): Update key availability info.
8761 Bind C-return.
8762
8763 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8764
8765 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8766
8767 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8768 whether or not a local variables list is defined.
8769
8770 * msb.el (msb): Move `sit-for' hack here to handle both
8771 "mouse-down and drag" and "mouse-up and select" situations.
8772 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8773
8774 2006-06-20 Kenichi Handa <handa@m17n.org>
8775
8776 * international/characters.el (word-combining-categories):
8777 Add entries for 2-byte Han characters.
8778
8779 2006-06-19 Richard Stallman <rms@gnu.org>
8780
8781 * bindings.el (mode-line-format): Save some mode line space.
8782
8783 * files.el (find-file-noselect): Improve the question wording.
8784 (basic-save-buffer-2): Mask UMASK against 666.
8785
8786 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8787 (mouse-drag-vertical-line): Call it.
8788
8789 * cus-edit.el (customize-option, customize-option-other-window):
8790 Error if SYMBOL is nil.
8791
8792 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8793
8794 * textmodes/org.el: Require noutline, also on XEmacs.
8795 (org-end-of-subtree): Return point.
8796 (org-dblock-start-re, org-dblock-end-re): New constants.
8797 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8798 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8799 (org-update-all-dblocks, org-find-dblock): New functions.
8800 (org-collect-clock-time-entries): New function.
8801 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8802 (org-fixup-indentation): Modify to deal correctly with lines
8803 starting with TAB. Only one argument DIFF now.
8804 (org-demote, org-promote): Call `org-fixup-indentation' with just
8805 one argument, DIFF.
8806 (org-mode): Don't mark buffer as modified when aligning tables.
8807 (org-clock-sum): Don't mark buffer modified when adding time sum
8808 properties.
8809 (org-export-as-html): Add support for a link validation function.
8810 (org-archive-all-done): New function.
8811 (org-archive-subtree): New prefix argument. When set, archive all
8812 done subtrees in this buffer.
8813 (org-remove-clock-overlays)
8814 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8815 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8816 (org-put-clock-overlay): Don't swallow last headline character
8817 when displaying overlay.
8818 (org-store-link): Link to `image-mode' with just the file name.
8819
8820 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8821
8822 * viper-cmd.el (viper-special-read-and-insert-char):
8823 Use read-key-sequence.
8824 (viper-after-change-undo-hook): Misc enhancements.
8825 (viper-after-change-undo-hook): New hook.
8826 (viper-undo): Use viper-after-change-undo-hook.
8827 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8828 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8829 clicking on that widget/button.
8830
8831 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8832
8833 * ediff-diff (ediff-test-patch-utility): Catch errors.
8834 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8835 (ediff-set-actual-diff-options): New function.
8836 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8837 Use ediff-set-actual-diff-options.
8838 (ediff-extract-diffs): Catch errors.
8839 (ediff-whitespace): Add non-breakable space.
8840 (ediff-same-file-contents): Catch errors.
8841
8842 * ediff-mult.el (ediff-collect-custom-diffs):
8843 Save coding-system-for-read.
8844
8845 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8846 (ediff-vc-internal, ediff-vc-merge-internal):
8847 Use ediff-delete-version-file.
8848 (ediff-delete-version-file): New function.
8849
8850 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8851
8852 * ediff.el (ediff-directories, ediff-directory-revisions)
8853 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8854 (ediff-directories-internal, ediff-merge-directory-revisions)
8855 (ediff-merge-directory-revisions-with-ancestor)
8856 (ediff-directories3): Use read-directory-name.
8857
8858 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8859
8860 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8861 Remove superfluous part of regexp for brace matching which is handled
8862 by `scan-lists' call.
8863
8864 2006-06-16 Richard Stallman <rms@gnu.org>
8865
8866 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8867
8868 * files.el (basic-save-buffer-2): For a new precious file,
8869 use the default modes in the return value.
8870
8871 * facemenu.el (facemenu-color-alist): Doc fix.
8872
8873 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8874
8875 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8876
8877 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8878
8879 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8880 (mac-utxt-to-string): Use it.
8881 (mac-ts-update-active-input-area): Use mac-ae-number.
8882
8883 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8884
8885 * term.el (term-handle-scroll, term-delete-lines)
8886 (term-insert-lines): Fix off by one errors.
8887
8888 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8889
8890 * net/tramp.el (tramp-touch): Use UTC to express time.
8891
8892 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8893
8894 * mail/sendmail.el (mail-send): Search explicitly for
8895 mail-header-separator when checking for corrupted header lines.
8896
8897 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8898
8899 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8900 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8901 (gdb-init-1): Initialise them.
8902 (gdb-starting): Reset gdb-printing
8903 (gdb-starting): Save value of gud-overlay-arrow-position.
8904 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8905 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8906 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8907 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8908
8909 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8910
8911 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8912
8913 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8914
8915 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8916 (ldap-search-internal): Keep error messages, and a regexp fix.
8917
8918 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8919
8920 * files.el (hack-local-variables-confirm):
8921 Display string value using its printed representation.
8922
8923 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8924
8925 * server.el (server-edit): No-op if no server buffers exist.
8926
8927 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8928
8929 * textmodes/page-ext.el (pages-directory-for-addresses):
8930 Including `pages-directory-address-mode' in the function results
8931 in the message "Buffer in which pages were found is deleted".
8932
8933 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8934
8935 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8936 clocking functions.
8937
8938 (org-agenda-clock-in, org-check-running-clock)
8939 (org-clock-out-if-current, org-remove-clock-overlays)
8940 (org-put-clock-overlay): New functions.
8941 (org-clock-marker, org-clock-file-total-minutes)
8942 (org-clock-overlays): New variables.
8943 (org-clock-display, org-clock-sum, org-clock-cancel)
8944 (org-clock-out, org-clock-in): New commands.
8945 (org-export): New function.
8946 (org-emph-re): New constant.
8947 (org-set-emph-re, org-do-emphasis-faces): New functions.
8948 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8949 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8950 (org-export-html-convert-emphasize): Use the configurable emphasis.
8951 (org-cleaned-string-for-export): Make multiline emphasis visible
8952 to the exporter. New optional argument PARAMETERS.
8953 (org-export-as-html): Specify :emph-multiline parameter to
8954 `org-cleaned-string-for-export'.
8955
8956 2006-06-10 Richard Stallman <rms@gnu.org>
8957
8958 * help.el (help-for-help-internal): Clean up help text.
8959
8960 2006-06-10 Andreas Schwab <schwab@suse.de>
8961
8962 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8963 in doc string.
8964
8965 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8966
8967 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8968
8969 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8970 spaces after the comment start.
8971
8972 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8973
8974 * play/pong.el (pong-init-buffer):
8975 Fill buffer with spaces instead of ^A.
8976
8977 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8978 launched asynchronously, delete its process instead of being cool.
8979 (ispell-async-processp): Check for `delete-process' existence
8980 instead of `kill-process' one for consistency.
8981
8982 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8985 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8986 in mode line at startup.
8987
8988 2006-06-08 Kim F. Storm <storm@cua.dk>
8989
8990 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8991 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8992 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8993 (ido-file-internal): Pass full file name to write-file.
8994 (ido-read-internal): Only pop stack elements automatically if they
8995 actually match an existing directory or file name.
8996
8997 2006-06-07 Kenichi Handa <handa@m17n.org>
8998
8999 * international/mule.el (find-auto-coding): Don't handle the short
9000 name `char-trans'.
9001
9002 * files.el (hack-local-variables-prop-line)
9003 (hack-local-variables): Cancel the previous change.
9004
9005 2006-06-06 Jesper Harder <harder@phys.au.dk>
9006
9007 * ediff-diff.el (ediff-test-utility): Protect against file-error.
9008
9009 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
9010
9011 * diff-mode.el (diff-mode): Set buffer-read-only to t when
9012 diff-default-read-only is non-nil.
9013 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9014 (diff-refine-hunk): Set inhibit-read-only to t.
9015
9016 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9017 modifying the *Diff* buffer.
9018 (diff-process-filter): New filter function for diff process that
9019 sets inhibit-read-only to t when modifying the *Diff* buffer.
9020
9021 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9022
9023 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9024 insertion point and control the number of empty lines.
9025 (org-paste-subtree): Limit the number of empty lines at the end of
9026 the inserted tree.
9027 (org-agenda): Use buffer name of current file for narrowing.
9028 (org-export-as-xml): Command removed.
9029 (org-export-xml-type): Option removed.
9030 (org-mode-map): Call `org-export-as-xoxo' directly.
9031 (org-get-indentation): New optional argument LINE.
9032 (org-fix-indentation, org-remove-tabs): New functions.
9033 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9034 correct indentation for headlines that are converted it items.
9035 (org-skip-comments): Remove table lines that contain narrowing
9036 cookies but no other non-empty fields.
9037 (org-set-tags): Allow groups of mutually exclusive tags.
9038 (org-cmp-time): Sort 24:21 before items without time.
9039 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9040 (org-open-at-point): Require double colon also for numbers.
9041
9042 2006-06-06 Kim F. Storm <storm@cua.dk>
9043
9044 * ido.el (ido-default-file-method, ido-default-buffer-method):
9045 Make choice values consistent with corresponding command names.
9046 (ido-visit-buffer): Update accordingly. Default to selected-window.
9047
9048 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9049
9050 * progmodes/gud.el (gud-running): Fix doc string.
9051 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9052 (gud-tooltip-modes): Add python-mode.
9053 (gud-tooltip-print-command): Add pdb. Remove perldb.
9054
9055 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9056
9057 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9058 Quote $(EMACS).
9059
9060 2006-06-05 Richard Stallman <rms@gnu.org>
9061
9062 * faces.el (defined-colors): Doc fix.
9063
9064 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9065
9066 * vc.el (vc-process-filter): Inhibit undo info collection around
9067 call to insert.
9068 (vc-setup-buffer): Likewise for call to erase-buffer.
9069 (vc-do-command): Likewise for call to process-file.
9070
9071 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9072
9073 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9074 for gud-go.
9075 (gud-common-init): Other debuggers may trigger error.
9076
9077 2006-06-05 Kenichi Handa <handa@m17n.org>
9078
9079 * international/mule.el (find-auto-coding):
9080 Handle enable-character-translation in file header.
9081
9082 2006-06-04 Kim F. Storm <storm@cua.dk>
9083
9084 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9085 (authors-fixed-entries): Fix spelling.
9086 (authors-canonical-file-name): Don't report error for wildcards.
9087
9088 * help.el (view-emacs-news): Rewrite to support new NEWS,
9089 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9090 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9091 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9092
9093 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9094
9095 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9096 exec constructs like `foo bar`.
9097 (sh-quoted-subshell): New helper function to search for a possibly
9098 nested subshell (like `` or $()) within a "" quoted string.
9099 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9100 (sh-apply-quoted-subshell): Flag quote characters inside a
9101 subshell, which is itself already in a quoted region, as
9102 punctuation, since this is the closest to what they actually are.
9103 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9104 sh-apply-quoted-subshell.
9105 (sh-font-lock-syntactic-face-function): Apply the new face for
9106 text inside `` instead of the old font-lock-string-face.
9107
9108 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9109
9110 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9111 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9112 (mac-bytes-to-text-range, mac-ae-text-range-array)
9113 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9114 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9115 (mac-ts-unicode-for-key-event): New functions.
9116 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9117 (mac-handle-font-selection): Use mac-ae-number.
9118 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9119 New variables.
9120 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9121 (mac-ts-converted-text, mac-ts-selected-converted-text)
9122 (mac-ts-block-fill-text, mac-ts-outline-text)
9123 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9124 (mac-ts-hilite-style-faces): New constant.
9125 (mac-apple-event-map): Bind text input events.
9126 (mac-dispatch-apple-event): Use command-execute instead of
9127 call-interactively.
9128 (global-map): Don't bind mac-apple-event.
9129 (special-event-map): Bind mac-apple-event.
9130
9131 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9132
9133 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9134 file name.
9135 (emacs): Enclose the value of $(EMACS) in quotes.
9136
9137 2006-06-02 Juri Linkov <juri@jurta.org>
9138
9139 * international/mule.el (sgml-html-meta-auto-coding-function):
9140 Remove the condition `(search-forward "<html" size t)'.
9141 Replace `\"' with `[\"']?' in `re-search-forward'.
9142
9143 2006-06-02 Kenichi Handa <handa@m17n.org>
9144
9145 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9146 as well as `coding'.
9147 (hack-local-variables): Likewise.
9148
9149 * international/mule.el (enable-character-translation):
9150 Put permanent-local and safe-local-variable properties.
9151 (find-auto-coding): Handle char-trans: tag.
9152
9153 2006-06-02 Juri Linkov <juri@jurta.org>
9154
9155 * international/mule.el (sgml-html-meta-auto-coding-function):
9156 Limit the search by the end of the HTML header (if any).
9157
9158 2006-06-01 Richard Stallman <rms@gnu.org>
9159
9160 * subr.el (with-current-buffer): Doc fix.
9161
9162 2006-06-02 Masatake YAMATO <jet@gyve.org>
9163
9164 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9165 Almost rewrite. Underlines over all lines of gcov output are too
9166 uncomfortable to read. Suggested by Dan Nicolaescu.
9167
9168 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9169
9170 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9171
9172 * shell.el (shell-mode): Use shell-mode-map in docstring.
9173
9174 * comint.el (comint-send-input): Do not add help-echo and
9175 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9176
9177 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9178
9179 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9180
9181 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9182
9183 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9184 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9185 look up the stack and pop up GUD buffer if necessary.
9186 (gdb-frames-select): Remove redundant call to gud-display-frame.
9187 (gdb-info-threads-custom): Keep point at start of buffer.
9188 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9189
9190 2006-05-31 Juri Linkov <juri@jurta.org>
9191
9192 * replace.el (query-replace-read-from, query-replace-read-to):
9193 Bind `history-add-new-input' to nil. Call `add-to-history'.
9194
9195 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9196
9197 * textmodes/table.el: Convert all HTML tags to lower case for
9198 XHTML compatibility.
9199
9200 2006-05-31 Masatake YAMATO <jet@gyve.org>
9201
9202 * progmodes/compile.el:
9203 (compilation-error-regexp-alist-alist::gcov-called-line):
9204 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9205
9206 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9207
9208 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9209 Revert inadvertent changes made with last commit.
9210
9211 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9212
9213 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9214 New functions.
9215
9216 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9217
9218 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9219
9220 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9221 only matches in the right place.
9222 (org-upcoming-deadline): New face.
9223 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9224 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9225 and make it an option.
9226 (org-export-ascii-bullets): New option.
9227 (org-export-as-html): Many changes to emit valid XHTML.
9228 (org-par-open): New variable.
9229 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9230 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9231 (org-timeline): Pass `org-timeline-show-empty-dates' to
9232 `org-get-all-dates'. Interpret empty dates returned by
9233 `org-get-all-dates'.
9234 (org-get-all-dates): New argument EMPTY. Add dates without
9235 entries to the list, mark large ranges of empty dates.
9236 (org-point-in-group, org-context): New functions.
9237
9238 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9239
9240 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9241
9242 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9243 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9244 to C-mouse-3 (for 2 button mice).
9245 (gdb-send): Do the right thing for C-d.
9246
9247 * speedbar.el (speedbar-detach): Delete.
9248 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9249 it breaks things.
9250 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9251
9252 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9253
9254 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9255 Makeppfile.
9256
9257 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9258 Add makepp diagnostic.
9259
9260 2006-05-29 Richard Stallman <rms@gnu.org>
9261
9262 * window.el (fit-window-to-buffer): Doc fix.
9263
9264 * help.el (temp-buffer-max-height): Doc fix.
9265
9266 * subr.el (with-current-buffer): Doc fix.
9267
9268 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9269
9270 * term/x-win.el: Bind F10 to menu-bar-start if available.
9271
9272 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9273
9274 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9275 uses with a simple test.
9276 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9277 (term-send-raw-string, term-send-raw, term-mouse-paste)
9278 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9279 (term-handle-exit, term-read-input-ring)
9280 (term-previous-matching-input-string)
9281 (term-previous-matching-input-string-position)
9282 (term-previous-matching-input-from-input)
9283 (term-replace-by-expanded-history, term-send-input)
9284 (term-skip-prompt, term-bol, term-send-invisible)
9285 (term-kill-input, term-delchar-or-maybe-eof)
9286 (term-backward-matching-input, term-check-source)
9287 (term-proc-query, term-emulate-terminal)
9288 (term-handle-colors-array, term-process-pager, term-pager-line)
9289 (term-pager-bob, term-unwrap-line, term-word)
9290 (term-dynamic-complete-filename)
9291 (term-dynamic-complete-as-filename)
9292 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9293 unlesses.
9294
9295 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9296
9297 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9298 during bootstrapping.
9299
9300 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9301 Basically undo the change of 2006-05-26: use extra arguments instead of
9302 dynamic scoping.
9303 (ewoc-locate): Remove unused var `footer'.
9304
9305 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9306
9307 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9308
9309 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9310 (generate-file-autoloads): Obey it. Return whether autoloads were
9311 added at point or not.
9312 (update-file-autoloads): Use this new return value.
9313 Remove redundant test for the presence of an autoload cookie.
9314
9315 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9316 This one calls hack-local-variables.
9317 (generate-file-autoloads, update-file-autoloads): Use it.
9318
9319 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9320 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9321 (bibtex-sort-entry-class-alist): Don't set the global value.
9322 (bibtex-init-sort-entry-class-alist): New fun.
9323 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9324 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9325 of bibtex-init-sort-entry-class.
9326
9327 2006-05-28 Richard Stallman <rms@gnu.org>
9328
9329 * subr.el (load-history-regexp): If FILE is relative, insist
9330 entire last name component must match it.
9331 (load-history-filename-element, load-history-regexp): Doc fixes.
9332
9333 2006-05-29 Kim F. Storm <storm@cua.dk>
9334
9335 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9336 `pos' and `raw-data' for clarity, as eval forms may access these.
9337
9338 2006-05-28 Kim F. Storm <storm@cua.dk>
9339
9340 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9341
9342 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9343
9344 * progmodes/make-mode.el (makefile-browser-map)
9345 (makefile-mode-syntax-table): Move initialization inside declaration.
9346 (makefile-fill-paragraph): Use the default comment-filling code.
9347
9348 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9349
9350 * replace.el (query-replace-defaults): New variable.
9351 (query-replace-read-from): Use `query-replace-defaults' for
9352 default value, instead of history list.
9353 (query-replace-read-to): Update `query-replace-defaults'.
9354
9355 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9356
9357 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9358 with no X toolkit.
9359
9360 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9361
9362 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9363 (tumme-show-all-from-dir): Add autoload.
9364
9365 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9366
9367 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9368 (tumme-remove-tag): Fix bug.
9369
9370 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9371
9372 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9373 FOOTER args. Update unique caller.
9374 (ewoc-delete): Compute last node once before looping.
9375 (ewoc--node-branch): Merge into unique caller.
9376 (ewoc--node): Don't define constructor make-ewoc--node for this
9377 structure.
9378 (ewoc): Add member `hf-pp' to this structure.
9379 (ewoc--wrap): New func.
9380 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9381 header/footer pretty-printers. Save header/footer pretty-printer.
9382 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9383
9384 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9385
9386 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9387
9388 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9389 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9390 Tag'. Change "Compare directories..." to "Change Directories...".
9391 Move tumme commands to Operate, Regexp and Immediate menus.
9392 Change "Add Comment" to "Add Image Comment". Change "Add Image
9393 Tag" to "Add Image Tags".
9394
9395 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9396 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9397 `tumme-delete-tag'.
9398
9399 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9400
9401 * shell.el (shell-mode): Call shell-dirtrack-mode after
9402 list-buffers-directory is made a local variable, to avoid setting
9403 the default value.
9404
9405 2006-05-26 Kevin Ryde <user42@zip.com.au>
9406
9407 * info.el (Info-index-next): Use where-is-internal to report
9408 actual binding of Info-index-next, rather than hard-coded `,'.
9409
9410 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9411
9412 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9413 and "Find Command in Manual" to here.
9414
9415 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9416 Info-current-file as the file name.
9417
9418 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9419
9420 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9421 overrides will now be done a different way.
9422 (ses-set-parameter): Reapply this function for undo.
9423 (ses-set-header-row): Reconstruct header row during undo.
9424 (ses-widen): New function.
9425 (ses-goto-data, ses-reconstruct-all): Use new function.
9426 (ses-command-hook): Widen buffer during undo, before unupdating
9427 the cells.
9428 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9429 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9430 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9431 formula hasn't been executed yet.
9432
9433 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9434
9435 * comint.el (comint-kill-whole-line): Rename arg to count.
9436 Fix doc string.
9437
9438 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9439
9440 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9441 to copy-file.
9442
9443 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9444
9445 * simple.el (toggle-truncate-lines): Make arg optional for
9446 backward compatibility.
9447
9448 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9449
9450 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9451 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9452 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9453 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9454 (ewoc--adjust): Use ewoc--current-dll.
9455 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9456
9457 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9458
9459 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9460 compact error message.
9461 (org-tags-view): Refresh category table in each file.
9462 (org-table-justify-field-maybe): Remove superfluous arguments to
9463 `format'.
9464 (org-export-as-html): Insert "<p>" before postamble.
9465 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9466
9467 2006-05-26 Kenichi Handa <handa@m17n.org>
9468
9469 * textmodes/po.el (po-find-charset): Pay attention to the case
9470 FILENAME is a cons (NAME . BUFFER).
9471 (po-find-file-coding-system-guts): Likewise.
9472
9473 * arc-mode.el (archive-set-buffer-as-visiting-file):
9474 Call find-operation-coding-system with (FILENAME . BUFFER).
9475
9476 * tar-mode.el (tar-extract): Call find-operation-coding-system
9477 with (FILENAME . BUFFER).
9478
9479 * international/mule.el (decode-coding-inserted-region):
9480 Call find-operation-coding-system with (FILENAME . BUFFER).
9481
9482 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9483
9484 * image-mode.el (image-toggle-display): Use buffer contents to
9485 generate image for a remote file.
9486
9487 2006-05-25 Juri Linkov <juri@jurta.org>
9488
9489 * replace.el (query-replace-read-from, query-replace-read-to):
9490 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9491
9492 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9493
9494 * whitespace.el (whitespace-cleanup): Change to cleanup
9495 region if one is active.
9496 * whitespace.el (whitespace-cleanup-internal): New internal method.
9497
9498 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9499
9500 * dired.el (dired-mode-map): Add help-echo strings to tumme
9501 commands. Bind `tumme-dired-display-image' to C-t i.
9502
9503 * tumme.el (tumme-display-image): Change documentation string slightly.
9504 (tumme-dired-display-image): Add call to `display-buffer'.
9505
9506 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9507
9508 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9509 Signal error if RAW-DATA is a multibyte string.
9510
9511 2006-05-24 Richard Stallman <rms@gnu.org>
9512
9513 * subr.el (with-local-quit): When handling `quit' signal,
9514 make a chance for quit-flag to cause a quit.
9515
9516 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9517 (ad-disable-advice): Add autoloads.
9518
9519 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9520
9521 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9522
9523 * dired.el (dired-mode-map): Change menu items for tumme as per
9524 suggestions in emacs-devel.
9525
9526 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9527
9528 * dired.el (dired-mode-map): Fix breakage.
9529
9530 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9531
9532 * tumme.el (tumme-display-dired-image): Rename to...
9533 (tumme-dired-display-image): ...this.
9534 (tumme-track-movement): Change default value to t.
9535 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9536 used from `tumme-next-line-and-display' and similar commands.
9537
9538 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9539 Immediate menu. Add some tumme commands there.
9540
9541 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9542
9543 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9544
9545 2006-05-24 Chong Yidong <cyd@mit.edu>
9546
9547 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9548 menu entries that open submenus.
9549
9550 2006-05-24 Alan Mackenzie <acm@muc.de>
9551
9552 * startup.el (command-line): For names of preloaded files, don't
9553 append ".elc" (now done in Fload), and call file-truename on the
9554 lisp directory.
9555
9556 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9557 match ANY loaded file with the right name, not just those in
9558 load-path. Put a regexp matching the file name into
9559 after-load-alist, rather than the name itself.
9560
9561 * subr.el (load-history-regexp, load-history-filename-element)
9562 (do-after-load-evaluation): New functions.
9563
9564 * international/mule.el (load-with-code-conversion): Do the
9565 eval-after-load stuff by calling do-after-load-evaluation.
9566
9567 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9568
9569 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9570 has not been killed.
9571
9572 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9573
9574 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9575 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9576 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9577 Optionally set error message in reply.
9578
9579 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9580
9581 * textmodes/org.el (org-open-at-point): Use renamed variable
9582 `org-confirm-shell-link-function'.
9583 (org-confirm-shell-link-function): Rename from
9584 `org-confirm-shell-links'.
9585 (org-export-directory): New function.
9586 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9587 (org-export-icalendar): Use `org-export-directory'.
9588 (org-indent-item): Keep cursor position.
9589 (org-link-file-path-type): New option.
9590 (org-export-as-html): Fix bug with plain lists starting in
9591 column 0.
9592 (org-export-as-html): Remove deadline formatting, this happens
9593 now already in `org-html-handle-time-stamps'.
9594 (org-export-html-style): Deadline class removed.
9595 (org-insert-labeled-timestamps-at-point): New option.
9596 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9597 of `hide-sublevels 1', in case the first headline is not level 1.
9598 (org-overview, org-content): New fuction.
9599 (org-cycle-global-status, org-cycle-subtree-status): Make these
9600 variables buffer-local.
9601 (org-global-cycle): New command.
9602 (org-shifttab): Use `org-global-cycle'.
9603 (org-insert-heading, org-insert-item): Go to end of new
9604 headline/item after creating it.
9605 (org-export-visible): Rename from `org-export-copy-visible'.
9606 Now creates a temporary org-file and applies an exporting command
9607 to it.
9608 (org-table-eval-formula): Support for lisp forms.
9609 (org-agenda-todo-ignore-scheduled): New option.
9610 (org-agenda-get-todos): Use new option
9611 `org-agenda-todo-ignore-scheduled'.
9612 (org-export-html-inline-images): New value `maybe'.
9613 (org-export-as-html): Inlining of images dependent on link description.
9614 (org-archive-subtree): Check for end-of-buffer before trying
9615 `kill-line'.
9616 (org-agenda-follow-mode): New option.
9617 (org-export-with-tags, org-export-with-timestamps): New options.
9618 (org-html-handle-time-stamps): New function.
9619 (org-keyword-time-regexp): New variable.
9620 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9621 (org-agenda-todo-list-sublevels): New option.
9622 (org-html-level-start): When TITLE is nil, just close all levels.
9623 (org-parse-key-lines, org-parse-export-options): Remove functions,
9624 replaced by `org-infile-export-plist'.
9625 (org-combine-plists, org-infile-export-plist)
9626 (org-default-export-plist): New functions.
9627 (org-export-html-preamble, org-export-html-postamble)
9628 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9629 New variables.
9630 (org-export-publishing-directory): New option.
9631 (org-export-as-html, org-export-as-ascii): Use the new property
9632 lists for settings.
9633 (org-export-copy-visible, org-export-as-xoxo):
9634 Respect `org-export-publishing-directory'.
9635 (org-link-search, org-store-link, org-file-apps): Support for
9636 links to BibTeX database entries..
9637 (org-get-current-options, org-set-regexps-and-options):
9638 Implement logging as a startup option.
9639 (org-store-link): Make sure context string is never empty
9640 (org-insert-link): Use relative path when possible.
9641 (org-at-item-checklet-p): New function.
9642 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9643 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9644 (org-metaright, org-metaup, org-metadown, org-shiftup)
9645 (org-shiftdown, org-shiftright, org-shiftleft)
9646 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9647 Dispatch using `call-interactively'.
9648 (org-call-with-arg): New defsubst.
9649 (org-tag-alist, org-use-fast-tag-selection): New options.
9650 (org-complete): Use `org-tag-alist'.
9651 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9652 (org-next-item, org-previous-item): New commands.
9653 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9654 make command.
9655 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9656
9657 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9658
9659 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9660 (ewoc-filter): Use `ewoc-delete'.
9661
9662 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9663
9664 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9665
9666 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9667 Signal more user-friendly error messages.
9668
9669 * complete.el (PC-do-completion): Undo the addition of implicit
9670 wildcards if they did not lead to finding any match.
9671 (read-file-name-internal): Don't add the final > if the completion is
9672 not finished.
9673
9674 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9675
9676 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9677 Quote safe-local-variable predicate.
9678
9679 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9680
9681 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9682
9683 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9684
9685 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9686
9687 * progmodes/make-mode.el (makefile-special-targets-list)
9688 (makefile-macro-table, makefile-target-table): Mark as risky.
9689 (makefile-query-one-target-method): Make this the alias for the
9690 following variable.
9691 (makefile-query-one-target-method-function): Make this the real name.
9692
9693 * textmodes/artist.el (artist-text-renderer): Make this the alias
9694 for the following variable.
9695 (artist-text-renderer-function): Make this the real name.
9696
9697 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9698 the alias for the following variable.
9699 (flyspell-generic-check-word-predicate): Make this the real name.
9700
9701 * textmodes/ispell.el (ispell-format-word): Make this the alias
9702 for the following variable.
9703 (ispell-format-word-function): Make this the real name.
9704 (ispell-message-text-end): Mark as risky.
9705
9706 * skeleton.el (skeleton-transformation, skeleton-filter)
9707 (skeleton-pair-filter): Make these the aliases for the following
9708 variables.
9709 (skeleton-transformation-function, skeleton-filter-function)
9710 (skeleton-pair-filter-function): Make these the real names.
9711
9712 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9713 and skeleton-pair-filter-function.
9714
9715 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9716 alias for the following variable.
9717 (sgml-transformation-function): Make this the real name.
9718 (sgml-tag-alist): Mark as risky.
9719
9720 2006-05-21 Richard Stallman <rms@gnu.org>
9721
9722 * simple.el (kill-region): Interactively, pass point, then mark.
9723
9724 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9725
9726 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9727
9728 2006-05-21 Romain Francoise <romain@orebokech.com>
9729
9730 * dired-x.el (dired-mode-map): Don't bind M-g.
9731
9732 2006-05-20 Richard Stallman <rms@gnu.org>
9733
9734 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9735 (dired-goto-file): Doc fix.
9736
9737 2006-05-21 Kim F. Storm <storm@cua.dk>
9738
9739 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9740 way to enable built-in cua-mode if user loads older CUA-mode package.
9741
9742 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9743 if default-filename is specified.
9744
9745 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9746
9747 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9748
9749 * info.el (info-apropos): Make sure current-file and current-node
9750 have non-nil values. Speed up by using add-to-list instead of
9751 manual consing.
9752
9753 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9754
9755 * progmodes/make-mode.el (makefile-mode): Doc fix.
9756
9757 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9758
9759 * dired-aux.el (dired-do-shell-command): Doc fix.
9760
9761 2006-05-20 Kevin Ryde <user42@zip.com.au>
9762
9763 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9764 ``(custom-manual :tag "Foo" "(foo)Node")''.
9765
9766 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9767
9768 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9769 value is an integer.
9770
9771 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9772
9773 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9774 "format".
9775 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9776
9777 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9778
9779 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9780 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9781
9782 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9785 regexp for keywords.
9786
9787 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9788
9789 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9790 replace-regexp-in-string.
9791
9792 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9793 encode, and escape file name on conversion to URL.
9794
9795 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9796
9797 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9798 Don't unescape URL.
9799 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9800
9801 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9802 on conversion to URLs.
9803
9804 * net/browse-url.el (browse-url-file-url): Encode file name on
9805 conversion to URL.
9806
9807 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9808 conversion to URL.
9809
9810 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9811
9812 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9813
9814 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9815
9816 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9817 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9818
9819 2006-05-19 Glenn Morris <rgm@gnu.org>
9820
9821 * calendar/diary-lib.el (diary-bahai-date)
9822 (list-bahai-diary-entries, mark-bahai-diary-entries)
9823 (mark-bahai-calendar-date-pattern): Not interactive.
9824 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9825 (diary-entries-list): Change format of 4th element in each entry.
9826 (diary-list-entries): Use add-to-diary-list.
9827 (diary-goto-entry): Handle the case where the buffer visiting the
9828 diary has been killed.
9829 (fancy-diary-display): Add 'locator to button rather than 'marker.
9830 Only generate temp-face when there are marks to apply.
9831 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9832 (diary-fancy-date-pattern): New variable.
9833 (diary-time-regexp): Doc fix.
9834 (diary-anniversary, diary-time): New faces.
9835 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9836 diary-time-regexp. Add font-lock-multiline property where needed.
9837 Use new faces diary-anniversary and diary-time.
9838 (diary-fancy-font-lock-fontify-region-function): New function, to
9839 handle multiline font-lock pattern in fancy diary.
9840 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9841 (diary-font-lock-keywords): Tweak time regexp. Use new face
9842 diary-time.
9843
9844 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9845
9846 * international/code-pages.el (mik): Table corrected.
9847
9848 2006-05-18 Kim F. Storm <storm@cua.dk>
9849
9850 * progmodes/grep.el (grep-find): Don't check grep-find-command
9851 before running command (breaks non-interactive usage).
9852
9853 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9854
9855 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9856 (ewoc--insert-new-node): Don't insert trailing newline.
9857 Instead, adjust successor nodes's start markers.
9858 (ewoc--refresh-node): Delete all text from current node's start
9859 marker to the next one's; adjust successor nodes's start markers.
9860 (ewoc--create): Doc fixes.
9861 (ewoc--refresh): Don't insert newline.
9862 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9863 * pcvs.el (cvs-make-cvs-buffer):
9864 Specify extra newline for ewoc's header and footer.
9865 (cvs-update-header): Update initial header recognition.
9866 Append newline to final header and footer values.
9867 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9868
9869 2006-05-17 Richard Stallman <rms@gnu.org>
9870
9871 * files.el (file-name-extension): Doc fix.
9872
9873 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9874
9875 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9876 we can explicitly enable/disable rather than toggle.
9877 (shell-mode): Use it.
9878 (shell-cd): Don't try to reproduce what `cd' does.
9879
9880 2006-05-17 Kim F. Storm <storm@cua.dk>
9881
9882 * ido.el (ido-read-internal): Use only nondirectory part of
9883 default item.
9884
9885 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9886
9887 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9888 (ewoc-nth): Doc fix.
9889
9890 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9891
9892 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9893
9894 * international/mule.el (auto-coding-alist): Add .lha to files
9895 read with no-conversion.
9896
9897 * files.el (auto-mode-alist): Add .lha files to archive file
9898 extensions.
9899
9900 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9901 Convert csize to integer when computing offsets within the
9902 compressed archive file.
9903
9904 2006-05-16 Kim F. Storm <storm@cua.dk>
9905
9906 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9907 with read-from-minibuffer.
9908
9909 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9910
9911 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9912 (byte-compile-warnings): Fix safe-local-variable property.
9913
9914 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9915
9916 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9917 (allout-stylish-prefixes, allout-numbered-bullet)
9918 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9919 predicates to qualify `safe-local-variable' property, when
9920 available, else use equivalent lambda.
9921 (allout-current-topic-collapsed-p): Do the right thing regarding
9922 trailing blank lines.
9923
9924 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9925
9926 * server.el (server-start): Only create a directory if needed.
9927 (server-edit, server-unload-hook): server-start => server-mode.
9928 (kill-emacs-hook): Cleanup upon exit.
9929
9930 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9931
9932 * hexl.el (hexlify-buffer): Encode process arguments manually.
9933
9934 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9935
9936 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9937 call to gdb-tooltip-print.
9938
9939 2006-05-15 Romain Francoise <romain@orebokech.com>
9940
9941 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9942 systems, default to "tar" since those systems probably have GNU tar.
9943
9944 2006-05-14 Lars Hansen <larsh@soem.dk>
9945
9946 * desktop.el (desktop-missing-file-warning): Fix docstring.
9947 (desktop-restore-file-buffer): Correct question asked on missing file.
9948
9949 2006-05-14 Kim F. Storm <storm@cua.dk>
9950
9951 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9952 Add CUA move property.
9953
9954 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9955
9956 * custom.el (custom-push-theme): Load the variable before checking
9957 its `standard-value'.
9958
9959 2006-05-13 Lars Hansen <larsh@soem.dk>
9960
9961 * desktop.el (desktop-save): Use with-temp-buffer.
9962
9963 2006-05-12 Glenn Morris <rgm@gnu.org>
9964
9965 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9966 * calendar/calendar.el (calendar-mode-map):
9967 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9968 * calendar/appt.el (appt-check, appt-make-list): Refer to
9969 diary-view-entries, diary-list-entries, diary-show-all-entries
9970 rather than obsolete aliases.
9971
9972 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9973
9974 * simple.el (line-move-finish): Avoid calling point motion hooks
9975 while processing intangibility.
9976
9977 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9978
9979 * term/xterm.el (terminal-init-xterm): Fix typo.
9980
9981 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9982
9983 * allout.el (allout-view-change-hook): Mark as being deprecated,
9984 to be replaced by `allout-exposure-change-hook'.
9985 (allout-exposure-change-hook): New, replacing
9986 `allout-view-change-hook'.
9987 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9988 in addition to `allout-view-change-hook'.
9989 (allout-show-bodies, allout-old-style-prefixes)
9990 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9991 lambda forms to prevent their showing up in variable help
9992 presentations as inscrutable byte-compiled code.
9993 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9994 Use string-or-null-p to qualify safe-local-variable values.
9995 (allout-reindent-bodies): Use memq to qualify matches against
9996 valid safe-local-variable values. Also, quote the lambda as above.
9997 (allout-use-mode-specific-leader): Add missing candidate-value
9998 symbols, use memq, and quote the lambda.
9999 (allout-overlay-interior-modification-handler): Remove unused
10000 variables `msg' and 'opened'.
10001 (allout-hidden-p): Constrain invisibility consideration to allout's
10002 invisibility spec, disregarding invisibility for other reasons.
10003
10004 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10005
10006 * files.el (version-control): Correct safe values.
10007
10008 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10009
10010 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10011
10012 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10013 (ewoc--insert-new-node): New func.
10014 Update callers of deleted funcs to use it, instead.
10015
10016 2006-05-11 Glenn Morris <rgm@gnu.org>
10017
10018 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10019 obsolete alias `show-all-diary-entries'.
10020 (make-diary-entry): Not interactive.
10021 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10022 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10023 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10024 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10025 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10026 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10027
10028 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10029
10030 * calendar/calendar.el (calendar-french-date-string)
10031 (calendar-mayan-date-string, calendar-chinese-date-string)
10032 (calendar-astro-date-string, calendar-iso-date-string)
10033 (calendar-islamic-date-string, calendar-bahai-date-string)
10034 (calendar-hebrew-date-string, calendar-coptic-date-string)
10035 (calendar-ethiopic-date-string, calendar-persian-date-string):
10036 These functions are not interactive.
10037
10038 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10039
10040 * files.el: Balance parentheses.
10041
10042 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10043
10044 * files.el, newcomment.el, outline.el, simple.el,
10045 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10046 * progmodes/cc-vars.el, progmodes/compile.el:
10047 Move `safe-local-variable' declarations to the respective files.
10048
10049 * help-fns.el (describe-variable): Don't print safe-var if it is
10050 byte-code. Improve wording as suggested by Luc Teirlinck.
10051
10052 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10053
10054 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10055 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10056 Use a token for pending-triggers to ensure gdb-var-update
10057 gets called once per user input again for pre-GDB 6.4.
10058 (gdb-var-delete): Match on more complex expressions.
10059 (gdb-var-list-children-handler, gdb-var-create-handler):
10060 Use a token for consistency.
10061
10062 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10063
10064 * textmodes/org.el (org-read-date, org-goto-calendar)
10065 (org-agenda-goto-calendar):
10066 Bind `view-calendar-holidays-initially' to nil.
10067
10068 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10069
10070 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10071 Update all callers to do it there, instead.
10072
10073 2006-05-10 Glenn Morris <rgm@gnu.org>
10074
10075 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10076 prefix arg case, to avoid view-diary-entries-initially error.
10077 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10078 (calendar-date-is-legal-p): Handle dates with no day part.
10079
10080 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10081
10082 * comint.el (comint-insert-input): Just make it when
10083 comint-use-prompt regexp is nil (default) and with the mouse.
10084 (comint-copy-old-input): Reinstate from 2004-06-23.
10085 (comint-mode-map): Bind C-c C-m to it.
10086
10087 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10088
10089 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10090 Remove spurious move to point-max (new comint behavior fixes).
10091
10092 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10093 compatibility function (Emacs 18/19).
10094 (idlwave-is-continuation-line): Always return point at start of
10095 previous non-blank continuation line.
10096 (keyword-parameters): Fix continued comment font-lock matcher.
10097 (idlwave-font-lock-fontify-region): Written, use as
10098 font-lock-fontify-region-function, to fix continued keyword
10099 fontification issues.
10100
10101 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10102
10103 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10104 (mac-service-selection, mac-service-open-file)
10105 (mac-service-open-selection, mac-service-mail-selection)
10106 (mac-service-mail-to, mac-service-insert-text): Rename from
10107 mac-services-*. All uses changed.
10108 (mac-apple-event-map): Rename event symbol `services' to `service'.
10109
10110 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10111
10112 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10113 (ewoc--node-enter-first, ewoc--node-enter-last)
10114 (ewoc--delete-node-internal): Merge funcs into unique callers.
10115
10116 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10117
10118 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10119 return value of read-from-minibuffer for empty input.
10120
10121 2006-05-09 Miles Bader <miles@gnu.org>
10122
10123 * comint.el (comint-insert-input): Remove redundant calls to setq
10124 and goto-char.
10125
10126 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10127
10128 * comint.el (comint-insert-input): Make it work when
10129 comint-use-prompt-regexp is t.
10130
10131 2006-05-10 Miles Bader <miles@gnu.org>
10132
10133 * subr.el (field-at-pos): New function.
10134
10135 * comint.el (comint-insert-input): Use it.
10136
10137 2006-05-09 Juri Linkov <juri@jurta.org>
10138
10139 * battery.el (battery-linux-proc-acpi): Also try
10140 `/proc/acpi/thermal_zone/THR2/temperature'.
10141
10142 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10143 for now unused lambda `string-or-null'.
10144
10145 * add-log.el (change-log-default-name): Put `string-or-null-p'
10146 instead of lambda on `safe-local-variable' property.
10147
10148 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10149 `region-end' instead of `mark' and `point'.
10150 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10151 Operate on region in Transient Mark mode when the mark is active.
10152 Use `region-beginning' and `region-end' instead of `mark' and
10153 `point'.
10154 (diff-hunk-text, diff-goto-source): Doc fix.
10155
10156 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10157 face `mode-line-buffer-id' for mode-line buffer face instead of
10158 hard-coded `(:weight bold)'.
10159
10160 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10161 buffer-undo-list to t (undo-ask is reproducible by visiting
10162 nested archives).
10163
10164 2006-05-09 Kim F. Storm <storm@cua.dk>
10165
10166 * progmodes/grep.el (rgrep): Set default directory of *grep*
10167 buffer if we start M-x rgrep in the *grep* buffer and choose
10168 a different base directory.
10169
10170 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10171
10172 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10173 completion also when ido is loaded.
10174
10175 2006-05-09 Masatake YAMATO <jet@gyve.org>
10176
10177 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10178 "warning" and "import".
10179 (cpp-font-lock-keywords): Added "warning".
10180
10181 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10182
10183 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10184
10185 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10186
10187 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10188 pages at a time, if we signal the end, we should indeed reach that end.
10189
10190 2006-05-08 David Reitter <david.reitter@gmail.com>
10191
10192 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10193 output during execution of the body.
10194
10195 2006-05-08 Kim F. Storm <storm@cua.dk>
10196
10197 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10198
10199 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10200
10201 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10202 Use with-current-buffer.
10203
10204 2006-05-07 Kim F. Storm <storm@cua.dk>
10205
10206 * subr.el (add-to-history): Remove keep-dups arg.
10207
10208 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10209 to nil around call to add-to-history.
10210
10211 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10212
10213 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10214 than after a buffer modification.
10215
10216 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10217
10218 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10219 call to...
10220 (gud-watch): ...here so speedbar is raised for already watched
10221 expressions.
10222 (gdb-speedbar-refresh): Delete function.
10223 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10224 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10225 earlier change).
10226 (gdb-var-evaluate-expression-handler)
10227 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10228
10229 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10230 Update localized contents for all buffers except ignored modes.
10231
10232 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10233
10234 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10235 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10236 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10237 (mac-handle-font-panel-closed, mac-handle-font-selection):
10238 New functions.
10239 (mac-font-panel-mode): New minor mode.
10240 (mac-apple-event-map): Add bindings for toolbar toggle button and
10241 font panel.
10242 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10243
10244 2006-05-07 John Paul Wallington <jpw@pobox.com>
10245
10246 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10247 Avoid `regexp-opt'; simplify regexp for readability.
10248
10249 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10250
10251 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10252 * files.el (buffer-stale-function):
10253 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10254 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10255 links to the main manual, not to emacs-xtra.
10256
10257 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10258
10259 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10260 MacJapanese if text is ASCII-only.
10261
10262 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10263
10264 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10265 unless so nil isn't returned.
10266 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10267
10268 2006-05-06 Kim F. Storm <storm@cua.dk>
10269
10270 * subr.el (add-to-history): New function.
10271
10272 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10273 (ediff-merge-files-with-ancestor):
10274 * env.el (setenv):
10275 * isearch.el (isearch-update-ring):
10276 * server.el (server-visit-files):
10277 * progmodes/grep.el (lgrep, rgrep):
10278 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10279 * progmodes/xscheme.el (xscheme-insert-expression):
10280 Use add-to-history.
10281
10282 * kmacro.el (kmacro-push-ring): Use add-to-history.
10283 (kmacro-ring-length): Remove unused defun.
10284 (kmacro-start-macro): Use kmacro-push-ring.
10285
10286 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10287
10288 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10289 directly instead of a lambda expression that calls it.
10290
10291 2006-05-06 Kim F. Storm <storm@cua.dk>
10292
10293 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10294 instead of compute-motion.
10295
10296 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10297
10298 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10299 change.
10300
10301 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10302
10303 * startup.el (command-line-1): Refer to "Pure Storage" on
10304 pure-space-overflow.
10305
10306 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10307
10308 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10309 provided faces once they all have been used up.
10310
10311 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10312
10313 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10314 reference to the Lisp manual to the warning about pure space
10315 overflow.
10316
10317 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10318
10319 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10320 argument to avoid the call to `ispell-internal-change-dictionary'
10321 when not needed.
10322 (ispell-change-dictionary): Use this argument and call
10323 `ispell-internal-change-dictionary' after the possible change
10324 to `ispell-local-dictionary'.
10325 (ispell-internal-change-dictionary): Check for a change in
10326 personal dictionary use too.
10327
10328 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10329
10330 * startup.el (command-line): On MS-Windows, probe "~", not
10331 "~USER", for warning about non-existent home directory
10332
10333 * arc-mode.el (archive-l-e): New optional argument `float' means
10334 generate a float value.
10335 (archive-arc-summarize, archive-lzh-summarize)
10336 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10337 with 3rd argument non-nil when file's size is being computed.
10338 Format the file sizes with %8.0f instead of %8d.
10339
10340 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10341
10342 * cus-start.el (all): Add mac-dnd-known-types.
10343
10344 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10345 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10346 (mac-TIFF-to-string): New functions.
10347 (x-get-selection, x-selection-value)
10348 (mac-select-convert-to-string): Use them.
10349 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10350 (mac-dnd-types-alist): New customization variable.
10351 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10352 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10353 (mac-dnd-handle-drag-n-drop-event): New functions.
10354 (mac-drag-n-drop): Remove function.
10355 (global-map): Bind drag-n-drop and M-drag-n-drop to
10356 mac-dnd-handle-drag-n-drop-event.
10357
10358 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10359
10360 * progmodes/perl-mode.el (perl-beginning-of-function):
10361 Skip anonymous subs.
10362
10363 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10364
10365 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10366 regexp-opt at run time.
10367
10368 * term.el (term-handle-ansi-escape): Fix off by one error.
10369
10370 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10371
10372 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10373 (gdb-init-1, gdb-post-prompt): ...and references to it.
10374 (gdb-frame-handler): Strip directory name from filename if present.
10375
10376 * progmodes/gud.el (gdb-force-update): Delete defvar
10377 (gud-speedbar-buttons): ...and references to it. Use window-start
10378 to try to keep positon in watch expression.
10379
10380 2006-05-03 Richard Stallman <rms@gnu.org>
10381
10382 * simple.el (next-history-element, previous-history-element): Doc fix.
10383
10384 * isearch.el (isearch-update-ring): Doc fix.
10385
10386 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10387
10388 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10389 into consideration. Replace one arm ifs with whens.
10390
10391 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10392
10393 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10394 (menu): Fix typo.
10395
10396 2006-05-02 Miles Bader <miles@gnu.org>
10397
10398 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10399
10400 2006-05-02 Jay Belanger <belanger@truman.edu>
10401
10402 * calc/calc-embed.el (calc-override-minor-modes-map)
10403 (calc-override-minor-modes): New variables.
10404 (calc-do-embedded): Make sure that Calc keystrokes aren't
10405 overwritten by minor modes.
10406
10407 2006-05-02 Chong Yidong <cyd@mit.edu>
10408
10409 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10410
10411 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10412
10413 * startup.el (command-line-1): Refer to Lisp manual when
10414 pure-space-overflow occurs.
10415
10416 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10417 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10418 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10419 (version-control): Don't use `t' for safe-local-variable declarations.
10420
10421 2006-05-01 Richard Stallman <rms@gnu.org>
10422
10423 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10424 M-r, M-R, M-A, M-SPC or M-DEL.
10425 (diff-mode-map): diff-refine-hunk now on C-c C-w
10426 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10427
10428 * help-mode.el (help-mode): view-exit-action calls delete-window
10429 only when it is safe and possible.
10430
10431 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10432 in messages.
10433
10434 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10435
10436 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10437 in the default tool-bar-map.
10438
10439 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10440
10441 * net/tramp.el (tramp-completion-file-name-handler-alist)
10442 (tramp-run-real-handler, tramp-completion-run-real-handler)
10443 (tramp-completion-handle-file-name-all-completions)
10444 (tramp-completion-handle-file-name-completion): Autoload them.
10445 (tramp-completion-handle-file-exists-p)
10446 (tramp-completion-handle-file-name-directory)
10447 (tramp-completion-handle-file-name-nondirectory)
10448 (tramp-completion-handle-expand-file-name): Remove them.
10449 (tramp-handle-file-name-directory): Return the real directory name.
10450 Returning "/" only doesn't need to be necessary any longer.
10451 (tramp-file-name-handler): Make special attention when in hostname
10452 completion mode.
10453 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10454 (tramp-register-file-name-handlers):
10455 Register `tramp-completion-file-name-handler' only when
10456 `partial-completion-mode' is enabled.
10457 (tramp-completion-handle-file-name-all-completions):
10458 Delete directory part from results.
10459 (tramp-get-completion-methods, tramp-get-completion-user-host):
10460 Discard deleting "/", it doesn't work after the change of
10461 `tramp-handle-file-name-directory' above.
10462
10463 2006-05-01 Kim F. Storm <storm@cua.dk>
10464
10465 * progmodes/grep.el (grep-expand-template): Use save-match-data
10466 and symbol-value.
10467
10468 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10469
10470 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10471 Use select-frame-set-input-focus instead of raise-frame.
10472 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10473
10474 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10475
10476 * progmodes/gud.el (gud-def): Add %c case.
10477 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10478 (gud-format-command): Make match case sensitive. Match on %F.
10479
10480 2006-04-30 Glenn Morris <rgm@gnu.org>
10481
10482 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10483 (cal-tex-preamble): Use cal-tex-preamble-extra.
10484 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10485 than alias `list-diary-entries'.
10486
10487 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10488
10489 * help-fns.el (describe-variable): Add info about safe local variables.
10490
10491 2006-04-29 Richard Stallman <rms@gnu.org>
10492
10493 * bindings.el (mode-line-format): help-echo doc fixes.
10494
10495 * net/tramp.el (tramp-file-name-handler-alist): Delete
10496 expand-file-name and other operations that can cause spurious loading.
10497
10498 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * files.el (safe-local-variable-p): Remove support for the special
10501 value t.
10502
10503 * textmodes/paragraphs.el (sentence-end-without-space):
10504 Fix safety predicate.
10505 (sentence-end-double-space, sentence-end-without-period)
10506 (paragraph-ignore-fill-prefix):
10507 * textmodes/fill.el (colon-double-space):
10508 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10509
10510 * subr.el (booleanp): New fun.
10511
10512 * textmodes/reftex-vars.el (reftex-guess-label-type):
10513 Tighten the safety predicate.
10514
10515 2006-04-28 Kim F. Storm <storm@cua.dk>
10516
10517 * progmodes/grep.el (defgroup grep): Doc fix.
10518 (grep-auto-highlight): Remove.
10519 (grep-template): New defcustom.
10520 (grep-find-template): Rename from grep-tree-template.
10521 (grep-files-aliases): Rename from grep-tree-files-aliases.
10522 Remove "all" alias, add "l" alias.
10523 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10524 (grep-find-ignored-directories): New defcustom to replace
10525 grep-tree-ignore-CVS-directories, to facilitate ignoring
10526 subdirectories for multiple version control systems.
10527 (grep-mode-map): Add Recursive grep item to GREP menu.
10528 (grep-regexp-history, grep-files-history): New defvars.
10529 (grep-probe): New helper function.
10530 (grep-compute-defaults): Use it to simplify code.
10531 Adapt to name changes.
10532 Use `.' as base in grep-find-template rather than <D>.
10533 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10534 Call grep-compute-defaults unconditionally.
10535 (grep-expand-keywords): New defconst.
10536 (grep-expand-template): Rename from grep-expand-command-macros.
10537 Simplify via grep-expand-keywords. Look at case-fold-search instead
10538 of grep-tree-ignore-case to add -i option.
10539 Bind case-fold-search to nil while matching keywords.
10540 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10541 (grep-read-regexp, grep-read-files): New helper functions.
10542 (rgrep): Rename from grep-tree. Rework to use proper histories.
10543 Adapt to changes in defcustoms and functions above.
10544 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10545
10546 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10547
10548 * net/tramp.el (tramp-completion-file-name-handler):
10549 Disable Tramp's functionality while loading Tramp itself.
10550 (tramp-register-file-name-handlers): That's a defsubst now.
10551 Code from `tramp-repair-jka-compr' moved here. Apply it via
10552 `after-init-hook'.
10553 (tramp-repair-jka-compr): Remove.
10554
10555 2006-04-27 Jay Belanger <belanger@truman.edu>
10556
10557 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10558 read expression when `math-read-big-expr' doesn't work.
10559
10560 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10561
10562 * startup.el (command-line-1): Display warning when
10563 pure-space-overflow is non-nil.
10564
10565 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10566
10567 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10568 risky.
10569
10570 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10571
10572 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10573 Return the URL or nil if none can be generated.
10574
10575 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10576
10577 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10578 byte compiler warnings.
10579 (gud-basic-call, gud-find-expr): Let user select an expression
10580 for printing. Print expression as well as value in GUD buffer.
10581
10582 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10583
10584 * allout.el: Remove local autoload declaration for
10585 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10586 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10587 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10588 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10589 (allout-stylish-prefixes, allout-numbered-bullet)
10590 (allout-file-xref-bullet, allout-presentation-padding)
10591 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10592 safe-local-variable with suitable value spec, and add autoload
10593 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10594 (move-beginning-of-line, move-end-of-line): Repair so these compat
10595 functions now actually resituate the point, when appropriate.
10596
10597 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10598
10599 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10600
10601 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10602 (add-log-iso8601-time-string): Fix call to format-time-string.
10603
10604 2006-04-26 Kim F. Storm <storm@cua.dk>
10605
10606 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10607
10608 2006-04-26 Masatake YAMATO <jet@gyve.org>
10609
10610 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10611 Add support for "//" style comments. Remove `b' flag
10612 from ?* in `asm-mode-syntax-table'.
10613
10614 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * follow.el: Use (featurep 'xemacs) everywhere.
10617 (follow-mode): Use define-minor-mode.
10618 (follow-mode-map): Move initialization into the declaration.
10619 Use command remapping.
10620 (follow-emacs-version-xemacs-p): Remove.
10621 (follow-submit-feedback): Remove.
10622
10623 * allout.el (allout-layout, allout-passphrase-verifier-string)
10624 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10625
10626 * textmodes/reftex-vars.el (reftex-vref-is-default)
10627 (reftex-fref-is-default, reftex-guess-label-type):
10628 Tighten up a bit the safety predicate.
10629
10630 * textmodes/paragraphs.el (sentence-end-double-space)
10631 (sentence-end-without-period, sentence-end-without-space)
10632 (page-delimiter, paragraph-ignore-fill-prefix):
10633 Tighten up a bit the safety predicate.
10634
10635 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10636
10637 * progmodes/python.el (python-continuation-line-p)
10638 (python-beginning-of-statement): syntax-ppss may return
10639 a negative depth.
10640 (python-mode): Don't forcefully enable font-lock.
10641
10642 * time-stamp.el (time-stamp-start, time-stamp-end)
10643 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10644
10645 * add-log.el: Remove spurious * in docstrings.
10646 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10647 (add-change-log-entry): Use it here, since it's not specific
10648 to iso8601.
10649 (add-log-iso8601-time-string): Don't use it here any more.
10650 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10651
10652 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10653
10654 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10655
10656 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10657 (rcirc-toggle-low-priority): Doc fix.
10658 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10659 ChanServ regexp.
10660 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10661 #emacs.
10662 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10663 (rcirc-decode-coding-system): Use utf-8 as the default.
10664 (rcirc-multiline-minor-mode): Set the fill-column.
10665 (rcirc-format-response-string): Display bright and dim nicks.
10666 (rcirc-browse-url): Update interactive spec to fill ARG.
10667 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10668 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10669
10670 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10671
10672 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10673 case for @Article, etc.
10674
10675 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10676
10677 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10678 Added with autoload cookie.
10679 (tramp-unload-file-name-handlers): Rename from
10680 `tramp-unload-file-name-handler-alist'.
10681
10682 2006-04-23 Romain Francoise <romain@orebokech.com>
10683
10684 * comint.el (comint-match-partial-filename): Doc fix.
10685
10686 2006-04-21 Glenn Morris <rgm@gnu.org>
10687
10688 * calendar/cal-menu.el (calendar-mode-map): Refer to
10689 `diary-view-entries' rather than alias `view-diary-entries'.
10690 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10691
10692 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10693
10694 * progmodes/antlr-mode.el (antlr-default):
10695 * cus-edit.el (custom-documentation):
10696 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10697 in defface.
10698
10699 2006-04-21 Kim F. Storm <storm@cua.dk>
10700
10701 * image.el (image-type): New defun split out of create-image.
10702 (create-image): Use it.
10703
10704 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10705
10706 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10707 (org-open-at-point): Remove the "...done" message to keep output
10708 in the echo area visible.
10709 (org-export-as-xoxo): Fix call to `indent-region'.
10710
10711 2006-04-21 Kevin Ryde <user42@zip.com.au>
10712
10713 * international/mule.el (keyboard-coding-system): defcustom
10714 info-link fixes: "Specify Coding" has been split, keyboard now in
10715 "Terminal Coding", and "Single-Byte Character Support" is now
10716 "Unibyte Mode".
10717
10718 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10719
10720 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10721 Use font-lock-warning-face for any errors e.g. no stack.
10722 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10723
10724 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10725
10726 * progmodes/sh-script.el (sh-shell): Mark as safe.
10727
10728 * newcomment.el (comment-start, comment-start-skip)
10729 (comment-end-skip, comment-end): Mark as safe.
10730
10731 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10732
10733 * textmodes/org.el (org-deadline-announce): Face removed.
10734 (org-level-faces, org-n-levels): Convert to constant.
10735 (org-compatible-face): New function.
10736 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10737 (org-level-5, org-level-6, org-level-7, org-level-8)
10738 (org-special-keyword, org-warning, org-headline-done, org-link)
10739 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10740 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10741 Face definition revised for better color tty support.
10742 (org-bold-re, org-italic-re, org-underline-re): New constants.
10743 (org-set-font-lock-defaults): Use the new constants.
10744 (org-agenda-highlight-todo): New function.
10745 (org-agenda-todo): Fix bug with point at end of line.
10746 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10747 Fontify TODO keywords.
10748 (org-insert-link): Preserve relative path in ../ links.
10749 (org-export-as-html): Convert links pointing to .org files into
10750 links that will work beteen the exported HTML files.
10751 (org-todo-list): Fix bug when arg=0.
10752 (org-insert-heading): More fine-tuning.
10753
10754 2006-04-19 Romain Francoise <romain@orebokech.com>
10755
10756 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10757 from `rmail-mime-charset-pattern'.
10758
10759 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10760
10761 * progmodes/python.el (python-mode): Fix typo.
10762
10763 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10764
10765 * comint.el (comint-previous-input): Don't clobber input line
10766 when moving off either end of the input history ring.
10767 (comint-delete-input): New function, used by
10768 `comint-previous-input' and others.
10769 (comint-previous-matching-input):
10770 Use `coming-delete-input'. Save the partial input if leaving the
10771 edit line. Goto point-max before deleting input to avoid
10772 partial input fragments hanging around.
10773 (comint-restore-input): New function, used by `comint-previous-input'.
10774
10775 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10776
10777 * imenu.el (imenu--index-alist): Balance parentheses.
10778
10779 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10780
10781 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10782
10783 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10784
10785 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10786 file is nil.
10787
10788 2006-04-18 Richard Stallman <rms@gnu.org>
10789
10790 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10791
10792 * imenu.el (imenu-create-index-function, imenu--index-alist)
10793 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10794 (imenu-default-create-index-function, imenu--generic-function):
10795 Doc fixes.
10796
10797 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10798
10799 * help-mode.el (help-mode): Set view-exit-action to delete window.
10800
10801 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10802 now works by passing nil as arg.
10803
10804 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10805
10806 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10807 (read-abbrev-file): Provide default when reading filename.
10808
10809 * files.el (enable-local-variables): Allow :all as value.
10810 (hack-local-variables): Implement that value.
10811 (safe-local-variable-values, safe-local-eval-forms)
10812 (enable-local-variables): Mark as risky.
10813 (find-file-visit-truename, kept-old-versions): Mark safe.
10814
10815 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10816 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10817 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10818
10819 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10820
10821 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10822 Use forward-line so as to get to BOL even in the presence of fields.
10823 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10824 in return.
10825 (inferior-tcl): Tell tclsh to work in interactive mode.
10826
10827 * complete.el (partial-completion-mode):
10828 Use 'choose-completion-string-functions to make sure that
10829 choose-completion fills the minibuffer properly.
10830
10831 * complete.el (PC-old-read-file-name-internal): Remove.
10832 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10833 of read-file-name-internal.
10834 (partial-completion-mode): Enable/disable this advice.
10835
10836 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10839 of 2006-04-17.
10840
10841 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10842
10843 * textmodes/org.el (org-insert-heading): Insert heading before
10844 current if at beginning of line.
10845 (org-todo, org-date): New faces.
10846 (org-table-align): Make sure tooltip window contains full text.
10847 (org-no-properties): New defsubst.
10848 (org-set-font-lock-defaults): Use new faces.
10849
10850 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10851
10852 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10853 for root variables.
10854
10855 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10856 (gdb-frame-address): Re-use to identify frame for watch expression.
10857 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10858 variables.
10859 (gdb-init-1, gdb-source, gdb-post-prompt)
10860 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10861 (gdb-frame-handler): Get gdb-frame-address.
10862
10863 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10864
10865 Sync with Tramp 2.0.53.
10866
10867 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10868 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10869 (tramp-completion-file-name-handler): Add autoload cookie for
10870 adding to `file-name-handler-alist'.
10871
10872 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10873 the prompt. If it returns earlier (when detecting an error
10874 message), the rest of the output will merge accidently with the
10875 output of the next command. Reported by M Jared Finder
10876 <jared@hpalace.com>.
10877
10878 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10879 for `process-file', in order to let it work for older Emacsen too.
10880
10881 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10882
10883 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10884 (tex-font-lock-keywords-3): Use it.
10885
10886 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10887
10888 * newcomment.el (comment-add): New function.
10889 (comment-region-default, comment-dwim): Use it.
10890
10891 2006-04-15 Michael Olson <mwolson@gnu.org>
10892
10893 * emacs-lisp/tq.el: Improve comments.
10894 (tq-queue-head-question): New accessor function.
10895 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10896 Update for modified queue structure.
10897 (tq-queue-add): Accept `question' argument.
10898 (tq-queue-pop): If a question is pending, send it.
10899 (tq-enqueue): Accept new optional argument `delay-question'.
10900 If this is non-nil, and at least one other question is pending a
10901 response, queue the question rather than sending it immediately.
10902
10903 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10904
10905 * calendar/appt.el (appt-add): Check whether an appointment is
10906 already present in appt-time-msg-list. Simplify code.
10907
10908 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10909
10910 * progmodes/cc-langs.el (c-mode-menu):
10911 Don't presume c-subword-mode is bound.
10912
10913 2006-04-13 Bill Wohler <wohler@newt.com>
10914
10915 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10916 (customize-package-emacs-version): Use cdr instead of cadr now
10917 that alists use dotted pairs.
10918
10919 * custom.el (defcustom): Fix docstring for :package-version.
10920
10921 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10922
10923 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10924 (tramp-handle-shell-command): Display output buffer only when
10925 `tramp-display-shell-command-buffer' is true.
10926 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10927
10928 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10929
10930 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10931 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10932
10933 2006-04-13 Romain Francoise <romain@orebokech.com>
10934
10935 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10936 leaving temporary .cvsignore buffers behind.
10937
10938 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10939
10940 * textmodes/org.el (org-set-regexps-and-options)
10941 (org-get-current-options): Better names for the startup folding
10942 options.
10943
10944 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10945
10946 * vc.el (vc-annotate): Arrange for point to end up at the same
10947 line number as in the original, but only when using a new buffer.
10948
10949 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10950
10951 * files.el (hack-one-local-variable-eval-safep):
10952 Recognize `edebug-form-spec' for `put', but only if it passes
10953 `edebug-basic-spec'. Generalize `put' handling.
10954
10955 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10956 vetting file-local form specs.
10957
10958 * allout.el (allout-layout): Autoload its `safe-local-variable'
10959 property.
10960
10961 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10962
10963 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10964 (org-agenda-mouse-1-follows-link)
10965 (org-mouse-1-follows-link): New options.
10966 (org-format-agenda-item): Fix bug if TAGS is nil.
10967 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10968
10969 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10970
10971 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10972 GDB 6.1+ gives full filename for "info sources" so use
10973 file-name-nondirectory.
10974
10975 2006-04-12 Romain Francoise <romain@orebokech.com>
10976
10977 * subr.el (read-passwd): Bind `message-log-max' to nil.
10978
10979 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10980
10981 * progmodes/perl-mode.el (perl-indent-new-calculate):
10982 Recompute parse-start after jumping backward by a whole sexp.
10983
10984 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10985
10986 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10987 window configuration.
10988 (vc-annotate-display-select): Select the buffer so that current-buffer
10989 (and selected-window) is the output buffer at the end of vc-annotate.
10990
10991 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10992
10993 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10994 8-color terminals, to use all of the colors in a sensible order.
10995 256-color terminals work well with the standard map.
10996 (vc-annotate-lines): Only strip the first color character if it
10997 is "#", to allow for terminal-style named colors.
10998 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10999 the correct buffer is scrolled.
11000
11001 2006-04-11 Richard Stallman <rms@gnu.org>
11002
11003 * emacs-lisp/bytecomp.el (byte-compile-file):
11004 Bind enable-local-variables to :safe, and make normal-mode obey it.
11005
11006 * files.el (enable-local-variables): Allow value :safe.
11007 (normal-mode): Doc fix.
11008 (hack-local-variables): Implement enable-local-variables = :safe.
11009 (hack-local-variables-confirm): Don't prevent quitting.
11010
11011 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11012
11013 * loadhist.el (unload-feature): A bit of sanity check of
11014 load-history entries. Cancel timer-vars before unbinding them.
11015
11016 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11017 quote special chars, and make the trick work on the hex part of the
11018 buffer as well.
11019 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11020 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11021
11022 * startup.el (normal-splash-screen): Fix last change so we don't wait
11023 2 minutes if we don't show the splash screen.
11024
11025 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11026
11027 * textmodes/org.el (org-export-plain-list-max-depth)
11028 (org-table-spaces-around-separators)
11029 (org-radio-targets, org-activate-camels)
11030 (org-table-spaces-around-invisible-separators): Options removed.
11031 (org-time-stamp-rounding-minutes, org-remember-templates)
11032 (org-ellipsis, org-activate-links, org-descriptive-links):
11033 New options.
11034 (org-remember-apply-template, org-current-time)
11035 (org-finish-edit-table-field)
11036 (org-link-unescape, org-link-escape)
11037 (org-string-width, org-table-clean-line, org-html-do-expand)
11038 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11039 (org-read-agenda-file-list): New functions.
11040 (org-table-edit-field)
11041 (org-table-create-or-convert-from-region): New commands
11042 (org-table-toggle-vline-visibility): Command removed.
11043 (org-table-convert-region): Made a command.
11044 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11045 Replace with the normal org- functions.
11046 (org-self-insert-command): Don't trigger realign unnecessarily
11047 when blanking a field that is not full.
11048 (org-mode): `Set buffer-invisibility-spec' for links.
11049 (org-activate-links2): Hide link part and only show descriptive
11050 part of the link.
11051 (org-insert-link): Modify for new linking system.
11052 (org-store-link): Store description separately, for use by
11053 `org-insert-link'.
11054 (org-table-align): Use `org-string-width'.
11055 (defgroup): Completely new group structure for custom variables.
11056 (org-agenda-files): Option: Single file name allowed. Function:
11057 Optional argument unrestrited means ignore any restricitons.
11058 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11059 trying to modify the menu. Use generalized access to
11060 `org-agenda-files.'
11061 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11062 (org-agenda-file-to-front, org-remove-file, org-diary)
11063 (org-tags-view, org-export-icalendar-all-agenda-files)
11064 (org-export-icalendar-combine-agenda-files): Use generalized
11065 access to `org-agenda-files'.
11066 (org-remember-handler): Correctly preserve heading if present.
11067 (org-table-insert-row, org-table-insert-hline): Deal with
11068 invisible characters.
11069
11070 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11071
11072 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11073 (vc-annotate-color-map): New 18 element constant
11074 value/saturation, rotating hue colormap, from red->blue.
11075 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11076 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11077 (vc-annotate): To avoid killing the required local variables,
11078 set them before the end of `with-output-to-temp-buffer', and
11079 after first switching to annotate-mode.
11080 (vc-annotate-warp-version): Add buffer argument in goto-line to
11081 ensure annotation, not source, is scrolled.
11082
11083 2006-04-10 Bill Wohler <wohler@newt.com>
11084
11085 * custom.el (defcustom, custom-handle-keyword):
11086 Add :package-version keyword.
11087 (custom-add-package-version): New function. Sets value of new
11088 property 'custom-package-version from :package-version keyword.
11089 (defcustom): Create Common Keywords section in docstring.
11090 (defface, defgroup): Replace definitions of a select few keywords
11091 with a reference to the Common Keywords in defcustom.
11092 (defcustom, defface, defgroup): Replace reference to Customization
11093 chapter in manual with hyperlink.
11094
11095 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11096 (customize-changed-options): Add check for custom-package-version.
11097 (customize-package-emacs-version): New function to look up Emacs
11098 version corresponding to the given package version.
11099
11100 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11101 defun name, in similar fashion to find-variable-regexp.
11102
11103 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11104
11105 * international/mule-cmds.el (set-locale-environment): Fix last
11106 change for when the locale's preferences don't specify any encoding.
11107
11108 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11109
11110 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11111 so the defined var/fun doesn't need to be quoted.
11112
11113 2006-04-10 Richard Stallman <rms@gnu.org>
11114
11115 * finder.el (finder-mode-map): Add n and p bindings.
11116
11117 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11118
11119 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11120 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11121 (gdb-setup-windows): Put something in source window if we can't find
11122 the source file.
11123 (gdb-frame-handler): Make it work again with just assembly.
11124 (gdb-data-list-register-values-handler): Make it work when there is
11125 no stack.
11126
11127 2006-04-09 Richard Stallman <rms@gnu.org>
11128
11129 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11130 specs while looking for charset.
11131
11132 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11133
11134 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11135 Make them faces.
11136 (lm-font-lock-keywords): Update appropriately.
11137
11138 2006-04-10 Kim F. Storm <storm@cua.dk>
11139
11140 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11141 it can also replace buffer-substring-no-properties.
11142
11143 * emulation/cua-base.el (cua-delete-region, cua-paste)
11144 (cua-repeat-replace-region): Use filter-buffer-substring.
11145
11146 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11147 (cua-cut-region-to-global-mark): Likewise.
11148
11149 * emulation/cua-rect.el (cua--extract-rectangle)
11150 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11151
11152 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11153
11154 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11155 entry-type. Add field delimiters to numerical fields if they are
11156 not present.
11157
11158 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11159
11160 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11161 string-const to return value.
11162 (bibtex-remove-delimiters): Use it.
11163
11164 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11165
11166 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11167 cl-byte-compile-compiler-macro unless it exists.
11168
11169 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11170
11171 * files.el (hack-local-variables-confirm) <offer-save>:
11172 Clarify message text. Suggested by Ralf Angeli.
11173
11174 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11175
11176 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11177 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11178 instead of `buffer-substring' and `delete-region'. (Most of the
11179 code actually copied from `kill-region'.)
11180
11181 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11182
11183 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11184 (rcirc-default-port): Rename from rcirc-port.
11185 (rcirc-default-nick): Rename from rcirc-nick.
11186 (rcirc-default-user-name): Rename from rcirc-user-name.
11187 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11188 (rcirc-low-priority-flag): New variable.
11189 (rcirc-decode-coding-system): New defcustom.
11190 (rcirc-encode-coding-system): New defcustom.
11191 (rcirc-coding-system-alist): New defcustom.
11192 (rcirc-multiline-major-mode): New defcustom.
11193 (rcirc-nick): New internal variable.
11194 (rcirc-process): Remove variable.
11195 (rcirc-server-buffer): New variable.
11196 (rcirc): Update to use rcirc-default-* variables above.
11197 (rcirc-connect): Do not add window-configuration-hook-here.
11198 (rcirc-server): New internal variable.
11199 (rcirc-connect): Do not send keepalive pings if
11200 rcirc-keepalive-seconds is nil.
11201 (with-rcirc-server-buffer): New macro.
11202 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11203 (rcirc-server-name): Rename from rcirc-server.
11204 (rcirc-buffer-process): New function.
11205 (rcirc-buffer-nick): New function.
11206 (rcirc-buffer-target): Remove function.
11207 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11208 New commands.
11209 (rcirc-mode-map): Change binding of C-c C-l to
11210 rcirc-toggle-low-priority.
11211 (rcirc-mode): Initialize coding system based on
11212 rcirc-coding-system-alist. New change-major-mode-hook to part the
11213 channel on a mode change. Make kill-buffer-hook buffer-local.
11214 (rcirc-change-major-mode-hook): New function.
11215 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11216 (rcirc-last-post-time): New variable.
11217 (rcirc-process-message): Store the last time user posted a message
11218 to this target.
11219 (rcirc-multiline-minor-mode): New mode.
11220 (rcirc-multiline-minor-mode-map): New mode map.
11221 (rcirc-edit-multiline): Put multiline-edit buffer in
11222 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11223 (rcirc-print): Ignore any line starting with an ignored nick.
11224 (rcirc-print): Decode using rcirc-decode-coding-system.
11225 (rcirc-track-minor-mode): Update global-mode-string when disabling
11226 this mode.
11227 (minor-mode-alist): Add LowPri indicator.
11228 (rcirc-toggle-low-priority): New function.
11229 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11230 next lowpriority buffer with activity.
11231 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11232 last time the user posted a message in to the target.
11233 (rcirc-update-activity-string): New formatting for low priority
11234 buffers.
11235 (rcirc-split-activity): New function.
11236 (rcirc-handler-PART, rcirc-handler-KICK)
11237 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11238 (rcirc-nick-away-alist): New variable.
11239 (rcirc-handler-301): New handler. Away messages are printed once
11240 per change.
11241
11242 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11243
11244 * info.el (Info-follow-nearest-node): Doc fix.
11245
11246 * international/mule-cmds.el (set-locale-environment): Make sure
11247 the coding-system preferred by the locale's language has the same
11248 EOL conversion type as the original buffer-file-coding-system.
11249 (locale-language-names): Add a few MS Windows language codes.
11250
11251 2006-04-07 Richard Stallman <rms@gnu.org>
11252
11253 * simple.el (eval-expression): Doc fix.
11254
11255 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11256 (eval-defun): Doc fixes.
11257
11258 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11259
11260 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11261
11262 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11263
11264 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11265 GDB list command without argument for greater generality.
11266
11267 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11268
11269 * subr.el (string-or-null-p): New function.
11270
11271 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11272
11273 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11274
11275 * files.el: Update comment about safe-local-variable declarations.
11276
11277 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11278
11279 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11280 See idlwave.org.
11281
11282 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11283 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11284
11285 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11286 See idlwave.org.
11287
11288 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11289 version 6.0 (minimal changes). See idlwave.org.
11290
11291 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11292 6.0 (minimal changes). See idlwave.org.
11293
11294 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11295
11296 2006-04-06 Romain Francoise <romain@orebokech.com>
11297
11298 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11299 symmetric encryption features and a new asynchronous interface to
11300 GnuPG. This new version is version 1.4, plus whitespace changes.
11301
11302 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11303
11304 * files.el: Move some `safe-local-variable' declarations to the
11305 respective files.
11306
11307 * textmodes/ispell.el (ispell-check-comments)
11308 (ispell-local-dictionary): Mark as safe.
11309
11310 * abbrev.el (abbrev-mode): Mark as safe.
11311
11312 * add-log.el (change-log-default-name): Mark as safe.
11313
11314 * textmodes/reftex-vars.el (reftex-vref-is-default)
11315 (reftex-fref-is-default, reftex-level-indent)
11316 (reftex-guess-label-type): Mark as safe.
11317
11318 * textmodes/fill.el (colon-double-space): Mark as safe.
11319
11320 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11321 (sentence-end-double-space, sentence-end-without-period)
11322 (sentence-end-without-space, sentence-end, sentence-end-base)
11323 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11324
11325 2006-04-06 Kim F. Storm <storm@cua.dk>
11326
11327 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11328 the :set-after list.
11329 (ido-downcase-unc-hosts): New user option. Default on.
11330 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11331 when it is set, as regexps are now applied on the fly.
11332 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11333 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11334 on the fly, but only when ido-process-ignore-lists is set.
11335 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11336 Only downcase names if ido-downcase-unc-hosts is set.
11337
11338 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11339
11340 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11341
11342 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11343
11344 2006-04-05 Kim F. Storm <storm@cua.dk>
11345
11346 * ido.el (ido-mode): Set after ido-unc-hosts and
11347 ido-ignore-unc-host-regexps.
11348 (ido-save-history): Save ido-unc-hosts-cache.
11349 (ido-load-history): Load ido-unc-hosts-cache.
11350 (ido-reread-directory): Refresh unc hosts cache in // dir.
11351
11352 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11353 to nil while displaying slash screen.
11354
11355 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11356
11357 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11358 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11359
11360 2006-04-05 Kenichi Handa <handa@m17n.org>
11361
11362 * international/characters.el: Setup cases of Latin, Greek, and
11363 Cyrillic characters in CJK charsets.
11364
11365 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11366
11367 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11368 default-enable-multibyte-characters. This reverts the change from
11369 revision 6.17 which is no longer necessary because the passphrase
11370 is sent separately now. GnuPG messages are unreadable under
11371 multibyte locales with default-enable-multibyte-characters set to nil.
11372
11373 2006-04-04 Andreas Schwab <schwab@suse.de>
11374
11375 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11376 and `byte-compile-warnings' as `safe-local-variable'.
11377
11378 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11379
11380 * man.el (Man-mode-map): Restore the \r binding.
11381 (Man-abstract-xref-man-page): If Man-target-string is a function,
11382 call it.
11383 (Man-highlight-references): Use Man-default-man-entry to get the
11384 target. Deal with xrefs too.
11385 (Man-highlight-references0): Don't call the target function.
11386
11387 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11388 cannot deal with it.
11389
11390 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11391
11392 * pgg-gpg.el: Clean up process buffers every time gpg processes
11393 complete.
11394
11395 2006-04-04 Kenichi Handa <handa@m17n.org>
11396
11397 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11398 here.
11399 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11400 Temporarily bind inhibit-field-text-motion to t.
11401
11402 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11403
11404 * startup.el (normal-splash-screen): Only set mode-line-format in the
11405 splash buffer, so as not to interfere when debugging the code.
11406 Ignore errors when switching buffer.
11407
11408 2006-04-03 Romain Francoise <romain@orebokech.com>
11409
11410 * dired.el (dired-dnd-protocol-alist): Fix typo.
11411
11412 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11413
11414 * savehist.el (savehist): Add :version.
11415 (savehist-ignored-variables): New variable.
11416 (savehist-minibuffer-hook): Don't save variables listed in
11417 `savehist-ignored-variables'.
11418
11419 * dired.el (dired-dnd-protocol-alist): Mention that change does
11420 only apply to new buffers in doc string.
11421
11422 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11423
11424 * recentf.el (recentf-open-files-item): Include newline in button
11425 field, so opening a file will work, when the point is at the end
11426 of the file name. Allow, for example, to [i]search a file by
11427 extension and just push RET to open it.
11428
11429 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11430
11431 * pgg-gpg.el (pgg-gpg-process-filter)
11432 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11433
11434 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11435 lines, temporary fix.
11436
11437 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11438
11439 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11440
11441 2006-04-02 Richard Stallman <rms@gnu.org>
11442
11443 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11444
11445 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11446
11447 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11448 header-mouse-map.
11449
11450 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11451 (ibuffer-mode-header-map): New keymaps.
11452 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11453 and keybindings for column headers.
11454 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11455 property.
11456
11457 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11458
11459 * speedbar.el (speedbar-after-create-hook): Doc fix.
11460
11461 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11462
11463 * shell.el (shell-directory-tracker)
11464 (shell-dynamic-complete-command): Doc fixes.
11465
11466 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11467
11468 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11469 terminals.
11470
11471 2006-04-01 Kim F. Storm <storm@cua.dk>
11472
11473 * ido.el (ido-unc-hosts-cache): New defvar.
11474 (ido-unc-hosts): If value of defcustom is a function, call it to
11475 get list of UNC hosts. Add function-item choices to specify
11476 ido-unc-hosts-net-view or user function.
11477 (ido-ignore-unc-host-regexps): New defcustom.
11478 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11479 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11480 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11481
11482 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11483
11484 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11485 wwidth.
11486
11487 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11488
11489 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11490 (ido-max-work-file-list, ido-switch-buffer)
11491 (ido-read-file-name-as-directory-commands):
11492 Fix typos in docstrings.
11493
11494 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11495
11496 * term/mac-win.el (mac-system-coding-system): Define and use after
11497 Mac-specific coding systems are ready.
11498
11499 2006-03-27 Romain Francoise <romain@orebokech.com>
11500
11501 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11502
11503 * ldefs-boot.el: Update.
11504
11505 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11506
11507 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11508 passphrases when it is not needed.
11509 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11510 passphrase stuff from gpg, should only be necessary when you use
11511 gpg with a smartcard.
11512
11513 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11514
11515 * comint.el (comint-dynamic-list-completions): Allow user to
11516 select *Completions* buffer.
11517
11518 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11519
11520 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11521
11522 2006-03-26 Andreas Schwab <schwab@suse.de>
11523
11524 * progmodes/gud.el (gdb): Only complain about multiple debugging
11525 when the gdb process is still running.
11526
11527 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11528
11529 * mail/rmail.el (tool-bar-map): Defvar it.
11530 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11531 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11532
11533 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11534
11535 * help.el (print-help-return-message): Suggest to use
11536 display-buffer instead of switch-to-buffer-other-window to restore
11537 the previous window without selecting it.
11538
11539 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11540
11541 * frame.el (select-frame-by-name): Call x-focus-frame also when
11542 window-system is mac.
11543
11544 * term/mac-win.el: Adjust Courier font specifications in
11545 x-fixed-font-alist.
11546 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11547 when directly encoding to UTF-16 in native byte order, no BOM.
11548
11549 2006-03-25 Kim F. Storm <storm@cua.dk>
11550
11551 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11552 (cua--init-keymaps): Use it instead of fixed C-return.
11553 (cua-mode): Set after it.
11554
11555 * emulation/cua-rect.el (cua--init-rectangles):
11556 Use cua-rectangle-mark-key instead of fixed C-return.
11557
11558 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11559
11560 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11561 "run" in .gdbinit.
11562 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11563
11564 2006-03-24 Romain Francoise <romain@orebokech.com>
11565
11566 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11567 `display-buffer-other-frame'.
11568
11569 2006-03-24 Kim F. Storm <storm@cua.dk>
11570
11571 * apropos.el (apropos-synonyms): Add selection => region.
11572
11573 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11576 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11577 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11578 (gdb-data-list-register-values-regexp)
11579 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11580 Future proof against new fields being added to MI output.
11581 (gdb-send): Don't treat backslashes for program input as
11582 continuations.
11583 (gdb-assembler-handler): Don't use window-start for this handler.
11584 (gdb-frame-handler): Don't change to hollow arrow if overlay
11585 arrow doesn't move to new frame.
11586
11587 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11588
11589 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11590 prevent compiler warnings.
11591 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11592 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11593 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11594 buffer too.
11595
11596 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11597
11598 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11599 make-network-process, so we can use the same code in Gnus v5-10
11600 too and have this file fully synchronized with that release.
11601
11602 2006-03-23 Romain Francoise <romain@orebokech.com>
11603
11604 * ibuf-ext.el (ibuffer-read-filter-group-name):
11605 Use `ibuffer-generate-filter-groups' to make completion list match
11606 the filter groups that are really displayed in the Ibuffer buffer.
11607 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11608
11609 2006-03-23 Kenichi Handa <handa@m17n.org>
11610
11611 * international/mule-cmds.el (sort-coding-systems): Describe that
11612 the argument is modified in docstring.
11613
11614 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11615
11616 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11617 (pgg-gpg-update-agent): New function.
11618 (pgg-gpg-use-agent-p): New function.
11619 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11620 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11621 (pgg-gpg-sign-region): Use it.
11622
11623 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11624
11625 * cus-edit.el (custom-face-set): Call custom-push-theme before
11626 face-spec set so that `changed' theme is correctly saved.
11627 (custom-face-reset-standard): Reset to recalculated face rather
11628 than defface spec.
11629
11630 * custom.el (custom-push-theme): Only save `changed' theme if the
11631 current face does not match the defface specs.
11632
11633 2006-03-21 Simon Josefsson <jas@extundo.com>
11634
11635 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11636 <wilde@sha-bang.de>.
11637 (pgg-gpg-use-agent): New variable.
11638 (pgg-gpg-process-region): Use it.
11639 (pgg-gpg-encrypt-region): Likewise.
11640 (pgg-gpg-encrypt-symmetric-region): Likewise.
11641 (pgg-gpg-decrypt-region): Likewise.
11642 (pgg-gpg-sign-region): Likewise.
11643 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11644
11645 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11646
11647 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11648 bracket links.
11649
11650 2006-03-21 Kim F. Storm <storm@cua.dk>
11651
11652 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11653 fringe-indicator-alist instead of modifying global value.
11654 (gdb-frame-handler): Likewise.
11655
11656 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11657
11658 * diff-mode.el (diff-function): Make it inherit from diff-header
11659 instead of diff-context.
11660
11661 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11662 bitmap.
11663 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11664 change names in macro above for consistency.
11665 (gdb-frame-handler): Use hollow-right-triangle for all selected
11666 frames which except the innermost (where execution has stopped).
11667 (gdb-reset): Reset buffer-local values of overlay-arrow.
11668
11669 2006-03-20 Richard Stallman <rms@gnu.org>
11670
11671 * simple.el (set-mark-command): Doc fix.
11672
11673 * files.el (display-buffer-other-frame): New command.
11674 (ctl-x-4-map): Bind C-x 5 C-o to it.
11675
11676 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11677
11678 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11679 rather than just defer-time, in case defer-time has been changed but
11680 the timer isn't running yet.
11681 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11682
11683 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11684
11685 * help-mode.el (help-follow-symbol): New function.
11686 Essentially identical to the old `help-follow', but do not let
11687 `push-button' do the work when on an xref.
11688 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11689
11690 2006-03-19 Richard Stallman <rms@gnu.org>
11691
11692 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11693 preceded by the word `program'.
11694 (help-follow-mouse, help-follow): Throw error if not on xref.
11695 Delete no longer used args.
11696
11697 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11698
11699 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11700 annotation ensure gud-overlay-arrow-position is redisplayed.
11701
11702 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11703
11704 * textmodes/bibtex.el (bibtex-include-OPTkey)
11705 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11706 (bibtex-autokey-name-case-convert)
11707 (bibtex-autokey-titleword-case-convert): Make these the aliases
11708 for the following two variables.
11709 (bibtex-autokey-name-case-convert-function)
11710 (bibtex-autokey-titleword-case-convert-function): Make these the
11711 real names.
11712 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11713 bibtex-font-lock-crossref sublists.
11714 (bibtex-mode): Revert 2005-12-30 change (which made
11715 completion-ignore-case buffer-local).
11716 (bibtex-url): Simplify.
11717
11718 2006-03-19 Kim F. Storm <storm@cua.dk>
11719
11720 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11721 cursor property value to 2 (to align with C level change).
11722
11723 2006-03-19 Bill Wohler <wohler@newt.com>
11724
11725 * image.el (image-load-path-for-library): Shorten first line in
11726 docstring.
11727
11728 2006-03-18 Richard Stallman <rms@gnu.org>
11729
11730 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11731
11732 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11733
11734 * isearch.el (isearch-other-meta-char): Handle user bindings for
11735 shifted control characters.
11736
11737 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11738
11739 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11740 part that matches email addresses, file names, etc.
11741
11742 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11743
11744 * term/w32-win.el (mouse-set-font):
11745 Mention w32-list-proportional-fonts in the doc string.
11746
11747 2006-03-18 Kim F. Storm <storm@cua.dk>
11748
11749 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11750 (ido-unc-hosts): New user option to explicitly define list of know
11751 UNC-style hosts for completion.
11752 (ido-cache-unc-host-shares-time): New user option.
11753 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11754 New helper functions for UNC file-name support.
11755 (ido-may-cache-directory): Check for UNC host. Simplify.
11756 (ido-wash-history): Clean out old UNC hosts.
11757 (ido-nonreadable-directory-p): UNC hosts are always readable.
11758 (ido-directory-too-big-p): UNC hosts are never too big.
11759 (ido-set-current-directory): Handle UNC root path.
11760 (ido-file-name-all-completions): Complete UNC host names from
11761 ido-unc-hosts list. Cache UNC host shares.
11762 (ido-make-file-list-1): Don't filter UNC root.
11763 (ido-exhibit): Check for // in root directory, and switch to UNC
11764 mode by setting ido-current-directory to //.
11765
11766 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11767
11768 * cus-edit.el (customize-changed-options): Mention explicit
11769 version number as default in prompt.
11770
11771 2006-03-17 Bill Wohler <wohler@newt.com>
11772
11773 * image.el (image-load-path-for-library): Minor docstring fix.
11774
11775 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11776
11777 * textmodes/org.el (org-read-date): Include subgroup 5 into
11778 replacement text.
11779 (org-popup-calendar-for-date-prompt): Fix customization type.
11780
11781 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11782
11783 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11784 (gdb-continuation): New variable.
11785 (gdb-send): Deal with continuation lines.
11786
11787 * progmodes/gud.el (gud-gdb-complete-command)
11788 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11789 expressions.
11790 (gud-tooltip-mode): Use buffer-local value.
11791
11792 2006-03-16 Kim F. Storm <storm@cua.dk>
11793
11794 * ido.el (ido-edit-input): Use selected match, if any.
11795
11796 2006-03-16 Bill Wohler <wohler@newt.com>
11797
11798 * image.el (image-load-path-for-library): Prefer user's images in
11799 image-load-path.
11800
11801 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11802
11803 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11804 when checking for attempt to drag leftmost or rightmost scrollbar.
11805
11806 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11807
11808 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11809 (gdb-force-mode-line-update): New function.
11810 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11811 (gdb-exited): Use them.
11812 (gdb-signal): New function.
11813 (gdb-annotation-rules): Provide a rule for it.
11814
11815 2006-03-16 Kenichi Handa <handa@m17n.org>
11816
11817 * international/mule.el (auto-coding-regexp-alist): Add entries
11818 for Unicode BOM.
11819
11820 * sort.el (sort-build-lists): Temporarily bind
11821 inhibit-field-text-motion to t.
11822
11823 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11824
11825 * locate.el (locate-command, locate-make-command-line)
11826 (locate-fcodes-file, locate-update-command)
11827 (locate-prompt-for-command, locate, locate-with-filter)
11828 (locate-get-file-positions): Doc fixes.
11829 (locate-buffer-name, locate-header-face): Remove leading `*' in
11830 defcustom.
11831 (locate-filter-output): Use `keep-lines' instead of its alias
11832 `delete-non-matching-lines'.
11833 (locate-get-filename, locate-get-dirname): Add introductory comment.
11834 (locate-find-directory-other-window): Give appropriate error
11835 message if used outside main listing.
11836
11837 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11840 the new extend-region feature.
11841 (font-lock-after-change-function): Update correspondingly.
11842 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11843 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11844
11845 2006-03-15 Bill Wohler <wohler@newt.com>
11846
11847 * image.el (image-load-path-for-library): Fix example by not
11848 recommending that one binds image-load-path. Just defvar it to
11849 placate compiler and only use it if previously defined.
11850
11851 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11852
11853 * textmodes/org.el (org-insert-centered): Use `string-width' to
11854 make underlining work for wide characters.
11855 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11856 TAB to `org-cycle', to make sure that no binding in
11857 `outline-mode-map' can supercede it.
11858
11859 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11860
11861 * allout.el: Increment version to 2.2.1 in file commentary.
11862
11863 (allout-version): Increment to 2.2.1.
11864
11865 (allout-default-layout): New customization variable, used when the
11866 file lacks a specific allout-layout. Uses allout-layout-type for
11867 recursively nested definition.
11868
11869 (allout-layout-type): Widget defining allout layouts, necessary for
11870 self-recursive definition.
11871
11872 (allout-mode): Incorporate allout-default-layout as fallback for
11873 allout-layout.
11874
11875 (allout-layout): Mark as 'safe-local-variable', and refer mention
11876 fallback to `allout-default-layout' in absence of a specified value.
11877 (allout-passphrase-verifier-string)
11878 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11879
11880 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11881
11882 (allout-get-encryption-passphrase-verifier): Use correct name of
11883 passphrase verifier in docstring.
11884
11885 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11886
11887 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11888 elements.
11889 (gdb-find-watch-expression): Make it work for arrays too.
11890 Follow change to gdb-var-list.
11891 (gud-watch): Allow the user to enter variable name with a prexix
11892 arg. Create keybindings.
11893 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11894 (gdb-var-list-children-handler, gdb-var-update-handler)
11895 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11896 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11897 Follow change to gdb-var-list.
11898 (gdb-starting): Don't show the overlay arrows when program is running.
11899
11900 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11901 gdb-var-list.
11902
11903 2006-03-14 Bill Wohler <wohler@newt.com>
11904
11905 * image.el (image-load-path-for-library): Pass value of path
11906 rather than symbol. Always return list of directories.
11907 Guarantee that image directory comes first.
11908
11909 2006-03-14 Alan Mackenzie <acm@muc.de>
11910
11911 * font-core.el (font-lock-extend-region\(-function\)?.):
11912 New function/variable.
11913
11914 * font-lock.el (font-lock-after-change-function):
11915 Call font-lock-extend-region. Obey font-lock-lines-before.
11916 (font-lock-default-fontify-region): Remove reference to
11917 font-lock-lines-before.
11918
11919 * jit-lock.el (jit-lock-after-change):
11920 Call font-lock-extend-region. Obey font-lock-lines-before.
11921
11922 2006-03-14 David Ponce <david@dponce.com>
11923
11924 * tree-widget.el (tree-widget-themes-load-path)
11925 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11926
11927 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11928
11929 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11930 (rcirc-print): Mark the start of text at the end of the prompt.
11931 (rcirc-track-minor-mode): Add autoload cookie.
11932 (rcirc-update-activity-string): Add space to front of mode-line
11933 indicator.
11934
11935 2006-03-13 Miles Bader <miles@gnu.org>
11936
11937 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11938 (rcirc-abbrev-nick): Remove function.
11939 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11940
11941 2006-03-13 David Ponce <david@dponce.com>
11942
11943 * tree-widget.el: Handle themes across all occurrences of the main
11944 themes sub-directory found in tree-widget-themes-load-path.
11945 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11946 (tree-widget--locate-sub-directory): Return all occurrences.
11947 (tree-widget-themes-path): New function.
11948 Replace tree-widget-themes-directory, and return a list of directories.
11949 (tree-widget-set-parent-theme)
11950 (tree-widget-lookup-image): Use it.
11951
11952 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11953
11954 * textmodes/org.el (org-link-search): Avoid self-matching of
11955 links, allow target text to be distributed over several lines.
11956 (org-search-not-link): New function.
11957 (org-set-regexps-and-options, org-get-current-options):
11958 New startup options.
11959 (org-export-as-html): Take odd-level setting from local variable.
11960 (org-fontify-emphasized-text): New option.
11961 (org-set-font-lock-defaults): Include emphasized text.
11962 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11963 (org-font-lock): Customize group renamed from `org-faces'.
11964
11965 2006-03-13 John Paul Wallington <jpw@pobox.com>
11966
11967 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11968 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11969
11970 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11971
11972 * cus-start.el (all): Delete :version keyword for members of the
11973 fringe group, since the entire group is new in 22.1.
11974
11975 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11976
11977 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11978 map if value is hexadecimal (an address).
11979 (gud-watch): Only search roots for existing watch expressions.
11980 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11981 prevent caching problems with speedbar-update-directory-contents.
11982
11983 2006-03-12 Juri Linkov <juri@jurta.org>
11984
11985 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11986 before comparing with `low' and `warn'.
11987
11988 * info.el (Info-dir-remove-duplicates): Move point to the
11989 beginning of the current line after deleting the entries from
11990 redundant heading. Use marker for `limit' and compare it with
11991 point before calling `re-search-forward'.
11992
11993 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11994
11995 * simple.el (yank): Fix typo in docstring.
11996
11997 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11998
11999 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12000 messages, where "D" is the 6th character.
12001
12002 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12003
12004 * simple.el (yank): Fix last change.
12005
12006 2006-03-11 David Ponce <david@dponce.com>
12007
12008 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12009 merging elements from the standard ispell-dictionary-alist.
12010 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12011 alist, and return the new alist.
12012
12013 2006-03-11 Richard Stallman <rms@gnu.org>
12014
12015 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12016
12017 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12018 the way it is implemented is too unclean.
12019
12020 * simple.el (kill-region, yank): Doc fix.
12021
12022 * battery.el (battery-echo-area-format): Doc fix.
12023 (battery-mode-line-format): Likewise.
12024 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12025 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12026
12027 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12028
12029 * progmodes/octave-mod.el (octave-indent-for-comment):
12030 Behave according to do string.
12031
12032 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12033
12034 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12035 Be visible only if major mode is Mail Mode.
12036
12037 * textmodes/flyspell.el (flyspell-external-point-words)
12038 (flyspell-process-localwords): Fix last changes.
12039
12040 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12041
12042 * calendar/holidays.el (list-holidays): Doc fix.
12043
12044 * international/mule.el (auto-coding-alist): Add .odt
12045 (OpenOffice's open document) files.
12046
12047 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12048 document) files. Mention in the doc string the need to sync with
12049 auto-coding-alist.
12050
12051 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12052
12053 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12054 enable-local-variables is set to always query, or there is no
12055 savable variable.
12056
12057 2006-03-10 Bill Wohler <wohler@newt.com>
12058
12059 * image.el (image-load-path-for-library): Merge at least three
12060 functions from Gnus and MH-E into this one function that can now
12061 be shared.
12062
12063 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12064
12065 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12066 gdb-remove-mouse-face and remove help-echo too.
12067 (gdb-enqueue-input): Correct conditional clause.
12068
12069 2006-03-10 Glenn Morris <rgm@gnu.org>
12070
12071 * calendar/calendar.el (calendar-holidays): Doc fix.
12072 * calendar/holidays.el (list-holidays): Doc fix.
12073
12074 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12075
12076 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12077 it gets called in gdb-prompt anyway.
12078 (gdb-use-separate-io-buffer): Only restore window arrangement for
12079 gdb-many-windows.
12080 (gdb-enqueue-input): Make it harder to send GDB input when program
12081 is running.
12082 (gdb-buffer-list): New variable.
12083 (gdb-remove-mouse-face): New function.
12084 (gdb-starting): Use it when GDB input won't get sent.
12085
12086 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12087
12088 * help.el (view-lossage): Remove trailing whitespace before
12089 inserting "\n".
12090
12091 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12092
12093 * files.el (hack-local-variables-confirm):
12094 Set coding-system-for-read to nil before writing to .emacs.
12095
12096 * arc-mode.el (archive-extract): Check if an existing buffer name
12097 comes from a different archive.
12098
12099 * help.el (describe-key-briefly): If KEY is a down event, read and
12100 discard the up event.
12101
12102 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12103
12104 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12105 be edited and use font-lock-warning-face for any changes.
12106
12107 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12108 (gdb-edit-value): Use it to report any errors.
12109
12110 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12111
12112 * help.el (describe-key): Remove leftover test code.
12113
12114 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12115
12116 * textmodes/org.el: Move defvars out of eval-when-compile.
12117 Use buffer-file-name variable.
12118 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12119 arg `file'.
12120 (org-level-faces): Remove startup dependency.
12121 (org-cycle, org-map-tree, org-scan-tags)
12122 (org-remember-handler): Don't call `outline-level' directly.
12123 (org-mhe-search-all-folders): New option.
12124 (org-mhe-get-message-folder-from-index)
12125 (org-mhe-get-message-folder): Fix indexing search.
12126 (org-format-agenda-item): Handle nil TAGS argument.
12127 (org-cleaned-string-for-export, org-activate-target-links)
12128 (org-make-target-link-regexp): Deal with empty radio target list.
12129 (org-tag): New face.
12130 (org-get-level-face): New function.
12131 (org-set-font-lock-defaults): Simplify setup for headlines.
12132 (org-complete): Pass common substring to `display-completion-list'.
12133
12134 2006-03-06 David Ponce <david@dponce.com>
12135
12136 * tree-widget.el: Update Commentary header.
12137 (tree-widget-theme-name): Ignore parent themes.
12138 (tree-widget-set-parent-theme): New function.
12139 (tree-widget-set-theme): Use it.
12140 (tree-widget-set-image-properties): Move definition. Does nothing
12141 if image properties have already been set.
12142 (tree-widget-image-properties): Move definition. Receive an image
12143 name. Set the :pointer property.
12144 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12145 Don't set the :pointer image property.
12146 (tree-widget-convert-widget): New function. Handle :dynargs
12147 compatibility here.
12148 (tree-widget): Use it to :convert-widget. Add the :expander-p
12149 predicate to control when the :expander function is entered.
12150 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12151 (tree-widget-value-create): Handle :expander-p. widget-apply
12152 :expander.
12153 (tree-widget-expander-p): New function. Default value of the
12154 :expander-p property.
12155
12156 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12157
12158 * help.el (describe-key): Properly handle the return value of
12159 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12160 remaps. Handle string and vector `follow-link' values.
12161
12162 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12163
12164 * complete.el (PC-expand-many-files): Try be more careful when parsing
12165 the shell's output.
12166
12167 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12168
12169 * outline.el (hide-sublevels): Provide better interactive default.
12170
12171 2006-03-06 Kenichi Handa <handa@m17n.org>
12172
12173 * international/fontset.el (create-fontset-from-fontset-spec):
12174 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12175
12176 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12177
12178 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12179 backslashes instead of one in regexp.
12180 (gud-tooltip-dereference): Add missing optional argument.
12181
12182 2006-03-04 John Paul Wallington <jpw@pobox.com>
12183
12184 * wdired.el (toplevel): Require `cl' at compile-time.
12185
12186 2006-03-04 Andreas Schwab <schwab@suse.de>
12187
12188 * server.el (server-process-filter): Handle errors during
12189 evaluation of the argument.
12190
12191 2006-03-03 John Paul Wallington <jpw@pobox.com>
12192
12193 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12194 escape parentheses at beginning of line.
12195 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12196 (t-mouse-mode): Remove period from end of error message.
12197
12198 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12199
12200 * textmodes/flyspell.el (flyspell-process-localwords):
12201 Be case-sensitive.
12202
12203 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12204
12205 * cus-edit.el (custom-quote): Remove function, since it has been
12206 moved to custom.el.
12207
12208 * font-lock.el (lisp-font-lock-keywords-2)
12209 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12210 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12211 they have no special meaning.
12212
12213 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12214 indirect buffer gets killed before indirect buffer. Use dolist.
12215
12216 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12217
12218 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12219 value instead of a literal constant (1) on more pauses.
12220
12221 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12222
12223 * textmodes/flyspell.el (flyspell-external-point-words):
12224 Be case-sensitive.
12225
12226 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12227
12228 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12229 with "www".
12230
12231 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12232
12233 * allout.el: Restablish intermediate missing comment header to
12234 preserve outline structure.
12235 (allout-beginning-of-current-entry): Skip invisible text.
12236 (allout-open-topic): Fix opening a topic at end-of-buffer.
12237 (allout-minor-mode): Move nearer to allout-mode function.
12238
12239 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12240
12241 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12242
12243 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12244
12245 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12246 is nil.
12247
12248 * progmodes/gud.el (gud-speedbar-menu-items):
12249 Use buffer-local-value and add missing :visible keyword.
12250
12251 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12252
12253 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12254
12255 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12256 must be `follow-link'.
12257
12258 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12259
12260 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12261 formatting: No nested anchors.
12262 (org-all-targets): Fix bug with XEmacs compatibility.
12263 (org-read-date): Add (require 'parse-time).
12264 (org-set-tags): Fix bug with extra inserted space.
12265 (org-export-html-style): Define a style class for targets.
12266 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12267 (org-hide-leading-stars): New option.
12268 (org-hide): New face.
12269 (org-set-font-lock-defaults): Allow to hide leading stars.
12270 (org-get-legal-level, org-tr-level): New functions.
12271 (org-odd-levels-only): New option.
12272 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12273 (org-demote, org-promote): Deal with double-star levels.
12274 (org-convert-to-odd-levels): New command.
12275
12276 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12277
12278 * speedbar.el (speedbar-update-localized-contents): Try to
12279 preserve window-start.
12280 (speedbar-update-directory-contents): Try to preserve window-start
12281 and window-point.
12282 (speedbar-update-special-contents): Don't move back to start of window.
12283
12284 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12285 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12286 speedbar-timer-fn.
12287 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12288 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12289 instead of gdb-speedbar-timer-fn.
12290
12291 2006-02-28 Jay Belanger <belanger@truman.edu>
12292
12293 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12294 (math-compose-expr): Use latex option when calling
12295 `math-compose-tex-matrix' for latex mode.
12296
12297 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12298
12299 * speedbar.el: Re-instate comments about developing for speedbar
12300 [this is what info and gdb-ui use even if better methods exist now].
12301
12302 * t-mouse.el: New file.
12303 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12304 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12305 (t-mouse-make-event-element): Use posn-at-x-y instead.
12306 (t-mouse-make-event): Deal with Fedora Core 3.
12307 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12308 (t-mouse-mouse-position-function): New function. Use it instead
12309 of advising mouse-position.
12310 (t-mouse-mode): New minor mode.
12311 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12312
12313 2006-02-27 Glenn Morris <rgm@gnu.org>
12314
12315 * calendar/calendar.el (calendar-holidays): Doc fix.
12316
12317 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12318
12319 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12320 Re-introduce the concept of a source window.
12321 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12322 consistency with get-buffer-create.
12323 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12324 (gdb-data-list-register-values-handler)
12325 (gdb-stack-list-locals-handler): Try to preserve window-start as
12326 well as window-point.
12327 (gdb-display-source-buffer): New function (old concept).
12328 (gdb-goto-breakpoint): Use it.
12329
12330 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12331 for gdb-ui/gdb-mi (old concept).
12332
12333 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12334
12335 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12336 binding.
12337
12338 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12339
12340 * textmodes/reftex-sel.el (reftex-select-label-map)
12341 (reftex-select-bib-map): Add `follow-mouse' binding.
12342
12343 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12344
12345 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12346 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12347 Give :set functions to provide automatic updating.
12348 Update docstring. Give compiler defvars early in the file
12349 and move the defcustoms to a later spot where all called functions
12350 are defined.
12351 (jka-compr-file-name-handler-entry): Doc fix.
12352 (jka-compr-compression-info-list--internal)
12353 (jka-compr-mode-alist-additions--internal)
12354 (jka-compr-load-suffixes--internal): New variables.
12355 (jka-compr-install): Set the three above variables.
12356 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12357 (jka-compr-update, jka-compr-set): New functions.
12358 (auto-compression-mode): Doc fix.
12359
12360 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12361 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12362 Use jka-compr-compression-info-list--internal,
12363 jka-compr-mode-alist-additions--internal and
12364 jka-compr-load-suffixes--internal.
12365
12366 * files.el (load-library):
12367 * loadhist.el (file-loadhist-lookup):
12368 * startup.el (command-line):
12369 * subr.el (locate-library):
12370 * emacs-lisp/autoload.el (update-directory-autoloads):
12371 * emacs-lisp/find-func.el (find-library-suffixes):
12372 Use `get-load-suffixes' instead of `load-suffixes'.
12373
12374 * subr.el (locate-library):
12375 * emacs-lisp/find-func.el (find-library-name):
12376 Use `load-file-rep-suffixes' instead of '("").
12377
12378 2006-02-26 Kim F. Storm <storm@cua.dk>
12379
12380 * ido.el (ido-save-history, ido-load-history): Simplify.
12381 Don't use find-file-noselect to avoid interference from other modes.
12382
12383 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12384
12385 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12386 to use the default shell if filename is not available.
12387 Reported by Giorgos Keramidas.
12388
12389 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12390
12391 * progmodes/etags.el (tags-completion-table): Do completion from
12392 all the tables in the current list, as documented in the manual.
12393
12394 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12395
12396 * CC Mode Update to 5.31.3.
12397
12398 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12399
12400 * progmodes/cc-mode.el (c-postprocess-file-styles):
12401 Bind inhibit-read-only to t, around the call to
12402 c-remove-any-local-eval-or-mode-variables, so that it works on a
12403 RO file.
12404
12405 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12406
12407 * progmodes/cc-awk.el: Correct a typo.
12408
12409 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12410
12411 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12412 c-hungry-delete-backwards, at the request of RMS. Leave the old
12413 name as an alias.
12414
12415 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12416
12417 * progmodes/cc-mode.el: Correct a typo.
12418
12419 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12420
12421 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12422
12423 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12424
12425 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12426 brace-else-brace (error due to mbeg, mend being undefined).
12427
12428 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12429
12430 * progmodes/cc-mode.el: File Local variables: Solve the problem
12431 where both `mode' and c-file-offsets are specified: `mode' will
12432 overwrite c-f-o's settings:
12433 (c-remove-any-local-eval-or-mode-variables): New function.
12434 (c-postprocess-file-styles): Call the above new function, within
12435 c-tentative-buffer-change, to splat `mode' and `eval' before the
12436 second hack-local-variables.
12437
12438 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12439
12440 * progmodes/cc-mode.el:
12441 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12442 (c-after-change): Protect the match data with save-match-data.
12443 It was getting corrupted by c-after-change-check-<>-operators.
12444
12445 * cc-defs.el: [Supersedes patch V1.38]:
12446 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12447 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12448
12449 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12450 with save-match-data. It was being corrupted when Font Lock was
12451 not enabled.
12452
12453 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12454
12455 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12456 Mode and Subword Mode.
12457
12458 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12459 real labels ("case 1:" or "foo:") from non-labels ("public:").
12460 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12461 coding; c-f-t-2 doesn't move over a token at EOB.
12462
12463 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12464
12465 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12466 (c-update-modeline): Concatenate the minor mode indicators
12467 directly onto mode-name, removing c-submode-indicators.
12468 Sometimes, c-s-i got separated from the mode name on the mode line.
12469
12470 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12471 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12472
12473 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12474
12475 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12476 error message when there's an evaluation error to show whether
12477 it's loaded from source or not.
12478 (c-filter-ops): Make it available at runtime too to work when
12479 `c-make-init-lang-vars-fun' needs to evaluate from source.
12480
12481 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12482
12483 * help.el (help): Revert last part of 2006-02-23 change (deletion
12484 of the `provide' call).
12485
12486 2006-02-23 Juri Linkov <juri@jurta.org>
12487
12488 * compare-w.el (compare-windows-highlight): Add new value
12489 `persistent' and change :type from `boolean' to `choice'.
12490 (compare-windows-overlays1, compare-windows-overlays2):
12491 New internal variables.
12492 (compare-windows-highlight): If compare-windows-highlight is
12493 `persistent', add current overlays to compare-windows-overlays[12]
12494 instead of adding compare-windows-dehighlight to pre-command-hook.
12495 (compare-windows-dehighlight): Delete all overlays from
12496 compare-windows-overlays[12].
12497
12498 * info.el (Info-search): Don't bind search-spaces-regexp to
12499 Info-search-whitespace-regexp in non-regexp isearch mode.
12500
12501 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12502
12503 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12504
12505 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12506
12507 * textmodes/org.el (org-xemacs-p)
12508 (org-export-html-show-new-buffer, org-table-may-need-update)
12509 (org-insert-item, org-mhe-get-message-real-folder)
12510 (org-mhe-get-message-folder-from-index)
12511 (org-mhe-get-message-folder, org-mhe-get-message-num)
12512 (org-mhe-get-header, org-make-org-heading-search-string)
12513 (org-make-org-heading-camel, org-table-sort-lines)
12514 (org-format-org-table-html, org-format-table-table-html):
12515 Fix typos in docstrings.
12516
12517 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12518
12519 * textmodes/org.el (org-cleaned-string-for-export)
12520 (org-solidify-link-text): New function.
12521 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12522 XEmacs, just to silence the compiler.
12523 (org-export-as-ascii, org-export-as-html-and-open):
12524 Use `org-cleaned-string-for-export' and create internal links.
12525 (org-follow-mhe-link): Require mh-e, use folder.
12526
12527 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12528
12529 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12530
12531 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12532 gdb-debug-log-length.
12533 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12534 it a real ring but...
12535 (gud-gdba-marker-filter): ...make it work like mark-ring.
12536 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12537 (gdb-mouse-jump): New function. Add bindings.
12538
12539 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12542 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12543 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12544 (gdb-debug-log-length): Customize it's length.
12545 (gud-watch, gdb-var-create-handler): Display function::var format
12546 but don't use to create variable object.
12547 (gdb-var-create-handler): Use message-box in place of message.
12548 (gdb-stopped): Call gdb-exited if signalled.
12549
12550 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12551
12552 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12553
12554 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12555
12556 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12557 if `reftex-try-all-extensions' is set.
12558
12559 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12560 fail silently when there is no valid argument at point.
12561 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12562 `fail-silently' argument. From a patch by David Reiter.
12563
12564 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12565 New commands.
12566 (org-mark-ring): New variable.
12567 (org-mark-ring-length): New option.
12568 (org-open-at-point, org-goto, org-open-file): Push old position
12569 onto the mark ring.
12570 (org-add-hook): New function.
12571 (org-export-table-remove-special-lines): New option.
12572 (org-skip-comments, org-format-org-table-html): Respect new
12573 option `org-export-table-remove-special-lines'.
12574 (org-open-file): Allow special command configuration for
12575 directory link.
12576 (org-file-apps): Fix bugs in customize type, added setting
12577 for directories.
12578 (org-activate-tags, org-format-agenda-item, org-complete)
12579 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12580 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12581 (org-link-search, org-make-org-heading-search-string)
12582 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12583 (org-radio-targets, org-file-link-context-use-camel-case)
12584 (org-activate-camels): New options.
12585 (org-update-radio-target-regexp, org-all-targets)
12586 (org-make-target-link-regexp, org-activate-target-links):
12587 New functions.
12588 (org-make-org-heading-search-string): New function.
12589 (org-store-link, org-insert-link): Use new option
12590 `org-file-link-context-use-camel-case'.
12591 (org-activate-camels): Use new option `org-activate-camels'.
12592 (org-link-regexp): Add mhe prefix.
12593 (org-open-at-point, org-store-link): Support for mhe links.
12594 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12595 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12596 (org-mhe-get-header, org-follow-mhe-link): New functions.
12597 (org-remove-angle-brackets, org-add-angle-brackets):
12598 New functions.
12599 (org-bracket-link-regexp): New constant.
12600 (org-read-date): Fix bug that was rejecting all typed dates.
12601 (org-link-search): Make hierarchy above visible after a match.
12602 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12603 (org-store-link): Fix bug with link creation when cursor is in
12604 an empty line.
12605 (org-open-at-point): Fix bug with matching a link.
12606 Fixed buggy argument sequence in call to `org-view-tags'.
12607 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12608 (org-prefix-has-tag): New variable.
12609 (org-format-agenda-item): Remove tags from headline
12610 if appropriate.
12611 (org-agenda-remove-tags-when-in-prefix): New option.
12612
12613 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12614
12615 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12616 Fix the regular expressions.
12617
12618 2006-02-21 Richard M. Stallman <rms@gnu.org>
12619
12620 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12621 if there's no other specific basis.
12622
12623 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12624 as variables at all.
12625 (unsafep-variable): Rename arg; doc fix.
12626
12627 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12628
12629 * calendar/appt.el (diary-selective-display): Add defvar.
12630
12631 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12632
12633 * isearch.el (search-whitespace-regexp): Fix custom type.
12634
12635 * help.el (describe-key-briefly): Compute interactive args
12636 in same was as before previous change.
12637
12638 * files.el (enable-local-variables): Doc fix.
12639
12640 2006-02-21 Kim F. Storm <storm@cua.dk>
12641
12642 * fringe.el: Cleanup as file is now pre-loaded.
12643 (fringe-bitmaps): Initialize unconditionally.
12644 (fringe-mode, set-fringe-style): Remove autoload cookies.
12645
12646 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12647
12648 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12649 `horizontal-bar'.
12650 (fringe-cursor-alist): Use `horizontal-bar'.
12651
12652 2006-02-20 Kim F. Storm <storm@cua.dk>
12653
12654 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12655 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12656
12657 * loadup.el: Load "fringe" on window systems.
12658
12659 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12660
12661 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12662 out of scope components.
12663
12664 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12665 default.
12666
12667 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12668
12669 * custom.el (customize-mark-to-save, customize-mark-as-set):
12670 Load the symbol first.
12671
12672 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12673
12674 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12675 strech spec so it doesn't display as "^J" on the header line
12676 when `Buffer-menu-use-header-line' is t.
12677
12678 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12679
12680 * speedbar.el (speedbar-make-button): Keep text properties
12681 of string arguments if desired.
12682
12683 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12684 expessions.
12685
12686 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12687 of speedbar.
12688
12689 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12690
12691 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12692 to value of `read-file-name-completion-ignore-case'.
12693
12694 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12695
12696 * custom.el (customize-mark-as-set): Push to `user' theme.
12697
12698 * cus-edit.el (custom-save-variables): Allow unthemed values.
12699 (customize-set-variable): Push setting to `user' theme.
12700
12701 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12702
12703 * progmodes/gud.el: Don't require font-lock as it's now
12704 automatically loaded.
12705 (gud-speedbar-buttons): Replace gdb-var-changed with
12706 gdb-force-update.
12707
12708 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12709 gdb-var-changed.
12710 (gdb-post-prompt): Use it.
12711 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12712 (gdb-var-update-handler, gdb-var-delete)
12713 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12714 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12715 gdb-force-update in gdb-post-prompt.
12716 (gdb-reset): Clear watch expressions from speedbar when quitting.
12717
12718 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12719
12720 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12721 (viper-change-state-to-vi, viper-change-state-to-emacs):
12722 Make aware of cursor coloring in the Emacs state.
12723 (viper-special-read-and-insert-char): Use read-char-exclusive.
12724 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12725
12726 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12727
12728 * viper-util.el (viper-save-cursor-color)
12729 (viper-get-saved-cursor-color-in-replace-mode)
12730 (viper-get-saved-cursor-color-in-insert-mode)
12731 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12732 state.
12733 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12734
12735 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12736 (ediff-ignore-case-option3, ediff-actual-diff-options)
12737 (ediff-actual-diff3-options): New variables to control case sensitivity.
12738 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12739 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12740 (ediff-toggle-ignore-case): New function.
12741 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12742
12743 * ediff-help.el (ediff-long-help-message-narrow2)
12744 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12745 (ediff-long-help-message-word-mode): Add ignore-case command.
12746 (ediff-help-for-quick-help): Add ignore-case command.
12747
12748 * ediff-merg.el: Move provide to the end.
12749
12750 * ediff-ptch.el: Move provide to the end.
12751
12752 * ediff-wind.el: Move provide to the end.
12753
12754 * ediff-mult.el: Move provide to the end.
12755 (ediff-set-meta-overlay): Enable follow-link.
12756
12757 * ediff.el: Move provide to the end.
12758 Break recursive load cycle in eval-when-compile.
12759 (ediff-patch-buffer): Better heuristics.
12760
12761 * ediff-util.el: Move provide to the end.
12762 Break recursive load cycle in eval-when-compile.
12763 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12764 defuns.
12765 (ediff-submit-report): Pass the values of ediff-diff3-program,
12766 ediff-diff3-options.
12767
12768 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12769
12770 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12771 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12772 `' (for example, in the docstring of `windmove-default-keybindings').
12773
12774 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12775
12776 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12777 shadow face. Don't provide binding to edit variable when it is
12778 out of scope.
12779
12780 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12781 (gdb-var-update-handler): Detect out of scope variables with pre
12782 GDB 6.4 too.
12783 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12784 Reset status of variable objects to nil in update handlers.
12785 (gdb-var-update-handler-1): Detect when a variable object comes
12786 in scope. setcar on var changes gdb-var-list directly.
12787
12788 2006-02-17 Juri Linkov <juri@jurta.org>
12789
12790 * ffap.el (ffap) <defface>: Add explicit face declaration.
12791 (ffap-highlight): Use face `ffap' directly instead of checking
12792 for its existence.
12793
12794 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12795 `visible-ok' of `other-buffer' to find the right original buffer.
12796
12797 * info.el (Info-search): Skip `Local Variables' node.
12798
12799 2006-02-17 Juri Linkov <juri@jurta.org>
12800
12801 * info.el (Info-find-file): Check for symbols `apropos', `history',
12802 `toc' in the input filename, and return these symbols as is.
12803 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12804 `history', `toc' instead of strings.
12805 (Info-set-mode-line): For non-string Info-current-file use the
12806 symbol's name inside **.
12807 (Info-isearch-push-state): Add quote before Info-current-file and
12808 Info-current-node.
12809 (Info-isearch-pop-state): Use `equal' instead of `string='.
12810 (Info-extract-pointer, Info-following-node-name): Use
12811 `match-string-no-properties' instead of `match-string'.
12812 (Info-up): Check `old-file' for `stringp'.
12813 (Info-history): Use `equal' instead of `string-equal'.
12814 Check `file' for `stringp'.
12815 (Info-history): Use symbol `history' instead of string as first arg
12816 of `Info-find-node'.
12817 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12818 `toc' instead of string.
12819 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12820 instead of `buffer-substring', and `match-string-no-properties'
12821 instead of `match-string'.
12822 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12823 instead of strings.
12824 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12825 Use symbol `apropos' instead of string.
12826 (Info-copy-current-node-name): Check `Info-current-file' for
12827 `stringp' and construct a command with `Info-find-node' from it.
12828 (Info-fontify-node): Use `match-string-no-properties' instead of
12829 `match-string' and check file names for `stringp'.
12830 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12831 `history', `toc' instead of strings.
12832
12833 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12834
12835 * files.el: Rearrange functions and variables in the file local
12836 variables section.
12837
12838 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12839
12840 * files.el: Add truncate-lines, ispell-check-comments and
12841 ispell-local-dictionary as safe local variables.
12842
12843 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12844
12845 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12846 out of scope variables.
12847 (gud-speedbar-buttons): Use unless.
12848
12849 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12850 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12851 (gdb-show-changed-values): Also use for out of scope variables.
12852 (gdb-var-update-handler-1): Note if variable goes out of scope.
12853
12854 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12855
12856 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12857 default to global variable values for unsupplied args.
12858 (rcirc-get-buffer-create): Fix bug with setting the target.
12859 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12860 test for rcirc-always-use-server-buffer-flag here.
12861 (rcirc-response-formats): Add %N, which is a facified nick. %n
12862 uses the default face. Change the ACTION format string. If the
12863 "nick" is the server, don't print anything for that field.
12864 Comment fixes.
12865 (rcirc-target-buffer): Don't test
12866 rcirc-always-use-server-buffer-flag here.
12867 (rcirc-print): Squeeze extra spaces out of the text before message.
12868 (rcirc-put-nick-channel): Strip potential "@" char from nick
12869 before adding them to nick table.
12870 (rcirc-url-regexp): Improve to match address like "foo.com".
12871
12872 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12873
12874 * allout.el (allout-hidden-p): Move this defsubst before
12875 allout-overlay-interior-modification-handler, where it is first
12876 used.
12877
12878 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12879
12880 * allout.el: Use allout invisible-text overlays instead of
12881 selective display for concealed text. Also, lots of general
12882 cleanup, and improved compatibility code.
12883
12884 (allout-version) Incremented, corrected, revised, and refined
12885 module commentary.
12886
12887 (provide 'allout): Moved to the bottom, added a require of overlay.
12888
12889 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12890 `except-current'.
12891 (allout-write-file-hook-handler): Minimize delay.
12892 (count-trailing-whitespace-region): New function so
12893 auto-encryption of current topic can resituate cursor exactly.
12894 PGP/GPG encryption trims trailing whitespace from lines, which
12895 must be accounted for across encryption then decryption.
12896
12897 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12898 just plain "\C-c", to avoid intruding on user's keybinding space.
12899
12900 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12901 parameter, so user request to provide a new password is done.
12902
12903 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12904 Refined mechanism for auto-filling behavior while in allout mode.
12905
12906 (allout-mode): Explicitly specify the mode map in the docstring.
12907 Clarify provision for various write-file hook var names.
12908 Adjusted for invisible-text overlays instead of selective-display.
12909
12910 (allout-depth): Really return 0 if not within any topic. This
12911 rectifies `allout-beginning-of-level' and sequence numbering
12912 errors that occur when cutting and pasting numbered topics.
12913 Changed from a in-line subst to a regular function, as well.
12914
12915 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12916
12917 (allout-end-of-subtree, allout-end-of-subtree)
12918 (allout-end-of-entry, allout-end-of-current-heading)
12919 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12920 (allout-show-children, allout-show-to-offshoot)
12921 (allout-hide-current-entry, allout-show-current-entry): Rectified
12922 handling of trailing blank lines between items.
12923
12924 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12925 (allout-current-depth, allout-unprotected, allout-hidden-p)
12926 (allout-on-current-heading-p, allout-listify-exposed)
12927 (allout-chart-subtree, allout-goto-prefix)
12928 (allout-back-to-current-heading, allout-get-body-text)
12929 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12930 (allout-hide-region-body, allout-toggle-subtree-encryption)
12931 (allout-encrypt-string, allout-encrypted-key-info)
12932 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12933 (allout-file-vars-section-data): Adjusted for use with
12934 invisible-text overlays instead of selective-display.
12935
12936 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12937 Reworked for use with invisible text overlays.
12938
12939 (allout-current-topic-collapsed-p): New function.
12940
12941 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12942 to know when to close the containing topic.
12943
12944 (allout-pre-command-business, allout-post-command-business):
12945 Simplify undo-batching and dynamic isearch exposure.
12946
12947 (allout-set-overlay-category): New for invisible-text overlays.
12948 Sets properties of allout-overlay-category, used by
12949 allout-flag-region to set invisible-text overlay properties.
12950 (allout-get-invisibility-overlay): Get the first qualifying
12951 invisibility overlay, so we can find the extent of it.
12952 (allout-back-to-visible-text): Get to just before the beginnining
12953 of the current invisibility overlay, if any.
12954
12955 (allout-overlay-insert-in-front-handler)
12956 (allout-overlay-interior-modification-handler)
12957 (allout-before-change-handler, allout-isearch-end-handler): New
12958 functions to handle extraordinary actions affecting concealed
12959 text.
12960
12961 (allout-flag-region): Use overlays instead of selective-display
12962 for invisible text - by inheritence from the properties of
12963 allout-overlay-category in mainline Emacs, and applied
12964 property-by-property in XEmacs, some recent versions of which
12965 don't inherit the properties from the category. Provisions to
12966 respond to concealed-text edits simplified drastically.
12967
12968 (allout-isearch-rectification, allout-isearch-was-font-lock)
12969 (allout-isearch-expose, allout-enwrap-isearch)
12970 (allout-isearch-abort, allout-pre-was-isearching)
12971 (allout-isearch-prior-pos, allout-isearch-did-quit)
12972 (allout-isearch-dynamic-expose)
12973 (allout-hide-current-entry-completely): Functions deleted.
12974
12975 (allout-undo-aggregation): Explicit undo aggregation no longer
12976 necessary due to transition away from selective-display.
12977
12978 (set-allout-regexp, allout-up-current-level)
12979 (allout-next-visible-heading, allout-forward-current-level)
12980 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12981 (allout-kill-line, allout-yank-processing, allout-show-children)
12982 (allout-expose-topic, allout-old-expose-topic)
12983 (allout-listify-exposed, allout-insert-latex-header)
12984 (allout-toggle-subtree-encryption, allout-encrypt-string)
12985 (remove-from-invisibility-spec, allout-hide-current-subtree):
12986 Ditched unused variables.
12987
12988 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12989
12990 * textmodes/ispell.el (ispell-change-dictionary): Call
12991 ispell-buffer-local-dict instead of
12992 ispell-accept-buffer-local-defs.
12993 (ispell-local-dictionary-alist): Accept as valid any coding-system
12994 supported by Emacs.
12995 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12996 changed to iso-8859-3.
12997
12998 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12999
13000 * speedbar.el (speedbar-frame-width): Make an inline function
13001 instead of a macro. Use frame-width.
13002 (speedbar-try-completion, speedbar-update-contents)
13003 (speedbar-timer-fn): Use consp.
13004 (speedbar-update-localized-contents): Try to preserve point.
13005
13006 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13007 (menu): Re-order menu items.
13008 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13009 field.
13010 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13011 (gdb-post-prompt): Speed things by not forcing update.
13012
13013 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
13014
13015 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13016 press and perform default action if we get a mouse movement event.
13017
13018 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13019
13020 * calendar/icalendar.el (icalendar--get-event-property)
13021 (icalendar--get-event-property-attributes): Fix typos in
13022 docstrings.
13023
13024 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13025 docstring.
13026
13027 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13028
13029 * bs.el (bs-mode): Use `buffer-disable-undo'.
13030 (bs--get-file-name): Simplify.
13031 (bs-show-in-buffer): Mark the buffer as not modified.
13032
13033 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13034
13035 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13036 widget-button-click.
13037
13038 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13039 (custom-mode): Update docstring.
13040
13041 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13042 binding.
13043
13044 * files.el (hack-local-variables-confirm): Allow scrolling if the
13045 file variable list is too long. Kill temp buffer after use.
13046
13047 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13048
13049 * progmodes/gud.el (gdb): Improve doc string.
13050 (gdb-script-font-lock-keywords): Expand allowed character set.
13051
13052 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13053 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13054 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13055 (gdb-separate-io-stop, gdb-separate-io-eof):
13056 Rename from gdb-inferior-* to gdb-separate-*.
13057 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13058
13059 2006-02-14 Jay Belanger <belanger@truman.edu>
13060
13061 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13062 expression is a symbol before checking that it is bound.
13063
13064 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13065 test to see if equation can be solved.
13066
13067 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13068
13069 * wid-edit.el (widget-button-click): Use :pressed-face property
13070 for overlay face, if it exists.
13071
13072 * cus-edit.el (custom-manual, custom-add-see-also)
13073 (custom-add-parent-links, custom-group-link): Add :pressed-face
13074 property to links.
13075
13076 * files.el (hack-local-variables): Remove ignored variables before
13077 checking if any variables need setting.
13078
13079 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13080
13081 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13082
13083 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13084
13085 * help.el (where-is): Fix message for remapped commands.
13086
13087 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13088 Fix typos in docstrings.
13089
13090 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13091
13092 * files.el (safe-local-variable-values): New option.
13093 (hack-local-variables-prop-line): Return a list of variable-value
13094 pairs if MODE-ONLY is non-nil.
13095 (hack-local-variables): Construct list of variable-value pairs,
13096 and apply or reject them in one go. Ask for confirmation if
13097 variables are not known safe.
13098 (hack-local-variables-confirm): Complete rewrite. Support
13099 `safe-local-variable-values'.
13100 (enable-local-variables): Update docstring to reflect new
13101 behavior.
13102 (ignored-local-variables): Ignore ignored-local-variables and
13103 safe-local-variable-values.
13104 (safe-local-variable-p): New function.
13105 (risky-local-variable-p): `safe-local-variable' property check
13106 moved to safe-local-variable-p.
13107 (hack-one-local-variable): Checks moved to hack-local-variables.
13108
13109 (byte-compile-dynamic, c-basic-offset, c-file-style)
13110 (c-indent-level, comment-column, fill-column, fill-prefix)
13111 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13112 (no-update-autoloads, outline-regexp, page-delimiter)
13113 (paragraph-start, paragraph-separate, sentence-end)
13114 (sentence-end-double-space tab-width, version-control):
13115 Add `safe-local-variable' property.
13116
13117 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13118
13119 * icomplete.el, play/landmark.el: Change nonexistent
13120 `outline-layout' file variable to `allout-layout'.
13121
13122 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13123
13124 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13125 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13126 to gud-comint-buffer.
13127 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13128 gdb-ui.el for gdb-mi.el.
13129 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13130 registers buffer to gdb-get-changed-registers.
13131 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13132 deletion of catchpoints (throw and catch).
13133 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13134 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13135 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13136 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13137 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13138
13139 2006-02-13 Jay Belanger <belanger@truman.edu>
13140
13141 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13142 expression is a symbol before checking that it is bound.
13143
13144 2006-02-13 Richard M. Stallman <rms@gnu.org>
13145
13146 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13147 for the minibuffer too, but not if resize-mini-windows will interfere.
13148
13149 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13150 inside `interactive' spec.
13151 (describe-key-briefly-internal, describe-key-internal):
13152 Functions merged back into their callers.
13153
13154 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13155
13156 * info.el (info-xref-visited): Inherit from info-xref too.
13157 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13158 when propertizing Info-current-file and Info-current-node.
13159
13160 2006-02-13 Juri Linkov <juri@jurta.org>
13161
13162 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13163 (tumme-thumb-name): Fix per-directory format.
13164
13165 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13166
13167 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13168
13169 2006-02-12 Miles Bader <miles@gnu.org>
13170
13171 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13172
13173 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13174
13175 * tumme.el: Remove history section. If someone needs the it, it
13176 can always be found in CVS.
13177
13178 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13179
13180 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13181 about the Thumbnail Managing Standard option.
13182
13183 2006-02-12 Richard M. Stallman <rms@gnu.org>
13184
13185 * subr.el (substitute-key-definition): Doc fix.
13186
13187 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13188
13189 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13190
13191 * info.el (Info-mode): Doc fix.
13192
13193 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13194
13195 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13196
13197 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13198 because on Solaris a POSIX compatible "id" is needed. Reported by
13199 Magnus Henoch <mange@freemail.hu>.
13200
13201 2006-02-12 Juri Linkov <juri@jurta.org>
13202
13203 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13204 (tumme) <defgroup>: Change :group to `multimedia'.
13205 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13206 Managing Standard.
13207 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13208 Fix dostring.
13209 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13210 and %y. Fix docstring.
13211 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13212 (tumme-cmd-create-standard-thumbnail-command): New user options.
13213 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13214 is `standard'. Fix docstring.
13215 (tumme-thumb-width, tumme-thumb-height): New user options.
13216 (tumme-external-viewer): Try to find various viewers.
13217 (tumme-get-thumbnail-image): Use `create-image' instead of
13218 constructing the `image' structure.
13219 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13220 `standard'.
13221 (tumme-thumb-name): Add file name generation for standard storage.
13222 Simplify code for other storages.
13223 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13224 Add modification time %m and thumbnail-nq8 %q.
13225 Use `tumme-cmd-create-standard-thumbnail-command' if
13226 tumme-thumbnail-storage is `standard'.
13227 (tumme-dired-insert-marked-thumbs): New autoload command.
13228 (tumme-dired-after-readin-hook): New function.
13229 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13230 `tumme-thumb-size'.
13231 (tumme-display-image): Replace size-x %x and size-y %y with
13232 width %w and height %h.
13233
13234 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13235 `tumme-dired-insert-marked-thumbs'.
13236
13237 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13238
13239 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13240 include path).
13241 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13242 matching tag.
13243
13244 2006-02-12 Miles Bader <miles@gnu.org>
13245
13246 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13247 New variables.
13248 (rcirc-abbrev-nick): New function.
13249 (rcirc-format-response-string): Rewrite to use the formats in
13250 `rcirc-response-formats' and expand escape sequences therein.
13251 A text-property `rcirc-text' is added over the actual response
13252 text to make easy to find inside the returned string.
13253 (rcirc-print): When filling, just look for the `rcirc-text'
13254 text-property to find the appropriate fill prefix, instead of
13255 using hardwired patterns.
13256
13257 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13258
13259 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13260 Managing Standard.
13261
13262 2006-02-11 Kim F. Storm <storm@cua.dk>
13263
13264 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13265 Don't use insert-buffer; do insert-buffer-substring directly.
13266 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13267
13268 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13269
13270 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13271 with inhibit-read-only. Suggested by Stefan Monnier.
13272 (revert-buffer): Let insert-file-contents discard
13273 buffer-undo-list. Simplify code.
13274 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13275
13276 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13277
13278 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13279
13280 * help.el (describe-key-briefly): Now a wrapper for
13281 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13282 to t. Populate yank-menu if empty.
13283 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13284 (describe-key): Now a wrapper for describe-key-internal. Bind
13285 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13286 (describe-key-internal): Renamed from describe-key.
13287
13288 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13289
13290 * progmodes/glasses.el (glasses-separator): Doc fix.
13291 (glasses-original-separator): New defcustom.
13292 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13293
13294 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13295
13296 * mwheel.el (mouse-wheel-up-event): Doc fix.
13297
13298 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13299
13300 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13301 (tumme-dir): New function. Copied from thumbs.el.
13302
13303 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13304
13305 * desktop.el (desktop-outvar): Fix typo.
13306 (desktop-save-buffer-p): Doc fix.
13307
13308 * subr.el (substitute-key-definition): Fix typo.
13309
13310 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13311
13312 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13313 when window-system is mac.
13314
13315 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13316
13317 2006-02-10 Kim F. Storm <storm@cua.dk>
13318
13319 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13320 indirect-function instead of using condition-case.
13321
13322 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13323
13324 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13325 less `colloquial'...
13326
13327 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13328
13329 * tumme.el: Add a couple of todo items.
13330
13331 2006-02-09 Lars Hansen <larsh@soem.dk>
13332
13333 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13334 (highlight-changes-mode): Don't change desktop-locals-to-save.
13335
13336 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13337
13338 * image-mode.el (image-toggle-display): Clear image cache if using
13339 filename.
13340
13341 2006-02-09 Masatake YAMATO <jet@gyve.org>
13342
13343 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13344 a `dired-man' target.
13345
13346 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13347 boundary of symbols.
13348
13349 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13350
13351 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13352
13353 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13354
13355 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13356 `mapcar'; return nil.
13357
13358 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13359
13360 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13361 some other event.
13362
13363 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13364
13365 * net/rcirc.el (rcirc-startup-channels-alist):
13366 Add irc.freenode.net and #emacs as defaults.
13367 (rcirc-ignore-all-activity-flag): Remove variable.
13368 (rcirc-authinfo): New variable.
13369 (rcirc-authinfo-filename): Remove variable.
13370 (rcirc-always-use-server-buffer-flag): New flag.
13371 (rcirc): M-x rcirc will automatically connect without prompting.
13372 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13373 connection in lisp.
13374 (rcirc-process-server-response-1): Remove everything but the nick
13375 portion of the sender so it doesn't need to be done everywhere
13376 else. Update related code.
13377 (global-map): Remove global keybindings.
13378 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13379 (rcirc-send-input): Split into several functions.
13380 (rcirc-process-input-line, rcirc-process-message)
13381 (rcirc-process-command): New functions.
13382 (rcirc-target-buffer): New function to determine where to route
13383 messages.
13384 (rcirc-user-nick): Save match data.
13385 (rcirc-toggle-ignore-buffer-activity)
13386 (rcirc-update-activity-string): Remove global ignore functionality,
13387 which can be done now by toggling rcirc-track-minor-mode.
13388 (rcirc-track-minor-mode-map): New keymap.
13389 (rcirc-track-minor-mode): New minor-mode.
13390 (ignore): Make the ignore output nicer. Always print it when
13391 adding or removing nicks.
13392 (rcirc-url-regexp): Improve.
13393 (rcirc-mangle-text): Remove properties before using text in the
13394 modeline.
13395 (rcirc-authenticate): Authentication data comes from
13396 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13397 (rcirc-server-prefix): Inherit from rcirc-server.
13398
13399 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13400
13401 * Makefile.in (compile): Append "|| true" to the end of the `find'
13402 command, like compile-always does.
13403
13404 2006-02-08 Sam Steingold <sds@gnu.org>
13405
13406 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13407 output from a dead connection.
13408
13409 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13410
13411 * dired.el (dired-mode-map): Add more bindings for tumme.
13412
13413 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13414
13415 * wdired.el (wdired-mode-map): Use remap.
13416 (wdired-get-filename): Massage.
13417 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13418 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13419 `keymap' property rather than `local-map'.
13420
13421 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13422
13423 * tumme.el (tumme-get-thumbnail-image): New utility function.
13424 Suggested by from Chong Yidong.
13425 (tumme-dired-with-window-configuration): Rename from
13426 `tumme-dired'. Add code to save window configuration.
13427 (tumme-restore-window-configuration): New command to restore the
13428 window configuration that `tumme-dired-with-window-configuration'
13429 saves before it changes the window configuration.
13430 (tumme-show-all-from-dir): New command to display thumbnails for
13431 all files in a directory entered by the user, like M-x thumbs.
13432 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13433 have been created.
13434 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13435 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13436 Remove obsolete test function.
13437
13438 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13439
13440 * vc.el (small-temporary-file-directory): Remove defvar; there's
13441 a defcustom for it in files.el.
13442
13443 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13444 Fix typo in message.
13445 (tumme-gallery-generate): Fix typo in `error' message.
13446 (tumme-display-window-height-correction)
13447 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13448 (tumme-line-up-interactive): Dox fixes.
13449 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13450 (tumme-restore-window-configuration, tumme-format-properties-string)
13451 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13452 Fix typos in docstrings.
13453
13454 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13455
13456 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13457
13458 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13459
13460 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13461 User should use hook if desired.
13462
13463 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13464 buffer if necessary.
13465 (gdb-delete-frame-or-window): New function.
13466 (gdb-breakpoints-mode-map): Bind "q" to it.
13467
13468 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13469
13470 * textmodes/nroff-mode.el: Clean up name space.
13471 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13472 (nroff-mode): Obey the global setting of nroff-electric-mode.
13473 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13474
13475 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13476
13477 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13478
13479 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13480
13481 2006-02-06 Lars Hansen <larsh@soem.dk>
13482
13483 * generic-x.el (etc-fstab-generic-mode): Add file system types
13484 cifs and usbdevfs. Allow special chars in file names.
13485
13486 2006-02-05 Jay Belanger <belanger@truman.edu>
13487
13488 Update copyright notices of the files in lisp/calc.
13489
13490 2006-02-05 Romain Francoise <romain@orebokech.com>
13491
13492 Update copyright notices of all files in the lisp/play directory.
13493
13494 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13495
13496 * ldefs-boot.el: Regenerate.
13497
13498 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13499
13500 2006-02-05 Kim F. Storm <storm@cua.dk>
13501
13502 * files.el (magic-mode-regexp-match-limit): New defvar.
13503 (set-auto-mode): Use it to limit magic-mode-alist matching.
13504
13505 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13506
13507 * info.el (Info-index, Info-mode): Improve the description of the
13508 `i' command.
13509
13510 * ldefs-boot.el: Regenerate.
13511
13512 2006-02-03 Werner Lemberg <wl@gnu.org>
13513
13514 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13515 greedy to find the closing bracket in \*[...] and similar
13516 expressions. This is a first rough fix -- many additional
13517 refinements are necessary to make nroff mode really usable with groff.
13518
13519 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13520
13521 * international/mule-cmds.el (set-locale-environment):
13522 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13523 libX11.
13524
13525 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13526
13527 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13528 archive are created in archive-tmpdir.
13529
13530 2006-02-02 John Paul Wallington <jpw@pobox.com>
13531
13532 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13533 (ibuffer-fontification-alist): Use it.
13534 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13535 to "* z" and the Ibuffer Mark menu.
13536
13537 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13538
13539 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * textmodes/table.el (*table--cell-describe-mode)
13542 (*table--cell-describe-bindings): Undo last change since
13543 print-help-return-message is not obsoleted by anything at all.
13544
13545 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13546
13547 * emulation/cua-base.el (cua-mode): Doc fix.
13548
13549 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13550
13551 * dframe.el (dframe-handle-make-frame-visible)
13552 (dframe-handle-iconify-frame, dframe-get-focus)
13553 (dframe-select-attached-frame, dframe-power-click)
13554 (dframe-frame-mode): Fix typos in docstrings.
13555
13556 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13557 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13558 Fix typos in docstrings.
13559
13560 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13561 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13562 (hi-lock-archaic-interface-message-used)
13563 (hi-lock-file-patterns-range): Fix typos in docstrings.
13564
13565 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13566 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13567
13568 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13569 Fix typo in docstring.
13570
13571 * net/newsticker.el (newsticker--decode-iso8601-date)
13572 (newsticker--set-customvar, newsticker--buffer-insert-item)
13573 (newsticker--do-run-auto-mark-filter)
13574 (newsticker--parse-generic-feed): Doc fixes.
13575 (newsticker--retrieval-timer-list, newsticker-url-list)
13576 (newsticker-hide-immortal-items-in-echo-area)
13577 (newsticker-hide-obsolete-items-in-echo-area)
13578 (newsticker-new-item-face, newsticker--enclosure)
13579 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13580 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13581 (newsticker--parse-generic-feed, newsticker--cache-contains)
13582 (newsticker--stat-num-items, newsticker-download-enclosures):
13583 Fix typos in docstrings.
13584
13585 * net/rcirc.el (rcirc-debug): Doc fix.
13586 (rcirc-fill-column, rcirc-receive-message-hooks)
13587 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13588 (rcirc-mode, rcirc-generate-new-buffer-name)
13589 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13590 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13591 Fix typos in docstrings.
13592 (rcirc-print): "?\ " -> "?\s".
13593 (rcirc-cmd-join): Improve argument/docstring consistency.
13594
13595 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13596
13597 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13598 before narrow-to-region.
13599
13600 2006-02-01 Richard M. Stallman <rms@gnu.org>
13601
13602 * simple.el (move-beginning-of-line): Scan properly for invis change.
13603
13604 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13605
13606 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13607
13608 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13609 change bit only when id-format is 'integer. Reported by Matt
13610 Hodges <M.P.Hodges@rl.ac.uk>.
13611
13612 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13613
13614 * hilit-chg.el (highlight-changes-initial-state)
13615 (highlight-changes-global-initial-state): Doc fixes.
13616 (highlight-changes-global-modes, global-highlight-changes):
13617 Fix typos in docstrings.
13618
13619 2006-02-01 Kim F. Storm <storm@cua.dk>
13620
13621 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13622 transient-mark-mode in doc string.
13623
13624 2006-01-31 Richard M. Stallman <rms@gnu.org>
13625
13626 * replace.el (multi-occur): Doc fix.
13627 (multi-occur-in-matching-buffers): Rename from
13628 multi-occur-by-filename-regexp. Prefix arg says match
13629 buffer names instead of file names.
13630
13631 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13632
13633 * bs.el: Allow non-default values of `bs-header-lines-length'.
13634 (bs--running-in-xemacs): Remove (not needed anymore).
13635 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13636 instead of `shrink-window', thus avoiding having to compute the
13637 height of the window.
13638 (bs--up): Wrap around even when there's no header.
13639 (bs--down): Use `forward-line' instead of `next-line'.
13640
13641 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13642
13643 * image-mode.el (image-toggle-display): Use file name if possible,
13644 instead of unnecessarily allocating a (possibly huge) lisp string.
13645
13646 2006-01-30 John Paul Wallington <jpw@pobox.com>
13647
13648 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13649 because the `assert' macro signals it at runtime.
13650
13651 * emacs-lisp/cl.el (toplevel): Remove definition of
13652 `cl-assertion-failed' condition.
13653
13654 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13655
13656 * thumbs.el (thumbs-marked-list): Make buffer-local and
13657 permanent-local.
13658 (thumbs-insert-thumb): Make help-echo non-sticky.
13659 (thumbs-file-alist): Use eolp as check for (non)-image.
13660
13661 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13662
13663 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13664 (ediff-before-session-group-setup-hooks)
13665 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13666 Fix typos in docstrings.
13667
13668 * window.el (bw-dir, bw-eqdir, balance-windows)
13669 (split-window-keep-point): Fix typos in docstrings.
13670
13671 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13672 (org-quote-string, org-calendar-to-agenda-key)
13673 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13674 (org-show-following-heading, org-tags-column)
13675 (org-use-tag-inheritance, org, org-allow-space-in-links)
13676 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13677 (org-enable-table-editor, org-calc-default-modes)
13678 (org-table-allow-automatic-line-recalculation)
13679 (org-export-html-style, org-export-with-fixed-width)
13680 (org-export-with-sub-superscripts, org-special-keyword)
13681 (org-formula, org-time-grid, org-table-may-need-update)
13682 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13683 (org-goto-quit, org-get-indentation, org-end-of-item)
13684 (org-move-item-down, org-move-item-up)
13685 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13686 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13687 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13688 (org-agenda-log-mode, org-agenda-toggle-diary)
13689 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13690 (org-agenda-file-to-end, org-agenda-no-heading-message)
13691 (org-agenda-get-closed, org-format-agenda-item)
13692 (org-cmp-priority, org-cmp-category, org-cmp-time)
13693 (org-agenda-change-all-lines, org-agenda-diary-entry)
13694 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13695 (org-link-search, org-camel-to-words, org-open-file)
13696 (org-remember-handler, org-table-convert-region)
13697 (org-table-move-row-down, org-table-move-row-up)
13698 (org-table-copy-region, org-table-wrap-region)
13699 (org-table-toggle-vline-visibility)
13700 (org-table-get-vertical-vector, org-table-modify-formulas)
13701 (org-table-get-specials, org-recalc-commands)
13702 (org-table-rotate-recalc-marks, org-table-eval-formula)
13703 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13704 (org-level-color-stars-only, org-insert-heading):
13705 Fix typos in docstrings.
13706 (last-arg): Add defvar.
13707
13708 * makefile.w32-in (WINS): Add erc.
13709 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13710
13711 2006-01-29 Bill Wohler <wohler@newt.com>
13712
13713 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13714 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13715 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13716 (mh-autoloads): Don't use comments on otherwise empty lines.
13717
13718 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13719
13720 * emulation/viper.el (viper-major-mode-modifier-list): Add
13721 insert-state and vi-state entries for erc-mode.
13722 (viper-go-away, viper-set-hooks): Add and remove
13723 viper-comint-mode-hook from erc-mode-hook as appropriate.
13724
13725 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13726
13727 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13728
13729 * bs.el (bs--format-aux): Implement `middle' alignment as
13730 described in the docstring for `bs-attributes-list'.
13731 (bs--get-name): Simplify. Don't pad the buffer name.
13732
13733 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13734
13735 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13736 English aspell dictionary is installed, use the first entry of
13737 ispell-dictionary-alist-1.
13738
13739 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13740
13741 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13742 Doc fix.
13743
13744 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13745
13746 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13747 for `process-file', in order to let it work for older Emacsen too.
13748
13749 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13750
13751 * international/latexenc.el: Add a suitable `coding:' tag.
13752 (latexenc-find-file-coding-system): Undo last change.
13753
13754 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13755
13756 * international/latexenc.el (latexenc-find-file-coding-system):
13757 Make sure latexenc-main-file is a regular file and is readable.
13758
13759 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13760
13761 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13762 Pass FILE to vc-user-login-name.
13763
13764 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13765
13766 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13767
13768 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13769 there are no more images to display.
13770 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13771 the next image.
13772
13773 2006-01-26 Richard M. Stallman <rms@gnu.org>
13774
13775 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13776
13777 * wid-edit.el (advertised-widget-backward): New alias.
13778 (widget-keymap): Use advertised-widget-backward for S-TAB.
13779
13780 * tumme.el: Correct the keywords.
13781 (tumme-dir-max-size): Use defvar.
13782 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13783
13784 * simple.el (move-beginning-of-line): Take account of fields.
13785 (clone-indirect-buffer-other-window): Take args like
13786 clone-indirect-buffer, and work like it.
13787
13788 * help-fns.el (describe-function): Don't pass `nil' as default.
13789
13790 * files.el (risky-local-variable-p): Follow var aliases.
13791
13792 * subr.el (lazy-completion-table): Doc fix.
13793
13794 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13795 global binding of `line'.
13796
13797 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13798
13799 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13800 Tramp.
13801
13802 * vc.el (vc-default-dired-state-info): Pass FILE to
13803 vc-user-login-name.
13804 (vc-default-update-changelog): Don't use vc-user-login-name, we
13805 don't need it here.
13806
13807 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13808 no longer necessary.
13809
13810 2006-01-25 Kenichi Handa <handa@m17n.org>
13811
13812 * international/mule.el (decode-char): Avoid the overhead of
13813 calling utf-lookup-subst-table-for-decode if
13814 utf-translate-cjk-mode is nil.
13815 (encode-char): Avoid the overhead of calling
13816 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13817 nil.
13818
13819 2006-01-22 Kenichi Handa <handa@m17n.org>
13820
13821 * international/mule.el (make-subsidiary-coding-system): Reset
13822 `coding-system-define-form' property of subsidiaries to nil.
13823 Avoid duplicated entry in coding-system-alist.
13824 (make-coding-system): Avoid duplicated entry in
13825 coding-system-alist.
13826 (define-coding-system-alias): Likewise.
13827
13828 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13829
13830 * completion.el: Minor fixes in introductory comment.
13831 (completion-def-wrapper): Fix alist.
13832
13833 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13834
13835 * thumbs.el (thumbs-new-image-size): New function.
13836 (thumbs-increment-image-size-element)
13837 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13838 (thumbs-decrement-image-size): Delete.
13839 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13840 temp files and use to resize.
13841 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13842 Use increment argument to enlarge/shrink. Preserve point.
13843 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13844 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13845 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13846 (thumbs-mark, thumbs-unmark): Preserve point.
13847 (thumbs-modify-image): Keep old temp files and use to modify.
13848 Cleanup old temp files at load time. Preserve point.
13849 (thumbs-view-image-mode-map): Use new command names.
13850
13851 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13852
13853 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13854
13855 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13856 the nastiest part of the cyclic dependency.
13857 (cal-menu-update): Use dotimes and calendar-increment-month.
13858
13859 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13860 (calendar-week-start-day): Add an :initializer.
13861 (calendar-mode-map): Use suppress-keymap, and command remapping.
13862 (describe-calendar-mode): Setup xref-stack info for the back button.
13863 (calendar-star-date): Insert before delete.
13864 (calendar-set-mode-line): Add file-modified info if applicable.
13865 (calendar-increment-month): New function.
13866
13867 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13868
13869 * font-lock.el (lisp-font-lock-keywords-2):
13870 Recognize "& keywords" only at word boundaries.
13871
13872 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13873
13874 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13875 and permanent-local.
13876 (thumbs-max-image-number): New variable.
13877 (thumbs-do-thumbs-insertion): Use them.
13878 (thumbs-per-line): Change default to 4.
13879 (thumbs-marked-list): Rename from thumbs-markedL.
13880 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13881 (thumbs-rename-images): Use -list instead of L for internal variables.
13882 (thumbs-call-convert): Use call-process instead of shell-command.
13883 (thumbs-insert-thumb): Add filename as help-echo to each image.
13884 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13885 Give dir to thumbs-show-thumbs-list.
13886 (thumbs-show-thumbs-list): Set default-directory to that of images.
13887 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13888 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13889 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13890 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13891
13892 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13893
13894 * ses.el (ses-read-cell): Provide a default value.
13895
13896 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13897
13898 * term/w32-win.el (image-library-alist): Add additional names for
13899 GIF library.
13900
13901 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13902
13903 * international/latexenc.el (latexenc-find-file-coding-system):
13904 Add file-regular-p check.
13905
13906 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13907
13908 * simple.el (clone-buffer): Don't show the new buffer in the same
13909 window.
13910
13911 2006-01-23 Juri Linkov <juri@jurta.org>
13912
13913 * faces.el (link, link-visited): New faces based on default values
13914 of `info-xref' and `info-xref-visited'.
13915
13916 * info.el (info-xref): Inherit from `link'.
13917 (info-xref-visited): Inherit from `link-visited'.
13918
13919 * cus-edit.el (custom-buffer-create-internal): Use widget type
13920 `custom-manual' instead of `info-link' and don't set properties
13921 `button-face' and `mouse-face' explicitly.
13922 (custom-browse-group-tag, custom-browse-variable-tag)
13923 (custom-browse-face-tag): Inherit from widget class
13924 `custom-group-link' instead of `push-button'.
13925 (custom-button-unraised): Inherit from `underline' face.
13926 (custom-link): Inherit from `link' face. Fix doc and group.
13927 (custom-add-parent-links, custom-group-value-create): Don't set
13928 properties `button-face' and `mouse-face' explicitly for
13929 `custom-group-link' widget.
13930 (custom-group-link): Add properties `button-face' and `mouse-face'
13931 to widget definition.
13932 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13933 editable-field's :keymap property.
13934 (custom-mode): Fix docstring: substitute keybindings for
13935 `widget-forward' and `widget-backward' from `widget-keymap',
13936 `widget-complete' from `custom-field-keymap', replace old
13937 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13938
13939 * desktop.el (desktop-load-file): Check for `fboundp' before
13940 calling `symbol-function'.
13941
13942 * simple.el (clone-buffer, clone-indirect-buffer)
13943 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13944 `read-string'. Fix prompts.
13945
13946 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13947
13948 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13949
13950 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13951
13952 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13953
13954 * startup.el (inhibit-splash-screen, initial-scratch-message):
13955 Doc fixes.
13956
13957 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13958
13959 Sync with Tramp 2.0.52.
13960
13961 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13962 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13963 `tramp-unload-tramp' for checklist.
13964
13965 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13966 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13967 (tramp-unload-file-name-handler-alist)
13968 (tramp-unload-tramp): New defuns.
13969 (tramp-advice-PC-expand-many-files): New defadvice.
13970 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13971 removed.
13972 (tramp-handle-expand-file-name): Remove double slash.
13973 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13974 It doesn't matter, because it will be converted later on.
13975 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13976 implementation was just heuristic.
13977 (tramp-post-connection): Set uid and gid properties.
13978 (tramp-convert-file-attributes): Set file's gid change bit.
13979 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13980 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13981 in case of su(do)? methods. The home directory of the local user
13982 will be taken else.
13983 (tramp-open-connection-telnet)
13984 (tramp-open-connection-rsh, tramp-open-connection-su)
13985 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13986 local shell prompt could hurt. Reported by Romain Francoise
13987 <romain@orebokech.com>.
13988 (tramp-let-maybe): Add `edebug-form-spec' property.
13989 (tramp-handle-expand-file-name): Bind `default-directory' locally
13990 to "/" in order to avoid problems with UNC shares or Cygwin
13991 mounts.
13992 (tramp-md5-function): Fix typo in error message.
13993
13994 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13995
13996 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13997 for byte-compiler pacification.
13998
13999 2006-01-22 Andre Spiegel <spiegel@gnu.org>
14000
14001 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14002 ID-FORMAT `string'. This allows us to get rid of
14003 `vc-user-login-name UID'.
14004
14005 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14006
14007 2006-01-22 John Paul Wallington <jpw@pobox.com>
14008
14009 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14010
14011 2006-01-21 Martin Rudalics <rudalics@gmx.at>
14012
14013 * emacs-lisp/find-func.el (find-definition-noselect)
14014 (find-variable-noselect): Search variables in C source code too.
14015 (find-function-C-source, find-function-noselect, find-function)
14016 (find-function-other-frame, find-variable-noselect, find-variable)
14017 (find-variable-other-frame, find-variable-at-point):
14018 Fix docstrings.
14019
14020 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14021
14022 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14023
14024 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14025
14026 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14027 Default to disabling the "Save affix" question.
14028
14029 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14030
14031 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14032 the first arg to run-python.
14033
14034 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14035
14036 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14037 is not loaded.
14038
14039 2006-01-20 Jay Belanger <belanger@truman.edu>
14040
14041 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14042 limit is 0.
14043
14044 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14045 the correct variable.
14046
14047 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14048
14049 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14050 link. Fixed buggy argument sequence in call to `org-view-tags'.
14051 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14052 (org-prefix-has-tag): New variable.
14053 (org-format-agenda-item): Remove tags from headline if
14054 appropriate.
14055 (org-agenda-remove-tags-when-in-prefix): New option.
14056 (org-get-tags-at): New function.
14057
14058 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14059
14060 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14061 (thumbs-find-image): Move image name and number from buffer name
14062 to mode name. Set thumbs-buffer. Preserve point so that large
14063 images remain visible.
14064 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14065 order.
14066 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14067 mode name.
14068 (thumbs-next-image, thumbs-previous-image): Make them work.
14069
14070 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14071
14072 * cus-edit.el (custom-buffer-create-internal): State in the text above
14073 the whole buffer buttons that they do not operate on hidden items.
14074 (custom-face-menu): Use `custom-face-save' instead of
14075 `custom-face-save-command'.
14076 (custom-face-save-command): Make it an alias for `custom-face-save'
14077 and declare it obsolete.
14078 (custom-face-save): Doc fix.
14079
14080 * dired.el (dired-no-confirm): Add quote.
14081 (dired-subdir-alist-pre-R): Add quote in
14082 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14083
14084 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14085
14086 * textmodes/table.el (table-mode-indicator): Typo in last change.
14087
14088 2006-01-19 Richard M. Stallman <rms@gnu.org>
14089
14090 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14091 Fixes bug reported in Nov 2005.
14092
14093 * isearch.el (isearch-forward): Doc fix.
14094
14095 * dired.el (dired-move-to-filename-regexp): Define as alias.
14096 (dired-no-confirm): Use defcustom.
14097 (dired-subdir-alist-pre-R): Put defvar at top level.
14098
14099 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14100
14101 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14102 Mark as risky.
14103
14104 * simple.el (set-mark-command): Doc fix.
14105 (clone-indirect-buffer-other-window):
14106 Read arg like clone-indirect-buffer.
14107 (move-beginning-of-line): Skip invisible newlines.
14108
14109 2006-01-19 Masatake YAMATO <jet@gyve.org>
14110
14111 * progmodes/cpp.el (cpp-edit-load): Make the order of
14112 listed conditions in a base C code buffer and its associate
14113 CPP Edit buffer the same.
14114
14115 2006-01-19 Kenichi Handa <handa@m17n.org>
14116
14117 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14118 (rmail-mime-feature): Likewise.
14119 (rmail-require-mime-maybe): Use display-warning to show a warning
14120 message.
14121
14122 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14123 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14124
14125 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14126
14127 * array.el: Move defvars out of eval-when-compile.
14128 (array-make-template): Replace undeclared global var with a local one.
14129 (array-mode): Inline initialization functions.
14130 (array-init-local-variables, array-init-max-row)
14131 (array-init-max-column, array-init-columns-per-line)
14132 (array-init-field-width, array-init-rows-numbered)
14133 (array-init-line-length, array-init-lines-per-row): Remove.
14134
14135 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14136 (doc-mode-map): Define explicitly.
14137 (doctor-txtype): Use mapc.
14138
14139 * textmodes/table.el: Move defvars out of eval-when-compile.
14140 Remove harmful code meant to avoid byte-compiler warnings.
14141 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14142 specification that checks table-fixed-width-mode directly.
14143 (table-recognize-region, table-recognize-cell):
14144 Use restore-buffer-modified-p.
14145 (table-fixed-width-mode): Remove code that refreshes
14146 table-fixed-mode-indicator.
14147 (*table--cell-describe-bindings, *table--cell-describe-mode):
14148 Avoid obsolete name print-help-return-message.
14149 (table--test-cell-list): Don't use replace-regexp from elisp.
14150 (table--point-entered-cell-function, table--point-left-cell-function):
14151 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14152
14153 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14154 that was after the end of file. Use buffer-file-name variable.
14155 (org-timestamp-change): Use with-current-buffer.
14156 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14157 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14158 `file'.
14159
14160 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14161 (fortran-break-line): Remove unused var `opoint'.
14162 (fortran-abbrev-start): Obey help-event-list.
14163
14164 2006-01-18 Jesper Harder <harder@phys.au.dk>
14165
14166 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14167
14168 2006-01-18 Masatake YAMATO <jet@gyve.org>
14169
14170 * progmodes/make-mode.el (makefile-imake-mode): New mode
14171 derived from makefile-mode.
14172 (makefile-imake-mode-syntax-table): New syntax table
14173 derived from makefile-mode-syntax-table.
14174 (makefile-mode): Write about makefile-imake-mode in doc string.
14175 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14176 (makefile-imake-font-lock-keywords): New font lock keywords.
14177
14178 * files.el (auto-mode-alist): Add Imakefile.
14179
14180 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14181
14182 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14183 loading the file rather than when turning on flyspell-mode.
14184
14185 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14186
14187 * cus-edit.el (customize-rogue): Minor doc fix.
14188
14189 2006-01-17 Juri Linkov <juri@jurta.org>
14190
14191 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14192 instead of the file at the mark as default if the file at the mark
14193 is the same as the file at point or if dired-dwim-target-directory
14194 is not the same as the current directory and the mark is not active.
14195
14196 * log-view.el (log-view-minor-wrap): Use the same logic to get
14197 revisions as `log-view-diff'.
14198
14199 * info.el (Info-revert-find-node): Check for Info-current-file
14200 before preserving new-history.
14201
14202 * man.el (Man-heading-regexp): Add `/'.
14203
14204 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14205 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14206
14207 2006-01-16 Juri Linkov <juri@jurta.org>
14208
14209 * faces.el (mode-line-faces): New defgroup.
14210 (mode-line-highlight): Move definition after new defgroup.
14211 (mode-line, mode-line-inactive, mode-line-highlight):
14212 Replace :group `modeline' with `mode-line-faces'.
14213 (mode-line-buffer-id): New face.
14214 (modeline-buffer-id): New face alias.
14215 (vertical-border): Remove :group `modeline'.
14216
14217 * bindings.el (propertized-buffer-identification): Use face
14218 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14219 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14220 (mode-line-buffer-identification-keymap): For mouse-1 replace
14221 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14222 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14223 mouse-3.
14224
14225 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14226 Buffer-menu-buffer. Doc fix.
14227 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14228 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14229 `Buffer-menu-buffer'.
14230
14231 * info.el (Info-mode-line-node-keymap): New defvar.
14232 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14233 Propertize Info-current-node with `mode-line-buffer-id' and
14234 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14235
14236 * time.el (display-time-mail-face): Replace :group `faces' with
14237 `mode-line-faces'.
14238
14239 2006-01-16 Kenichi Handa <handa@m17n.org>
14240
14241 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14242
14243 * language/european.el (cp1252): New alias for windows-1252.
14244
14245 * international/mule.el (autoload-coding-system): Prepare for EOL
14246 variants.
14247
14248 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14249
14250 * term.el (term-raw-map): Add mapping for insert.
14251 (term-send-insert): New.
14252 (term-mode): Make variables local here instead of doing it in
14253 `term-emulate-terminal'.
14254 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14255 Scroll reverse needs to take into account the scroll region.
14256 Saving and restoring the cursor should save the color attributes too.
14257 (term-reset-terminal): Reset the scroll region.
14258 (term-handle-ansi-escape): Cursor up and down should take into
14259 account the scroll region.
14260 (term-set-scroll-region): Rename from `term-scroll-region'.
14261 Move to 0,0 after setting the region.
14262 (term-handle-scroll): Handle scroll up.
14263 (term-down): Fix off by one error.
14264 (term-delete-lines): Do not delete outside the scroll region.
14265 (term-insert-lines): Take into account the scroll region.
14266
14267 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14268
14269 * textmodes/ispell.el (ispell-internal-change-dictionary)
14270 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14271 (start, end): Move declaration outside of eval-when-compile.
14272
14273 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14274 (flyspell-mode-on): Use it.
14275
14276 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14277 ispell-kill-ispell-hook.
14278
14279 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14280
14281 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14282 (Custom-reset-saved): Do not ask for confirmation in single option
14283 buffers.
14284
14285 2006-01-13 Richard M. Stallman <rms@gnu.org>
14286
14287 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14288
14289 2006-01-13 Romain Francoise <romain@orebokech.com>
14290
14291 * add-log.el (add-change-log-entry, change-log-merge):
14292 Conditionally use `hard-newline'.
14293
14294 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14295
14296 * wid-edit.el (widget-field-end): If the overlay is no longer
14297 associated with a buffer, behave as if the overlay didn't exist.
14298
14299 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14300 Make sure the links use the `custom-link' face.
14301
14302 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14303
14304 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14305 (ld-script-mode): Don't set indent-line-function since we don't
14306 have one.
14307
14308 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14309
14310 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14311 application.
14312 (org-file-apps-defaults-gnu): Use mailcap as the default for
14313 selecting an application on a UNIX system.
14314 (org-agenda-show-tags): New command.
14315 (org-table-insert-hline): Keep cursor in current table line.
14316 (org-table-convert): Offset effect of modifying
14317 `org-table-insert-hline'.
14318 (org-format-agenda-item): New optional argument TAG.
14319 (org-compile-prefix-format): Handle %T format for the tag.
14320 (org-expand-wide-chars): New function.
14321 (org-table-insert-row, org-table-insert-hline):
14322 Use `org-expand-wide-chars'.
14323 (org-open-file): Fix bug in program launch.
14324 (org-get-time-of-day): Fix bug with times before 1am.
14325 (org-agenda-menu): Add tags commands.
14326
14327 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14328
14329 * textmodes/ispell.el (ispell-init-process): Include the used
14330 dictionary in ispell process start message.
14331 (ispell-internal-change-dictionary): When flyspell-mode is active
14332 and dictionary is changed, make sure ispell process is restarted
14333 and flyspell word cache cleared out for the current buffer.
14334 (ispell-change-dictionary): Make sure flyspell word cache is
14335 cleared out in all buffers with active flyspell mode when
14336 dictionary is globally changed.
14337 Call ispell-internal-change-dictionary after dictionary change.
14338
14339 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14340
14341 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14342
14343 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14344 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14345 years. Fix small differences wrt Makefile.in.
14346 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14347 Makefile.in does.
14348
14349 2006-01-12 Bill Wohler <wohler@newt.com>
14350
14351 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14352 mh-search.el.
14353
14354 2006-01-12 Masatake YAMATO <jet@gyve.org>
14355
14356 * progmodes/ld-script.el: Update copyright year.
14357
14358 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14359
14360 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14361 Don't add widget if setting undefined.
14362
14363 2006-01-12 John Paul Wallington <jpw@pobox.com>
14364
14365 * help-fns.el (describe-variable): Remove newlines from void
14366 variable output.
14367
14368 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14369
14370 * wdired.el (wdired-mode-map): Add help echo for
14371 wdired-abort-changes.
14372
14373 * man.el (Man-file-name-regexp): Adjust for a list of files.
14374
14375 2006-01-12 Masatake YAMATO <jet@gyve.org>
14376
14377 * progmodes/ld-script.el (auto-mode-alist): Support
14378 suffix conventions used in netbsd and eCos.
14379
14380 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14381
14382 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14383 (custom-variable-menu, custom-face-menu, custom-group-menu)
14384 (Custom-mode-menu): Change names of menu items. (As discussed on
14385 emacs-devel.)
14386 (custom-face-menu): Add "Undo Edits" item.
14387
14388 * startup.el (init-file-user): defcustom -> defvar.
14389
14390 * tooltip.el (tooltip-mode): Doc fix.
14391
14392 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14393
14394 * reveal.el (reveal-post-command): window-buffer signals an error on
14395 dead windows rather than returning nil.
14396 (reveal-open-new-overlays): An overlay might die while we open others.
14397
14398 2006-01-11 Bill Wohler <wohler@newt.com>
14399
14400 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14401 phrasing in docstring.
14402
14403 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14404 can give some systems gas. Add new file mh-buffers.el.
14405
14406 2006-01-06 Masatake YAMATO <jet@gyve.org>
14407
14408 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14409 C preprocessor forward ported from GNU Emacs 21.2.
14410
14411 * progmodes/asm-mode.el (asm-font-lock-keywords):
14412 Use `cpp-font-lock-keywords'.
14413
14414 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14415
14416 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14417 of $ for "\\.ld[s]?".
14418
14419 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14420
14421 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14422 (tcl-indent-line): Return `noindent' if inside a string.
14423
14424 * progmodes/flymake.el (flymake-split-string): Remove more than one
14425 empty string at beg/end of the result.
14426 (flymake-find-buildfile, flymake-find-possible-master-files):
14427 Use expand-file-name.
14428 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14429 since expand-file-name does it for us. Use directory-file-name.
14430 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14431 (flymake-ler-get-type, flymake-ler-get-text)
14432 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14433 (flymake-current-line-no): Remove spurious interactive spec.
14434 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14435 (flymake-check-include): Remove arg inc-path merged into inc-name.
14436 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14437 Arg regexp-list replaced by a simple regexp.
14438 (flymake-master-make-header-init, flymake-master-tex-init):
14439 Correspondingly replace regexp-list with a regexp. Fix regexp.
14440
14441 2006-01-10 Simon Josefsson <jas@extundo.com>
14442
14443 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14444 describing AUTH PLAIN fix.
14445
14446 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14447
14448 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14449 (report-emacs-bug): Don't record initial prompt text.
14450 Instead, add text properties to prompting text.
14451 (report-emacs-bug-hook): Delete prompting text.
14452
14453 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14454
14455 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14456 `dirs'. Adjust callers.
14457
14458 2006-01-09 John Paul Wallington <jpw@gnu.org>
14459
14460 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14461
14462 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14463
14464 * reveal.el (reveal-open-new-overlays): New extracted fun.
14465 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14466 using them. Simplify the code.
14467 (reveal-post-command): Use them. Fix up obsolete windows in
14468 reveal-open-spots.
14469
14470 * progmodes/flymake.el: Use `require' rather than autoload for
14471 XEmacs's overlays.
14472 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14473 Delete. Use file-relative-name instead.
14474 (flymake-get-syntax-check-program-args, flymake-perl-init):
14475 Simplify the resulting code.
14476
14477 * log-view.el (log-view-file-re, log-view-message-re): Add support
14478 for DaRCS output.
14479
14480 2006-01-09 Alex Schroeder <alex@gnu.org>
14481
14482 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14483 identifiers sometimes added in square brackets at the beginning of
14484 subject lines.
14485
14486 2006-01-07 Richard M. Stallman <rms@gnu.org>
14487
14488 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14489 (Custom-reset-current, Custom-reset-saved): Change question text.
14490 (Custom-reset-standard): Likewise.
14491 (custom-variable-reset-saved): Doc fix.
14492
14493 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14494
14495 * startup.el (init-file-user): Doc fix.
14496
14497 2006-01-07 Alex Schroeder <alex@gnu.org>
14498
14499 * mail/rmail.el (rmail-current-subject): New function.
14500 (rmail-current-subject-regexp): New function.
14501 (rmail-next-same-subject): Use it.
14502
14503 * mail/rmailsum.el (rmail-summary-by-topic):
14504 Use rmail-current-subject and rmail-current-subject-regexp.
14505 (rmail-summary-next-same-subject): Ditto.
14506
14507 * net/rcirc.el (rcirc-send-input): No longer check whether the
14508 process is open, since not all commands need an open process.
14509 (rcirc-send-string): Check whether the process is open before
14510 sending anything.
14511 (rcirc-ignore-list): New option.
14512 (rcirc-ignore-list-automatic): New variable.
14513 (rcirc-print): Take rcirc-ignore-list into account.
14514 (rcirc-cmd-ignore): New command.
14515 (rcirc-ignore-update-automatic): New function.
14516 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14517 list if ignored nicks.
14518 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14519
14520 2006-01-06 David Reitter <david.reitter@gmail.com>
14521
14522 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14523 reflect the address to which the report will be sent.
14524
14525 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14526
14527 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14528 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14529
14530 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14531
14532 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14533
14534 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14535 the doc string: "functoin" => "function".
14536 * ldefs-boot.el: Likewise.
14537
14538 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14539 message text: "Duplicat" => "Duplicate".
14540
14541 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14542
14543 * files.el (basic-save-buffer-2): If backing-up failed, reset
14544 buffer-backed-up to nil.
14545
14546 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14547
14548 * progmodes/gud.el (gdb-script-skip-to-head)
14549 (gdb-script-calculate-indentation): Indent for breakpoint command
14550 lists also.
14551
14552 2006-01-05 Bill Wohler <wohler@newt.com>
14553
14554 * Makefile.in (compile-always): Add mh-autoloads dependency.
14555 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14556 provides it.
14557 (updates): Remove mh-autoloads dependency, since it probably has
14558 already run recently (via recompile).
14559
14560 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14561
14562 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14563 argument `force' to disable the flyspell-last-buffer optimization.
14564 (flyspell-mode-on): Use it.
14565
14566 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14567 flymake-simple-cleanup.
14568 (flymake-allowed-file-name-masks): Use this new default.
14569 All the functions are now called in the right buffer rather than
14570 passing the buffer as argument.
14571 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14572 (flymake-parse-err-lines): Remove redundant buffer arg.
14573 (flymake-get-program-dir): Comment out unused function.
14574 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14575 Remove redundant buffer argument.
14576 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14577 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14578
14579 2006-01-05 Richard M. Stallman <rms@gnu.org>
14580
14581 * info.el (Info-find-node): Don't record previous node if have none.
14582 (info): Go to directory only if history is empty.
14583
14584 * simple.el (mark): Doc fix.
14585
14586 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14587
14588 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14589 already of desired type.
14590 (mac-ae-list): Coerce parameter to "list" type.
14591 (mac-dispatch-apple-event): Replace cadr part of event with a
14592 dummy position so that event-start returns it.
14593
14594 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14595
14596 * textmodes/org.el (org-end-of-subtree): New function.
14597 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14598 Use `org-end-of-subtree'.
14599 (org-agenda, org-agenda-convert-date): Protect calls to
14600 `fit-window-to-buffer'.
14601 (org-tags-view): Force matching of sublevels when doing a
14602 todo-only search. Define the correct redo command, including the
14603 arguments.
14604 (org-agenda-redo): Display message.
14605 (org-check-for-org-mode): New function.
14606 (org-agenda-type): New variable.
14607 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14608 Set `org-agenda-type'.
14609 (org-agenda-check-type): New function.
14610 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14611 (org-agenda-week-view, org-agenda-day-view)
14612 (org-agenda-next-date-line, org-agenda-previous-date-line)
14613 (org-agenda-log-mode, org-agenda-toggle-diary)
14614 (org-agenda-toggle-time-grid, org-agenda-date-later)
14615 (org-agenda-date-prompt, org-agenda-diary-entry)
14616 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14617 (org-agenda-convert-date, org-agenda-menu):
14618 Use `org-agenda-check-type'.
14619 (org-make-overlay, org-delete-overlay)
14620 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14621 New compatibility functions.
14622 (org-calendar-select-mouse): New command.
14623
14624 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14625
14626 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14627 (Custom-reset-standard): Fix y-or-n-p messages.
14628 (custom-link): New face for links.
14629 (custom-buffer-create-internal, custom-manual): Use it.
14630 (custom-face-save): Push to theme-face before setting face spec.
14631
14632 * wid-edit.el (widget-default-mouse-face-get): New function.
14633 (widget-specify-button): Handle mouse-face like button-face.
14634
14635 * custom.el (load-theme): Clear old theme settings if reloading.
14636
14637 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14638
14639 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14640 "Erase Customization" button back to same position it occupies in
14641 the individual State menus.
14642
14643 2006-01-04 Kim F. Storm <storm@cua.dk>
14644
14645 * wid-edit.el (key-sequence): Rework widget to read key binding
14646 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14647 (widget-key-sequence-default-value): Default value for empty sequence.
14648 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14649 (widget-key-sequence-read-event): New command for C-q.
14650 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14651 (widget-key-sequence-value-to-external): New functions.
14652
14653 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14654
14655 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14656 Use expand-file-name.
14657 (flymake-delete-temp-directory): Use expand-file-name,
14658 file-name-directory, and directory-file-name.
14659 (flymake-strrchr): Delete.
14660 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14661 to the init-f function.
14662 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14663 (flymake-init-find-buildfile-dir)
14664 (flymake-init-create-temp-source-and-master-buffer-copy)
14665 (flymake-simple-make-init-impl, flymake-simple-make-init)
14666 (flymake-master-make-init, flymake-master-make-header-init)
14667 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14668 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14669 (flymake-xml-init): Remove corresponding redundant buffer argument.
14670 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14671 the default anyway. Clean up regexps.
14672
14673 * progmodes/flymake.el (flymake-temp-source-file-name)
14674 (flymake-master-file-name, flymake-temp-master-file-name)
14675 (flymake-base-dir): New buffer-local vars.
14676 (flymake-buffer-data, flymake-get-buffer-value)
14677 (flymake-set-buffer-value): Replace those hash-tables by the new
14678 buffer-local vars. Update callers.
14679
14680 * progmodes/flymake.el (flymake-check-start-time)
14681 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14682 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14683 Move definition, so we can remove redundant earlier declaration.
14684 (flymake-replace-regexp-in-string, flymake-split-string)
14685 (flymake-get-temp-dir): Use defalias.
14686 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14687 (flymake-xemacs-window-edges): Remove unused function.
14688 (flymake-get-point-pixel-pos): Move.
14689 (flymake-pid-to-names, flymake-reg-names)
14690 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14691 Replace by a simple list flymake-processes and by process-buffer.
14692 Update callers. Other than simplify the code, it uses buffers rather
14693 than buffer-names so it doesn't get confused by uniquify.
14694 (flymake-buffer-data): The global value should just be nil.
14695
14696 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14697 Optimize the body of a defalias like any other code.
14698
14699 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14700 Make sure we've setup font-lock's vars. It may influence which
14701 function we then call.
14702 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14703 here since it's too late anyway.
14704
14705 2006-01-03 Romain Francoise <romain@orebokech.com>
14706
14707 * startup.el (fancy-splash-tail, normal-splash-screen):
14708 Update copyright year.
14709
14710 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14711
14712 * mouse.el (mouse-drag-track): Rename, from
14713 `mouse-drag-region-1'. Includes optional argument required to
14714 enable post-drag event processing (e.g. delete region keys).
14715 Can be used without this argument to track a mouse region and operate
14716 on it as soon as the drag completes.
14717 (mouse-drag-region): Use `mouse-drag-track'.
14718
14719 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14720
14721 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14722 Move to `custom-buffer' group.
14723
14724 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14725 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14726 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14727 (custom-theme-face-menu): New variables.
14728 (custom-theme-add-variable, custom-theme-variable-action)
14729 (custom-variable-reset-theme, custom-theme-delete-variable)
14730 (custom-face-reset-theme, custom-theme-face-action)
14731 (custom-theme-delete-face, custom-theme-merge-theme)
14732 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14733
14734 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14735
14736 * custom.el: Move Custom Themes commentary to start of theme code.
14737 (custom-known-themes): Rename `standard' theme to `changed'.
14738 (custom-push-theme): Caller no longer specifies what theme to use
14739 when doing `reset'---the setting is simply removed from the theme.
14740 Delete MODE from `theme-value' and `theme-settings' properties.
14741 (custom-declare-theme): Ignore &rest args since we don't use them.
14742
14743 (custom-loaded-themes): Delete variable.
14744 (custom-theme-load-themes, custom-theme-loaded-p)
14745 (custom-theme-value): Delete functions.
14746
14747 (custom-declare-theme): Signal error on invalid theme names.
14748 (provide-theme): custom-loaded-themes was deleted.
14749 (load-theme): Load the file unconditionally.
14750 (enable-theme): Call `load-theme' if theme is undefined.
14751 (custom-enabled-themes): Only update value for successful loads.
14752 (disable-theme): Complete from enabled themes when interactive.
14753 (custom-variable-theme-value): Calculate theme value directly.
14754
14755 (custom-theme-reset-variables, custom-reset-variables): Mark as
14756 XEmacs compatibility functions. We don't actually use these.
14757
14758 * cus-edit.el (custom-variable-state-set):
14759 Use custom-variable-theme-value instead of custom-theme-value.
14760 (custom-face-state-set): Rename `standard' theme to `changed'.
14761 (custom-save-variables, custom-save-faces): Delete unneeded
14762 references to custom-reset-variables.
14763 (custom-save-resets): Delete function.
14764 (custom-save-variables, custom-save-faces): MODE argument deleted.
14765 (custom-save-variables, custom-save-faces): Ignore theme values.
14766
14767 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14768 compatibility function.
14769
14770 2006-01-01 Richard M. Stallman <rms@gnu.org>
14771
14772 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14773 (Custom-reset-current, Custom-reset-saved): Likewise.
14774 (Custom-reset-standard): Show message if aborted.
14775 (custom-mode): Doc fix, describing those commands.
14776
14777 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14778 put on event-kind property.
14779
14780 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14781
14782 * custom.el (provide-theme): Ban `user' theme name.
14783 (custom-enabling-themes): New variable.
14784 (enable-theme): Don't enable user if custom-enabling-themes is t.
14785 (custom-enabled-themes): Make it a defcustom.
14786 (custom-theme-recalc-face): No-op if face is undefined.
14787
14788 * cus-edit.el (custom-button-mouse): New variable.
14789 (custom-button-mouse): New face.
14790 (custom-raised-buttons, custom-mode): Use it.
14791
14792 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14793
14794 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14795
14796 * progmodes/gud.el (gud-display-line): Support hl-line in the
14797 source buffer.
14798
14799 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14800
14801 * mouse.el (mouse-drag-window-above): Verify that the found window
14802 overlaps with the given window in the horizontal dimension.
14803
14804 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14805
14806 * Makefile.in (cvs-update): New target.
14807
14808 * makefile.w32-in (cvs-update): Ditto.
14809
14810 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14811
14812 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14813 (custom-new-theme-mode-map): New variable.
14814
14815 2005-12-30 Richard M. Stallman <rms@gnu.org>
14816
14817 * custom.el (custom-load-themes): Function deleted.
14818
14819 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14820 (custom-save-variables): Don't delete or add custom-load-themes call.
14821
14822 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14823
14824 * cus-start.el: Add `visible-cursor'.
14825
14826 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14827 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14828 (flymake-process-filter): Switch to buffer before calling it instead.
14829 (flymake-post-syntax-check, flymake-highlight-err-lines)
14830 (flymake-delete-own-overlays, flymake-parse-err-lines)
14831 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14832 (flymake-count-lines, flymake-parse-residual):
14833 Remove constant buffer argument.
14834 (flymake-start-syntax-check-for-current-buffer): Remove.
14835 Update callers to use flymake-start-syntax-check instead.
14836 (flymake-display-err-menu-for-current-line):
14837 Remove unused var `mouse-pos'.
14838 (flymake-restore-formatting): Comment out unused function.
14839 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14840 argument, use current-buffer instead. Update callers.
14841
14842 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14843
14844 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14845 buffer-local because choose-completion-delete-max-match requires
14846 that we set completion-ignore-case (i.e., binding via let is not
14847 sufficient).
14848 (bibtex-complete): Always set completion-ignore-case and
14849 choose-completion-string-functions. The latter is needed because
14850 choose-completion-string-functions keeps its value if we quit the
14851 *Completions* buffer without requesting a completion.
14852
14853 2005-12-30 Andreas Schwab <schwab@suse.de>
14854
14855 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14856
14857 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14858
14859 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14860
14861 2005-12-30 Juri Linkov <juri@jurta.org>
14862
14863 * locate.el (locate-fcodes-file, locate-header-face)
14864 * progmodes/delphi.el (delphi-other-face)
14865 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14866
14867 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14868 group `paren-showing-faces'.
14869
14870 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14871 (goto-address): Fix docstring.
14872
14873 * net/webjump.el (webjump-sample-sites): Update URLs.
14874
14875 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14876
14877 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14878
14879 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14880
14881 * font-lock.el (font-lock-compile-keywords): Signal an error when
14882 font-lock-set-defaults hasn't been called.
14883
14884 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14885
14886 * subr.el (noreturn, 1value): Doc fixes.
14887
14888 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14889
14890 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14891 that assoc-string returns nil.
14892
14893 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14894
14895 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14896 (bibtex-entry-type-str, bibtex-empty-field-re)
14897 (bibtex-search-backward-string, bibtex-preamble-prefix)
14898 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14899 (bibtex-any-valid-entry-type): New variable.
14900 (bibtex-parse-field-name): Simplify.
14901 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14902 (bibtex-preamble-prefix): Include left delimiter.
14903 (bibtex-search-forward-field, bibtex-search-backward-field):
14904 Allow unbounded search past entry boundaries (required by bibtex-pop).
14905 (bibtex-text-in-field-bounds): Use push.
14906 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14907 (bibtex-parse-preamble, bibtex-valid-entry)
14908 (bibtex-beginning-first-field): New functions.
14909 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14910 (bibtex-map-entries): Fix docstring.
14911 (bibtex-flash-head): New arg prompt. Simplify.
14912 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14913 (bibtex-insert-kill): Simplify. Always insert text past the
14914 current field or entry.
14915 (bibtex-format-entry): Use bibtex-parse-field.
14916 (bibtex-pop): Use bibtex-beginning-of-entry and
14917 bibtex-end-of-entry to initiate the search. Insert empty field if
14918 we found ourselves.
14919 (bibtex-print-help-message): New args field and comma.
14920 Handle entry keys.
14921 (bibtex-make-field): Use bibtex-beginning-of-entry.
14922 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14923 invalid entry.
14924 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14925 Handle preambles. Simplify code for thorough test.
14926 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14927 New arg comma. Handle entry heads.
14928 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14929 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14930 New arg comma.
14931 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14932 (bibtex-fill-field): Simplify.
14933 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14934 bibtex-parse-field.
14935 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14936 (bibtex-complete): Use bibtex-parse-preamble.
14937
14938 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14939
14940 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14941 Display name of expression instead of convenience variable.
14942 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14943
14944 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14945 toggle-gud-tooltip-dereference.
14946 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14947 (gud-tooltip-tips): ...here when dereferencing.
14948
14949 2005-12-28 Bill Wohler <wohler@newt.com>
14950
14951 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14952
14953 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14954
14955 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14956 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14957 (vc-annotate-display-autoscale): Adjust call.
14958 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14959 Fix interactive spec.
14960 (vc-annotate-time-span): Remove.
14961 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14962 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14963 (vc-annotate-display-select): Use new name.
14964
14965 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14966 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14967 Correct the construction of span entries. Simplify.
14968 (vc-annotate-display-select): Fix the nil case.
14969 (vc-annotate): Remove obsolete (and now broken) code.
14970 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14971 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14972
14973 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14974
14975 * subr.el (lazy-completion-table): Correct typo in docstring.
14976
14977 * startup.el (command-line): Use `custom-reevaluate-setting' for
14978 `send-mail-function'.
14979
14980 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14981
14982 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14983
14984 * mail/smtpmail.el (smtpmail-try-auth-methods):
14985 Send credentials together with "AUTH PLAIN" command.
14986
14987 2005-12-27 Richard M. Stallman <rms@gnu.org>
14988
14989 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14990 mouse-2, go back to previously selected window, so it's selected
14991 when mouse-2 command runs.
14992
14993 2005-12-27 Juri Linkov <juri@jurta.org>
14994
14995 * descr-text.el (describe-text-sexp): Use square brackets for
14996 button [Show] to distinguish it from the property value `show'.
14997 (describe-property-list): Use `insert-text-button' with
14998 `help-face' type instead of putting face in quotes, because button
14999 is not created automatically for a list of faces.
15000 (describe-text-properties-1): Put button-type value in quotes to
15001 distinguish from plain text "button".
15002 (describe-char): Display code point values in hex. Don't use
15003 `symbol-name' for `current-input-method' because it is a string.
15004 Use `insert-text-button' with `help-face' type instead of putting
15005 hardcoded face in quotes, because button is not created automatically.
15006
15007 2005-12-27 Richard M. Stallman <rms@gnu.org>
15008
15009 * progmodes/glasses.el (glasses-face): More specific custom type.
15010
15011 * files.el (set-visited-file-name): Doc fix.
15012
15013 * textmodes/flyspell.el (flyspell-external-point-words):
15014 Use local var buffer-scan-pos to advance scan for next misspelling.
15015 Advance it only after we find the misspelling.
15016
15017 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15018
15019 * textmodes/flyspell.el (flyspell-external-point-words):
15020 New criteria for finding the misspelling in the buffer.
15021
15022 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15023
15024 * help-mode.el (help-insert-string): Set help-xref-stack-item
15025 rather than call help-setup-xref.
15026
15027 * descr-text.el (describe-char): Revert previous changes for
15028 optional buffer argument.
15029
15030 2005-12-27 Juri Linkov <juri@jurta.org>
15031
15032 * help-mode.el (help-insert-string): New function. Save buffer
15033 contents in cases where it is impossible to recompute the old contents.
15034
15035 * descr-text.el (describe-char): Set help-xref-stack-item
15036 explicitly after buffer has been generated.
15037
15038 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15039
15040 * cus-start.el (all): Add x-gtk-show-hidden-files.
15041
15042 2005-12-26 Richard M. Stallman <rms@gnu.org>
15043
15044 * replace.el (perform-replace): Calculate match-again
15045 before skipping read-only matches.
15046
15047 * paren.el (paren-showing-faces): New group.
15048 (show-paren-match, show-paren-mismatch): Move to that group.
15049
15050 * button.el (button): Put into group `basic-faces'.
15051
15052 * progmodes/make-mode.el: Remove faces from group `faces'.
15053
15054 * apropos.el (apropos, apropos-value): Doc fix.
15055 (apropos-documentation): Doc fix.
15056
15057 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15058
15059 * subr.el (lazy-completion-table): Remove argument `args'.
15060
15061 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15062 Don't use the `args' argument of lazy-completion-table.
15063
15064 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15065
15066 * descr-text.el (describe-char): Add optional argument for buffer.
15067 Set buffer appropriately. Call help-setup-xref.
15068 Suggested by Stefan Monnier.
15069
15070 2005-12-26 Juri Linkov <juri@jurta.org>
15071
15072 * descr-text.el: Require `help-fns' at runtime. Don't require
15073 `button' for byte compilation.
15074 (describe-text-widget): Add `help-echo' for first button.
15075 Use `help-info' for second.
15076 (describe-property-list): Use `help-argument-name' instead of `italic'.
15077 (describe-text-category): Add prompt to interactive spec.
15078 Call `help-setup-xref'.
15079 (describe-char): Use `help-character-set'. Add `help-echo' for
15080 code point. Use `help-input-method'. Remove superfluous insert.
15081
15082 2005-12-25 Richard M. Stallman <rms@gnu.org>
15083
15084 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15085 at point, in case of narrowing.
15086
15087 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15088
15089 * locate.el (locate-header-face): Allow nil in type.
15090
15091 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15092
15093 2005-12-25 Romain Francoise <romain@orebokech.com>
15094
15095 * battery.el (battery-linux-proc-acpi): Also try
15096 `/proc/acpi/thermal_zone/THM0/temperature'.
15097
15098 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15099
15100 * custom.el (custom-push-theme): Fix docstring.
15101
15102 * cus-edit.el (custom-variable-set, custom-variable-save)
15103 (custom-variable-save): Custom-quote widget values.
15104 (customize-save-variable): Fix custom-push-theme call.
15105
15106 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15107
15108 * w32-fns.el (w32-batch-update-autoloads): New function.
15109
15110 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15111 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15112 from the command line.
15113
15114 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15115
15116 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15117 reset means to remove setting from theme entirely. Don't keep
15118 expanding theme-settings list; delete old entries if necessary.
15119
15120 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15121 customization" button one line up.
15122 (custom-themed): New face.
15123 (custom-magic-alist): New value, THEMED, for theme settings.
15124 (custom-variable-state-set, custom-face-state-set):
15125 Check theme-value instead of saved-value.
15126 (custom-variable-reset-standard, custom-face-reset-standard):
15127 Remove theme setting entirely. Recalculate new values.
15128 (custom-variable-set, custom-variable-set)
15129 (custom-variable-reset-saved, custom-variable-reset-backup)
15130 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15131 (custom-variable-save): Fix typos.
15132
15133 2005-12-23 Juri Linkov <juri@jurta.org>
15134
15135 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15136 Add autoload cookies.
15137 (edebug-outside-d-c-i-n-s-w): New variable.
15138 (edebug-display, edebug-outside-excursion): Use it to save the
15139 original value of default-cursor-in-non-selected-windows.
15140 Set default-cursor-in-non-selected-windows to t while Edebug
15141 is active.
15142 (edebug-mode, edebug-eval-mode): Doc fix.
15143
15144 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15145 with `buffer-substring-no-properties' to remove common substring
15146 highlighting.
15147
15148 * info.el (info-other-window, info): Rename function argument
15149 `file' to `file-or-node'.
15150 (Info-complete-menu-item): Use local variable `complete-nodes' to
15151 keep the global value of `Info-complete-nodes' unchanged for
15152 subsequent completions.
15153 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15154
15155 * simple.el (get-next-valid-buffer, last-buffer)
15156 (next-error-buffer-p, next-error-find-buffer)
15157 (minibuffer-history-sexp-flag): Doc fix.
15158
15159 * savehist.el (savehist-mode-hook): Add `:group'.
15160
15161 * log-view.el: Call autoload for vc-find-version.
15162 (log-view-current-file): Adjust subgroup numbers.
15163 (log-view-current-tag): Add `length'.
15164
15165 2005-12-23 Richard M. Stallman <rms@gnu.org>
15166
15167 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15168
15169 2005-12-23 Juri Linkov <juri@jurta.org>
15170
15171 * hi-lock.el (hi-lock-archaic-interface-message-used)
15172 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15173 (hi-lock-mode): Display "Hi" in the mode line only when
15174 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15175 (hi-lock-write-interactive-patterns):
15176 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15177 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15178 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15179 font-lock-add-keywords to t.
15180
15181 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15182
15183 * hi-lock.el (hi-lock-highlight-range): New variable.
15184 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15185 only if font-lock-fontified is non-nil. Remove overlays.
15186 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15187 font-lock-fontified is non-nil, otherwise use overlays (instead of
15188 text properties).
15189 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15190 New variables.
15191 (hi-lock-string-serialize) New function.
15192
15193 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15194
15195 * menu-bar.el (menu-find-file-existing): New function.
15196 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15197
15198 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15199
15200 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15201
15202 * vc.el: Remove unnecessary leading * in docstrings.
15203 (vc-annotate-mode-map): Move initialization into declaration.
15204 (vc-static-header-alist): Nitpick on the regexp.
15205 (vc-default-init-version): New fun.
15206 (vc-register): Use it.
15207 (vc-insert-headers): Use dolist.
15208 (vc-annotate-get-backend): Remove unused function.
15209 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15210 (vc-annotate-mode): Remove corresponding call.
15211 (vc-annotate-car-last-cons): Simplify.
15212 (vc-annotate-buffers): Remove var.
15213 (vc-annotate-backend): Make it buffer-local.
15214 (vc-annotate): Move the interaction to the interactive spec.
15215 Add a `buf' argument.
15216 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15217 killing&creating a vc-annotate buffer, which is very disruptive when
15218 the buffers are shown in dedicated frames.
15219
15220 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15221
15222 * descr-text.el: Add FSF as maintainer.
15223 (describe-text-mode, describe-text-mode-map)
15224 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15225 help-mode.
15226 (describe-text-widget, describe-text-sexp)
15227 (describe-property-list, describe-text-category)
15228 (describe-text-properties, describe-text-properties-1)
15229 (describe-char): Use help buttons instead of widgets.
15230 (describe-char-unicodedata-file): Make URL link in doc string.
15231
15232 2005-12-22 Richard M. Stallman <rms@gnu.org>
15233
15234 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15235 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15236 Don't include buttons that write a file when there's no file.
15237 (custom-variable-menu, custom-face-menu, custom-group-menu):
15238 Don't include commands that write a file when there's no file.
15239 (customize-browse): Reword the top-of-buffer help intro.
15240 (custom-buffer-create-internal): Fix previous change.
15241 (customize-changed-options-previous-release): Prev release is 21.1.
15242 (customize-changed-options): Doc fix.
15243 (customize-changed): New alias.
15244 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15245 Say "standard values".
15246 (Custom-reset-standard): Doc fix.
15247 (custom-face-reset-standard): Doc fix.
15248
15249 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15250
15251 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15252 even if font-lock-mode is non-nil since it may be t without having
15253 turned on font-lock-mode-internal.
15254 (font-lock-choose-keywords): Minor optimization.
15255 (font-lock-add-keywords, font-lock-remove-keywords)
15256 (font-lock-set-defaults): Don't call make-local-variable on a variable
15257 that we know to already be local.
15258
15259 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15260
15261 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15262 messages if in the minibuffer.
15263
15264 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15265
15266 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15267 (tex-mode-flyspell-verify, flyspell-get-word)
15268 (flyspell-external-point-words): Don't use point-min/max uselessly.
15269
15270 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15271 by Kevin Rodgers. Instead, just hide the completions buffer if we
15272 don't need to show it.
15273
15274 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15275
15276 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15277
15278 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15279
15280 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15281 delete-windows-on with an inexistent buffer.
15282
15283 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15284
15285 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15286 Delete defcustom variable :tag names.
15287
15288 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15289
15290 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15291 (log-view-font-lock-keywords): Ajust subgroup numbers.
15292 (log-view-current-tag): Don't hard code the number of subgroups.
15293
15294 2005-12-20 Juri Linkov <juri@jurta.org>
15295
15296 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15297 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15298
15299 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15300 (menu-bar-non-minibuffer-window-p): Instead of checking
15301 display-multi-frame-p, use selected-frame when menu-updating-frame
15302 is nil.
15303
15304 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15305
15306 * align.el (align-rules-list): Use [ \t] instead of \s-
15307 for column separators in text mode.
15308
15309 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15310
15311 * help-mode.el (help-customize-variable, help-customize-face):
15312 Don't pop help-xref-stack as help-follow no longer pushes
15313 anything on to it.
15314
15315 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15316
15317 * textmodes/org.el (org-agenda-custom-commands): New option.
15318 (org-agenda): Offer custom commands on splash screen.
15319 (org-make-tags-matcher): Parser for Boolean logic added.
15320 (org-agenda-set-tags): New command.
15321 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15322 (org-set-tags): Efficiency improvements.
15323 (org-auto-align-tags): New option.
15324 (org-todo, org-demote, org-promote): Realign tags.
15325 (org-tags-completion-function): Use also "&" and "|" as separators.
15326 (org-org-menu): Agenda commands simplified.
15327
15328 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15329
15330 * cus-edit.el (customize-apropos, customize-apropos-options):
15331 Docstring changes.
15332
15333 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15334
15335 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15336
15337 * longlines.el (longlines-mode): Wrap while widened.
15338 (longlines-decode-region, longlines-encode-region): Compute max
15339 just once.
15340
15341 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15342
15343 * cus-edit.el (mac): New group.
15344
15345 * cus-start.el (all): Add user options in macterm.c. Add test for
15346 Mac-related built-ins. Fix test for GTK-related built-ins.
15347
15348 * term/mac-win.el (mac-handle-language-change)
15349 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15350 (mac-services-open-selection, mac-services-mail-selection)
15351 (mac-services-mail-to, mac-services-insert-text)
15352 (mac-dispatch-apple-event): Add docstrings.
15353 (x-get-selection, mac-select-convert-to-string): Select coding
15354 system from `utf-16be' and `utf-16le' using `byteorder'.
15355
15356 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15357
15358 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15359 a "list" (lambda ...) rather than a real completion list.
15360
15361 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15362 lexical-let when encountering ((lambda (...) ...) ...).
15363
15364 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15365
15366 * progmodes/sh-script.el (sh-mode):
15367 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15368 * textmodes/picture.el (picture-mode): Update docstrings.
15369
15370 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15371
15372 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15373 commands enclosed in $(ARGQUOTE)s should not be split between two
15374 lines, as that will break with GNU Make >3.80, when sh.exe is used
15375 and arg quoting is with '..'.
15376 (autoloads): Don't break the quoted --eval expression between
15377 several lines.
15378
15379 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15380
15381 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15382 Capture error from printing circular structures.
15383
15384 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15385
15386 * wid-edit.el (widget-checkbox-action): Clear undo info.
15387
15388 2005-12-16 Bill Wohler <wohler@newt.com>
15389
15390 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15391 bar, not menubar in comment.
15392
15393 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15394
15395 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15396 After-change-functions should not clobber the match data.
15397
15398 2005-12-16 Juri Linkov <juri@jurta.org>
15399
15400 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15401 instead of `buffer-substring'.
15402 (completion-common-substring): Doc fix.
15403 (completion-setup-function): Use minibuffer-completion-contents
15404 instead of minibuffer-contents. Don't set common-string-length
15405 initially. Remove special handling of partial-completion-mode.
15406 Move computation of completion-base-size into one cond.
15407 Call completion-base-size-function in mainbuf. In computation of
15408 completion-base-size for file name completion don't move point to
15409 the end of the minibuffer. Move computation of common-string-length
15410 into one cond. Start putting faces only when common-string-length>=0.
15411 Add condition to put completions-common-part when
15412 common-string-length>0.
15413
15414 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15415 place point at the first different character in the minibuffer
15416 even if this position is at the beginning of the minibuffer.
15417
15418 * info.el (Info-read-node-name-1): In completion-base-size-function's
15419 lambda return 1 if common-substring or minibuffer-completion-contents
15420 starts with (, and 0 otherwise.
15421
15422 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15423 Use `crm-current-element' for second arg of `display-completion-list'.
15424
15425 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15426
15427 * files.el (set-auto-mode): Look for an interpreter specified on
15428 the first line also if search for mode specification succeeded,
15429 but the mode is not known.
15430
15431 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15432
15433 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15434 (org-open-at-point): Implement tag searches as links.
15435 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15436 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15437 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15438 (org-agenda-dispatch): New commands.
15439 (org-use-tag-inheritance, org-tags-column): New options.
15440 (org-tab-follows-link, org-return-follows-link): New options.
15441 (org-tags): New customize group.
15442 (org-start-icalendar-file): Get local time zone.
15443 (org-tags-completion-function): New function.
15444 (org-set-font-lock-defaults): Make sure links will also be
15445 highlighted inside headlines.
15446
15447 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15448
15449 * term.el (term-emulate-terminal):
15450 Let term-handle-ansi-terminal-messages override what Bash says about
15451 its current directory.
15452
15453 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15454
15455 * bindings.el (last-buffer): Move to simple.el.
15456 * simple.el (last-buffer): Move here.
15457 (get-next-valid-buffer): New function.
15458 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15459 (prev-buffer): Ditto. Rename to `previous-buffer'.
15460
15461 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15462 * bindings.el (global-map): Ditto.
15463
15464 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15465
15466 * cus-edit.el: Introductory comment change.
15467 (custom-magic-alist): Change message string for the `rogue' state.
15468
15469 2005-12-15 Richard M. Stallman <rms@gnu.org>
15470
15471 * tooltip.el: Delete defcustom variable :tag names.
15472
15473 * complete.el (partial-completion-mode): Doc fix.
15474
15475 * textmodes/flyspell.el (flyspell-external-point-words):
15476 Use save-excursion to ensure we don't move backward in the
15477 search loop, not even one character.
15478 (flyspell-delete-all-overlays): Use remove-overlays directly.
15479
15480 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15481 (ispell-start-process): Set that variable.
15482 Clear ispell-buffer-local-name.
15483 (ispell-internal-change-dictionary):
15484 Set ispell-current-dictionary after killing process.
15485 (ispell-buffer-local-dict):
15486 Don't set spell-personal-dictionary after killing process.
15487 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15488 (ispell-tex-skip-alists, ispell-html-skip-alists)
15489 (ispell-skip-region-alist): Mark as risky.
15490
15491 * net/newsticker.el (newsticker--retrieval-timer-list)
15492 (newsticker--display-timer, newsticker-running-p)
15493 (newsticker-ticker-running-p): Definitions moved up.
15494
15495 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15496
15497 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15498
15499 2005-12-15 David Ponce <david@dponce.com>
15500
15501 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15502 (recentf-edit-list, recentf-open-files): Signal an error when
15503 there is no recent file.
15504
15505 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15506
15507 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15508 read-only except for texinfo-format-region evaluation.
15509
15510 2005-12-14 Richard M. Stallman <rms@gnu.org>
15511
15512 * vc.el (vc-default-previous-version, vc-default-next-version)
15513 (vc-do-command): Doc fixes.
15514
15515 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15516
15517 * textmodes/bibtex.el (bibtex-expand-strings)
15518 (bibtex-autokey-expand-string, bibtex-name-part)
15519 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15520 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15521 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15522 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15523 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15524 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15525 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15526 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15527 (bibtex-beginning-of-last-entry): Remove.
15528 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15529 message if comma is missing but buffer is read-only.
15530 (bibtex-parse-field-text): Handle whitespaces at the end of field
15531 text. Return 3-element list with beginning and end of field text
15532 and end of field.
15533 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15534 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15535 (bibtex-search-forward-field, bibtex-search-backward-field):
15536 Search always delimited by limits of entry. Use more efficient
15537 search algorithms.
15538 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15539 bibtex-end-of-name-in-field.
15540 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15541 extracting the content of a field.
15542 (bibtex-text-in-field): Use search limits.
15543 (bibtex-parse-string-prefix): Handle empty string keys based on
15544 bibtex-string-empty-key.
15545 (bibtex-parse-string): Fix docstring.
15546 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15547 (bibtex-preamble-prefix, bibtex-strings): New functions.
15548 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15549 BibTeX entries (consistent with other BibTeX functions).
15550 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15551 (bibtex-search-entry): Fix docstring. Simplify.
15552 (bibtex-flash-head, bibtex-complete-string-cleanup)
15553 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15554 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15555 (bibtex-parse-entry): New optional arg content.
15556 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15557 Use bibtex-text-in-field-bounds.
15558 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15559 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15560 bibtex-parse-string-postfix.
15561 (bibtex-find-text-internal): New function.
15562 (bibtex-remove-delimiters): Use it.
15563 (bibtex-find-text): Use it. New optional arg help.
15564 (bibtex-complete): Handle BibTeX string and preamble entries.
15565 (bibtex-Preamble): Fix order of closing delimiters.
15566
15567 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15568
15569 * vc.el (vc-default-revert): New fun.
15570
15571 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15572
15573 2005-12-14 Romain Francoise <romain@orebokech.com>
15574
15575 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15576 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15577 (font-lock-remove-keywords): Likewise.
15578
15579 2005-12-14 Juri Linkov <juri@jurta.org>
15580
15581 * log-view.el (log-view-diff): Doc fix.
15582
15583 * isearch.el (isearch-query-replace): Use (mark) instead of
15584 isearch-opoint if mark is active in transient-mark-mode.
15585
15586 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15587
15588 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15589
15590 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15591
15592 * progmodes/cpp.el (cpp-face): New widget.
15593 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15594
15595 2005-12-14 Juri Linkov <juri@jurta.org>
15596
15597 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15598 around `erase-buffer' and `insert'.
15599
15600 * descr-text.el (describe-text-properties): Replace buffer name
15601 "*Help-2*" with "*Help*<2>".
15602 (describe-char): Add functions print-help-return-message,
15603 toggle-read-only. Use help-setup-xref with nil to not store
15604 describe-char in help-xref-stack. Use help-make-xrefs to
15605 make [back] button.
15606
15607 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15608
15609 * wdired.el (wdired-old-point): New internal variable.
15610 (wdired-change-to-wdired-mode): Set it buffer-locally.
15611 (wdired-abort-changes): Restore point after aborting changes.
15612
15613 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15614
15615 * vc.el (vc-do-command): Add a new value t for okstatus.
15616
15617 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15618 frame in case of errors.
15619
15620 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15621
15622 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15623 so it comes after "On the Left" in the menu.
15624
15625 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15626
15627 * cus-edit.el (customize-apropos, customize-apropos-options)
15628 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15629
15630 2005-12-12 Bill Wohler <wohler@newt.com>
15631
15632 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15633 non-writable Subversion-controlled files by saving window
15634 configuration before calling vc-do-command. vc-do-command calls
15635 pop-to-buffer on error which is unexpected during registration.
15636
15637 2005-12-12 Jay Belanger <belanger@truman.edu>
15638
15639 * calc/README: Update the summary of changes.
15640
15641 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15642
15643 * descr-text.el (describe-char): Rework last fix to solve the problem
15644 is the same way it's solved for everything else in that function
15645 (i.e. by extracting the info before setting up the *Help* buffer).
15646
15647 2005-12-12 Kim F. Storm <storm@cua.dk>
15648
15649 * subr.el (version-regexp-alist): Allow space as separator before
15650 non-numeric part, e.g. "1.0 alpha".
15651 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15652
15653 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15654
15655 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15656 Implement Logging and the keep-modes setting.
15657 (org-get-category): Make sure a string is returned.
15658 (org-log-done): New function.
15659 (org-log-done, org-closed-string): New options.
15660
15661 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15662
15663 * tooltip.el (tooltip-y-offset): Change default to 20.
15664
15665 2005-12-12 Richard M. Stallman <rms@gnu.org>
15666
15667 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15668
15669 * frame.el (display-hourglass): Doc fix.
15670
15671 * help.el (help-for-help-internal): Simplify entry for `a'.
15672
15673 * info.el (Info-on-current-buffer): Doc fix.
15674 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15675
15676 * startup.el (inhibit-splash-screen): Make this the real name.
15677 (inhibit-startup-message): Make this the alias.
15678 (command-line): Find only simple.el, and use its directory
15679 to fill in other preloaded files' names.
15680 (command-line): Deactivate the mark if deactivate-mark is set.
15681
15682 * international/mule.el (load-with-code-conversion):
15683 Bind deactivate-mark.
15684
15685 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15686
15687 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15688
15689 * cus-edit.el (customize-apropos): Avoid listing an option more
15690 than once under different aliases. No longer list user options
15691 that are not defined with defcustom (unless a prefix arg is given).
15692 Doc fix.
15693 (customize-apropos-options): Doc fix.
15694
15695 2005-12-11 Juri Linkov <juri@jurta.org>
15696
15697 * frame.el (set-background-color, set-foreground-color)
15698 (set-cursor-color, set-mouse-color, set-border-color):
15699 Add explicit prompts to read colors by `facemenu-read-color'.
15700 (show-trailing-whitespace, blink-cursor-delay)
15701 (blink-cursor-interval, display-hourglass, hourglass-delay):
15702 Remove tags.
15703 (display-hourglass, hourglass-delay): Doc fix.
15704 (cursor-in-non-selected-windows): Capitalize words in tag.
15705
15706 * faces.el (frame-background-mode): Replace `choice-item' keywords
15707 with `const' to not make [default] button. Change default value tag
15708 from `default' to `automatic'. Doc fix.
15709 (trailing-whitespace) <defface>: Change group `whitespace' to
15710 `whitespace-faces'.
15711
15712 2005-12-11 Richard M. Stallman <rms@gnu.org>
15713
15714 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15715
15716 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15717
15718 * term/mac-win.el: Create keymap for mac-apple-event-map.
15719
15720 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15721
15722 * tooltip.el (tooltip-mode): Move to start of file so that it
15723 appears at top of customize buffer.
15724
15725 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15726 Add the gud groupname.
15727 (gud-tooltip-mode): Add the tooltip groupname.
15728 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15729 avoid conflict with tooltip-use-echo-area.
15730
15731 2005-12-10 Romain Francoise <romain@orebokech.com>
15732
15733 * help.el (help-for-help-internal): Add `r' in doc string.
15734
15735 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15736
15737 * align.el (align-regexp, align-highlight-rule):
15738 Use region-beginning and region-end instead of point and mark, so that
15739 repetition (with `repeat-complex-command') recomputes the region
15740 bounds.
15741
15742 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15743
15744 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15745 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15746 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15747 (balance-windows): Rewrite using the above new functions.
15748
15749 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15750
15751 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15752 react if global-hi-lock-mode seems intended.
15753 (global-hi-lock-mode) Renamed from hi-lock-mode.
15754 (hi-lock-archaic-interface-message-used)
15755 (hi-lock-archaic-interface-deduce): New variables.
15756 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15757 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15758 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15759 Replace hi-lock-buffer-mode with hi-lock-mode.
15760
15761 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15762
15763 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15764 completion list, even after a partial completion has been
15765 inserted in the current buffer. If there are more than 1
15766 completion, redisplay the *Completions* buffer; if the
15767 completion is unique, delete the *Completions* window.
15768
15769 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15770
15771 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15772 strings and long subject lines that were broken into multiple
15773 lines at arbitrary places. Handle subjects that have "Re: " in
15774 the middle.
15775
15776 2005-12-10 John W. Eaton <jwe@octave.org>
15777
15778 * emacs/octave-mod.el (octave-electric-space): Don't indent
15779 comments or strings if octave-auto-indent is nil.
15780
15781 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15782
15783 * term/mac-win.el: Require url when compiling.
15784 Call mac-process-deferred-apple-events after loading init files.
15785 (mac-apple-event-map): New defvar. Define event handlers in it.
15786 (core-event, internet-event): New Apple event class symbols.
15787 (open-application, reopen-application, open-documents)
15788 (print-documents, open-contents, quit-application)
15789 (application-died, show-preferences, autosave-now, get-url):
15790 New Apple event ID symbols.
15791 (about): New HICommand ID symbol.
15792 (mac-event-spec, mac-event-ae): New macros.
15793 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15794 (mac-ae-selection-range, mac-ae-text-for-search)
15795 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15796 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15797 and Services menu events are now defined in mac-apple-event-map.
15798 (mac-drag-n-drop): Remove selection range handling.
15799
15800 2005-12-10 Kenichi Handa <handa@m17n.org>
15801
15802 * simple.el (zap-to-char):
15803 * isearch.el (isearch-process-search-char): Translate CHAR by
15804 translation-table-for-input.
15805
15806 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15807
15808 * foldout.el (foldout-exit-fold): Properly hide subtree.
15809
15810 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15811
15812 * files.el (save-buffer):
15813 * international/ucs-tables.el (ucs-set-table-for-input):
15814 * mail/mail-extr.el (mail-extract-address-components):
15815 * mail/sendmail.el (mail-mode): Reformat doc string.
15816
15817 2005-12-09 Juri Linkov <juri@jurta.org>
15818
15819 * isearch.el (isearch-highlight): Change main overlay priority
15820 from 1 to 1001. Simplify.
15821 (isearch-lazy-highlight-update): Change lazy overlay priority
15822 from 0 to 1000.
15823
15824 * replace.el (replace-highlight): Change overlay priority from
15825 1 to 1001.
15826
15827 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15828 Change overlay priority from 1 to 1001. Reuse existing overlay.
15829
15830 * compare-w.el (compare-windows-highlight): Change overlay
15831 priority from 1 to 1000.
15832
15833 * menu-bar.el (menu-bar-edit-menu): Add listp around
15834 pending-undo-list to disable menu item "undo" when pending
15835 undo list is empty.
15836
15837 * locate.el (locate): Disable undo in *Locate* buffer.
15838
15839 2005-12-09 Kim F. Storm <storm@cua.dk>
15840
15841 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15842
15843 2005-12-09 David Ponce <david@dponce.com>
15844
15845 * recentf.el: Improvement of the menu code.
15846 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15847 instead of menu hook.
15848 (recentf-show-menu, recentf-hide-menu): New functions.
15849 (recentf-menu-customization-changed, recentf-mode): Use them.
15850 (recentf-menu-action, recentf-max-menu-items)
15851 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15852 (recentf-arrange-by-rule-others)
15853 (recentf-arrange-by-rules-min-items)
15854 (recentf-arrange-by-rule-subfilter) : Don't use
15855 `recentf-menu-customization-changed'.
15856 (recentf-arrange-rules): Likewise. Accept functions to compute
15857 sub-menu titles.
15858 (recentf-menu-filter): Likewise. Doc fix.
15859 (recentf-menu-value-shortcut): Doc fix.
15860 (recentf-dump-variable): Quote atom value.
15861 (recentf-make-menu-items): Update to use it as a menu filter.
15862 (recentf-match-rule): New function.
15863 (recentf-arrange-by-rule): Use it.
15864 (recentf-indirect-mode-rule): New function.
15865 (recentf-build-mode-rules): Use it.
15866 (recentf-dir-rule): New function.
15867 (recentf-arrange-by-dir): Use it.
15868 (recentf-filter-changer-current): Rename from
15869 `recentf-filter-changer-state'. All references updated.
15870 (recentf-filter-changer-alist): Update filter names.
15871 (recentf-filter-changer-select): New function.
15872 (recentf-filter-changer): Use it. Make a sub-menu from filters
15873 available in `recentf-filter-changer-alist'.
15874 (recentf-data-cache, recentf-clear-data)
15875 (recentf-update-menu): Remove. All references updated.
15876 (recentf-match-rule-p, recentf-build-dir-rules)
15877 (recentf-filter-changer-goto-next)
15878 (recentf-filter-changer-get-current)
15879 (recentf-filter-changer-get-next): Remove.
15880
15881 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15882
15883 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15884 buffer "Reset" button to "Reset to Current" for consistency with
15885 the State buttons.
15886
15887 2005-12-08 John Paul Wallington <jpw@pobox.com>
15888
15889 * ibuf-ext.el (define-ibuffer-filter filename):
15890 If `dired-directory' is a list then really use its car.
15891
15892 2005-12-08 Kim F. Storm <storm@cua.dk>
15893
15894 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15895 Fix indention of text on right side of replaced rectangle.
15896
15897 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15898
15899 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15900 No need to check gud-comint-buffer is bound.
15901 (gdb): Prevent multiple debugging when first session uses gdba.
15902
15903 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15904
15905 CC Mode update to 5.31.
15906
15907 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15908 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15909 We might do this function properly in the future).
15910
15911 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15912 New macros c-sentence-end and c-default-value-sentence end, to cope
15913 with Emacs 22's new function `sentence-end'.
15914
15915 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15916
15917 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15918 compat issue using `c-put-overlay' and `c-delete-overlay'.
15919
15920 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15921 New compat macros to handle overlays/extents.
15922
15923 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15924
15925 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15926 (for GNU Emacs 20.4)
15927
15928 * progmodes/cc-defs.el:
15929 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15930
15931 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15932 highlighting mechanism so it will work in XEmacs too.
15933
15934 * progmodes/cc-defs.el: Insert c-int-to-char.
15935
15936 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15937 call to the new macro c-int-to-char. This solves XEmacs's
15938 regarding characters as different from integers.
15939
15940 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15941
15942 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15943 New internal helper.
15944
15945 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15946 construct to make the indirect face lookup work in XEmacs.
15947
15948 (c-cpp-matchers): Append the negation char face to the existing
15949 fontification, so that the cpp face doesn't disappear.
15950 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15951 and strings.
15952
15953 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15954 to map to `font-lock-negation-char-face' in emacsen where it exists.
15955
15956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15957
15958 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15959
15960 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15961 Rename "c-subword-move-mode" as "c-subword-mode".
15962
15963 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15964 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15965
15966 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15967
15968 * progmodes/cc-mode.el: Added autoload directive for
15969 `c-subword-move-mode' for use in older emacsen.
15970
15971 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15972
15973 * progmodes/cc-mode.el:
15974 (i) Insert a binding for C-c C-backspace into
15975 c-bind-special-erase-keys which works in TTYs.
15976 (ii) Make sure that when file styles are used, any explicitly
15977 given style variables take priority over those in the style.
15978 Do this by calling `hack-local-variables' a second time.
15979
15980 * progmodes/cc-vars.el: Add language specific customization
15981 widgets for AWK to c-doc-comment-style, c-require-final-newline
15982 and c-default-style. Add a defcustom for awk-mode-hook.
15983 Give c-syntactic-element and c-syntactic-context doc-strings by
15984 directly setting their `variable-documentation' propery.
15985 This allows Emacs 22.1 to read these with C-h v.
15986
15987 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15988
15989 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15990
15991 * progmodes/cc-fonts.el, cc-vars.el
15992 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15993 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15994 Masatake YAMATO.
15995
15996 (c-doc-comment-style): Made GtkDoc default in C mode.
15997
15998 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15999 and C-c C-<delete>.
16000
16001 (c-bind-special-erase-keys): New function for use on
16002 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16003
16004 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16005 <delete> key behavior in XEmacs according to `delete-forward-p'.
16006 C.f. `c-electric-delete'.
16007
16008 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16009
16010 * progmodes/cc-mode.el: Give c-hungry-backspace and
16011 c-hungry-delete-forward permanent key bindings.
16012
16013 * progmodes/cc-cmds.el (c-electric-semi&comma):
16014 Bind c-syntactic-context for calls to "criteria functions", for
16015 consistency with other calls to user functions.
16016
16017 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16018 `current-prefix-arg', since this might be the prefix arg to a
16019 command which calls c-indent-command as a function. Change the
16020 interactive spec from "p" to "P".
16021
16022 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16023 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16024 was difficult to understand.
16025
16026 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16027
16028 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16029 first char of an identifier.
16030
16031 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16032 +" syntax in C++.
16033
16034 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16035
16036 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16037 auto-fill doesn't split a c-comment's last word from a hanging
16038 "*/" when a space is typed between them after fill-column.
16039
16040 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16041
16042 * progmodes/cc-styles.el (c-set-style)
16043 (c-setup-paragraph-variables): Abort the command if we're not in a
16044 CC Mode buffer.
16045
16046 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16047 with blank comment-prefix, and a blank line as the comment's
16048 second line.
16049
16050 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16051
16052 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16053 Incorporate the patterns added in the Emacs development branch
16054 for the new Emacs 22 face `font-lock-negation-char-face'.
16055
16056 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16057 of "red" since it stands out better in xterms and DOS terminals.
16058
16059 * progmodes/cc-engine.el (c-literal-faces):
16060 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16061
16062 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16063
16064 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16065 forcibly enable c-electric-flag.
16066
16067 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16068 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16069 after the comment-prefix of a C-style comment will close that comment.
16070
16071 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16072
16073 * progmodes/cc-fonts.el (c-basic-matchers-before)
16074 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16075 in Pike.
16076
16077 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16078 digraphs.
16079
16080 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16081 (c-cpp-message-directives, c-cpp-include-directives)
16082 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16083 (c-cpp-expr-directives): Introduce new language constants to
16084 control cpp syntax in a cleaner way.
16085
16086 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16087
16088 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16089
16090 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16091 (c-multiline-string-start-char): New language constants and
16092 variables to specify how newlines in string literals work.
16093
16094 (c-font-lock-invalid-string): Use them.
16095
16096 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16097 unbalanced close brace is entered. Optimization by avoiding going
16098 back over arbitrarily large blocks. Removed hints that this
16099 function only would be relevant/useful in AWK.
16100
16101 (c-electric-brace): Indent syntactically after the cleanups since
16102 lineup functions might do it differently then.
16103
16104 * progmodes/cc-engine.el, cc-langs.el
16105 (c-opt-op-identifier-prefix): New language constant and variable.
16106
16107 (c-just-after-func-arglist-p, c-after-special-operator-id)
16108 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16109
16110 * progmodes/cc-align.el, cc-engine.el
16111 (c-after-special-operator-id): New helper to handle C++ operator
16112 identifiers.
16113
16114 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16115 (c-guess-basic-syntax): Handle C++ operator identifiers in
16116 declarations.
16117
16118 * progmodes/cc-langs.el (c-assignment-operators): Add the
16119 trigraph version of ^= too.
16120
16121 * progmodes/cc-langs.el (c-assignment-operators): Add the
16122 trigraph version of |= in C++.
16123
16124 * progmodes/cc-fonts.el (c-font-lock-declarators):
16125 Handle `c-decl-hangon-kwds' after the identifier name.
16126
16127 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16128 whether an arglist is "nonempty", ignore a comment after the open
16129 paren if it isn't followed by a non-comment token on the same line.
16130
16131 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16132 Enable heuristics below the point to cope with classes inside special
16133 brace lists in Pike.
16134
16135 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16136
16137 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16138
16139 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16140
16141 * progmodes/cc-guess.el (cc-guess-install): New function to
16142 install an already guessed style in another buffer.
16143
16144 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16145 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16146 anyway if the change always is undone.
16147
16148 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16149
16150 Implement togglable electricity:
16151
16152 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16153 saying when it should be used.
16154
16155 * progmodes/cc-engine.el: Add the new buffer-local variable,
16156 c-electric-flag.
16157
16158 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16159 c-toggle-auto-newline.
16160
16161 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16162 c-toggle-auto-newline. Remove the binding for
16163 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16164 c-toggle-electric-state.
16165
16166 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16167
16168 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16169 c-\(forward\|backward\)-subword.
16170 (c-update-modeline): Add the new modeline flag `l' for
16171 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16172 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16173 Make the old name an alias of the new name.
16174 (c-toggle-electric-state): New function.
16175 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16176 Adapt these functions to do electric things only when
16177 c-electric-flag is non-nil.
16178 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16179 new functions from c-electric-brace.
16180 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16181 mode, so that the tentative extra newline doesn't change the
16182 syntax of the following brace.
16183 (c-electric-brace): Restructure by extracting the above functions.
16184 Tidy up the coding somewhat.
16185 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16186 restructure a bit.
16187
16188 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16189
16190 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16191 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16192
16193 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16194 (c-submode-indicators): Change name from `c-auto-hungry-string'
16195 since it's now used to track another submode.
16196
16197 (c-update-modeline): Convert to function and extended to check
16198 `c-subword-move-mode'.
16199
16200 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16201 Convert to compat aliases for `c-forward-subword' and
16202 `c-backward-subword'.
16203
16204 * progmodes/cc-subword.el: New functions and minor mode to handle
16205 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16206
16207 (c-forward-subword, c-backward-subword, c-mark-subword)
16208 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16209 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16210 Functions corresponding to the standard word handling functions.
16211
16212 (c-subword-move-mode): Minor mode that replaces all the standard
16213 word handling functions with their subword equivalences.
16214
16215 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16216
16217 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16218 entry for one-liner-defun.
16219
16220 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16221 name in its def-edebug-spec.
16222
16223 * progmodes/cc-cmds.el (c-electric-brace): Make the
16224 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16225 compacts space before a comment, if this will make things fit on
16226 one line.
16227
16228 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16229
16230 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16231
16232 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16233 clean-up one-liner-defun.
16234
16235 * progmodes/cc-styles.el: Add the new "awk" style.
16236
16237 * progmodes/cc-vars.el: Add description of one-liner-defun to
16238 c-cleanup-list's doc-string. New user options,
16239 c-max-one-liner-length. In c-default-style, set the default style
16240 for AWK to "awk".
16241
16242 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16243
16244 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16245 macros inside labels.
16246
16247 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16248 `c-at-statement-start-p' and `c-at-expression-start-p'.
16249
16250 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16251 error if the mark isn't set.
16252
16253 * progmodes/cc-engine.el (c-guess-continued-construct)
16254 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16255 accurately detect functions inside functions.
16256
16257 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16258 like `c-at-statement-start-p' that additionally recognizes commas
16259 and expression parentheses as delimiters.
16260
16261 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16262 to avoid heuristics that doesn't work for unclosed blocks.
16263 (c-at-statement-start-p): New function.
16264
16265 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16266 Objective-C directives, e.g. directives spanning lines should work
16267 reasonably well now.
16268
16269 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16270
16271 (c-forward-objc-directive): New function to move over any ObjC
16272 directive.
16273
16274 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16275 (c-basic-matchers-before): Use it.
16276
16277 (c-font-lock-objc-iip-decl): Remove.
16278
16279 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16280 in the template arglist recognition.
16281
16282 * progmodes/cc-styles.el (c-style-alist): Fix several
16283 inconsistencies in the Whitesmith style.
16284
16285 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16286 New lineup function to get lines after Whitesmith style blocks
16287 correctly indented.
16288
16289 (c-lineup-whitesmith-in-block): Back out the compensation for
16290 opening parens since it's done using `add' lists in the style
16291 definition instead. Don't use the anchor position since it varies
16292 too much between the syntactic symbols. :P
16293
16294 * progmodes/cc-vars.el (c-valid-offset): Update.
16295
16296 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16297 lists where the offsets are combined according to several
16298 different methods: `first', `min', `max', and `add'.
16299 Report offset evaluation errors with `c-benign-error' so that some kind
16300 of reindentation still is done.
16301
16302 * progmodes/cc-engine.el (c-guess-basic-syntax):
16303 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16304 `arglist-close'.
16305
16306 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16307 situations for `arglist-cont-nonempty' and `arglist-close'.
16308
16309 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16310
16311 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16312 cc-bytecomp-boundp' in a number of places.
16313
16314 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16315 macro related issue.
16316
16317 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16318
16319 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16320 list is now [asdf], a char class [:alpha:].
16321 Include code for char classes.
16322 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16323 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16324
16325 Remove (nearly all of) the cruft associated with AWK Mode's former
16326 concept of "virtual semicolons":
16327
16328 Adapt c-beginning-of-statement, c-end-of-statement (together with
16329 subfunctions) to use the new notion of "virtual semicolon" in
16330 place of the old awkward special handling for AWK. There remains
16331 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16332 * progmodes/cc-cmds.el:
16333 (c-ascertain-adjacent-literal): In the backwards direction, now
16334 recognises AWK regexp delimiters as string delimiters.
16335 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16336 check more rigorously for "end of macro".
16337 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16338 virtual semicolons;
16339 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16340 out the code for forward movement into ...
16341 (c-end-of-statement): Now contains the code for forward movement,
16342 adapted for virtual semicolons.
16343
16344 * progmodes/cc-engine.el:
16345 (c-ws*-string-limit-regexp): New regexp.
16346 (c-forward-single-comment, c-backward-single-comment): Comment out
16347 the (now redundant) "special" AWK stuff.
16348
16349 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16350 c-string-par-start, c-string-par-separate to be more like Text
16351 Mode than Fundamental Mode.
16352
16353 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16354
16355 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16356 to the fontified region so that fontification doesn't occur
16357 outside it (could happen e.g. when fontifying a line with an
16358 unfinished declaration).
16359
16360 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16361
16362 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16363 start of the file. ^L now separate sections of the file.
16364 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16365 (c-awk-one-line-possibly-open-string-re)
16366 (c-awk-regexp-one-line-possibly-open-char-class-re)
16367 (c-awk-one-line-possibly-open-regexp-re)
16368 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16369 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16370
16371 Amend the concept of "virtual semicolons" (in the indentation
16372 engine) for languages like AWK, such that they are now
16373 conceptually attached to end of the last token of a statement, not
16374 the end of the line. (In AWK Mode, however, the pertinent text
16375 property is still physically set on the EOL.) Remove the specific
16376 tests for awk-mode, thus facilitating the introduction of other
16377 language modes where EOLs can end statements.
16378 (Note: The funtionality in cc-cmds.el, specifically
16379 c-beginning/end-of-statement has yet to be amended.)
16380
16381 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16382 New macros.
16383
16384 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16385 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16386 c-vsemi-status-unknown-p-fn (in a new page).
16387
16388 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16389 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16390 numerous awkward forms like
16391 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16392 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16393 variable before-ws-ip, the place just after char-before-ip appears.
16394
16395 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16396 a comment.
16397
16398 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16399
16400 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16401 `c-tentative-buffer-changes'.
16402
16403 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16404 convert to macro to choose between Emacs and XEmacs at compile time.
16405
16406 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16407
16408 (c-tentative-buffer-changes): New macro to handle temporary buffer
16409 changes in a convenient way.
16410
16411 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16412 for `c-tentative-buffer-changes'.
16413
16414 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16415 the checks for paren sexps between the point and the keyword, to
16416 avoid some false alarms.
16417
16418 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16419 Fixed a situation where an error could be thrown for unbalanced
16420 parens. Changed to make use of c-keyword-member' to avoid some
16421 repeated regexp matches.
16422
16423 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16424 These language variable are no longer necessary.
16425
16426 (c-block-stmt-kwds): New language constant used by
16427 c-looking-at-inexpr-block'.
16428
16429 (c-guess-basic-syntax): Remove an optional check that looked at
16430 the existence of the now removed language variables.
16431
16432 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16433 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16434 object instantiation expressions as declarations in some contexts.
16435 This bug only affected languages where the declarator can't be
16436 enclosed in parentheses.
16437
16438 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16439 insert newlines before and after substatement braces.
16440
16441 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16442 function declaration headers and the handling of C++ style member
16443 init lists.
16444
16445 (c-just-after-func-arglist-p): Rewritten to use
16446 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16447
16448 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16449
16450 (c-guess-basic-syntax): Adapt case 5B for the new
16451 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16452 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16453 covers all cases now).
16454
16455 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16456
16457 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16458
16459 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16460 c-string-par-start/separate c-sentence-end-with-esc-eol,
16461 initialised in c-setup-paragraph-variables, used in string
16462 scanning subroutines of c-beginning-of-statement.
16463
16464 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16465 which precedes the newly inserted `{'.
16466
16467 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16468
16469 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16470 function for declaration level blocks. It should now cope with
16471 templates better and also be a lot more comprehensible.
16472
16473 (c-looking-at-decl-block): The new function.
16474
16475 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16476 for compatibility.
16477
16478 (c-add-class-syntax, c-guess-continued-construct)
16479 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16480
16481 (c-decl-block-key): Change to tell apart ambiguous and
16482 unambiguous keywords. Pike specials are now handled directly in
16483 the code instead.
16484
16485 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16486 New language constants and variables to make the backward skip in
16487 `c-looking-at-decl-block' as tight as possible.
16488
16489 (c-nonsymbol-token-char-list): New language constant.
16490
16491 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16492 find balanced template arglists backwards.
16493
16494 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16495 making char classes for `c-syntactic-skip-backward'.
16496
16497 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16498 16D - can't be a class-close at that point.
16499
16500 * progmodes/cc-engine.el (c-guess-basic-syntax)
16501 (c-add-class-syntax): Don't narrow out the enclosing declaration
16502 level. This makes everything a lot easier, and it was actually
16503 only four small places that needed it to work. Some places that
16504 previously did `widen' are removed now, which has the effect that
16505 `c-guess-basic-syntax' never will look at things outside the
16506 current narrowment now. The anchor position for `topmost-intro'
16507 is affected by this, but it was so bogus it was basically useless
16508 before, and now it's equally bogus but in a slightly different way.
16509
16510 (c-narrow-out-enclosing-class): Gone.
16511
16512 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16513 the narrowed region.
16514
16515 (c-least-enclosing-brace): Remove silly optional argument.
16516
16517 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16518 the point could be left directly after an open paren when finding
16519 the beginning of the first decl in the block.
16520
16521 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16522 Specify which submatch to use.
16523
16524 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16525
16526 (c-decl-start-re): No longer any need for special treatment of
16527 ObjC due to the above.
16528
16529 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16530 presumably follows C in that regard.
16531
16532 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16533 New language constants to specify operator tokens inside
16534 identifiers in a more high level way.
16535
16536 (c-opt-identifier-prefix-key): New internal language constant.
16537
16538 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16539 (c-identifier-start, c-identifier-key): Now completely calculated
16540 from other constants.
16541
16542 (c-identifier-last-sym-match): Decommission since it's no longer used.
16543
16544 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16545
16546 * progmodes/cc-engine.el (c-forward-name): Remove the
16547 optimization when c-identifier-key is equal to c-symbol-key since
16548 it doesn't work in byte compiled files. Don't record empty
16549 regions as identifiers.
16550
16551 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16552 simplify access to `c-operators' and its likes.
16553
16554 (c-operator-list, c-all-op-syntax-tokens)
16555 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16556 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16557 (c-primary-expr-regexp, c-cast-parens): Use it.
16558
16559 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16560 an explicit language in functions.
16561
16562 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16563 variant of adornment.
16564
16565 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16566 variable.
16567
16568 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16569 the Pike value.
16570
16571 * progmodes/cc-engine.el (c-on-identifier)
16572 (c-simple-skip-symbol-backward): Small fix for handling "-"
16573 correctly in `skip-chars-backward'. Affected the operator lfun
16574 syntax in Pike.
16575
16576 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16577 diagnostic message about precompiled language vars not being used.
16578
16579 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16580 "__attribute__" is followed by a parenthesis.
16581
16582 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16583 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16584 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16585
16586 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16587 Internal cleanups to properly detect the declared identifiers in
16588 various declarations.
16589
16590 (c-decl-start-kwds): New language constant to recognize
16591 declarations that can start anywhere. Used for class declarations
16592 in Pike.
16593
16594 (c-specifier-key, c-not-decl-init-keywords)
16595 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16596 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16597
16598 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16599 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16600 handling of the compiler specific extension keywords into a new
16601 language constant `c-decl-hangon-kwds' that defines keyword
16602 clauses to be ignored in declarations.
16603
16604 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16605 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16606 Necessary to stop at the declared identifier in e.g. IDL valuetype
16607 declarations.
16608
16609 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16610 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16611 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16612 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16613 class and enum declarations as such and not as part of the type.
16614
16615 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16616 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16617
16618 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16619 declarations when there's some syntax error later on.
16620
16621 (c-complex-decl-matchers): Did away with a reference to
16622 `c-specifier-key'.
16623
16624 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16625 value - this variable is always dynamically bound.
16626
16627 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16628 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16629 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16630 functions that might do hidden buffer changes: All such internal
16631 functions are now marked instead of those that don't.
16632
16633 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16634 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16635 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16636 (c-literal-type): Allow these functions to make hidden buffer changes,
16637 so that they are free to use text property caching later on.
16638
16639 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16640 (c-electric-brace, c-electric-slash, c-electric-star)
16641 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16642 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16643 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16644 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16645 with the changed semantics of the functions above.
16646
16647 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16648 when macros occur in obscure places. Optimized the sexp movement
16649 a bit.
16650
16651 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16652
16653 Enhancements for c-beginning-of-statement to work in AWK Mode:
16654
16655 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16656 (completed statement) with `}' (statement completed by closing
16657 brace or semicolon) and `$' (statement completed by EOL).
16658
16659 (c-awk-virtual-semicolon-ends-prev-line-p)
16660 (c-awk-virtual-semicolon-ends-line-p)
16661 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16662 (c-awk-at-statement-end-p): New functions.
16663
16664 * progmodes/cc-cmds.el: Simplify the structure of functions
16665 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16666 two functions and c-beginning-of-statement to handle AWK Mode.
16667
16668 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16669 c-backward-single-comment for AWK mode. Attempt to clarify their
16670 doc-strings.
16671
16672 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16673
16674 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16675
16676 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16677 label handling. Labels are now recognized in a uniform and more
16678 robust way, regardless of context. Text properties are put on all
16679 labels to recognize the following declarations better.
16680 Multiword labels are handled both in indentation and fontification for
16681 the benefit of language extensions like Qt. For consistency, keywords
16682 in labels are now fontified with the label face instead.
16683 That also applies to "case" and "default".
16684
16685 (c-beginning-of-statement-1): Fix some bugs in the label
16686 handling. Disregard `c-nonlabel-token-key' in labels that begin
16687 with `c-label-kwds'.
16688
16689 (c-find-decl-spots): Support that the callback adds more
16690 `c-decl-end' spots to find.
16691
16692 (c-forward-decl-or-cast-1): Don't treat a list of plain
16693 identifiers followed by a colon as a declaration.
16694
16695 (c-forward-label): New function to recognize labels.
16696
16697 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16698 `c-forward-label'. Moved the label recognition cases (14 and 15)
16699 earlier since they aren't so context sensitive now. Handle labels
16700 on the top level gracefully. Moved access label recognition to
16701 the generic label case (CASE 15) - removed CASE 5E.
16702
16703 (c-font-lock-declarations): Add recognition of labels in the
16704 same round since we need to handle labels in parallell with other
16705 declarations to recognize both accurately. It should also improve
16706 speed.
16707
16708 (c-simple-decl-matchers, c-basic-matchers-after):
16709 Move `c-font-lock-labels' so that it only is used on decoration level 2
16710 since `c-font-lock-declarations' handles it otherwise.
16711
16712 (c-complex-decl-matchers): Remove the simplistic recognition of
16713 access labels.
16714
16715 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16716 with labels earlier.
16717
16718 (c-decl-start-re): New language variable to make
16719 `c-font-lock-declarations' stop for the special protection labels
16720 in Objective-C that start with `@'.
16721
16722 (c-label-key): Remove since it's no longer used.
16723
16724 (c-recognize-colon-labels, c-label-prefix-re): New language
16725 constants to support recognition of generic colon-terminated labels.
16726
16727 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16728 are colon terminated labels.
16729
16730 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16731 first argument starts with a special brace list.
16732
16733 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16734 (c-font-lock-declarations): Break out the declaration and cast
16735 recognition from `c-font-lock-declarations' to a new function, so
16736 that it can be used in the indentation engine.
16737
16738 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16739 up to the start of the literal. Fixed bug with the point on the
16740 wrong side of the search limit that could happen when the start
16741 position is inside a literal.
16742
16743 * progmodes/cc-engine.el (c-parse-state)
16744 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16745 so that it's kept a little bit back to increase the hit rate.
16746
16747 (c-parse-state): Change the macro handling and fixed some
16748 glitches. Macro context is checked more often than necessary now,
16749 but otoh less garbage conses are generated.
16750
16751 * progmodes/cc-engine.el (c-parse-state)
16752 (c-invalidate-state-cache): Cache the last position where
16753 `c-state-cache' applies. This can speed up refontification quite
16754 a bit in blocks where there are many non-brace parens before the point.
16755
16756 (c-state-cache-end): New variable for this.
16757
16758 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16759 cache variable.
16760
16761 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16762 get close initial continue positions when the start position is
16763 inside a literal or macro. Do not call the callback for spots
16764 before the start position (which can happen e.g. for `c-decl-end'
16765 spots inside comments). Optimize better in special cases when the
16766 region is a single line inside a literal or macro (typically when
16767 the current line is refontified).
16768
16769 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16770 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16771 entries from the paren state.
16772
16773 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16774 special case for "else if" clauses.
16775
16776 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16777 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16778
16779 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16780 New language variable to recognize the gcc extension with statement
16781 blocks inside expressions.
16782
16783 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16784 it somewhat more comprehensible. The argument AT-BLOCK-START is
16785 no longer used and hence removed.
16786
16787 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16788 to `c-add-stmt-syntax'.
16789
16790 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16791 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16792 This fixes bogus label recognition.
16793
16794 * progmodes/cc-engine.el (c-add-type, c-check-type)
16795 (c-forward-name, c-forward-type): Improve storage of template
16796 types in `c-found-types' so that they can be recognized better.
16797
16798 (c-syntactic-content): Add option to skip past nested parens.
16799
16800 * progmodes/cc-engine.el (c-forward-name):
16801 Set `c-last-identifier-range' all the time. It's less work that way.
16802 Handle that there might not be an identifier to store in
16803 `c-last-identifier-range'.
16804
16805 (c-forward-type): Handle that `c-last-identifier-range' might be
16806 nil from `c-forward-name'.
16807
16808 * progmodes/cc-defs.el (c-safe-scan-lists)
16809 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16810
16811 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16812 to work even if the form fails.
16813
16814 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16815 down in a large file in one go.
16816
16817 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16818
16819 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16820 function which is like `c-lineup-math' but returns nil instead of
16821 `c-basic-offset' when it doesn't match.
16822
16823 (c-lineup-math): Change to use `c-lineup-assignments'.
16824
16825 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16826
16827 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16828 c-beginning-of-statement. New subfunctions
16829 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16830
16831 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16832
16833 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16834 hardcoded char classes whereever possible. Changed a couple of
16835 places to use skip by syntax instead of skip by char class.
16836
16837 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16838 Fix a bug in the regexp that caused extreme backtracking.
16839
16840 * progmodes/cc-langs.el (c-block-comment-starter)
16841 (c-block-comment-ender): New language constants to specify in a
16842 single place how block comments look.
16843
16844 (c-comment-start-regexp, c-block-comment-start-regexp)
16845 (comment-start, comment-end, comment-start-skip)
16846 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16847 (c-syntactic-ws, c-nonempty-syntactic-ws)
16848 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16849 `c-line-comment-starter', `c-block-comment-starter' and
16850 `c-block-comment-ender'.
16851
16852 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16853 New language constants to break up things a bit.
16854
16855 (c-simple-ws): New language constant for simple whitespace.
16856
16857 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16858
16859 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16860 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16861 newlines. Allow and ignore nil elements in the list.
16862
16863 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16864
16865 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16866 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16867
16868 * progmodes/cc-cmds.el: Tidy up the comments in
16869 c-beginning-of-statement and subfunctions.
16870
16871 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16872 more flexible c-put-char-property and c-clear-char-properties.
16873 Add the author's email address.
16874
16875 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16876
16877 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16878 closing "*/" of a block comment.
16879
16880 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16881 subfunctions) so that it works at BOB and EOB.
16882
16883 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16884 c-beginning-of-statement, including new variable
16885 c-block-comment-start-regexp.
16886
16887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16888
16889 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16890 symbols from `*-font-lock-extra-types' so that there's no need to
16891 use `regexp-opt' on those lists.
16892
16893 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16894 `c-type-modifier-kwds' is empty.
16895
16896 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16897 there are several strings on the same line.
16898
16899 * progmodes/cc-engine.el (c-literal-limits): Remove the
16900 compatibility function for older emacsen. `c-literal-limits-fast'
16901 has now taken the place of this function.
16902
16903 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16904 with older emacsen: We now require `pps-extended-state'.
16905
16906 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16907
16908 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16909 which obviates the need to hack sentence-end. This now handles
16910 escaped newlines in strings correctly. Correct minor bugs in
16911 c-move-over-sentence and in c-beginning-of-statement.
16912
16913 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16914 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16915 that movement over macros and code are rigorously separated from
16916 eachother. Correct a few incidental bugs.
16917
16918 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16919 Improve its doc-string. Improve the handling of certain specific cases.
16920
16921 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16922
16923 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16924 (c-guess-basic-syntax): Change the way class-level labels are
16925 recognized; they can now contain essentially any symbols.
16926
16927 (c-opt-extra-label-key): New language variable to cope with the
16928 special protection label syntax in Objective-C.
16929
16930 (c-opt-access-key): Remove; this is now handled better by
16931 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16932
16933 (c-complex-decl-matchers): Update to handle that
16934 `c-opt-access-key' no longer exists.
16935
16936 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16937 improved label recognition in `c-beginning-of-statement-1'.
16938
16939 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16940 Recognize bitfields better.
16941
16942 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16943 Remove some cruft and fixed a bug that could cause it to go to a
16944 position further down.
16945
16946 * progmodes/cc-langs.el, cc-engine.el
16947 (c-beginning-of-statement-1): Improve detection of labels in
16948 declaration contexts.
16949
16950 (c-beginning-of-decl-1): Use it.
16951
16952 (c-nonlabel-token-key): New language constant and variable needed
16953 by `c-beginning-of-statement-1'.
16954
16955 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16956 manifested itself due to the correction in `c-forward-sexp'.
16957
16958 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16959 Make these behave as documented when used at the buffer limits.
16960
16961 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16962 (c-type-decl-end-used): Made this a language variable.
16963
16964 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16965 correctly when `combine-after-change-calls' is used together with
16966 temporary narrowings.
16967
16968 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16969 Report labels correctly when the start point is immediately after the
16970 colon.
16971
16972 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16973 Remove since it isn't used anymore.
16974
16975 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16976 bracket arglists such as template parens in C++.
16977
16978 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16979 in the last check-in. Some optimization.
16980
16981 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16982 where it could stop at the same level in a preceding sexp when
16983 PAREN-LEVEL is set.
16984
16985 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16986 text property lookup only when it's needed.
16987
16988 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16989 Change the policy for paren marked angle brackets to be more
16990 persistent; once marked they remain marked even when they're found
16991 to be unbalanced in the searched region. This should keep the
16992 paren syntax around even when individual lines are refontified in
16993 multiline template arglists.
16994
16995 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16996 to control markup so that incorrect angle bracket arglists aren't
16997 marked in contexts where the correct value for
16998 `c-disallow-comma-in-<>-arglists' isn't known.
16999
17000 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17001 argument has become `c-parse-and-markup-<>-arglists'.
17002
17003 (c-remove-<>-arglist-properties): Remove - no longer used.
17004
17005 (c-after-change-check-<>-operators): New function used on
17006 `after-change-functions' to avoid that "<" and ">" characters that
17007 are part of longer operators have paren syntax.
17008
17009 (c-<>-multichar-token-regexp): New language variable used by
17010 `c-after-change-check-<>-operators'.
17011
17012 (c-after-change): Call `c-after-change-check-<>-operators'.
17013
17014 (c-font-lock-<>-arglists): Use the context properties set by
17015 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17016 correctly to avoid doing invalid markup.
17017
17018 (c-font-lock-declarations): Remove code that undoes the invalid
17019 markup done by `c-font-lock-<>-arglists'.
17020
17021 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17022 after `c-font-lock-declarations'.
17023
17024 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17025 Add paren-level feature.
17026
17027 (c-guess-basic-syntax): Improve the anchor position for
17028 `template-args-cont' in nested template arglists. There's still
17029 much to be desired in this area, though.
17030
17031 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17032
17033 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17034 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17035
17036 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17037
17038 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17039 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17040
17041 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17042 it doesn't work no longer are supported.
17043
17044 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17045 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17046 requires support for the syntax-table' text property, which rules
17047 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17048 cruft associated with those versions.
17049
17050 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17051 for the `syntax-table' text property, which rules out Emacs 19 and
17052 XEmacs < 21.4. Removed various compatibility cruft associated
17053 with those versions.
17054
17055 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17056 support for the `syntax-table' text property.
17057
17058 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17059 variable and use an extra quoted face name instead. All the
17060 emacsen flavors handle that correctly.
17061
17062 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17063 (c-font-lock-declarators, c-font-lock-declarations)
17064 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17065 property to mark the items in in declarator lists to handle
17066 refontification inside multiline declarations better.
17067
17068 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17069 construct like "a * b = c;" as a declaration.
17070
17071 2005-12-08 Kim F. Storm <storm@cua.dk>
17072
17073 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17074 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17075 select either meta, hyper, or super modifier for rectangle commands.
17076 (cua--rectangle-modifier-key): New defvar.
17077 (cua--M/H-key): Use it. Remove special case for `space'.
17078 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17079 on X, to meta otherwise. Always bind C-return to toggle
17080 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17081
17082 * emulation/cua-rect.el (cua-help-for-rectangle):
17083 Use cua--rectangle-modifier-key. Handle super modifier too.
17084 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17085 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17086
17087 * ido.el: Move Acknowledgements and History after Commentary.
17088 Minor changes to Commentary.
17089
17090 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17091 keymap if cua--prefix-override-timer is `shift'.
17092 (cua--shift-control-prefix): New function; emulate "type prefix
17093 key twice" functionality to handle shifted prefix key override.
17094 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17095 New commands.
17096 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17097
17098 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17099
17100 * textmodes/org.el (org-insert-heading): Try to do items before
17101 headings.
17102 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17103 (org-insert-item): New function.
17104 (org-renumber-ordered-list): Don't skip to higher level lists.
17105
17106 2005-12-08 Juri Linkov <juri@jurta.org>
17107
17108 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17109
17110 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17111
17112 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17113
17114 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17115 the constructed function name fun-1.
17116
17117 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17118 because such links don't lead to parent documentation.
17119
17120 2005-12-08 Kenichi Handa <handa@m17n.org>
17121
17122 * descr-text.el (describe-char): Use *Help-2* buffer if the
17123 current buffer is *Help*. Call describe-text-properties while
17124 setting the original buffer.
17125
17126 2005-12-07 Bill Wohler <wohler@newt.com>
17127
17128 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17129 and causes problems with non-MH users (such as Gnus users).
17130
17131 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17132
17133 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17134 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17135 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17136 command "info sources". Move calls to GDB command "list".
17137 (gdb-find-file-hook): Just use gdb-source-file-list.
17138 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17139 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17140 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17141 (gdb-data-list-register-values-handler): Use correct trigger name.
17142
17143 2005-12-07 Kim F. Storm <storm@cua.dk>
17144
17145 * ido.el (ido-completion-map): Rename from ido-mode-map.
17146 (ido-common-completion-map, ido-file-completion-map)
17147 (ido-file-dir-completion-map, ido-buffer-completion-map):
17148 Rename from ido-mode-....-map.
17149 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17150 (ido-setup-completion-map): Rename from ido-define-mode-map.
17151 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17152 to ido-completion-map.
17153
17154 2005-12-07 Kenichi Handa <handa@m17n.org>
17155
17156 * international/mule-cmds.el
17157 (set-display-table-and-terminal-coding-system): If the coding
17158 system specified in `unibyte-display' property is different from
17159 the arg coding-system, don't setup standard-display-table.
17160
17161 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17162
17163 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17164 that comments end at \n, regardless of selective-display.
17165
17166 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17167
17168 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17169 (gdb-version): New variables.
17170 (gdb-source-file-list, gdb-register-names)
17171 (gdb-changed-registers): New variables for use with GDB 6.4+.
17172 (gdb-ann3): Replace with...
17173 (gdb-init-1, gdb-init-2): ...two new functions.
17174 (gdba, gdb-prompt): Call gdb-init-1.
17175 (gdb-get-version): New function. Call gdb-init-2 from here.
17176 (gud-watch): Make it work with mouse events too.
17177 (gdb-post-prompt): Don't add to queue until GDB version is known.
17178 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17179 (gdb-locals-mode): Use gdb-version.
17180 (gdb-memory-format-map, gdb-memory-unit-map)
17181 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17182 (gdb-locals-font-lock-keywords-1)
17183 (gdb-locals-font-lock-keywords-2): New variables.
17184 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17185 (gdb-set-gud-minor-mode-existing-buffers-1)
17186 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17187 (gdb-var-update-1, gdb-var-update-handler-1)
17188 (gdb-data-list-register-values-handler)
17189 (gdb-data-list-register-values-custom)
17190 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17191 (gdb-stack-list-locals-handler, gdb-get-register-names):
17192 New functions for use with GDB 6.4+.
17193 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17194 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17195 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17196 (gdb-stack-list-locals-regexp)
17197 (gdb-data-list-register-names-regexp): New regexps for use with
17198 GDB 6.4+.
17199
17200 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17203
17204 2005-12-06 Nozomu Ando <nand@mac.com>
17205
17206 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17207 prompts work for AUTH PLAIN. Also reported by Steve Allan
17208 <seallan@verizon.net>.
17209
17210 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17211
17212 * frame.el (set-frame-parameter): Add doc string.
17213
17214 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17215
17216 * textmodes/org.el (org-occur-highlights): New variable.
17217 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17218 (org-highlight-sparse-tree-matches): New option.
17219 (org-do-occur): New function.
17220 (org-get-heading): Make it work also at beginning of line.
17221 (org-category-table): New variable.
17222 (org-get-category-table, org-get-category)
17223 (org-camel-to-words, org-link-search): New functions.
17224 (org-select-this-todo-keyword): New variable.
17225 (org-todo-list): New command.
17226 (org-shiftright, org-shiftleft): New commands.
17227 (org-agenda-todo): Add prefix argument.
17228 (org-show-hierarchy-above): New option.
17229 (org-show-todo-tree): Numerical prefix creates tree for specific
17230 TODO keyword.
17231 (org-outline-level): New function, to assign a level to plain
17232 lists items.
17233 (org-cycle-include-plain-lists): New option.
17234 (org-mode): Use `org-outline-level' as value of `outline-level'.
17235 (org-cycle): Temporarily switch `outline-regexp' if
17236 `org-cycle-include-plain-lists' is non-nil.
17237 (org-start-icalendar-file): Fix format bug.
17238 (org-agenda-get-day-entries): Create category table.
17239 (org-agenda-get-todos, org-agenda-get-timestamps)
17240 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17241 (org-agenda-get-blocks): Use `org-get-category'.
17242 (org-context-in-file-links): Rename from
17243 `org-line-numbers-in-file-links'.
17244
17245 2005-12-06 Romain Francoise <romain@orebokech.com>
17246
17247 * window.el (balance-windows): Delete extraneous third arg in call
17248 to `enlarge-window'.
17249
17250 2005-12-06 Kenichi Handa <handa@m17n.org>
17251
17252 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17253
17254 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17255
17256 * progmodes/gdb-ui.el (gdb-var-create-handler)
17257 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17258 (gdb-var-list-children-handler, gdb-var-update-handler):
17259 Current buffer is already gdb-partial-output-buffer, don't
17260 make it current again.
17261
17262 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17263
17264 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17265 (list-buffers-noselect): Use it.
17266
17267 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17268
17269 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17270 (mail-yank-ignored-headers): Use regexp-opt.
17271 (mail-mode-map): Move initialization into declaration.
17272 (mail-sent-via): Remove unused shadowed var `to-line'.
17273 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17274 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17275 (mail-do-fcc): Use dolist and push.
17276 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17277 (mail-yank-ignored-headers): Don't autoload.
17278
17279 2005-12-05 Kenichi Handa <handa@m17n.org>
17280
17281 * international/mule-cmds.el (set-language-info-internal): New fun.
17282 (set-language-info): Call set-language-info-internal to update
17283 language-info-alist. If LANG-ENV is the current one, call
17284 set-language-environment to make INFO effective now.
17285 (set-language-info-alist): Likewise.
17286 (locale-language-names): With locale "en", use English
17287 lang. env. but set the default codings to iso-8859-1.
17288
17289 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17290
17291 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17292 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17293 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17294 for plain strings.
17295 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17296 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17297 Create registers buffer if necessary. Echo new state in minibuffer.
17298 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17299
17300 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17301
17302 * info.el (Info-fontify-node): Match external links using
17303 non-directory part of filename.
17304
17305 2005-12-04 Juri Linkov <juri@jurta.org>
17306
17307 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17308 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17309 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17310 because there is no customization option for it.
17311
17312 * font-lock.el (lisp-font-lock-keywords-1):
17313 Add define-global-minor-mode.
17314
17315 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17316
17317 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17318 properties on the constructed variable names.
17319
17320 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17321 Put `definition-name' properties on the constructed function names
17322 next-sym and prev-sym.
17323
17324 * emacs-lisp/find-func.el (find-function-regexp):
17325 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17326 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17327 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17328 and easy-menu-define.
17329
17330 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17331 easy-mmode-define-global-mode and define-global-minor-mode.
17332 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17333
17334 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17335 instead of easy-mmode-define-global-mode.
17336
17337 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17338 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17339
17340 * cus-edit.el (customize-group, customize-group-other-window):
17341 Filter out autoloaded options from the group completion list by
17342 using heuristics that autoloaded groups don't have `custom-autoload'
17343 property on their symbols (they have only `custom-loads').
17344
17345 * simple.el (completion-setup-function): Put completions-common-part
17346 face on complete completion string too (i.e. completion string
17347 without completions-first-difference face).
17348
17349 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17350
17351 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17352
17353 * view.el (view-mode): Doc fix.
17354
17355 * disp-table.el (standard-display-european): Add to the warning
17356 message a reference to the doc string.
17357
17358 * play/yow.el (apropos-zippy): Call print-help-return-message,
17359 similar to other Help and Apropos commands.
17360
17361 * help.el (print-help-return-message): If pop-up-frames is
17362 non-nil, set up help-return-method to delete the help window and,
17363 possibly, its frame as well, and don't display message about
17364 scrolling the help window. Doc fix.
17365 (help-return-method): Doc fix.
17366
17367 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17368
17369 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17370 whereby names of length one or names starting with a
17371 symbol-constituent character would not be returned.
17372
17373 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17374
17375 * subr.el (atomic-change-group): Add edebug and indentation spec.
17376
17377 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17378
17379 * completion.el (save-completions-file-name): Fix typo in last change.
17380
17381 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17382
17383 * info.el: Move back/forward history to the beginning of the tool bar.
17384
17385 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17386
17387 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17388 Add fset of allout-real-isearch-abort during compile to fix
17389 byte-compilation warnings.
17390 (allout-mode-p): Move definition of this macro above all uses, or
17391 byte compilation in barren Emacs (eg, during Emacs build) will
17392 lack the definition.
17393 (allout-mode): Move this variable above any uses, or byte
17394 compilation will fail.
17395 (allout-resolve-xref): Remove use of personal file-reference function.
17396 (allout-toggle-current-subtree-encryption): Do the current (ie,
17397 visible containing) topic, rather than nearest around point. Doc fix.
17398 (allout-toggle-subtree-encryption): New function, workhorse that
17399 works on nearest topic containing point.
17400 (allout-encrypt-string): Signal requirement for newer version of pgg.
17401 (allout-resumptions): Doc fix.
17402
17403 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17404
17405 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17406
17407 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17408
17409 * textmodes/flyspell.el (flyspell-external-point-words):
17410 Consider a misspelling as found in the string search if: (a) misspelling
17411 and found string lengths match, or (b) misspelling is found as
17412 element in a boundary-chars separated longer string, or (c)
17413 ispell-program-name is really ispell and misspelling is found as
17414 part of a TeX string. After successful match move beginning of
17415 search region to end of match. Warn about not found misspellings
17416 once the process is done.
17417 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17418
17419 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17420
17421 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17422 tool bar (removed inadvertently).
17423
17424 2005-12-02 Juri Linkov <juri@jurta.org>
17425
17426 * log-view.el (log-view-diff): Clarify doc string.
17427
17428 2005-12-01 Bill Wohler <wohler@newt.com>
17429
17430 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17431 triggers lm-verify errors.
17432
17433 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17434
17435 * simple.el (transient-mark-mode, line-number-mode)
17436 (column-number-mode, size-indication-mode): Remove `:require nil'.
17437
17438 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17441 in the margin also.
17442 (gdb-breakpoints-mode-map): Use D instead of d for
17443 gdb-delete-breakpoint.
17444 (gdb-get-frame-number): Require a number to match on.
17445 (gdb-threads-mode-map): Add follow-link binding.
17446
17447 2005-11-30 Jason Rumney <jasonr@gnu.org>
17448
17449 * isearch.el (isearch-mode-map): Avoid exiting search on
17450 language-change event.
17451
17452 2005-11-30 Romain Francoise <romain@orebokech.com>
17453
17454 * speedbar.el (speedbar-default-position): New defcustom.
17455 (speedbar-frame-reposition-smartly): Use it.
17456
17457 * dframe.el (dframe-reposition-frame-emacs): Fix position
17458 computation for `left' location.
17459 Update copyright year.
17460
17461 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17462
17463 * help.el (help-map): Move initialization into declaration.
17464
17465 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17466
17467 * help-fns.el (help-argument-name): Don't autoload.
17468 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17469 to be re-loaded when customizing the `help' group.
17470
17471 2005-11-30 John Paul Wallington <jpw@gnu.org>
17472
17473 * help-fns.el (describe-function-1): Fill arglist output.
17474
17475 2005-11-30 Kim F. Storm <storm@cua.dk>
17476
17477 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17478 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17479 after revert-buffer (or anything else which kills all local variables).
17480
17481 * apropos.el (apropos-parse-pattern): Doc fix.
17482 Set apropos-regexp directly, rather than expecting callers to do so.
17483 (apropos-command, apropos, apropos-value, apropos-documentation):
17484 Simplify calls to apropos-parse-pattern.
17485
17486 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17487
17488 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17489 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17490 (hi-lock-write-interactive-patterns): Use comment-region.
17491
17492 * longlines.el (longlines-mode): Add mail-setup-hook.
17493
17494 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17495
17496 * simple.el (sendmail-user-agent-compose, next-line):
17497 Conditionally use hard-newline.
17498
17499 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17500
17501 * international/latexenc.el (latex-inputenc-coding-alist):
17502 Reword doc string.
17503
17504 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17505
17506 * help.el (describe-key-briefly, describe-key): Recognize default
17507 bindings.
17508
17509 2005-11-29 Romain Francoise <romain@orebokech.com>
17510
17511 * view.el (view-inhibit-help-message): New defcustom.
17512 (view-mode-enter): Use it.
17513
17514 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17515
17516 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17517 Preserve user position.
17518
17519 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17520
17521 * font-lock.el: Throw error if facemenu is not loaded to prevent
17522 accidental change of loading order in loadup.el. (Suggested by RMS.)
17523
17524 * loadup.el: Add comment explaining why facemenu must be loaded
17525 before font-lock.
17526
17527 2005-11-28 Jay Belanger <belanger@truman.edu>
17528
17529 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17530 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17531
17532 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17533
17534 * calc/calc-embed.el (calc-do-embedded): Update help message.
17535
17536 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17537
17538 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17539
17540 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17541
17542 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17543 called-interactively-p.
17544 (elp-profilable-p): Rename from elp-not-profilable-p.
17545 Invert result and take into account macros and autoloaded functions.
17546 (elp-instrument-function): Update call.
17547 (elp-instrument-package): Update call. Add completion.
17548 (elp-pack-number): Use match-string.
17549 (elp-results-jump-to-definition-by-mouse): Merge into
17550 elp-results-jump-to-definition and then remove.
17551 (elp-output-insert-symname): Make help echo text single-line.
17552
17553 * replace.el (query-replace-map): Move initialization into declaration.
17554 (occur-engine): Use with-current-buffer.
17555 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17556 (occur-mode-mouse-goto): Replace with an alias.
17557
17558 2005-11-28 Juri Linkov <juri@jurta.org>
17559
17560 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17561
17562 * term/w32-win.el: Bind [S-tab] to [backtab].
17563
17564 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17565 `Info-find-file' to t.
17566
17567 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17568 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17569 and same-window-regexps.
17570 (occur-next-error): Don't move point for arg 0.
17571
17572 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17573
17574 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17575
17576 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17577
17578 * log-edit.el (log-edit-changelog-use-first): New var.
17579 (log-edit-changelog-ours-p): Use it.
17580 (log-edit-insert-changelog): Set it with new arg `use-first'.
17581 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17582 (log-edit-hook): Add them to the list of suggested options.
17583
17584 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17585 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17586 redundant work.
17587 (flyspell-mode-on): Use add-hook for after-change-functions.
17588 (flyspell-mode-off): Use remove-hook for after-change-functions.
17589 (flyspell-changes): Make it buffer-local.
17590 (flyspell-after-change-function): Make it non-interactive. Use push.
17591 (flyspell-post-command-hook): Check input-pending-p while processing
17592 the potentially long list of buffer changes.
17593
17594 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17595
17596 * buff-menu.el (list-buffers-noselect): Display the selected
17597 frame's buffer list, not the global one.
17598
17599 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17600
17601 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17602 that (list last-input-event) works as in interactive spec.
17603
17604 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17605
17606 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17607 `facemenu-keymap' needs to be defined when font-lock is loaded.
17608 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17609
17610 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17611
17612 * completion.el: Remove useless leading * in defcustom docstrings.
17613 (save-completions-file-name): Use ~/.emacs.d if available.
17614 (completion-standard-syntax-table): Rename from
17615 cmpl-standard-syntax-table and fold initialization into declaration,
17616 thus removing cmpl-make-standard-completion-syntax-table.
17617 (completion-lisp-syntax-table, completion-c-syntax-table)
17618 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17619 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17620 (symbol-under-point, symbol-before-point)
17621 (symbol-under-or-before-point, symbol-before-point-for-complete)
17622 (add-completions-from-c-buffer): Use with-syntax-table.
17623 (make-completion): Don't return a list of completion entries.
17624 Update callers.
17625 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17626 (completion-initialize): Rename from initialize-completions.
17627 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17628 (kill-emacs-save-completions): Collect stats here.
17629 (save-completions-to-file, load-completions-from-file):
17630 Use with-current-buffer.
17631 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17632 into a function. Move all calls to toplevel.
17633 (completion-lisp-mode-hook): New fun.
17634 (completion-c-mode-hook, completion-setup-fortran-mode):
17635 Set the syntax-table here. Use local-set-key.
17636 (completion-saved-bindings): New var.
17637 (dynamic-completion-mode): Make it into a proper minor mode.
17638 (load-completions-from-file): Remove unused var `num-uses'.
17639
17640 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17641 constructor if it is explicitly overridden.
17642
17643 * complete.el (PC-completion-as-file-name-predicate):
17644 Use minibuffer-completing-file-name.
17645 (partial-completion-mode): Use find-file-not-found-functions.
17646 (PC-lisp-complete-symbol): Use with-syntax-table.
17647 (PC-look-for-include-file): Remove dead setq.
17648 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17649 (PC-complete): Use with-current-buffer.
17650
17651 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17652 escape single quotes.
17653
17654 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17655
17656 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17657 of `if' whose condition always returned nil. Doc fix.
17658
17659 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17660 window's buffer the current buffer around the call to
17661 `list-buffers-noselect'. This is necessary to mark that buffer
17662 with a `.' in the Buffer Menu when called from Lisp, for instance
17663 by Auto Revert Mode.
17664
17665 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17666
17667 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17668 attaching to it.
17669 (gdb-pre-prompt): Make sure gdb-error is reset.
17670
17671 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17672 with a child process, detect it.
17673 (gud-speedbar-buttons): Match regexp more carefully.
17674
17675 2005-11-27 Richard M. Stallman <rms@gnu.org>
17676
17677 * mouse.el (mouse-drag-move-window-bottom):
17678 Use adjust-window-trailing-edge.
17679
17680 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17681
17682 * simple.el (blink-matching-open): Ignore
17683 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17684 (blink-matching-paren-on-screen): Update docstring.
17685
17686 * paren.el (show-paren-mode): No longer change
17687 `blink-matching-paren-on-screen'.
17688
17689 2005-11-27 John Paul Wallington <jpw@pobox.com>
17690
17691 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17692 (gdb-threads-select, gdb-edit-register-value):
17693 Use `posn-set-point' instead of `mouse-set-point' because the
17694 latter is not fbound when configured without X.
17695
17696 2005-11-27 Kim F. Storm <storm@cua.dk>
17697
17698 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17699 existing face when partially highlighting a TAB in a rectangle.
17700
17701 2005-11-26 Kim F. Storm <storm@cua.dk>
17702
17703 * ido.el (ido-mode-map): Doc fix.
17704 (ido-mode-common-map, ido-mode-file-map)
17705 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17706 (ido-define-mode-map): Rewrite. Select one of the new maps as
17707 parent for ido-mode-map instead of building from scratch.
17708 (ido-init-mode-maps): New defun to initialize new maps.
17709 (ido-mode): Call it.
17710 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17711 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17712
17713 2005-11-26 John Paul Wallington <jpw@pobox.com>
17714
17715 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17716 `mouse-set-point' because the latter is not fbound when configured
17717 without X.
17718
17719 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17720
17721 * files.el (file-relative-name): Doc fix.
17722
17723 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17724
17725 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17726 non-empty string for secondary prompt PS2.
17727
17728 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17729
17730 * progmodes/compile.el (compilation-setup): Fix last change.
17731
17732 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17733
17734 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17735 (gdb-mouse-toggle-breakpoint-margin)
17736 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17737 Add gdb-server-prefix to keep out of command history.
17738 (gdb-edit-register-value): New function.
17739 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17740 (gdb-info-registers-custom): Use above map.
17741
17742 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17743
17744 * custom.el (enable-theme): Signal error if argument is not a
17745 theme. Don't recalculate a face if it's not loaded yet.
17746
17747 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17748 the `user' theme is in effect.
17749
17750 * info.el (Info-on-current-buffer): Record actual filename in
17751 Info-current-file, instead of t, or a fake filename if a non-file
17752 buffer. Make autoload.
17753 (Info-find-node, Info-revert-find-node): No need to check for
17754 Info-current-file nil.
17755 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17756 Info-current-file is now never `t'.
17757 (Info-fontify-node): Many simplifications due to Info-current-file
17758 always being valid. Use Info-find-file to find node filename.
17759
17760 2005-11-25 David Kastrup <dak@gnu.org>
17761
17762 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17763 new character, then delete" in order to preserve markers.
17764
17765 2005-11-25 David Ponce <david@dponce.com>
17766
17767 * recentf.el (recentf-arrange-by-rule): Handle a special
17768 `auto-mode-alist'-like "strip suffix" rule.
17769 (recentf-build-mode-rules): Handle second level auto-mode entries.
17770
17771 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17772
17773 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17774 window modes.
17775
17776 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17777 jde-javadoc-checker-report-mode.
17778
17779 * ediff-wind (ediff-make-wide-display): Slight simplification.
17780
17781 * ediff.el (ediff-date): Change the date of last update.
17782
17783 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17784
17785 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17786 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17787 (hi-lock-mode): New global minor mode.
17788 (turn-on-hi-lock-if-enabled): New function.
17789 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17790 Change arguments to regexp and face instead of a font-lock pattern.
17791 Directly set face property, instead of refontifying.
17792 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17793 (hi-lock-find-patterns): Use line-number-at-pos.
17794
17795 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17796 arguments for hi-lock-set-pattern.
17797 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17798 Call font-lock-fontify-buffer.
17799 (hi-lock-find-file-hook, hi-lock-current-line)
17800 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17801
17802 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17803 turned off.
17804
17805 * progmodes/compile.el (compilation-setup): Don't fiddle with
17806 font-lock-defaults.
17807
17808 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17809
17810 * progmodes/gdb-ui.el (gdb-var-create-handler)
17811 (gdb-var-list-children-handler): Find values for all variable
17812 objects. gud-speedbar-buttons decides whether to display them.
17813
17814 2005-11-24 Romain Francoise <romain@orebokech.com>
17815
17816 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17817 buffer name with a space.
17818
17819 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17820
17821 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17822 `org-export-local-list-max-depth'. Change default value to 3.
17823 (org-auto-renumber-ordered-lists)
17824 (org-plain-list-ordered-item-terminator): New options.
17825 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17826 (org-get-indentation, org-get-string-indentation)
17827 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17828 New functions.
17829 (org-move-item-down, org-move-item-up): New commands.
17830 (org-export-as-html): New classes for CSS support. Bug fix in
17831 regular expression detecting fixed-width regions. Respect
17832 `org-local-list-ordered-item-terminator'.
17833 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17834 also a list item.
17835 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17836 New item moving functions.
17837
17838 2005-11-24 Juri Linkov <juri@jurta.org>
17839
17840 * isearch.el (isearch-repeat): With empty search ring set
17841 `isearch-error' to the error string instead of signaling error
17842 with the function `error'.
17843
17844 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17845
17846 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17847
17848 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17849
17850 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17851 and variable.
17852 (gdb-var-create-handler, gdb-var-list-children-handler):
17853 Don't match on "char **...".
17854 (gdb-var-update-handler): Find values for all variable objects.
17855 (gdb-info-frames-custom): Identify frames by leading "#".
17856
17857 * progmodes/gud.el (gud-speedbar-menu-items): Add
17858 gdb-speedbar-auto-raise as radio button.
17859 (gud-speedbar-buttons): Raise speedbar if requested.
17860 Don't match on "char **...".
17861 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17862 Make it editable.
17863
17864 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17865
17866 * info.el (Info-fontify-node): Handle the case where
17867 Info-current-file is t.
17868
17869 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17870
17871 * simple.el (blink-matching-open): Fix off-by-one in last change.
17872
17873 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17874
17875 * term/mac-win.el: Don't change default directory.
17876
17877 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17878
17879 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17880 buffers correctly. (It used to throw an error in such buffers.)
17881 Make it ask for confirmation in group buffers and other Custom
17882 buffers containing more than one customization item.
17883
17884 2005-11-22 John Paul Wallington <jpw@gnu.org>
17885
17886 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17887 property on mail and url overlays.
17888 (goto-address-at-point): Use `posn-set-point' instead of
17889 `mouse-set-point' because the latter is not fbound when configured
17890 without X.
17891
17892 2005-11-22 Lars Hansen <larsh@soem.dk>
17893
17894 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17895 (ls-lisp-classify, ls-lisp-format): Delete call to
17896 ls-lisp-parse-symlink.
17897 (ls-lisp-handle-switches): Handle symlinks to directories as
17898 directories when ls-lisp-dirs-first in non-nil.
17899
17900 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17901
17902 * startup.el (command-line): Make sure that loaddefs.el is handled
17903 correctly in load-history.
17904
17905 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17906
17907 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17908 (gdb-struct-string, gdb-array-string): New constants.
17909 (gdb-info-locals-handler): Use them.
17910 (gdb-reset): Reset gdb-var-list to nil.
17911
17912 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17913
17914 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17915 in patterns.
17916
17917 2005-11-21 Juri Linkov <juri@jurta.org>
17918
17919 * custom.el (defcustom): Update link types in docstring.
17920
17921 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17922
17923 * custom.el (defgroup): Add doc-string-elt info.
17924
17925 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17926
17927 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * newcomment.el (comment-enter-backward): Fix last fix.
17930
17931 * simple.el (blink-matching-open):
17932 * paren.el (show-paren-function): Allow new paren-class info.
17933
17934 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17935
17936 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17937 handled automagically.
17938
17939 2005-11-20 Andreas Schwab <schwab@suse.de>
17940
17941 * descr-text.el (describe-char): When copying overlays put them
17942 over the full char description instead of just the first character
17943 of it.
17944
17945 2005-11-20 Juri Linkov <juri@jurta.org>
17946
17947 * simple.el (what-cursor-position):
17948 * descr-text.el (describe-char): Use Lisp-readable syntax
17949 for octal and hex. Reorder decimal, octal and hex values.
17950 Remove excess whitespace in the output. Use `=' in `column='
17951 like in `point=' and `Hscroll='.
17952
17953 * international/mule-cmds.el (encoded-string-description):
17954 Use Lisp-readable syntax for hex.
17955
17956 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17957
17958 * newcomment.el (comment-enter-backward): Handle the case where the
17959 comment is closed by EOB.
17960
17961 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17962
17963 * longlines.el (longlines-before-revert-hook)
17964 (longlines-after-revert-hook): New functions.
17965 (longlines-mode): Turn off longlines temporarily when reverting.
17966 Add a message-setup-hook.
17967 (longlines-decode-buffer): New function.
17968 (longlines-wrap-line): Preserve marker positions.
17969
17970 2005-11-19 Andreas Schwab <schwab@suse.de>
17971
17972 * emacs-lisp/shadow.el: Handle compressed files.
17973
17974 2005-11-19 Romain Francoise <romain@orebokech.com>
17975
17976 * net/browse-url.el (browse-url-default-browser): Signal an error
17977 if no usable browser can be found, rather than try to load w3.
17978
17979 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17980
17981 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17982 replacing existing properties.
17983 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17984 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17985 tty specs.
17986 (rcirc-server-prefix, rcirc-server): New faces.
17987 (rcirc-url-regexp): Generate with rx macro.
17988 (rcirc-last-server-message-time): New variable.
17989 (rcirc-filter): Record time of last message.
17990 (rcirc-keepalive): Kill processes that did not send a message
17991 since the last ping.
17992 (rcirc-mode): Give rcirc-topic a local binding here.
17993
17994 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17995
17996 * subr.el (read-passwd): Fontify the prompt as we do with other
17997 prompts.
17998
17999 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
18000
18001 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18002 binding buffer-read-only to nil.
18003
18004 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18005
18006 * complete.el (partial-completion-mode):
18007 Mention completion-auto-help in the doc string.
18008
18009 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18010 more Lisp-ish way.
18011
18012 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
18013
18014 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18015 digits, not 8, to avoid misalignment for files larger than 100MB.
18016
18017 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18018
18019 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18020 Mention "keyboard shortcuts" in the help text.
18021
18022 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18023
18024 * startup.el (fancy-splash-default-action): Discard only
18025 mouse-down and succeeding mouse-up events in the splash screen
18026 window so that drag-n-drop event can be processed.
18027
18028 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18029
18030 * longlines.el (longlines-mode): Add hacks for mail-mode and
18031 message-mode.
18032
18033 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18034
18035 * textmodes/org.el (org-table-sort-lines): New command.
18036 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18037 (org-add-file): Command removed, use `org-agenda-file-to-front'
18038 instead.
18039 (org-export-icalendar): Use `org-icalendar-combined-name'.
18040 (org-cycle-agenda-files, org-agenda-file-to-end)
18041 (org-agenda-file-to-front): New commands.
18042 (org-table-tab-jumps-over-hlines, org-export-html-style):
18043 New options.
18044 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18045 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18046 New functions.
18047 (org-fill-paragraph): Call `org-table-align' in tables.
18048 (org-mode): Call `org-set-autofill-regexps'.
18049 (org-export-as-html): Support for local handformatted lists.
18050 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18051 (org-export-local-list-max-depth): New option.
18052 (org-html-expand): Use `org-html-protect'.
18053
18054 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18055
18056 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18057 to "p".
18058 (gdb): Move definition of gud-pp to...
18059
18060 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18061 speedbar.
18062 (gdb-find-watch-expression): New function.
18063
18064 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18065
18066 * faces.el (face-attribute, set-face-attribute): Mention existence
18067 of `:ignore-defface' setting in docstring.
18068
18069 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18070
18071 * simple.el (completion-setup-function): Fix last change.
18072
18073 2005-11-17 John Paul Wallington <jpw@pobox.com>
18074
18075 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18076 Use `posn-set-point' instead of `mouse-set-point' because the
18077 latter is not fbound when configured without X.
18078
18079 * comint.el (comint-insert-input): Likewise.
18080
18081 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18082
18083 * simple.el (hard-newline): New variable.
18084 (sendmail-user-agent-compose, next-line): Use it.
18085
18086 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18087 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18088 (mail-mail-reply-to, mail-mail-followup-to)
18089 (mail-position-on-field, mail-signature, mail-yank-original)
18090 (mail-attach-file): Likewise.
18091
18092 * mail/mailheader.el (mail-header-format)
18093 (mail-header-format-function): Likewise.
18094
18095 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18096
18097 2005-11-17 Juri Linkov <juri@jurta.org>
18098
18099 * font-lock.el (font-lock-faces): Rename this defgroup from
18100 `font-lock-highlighting-faces'.
18101 (font-lock-comment-face, font-lock-comment-delimiter-face)
18102 (font-lock-string-face, font-lock-doc-face)
18103 (font-lock-keyword-face, font-lock-builtin-face)
18104 (font-lock-function-name-face, font-lock-variable-name-face)
18105 (font-lock-type-face, font-lock-constant-face)
18106 (font-lock-warning-face, font-lock-negation-char-face)
18107 (font-lock-preprocessor-face)
18108 (font-lock-regexp-grouping-backslash)
18109 (font-lock-regexp-grouping-construct): Rename :group from
18110 `font-lock-highlighting-faces' to `font-lock-faces'.
18111
18112 * cus-edit.el (lisp, c, tex):
18113 * progmodes/ada-mode.el (ada):
18114 * progmodes/asm-mode.el (asm):
18115 * progmodes/cperl-mode.el (cperl-faces):
18116 * progmodes/cpp.el (cpp):
18117 * progmodes/dcl-mode.el (dcl):
18118 * progmodes/f90.el (f90):
18119 * progmodes/fortran.el (fortran):
18120 * progmodes/icon.el (icon):
18121 * progmodes/idlwave.el (idlwave-misc):
18122 * progmodes/m4-mode.el (m4):
18123 * progmodes/make-mode.el (makefile):
18124 * progmodes/meta-mode.el (meta-font):
18125 * progmodes/modula2.el (modula2):
18126 * progmodes/octave-mod.el (octave):
18127 * progmodes/pascal.el (pascal):
18128 * progmodes/perl-mode.el (perl):
18129 * progmodes/prolog.el (prolog):
18130 * progmodes/ps-mode.el (PostScript-edit):
18131 * progmodes/scheme.el (scheme):
18132 * progmodes/sh-script.el (sh-script):
18133 * progmodes/simula.el (simula):
18134 * progmodes/tcl.el (tcl):
18135 * textmodes/nroff-mode.el (nroff):
18136 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18137 * textmodes/sgml-mode.el (sgml):
18138 * textmodes/texinfo.el (texinfo):
18139 Add :link (custom-group-link font-lock-faces) to defgroup.
18140
18141 * hi-lock.el (hi-lock): Rename this defgroup from
18142 `hi-lock-interactive-text-highlighting'. Change parent group from
18143 `faces' to `font-lock'. Add link to the manual.
18144 (hi-lock-mode, hi-lock-file-patterns-range)
18145 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18146 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18147 (hi-lock-faces): Add :group `faces'.
18148
18149 * cus-edit.el (custom-variable-prompt): Clarify the code.
18150
18151 * faces.el (face-read-string): Set the default value arg of
18152 completing-read.
18153
18154 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18155
18156 * rfn-eshadow.el (file-name-shadow-properties)
18157 (file-name-shadow-tty-properties, file-name-shadow-mode):
18158 Remove autoloads, because the file is now preloaded.
18159
18160 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18161
18162 * printing.el (easy-menu-intern): Don't define.
18163 (pr-get-symbol): Use easy-menu-intern only if defined.
18164
18165 * simple.el (blink-matching-open): Simplify a bit.
18166 (completion-setup-function): Fix the case of partial-completion-mode
18167 when the minibuffer's contents start with "-".
18168 Obey completion-base-size-function even when
18169 minibuffer-completing-file-name is non-nil.
18170
18171 2005-11-16 Richard M. Stallman <rms@gnu.org>
18172
18173 * net/eudcb-ph.el (eudc-ph-open-session):
18174 Use set-process-query-on-exit-flag.
18175
18176 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18177
18178 * international/ucs-tables.el (ucs-set-table-for-input):
18179 Use make-local-variable, not make-variable-buffer-local.
18180
18181 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18182 Improve warning message text.
18183
18184 * savehist.el (savehist-save-hook): Add :group.
18185
18186 * menu-bar.el (menu-bar-help-menu):
18187 Rename Find Extra Packages to External Packages.
18188
18189 * cus-edit.el (Custom-reset-standard): Verify that
18190 :custom-standard-value prop exists before calling it.
18191
18192 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18193
18194 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18195
18196 * wid-edit.el (color): Enclose %t in %{...%}.
18197
18198 * cus-edit.el (face): Enclose %t in %{...%}.
18199
18200 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18201
18202 * savehist.el (savehist-mode-hook): Re-add the var.
18203 (savehist-mode): Use it.
18204
18205 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18206
18207 * textmodes/flyspell.el: Fix commenting convention.
18208 Remove unnecessary leading * in custom docstrings.
18209 (flyspell-emacs): Remove unused var.
18210 (flyspell-delete-region-overlays): Use remove-overlays.
18211 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18212 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18213 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18214 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18215 (make-flyspell-overlay): Don't locally reuse a global name.
18216 (flyspell-highlight-incorrect-region)
18217 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18218 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18219 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18220 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18221 Wrap calls to accept-process-output inside with-local-quit since it's
18222 often called from a post-command-hook.
18223 (flyspell-correct-word, flyspell-auto-correct-word):
18224 Use ispell-send-string.
18225 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18226
18227 * calendar/diary-lib.el (diary-list-entries): Also hide the
18228 terminating newline.
18229
18230 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18231
18232 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18233 window-system, to allow fonts on tty.
18234
18235 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18236
18237 * progmodes/gud.el (gud-speedbar-item-info): New function.
18238 (gud-install-speedbar-variables): Use it to display data type
18239 of watch expression as a tooltip in speedbar.
18240
18241 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18242
18243 * font-core.el (global-font-lock-mode): Add :version keyword,
18244 because default was changed.
18245
18246 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18247
18248 * startup.el (command-line): Use `custom-reevaluate-setting' for
18249 `file-name-shadow-mode'.
18250
18251 * loadup.el: Preload rfn-eshadow.
18252
18253 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18254 Add :version keyword.
18255 (file-name-shadow-properties, file-name-shadow-tty-properties)
18256 (file-name-shadow): Add :version keyword.
18257
18258 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18259 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18260 in the custom-group property of the symbol frames and the fringe
18261 group got no link to its parent group frames.
18262 Doc fix.
18263
18264 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18265
18266 * progmodes/gud.el (gud-stop-subjob): New function.
18267 (gud-menu-map, gud-tool-bar-map): Use it.
18268
18269 2005-11-16 Kim F. Storm <storm@cua.dk>
18270
18271 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18272 than kill it.
18273 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18274 to a more useful/logical place.
18275
18276 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18277
18278 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18279 go buttons complementary.
18280
18281 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18282
18283 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18284 (rfn-eshadow-sifn-equal): New function.
18285 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18286
18287 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18288
18289 * viper-utils.el (viper-non-word-characters-reformed-vi):
18290 Quote `-' in string.
18291
18292 * viper.el (viper-emacs-state-mode-list): Ensure that
18293 rcirc-mode buffers come up in Emacs state.
18294
18295 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18296 operation.
18297
18298 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18299
18300 * term.el (term-termcap-format): Fix typos.
18301 (term-down): Fix the negative argument case.
18302
18303 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18304
18305 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18306 2005-08-15.
18307 (gdb-ann3): New command gud-go.
18308 (menu): Accomodate gdb-mi.el.
18309 (gdb-assembler-custom): Make buffer of selected window current
18310 so that set-window-point works.
18311
18312 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18313 buttons and include new ones.
18314
18315 2005-11-16 Kim F. Storm <storm@cua.dk>
18316
18317 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18318 (gud-menu-map): Use it.
18319
18320 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18321
18322 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18323 that works correctly for Custom and that does not override a user
18324 who disables it.
18325
18326 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18327 (help-xref-interned, help-follow): Make hyperlinks for variables
18328 that are unbound, but have a non-nil variable-documentation property.
18329
18330 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18331 mode hook. (It conflicted with defcustoms for some mode hooks.)
18332 Use the `variable-documentation' property to give the mode hook a
18333 docstring and expand that docstring.
18334
18335 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18336
18337 * savehist.el (savehist-mode): Don't bother with
18338 `custom-set-minor-mode'.
18339 (savehist-coding-system): Check XEmacs version.
18340 (history-length): Declare also at run time.
18341 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18342 Don't set the customize state.
18343 (savehist-minibuffer-hook): Special case for when
18344 minibuffer-history-variable is equal to t.
18345
18346 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18347
18348 * files.el (write-file): Refresh VC status.
18349
18350 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18351 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18352 than fundamental-mode to see if the mode was set.
18353
18354 2005-11-14 Romain Francoise <romain@orebokech.com>
18355
18356 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18357 dummy function in `eval-when-compile' to avoid compiler warning.
18358 Require `man' at compile time.
18359
18360 2005-11-14 Jay Belanger <belanger@truman.edu>
18361
18362 * calc-alg.el (calcFunc-write-out-power): Rename it to
18363 calcFunc-powerexpand.
18364 (math-write-out-power): Rename it to math-powerexpand; have it
18365 handle negative exponents.
18366 (calc-writeoutpower): Rename it to calc-powerexpand.
18367
18368 * calc-ext.el: Change calcFunc-writeoutpower and
18369 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18370 autoloads.
18371 Add calcFunc-ldiv to autoloads.
18372
18373 * calc-arith.el (calcFunc-ldiv): New function.
18374
18375 * calc.el (calc-left-divide): New function.
18376
18377 2005-11-14 Juri Linkov <juri@jurta.org>
18378
18379 * cus-edit.el (custom-variable-prompt): Set the default value arg
18380 of completing-read.
18381
18382 * cus-dep.el (custom-make-dependencies): Reverse the list of
18383 found dependencies.
18384
18385 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18386
18387 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18388 Highlighting" entry, it is on by default now.
18389 (menu-bar-options-save): Do not save global-font-lock-mode.
18390
18391 2005-11-13 Richard M. Stallman <rms@gnu.org>
18392
18393 * textmodes/flyspell.el (flyspell-large-region):
18394 Call flyspell-accept-buffer-local-defs.
18395
18396 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18397
18398 * textmodes/flyspell.el (flyspell-notify-misspell):
18399 Fix misspelling of "Misspelling".
18400 (flyspell-process-localwords): New function.
18401 (flyspell-large-region): Call flyspell-process-localwords and
18402 flyspell-delete-region-overlays.
18403 (flyspell-delete-region-overlays): New function.
18404 (flyspell-delete-all-overlays): Call that.
18405
18406 2005-11-13 Richard M. Stallman <rms@gnu.org>
18407
18408 * help.el (help-for-help-internal): Improve doc of C-h a.
18409 (describe-key): Improve prompt; doc fix.
18410
18411 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18412
18413 * vc-svn.el (vc-svn-registered): Catch all errors.
18414
18415 * cus-dep.el (custom-make-dependencies): Typo.
18416
18417 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18418
18419 * net/tramp-util.el (top): Fix compilation warning.
18420
18421 2005-11-13 Kim F. Storm <storm@cua.dk>
18422
18423 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18424
18425 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18426
18427 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18428 (gud-speedbar-buttons): Match on "const char *" too.
18429
18430 * progmodes/gdb-ui.el (gdb-var-create-handler)
18431 (gdb-var-list-children-handler): Match on "const char *" too.
18432 (gdb-var-evaluate-expression-handler): Match on empty string.
18433 (gdb-var-update-handler): Only call
18434 gdb-var-evaluate-expression-handler when required.
18435
18436 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18437
18438 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18439 selected window. This still doesn't work for speedbar.
18440 (gud-speedbar-buttons): Handle string expressions properly.
18441
18442 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18443 (gdb-var-create-handler): Handle string expressions properly.
18444 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18445 Handle string expressions properly. Move "type" field into regexp.
18446
18447 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18448
18449 * bookmark.el (bookmark-maybe-message): New function to reduce
18450 code duplication: invokes `message' iff baud-rate is high enough.
18451 (bookmark-write-file): Use above instead of an inline conditional.
18452 (bookmark-load): Same.
18453
18454 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18455
18456 * bookmark.el (bookmark-write-file): Don't visit the destination
18457 file, just write the data to it using write-region. This is
18458 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18459 change to avoid visiting the file in the first place.
18460
18461 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18462
18463 * hi-lock.el (hi-lock-mode): Set the default value of
18464 font-lock-defaults.
18465
18466 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18467
18468 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18469 arg to `file-attributes'.
18470 (find-lisp-format): The UID and GID can now be strings.
18471
18472 2005-11-12 Kim F. Storm <storm@cua.dk>
18473
18474 * help.el (help-map): Bind C-h d to apropos-documentation.
18475
18476 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18477 when point is at end-of-buffer.
18478
18479 * apropos.el (apropos-match-face): Doc fix.
18480 (apropos-sort-by-scores): Add new choice `verbose'.
18481 (apropos-documentation-sort-by-scores): New defcustom.
18482 (apropos-pattern): Now contains the pattern entered by the user.
18483 (apropos-pattern-quoted): New defvar.
18484 (apropos-regexp): New defvar, containing the regexp corresponding
18485 to apropos-pattern.
18486 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18487 (apropos-read-pattern): New defun. Use it to read pattern arg in
18488 interactive calls; returns list of words for a word list, and
18489 string for a regexp.
18490 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18491 parses a list of words or regexp as returned by apropos-read-pattern.
18492 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18493 (apropos-score-doc): Return a very high score if the string
18494 entered by the user matches literally.
18495 (apropos-variable): Doc fix. Use apropos-read-pattern.
18496 (apropos-command): Doc fix. Use apropos-read-pattern and
18497 apropos-parse-pattern. Call apropos-print with nosubst=t.
18498 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18499 apropos-parse-pattern.
18500 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18501 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18502 apropos-documentation-sort-by-scores. Call apropos-print with
18503 nosubst=t.
18504 (apropos-documentation-internal): Pass doc string through
18505 substitute-key-definition before adding text properties.
18506 Highlight substring matching literal user input if possible.
18507 (apropos-documentation-check-doc-file): Remove locals beg and end.
18508 Fix calculation of score (as added twice). Pass doc string through
18509 substitute-key-definition before adding text properties.
18510 (apropos-documentation-check-elc-file): Pass doc string through
18511 substitute-key-definition before adding text properties.
18512 Highlight substring matching literal user input if possible.
18513 (apropos-print): Add new arg NOSUBST; if set, command and variable
18514 doc strings have already been passed through substitute-key-definition.
18515 Add code to handle apropos-accumulator items without score element
18516 for backwards compatibility (e.g. with woman package).
18517 Only show scores if apropos-sort-by-scores is `verbose'.
18518
18519 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18520
18521 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18522 Add jka-compr-load-suffixes to load-suffixes.
18523
18524 * jka-compr.el: Require jka-cmpr-hook.
18525 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18526 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18527 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18528 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18529 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18530 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18531 (jka-compr-uninstall): Remove entries from
18532 jka-compr-added-to-file-coding-system-alist after they are used.
18533 (jka-compr-error): Remove unused var `curbuf'.
18534 (jka-compr-file-local-copy): Remove unused var `notfound'.
18535
18536 2005-11-10 Romain Francoise <romain@orebokech.com>
18537
18538 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18539
18540 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18541
18542 * progmodes/gud.el (gud-menu-map): Move parentheses.
18543 (gdb): New command gud-pv.
18544
18545 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18546
18547 * tar-mode.el: Remove spurious or unnecessary leading stars
18548 in docstrings.
18549 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18550 (tar-parse-octal-integer-safe): Use mapc.
18551 (tar-header-block-summarize): Remove unused var `ck'.
18552 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18553 cleared before. Obey default-enable-multibyte-characters.
18554 Use mapconcat. Simplify setting of tar-header-offset.
18555 (tar-mode-map): Move initialization inside delcaration.
18556 (tar-flag-deleted): Use `abs'.
18557 (tar-expunge-internal): Remove unused var `line'.
18558 (tar-expunge-internal): Don't hardcode point-min==1.
18559 (tar-expunge): Widen while doing set-buffer-multibyte.
18560 (tar-rename-entry): Use file-name-coding-system.
18561 (tar-alter-one-field): Don't hardcode point-min==1.
18562 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18563 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18564
18565 2005-11-10 Masatake YAMATO <jet@gyve.org>
18566
18567 * add-log.el (add-log-current-defun): Handle class::method
18568 notation of c++. Fix incorrect comment.
18569
18570 2005-11-10 Alan Mackenzie <acm@muc.de>
18571
18572 * help-fns.el (describe-variable): Make C-h v work when a variable
18573 has variable documentation yet is unbound.
18574
18575 2005-11-10 Masatake YAMATO <jet@gyve.org>
18576
18577 * man.el (Man-highlight-references): Set an empty
18578 string to `Man-arguments' if it is nil.
18579 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18580
18581 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18582
18583 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18584 commenting conventions.
18585
18586 * cus-dep.el (custom-make-dependencies): Simplify.
18587 Better follow the commenting conventions.
18588
18589 2005-11-09 Richard M. Stallman <rms@gnu.org>
18590
18591 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18592 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18593 All uses changed.
18594 (apropos-rewrite-regexp): Doc fix.
18595 (apropos-variable, apropos-command, apropos, apropos-value):
18596 Change prompt; carry through the argument renaming.
18597
18598 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18599
18600 * find-lisp.el: Require dired.
18601 (find-lisp-find-dired-internal): Do not call
18602 `abbreviate-file-name' on DIR.
18603
18604 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18605
18606 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18607
18608 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18609
18610 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18611 when using the speedbar.
18612 (gdb): New command gud-pp.
18613 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18614
18615 2005-11-09 Juri Linkov <juri@jurta.org>
18616
18617 * replace.el (occur-excluded-properties): New defcustom.
18618 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18619
18620 2005-11-08 Jay Belanger <belanger@truman.edu>
18621
18622 * calc/calc-units.el (math-convert-units): Replace any composite
18623 unit by its definition.
18624
18625 2005-11-08 Lars Hansen <larsh@soem.dk>
18626
18627 * emacs-lisp/autoload.el (update-directory-autoloads):
18628 Add obsolete function alias.
18629
18630 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18631
18632 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18633 comment-indent-function.
18634 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18635
18636 * reveal.el (reveal-post-command): Rework the handling of
18637 reveal-open-spots, so as to be more reliable. There were several
18638 tricky corner cases where an open spot might be lost, or where
18639 a closed spot might end up on the list of open spots.
18640 Only reveal text that's ellipsised.
18641
18642 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18643
18644 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18645
18646 2005-11-07 John Paul Wallington <jpw@gnu.org>
18647
18648 * ibuffer.el (ibuffer): Search iconified frames too when
18649 getting Ibuffer buffer's window.
18650
18651 2005-11-06 Richard M. Stallman <rms@gnu.org>
18652
18653 * progmodes/compile.el (compilation-internal-error-properties):
18654 save-excursion around the computation of MARKER.
18655
18656 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18657
18658 * textmodes/flyspell.el (flyspell-external-point-words):
18659 flyspell-get-word returns a list, not just a string.
18660
18661 2005-11-06 John Paul Wallington <jpw@pobox.com>
18662
18663 * ibuffer.el (ibuffer): Search all visible frames when getting
18664 Ibuffer buffer's window.
18665
18666 2005-11-07 Masatake YAMATO <jet@gyve.org>
18667
18668 * man.el (Man-reference-regexp): Accept spaces between
18669 `Man-name-regexp' and `Man-section-regexp'.
18670 (Man-apropos-regexp): New variable.
18671 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18672 if available.
18673 (Man-highlight-references, Man-highlight-references0):
18674 Handle the case when `Man-arguments' includes "-k".
18675 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18676 `TARGET'. `TARGET' can be a number, function or nil.
18677
18678 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18679
18680 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18681 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18682 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18683 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18684 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18685 (gdb-send-item): Use buffer-local-value and simplify.
18686
18687 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18688
18689 * startup.el (command-line): Use `custom-reevaluate-setting' for
18690 `global-font-lock-mode'.
18691
18692 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18693 by default, except in batch mode or when the -D option is given.
18694
18695 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18696 specified keyword args on to `define-minor-mode'. Update docstring.
18697
18698 2005-11-05 Romain Francoise <romain@orebokech.com>
18699
18700 * replace.el (occur-engine): Add marker at end of line, too.
18701
18702 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18703
18704 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18705 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18706 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18707 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18708 argument to all these routines, so the passphrase can be managed
18709 externally and passed in to the system.
18710 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18711 pgg-add-passphrase-to-cache function.
18712
18713 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18714 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18715 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18716 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18717 argument to all these routines, so the passphrase can be managed
18718 externally and passed in to the system.
18719 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18720 function.
18721
18722 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18723
18724 * font-lock.el: Don't deal with font-lock-face-attributes here,
18725 move the code ...
18726
18727 * startup.el (command-line): ... here. Use face-spec-set instead
18728 of custom-declare-face.
18729
18730 * faces.el (face-spec-set): Reset the face if spec is not nil.
18731
18732 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18733
18734 * newcomment.el (comment-region-internal): Box more tightly in the
18735 common case where there's no TAB in the boxed text.
18736
18737 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18738
18739 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18740 up-node.
18741
18742 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18743
18744 * newsticker.el: Commentary updated. Code formatting changed.
18745 (newsticker-version): Change to "1.9".
18746 (newsticker, newsticker-feed): Doc fix.
18747 (newsticker-url-list): Doc fix. Add option "Weekly".
18748 (newsticker-retrieval-interval): Add option "Weekly".
18749 (newsticker-headline-processing): Doc fix.
18750 (newsticker-auto-mark-filter): Remove.
18751 (newsticker-auto-mark-filter-list): New.
18752 (newsticker-layout, newsticker-sort-method): Doc fix.
18753 (newsticker-hide-old-items-in-newsticker-buffer)
18754 (newsticker-heading-format, newsticker-item-format)
18755 (newsticker-desc-format): Doc fix.
18756 (newsticker-show-all-rss-elements): Remove.
18757 (newsticker-show-all-news-elements): New.
18758 (newsticker-faces, newsticker-ticker): Doc fix.
18759 (remove-from-invisibility-spec): Code formatting.
18760 (newsticker--process-ids): New.
18761 (newsticker-mode): Doc fix.
18762 (newsticker-mode): Change mode-line-format.
18763 (newsticker-start): Remove debug output.
18764 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18765 (newsticker-w3m-show-inline-images): Code formatting.
18766 (newsticker-next-item): Call `force-mode-line-update'.
18767 (newsticker-previous-item): Call `force-mode-line-update'.
18768 (newsticker-next-feed): Call `force-mode-line-update'.
18769 (newsticker-previous-feed): Call `force-mode-line-update'.
18770 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18771 (newsticker-show-old-items): Do not show descs.
18772 (newsticker-hide-entry): Hide too much.
18773 (newsticker-hide-entry, newsticker-show-entry)
18774 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18775 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18776 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18777 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18778 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18779 (newsticker-get-news): Call `force-mode-line-update'.
18780 Collect process ids.
18781 (newsticker--sentinel): Change coding system handling.
18782 Move image retrieval to new functions newsticker--get-logo-url-*.
18783 Move feed parsing to new functions newsticker--parse-*.
18784 Update list of process ids.
18785 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18786 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18787 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18788 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18789 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18790 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18791 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18792 (newsticker--decode-coding-string): Remove.
18793 (newsticker--decode-numeric-entities): Check input. Format code.
18794 (newsticker--remove-whitespace): Check input.
18795 (newsticker--do-forget-preformatted): Doc fix.
18796 (newsticker--decode-rfc822-date): Allow for missing time.
18797 (newsticker--update-process-ids): New.
18798 (newsticker--image-sentinel): Change comment.
18799 (newsticker--image-read): Change error message.
18800 (newsticker--imenu-goto): Doc fix. Show headline title.
18801 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18802 (newsticker--buffer-do-insert-text): Clean whitespace in
18803 html-rendered headline title. Code formatting.
18804 Call `newsticker--buffer-print-extra-elements'.
18805 (newsticker--buffer-print-extra-element): Remove.
18806 (newsticker--buffer-print-extra-elements): New.
18807 (newsticker--buffer-do-print-extra-element): New.
18808 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18809 large sizes.
18810 (newsticker--run-auto-mark-filter)
18811 (newsticker--do-run-auto-mark-filter):
18812 Use `newsticker-auto-mark-filter-list'.
18813
18814 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18815
18816 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18817 (rcirc-print): Force redisplay before running hooks. Do long
18818 buffer truncation after making new text read-only. Deal with nil
18819 text when decoding strings. If TARGET is nil, use either the
18820 currently selected buffer, if it is an rcirc buffer and of the
18821 same process or the process buffer.
18822 (rcirc-mode): Remove header-line. Recompute short buffer names.
18823 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18824 (rcirc-short-buffer-name): Add variable.
18825 (rcirc-kill-buffer-hook): Recompute short buffer names.
18826 Remove nick from private channel.
18827 (rcirc-send-input): Send command text to current-buffer.
18828 Don't clear overlay arrow here.
18829 (rcirc-short-buffer-name): Return a short buffer name.
18830 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18831 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18832 buffer-name abbreviations.
18833 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18834 Do not touch nick-table when killing a parted channel.
18835 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18836 Clear arrow from current buffer if it is now hidden.
18837 (rcirc-current-buffer): Add variable.
18838 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18839 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18840 Remove -face from names.
18841 (rcirc-update-activity-string): Print "DND" when globally ignoring
18842 activity.
18843 (rcirc-ignore-buffer-activity-flag): Rename from
18844 rcirc-ignore-channel-activity.
18845 (rcirc-ignore-all-activity-flag): Doc fix.
18846 (rcirc-channels): Remove variable.
18847 (rcirc-kill-buffer-hook):
18848 (rcirc-get-buffer-create): Add nick to private channel.
18849 (rcirc-multiline-edit-submit): Remove tabs.
18850 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18851 folded.
18852 (rcirc-remove-nick-channel): Bug fix.
18853 (rcirc-toggle-ignore-buffer-activity): Rename from
18854 rcirc-toggle-ignore-channel-activity.
18855 (rcirc-record-activity): Add buffers to the front of the list.
18856 (rcirc-update-activity): Remove killed buffers from list.
18857 (rcirc-process-server-response-1): Remove last argument if it is
18858 null before calling handler.
18859 (rcirc): Add "rcirc" defcustom prefix.
18860 (rcirc-prompt): Simplify default prompt.
18861 Use custom-initialize-default.
18862 (rcirc-private-chats): Remove variable.
18863 (rcirc-prompt): Change initialization.
18864 (rcirc-version): Remove function.
18865 (rcirc-id-string): Add constant.
18866 (rcirc-last-buffer): Remove variable.
18867 (rcirc-buffer-alist): Add variable.
18868 (rcirc-connect): Update variable setup.
18869 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18870 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18871 default.
18872 (rcirc-handler-generic): Trigger activity.
18873 (rcirc-send-message): Create the buffor of the target.
18874 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18875 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18876 (rcirc-multiline-edit-cancel): Remove function.
18877 (rcirc-set-last-buffer): Remove function.
18878 (rcirc-get-any-buffer): Add function.
18879 (rcirc-join-channels): Don't print /join text.
18880 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18881 messages.
18882 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18883 (rcirc-handler-NOTICE): Recognize CTCP responses.
18884 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18885 constructing TOPIC string for buffers we are not JOINed.
18886 (rcirc-handler-CTCP-response): Add handler.
18887 (rcirc-multiline-edit-submit): Restore the window-configuration
18888 before adjusting point.
18889 (rcirc): Add customization group.
18890 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18891 (rcirc-user-full-name, rcirc-startup-channels-alist)
18892 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18893 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18894 (rcirc-input-ring-size, rcirc-read-only-flag)
18895 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18896 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18897 Change defvar to defcustom.
18898 (rcirc-update-prompt): Add optional ALL arg, which will update
18899 prompts in all rcirc buffers. Regexp quote replacement text.
18900 (rcirc-fill-column): Accept frame-width as a value.
18901 (rcirc-set-changed): Add function.
18902 (rcirc-next-active-buffer): Write more meaningful messages.
18903 (rcirc-faces): Add customization group.
18904 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18905 (rcirc-nick-in-message-face, rcirc-prompt-face)
18906 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18907 (with-rcirc-process-buffer): Move before first usage.
18908 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18909 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18910 (rcirc-debug): Rename from `rcirc-log'.
18911 (rcirc-format-response-string): Do not print `-' chars for a
18912 NOTICE with no sender. Simplify output of server responses.
18913
18914 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18915
18916 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18917 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18918 Make urls mouse and RET clickable.
18919
18920 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18921
18922 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18923
18924 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18925
18926 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18927 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18928 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18929 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18930 argument to all these routines, so the passphrase can be managed
18931 externally and passed in to the system.
18932 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18933 pgg-add-passphrase-to-cache function.
18934
18935 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18936 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18937 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18938 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18939 argument to all these routines, so the passphrase can be managed
18940 externally and passed in to the system.
18941 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18942 function.
18943
18944 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18945
18946 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18947 from goto-address-url-regexp.
18948
18949 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18950
18951 * textmodes/org.el (org-read-date, org-goto-calendar)
18952 (org-recenter-calendar, org-agenda-goto-calendar):
18953 Temporarily clear `calendar-move-hook'.
18954
18955 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18956
18957 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18958 merging.
18959
18960 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18961 have merge clashes.
18962
18963 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18964
18965 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18966 Undo previous change.
18967
18968 * startup.el (command-line): Use `custom-reevaluate-setting' for
18969 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18970 tty-register-default-colors on Mac.
18971
18972 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18973
18974 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18975 (gdb-buffer-type): Make it automatically buffer local...
18976 (gdb-get-create-buffer): ...and set it accordingly.
18977 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18978 actually work.
18979
18980 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18981
18982 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18983 not red.
18984
18985 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18986
18987 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18988 case GUD buffer is not visible.
18989 (gdb-goto-breakpoint): Try to force display in source buffer.
18990 (gdb-frame-gdb-buffer): Copy other similar functions.
18991 (gdb-restore-windows): Don't display source if not asked for.
18992 (gdb-assembler-buffer-name): Don't capitalise.
18993
18994 2005-11-03 Richard M. Stallman <rms@gnu.org>
18995
18996 * wid-edit.el (key-sequence): New widget type.
18997
18998 * simple.el (set-mark-command-repeat-pop): New variable.
18999 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19000 if set-mark-command-repeat-pop is true.
19001
19002 * info.el (Info-fontify-node): Don't display extra "see" if there
19003 already is one here.
19004
19005 * mouse.el: Fix special handling of DEL after dragging a region:
19006 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19007 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19008
19009 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19010
19011 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19012 not to assume it pertains to an affix.
19013
19014 * textmodes/flyspell.el (flyspell-post-command-hook):
19015 Bind deactivate-mark to prevent deactivation.
19016
19017 2005-11-03 Lars Hansen <larsh@soem.dk>
19018
19019 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19020 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19021 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19022
19023 2005-11-03 Romain Francoise <romain@orebokech.com>
19024
19025 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19026 Update copyright years.
19027
19028 2005-11-03 Sam Steingold <sds@gnu.org>
19029
19030 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19031 Use system-type instead of window-system because window-system is not
19032 correctly defined during loadup.
19033
19034 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19035
19036 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19037 (xml-parse-tag): Join strings separated by a comment properly.
19038
19039 2005-11-02 Andreas Schwab <schwab@suse.de>
19040
19041 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19042
19043 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19044
19045 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19046 (byte-optimize-pure-func): Quote the eval'd value.
19047
19048 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19049 Rename from perl-font-lock-syntactic-face-function.
19050 Change the calling convention so it can be used as a font-lock MATCHER.
19051 Do the parse-partial-sexp loop outselves.
19052 (perl-font-lock-syntactic-keywords): Use it.
19053 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19054
19055 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19056
19057 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19058 disassembly buffer too.
19059 (gdb-exited): Remove overlay arrows when execution has finished.
19060 (gdb-info-frames-custom, gdb-info-threads-custom)
19061 (gdb-info-registers-custom): Don't add inappropriate text
19062 properties if inferior is not active.
19063
19064 2005-11-02 Glenn Morris <rgm@gnu.org>
19065
19066 * progmodes/fortran.el (fortran-blink-match):
19067 Use `blink-matching-delay'.
19068
19069 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19070
19071 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19072
19073 2005-11-02 Lars Hansen <larsh@soem.dk>
19074
19075 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19076 "Permission denied".
19077
19078 2005-11-01 Richard M. Stallman <rms@gnu.org>
19079
19080 * textmodes/flyspell.el (flyspell-external-point-words):
19081 Pass nil to flyspell-get-word.
19082
19083 2005-11-02 Kim F. Storm <storm@cua.dk>
19084
19085 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19086 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19087
19088 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19089
19090 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19091 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19092 (calendar-mouse-print-dates): Add optional `event' argument.
19093 Update interactive-spec.
19094 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19095 Use `calendar-event-to-date' instead of `event'.
19096
19097 2005-11-02 Masatake YAMATO <jet@gyve.org>
19098
19099 * progmodes/ld-script.el (ld-script-builtins):
19100 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19101 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19102 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19103
19104 2005-11-01 Romain Francoise <romain@orebokech.com>
19105
19106 * vc-sccs.el: Update copyright year.
19107 * ezimage.el: Likewise.
19108
19109 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19110
19111 * info.el (Info-fontify-node): Use `string-width' for fontifying
19112 underlined titles.
19113
19114 2005-11-01 Juri Linkov <juri@jurta.org>
19115
19116 * info.el (Info-fontify-node): Downcase node header keywords Node,
19117 Prev, Next, Up before comparison.
19118 (Info-history): Insert absolute directory name, and put invisible
19119 property on it.
19120
19121 2005-11-01 Juri Linkov <juri@jurta.org>
19122
19123 * info.el (Info-file-supports-index-cookies): New variable.
19124 (Info-find-node-2): Check makeinfo version for index cookie support.
19125 (Info-index-nodes): Search for nodes with index cookies only when
19126 Info-file-supports-index-cookies is t. Otherwise, search nodes
19127 with "Index" in the node name.
19128 (Info-index-node): Search index cookie in the current node only when
19129 Info-file-supports-index-cookies is t. Otherwise, check the word
19130 "Index" in the node name.
19131 (Info-find-emacs-command-nodes): Remove code that searches nodes
19132 with "Index" node name in the top menu.
19133
19134 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19135
19136 * progmodes/scheme.el (scheme-mode-variables): Use the default
19137 comment-indent-function.
19138
19139 * faces.el (face-attribute): Handle the case where a face inherits from
19140 a non-existent face.
19141
19142 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19143 for octal and hexa output, and merge the char into the paren.
19144 (kill-new): Use push.
19145 (copy-to-buffer): Use with-current-buffer.
19146 (completion-setup-function): Move code in loop to remove redundancy.
19147 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19148 those inherited from minibuffer-local-completion-map.
19149
19150 * savehist.el (savehist-mode) <defcustom>:
19151 Use custom-set-minor-mode if available.
19152 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19153 and emit a message if applicable.
19154
19155 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19156
19157 * savehist.el: Sync up to version 19.
19158 (savehist-mode): New minor mode.
19159 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19160 (savehist-length): Remove (use history-length instead).
19161 (savehist-file-modes): Rename from savehist-modes.
19162 (savehist-save-hook, savehist-loaded): New vars.
19163 (savehist-load): Use savehist-mode. Try to smooth up transition from
19164 old format to new format.
19165 (savehist-install): Allow savehist-autosave-interval to be nil.
19166 (savehist-save): Run the new hook. Be more careful to only trim the
19167 history variables.
19168 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19169 (savehist-printable): Print into a buffer rather than char-by-char.
19170
19171 2005-11-01 John Wiegley <johnw@newartisans.com>
19172
19173 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19174 toggle-ignore keybinding (C-a). The author said it had been
19175 disabled much earlier due to a possible incompatibility, but after
19176 many months of usage I have encountered no problems (and it is a
19177 rather useful option, especially for switching to " *temp*").
19178
19179 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19180 support for OS/X's AddressBook, by calling out to the open source
19181 program "contacts" (installable through Fink).
19182
19183 * net/eudc.el (eudc-expand-inline): If the
19184 `eudc-multiple-match-handling-method' is set to `all', delete the
19185 query string before inserting the query result.
19186
19187 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19188 flag, to prevent Eshell from using the system ls when
19189 `eshell-ls-insert-directory' is in used.
19190 (eshell-ls-insert-directory): Disable font-lock in directory
19191 buffer so that Eshell's own fontification is seen. This broke
19192 recently due to changes in font-lock, so this goes back to version
19193 21 behavior.
19194
19195 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19196
19197 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19198 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19199 (gdb-many-windows): Doc fix.
19200
19201 2005-10-31 Romain Francoise <romain@orebokech.com>
19202
19203 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19204
19205 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19206
19207 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19208 that global-font-lock-mode can be enabled by default.
19209
19210 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19211 (font-lock-add-keywords, font-lock-remove-keywords)
19212 (font-lock-fontify-buffer): Remove autoload cookies.
19213
19214 * jit-lock.el (jit-lock-register): Likewise.
19215
19216 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19217
19218 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19219
19220 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19221 intact if there is no gud-comint-buffer.
19222
19223 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19224
19225 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19226 old prompt comint-prompt-read-only is t and GDB commands are
19227 issued from tool bar etc.
19228
19229 2005-10-31 Masatake YAMATO <jet@gyve.org>
19230
19231 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19232
19233 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19234
19235 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19236 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19237
19238 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19239
19240 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19241 starting at beginning of line. Fontification is messed up when
19242 `open-paren-in-column-0-is-defun-start' set to t.
19243 Reported by John Paul Wallington <jpw@pobox.com>.
19244
19245 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19246
19247 * comint.el (comint-send-input): Call `comint-update-fence' when
19248 `comint-process-echoes' and `comint-prompt-read-only' are both
19249 non-nil, to avoid leftover read-only newline.
19250
19251 2005-10-30 Richard M. Stallman <rms@gnu.org>
19252
19253 * textmodes/flyspell.el (flyspell-external-point-words):
19254 Detect when WORD can't be checked properly because
19255 flyspell-get-word finds just part of it, and move on.
19256
19257 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19258 boundarychar for Polish.
19259 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19260 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19261
19262 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19263
19264 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19265 (gdb-registers-font-lock-keywords): Delete.
19266 (gdb-registers-mode): Don't fontify.
19267 (gdb-info-registers-custom): Use text properties instead as, in
19268 future, changed register values will use font-lock-warning-face.
19269 (gdb-local-font-lock-keywords): Rename to...
19270 (gdb-locals-font-lock-keywords): ...for consistency.
19271
19272 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19273
19274 * vc.el (vc-switch-backend): Better error message if the buffer is
19275 not visiting a file under version control.
19276
19277 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19278
19279 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19280
19281 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19282 ~/.emacs.d/.emacs.
19283
19284 2005-10-29 Richard M. Stallman <rms@gnu.org>
19285
19286 * replace.el (occur-mode-mouse-goto): Always go to other window.
19287 (occur-mode-goto-occurrence): Always switch in same window.
19288
19289 * simple.el (undo): Display message at end, not at start.
19290
19291 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19292 New arg REUSE-CELL.
19293 (cancel-timer-internal): New function.
19294 (timer-event-handler): Use cancel-timer-internal,
19295 and pass the cell it returns to timer-activate...
19296
19297 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19298 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19299 (jit-lock-after-change): Test memory-full.
19300
19301 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19302
19303 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19304 part of the decoded armor to find the key-identifier.
19305 (pgg-gpg-lookup-key-owner): New function to return the
19306 human-readable identifier of a key owner.
19307 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19308 key itself.
19309 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19310 the key value) if we have a key and can match it against a secret
19311 key. Also, added a note pointing out fact that the prompt only
19312 indicates the first matching key.
19313
19314 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19315 pgg-decrypt-region.
19316 (pgg-pending-timers): A new hash for tracking the passphrase cache
19317 timers, so that new ones supercede old ones.
19318 (pgg-add-passphrase-to-cache): Rename from
19319 `pgg-add-passphrase-cache' to reduce confusion (all callers
19320 changed). Modified to cancel old timers when new ones are added.
19321 (pgg-remove-passphrase-from-cache): Rename from
19322 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19323 changed). Modified to cancel old timers when their keys are
19324 removed from the cache.
19325 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19326 XEmacs, an indirection to delete-itimer.
19327 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19328 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19329 users can only check cache without risk of prompting. Correct bug in
19330 notruncate behavior.
19331 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19332 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19333 Add informative docstrings.
19334 (pgg-decrypt): Convey provided passphrase in subordinate call to
19335 pgg-decrypt-region.
19336
19337 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19338 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19339 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19340 `passphrase' argument, so the passphrase can be managed externally
19341 and then passed in to the system.
19342
19343 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19344 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19345 so the passphrase cache can be used reliably with identifiers
19346 besides a pgp packet's key id.
19347
19348 * pgg-gpg.el (pgg-pgp-encrypt-region)
19349 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19350 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19351 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19352 argument to all these routines, so the passphrase can be managed
19353 externally and passed in to the system.
19354
19355 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19356 `notruncate' argument, so the passphrase cache can be used
19357 reliably with identifiers besides a pgp packet's key id.
19358
19359 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19360
19361 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19362 symmetric encryption.
19363 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19364 encrypted session key.
19365 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19366 message ask for the passphrase in a proper way.
19367
19368 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19369 New user commands for symmetric encryption.
19370
19371 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19372
19373 * textmodes/conf-mode.el (conf-assignment-sign)
19374 (conf-assignment-regexp): Fix docstrings.
19375 (conf-mode-initialize): New function.
19376 (conf-mode): Remove optional args. Use delay-mode-hooks to
19377 recognize recursive calls.
19378 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19379 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19380 (conf-xdefaults-mode): Use define-derived-mode and
19381 conf-mode-initialize.
19382
19383 2005-10-29 Romain Francoise <romain@orebokech.com>
19384
19385 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19386
19387 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19388
19389 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19390 part of the decoded armor to find the key-identifier.
19391 (pgg-gpg-lookup-key-owner): New function to return the
19392 human-readable identifier of a key owner.
19393 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19394 key itself.
19395 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19396 the key value) if we have a key and can match it against a secret
19397 key. Also, added a note pointing out fact that the prompt only
19398 indicates the first matching key.
19399
19400 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19401 pgg-decrypt-region.
19402 (pgg-pending-timers): A new hash for tracking the passphrase cache
19403 timers, so that new ones supercede old ones.
19404 (pgg-add-passphrase-to-cache): Rename from
19405 `pgg-add-passphrase-cache' to reduce confusion (all callers
19406 changed). Modified to cancel old timers when new ones are added.
19407 (pgg-remove-passphrase-from-cache): Rename from
19408 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19409 changed). Modified to cancel old timers when their keys are
19410 removed from the cache.
19411 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19412 XEmacs, an indirection to delete-itimer.
19413 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19414 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19415 users can only check cache without risk of prompting. Correct bug in
19416 notruncate behavior.
19417 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19418 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19419 Add informative docstrings.
19420 (pgg-decrypt): Convey provided passphrase in subordinate call to
19421 pgg-decrypt-region.
19422
19423 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19424
19425 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19426 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19427 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19428 `passphrase' argument, so the passphrase can be managed externally
19429 and then passed in to the system.
19430
19431 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19432 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19433 so the passphrase cache can be used reliably with identifiers
19434 besides a pgp packet's key id.
19435
19436 * pgg-gpg.el (pgg-pgp-encrypt-region)
19437 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19438 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19439 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19440 argument to all these routines, so the passphrase can be managed
19441 externally and passed in to the system.
19442
19443 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19444 `notruncate' argument, so the passphrase cache can be used
19445 reliably with identifiers besides a pgp packet's key id.
19446
19447 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19448
19449 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19450 symmetric encryption.
19451 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19452 encrypted session key.
19453 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19454 message ask for the passphrase in a proper way.
19455
19456 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19457 New user commands for symmetric encryption.
19458
19459 2005-10-28 Bill Wohler <wohler@newt.com>
19460
19461 * help-mode.el (help-url): New button type. Calls browse-url.
19462 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19463 Similar to Info nodes: URL `url'.
19464 (help-make-xrefs): Create help-url buttons for
19465 help-xref-url-regexp matches.
19466
19467 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19468
19469 * tool-bar.el (tool-bar-add-item-from-menu)
19470 (tool-bar-local-item-from-menu): Fix doc strings.
19471
19472 2005-10-28 Romain Francoise <romain@orebokech.com>
19473
19474 * ldefs-boot.el: Update.
19475
19476 * subr.el (locate-library): Move from help-fns.el.
19477 * help-fns.el (locate-library): Move to subr.el.
19478
19479 2005-10-28 Richard M. Stallman <rms@gnu.org>
19480
19481 * net/tramp.el (tramp-completion-mode): defvar moved up.
19482
19483 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19484
19485 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19486
19487 * files.el (find-file-noselect): Use %d to format large file size.
19488
19489 * bindings.el (mode-line-format): Add %e.
19490
19491 * loadup.el ("facemenu"): Load unconditionally.
19492 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19493 ("x-dnd"): Load, when appropriate.
19494
19495 * startup.el (command-line): Call before-init-hook earlier.
19496 Warn about some bad characters in -u user name.
19497
19498 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19499 (flyspell-external-point-words): Error if misspelled word is not found.
19500 Set flyspell-large-region-beg at end of word.
19501
19502 2005-10-28 Andreas Schwab <schwab@suse.de>
19503
19504 * view.el (View-revert-buffer-scroll-page-forward):
19505 Use view-page-size-default.
19506
19507 2005-10-28 Juri Linkov <juri@jurta.org>
19508
19509 * international/quail.el (quail-get-current-str): Translate last
19510 raw character for deterministic input methods.
19511
19512 2005-10-27 Jay Belanger <belanger@truman.edu>
19513
19514 * calc/calc-ext.el: Add functions to autoloads.
19515 (math-identity-matrix-p, math-ident-row-p): New functions.
19516
19517 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19518 multiplication by an identity matrix; don't turn multiplication by
19519 an inverse matrix into division.
19520 (math-div-symbol-fancy): Replace division by matrices with
19521 multiplication by inverse.
19522
19523 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19524
19525 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19526 (calc-writeoutpower): New functions.
19527
19528 2005-10-27 Romain Francoise <romain@orebokech.com>
19529
19530 * replace.el (occur-engine): Include colon in mouse-face highlight.
19531
19532 * dired-x.el: Change Maintainer field.
19533
19534 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19535
19536 * longlines.el (longlines-mode): Bind after-change-functions to
19537 nil during initial decoding and final encoding.
19538
19539 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19540
19541 * term.el (term-emulate-terminal, term-handle-colors-array)
19542 (term-handle-ansi-escape): Specify the terminfo capabilities
19543 implemented.
19544
19545 2005-10-26 Richard M. Stallman <rms@gnu.org>
19546
19547 * info.el (Info-fontify-node): Fix detection of sentence-break
19548 before *Note.
19549
19550 2005-10-26 Romain Francoise <romain@orebokech.com>
19551
19552 * smerge-mode.el: Add `tools' to file keywords.
19553
19554 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19555
19556 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19557 when the fringe is not available.
19558
19559 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19560 (def-gdb-auto-update-trigger): Simplify construction.
19561 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19562 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19563 defined explicitly.
19564 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19565 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19566 defined explicitly.
19567 (gdb-info-locals-custom): Remove as it's a no-op.
19568
19569 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19570
19571 * longlines.el (longlines-mode): Remove narrowing before
19572 performing the initial decoding or final encoding.
19573
19574 2005-10-25 Romain Francoise <romain@orebokech.com>
19575
19576 * emacs-lisp/find-func.el (find-library-name): Also strip
19577 extension if library name ends in .el, to take advantage of
19578 `find-library-suffixes'.
19579
19580 2005-10-25 Richard M. Stallman <rms@gnu.org>
19581
19582 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19583
19584 2005-10-25 Juri Linkov <juri@jurta.org>
19585
19586 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19587 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19588
19589 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19590
19591 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19592 (blackbox-redefine-key): Add argument `map'.
19593
19594 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19595 regions when moving the jit-lock-context-unfontify-pos boundary.
19596
19597 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19598
19599 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19600
19601 2005-10-25 Masatake YAMATO <jet@gyve.org>
19602
19603 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19604
19605 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19606
19607 * play/blackbox.el (blackbox-redefine-key): New function.
19608 (blackbox-mode-map): Use it to remap existing bindings for cursor
19609 motion instead of binding literal keys.
19610
19611 2005-10-25 Glenn Morris <rgm@gnu.org>
19612
19613 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19614 diary does not end in a newline. Do not assume a blank line at
19615 the start of the diary file.
19616
19617 2005-10-25 Kenichi Handa <handa@m17n.org>
19618
19619 * international/quail.el (quail-translate-key): If the input
19620 method is deterministic and failed to handle the last key, restart
19621 the key handling loop from an appropriate key.
19622
19623 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19624
19625 * vc.el (vc-dired-mode): Extend comment for binding of
19626 `directory-listing-before-filename-regexp'.
19627
19628 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19629
19630 * textmodes/texinfo.el (texinfo-mode):
19631 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19632 not to unnecessarily expose emacs-mule's internal char codes.
19633
19634 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19635
19636 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19637 Display hand pointer and help-echo on disabled icon too.
19638 (gdb-mouse-until): New function.
19639 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19640
19641 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19642
19643 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19644 with 2005-10-23 change to doctor.el.
19645
19646 * finder.el (finder-mode-map): Add follow-link binding.
19647
19648 2005-10-25 Kim F. Storm <storm@cua.dk>
19649
19650 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19651 to gdb-mouse-toggle-breakpoint-fringe.
19652 (gdb-mouse-toggle-breakpoint-margin): Rename from
19653 gdb-mouse-toggle-breakpoint. Fix doc.
19654 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19655 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19656 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19657 string properties also for fringe breakpoint bitmaps.
19658
19659 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19660
19661 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19662
19663 2005-10-25 Masatake YAMATO <jet@gyve.org>
19664
19665 * simple.el (completion-common-substring):
19666 Use `completion-common-substring' prior to `completion-base-size'.
19667
19668 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19669
19670 * savehist.el: Require CL while compiling.
19671 (savehist-history-variables): Remove.
19672 (savehist-save-minibuffer-history, savehist-additional-variables)
19673 (savehist-minibuffer-history-variables): New vars.
19674 (savehist-save): Use them.
19675 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19676 (savehist-install): New fun, extracted from savehist-load.
19677 (savehist-load): Use them.
19678
19679 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19680
19681 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19682 a dummy doc-string-elt property.
19683 (defalias, defvaralias, define-category): Add a docstring property.
19684
19685 * image.el (defimage):
19686 * widget.el (define-widget):
19687 * custom.el (defface, defcustom): Add `doc-string' declaration.
19688
19689 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19690 (defadvice): Add `doc-string' declaration.
19691
19692 * emacs-lisp/byte-run.el (macro-declaration-function):
19693 Handle `doc-string' declarations.
19694 (define-obsolete-function-alias, define-obsolete-variable-alias):
19695 Add `doc-string' declaration.
19696
19697 2005-10-24 Kenichi Handa <handa@m17n.org>
19698
19699 * international/utf-7.el (utf-7): Add autoload cookie.
19700
19701 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19702
19703 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19704
19705 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19706 list of directories passed to batch-update-autoloads. Add "." to
19707 the list of the echoed directories.
19708
19709 * pgg-def.el:
19710 * pgg-gpg.el:
19711 * pgg-parse.el:
19712 * pgg-pgp.el:
19713 * pgg-pgp5.el:
19714 * pgg.el: Moved here from the gnus subdirectory.
19715
19716 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19717
19718 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19719 in case comint-prompt-read-only is set to t.
19720
19721 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19722 in case comint-prompt-read-only is set to t.
19723
19724 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19725
19726 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19727 Now a string.
19728 (icalendar-import-format): Handle CLASS, STATUS, URL.
19729 Rename `subject' to `summary'.
19730 (icalendar-import-format-summary): Rename from
19731 `icalendar-import-format-subject'.
19732 (icalendar-import-format-url, icalendar-import-format-status)
19733 (icalendar-import-format-class): New variables.
19734 (icalendar--rris): Take variable argument list.
19735 (icalendar--datestring-to-isodate): Remove unnecessary
19736 calendar-style check when converting dates with explicit month names.
19737 (icalendar-export-region): Change return type of conversion
19738 subroutines. Bury current buffer unless error occurred.
19739 (icalendar--convert-to-ical)
19740 (icalendar--parse-summary-and-rest): New functions.
19741 (icalendar--convert-ordinary-to-ical)
19742 (icalendar--convert-weekly-to-ical)
19743 (icalendar--convert-yearly-to-ical)
19744 (icalendar--convert-block-to-ical)
19745 (icalendar--convert-cyclic-to-ical)
19746 (icalendar--convert-anniversary-to-ical): Change return type.
19747 Strip trailing blanks from subject.
19748 (icalendar--convert-sexp-to-ical): Change return type.
19749 Strip trailing blanks from subject. Handle simple sexp
19750 entries as generated by icalendar.el.
19751 (icalendar--convert-float-to-ical)
19752 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19753 (icalendar-import-file): Doc fix.
19754 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19755 Correct call to icalendar--rris.
19756 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19757 `summary'.
19758 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19759
19760 2005-10-24 Romain Francoise <romain@orebokech.com>
19761
19762 * server.el (server-sentinel): Set query-on-exit flag to nil on
19763 new client processes (it isn't inherited from the server process).
19764
19765 * replace.el (occur-engine): Rearrange text properties.
19766
19767 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19768
19769 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19770 case-fold-search is nil.
19771 (debug-help-follow): Use help-xref-interned directly.
19772
19773 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19774
19775 * thumbs.el (thumbs-image-type): Add .pbm.
19776
19777 2005-10-23 Richard M. Stallman <rms@gnu.org>
19778
19779 * faces.el (inhibit-face-set-after-frame-default): New variable.
19780 (set-face-attribute): Bind it.
19781 (face-set-after-frame-default): Test it.
19782
19783 * help-fns.el (describe-simplify-lib-file-name): New function.
19784 (describe-function-1, describe-variable): Use it.
19785
19786 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19787
19788 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19789 Eliminate nil as possible value.
19790 (tooltip-hide-delay): Reduce internal-border-width.
19791
19792 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19793 (menu-bar-file-menu) <new-file>: Likewise.
19794
19795 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19796
19797 * international/mule.el (load-with-code-conversion):
19798 Pass full file name to `eval-buffer' unless preloading.
19799
19800 * textmodes/flyspell.el (flyspell-large-region):
19801 Call ispell-check-version.
19802
19803 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19804 Fix the make-variable-buffer-local call that was supposed
19805 to be for this variable.
19806 (ispell-aspell-supports-utf8): Doc fix.
19807 (ispell-find-aspell-dictionaries): Preserve elements of
19808 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19809 (ispell-aspell-find-dictionary): Return nil on error.
19810
19811 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19812 (doctor-symptoms): Likewise.
19813
19814 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19815
19816 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19817
19818 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19819 (custom-raised-buttons): Add :set spec.
19820 (custom-button-unraised, custom-button-pressed-unraised):
19821 New faces, so that custom-raised-buttons actually does something.
19822 (custom-mode): Use custom-button and custom-button-pressed.
19823
19824 * wid-edit.el (widget-specify-button): Don't ignore
19825 widget-mouse-face on graphic terminals.
19826 (widget-move-and-invoke): Cleanup.
19827
19828 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19829
19830 * whitespace.el (whitespace-cleanup): Doc fix.
19831
19832 2005-10-23 Romain Francoise <romain@orebokech.com>
19833
19834 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19835 `eval-after-load' to avoid evaluating their result.
19836
19837 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19838
19839 * files.el (directory-listing-before-filename-regexp):
19840 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19841
19842 * dired.el (dired-move-to-filename-regexp): Remove.
19843 All occurences replaced by `directory-listing-before-filename-regexp'.
19844
19845 * dired-x.el, locate.el, vc.el:
19846 Replace `dired-move-to-filename-regexp' by
19847 `directory-listing-before-filename-regexp'. In vc.el it is
19848 overwritten locally; maybe this can be handled in files.el too.
19849
19850 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19851 replaced by `directory-listing-before-filename-regexp'.
19852
19853 2005-10-23 Andreas Schwab <schwab@suse.de>
19854
19855 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19856 and eval-next-after-load.
19857
19858 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19859
19860 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19861 exist, create it.
19862
19863 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19864
19865 * allout.el: Remove autoloads for mailcrypt and crypt++.
19866 Require pgg, pgg-gpg during compilation.
19867 (allout-version): Increment version number to 2.1, and use a literal
19868 rather than RCS Id.
19869 (allout-default-encryption-scheme): Remove.
19870 (allout-passphrase-verifier-handling)
19871 (allout-passphrase-verifier-string)
19872 (allout-file-passphrase-verifier-string)
19873 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19874 (allout-passphrase-hint-handling): Rename and simplify.
19875 (allout-init): Use `find-file-hook' if available, otherwise
19876 `find-file-hooks'.
19877 (allout-mode): Use `write-file-functions' if available, otherwise
19878 `local-write-file-hooks' and, instead of making auto-save-hook
19879 buffer local, make the write-file-hook activity contingent to
19880 allout-mode.
19881 (allout-mode): Use key-binding substitution in the docstring.
19882 (allout-kill-line): Spell-out kill ring data structure mutation
19883 instead of using byte-compiler-complaint-provoking `pop'.
19884 (allout-insert-listified): Use `insert' rather than `insert-string'
19885 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19886 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19887 (allout-encrypt-string): Totally revamped vis new underlying
19888 encryption facilities.
19889 (allout-mc-activate-passwd): Remove.
19890 (allout-obtain-passphrase): New, more or less replaces
19891 allout-mc-activate-passwd.
19892 (allout-encrypted-key-info): More or less replaces
19893 allout-encrypted-text-type.
19894 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19895 (my-mark-marker): Use `(featurep 'xemacs)'.
19896
19897 2005-10-23 Lars Hansen <larsh@soem.dk>
19898
19899 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19900 (byte-compile-file-form-defmumble, byte-compile-defun)
19901 (byte-compile-defmacro): Use it.
19902 (byte-compile-form): Don't call byte-compile-set-symbol-position
19903 when a byte-compile handler is called.
19904
19905 2005-10-22 Romain Francoise <romain@orebokech.com>
19906
19907 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19908
19909 * subr.el (eval-after-load): Convert library name to an absolute
19910 file name using locate-library, since load-history no longer has
19911 library names in it.
19912
19913 2005-10-22 Richard M. Stallman <rms@gnu.org>
19914
19915 * files.el (make-temp-file): Move from subr.el.
19916 * subr.el (make-temp-file): Move to files.el.
19917
19918 * window.el (get-buffer-window-list): Move from subr.el.
19919 * subr.el (get-buffer-window-list): Move to window.el.
19920
19921 * image.el (image-load-path): Use eval-at-startup to initialize.
19922
19923 * subr.el (eval-at-startup): New macro.
19924
19925 * subr.el: Much rearrangement of functions and division
19926 into pages. No code changes.
19927
19928 2005-10-22 Kenichi Handa <handa@m17n.org>
19929
19930 * tar-mode.el (tar-extract): Be sure to call
19931 find-operation-coding-system if set-auto-coding doesn't find a
19932 coding system.
19933
19934 2005-10-22 Kim F. Storm <storm@cua.dk>
19935
19936 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19937 Change users.
19938 (image-type-file-name-regexps): New defconst.
19939 (image-type-from-data): Simplify loop.
19940 (image-type-from-buffer): New defun.
19941 (image-type-from-file-header): Use it instead of image-type-from-data.
19942 Use image-search-load-path instead of only looking in data-directory.
19943 (image-type-from-file-name): New defun.
19944 (image-search-load-path): Change `pathname' to `filename'.
19945 Make PATH arg optional, default to image-load-path.
19946
19947 2005-10-21 Richard M. Stallman <rms@gnu.org>
19948
19949 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19950
19951 * textmodes/paragraphs.el (sentence-end-base): New variable.
19952 (sentence-end): Use sentence-end-base.
19953
19954 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19955
19956 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19957 property independently from the font-lock-multiline variable.
19958
19959 2005-10-21 Richard M. Stallman <rms@gnu.org>
19960
19961 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19962
19963 * startup.el (command-line): Convert library names
19964 in `load-history' to absolute file names.
19965
19966 * subr.el (symbol-file): Doc fix.
19967
19968 * loadhist.el (file-loadhist-lookup): Call locate-library
19969 instead of find-library-name. Don't try converting
19970 abs file names to library names, since load-history no longer
19971 has library names in it.
19972 (file-dependents, file-provides, file-requires): Doc fixes.
19973
19974 2005-10-21 Juri Linkov <juri@jurta.org>
19975
19976 * progmodes/etags.el (tags-table-mode): New function.
19977 (tags-verify-table): Replace initialize-new-tags-table with
19978 tags-table-mode.
19979
19980 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19981 default value.
19982 (desktop-modes-not-to-save): Add tags-table-mode to the
19983 default value.
19984
19985 * info.el (Info-index-next): Add total number of index
19986 alternatives to the message.
19987
19988 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19989 backward only space (instead of space and period) before looking
19990 at sentence end.
19991
19992 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19993 Add the old variable value as 4th default-value arg of read-string.
19994
19995 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19996
19997 * cus-face.el (custom-declare-face): Make face from X resources
19998 also on Mac.
19999
20000 * disp-table.el (standard-display-g1, standard-display-graphic):
20001 Refuse to use string glyphs also on Mac.
20002 (standard-display-european): Don't set terminal coding system also
20003 on Mac.
20004
20005 * frame.el (display-screens): Use x-display-screens also on Mac.
20006
20007 2005-10-21 Romain Francoise <romain@orebokech.com>
20008
20009 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20010
20011 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20012
20013 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20014 and $? into sexps.
20015
20016 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20017 warning face on open-paren-in-column-0.
20018
20019 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20020 boundary case. Fix typo.
20021 Suggested by Martin Rudalics <rudalics@gmx.at>.
20022
20023 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20024
20025 * textmodes/org.el (org-combined-agenda-icalendar-file)
20026 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20027 (org-export-icalendar-this-file)
20028 (org-export-icalendar-all-agenda-files)
20029 (org-export-icalendar-combine-agenda-files): New commands.
20030 (org-export-icalendar, org-print-icalendar-entries)
20031 (org-start-icalendar-file, org-finish-icalendar-file)
20032 (org-ical-ts-to-string): New functions.
20033 (org-read-date, org-goto-calendar)
20034 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20035 call to `calendar'.
20036 (orgtbl-setup): Remove the :keys arguments from the menu description.
20037 (org-after-save-iCalendar-file-hook): New variable.
20038
20039 2005-10-21 Kenichi Handa <handa@m17n.org>
20040
20041 * language/vietnamese.el (tcvn-5712): Make it an alias of
20042 vietnamese-tcvn coding-system.
20043
20044 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20045
20046 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20047 group id is given.
20048
20049 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20050
20051 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20052 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20053 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20054 whose line is either continued or ends with a comment.
20055
20056 2005-10-20 Romain Francoise <romain@orebokech.com>
20057
20058 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20059
20060 * replace.el (occur-engine): Add follow-link property.
20061
20062 * font-core.el (font-lock-mode): Doc fix.
20063
20064 2005-10-20 Richard M. Stallman <rms@gnu.org>
20065
20066 * net/rcirc.el: New file.
20067
20068 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20069
20070 * term.el (term-term-name): Initialize to "eterm-color".
20071
20072 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20073
20074 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20075 for encryption functionality.
20076 Move allout customization subgroup from `editing' to `outlines' group.
20077 Fix commentary keywords to legitimate ones.
20078 Update author info (using my current email address, obscurified).
20079 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20080 (allout-encrypted-topic-p, allout-encrypted-text-type)
20081 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20082 (allout-situate-encryption-key-verifier)
20083 (allout-get-encryption-key-verifier, allout-verify-key)
20084 (allout-next-topic-pending-encryption)
20085 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20086 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20087 (outline-key-verifier-handling, outline-key-hint-handling)
20088 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20089 (allout-file-key-verifier-string, allout-encryption-scheme)
20090 (allout-key-verifier-string, allout-key-hint-string)
20091 (allout-after-save-decrypt): New variables.
20092 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20093 (allout-after-saves-handler): New hook functions.
20094 (allout-post-command-business): Do allout-after-save-decrypt.
20095 (allout-enable-file-variable-adjustment): Custom var to enable
20096 mechanism for adding and adjusting settings of Emacs file variables.
20097 (allout-adjust-file-variable, allout-file-vars-section-data):
20098 New functions, implement the mechanism.
20099 (outlineify-sticky): Use the file vars mechanism.
20100 (allout-inhibit-protection, allout-during-write-cue)
20101 (allout-override-protect, allout-before-change-protect): Remove.
20102 (allout-flag-region, allout-open-topic): Adjust read-only text.
20103 (allout-open-line-not-read-only): Add to facilitate read-only
20104 text based protection.
20105 (allout-kill-line): Revise to adjust read-only text, clue the
20106 user about the inhibition.
20107 (allout-unprotected): Use unwind-protect.
20108 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20109 topic deeper than the offspring depth of the previous topic -
20110 avoiding confusing "containment discontinuities".
20111 (allout-reindent-bodies): Fix retention of body relative hanging
20112 indent during promotion of collapsed bodies.
20113 (allout-open-topic): Make it easy to open new topic with same
20114 bullet as current topic - topic creation functions provided with
20115 any universal argument provokes now prompt for bullet, defaulting
20116 to the bullet of the previous topic.
20117 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20118 Plain bullet alternates `.' period and `,' comma only. All other
20119 bullets are relegated to special status (but customizable).
20120 (allout-end-of-entry): Rename from allout-end-of-current-entry
20121 since it actually operates w.r.t. most immediately containing
20122 entry, visible or not.
20123 (allout-hide-current-entry, allout-show-current-entry): Use the
20124 revised version.
20125 (allout-old-expose-topic): Solidify deprecation.
20126 (allout-end-of-subtree): Add so we can span concealed as well
20127 as visible topics.
20128 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20129 (allout-end-of-current-heading): Tweak to just respect the first line.
20130 (allout-get-body-text): Add.
20131 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20132 when invoked interactively.
20133 (allout-up-current-level): Use `interactive-p'.
20134 (allout-mode, allout-init): Miscellaneous docstring and
20135 operational refinements, as well as hookups of new encryption stuff.
20136 (allout-beginning-of-current-entry): Now works as advertised.
20137 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20138 (allout-isearch-rectification): Refine condition for isearching.
20139 (allout-isearch-abort, allout-enwrap-isearch)
20140 (allout-flag-region, my-region-active-p): Relocate some macros.
20141 (allout-title): Fallback title is (buffer-name), not
20142 non-existing (current-buffer-name).
20143 (subst-char-in-string): Define if absent (for some XEmacs versions).
20144
20145 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20146
20147 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20148 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20149 (mail-citation-prefix-regexp, mail-signature-file)
20150 (mail-default-headers, mail-bury-selects-summary)
20151 (mail-send-nonascii): Add autoload cookies.
20152
20153 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20154
20155 * frame.el (blink-cursor-mode): Add `mac' to the list of
20156 window-system's that support blinking cursor.
20157
20158 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20159
20160 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20161
20162 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20163
20164 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20165 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20166 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20167
20168 2005-10-20 Kim F. Storm <storm@cua.dk>
20169
20170 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20171 (ido-set-current-directory): Don't add / after final @.
20172 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20173 Explicitly handle ange-ftp completion oddities.
20174 (ido-make-file-list): Don't rotate list at tramp root to avoid
20175 triggering tramp file handler for expand-file-name via get-file-buffer.
20176
20177 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20178
20179 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20180
20181 2005-10-19 Jay Belanger <belanger@truman.edu>
20182
20183 * calc/calc-units.el (math-standard-units): Add units, adjust
20184 symbols and update values.
20185 (math-unit-prefixes): Add more prefixes.
20186
20187 2005-10-19 Romain Francoise <romain@orebokech.com>
20188
20189 * bookmark.el (bookmark-menu-heading): New face.
20190 (bookmark-bmenu-list): Use it.
20191 Don't fiddle with `baud-rate' at top-level.
20192
20193 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20194
20195 * image.el (create-image, find-image): Mention max-image-size in
20196 docstring.
20197
20198 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20199
20200 * savehist.el (savehist-load): Revert to checking XEmacs.
20201
20202 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20203 Various docstring and line-width fixups.
20204 (conf-mode): Use cond.
20205 Set font-lock-defaults. Don't set comment-use-syntax.
20206
20207 2005-10-18 David Ponce <david@dponce.com>
20208
20209 * tree-widget.el (tree-widget-button-click): New function.
20210 (tree-widget-button-keymap): Use it.
20211
20212 2005-10-18 Romain Francoise <romain@orebokech.com>
20213
20214 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20215 (bookmark-bmenu-hide-filenames): Add follow-link property.
20216 Improve help-echo text.
20217
20218 * ffap.el (find-file-at-point): Doc fix.
20219
20220 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20221
20222 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20223
20224 2005-10-18 Masatake YAMATO <jet@gyve.org>
20225
20226 Install to the CVS repository what I forgot to install in my
20227 2005-10-16 changes.
20228
20229 * progmodes/python.el (python-complete-symbol): Pass the common
20230 prefix substring of completion to `display-completion-list'.
20231
20232 * textmodes/org.el (org-complete): Ditto.
20233
20234 2005-10-18 Masatake YAMATO <jet@gyve.org>
20235
20236 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20237
20238 * woman.el (WoMan-xref-man-page): New button type derived
20239 from `Man-abstract-xref-man-page'.
20240 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20241
20242 * man.el (Man-abstract-xref-man-page): New button type.
20243 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20244 (Man-highlight-references): Add new optional argument `xref-man-type'.
20245
20246 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20247
20248 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20249
20250 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20251
20252 * cus-edit.el (Custom-move-and-invoke): Delete.
20253 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20254
20255 * wid-edit.el (widget-move-and-invoke): New function, from
20256 Custom-move-and-invoke.
20257
20258 2005-10-17 Bill Wohler <wohler@newt.com>
20259
20260 Move all remaining images from lisp/toolbar to etc/images, move
20261 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20262 the low resolution images in their own directory (low-color).
20263
20264 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20265 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20266 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20267 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20268 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20269 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20270 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20271
20272 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20273 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20274 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20275 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20276 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20277 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20278 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20279 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20280 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20281 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20282 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20283 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20284 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20285 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20286 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20287
20288 To conform with convention, replace the underscore (_) in the
20289 following image names with dash (-) or (/) as appropriate.
20290
20291 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20292 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20293 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20294 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20295 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20296 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20297 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20298 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20299 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20300 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20301 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20302 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20303 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20304 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20305 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20306
20307 * info.el (info-tool-bar-map): Replace underscores in image names
20308 with dashes.
20309
20310 * makefile.w32-in (WINS): Remove toolbar.
20311
20312 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20313
20314 * tool-bar.el: Move to lisp from toolbar. Now that
20315 toolbar is empty, it should be deleted when folks run "cvs up -P".
20316
20317 2005-10-18 Jay Belanger <belanger@truman.edu>
20318
20319 * calc/calc-store.el (calc-store-into): Get the proper variable name
20320 to display in message.
20321
20322 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20323
20324 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20325 expressions display in speedbar for all buffers when debugging.
20326 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20327
20328 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20329 (speedbar-insert-button, speedbar-make-button):
20330 Use add-text-properties.
20331 (speedbar-update-localized-contents)
20332 (speedbar-update-directory-contents)
20333 (speedbar-update-special-contents): Use dolist.
20334 (speedbar-buffer-easymenu-definition): Add a menu separator.
20335
20336 2005-10-17 Jason Rumney <jasonr@gnu.org>
20337
20338 * makefile.w32-in: Use $(lisp) consistently.
20339 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20340 for shell specific generation of mh-autoloads.
20341
20342 2005-10-17 Richard M. Stallman <rms@gnu.org>
20343
20344 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20345
20346 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20347
20348 * jit-lock.el (jit-lock-fontify-now):
20349 Move jit-lock-context-unfontify-pos to avoid wasted work.
20350
20351 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20352
20353 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20354 `tramp-completion-mode' for checking if we are in completion mode.
20355 (tramp-completion-handle-file-name-all-completions): Reorder code
20356 in order to complete for file names only in case there are no
20357 method/user/host completions. This is necessary for cooperation
20358 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20359
20360 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20361
20362 * longlines.el (longlines-search-forward)
20363 (longlines-search-backward): Match any number of spaces.
20364
20365 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20366
20367 * diff-mode.el (diff-mode): Doc fix.
20368
20369 2005-10-16 David Reitter <david.reitter@gmail.com>
20370
20371 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20372 as default on darwin and windows systems.
20373
20374 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20375
20376 * arc-mode.el (archive-zip-extract): Doc fix.
20377
20378 2005-10-16 Romain Francoise <romain@orebokech.com>
20379
20380 * mouse.el (mouse-1-click-follows-link): Doc fix.
20381
20382 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20383
20384 * savehist.el: Don't require CL at runtime.
20385 (savehist-xemacs): Remove.
20386 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20387 (savehist-no-conversion): Use (featurep 'xemacs).
20388 (savehist-load): Check existence of start-itimer rather than XEmacs.
20389 Use an idle timer.
20390 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20391 `delete-if-not'.
20392
20393 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20394
20395 * savehist.el: Newer version.
20396 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20397 (savehist-last-checksum, savehist-no-conversion): New vars.
20398 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20399 New functions.
20400 (savehist-load, savehist-save): Use them.
20401 (savehist-delimit): Remove.
20402
20403 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20404
20405 * progmodes/compile.el (compilation-goto-locus): Display the
20406 compilation buffer first and the source buffer second, in case they're
20407 in overlapping frames. Don't raise the compilation frame if it was the
20408 selected window upon entry. Pass the `other-window' arg to
20409 pop-to-buffer.
20410
20411 * info.el (Info-fontify-node): Use dolist.
20412 Change add-text-properties to put-text-property.
20413
20414 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20415
20416 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20417 bound of search.
20418
20419 2005-10-16 Masatake YAMATO <jet@gyve.org>
20420
20421 * dabbrev.el (dabbrev-completion): Pass the common
20422 prefix substring of completion to `display-completion-list'.
20423
20424 * filecache.el (file-cache-minibuffer-complete)
20425 (file-cache-complete): Ditto.
20426
20427 * tempo.el (tempo-display-completions): Ditto.
20428
20429 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20430
20431 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20432
20433 * eshell/em-hist.el (eshell-list-history): Ditto.
20434
20435 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20436
20437 * mail/mailalias.el (mail-complete): Ditto.
20438
20439 * progmodes/etags.el (complete-tag): Ditto.
20440
20441 * progmodes/make-mode.el (makefile-complete): Ditto.
20442
20443 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20444
20445 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20446
20447 * progmodes/pascal.el (pascal-complete-word)
20448 (pascal-show-completions): Ditto.
20449
20450 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20451
20452 * simple.el (completion-common-substring): New variable.
20453 (completion-setup-function): Use `completion-common-substring'
20454 to put faces.
20455
20456 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20457
20458 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20459 (x-get-selection, mac-select-convert-to-string): Convert from/to
20460 UTF-16 clipboard data as in native byte order, no BOM.
20461
20462 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20463
20464 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20465 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20466 (gud-sentinel): Use speedbar-frame to check for speedbar.
20467
20468 2005-10-15 Richard M. Stallman <rms@gnu.org>
20469
20470 * savehist.el: New file.
20471
20472 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20473
20474 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20475 Fix bug in \bf fontification.
20476
20477 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20478
20479 * pcvs.el (cvs-edit-log-files): New var.
20480 (cvs-mode-edit-log): New arg `file'.
20481 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20482 Instead force the use of the original file and nothing else.
20483 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20484 the cvs-minor-wrap-function is set.
20485 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20486
20487 2005-10-14 Bill Wohler <wohler@newt.com>
20488
20489 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20490 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20491 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20492 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20493 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20494 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20495 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20496 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20497 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20498 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20499 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20500 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20501 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20502 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20503 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20504
20505 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20506 appropriately (for example, gud-break to gud/break).
20507
20508 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20509
20510 * longlines.el (longlinges-search-function)
20511 (longlines-search-forward, longlines-search-backward): New functions.
20512 (longlines-mode): Set isearch-search-fun-function to
20513 longlinges-search-function.
20514
20515 * mouse.el (mouse-drag-region-1): Handle the case where a
20516 double-click event is bound to an arbitrary function.
20517
20518 2005-10-14 David Ponce <david@dponce.com>
20519
20520 * recentf.el (recentf-track-opened-file)
20521 (recentf-track-closed-file, recentf-update-menu)
20522 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20523 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20524 mouse-1-click-follows-link.
20525
20526 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20527
20528 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20529 Gnome file-manager.png. Suggested by
20530 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20531
20532 * toolbar/README: Add diropen.xpm.
20533
20534 2005-10-13 Bill Wohler <wohler@newt.com>
20535
20536 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20537 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20538
20539 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20540
20541 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20542 Don't waste the byte-compiler's time on constant data.
20543
20544 2005-10-13 Kenichi Handa <handa@m17n.org>
20545
20546 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20547 byte with `escape-glyph' face.
20548
20549 * international/fontset.el (ccl-encode-unicode-font):
20550 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20551 Handle the case that ucs-mule-to-mule-unicode translates a character to
20552 ASCII (usually for IPA characters).
20553
20554 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20555
20556 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20557 Don't hide the underline of titles if font-lock-mode is disabled.
20558
20559 2005-10-12 Bill Wohler <wohler@newt.com>
20560
20561 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20562 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20563 files in MH-E-SRC have been updated.
20564 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20565
20566 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20567
20568 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20569 (mixal-mode-syntax-table): Add \n as end-comment.
20570 (mixal-operation-codes-alist): Immediately initialize to full value.
20571 (mixal-add-operation-code): Remove.
20572 (mixal-describe-operation-code): Make the arg non-optional.
20573 Use the interactive spec instead.
20574 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20575 (mixal-font-lock-keywords): Don't highlight comments here any more.
20576 (mixal-font-lock-syntactic-keywords): New var.
20577 (mixal-mode): Use it. Fix comment-start-skip.
20578
20579 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20580
20581 * startup.el (command-line-x-option-alist): -nb => -nbi
20582
20583 2005-10-12 Kim F. Storm <storm@cua.dk>
20584
20585 * startup.el (fancy-splash-default-action): Discard mouse click in
20586 the splash screen window, as it has no sensible meaning in the
20587 next window to be selected. Fixes error reported by Jan D.
20588
20589 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20590
20591 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20592
20593 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20594
20595 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20596 Try to fix up minor layout issues like indentation, line break, etc...
20597 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20598 because it doesn't work.
20599 (mixal-operation-codes): Add some more codes.
20600 (mixal-font-lock-keywords): Process comments here.
20601 (mixal-mode): mixasm no longer needs -g option.
20602
20603 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20604
20605 * progmodes/sh-script.el (sh-tmp-file):
20606 Use mktemp -t. Finish support for es and rc shells.
20607
20608 2005-10-11 Jay Belanger <belanger@truman.edu>
20609
20610 * calc/calcalg2.el (calc-integral): With an argument, compute the
20611 definite integral.
20612
20613 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20614
20615 * mouse.el (mouse-drag-region-1): Don't try to catch a
20616 double-click when doing follow-link (it's overridden anyway).
20617
20618 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20619
20620 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20621 (autoload-print-form-outbuf): Add docstring.
20622
20623 2005-10-11 Juri Linkov <juri@jurta.org>
20624
20625 * info.el (Info-mode-menu): Delete menu item "Edit".
20626 (Info-mode): Delete description of Info-edit from docstring,
20627 and rearrange descriptions of Info commands in the order
20628 they are documented in the Info manual.
20629
20630 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20631
20632 * calendar/appt.el (appt-check): Use diary-selective-display var.
20633
20634 2005-10-10 Richard M. Stallman <rms@gnu.org>
20635
20636 * net/newsticker.el (newsticker-start, newsticker-show-news):
20637 Add autoload cookies.
20638
20639 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20640
20641 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20642
20643 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20644
20645 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20646
20647 2005-10-10 Jay Belanger <belanger@truman.edu>
20648
20649 * calc/calc-arith.el (math-check-known-scalarp)
20650 (math-check-known-matrixp): Check the values of arguments that are
20651 variables.
20652 (math-check-known-square-matrixp): New function.
20653 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20654 (math-super-types): Add sqmatrix type.
20655
20656 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20657 mode name `square' to `sqmatrix'.
20658
20659 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20660 mode name `square' to `sqmatrix'.
20661
20662 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20663
20664 * progmodes/etags.el (select-tags-table-mode): Don't use
20665 selective-display.
20666 (tags-select-tags-table): Pass `button' to the action function.
20667 (select-tags-table): Place the side-info on button properties rather
20668 than in hidden text. Abbreviate file names.
20669 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20670 (select-tags-table-select): Add `button' argument.
20671 Get side-info from the button property rather than from hidden text.
20672
20673 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20674
20675 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20676 (gud-speedbar-buttons): Preserve point if possible.
20677 (gud-sentinel): Restore previous speedbar display type.
20678
20679 * progmodes/gdb-ui.el (gdba): Improve diagram.
20680 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20681 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20682 Call get-buffer-window once.
20683
20684 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20685
20686 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20687 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20688 (pascal-indent-command): Remove unused var `ind'.
20689 (pascal-indent-case): Remove unused var `oldpos'.
20690 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20691 since it's now used as a proper minor mode map.
20692 (pascal-outline): Rename to pascal-outline-mode.
20693 (pascal-outline-mode): Use define-minor-mode.
20694 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20695 selective-display.
20696
20697 2005-10-10 Andreas Schwab <schwab@suse.de>
20698
20699 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20700 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20701
20702 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20703 outside source directory.
20704
20705 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20706
20707 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20708 C-x' as a prefix.
20709 (orgtbl-mode-map): Full keymap instead of sparse, because all
20710 `self-insert-command' keys are redefined in this map.
20711 (org-export-as-html): Specify charset for HTML file, by taking it
20712 from the coding system.
20713
20714 2005-10-10 Kenichi Handa <handa@m17n.org>
20715
20716 * textmodes/flyspell.el (flyspell-check-word-p):
20717 If unread-command-events is non-empty, don't call sit-for.
20718
20719 2005-10-09 Richard M. Stallman <rms@gnu.org>
20720
20721 * font-lock.el (font-lock-syntactic-keywords)
20722 (font-lock-keywords): Doc fixes.
20723
20724 * textmodes/flyspell.el (flyspell-external-point-words):
20725 Simplify logic, and don't try to check for consecutive appearances
20726 of one incorrect word.
20727
20728 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20729
20730 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20731 separator.
20732
20733 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20734 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20735 (gud-expansion-speedbar-buttons): New function.
20736 (gud-speedbar-buttons): Check for gud-comint-buffer.
20737
20738 2005-10-09 Bill Wohler <wohler@newt.com>
20739
20740 * Makefile.in (updates): Add mh-loaddefs dependency.
20741
20742 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20743
20744 * speedbar.el (speedbar-file-key-map): Fix typo.
20745
20746 2005-10-09 Daniel Brockman <daniel@brockman.se>
20747
20748 * cus-start.el (line-spacing): Add custom spec.
20749
20750 2005-10-09 Romain Francoise <romain@orebokech.com>
20751
20752 * textmodes/ispell.el (ispell-check-version): Fix last change.
20753
20754 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20755
20756 * term/x-win.el: Remove -i, --icon-type from comment.
20757
20758 * startup.el (command-line-x-option-alist): Remove options -i,
20759 -itype, --icon-type, added -nb, --no-bitmap-icon
20760
20761 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20762
20763 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20764 instead of :active.
20765
20766 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20767
20768 * textmodes/ispell.el (ispell-check-version):
20769 Ignore hyphen, and all that follows, in aspell's version text.
20770
20771 2005-10-08 Jay Belanger <belanger@truman.edu>
20772
20773 * calc/calc-arith.el (math-known-square-matrixp): New function.
20774 (math-pow-fancy): Check for matrices before distributing exponent
20775 across products.
20776
20777 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20778 fullscreen keypad. Suggested by Luc Teirlinck.
20779 (calc-keypad-show-input): Add space for formatting.
20780
20781 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20782 Add square matrix option.
20783
20784 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20785 of checking calc-matrix-mode when deciding how to expand.
20786
20787 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20788
20789 2005-10-08 Lars Hansen <larsh@soem.dk>
20790
20791 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20792 Add error handling.
20793 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20794
20795 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20796
20797 Sync with Tramp 2.0.51.
20798
20799 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20800 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20801 Insert special handling for `last-coding-system-used', again
20802 it still seems to be necessary (unlike stated before).
20803 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20804 (tramp-password-prompt-regexp): There might be other words before
20805 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20806 (tramp-chunksize): Improve docstring.
20807 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20808 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20809 Christian Joergensen <bugs@razor.dk>.
20810
20811 2005-10-07 Glenn Morris <rgm@gnu.org>
20812
20813 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20814 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20815 precision'.
20816
20817 2005-10-07 Romain Francoise <romain@orebokech.com>
20818
20819 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20820 (ibuffer-do-shell-command-pipe-replace)
20821 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20822 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20823 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20824 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20825 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20826 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20827 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20828 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20829 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20830 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20831 Autoload file sans suffix.
20832
20833 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20834
20835 2005-10-07 David Ponce <david@dponce.com>
20836
20837 * recentf.el (recentf-menu-open-all-flag): New option.
20838 (recentf-digit-shortcut-command-name): New function.
20839 (recentf--shortcuts-keymap): New variable.
20840 (recentf-menu-shortcuts): New variable.
20841 (recentf-make-menu-items): Initialize it. Replace the "More..."
20842 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20843 (recentf-menu-value-shortcut): New function.
20844 (recentf-make-menu-item): Use it. No more in-lined.
20845 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20846 (recentf-open-most-recent-file): Rename from
20847 `recentf-open-file-with-key'. Don't depend on key binding.
20848 (recentf-mode-map): New variable.
20849 (recentf-mode): Use it.
20850
20851 2005-10-06 Bill Wohler <wohler@newt.com>
20852
20853 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20854
20855 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20856 (MH-E-SRC): New. Used by mh-autoloads.
20857 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20858 files in MH-E-SRC have been updated.
20859 (compile, recompile, bootstrap): Depend on mh-autoloads.
20860
20861 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20862
20863 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20864 gud-break and gud-remove icons when the fringe is not available.
20865
20866 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20867 Typo.
20868
20869 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20870
20871 * play/zone.el (zone): Wrap body with save-window-excursion.
20872
20873 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20874
20875 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20876 Use the new `list-only' arg to diary-list-entries.
20877
20878 * calendar/diary-lib.el: Use overlays rather than selective-display.
20879 (diary-selective-display): New var.
20880 (diary-header-line-format): Use it.
20881 (diary-list-entries): Add argument `list-only'.
20882 Put the buffer in diary-mode. Don't add \^M at beg and end.
20883 Replace \^M by invisible overlays.
20884 (diary-unhide-everything): Replace \^M by invisible overlays.
20885 (print-diary-entries): Look for overlays rather than \^M.
20886 Add a space to the temp buffer name.
20887 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20888 Put the buffer in diary-mode.
20889 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20890 (diary-anniversary): Make the year arg optional.
20891 (diary-time-regexp): New const.
20892 (diary-font-lock-keywords): Use it to accept a few more time formats.
20893
20894 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20895
20896 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20897
20898 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20899 Fix bug introduced 2005-07-03: Use (car (last ...))
20900 to faithfully reproduce replaced artist-last.
20901 (artist-set-arrow-points-for-poly): Likewise.
20902 Suggested by Johan Bockg\e,Ae\e(Brd.
20903
20904 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20905
20906 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20907 * wid-edit.el (widget):
20908 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20909 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20910
20911 2005-10-06 Kenichi Handa <handa@m17n.org>
20912
20913 * international/mule-cmds.el (set-language-environment):
20914 Fix setting up of case-table for unibyte mode.
20915
20916 * simple.el (what-cursor-position): If the character is displayed
20917 by some `display' text property, show that. Don't use
20918 single-key-description for eight-bit characters in multibyte mode.
20919
20920 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20921
20922 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20923 (gdb-ann3): Set it.
20924 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20925 (gdb-info-frames-custom): Use inverse-video for first five
20926 characters of selected frame only.
20927 (gdb-get-frame-number): Select frame even when point is on frame
20928 number.
20929
20930 2005-10-06 Masatake YAMATO <jet@gyve.org>
20931
20932 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20933 Put `font-lock-function-name-face'.
20934 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20935 and `font-lock-variable-name-face'
20936 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20937 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20938 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20939 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20940 (gdb-local-font-lock-keywords): New font lock keywords definition.
20941 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20942 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20943 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20944
20945 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20946
20947 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20948 (ediff-merge-region-is-non-clash-to-skip): Previously called
20949 ediff-merge-region-is-non-clash.
20950
20951 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20952 Use insert-buffer-substring.
20953
20954 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20955 selecting files to patch. Also bug fixes.
20956
20957 * ediff-util.el (ediff-setup): Bug fix.
20958 (ediff-next-difference): Never skip clashes that differ in white
20959 space only.
20960
20961 * ediff-wind.el (ediff-setup-control-frame)
20962 (ediff-destroy-control-frame): Check the menubar feature.
20963
20964 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20965 (viper-refresh-mode-line): Use make-local-variable to localize
20966 some vars instead of make-variable-buffer-local. Suggested by
20967 Stefan Monnier.
20968
20969 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20970 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20971 Use make-local-variable instead of make-variable-buffer-local.
20972 Suggested by Stefan Monnier.
20973
20974 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20975 (viper-comint-mode-hook): Use make-local-variable on
20976 require-final-newline.
20977 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20978
20979 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20980
20981 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20982 also the second char of a comment-start sequence.
20983 (scheme-sexp-comment-syntax-table): New var.
20984 (lambda, define): Set their scheme-doc-string-elt property.
20985 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20986 Use lisp-font-lock-syntactic-face-function now that it properly
20987 handles |...| symbols.
20988 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20989 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20990
20991 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20992 bit from # to |.
20993 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20994
20995 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20996 (lisp-doc-string-elt-property): New var.
20997 (lisp-font-lock-syntactic-face-function): Use it.
20998 Rewrite to recognize docstrings even for forms not at toplevel.
20999
21000 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21001 annotation on the | part of #| rather than on the # part.
21002 (scheme-font-lock-syntactic-face-function): New function, to
21003 distinguish strings from |...| symbols.
21004 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21005 syntax-table so that #|...|# is properly highlighted.
21006
21007 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21008 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21009
21010 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21011
21012 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21013 and C-e.
21014
21015 * emacs-lisp/eldoc.el: Move comments into docstrings.
21016 (eldoc-message-commands): Initialize in its declaration.
21017 Add move-beginning-of-line and move-end-of-line.
21018 (eldoc-add-command, eldoc-add-command-completions)
21019 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21020
21021 * outline.el (outline-mark-subtree): Activate the mark.
21022
21023 * calendar/appt.el (appt-time-regexp): New var.
21024 (appt-add, appt-make-list): Use it.
21025 (appt-convert-time): Clean up.
21026
21027 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21028 Don't set any syntax-table property here.
21029 (tex-font-lock-verb): New function. Do it here.
21030 (tex-font-lock-syntactic-keywords): Use it.
21031
21032 2005-10-04 Richard M. Stallman <rms@gnu.org>
21033
21034 * wid-edit.el (widget-file-complete): Get the widget start point
21035 the right way. Default directory to `/' if file has none.
21036
21037 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21038
21039 * textmodes/flyspell.el (flyspell-mode-on):
21040 Call ispell-maybe-find-aspell-dictionaries.
21041
21042 * textmodes/ispell.el (ispell-word, ispell-region):
21043 Call ispell-maybe-find-aspell-dictionaries.
21044 (ispell-accept-buffer-local-defs):
21045 Don't call ispell-maybe-find-aspell-dictionaries
21046
21047 2005-10-04 Richard M. Stallman <rms@gnu.org>
21048
21049 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21050
21051 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21052
21053 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21054 instead of `fboundp' in order to allow for anonymous functions.
21055
21056 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21057
21058 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21059 case the user clicks on the link while another window is selected.
21060 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21061
21062 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21063 functionality.
21064 (dframe-help-echo): Save point in case mouse tracking is off.
21065
21066 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21067
21068 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21069
21070 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21071
21072 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21073 not change the global value of those vars.
21074
21075 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21076 make-local-variable which we do not need any more.
21077
21078 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21079
21080 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21081 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21082 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21083 (speedbar-path-line): Define obsolete aliases.
21084 (speedbar-line-directory): Doc fix.
21085
21086 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21087 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21088 instead of speedbar-line-path.
21089
21090 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21091
21092 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21093 to nil if dropping on a window. Handle dropping on a minibuffer window
21094 like dropping on a non-window part of Emacs.
21095
21096 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21097
21098 * net/ange-ftp.el: Use with-current-buffer.
21099 (ange-ftp-insert-directory): Do not follow symlinks any more.
21100
21101 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21102 Remove interactive spec.
21103
21104 2005-10-03 Kim F. Storm <storm@cua.dk>
21105
21106 * ido.el (ido-mode): Use custom-initialize-set.
21107
21108 2005-10-02 Richard M. Stallman <rms@gnu.org>
21109
21110 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21111 Use insert-buffer-substring.
21112
21113 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21114 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21115
21116 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21117
21118 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21119 in last change.
21120 (ange-ftp-insert-directory): Fix up the search for the case where
21121 `file' is absolute.
21122
21123 2005-10-02 Romain Francoise <romain@orebokech.com>
21124
21125 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21126
21127 2005-10-02 Andreas Schwab <schwab@suse.de>
21128
21129 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21130 directory component in the session info.
21131
21132 2005-10-01 Richard M. Stallman <rms@gnu.org>
21133
21134 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21135
21136 * simple.el (next-error-internal): New function.
21137
21138 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21139 (compilation-start): Pass new arg to compilation-buffer-name.
21140 (compile-goto-error): Use next-error-internal.
21141
21142 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21143
21144 * speedbar.el: Remove RCS tag.
21145 (speedbar-check-read-only): Handle non-existent files.
21146
21147 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21148
21149 * info.el (Info-speedbar-hierarchy-buttons)
21150 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21151
21152 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21153
21154 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21155 Do not match newline.
21156 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21157 (bibtex-summary): Remove unnecessary save-excursion.
21158 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21159
21160 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21161
21162 * term/mac-win.el: Add charset info for "iso10646-1".
21163 Modify default fontset to use ATSUI-compatible fonts for some charsets
21164 if available.
21165
21166 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21167
21168 * speedbar.el: Re-apply arch tag.
21169 (speedbar-version): Rename to version 1.0. Suggested by Eric
21170 M. Ludlam.
21171 Reapply two changes from Emacs CVS' version of speedbar lost
21172 during the merge:
21173 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21174 (speedbar-frame-parameters): Improve customize type.
21175
21176 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21177
21178 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21179 (ange-ftp-file-directory-p): Fix the symlink case.
21180 (ange-ftp-insert-directory): When listing a single file, get a list of
21181 the parent buffer and extract the relevant line. Inspired from a patch
21182 by Katsumi Yamaoka <yamaoka@jpl.org>.
21183 (ange-ftp-file-name-sans-versions): Simplify.
21184
21185 2005-09-30 Bill Wohler <wohler@newt.com>
21186
21187 Move MH-E image files from toolbar and mail directories into
21188 etc/images.
21189
21190 * mail/reply2.*: Move to etc/images/mail/reply*.
21191
21192 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21193 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21194 etc/images.
21195
21196 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21197 * toolbar/reply*: Move to etc/images/mail.
21198
21199 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21200
21201 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21202
21203 * speedbar.el: New version 1.0pre3.
21204
21205 Frame management code (including timer, and mouse click specifics)
21206 moved to dframe.el:
21207 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21208 (speedbar-timer): Removed. Use dframe-timer.
21209 (speedbar-close-frame): Removed. Use dframe-close-frame.
21210 (speedbar-activity-change-focus-flag): Removed. Use
21211 dframe-activity-change-focus-flag.
21212 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21213 dframe-update-speed.
21214
21215 (speedbar-current-frame): New macro. Use this instead of the
21216 variable speedbar-frame.
21217
21218 (speedbar-use-images, speedbar-expand-image-button-alist)
21219 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21220
21221 (speedbar-find-image-on-load-path): Removed. Replaced by
21222 defezimage in ezimage.el.
21223 (speedbar-expand-image-button-alist): Removed. Replaced by
21224 ezimage-expand-image-button-alist in ezimage.el.
21225
21226 (speedbar-ignored-directory-regexp)
21227 (speedbar-add-ignored-directory-regexp)
21228 (speedbar-ignored-directory-expressions)
21229 (speedbar-line-directory, speedbar-buffers-line-directory)
21230 (speedbar-directory-line, speedbar-buffers-line-directory):
21231 Renamed, replacing `path' with `directory'.
21232
21233 (speedbar-create-directory, speedbar-expand-line-descendants)
21234 (speedbar-toggle-line-expansion)
21235 (speedbar-contract-line-descendants): New commands.
21236
21237 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21238 (speedbar-use-tool-tips-flag): New options.
21239
21240 (speedbar-check-read-only, speedbar-require-version)
21241 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21242 (speedbar-handle-delete-frame, speedbar-try-completion)
21243 (speedbar-update-localized-contents): New functions.
21244
21245 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21246 (speedbar-object-read-only-indicator): New variables.
21247
21248 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21249 New hooks.
21250
21251 (speedbar-separator-face): New face.
21252
21253 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21254 (speedbar-ignored-modes): Add fundamental-mode.
21255 (speedbar-directory-unshown-regexp): Add . directories.
21256
21257 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21258 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21259 `]' for full expand/close.
21260 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21261
21262 (speedbar-check-vc): Support hidden files.
21263 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21264 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21265 state is nil, it is not checked out.
21266
21267 (speedbar-line-text, speedbar-line-token): Support expand buttons
21268 with no text.
21269 (speedbar-refresh): Universal argument acts as power-click.
21270 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21271 that buffer to get variable values.
21272
21273 And many other bugfixes.
21274
21275 * dframe.el, ezimage.el, sb-image.el: New files.
21276
21277 * sb-*.xpm: Remove files. New image files installed into
21278 etc/images/ezimage.
21279
21280 2005-09-30 Kenichi Handa <handa@m17n.org>
21281
21282 * ps-mule.el (ps-mule-show-warning): If a character is in
21283 ps-print-translation-table, don't treat it as non-printable.
21284
21285 2005-09-30 David Ponce <david@dponce.com>
21286
21287 * tree-widget.el (tree-widget-themes-load-path): New variable.
21288 (tree-widget-themes-directory): Doc fix.
21289 (tree-widget-image-formats) [Emacs]: Doc fix.
21290 (tree-widget--locate-sub-directory): New function.
21291 (tree-widget-themes-directory): Use it.
21292
21293 * recentf.el (recentf-filename-handlers): Rename from
21294 `recentf-filename-handler'. Allow a list of functions.
21295 (recentf-menu-items-for-commands): Fix :help strings.
21296 (recentf-apply-filename-handlers): New function.
21297 (recentf-expand-file-name): Use it.
21298 (recentf-cleanup): Remove duplicates too.
21299
21300 2005-09-29 Juri Linkov <juri@jurta.org>
21301
21302 * faces.el: Rearrange face definitions to be in the same order as
21303 their face descriptions in "(emacs)Standard Faces".
21304
21305 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21306
21307 * tooltip.el (tooltip): Add group `basic-faces'.
21308
21309 * buff-menu.el (Buffer-menu-buffer): Remove group
21310 `font-lock-highlighting-faces'.
21311
21312 * progmodes/compile.el (compilation-error, compilation-warning)
21313 (compilation-info, compilation-line-number, compilation-column-number):
21314 Change group from `font-lock-highlighting-faces' to `compilation'.
21315
21316 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21317 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21318 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21319 (vhdl-font-lock-reserved-words-face)
21320 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21321 `font-lock-highlighting-faces'.
21322
21323 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21324
21325 2005-09-28 Kim F. Storm <storm@cua.dk>
21326
21327 * emulation/cua-base.el: Set CUA move property on additional commands:
21328 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21329 forward-sexp, backward-sexp, forward-list, backward-list.
21330
21331 2005-09-28 Romain Francoise <romain@orebokech.com>
21332
21333 * comint.el (comint-show-output): Really set point at the
21334 beginning of the output when not using `comint-use-prompt-regexp'.
21335
21336 2005-09-27 Jay Belanger <belanger@truman.edu>
21337
21338 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21339 in TeX mode.
21340
21341 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21342
21343 * textmodes/org.el (org-table-sum): Fix format string.
21344
21345 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21346 Quote face names.
21347
21348 2005-09-26 Romain Francoise <romain@orebokech.com>
21349
21350 * isearch.el (isearch-forward-regexp): Close doc string.
21351
21352 2005-09-25 Richard M. Stallman <rms@gnu.org>
21353
21354 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21355
21356 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21357
21358 * progmodes/compile.el (compilation-error-properties):
21359 When getting the file from the previous error message,
21360 correctly decode the new data format.
21361
21362 * progmodes/cc-cmds.el (c-electric-paren):
21363 Call old-blink-paren only for close-paren.
21364
21365 2005-09-24 Andreas Schwab <schwab@suse.de>
21366
21367 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21368 condition.
21369
21370 2005-09-25 Romain Francoise <romain@orebokech.com>
21371
21372 * dired-aux.el (dired-copy-file-recursive):
21373 * dired.el (dired-delete-file):
21374 * ediff-mult.el (ediff-dir-diff-copy-file):
21375 * ediff-util.el (ediff-test-save-region):
21376 * forms.el (forms-mode):
21377 * ido.el (ido-file-internal, ido-delete-file-at-head):
21378 * log-edit.el (log-edit-done):
21379 * ses.el (ses-yank-resize):
21380 * play/gomoku.el (gomoku-human-plays, gomoku)
21381 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21382 (gomoku-offer-a-draw):
21383 * play/landmark.el (lm-human-resigns, lm):
21384 * net/eudcb-ldap.el (eudc-ldap-check-base):
21385 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21386 * progmodes/ebrowse.el (ebrowse-find-pattern):
21387 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21388 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21389 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21390
21391 * vc.el (vc-delete-file):
21392 * play/gomoku.el (gomoku-terminate-game, gomoku)
21393 (gomoku-prompt-for-move, gomoku-human-takes-back):
21394 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21395 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21396
21397 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21398
21399 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21400 color rxvt terminals by using the code xterm.el used to use before
21401 2005-04-09 in order to match the colors used by rxvt.
21402
21403 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21404
21405 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21406 colors rxvt-unicode terminals by using the same code as xterm.el.
21407
21408 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21409
21410 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21411 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21412 new symbol used for the tex-verbatim face.
21413
21414 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21415
21416 * woman.el (woman-file-name):
21417 * wid-edit.el (widget-file-prompt-value)
21418 (widget-coding-system-prompt-value):
21419 * w32-fns.el (set-w32-system-coding-system):
21420 * vc.el (vc-version-diff, vc-annotate):
21421 * textmodes/reftex-auc.el (reftex-arg-cite)
21422 (reftex-arg-index-tag):
21423 * textmodes/refer.el (refer-get-bib-files):
21424 * textmodes/artist.el (artist-figlet-choose-font):
21425 * terminal.el (terminal-emulator):
21426 * replace.el (occur-read-primary-args):
21427 * rect.el (string-rectangle, string-insert-rectangle):
21428 * ps-print.el (ps-print-preprint):
21429 * progmodes/pascal.el (pascal-goto-defun):
21430 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21431 * progmodes/compile.el (compilation-find-file):
21432 * printing.el (pr-interactive-n-up):
21433 * play/animate.el (animate-birthday-present):
21434 * net/rcompile.el (remote-compile):
21435 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21436 * mail/rmailsum.el (rmail-summary-search-backward)
21437 (rmail-summary-search):
21438 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21439 (rmail-output-read-file-name):
21440 * mail/rmail.el (rmail-search, rmail-search-backwards):
21441 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21442 * locate.el (locate):
21443 * international/quail.el (quail-show-keyboard-layout):
21444 * international/mule.el (set-buffer-file-coding-system)
21445 (revert-buffer-with-coding-system, set-file-name-coding-system)
21446 (set-terminal-coding-system, set-keyboard-coding-system)
21447 (set-next-selection-coding-system):
21448 * international/mule-diag.el (describe-coding-system)
21449 (describe-font, describe-fontset):
21450 * international/mule-cmds.el (universal-coding-system-argument)
21451 (search-unencodable-char, describe-input-method)
21452 (set-language-environment, describe-language-environment):
21453 * international/codepage.el (codepage-setup):
21454 * international/code-pages.el (codepage-setup):
21455 * info.el (Info-search, Info-follow-reference)
21456 (Info-search-backward):
21457 * emacs-lisp/advice.el (ad-read-advised-function)
21458 (ad-read-advice-class, ad-clear-cache, ad-activate)
21459 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21460 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21461 (ad-read-regexp):
21462 * ediff-util.el (ediff-toggle-regexp-match):
21463 * ediff-ptch.el (ediff-prompt-for-patch-file):
21464 * dired-aux.el (dired-diff):
21465 * diff.el (diff):
21466 * cus-edit.el (custom-variable-prompt):
21467 * calendar/timeclock.el (timeclock-ask-for-project):
21468 * calc/calcalg3.el (calc-get-fit-variables):
21469 * calc/calc-store.el (calc-edit-variable)
21470 (calc-permanent-variable):
21471 * vc-mcvs.el (vc-mcvs-register):
21472 * shadowfile.el (shadow-define-literal-group):
21473 * woman.el (woman-file-name):
21474 * vc.el (vc-version-diff, vc-merge):
21475 * textmodes/reftex-index.el (reftex-index-complete-tag):
21476 * format.el (format-decode-buffer, format-decode-region):
21477 * emulation/viper-cmd.el (viper-read-string-with-history):
21478 * emacs-lisp/debug.el (cancel-debug-on-entry):
21479 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21480 * ediff.el (ediff-merge-revisions)
21481 (ediff-merge-revisions-with-ancestor, ediff-revision):
21482 * completion.el (interactive-completion-string-reader):
21483 * calc/calc-prog.el (calc-user-define-formula):
21484 Follow convention for reading with the minibuffer.
21485
21486 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21487
21488 * progmodes/python.el (python-describe-symbol): Add globals() and
21489 locals() to the arguments of emacs.ehelp.
21490
21491 2005-09-24 Magnus Henoch <mange@freemail.hu>
21492
21493 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21494 New function, code extracted from ispell-valid-dictionary-list.
21495 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21496 Call it.
21497
21498 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21499
21500 * subr.el (version-regexp-alist): Extend valid syntax for version
21501 strings: allow any of the characters -,_,+ to separate the
21502 alpha/beta/rc part from the version part. Doc fix.
21503 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21504
21505 2005-09-23 David Reitter <david.reitter@gmail.com>
21506
21507 * mail/mailclient.el: New file.
21508
21509 2005-09-23 Richard M. Stallman <rms@gnu.org>
21510
21511 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21512 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21513 Doc fixes.
21514
21515 * progmodes/cc-mode.el (c-font-lock-init):
21516 Specify font-lock-lines-before.
21517
21518 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21519
21520 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21521 whole conflict.
21522
21523 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21524
21525 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21526 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21527 of `remap' feature when available. Additional key bindings for
21528 better tty support.
21529 (org-mode-restart, org-force-self-insert): New commands.
21530 (org-time-stamp-inactive): New command.
21531 (org-remap): New function.
21532 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21533 (org-enable-fixed-width-editor): Move to `org-structure'
21534 customization group.
21535 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21536 blank field after field motion commands.
21537
21538 2005-09-23 Kenichi Handa <handa@m17n.org>
21539
21540 * international/mule-cmds.el (set-language-environment):
21541 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21542 have to call utf-translate-cjk-load-tables.
21543
21544 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21545
21546 * mouse.el (mouse-move-drag-overlay): Fix last change.
21547
21548 2005-09-22 David Ponce <david@dponce.com>
21549
21550 * tree-widget.el (tree-widget-value-create): Fix previous change.
21551
21552 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21553
21554 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21555
21556 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21557
21558 * mouse.el (mouse-move-drag-overlay): New function.
21559 (mouse-drag-region-1): Use it.
21560 Try to simplify a bit the state handling. Handle clicks on links
21561 inside intangible areas.
21562 (mouse-save-then-kill): Minor simplification.
21563 (mouse-secondary-overlay): Make it always non-nil instead of
21564 recreating it each time.
21565 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21566 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21567 Simplify accordingly.
21568
21569 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21570
21571 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21572
21573 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21574
21575 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21576 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21577 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21578 to patch.
21579
21580 * ediff-util.el: Use insert-buffer-substring.
21581
21582 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21583
21584 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21585 field boundaries in the minibuffer.
21586 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21587 (viper-minibuffer-post-command-hook): New hook.
21588 (viper-line): Don't move cursor at bolp.
21589
21590 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21591
21592 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21593 avoid compiler warnings.
21594
21595 * emulation/viper-macs.el (ex-map): Better messages.
21596
21597 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21598
21599 * emulation/viper.el: Replace make-variable-buffer-local with
21600 viper-make-variable-buffer-local everywhere, to avoid warnings.
21601
21602 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21603
21604 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21605 Delete unused var `old-selected-window'.
21606 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21607 (mouse-drag-secondary): Delete unused var `start-frame'.
21608
21609 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21610
21611 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21612
21613 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21614
21615 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21616 Re-indent within 80 columns. Use inhibit-read-only.
21617
21618 2005-09-19 Romain Francoise <romain@orebokech.com>
21619
21620 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21621
21622 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21623
21624 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21625 unconditionally, since the after-change-function already did it.
21626
21627 2005-09-19 Miles Bader <miles@gnu.org>
21628
21629 * net/newsticker.el: Get rid of CVS keyword.
21630
21631 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21632
21633 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21634 The prompt is formatted later.
21635
21636 2005-09-19 David Ponce <david@dponce.com>
21637
21638 * tree-widget.el (tree-widget-value-create): Save the converted
21639 tree :node widget.
21640
21641 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21642
21643 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21644 variable `message'.
21645
21646 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21647
21648 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21649 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21650 <slawomir.nowaczyk.847@student.lu.se>.
21651
21652 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21653
21654 * image.el (image-load-path): Use symbol `data-directory' instead
21655 of its value, for backward compatibility with packages that bind
21656 it during `find-image'. Suggested by Katsumi Yamaoka.
21657 (image-search-load-path): Handle symbols whose values are strings.
21658
21659 2005-09-18 Romain Francoise <romain@orebokech.com>
21660
21661 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21662 with-current-buffer form in save-excursion.
21663
21664 2005-09-18 Deepak Goel <deego@gnufans.org>
21665
21666 * apropos.el (apropos-command): Fix `message' call: first arg
21667 should be a format spec. In this and all other cases that appear
21668 below and elsewhere in the source code, I made a change only when
21669 two conditions were satisfied: [1] I can think of a possibility
21670 that the arguments would cause an error, for example, the code in
21671 question relies on external variables such as filenames. [2] I
21672 was sure that the arg to `message' could not have been nil in the code.
21673
21674 * textmodes/tildify.el (tildify-region): Ditto.
21675
21676 * textmodes/reftex-index.el (reftex-index-change-entry)
21677 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21678 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21679 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21680 (org-priority, org-table-sum):
21681 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21682 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21683 (flyspell-word, flyspell-display-next-corrections):
21684 * textmodes/bibtex.el (bibtex-print-help-message):
21685 * textmodes/artist.el (artist-key-set-point-poly):
21686 * term/mac-win.el (mac-services-insert-text):
21687 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21688 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21689 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21690 (vhdl-compose-configuration):
21691 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21692 (sh-set-indent, sh-learn-line-indent):
21693 * progmodes/ps-mode.el (ps-mode-target-column):
21694 * progmodes/idlwave.el (idlwave-make-tags)
21695 (idlwave-scan-library-catalogs):
21696 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21697 * progmodes/gud.el (gud-jdb-analyze-source):
21698 * progmodes/flymake.el (flymake-log):
21699 * progmodes/ebnf2ps.el (ebnf-generate-region):
21700 * progmodes/cmacexp.el (c-macro-expansion):
21701 * progmodes/ada-xref.el (ada-treat-cmd-string):
21702 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21703 (ada-justified-indent-current, ada-batch-reformat):
21704 * play/zone.el (zone):
21705 * play/landmark.el (lm-move):
21706 * play/decipher.el (decipher-show-alphabet):
21707 * net/newsticker.el (newsticker--display-jump)
21708 (newsticker--display-scroll):
21709 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21710 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21711 * mail/feedmail.el (feedmail-dump-message-to-queue):
21712 * eshell/esh-proc.el (eshell-remove-process-entry):
21713 * emulation/ws-mode.el (ws-last-error):
21714 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21715 (viper-record-kbd-macro):
21716 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21717 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21718 * emacs-lisp/find-func.el (find-function-noselect):
21719 * calendar/timeclock.el (timeclock-status-string)
21720 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21721 (timeclock-when-to-leave-string):
21722 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21723 * calc/calc-units.el (calc-enter-units-table):
21724 * calc/calc-mode.el (calc-mode-record-mode):
21725 * woman.el (woman-mini-help):
21726 * wdired.el (wdired-change-to-wdired-mode):
21727 * vc.el (vc-retrieve-snapshot):
21728 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21729 * startup.el (display-startup-echo-area-message):
21730 * simple.el (set-goal-column):
21731 * ses.el (ses-command-hook, ses-recalculate-cell):
21732 * server.el (server-process-filter):
21733 * printing.el (pr-interface-txt-print, pr-interface-printify)
21734 (pr-interface-ps):
21735 * pcvs.el (cvs-help):
21736 * log-edit.el (log-edit, log-edit-mode-help):
21737 * iswitchb.el (iswitchb-possible-new-buffer):
21738 * isearch.el (isearch-edit-string):
21739 * image-mode.el (image-mode, image-minor-mode):
21740 * ibuf-macs.el (define-ibuffer-filter):
21741 * hi-lock.el (hi-lock-find-patterns):
21742 * files.el (toggle-read-only):
21743 * ediff-util.el (ediff-copy-diff)
21744 (ediff-write-merge-buffer-and-maybe-kill):
21745 * echistory.el (Electric-history-undefined):
21746 * dnd.el (dnd-insert-text):
21747 * dired-aux.el (dired-query):
21748 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21749 * bookmark.el (bookmark-bmenu-locate):
21750 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21751 Fix `message' calls to ensure first arg is a format string.
21752 The change was made only when these two conditions were satisfied:
21753 [1] when there is a possibility that the arguments would cause an error
21754 for example, if the code in question relies on external variables
21755 such as filenames, and
21756 [2] if the arg to `message' could not have been nil in the code.
21757
21758 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21759 Not having a %s would be weird, though not technically wrong.
21760
21761 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21762
21763 * term/mac-win.el (mac-add-charset-info): Doc fix.
21764
21765 2005-09-17 Romain Francoise <romain@orebokech.com>
21766
21767 * shell.el (shell-resync-dirs): Handle echoing processes more
21768 reliably. Don't insert resync command if `comint-process-echoes'
21769 is non-nil.
21770
21771 2005-09-17 Magnus Henoch <mange@freemail.hu>
21772
21773 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21774 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21775 aspell versions >= 0.60.
21776 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21777 only if ispell-aspell-supports-utf8 is non-nil.
21778
21779 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21780
21781 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21782 buffer-local value to lisp-indent-function.
21783
21784 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21785
21786 * progmodes/glasses.el (glasses-make-readable): If
21787 glasses-separator differs from underscore, put appropriate
21788 overlays over underscore characters.
21789 (glasses-convert-to-unreadable): If glasses-separator differs from
21790 underscore, try to convert glasses-separator characters to
21791 underscores.
21792
21793 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21794
21795 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21796 Use with-syntax-table and dolist.
21797
21798 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21799
21800 * textmodes/reftex-auc.el:
21801 * textmodes/reftex-cite.el:
21802 * textmodes/reftex-dcr.el:
21803 * textmodes/reftex-global.el:
21804 * textmodes/reftex-parse.el:
21805 * textmodes/reftex-ref.el:
21806 * textmodes/reftex-sel.el:
21807 * textmodes/reftex-toc.el:
21808 * textmodes/reftex-vars.el:
21809 * textmodes/reftex.el: Small changes to remove compiler warnings.
21810
21811 * textmodes/reftex-index.el: Likewise.
21812 (reftex-query-index-phrase): More efficient use of markers.
21813
21814 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21815
21816 * image.el (image-load-path): New variable.
21817 (image-search-load-path): New function.
21818 (find-image): Search for images in `image-load-path'.
21819
21820 2005-09-15 Richard M. Stallman <rms@gnu.org>
21821
21822 * follow.el: Change Maintainer field.
21823
21824 2005-09-15 David Ponce <david@dponce.com>
21825
21826 * recentf.el (recentf-save-file-modes): New option.
21827 (recentf-save-list): Use it.
21828
21829 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21830
21831 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21832 (mode-line-mule-info, mode-line-modified): Move bindings from
21833 mouse-3 to mouse-1.
21834
21835 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21836
21837 * simple.el (sendmail-user-agent-compose): Revert last change.
21838
21839 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21840
21841 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21842 Use with-current-buffer.
21843 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21844 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21845 (ange-ftp-insert-directory): Remove unused var `short'.
21846 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21847
21848 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21849 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21850
21851 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21852 (check-calendar-holidays, diary-list-entries): Autoload.
21853 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21854 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21855
21856 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21857 which mistakenly removed a call to display-buffer.
21858
21859 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21860
21861 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21862
21863 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21864
21865 * progmodes/hideshow.el
21866 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21867 (hs-allow-nesting): New user var.
21868 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21869 (hs-hide-block-at-point): When nesting allowed,
21870 if there is already an overlay in place, delete it.
21871 (hs-safety-is-job-n): Delete func; remove call sites.
21872 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21873 (hs-overlay-at): New func.
21874 (hs-already-hidden-p, hs-show-block): Use it.
21875 (hs-hide-all): Don't pre-clean if nesting allowed.
21876 (hs-show-all): Temporarily disallow
21877 nesting around call to `hs-discard-overlays'.
21878
21879 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21880
21881 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21882 Delete unused local var.
21883
21884 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21885
21886 * help-fns.el (describe-categories): "?\ " -> "?\s".
21887 (help-do-arg-highlight): Recognize also ARG-n, as in
21888 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21889
21890 * international/codepage.el (dos-unsupported-char-glyph):
21891 * net/newsticker.el (tool-bar-map, w3-mode-map)
21892 (w3m-minor-mode-map):
21893 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21894 (ent-alist):
21895 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21896
21897 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21898
21899 * custom.el (custom-push-theme): Handle the case where a symbol is
21900 bound but face properties have not yet been assigned.
21901
21902 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21903 Fix behavior if noerase is `t' and there is no mail buffer.
21904
21905 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21906 if `continue' is nil, rather than signal an error.
21907
21908 2005-09-12 Richard M. Stallman <rms@gnu.org>
21909
21910 * font-lock.el (font-lock-keywords): Add autoload.
21911
21912 * help-fns.el (describe-variable): Rearrange to put source link
21913 in a predictable place.
21914
21915 * net/newsticker.el: New file.
21916
21917 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21918
21919 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21920 (calendar-basic-setup): Use the new nil arg.
21921 (number-of-diary-entries): Move to diary-lib.el.
21922
21923 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21924 (diary-list-entries): Use with-syntax-table and dolist.
21925 Rename from list-diary-entries.
21926 Use number-of-diary-entries if `number' is nil.
21927 (diary, diary-view-entries): Use this new name and new nil arg value.
21928 (number-of-diary-entries): Move from calendar.el.
21929 (diary-unhide-everything): New function.
21930 (include-other-diary-files, fancy-diary-display)
21931 (diary-show-all-entries, make-diary-entry): Use it.
21932 (diary-mail-entries): Use buffer-string.
21933 (mark-diary-entries): Fix long standing paren typo.
21934 (diary-sexp-entry): Use count-lines.
21935 (make-diary-entry): Avoid `previous-line'.
21936 (diary-mode-map): New var.
21937 (diary-mode): Redraw cal after saving. Setup header-line.
21938 (fancy-diary-display-mode): Use local-set-key.
21939
21940 * startup.el (command-line): Try calling various terminal-init-foo-bar
21941 functions by stripping hyphenated suffixes from $TERM.
21942
21943 * files.el (normal-mode): Check boundness of font-lock-keywords.
21944
21945 2005-09-12 Richard M. Stallman <rms@gnu.org>
21946
21947 * progmodes/compile.el: Don't decide a file's directory
21948 until the user actually tries to go there.
21949 (compilation-next-error-function):
21950 Pass compilation-find-file the directory from the file-struct.
21951 (compilation-internal-error-properties): Separate local FILE-STRUCT
21952 from FILE. Doc the args better. Rename arg FMT to FMTS.
21953 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21954 Expand it, and if nil, use default-directory.
21955 (compilation-get-file-structure): Don't mix specified directory
21956 with default directory. Put specified directory into
21957 file-struct. Don't make the file name absolute.
21958
21959 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21960 (compile-command): Add autoload.
21961 (compilation-disable-input): Add autoload.
21962
21963 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21964
21965 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21966 strings of the variables it can override.
21967 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21968 %Q and %q, for fully-qualified domain name and unqualified host name.
21969
21970 2005-09-11 Kim F. Storm <storm@cua.dk>
21971
21972 * emacs-lisp/authors.el (authors-aliases): Update list.
21973 (authors-fixed-entries): Update mldrag.el entry.
21974
21975 2005-09-10 Alan Mackenzie <acm@muc.de>
21976
21977 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21978 from the region narrowed to.
21979
21980 2005-09-10 Magnus Henoch <mange@freemail.hu>
21981
21982 * textmodes/ispell.el (ispell-check-version): Signal an error if
21983 aspell version is less than 0.60.
21984
21985 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21986
21987 * progmodes/octave-inf.el (inferior-octave-startup):
21988 Resync current dir at the end.
21989
21990 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21991
21992 * woman.el (woman-topic-at-point-default):
21993 Rename to woman-use-topic-at-point-default.
21994 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21995 (woman-file-name): Reflect renames above. Automatically use the
21996 word at point as topic if woman-use-topic-at-point is non-nil.
21997 Otherwise offer it as default but don't insert it in the
21998 minibuffer. Also use `test-completion' instead of `assoc' as
21999 suggested by Stefan Monnier.
22000
22001 2005-09-10 Andre Spiegel <spiegel@gnu.org>
22002
22003 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22004 the attempt to do it over Tramp. This is not yet supported.
22005
22006 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22007
22008 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22009 (menu-bar-non-minibuffer-window-p): New functions.
22010 ("Split Window", "Save As..."): Use them.
22011 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22012 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22013 Use menu-bar-menu-frame-live-and-visible-p.
22014 ("Save Buffer", "Insert File", "Open Directory...")
22015 ("Open File...", "Visit New File..."):
22016 Use menu-bar-non-minibuffer-window-p.
22017 (kill-this-buffer-enabled-p, dired <menu-enable>):
22018 Use menu-bar-non-minibuffer-window-p.
22019
22020 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22021
22022 * cus-start.el (all): Don't complain about fringe-related
22023 built-ins if fringes are not supported. Ditto about
22024 selection-related built-ins. Fix the test for GTK-related built-ins.
22025
22026 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22027 ("Postscript Print Buffer", "Print Region", "Save As...")
22028 ("Save", "Insert File...", "Open Directory...")
22029 ("Open File...", "Visit New File..."")
22030 ("Truncate Long Lines in this Buffer"): Don't look at
22031 menu-updating-frame if this display does not support multiple frames.
22032
22033 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22034
22035 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22036
22037 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22038
22039 * woman.el: Format- and whitespace-related changes.
22040
22041 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22042
22043 * woman.el: Fix my email address.
22044
22045 2005-09-08 Richard M. Stallman <rms@gnu.org>
22046
22047 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22048 (sh-mode): Locally set skeleton-pair-default-alist.
22049
22050 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22051
22052 * progmodes/flymake.el: Require `compile' unconditionally.
22053
22054 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22055
22056 * woman.el (woman-file-name): Provide a default, not initial input.
22057
22058 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22059
22060 * font-lock.el (font-lock-support-mode): Doc fix.
22061
22062 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22063
22064 2005-09-08 Richard M. Stallman <rms@gnu.org>
22065
22066 * simple.el (blink-matching-open): Get rid of text props from
22067 the string shown in echo area. Don't permanently set point.
22068 Some rearrangements.
22069
22070 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22071
22072 * recentf.el (recentf-filename-handler): Add custom choice
22073 `abbreviate-file-name'.
22074
22075 * msb.el (msb--very-many-menus): Fix typo.
22076
22077 * disp-table.el (standard-display-european): Don't set
22078 enable-multibyte-characters to nil.
22079
22080 2005-09-08 David Ponce <david@dponce.com>
22081
22082 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22083 (recentf-expand-file-name): Doc fix.
22084 (recentf-dialog-mode-map): Define digit shortcuts.
22085 (recentf--files-with-key): New variable.
22086 (recentf-show-digit-shortcut-filter): New function.
22087 (recentf-open-files-items): New function.
22088 (recentf-open-files): Use it.
22089 (recentf-open-file-with-key): New command.
22090
22091 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22092
22093 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22094 Suggested by Kim F. Storm.
22095 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22096 (Buffer-menu-make-sort-button): Use global keymap.
22097
22098 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22099
22100 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22101 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22102 necessary any longer with the remapped command.
22103 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22104 formatting time only.
22105
22106 * net/tramp.el (tramp-action-password)
22107 (tramp-multi-action-password): Compile the password prompt from
22108 `method', `user' and `host'. Sometimes it isn't obvious which
22109 password to enter, for example with remote files offered by
22110 recentf.el, or with multiple steps. Suggested by Robert Marshall
22111 <robert@chezmarshall.freeserve.co.uk>.
22112
22113 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22114
22115 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22116 Fix regexp for when "s///" is at the beginning of line.
22117
22118 2005-09-07 Jay Belanger <belanger@truman.edu>
22119
22120 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22121 when in matrix mode.
22122
22123 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22124
22125 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22126 non-anonymous functions.
22127
22128 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22129
22130 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22131 when using a header line. Otherwise, use mouse-1-click-follows-link.
22132
22133 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22134 can't be moved; don't signal an error.
22135
22136 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22137
22138 * cus-theme.el (custom-theme-write-faces): Save the current face
22139 spec, not the defface spec.
22140
22141 * custom.el (custom-known-themes): Clarify meaning of "standard".
22142 (custom-push-theme): Save old values in the standard theme.
22143 (disable-theme): Correct typo.
22144 (custom-face-theme-value) Deleted unused function.
22145 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22146
22147 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22148
22149 * progmodes/compile.el (compilation-goto-locus): Take into account
22150 iconified frames when determining whether the buffer is
22151 already visible.
22152 Don't reset window height if the window already existed.
22153
22154 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22155
22156 * custom.el (load-theme): Rename from require-theme.
22157 Add interactive spec.
22158 (enable-theme): Rename from custom-enable-theme.
22159 Add interactive spec.
22160 (disable-theme): Rename from custom-disable-theme.
22161 Add interactive spec.
22162 (custom-make-theme-feature): Doc fix.
22163 (custom-theme-directory): Doc fix.
22164 (provide-theme): Call enable-theme.
22165
22166 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22167
22168 * obsolete/lazy-lock.el (lazy-lock-mode):
22169 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22170 font-lock-mode if it's off. Print a warning instead.
22171
22172 * progmodes/compile.el (compilation-start): Ignore errors if the
22173 process died before we get to send-eof.
22174
22175 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22176 Undo last change. Enclosing the result in quotes broke things on Unix
22177 since tex-send-command passes it through shell-quote-argument.
22178 (tex-send-command): Pass `file' through convert-standard-filename
22179 when possible.
22180 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22181 info in a transcript.
22182
22183 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22184
22185 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22186 fix compilation warning. Reorder the key definitions to group
22187 together keys emitted by the current version of xterm.
22188
22189 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22190 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22191 Reorder predicates to correct min-color usage.
22192
22193 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22194
22195 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22196 Kill local variables when longlines-mode is turned off.
22197
22198 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22199
22200 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22201
22202 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22203
22204 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22205
22206 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22207 (font-lock-lines-before): Change default to being inactive.
22208 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22209 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22210
22211 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22212
22213 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22214 Deactivate temporarily advice if active (not needed for Emacs 22,
22215 but for backwards compatibility).
22216 (tramp-exists-file-name-handler): Rewrite. First implementation
22217 was too simple.
22218 (tramp-advice-make-auto-save-file-name):
22219 Call `tramp-handle-make-auto-save-file-name' (again, just for
22220 backwards compatibility).
22221
22222 2005-08-31 Reto Zimmermann <reto@gnu.org>
22223
22224 * progmodes/vhdl-mode.el
22225 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22226 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22227 (vhdl-set-default-project): New function (easier setting of default).
22228 (vhdl-port-copy): Handle extended identifiers for generics.
22229 (vhdl-compiler-alist): Better description for error message regexp.
22230 (vhdl-make): Query for target, use previous as default.
22231 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22232 (vhdl-font-lock-keywords-2): Fix fontification for record
22233 el. assign.
22234 (vhdl-speedbar-make-subpack-line): Add package body link.
22235 (vhdl-generate-makefile-1): Not include itself as dependency.
22236 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22237 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22238 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22239 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22240 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22241 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22242 (vhdl-import-project): Add string argument for `error'.
22243 (vhdl-compose-configuration)
22244 (vhdl-compose-configuration-architecture): Add configuration
22245 declaration generation.
22246 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22247 (vhdl-trailer-re): Add "record" keyword (better indentation).
22248 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22249 "[^ \t-\"]+".
22250 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22251 (vhdl-testbench-entity-file-name)
22252 (vhdl-testbench-architecture-file-name): Allow separate
22253 customization of testbench file names.
22254 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22255 (vhdl-get-visible-signals): Allow newline within alias declaration.
22256 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22257 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22258 (member-ignore-case): Alias for missing function in XEmacs.
22259 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22260 (vhdl-update-sensitivity-list): Ignore case on read signals.
22261 (vhdl-replace-string): Adjust case only for file names.
22262 (vhdl-update-sensitivity-list): Fix search for read signals.
22263 (vhdl-update-sensitivity-list): Exclude formal parameters.
22264 (vhdl-get-visible-signals): Include aliases of signals.
22265 (vhdl-get-visible-signals): Fix signal name searching.
22266 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22267 (vhdl-fixup-whitespace-region): Fix for character
22268 literals (e.g. `:').
22269
22270 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22271
22272 * ansi-color.el (comint-last-output-start):
22273 * bs.el (font-lock-verbose):
22274 * diff-mode.el (add-log-buffer-file-name-function):
22275 * dired-x.el (vm-folder-directory):
22276 * faces.el (help-xref-stack-item):
22277 * files.el (font-lock-keywords):
22278 * find-lisp.el (dired-buffers, dired-subdir-alist):
22279 * ido.el (cua-inhibit-cua-keys):
22280 * log-view.el (cvs-minor-wrap-function):
22281 * outline.el (font-lock-warning-face):
22282 * simple.el (compilation-current-error):
22283 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22284 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22285 * tooltip.el (comint-prompt-regexp):
22286 * w32-fns.el (explicit-shell-file-name):
22287 * term/mac-win.el (mac-charset-info-alist)
22288 (mac-services-selection, mac-system-script-code):
22289 * term/tty-colors.el (msdos-color-values):
22290 * term/w32-win.el (xlfd-regexp-registry-subnum):
22291 * term/x-win.el (x-keysym-table, x-selection-timeout)
22292 (x-session-id, x-session-previous-id):
22293 * textmodes/ispell.el (mail-yank-prefix):
22294 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22295 * textmodes/org.el (calc-embedded-close-formula)
22296 (calc-embedded-open-formula)
22297 (font-lock-unfontify-region-function):
22298 * textmodes/reftex-global.el (isearch-next-buffer-function)
22299 (TeX-master):
22300 * textmodes/reftex.el (font-lock-keywords):
22301 * textmodes/tex-mode.el (font-lock-comment-face)
22302 (font-lock-doc-face):
22303 * textmodes/texinfo.el (outline-heading-alist):
22304 Add defvars.
22305
22306 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22307 (artist-spray-chars, artist-mode-init, artist-replace-string)
22308 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22309 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22310 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22311
22312 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22313 (conf-align-assignments): "?\ " -> "?\s".
22314
22315 * textmodes/reftex-index.el (TeX-master): Add defvar.
22316 (reftex-index-phrases-marker): Move up defvar.
22317
22318 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22319 (reftex-toc-include-labels-indicator)
22320 (reftex-toc-include-index-indicator)
22321 (reftex-toc-max-level-indicator): Move up declarations.
22322
22323 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22324 of args to `tramp-run-real-handler', even if it's empty in this case.
22325
22326 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22327
22328 * dired.el (dired-move-to-filename-regexp): Add date format for
22329 Mac OS X 10.3 in East Asian locales.
22330
22331 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22332
22333 * files.el (make-auto-save-file-name): Add file name handler call
22334 if applicable.
22335
22336 * net/tramp.el (tramp-file-name-handler-alist)
22337 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22338 (tramp-handle-make-auto-save-file-name): Rename from
22339 `tramp-make-auto-save-file-name'.
22340 (tramp-exists-file-name-handler): New defun.
22341 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22342 `make-auto-save-file-name' is not a magic file name operation.
22343
22344 2005-08-30 Richard M. Stallman <rms@gnu.org>
22345
22346 * files.el (risky-local-variable-p):
22347 Match `-predicates' and `-commands.
22348
22349 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22350 (custom-save-all): Visit the file if necessary;
22351 kill the buffer if we created it.
22352 (custom-save-delete): Don't visit file or kill buffer here.
22353
22354 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22355
22356 * textmodes/org.el (org-special-keyword): New face.
22357 (org-table-copy-down, org-table-eval-formula)
22358 (org-table-recalculate, org-init-section-numbers):
22359 Use `string-to-number' instead of `string-to-int'.
22360 (org-get-location): Use `insert-buffer-substring' instead of
22361 `insert-buffer'.
22362 (org-modify-diary-entry-string): New function.
22363 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22364 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22365 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22366 active region.
22367 (org-export-as-html): Handle QUOTE keyword.
22368 (org-quote-string): New option.
22369 (org-bookmark-jump-unhide): New function, used for
22370 `bookmark-after-jump-hook'.
22371 (org-diary-default-entry): Apply only when not called through
22372 `org-agenda'.
22373
22374 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22375
22376 * net/eudc.el (mode-popup-menu):
22377 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22378 * progmodes/ada-mode.el (compile-auto-highlight)
22379 (skeleton-further-elements):
22380 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22381 * progmodes/cmacexp.el (msdos-shells):
22382 * progmodes/compile.el (font-lock-extra-managed-props)
22383 (font-lock-keywords, font-lock-maximum-size)
22384 (font-lock-support-mode):
22385 * progmodes/grep.el (font-lock-lines-before):
22386 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22387 * progmodes/mixal-mode.el (compile-command):
22388 * progmodes/perl-mode.el (font-lock-comment-face)
22389 (font-lock-doc-face, font-lock-string-face):
22390 * progmodes/prolog.el (comint-prompt-regexp):
22391 * progmodes/sh-script.el (font-lock-comment-face)
22392 (font-lock-set-defaults, font-lock-string-face):
22393 * progmodes/sql.el (font-lock-keyword-face)
22394 (font-lock-set-defaults, font-lock-string-face):
22395 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22396 (itimer-version, lazy-lock-defer-contextually)
22397 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22398 Add defvars.
22399
22400 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22401 (cperl-electric-keyword, cperl-electric-pod)
22402 (cperl-electric-backspace, cperl-forward-re)
22403 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22404 (vc-rcs-header, vc-sccs-header): Add defvars.
22405
22406 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22407 (font-lock-syntactic-keywords, gud-find-expr-function):
22408 Add defvars.
22409
22410 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22411 (gdb-frame-parameters): Declare before use.
22412
22413 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22414 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22415 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22416 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22417
22418 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22419 (idlwave-help-with-source): Use `insert-buffer-substring', not
22420 `insert-buffer'.
22421
22422 2005-08-29 Juri Linkov <juri@jurta.org>
22423
22424 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22425 Put outline-back-to-heading function call inside save-excursion.
22426
22427 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22428
22429 * man.el (Man-init-defvars, Man-translate-references)
22430 (Man-support-local-filenames, Man-highlight-references):
22431 * progmodes/sql.el (sql-interactive-mode):
22432 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22433
22434 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22435 (compilation-mode-font-lock-keywords): Add defvars.
22436 (checkdoc-interactive-loop): "?\ " -> "?\s".
22437
22438 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22439 (font-lock-doc-face, font-lock-string-face)
22440 (font-lock-keywords-case-fold-search): Add defvars.
22441 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22442
22443 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22444 Don't pass X and Y (they are ignored anyway).
22445 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22446 (mouse-delete-window): Make arguments optional.
22447
22448 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22449 (caesar-translate-table, minor-modes, news-buffer-save)
22450 (news-group-name, news-minor-modes): Add defvars.
22451
22452 * emacs-lisp/lselect.el (mouse-highlight-priority)
22453 (x-lost-selection-functions, zmacs-regions):
22454 * emacs-lisp/pp.el (font-lock-verbose):
22455 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22456 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22457 (ses-mode-map):
22458 * emacs-lisp/tcover-unsafep.el (safe-functions):
22459 * international/mule-cmds.el (mac-system-coding-system)
22460 (mac-system-locale):
22461 * language/ethio-util.el (rmail-current-message)
22462 (rmail-message-vector):
22463 * language/thai-util.el (thai-auto-composition-mode):
22464 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22465 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22466 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22467 (vm-primary-inbox, vm-spool-files):
22468 * mail/rmail.el (deleted-head, font-lock-fontified)
22469 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22470 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22471 (total-messages):
22472 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22473 (rmail-summary-mode-map):
22474 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22475 (rmail-last-label, rmail-last-multi-labels)
22476 (rmail-summary-vector, rmail-total-messages):
22477 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22478 * mail/rmailsum.el (msgnum):
22479 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22480 (rmail-current-message):
22481 * obsolete/fast-lock.el (font-lock-face-list):
22482 * obsolete/rnewspost.el (mail-reply-buffer):
22483 * obsolete/scribe.el (compile-command):
22484 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22485
22486 2005-08-28 John Paul Wallington <jpw@gnu.org>
22487
22488 * ibuf-ext.el (ibuffer-auto-update-changed):
22489 Use `frame-or-buffer-changed-p' to check whether we need to update.
22490 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22491 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22492 as a `frame-or-buffer-changed-p' state vector instead.
22493
22494 2005-08-27 Romain Francoise <romain@orebokech.com>
22495
22496 * textmodes/makeinfo.el (makeinfo-compile):
22497 Use `compilation-start'. Set `next-error-function' according to
22498 `disable-errors'.
22499 (makeinfo-next-error): New function.
22500 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22501 (makeinfo-buffer): Likewise.
22502
22503 * progmodes/compile.el (compilation-start): Add autoload cookie.
22504
22505 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22506 * textmodes/sgml-mode.el: Likewise.
22507 * progmodes/python.el: Likewise.
22508
22509 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22510
22511 * simple.el (blink-matching-paren-distance): Document the meaning
22512 of nil value, and allow to customize to nil.
22513
22514 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22515 command.com, not command.exe.
22516
22517 2005-08-26 John Wiegley <johnw@newartisans.com>
22518
22519 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22520 code around a bit so that an extraneous nil argument is not added
22521 to a command when no args are given.
22522
22523 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22524 double-quoted argument resolves to nil, return it as an empty
22525 string rather than as nil. This made it impossible to pass "" to
22526 a shell script as a null string argument.
22527
22528 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22529
22530 * outline.el (outline-invent-heading): New fun.
22531 (outline-promote, outline-demote): Use it.
22532 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22533 (outline-end-of-subtree): Remove unused var `opoint'.
22534
22535 2005-08-26 David Reitter <david.reitter@gmail.com>
22536
22537 * menu-bar.el (truncate-lines, write-file, print-buffer)
22538 (ps-print-buffer-faces, ps-print-buffer, split-window):
22539 Disable menu items when the frame they refer to is invisible, or when
22540 they refer to a buffer and the minibuffer is selected.
22541
22542 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22543
22544 * progmodes/flymake.el (flymake-highlight-err-lines):
22545 Use save-excursion around flymake-highlight-line to preserve point.
22546
22547 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22548
22549 * progmodes/octave-mod.el: Change Author and Maintainer address.
22550 (octave-maintainer-address): Change Kurt's email address.
22551 * progmodes/octave-inf.el: Change Author and Maintainer address.
22552 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22553
22554 2005-08-26 Kim F. Storm <storm@cua.dk>
22555
22556 * subr.el (version-list-<, version-list-<=, version-list-=):
22557 Rename from integer-list-*.
22558 (version-list-not-zero): Likewise. Fix while loop.
22559 (version=): Use version-list-= instead of string-equal.
22560
22561 2005-08-26 Richard M. Stallman <rms@gnu.org>
22562
22563 * outline.el (outline-promote): Try shortening the heading.
22564 As last resort, read the heading to use.
22565 (outline-demote): As last resort, read the heading to use.
22566
22567 2005-08-26 Romain Francoise <romain@orebokech.com>
22568
22569 * progmodes/compile.el (compilation-start): Doc fix.
22570
22571 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22572 (antlr-font-lock-additional-keywords): Fix reference to
22573 `antlr-font-lock-literal-regexp' erroneously changed during the
22574 mass face rename.
22575 (antlr-run-tool): Use `compilation-start'.
22576
22577 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22578 instead of the obsolete `compile-internal'.
22579
22580 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22581
22582 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22583 (number, original-date):
22584 * calendar/cal-china.el (date):
22585 * calendar/cal-coptic.el (date):
22586 * calendar/cal-french.el (date):
22587 * calendar/cal-hebrew.el (date, entry, number, original-date):
22588 * calendar/cal-islam.el (date, number, original-date):
22589 * calendar/cal-iso.el (date):
22590 * calendar/cal-julian.el (date):
22591 * calendar/cal-mayan.el (date):
22592 * calendar/cal-menu.el (date, event):
22593 * calendar/cal-persia.el (date):
22594 * calendar/lunar.el (date):
22595 * calendar/solar.el (date): Add defvars.
22596
22597 * emerge.el:
22598 * ibuffer.el:
22599 * info-xref.el:
22600 * obsolete/bg-mouse.el:
22601 * obsolete/sun-curs.el:
22602 * obsolete/swedish.el: Move the `defvar's to the top level.
22603
22604 * smerge-mode.el (smerge-refined-change): Add :group.
22605
22606 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22607
22608 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22609 (smerge-keep-n): Remove props.
22610 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22611 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22612 now that it's done in smerge-keep-n.
22613 (smerge-refined-change): New face.
22614 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22615 (smerge-refine): New funs.
22616 (smerge-basic-map): Bind smerge-refine.
22617
22618 2005-08-25 Juri Linkov <juri@jurta.org>
22619
22620 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22621 compilation-process-setup-function and compilation-disable-input
22622 in grep-mode instead of let-bindings in grep.
22623
22624 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22625 Delete "Automatic File De/compression" (auto-compression-mode).
22626
22627 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22628
22629 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22630 Silence warning about non-existent variable.
22631
22632 2005-08-25 Richard M. Stallman <rms@gnu.org>
22633
22634 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22635 Rename "Describe Key" to "Describe Key or Mouse Operation".
22636
22637 * mail/mailalias.el (build-mail-aliases): Delete comments
22638 from the contents before processing them.
22639
22640 * isearch.el (isearch-edit-string): Erase the Search prompt
22641 if user enters an empty string and there is no default.
22642
22643 * comint.el (comint-file-name-prefix): Add autoload.
22644
22645 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22646
22647 * subr.el (play-sound): Rearrange to avoid warning.
22648
22649 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22650
22651 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22652 New hook.
22653 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22654
22655 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22656
22657 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22658
22659 * custom.el (custom-theme-set-variables): Sort minor modes last.
22660
22661 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22662
22663 * subr.el (version-separator, version-regexp-alist): New vars used by
22664 version comparison funs.
22665 (integer-list-<, integer-list-=, integer-list-<=)
22666 (integer-list-not-zero): New funs for integer list comparison.
22667 (version-to-list, version=, version<, version<=): New funs for version
22668 comparison.
22669
22670 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22671
22672 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22673 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22674 time to silence the byte-compiler.
22675
22676 * ibuffer.el (ibuffer-compile-make-eliding-form)
22677 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22678 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22679 so it's silly to get warnings for it).
22680 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22681 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22682 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22683 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22684 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22685 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22686 Defvar at compile time.
22687 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22688 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22689 Declare them before use.
22690
22691 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22692 (info-xref-good, info-xref-bad): Defvar at compile time.
22693
22694 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22695 Use `let*' instead of `let'.
22696
22697 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22698 (*mouse-y*, menu, char): Defvar at compile time.
22699 (sc::menu): Declare it before use.
22700 (sc::pack-one-line): Use `let', not `let*'.
22701
22702 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22703 (mail-send-hook): Defvar at compile time.
22704
22705 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22706 Defvar at compile time.
22707
22708 * term/sun-mouse.el (current-global-mousemap)
22709 (current-local-mousemap): Declare them before use.
22710
22711 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22712
22713 * bookmark.el (bookmark-after-jump-hook): New hook.
22714 (bookmark-jump): Run `bookmark-after-jump-hook'.
22715
22716 2005-08-23 Juri Linkov <juri@jurta.org>
22717
22718 * faces.el (minibuffer-prompt): Doc fix.
22719
22720 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22721
22722 * progmodes/xscheme.el: Trivial changes to silence warnings.
22723 (xscheme-previous-mode, xscheme-previous-process-state):
22724 Add defvars.
22725 (xscheme-last-input-end, xscheme-process-command-line)
22726 (xscheme-process-name, xscheme-buffer-name)
22727 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22728 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22729 (xscheme-control-g-synchronization-p)
22730 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22731 (default-xscheme-runlight, xscheme-runlight)
22732 (xscheme-runlight-string, xscheme-process-filter-state)
22733 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22734 Move to beginning of file.
22735 (scheme-interaction-mode-commands-alist)
22736 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22737 Declare them before use. Note: the initialization code for the
22738 variables has not been moved because it uses functions that reference
22739 the variables.
22740 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22741 (xscheme-prompt-for-expression-map): Declare them before use.
22742 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22743
22744 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22745
22746 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22747
22748 2005-08-22 Juri Linkov <juri@jurta.org>
22749
22750 * faces.el (set-face-underline): Delete this duplicate function
22751 and make an obsolete alias to set-face-underline-p.
22752 (set-face-underline-p): Use docstring of set-face-underline.
22753 (describe-face): Create hyperlink to parent face.
22754
22755 * info.el (Info-insert-dir): Use save-excursion around
22756 insert-buffer-substring.
22757 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22758 (Info-escape-percent): Delete function.
22759 (Info-fontify-node): Replace Info-escape-percent by
22760 replace-regexp-in-string with REP arg set to lambda that
22761 duplicates `%' and preserves text properties.
22762
22763 * progmodes/compile.el (compilation-disable-input): Doc fix.
22764 (define-compilation-mode): Doc fix and refill.
22765 (kill-compilation): Use `mode-name' in the error message.
22766 (compilation-find-file): Use `compilation-error' in the
22767 read-file-name's prompt.
22768
22769 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22770
22771 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22772 (smerge-auto-leave): Make undo re-enable the mode.
22773 (debug-ignored-errors): Add the user-error of impossible resolution.
22774 (smerge-resolve): Move things around a bit, in preparation for later.
22775 (smerge-diff): Don't fail if the buffer has no associated file.
22776 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22777 (smerge-conflict-overlay): New function.
22778 (smerge-match-conflict): Don't add text properties here.
22779 (smerge-find-conflict): Instead, add an overlay here.
22780 Also check for the case where we're inside a conflict already, so as to
22781 obviate the need for font-lock-multiline, which is unbearably slow with
22782 large conflicts and ciomplex font-lock patterns.
22783 (smerge-remove-props): Remove overlay rather than text-properties.
22784 (smerge-mode): Don't set font-lock-multiline.
22785 Remove overlays when turned off.
22786
22787 2005-08-21 Kim F. Storm <storm@cua.dk>
22788
22789 * ido.el (ido-ignore-item-p): Use save-match-data.
22790 Bind case-fold-search to ido-case-fold locally.
22791
22792 2005-08-20 Richard M. Stallman <rms@gnu.org>
22793
22794 * files.el (normal-mode): If font lock is on, turn it off and on.
22795
22796 * subr.el (replace-regexp-in-string): Doc fix.
22797
22798 * startup.el (command-line-1): Don't suppress startup screen
22799 due to existing processes.
22800
22801 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22802
22803 * progmodes/compile.el (compilation-disable-input): Default to nil.
22804
22805 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22806
22807 * progmodes/compile.el (compilation-disable-input): New defcustom.
22808 (compilation-start): If compilation-disable-input is non-nil, send
22809 EOF to the compilation process.
22810
22811 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22812
22813 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22814 Run the argument of tex-shell-cd-command through
22815 convert-standard-filename, to get the correct style of slashes on
22816 Windows, and enclose the result in quotes, in case the file name
22817 includes whitespace or other special characters.
22818
22819 2005-08-19 Andreas Schwab <schwab@suse.de>
22820
22821 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22822 process.
22823
22824 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22825
22826 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22827
22828 2005-08-18 Kim F. Storm <storm@cua.dk>
22829
22830 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22831
22832 2005-08-18 Richard M. Stallman <rms@gnu.org>
22833
22834 * scroll-lock.el: New file.
22835
22836 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22837
22838 * dired.el (dired-move-to-end-of-filename):
22839 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22840
22841 2005-08-18 Kim F. Storm <storm@cua.dk>
22842
22843 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22844 rather than toggle mode when custom value is nil.
22845 (ido-everywhere): Fix defun doc string.
22846
22847 2005-08-17 Richard M. Stallman <rms@gnu.org>
22848
22849 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22850 as tag instead of "Inviolable".
22851
22852 2005-08-17 Kim F. Storm <storm@cua.dk>
22853
22854 * windmove.el (windmove-coordinates-of-position): Remove.
22855 (windmove-coordinates-of-window-position): Remove.
22856 (windmove-reference-loc): Use posn-at-point instead.
22857
22858 * subr.el (insert-for-yank-1): Doc fix.
22859
22860 * ido.el (ido-enter-matching-directory): Rename from
22861 ido-enter-single-matching-directory. Change `slash' choice to
22862 `only'. Add `first' choice.
22863 (ido-exhibit): Adapt to above changes.
22864
22865 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22866
22867 * Makefile.in: Expand comment about building loaddefs.el.
22868
22869 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22870
22871 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22872 Comment use of defadvice.
22873
22874 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22875
22876 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22877
22878 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22879 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22880 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22881 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22882 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22883 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22884 for backward compatibility for faces that did not appear in the
22885 previous Emacs release.
22886
22887 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22888
22889 2005-08-15 Kim F. Storm <storm@cua.dk>
22890
22891 * emulation/cua-base.el (cua-delete-region): Return t if
22892 deleted region was non-empty.
22893 (cua-replace-region): Inhibit overwrite-mode for
22894 self-insert-command if replaced region was non-empty.
22895 (cua--explicit-region-start, cua--status-string): Make them
22896 buffer-local at top-level...
22897 (cua-mode): ...rather than when mode is enabled.
22898
22899 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22900
22901 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22902 Set t for Emacs 21, 22, and so on.
22903
22904 2005-08-15 David Ponce <david@dponce.com>
22905
22906 * tree-widget.el: Update Commentary header.
22907 (tree-widget-theme): Doc fix.
22908 (tree-widget-space-width): New option.
22909 (tree-widget-image-properties): Look up in the default theme too.
22910 (tree-widget--cursors): Only for images with arrow pointer shape.
22911 (tree-widget-lookup-image): Pointer shape is hand by default.
22912 (tree-widget-icon): Rename generic icon widget from
22913 `tree-widget-control'.
22914 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22915 derive from `tree-widget-icon'.
22916 (tree-widget-handle): Improve default look and feel of the text
22917 representation.
22918 (tree-widget): Rename :*-control properties to :*-icon properties.
22919 Add :action and :help-echo properties.
22920 (tree-widget-after-toggle-functions): Move.
22921 (tree-widget-close-node, tree-widget-open-node): Remove.
22922 (tree-widget-before-create-icon-functions): New hook.
22923 (tree-widget-value-create): Update to allow customization of icons
22924 and nodes at run-time via that new hook.
22925 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22926 (tree-widget-icon-action, tree-widget-icon-help-echo)
22927 (tree-widget-action, tree-widget-help-echo): New functions.
22928
22929 2005-08-15 Kim F. Storm <storm@cua.dk>
22930
22931 * ido.el (ido-buffer-internal): Use with-no-warnings.
22932 (ido-make-merged-file-list): Use while-no-input.
22933
22934 2005-08-15 Richard M. Stallman <rms@gnu.org>
22935
22936 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22937 (flyspell-large-region): Fix doc and custom type.
22938
22939 2005-08-14 Richard M. Stallman <rms@gnu.org>
22940
22941 * files.el (interpreter-mode-alist): Doc fix.
22942
22943 * mail/rmail.el (rmail-nonignored-headers): New variable.
22944 (rmail-clear-headers): Use it.
22945 (rmail-reply): Better handling of mail-followup-to header.
22946
22947 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22948 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22949 don't try to refer to executable-font-lock-keywords.
22950 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22951 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22952 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22953 (sh-mode): Set comment-start-skip, local-abbrev-table,
22954 imenu-case-fold-search.
22955 (sh-set-shell): Don't set them here.
22956 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22957 Don't cache the results in the original alist; don't ever modify
22958 that alist.
22959
22960 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22961
22962 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22963 empty.
22964
22965 2005-08-15 Andreas Schwab <schwab@suse.de>
22966
22967 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22968
22969 * dired.el, info.el, mail/rmail.el: Revert last change.
22970
22971 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22972
22973 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22974 modification in `eval-after-load' form.
22975 * info.el: Likewise.
22976 * mail/rmail.el: Likewise.
22977
22978 2005-08-14 Juri Linkov <juri@jurta.org>
22979
22980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22981 Remove highlighting of "Compilation started". Highlight only
22982 the word "finished" in "Compilation finished". Add highlighting
22983 of "interrupt", "killed", "terminated" and the exit code.
22984 (compilation-start): Add newline after header. Use exactly the
22985 same time stamp format as the finishing message.
22986 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22987
22988 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22989 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22990 Add highlighting of "interrupt", "killed", "terminated".
22991
22992 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22993 enabled and the current command is self-insert-command, call it
22994 explicitly with overwrite-mode bound to nil, to not allow it
22995 to delete the character after the selected region.
22996
22997 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22998
22999 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23000 move-end-of-line, end-of-line, and beginning-of-line to the list
23001 of commands after which the echo area is updated.
23002
23003 2005-08-12 Eli Zaretskii <eliz@gnu.org>
23004
23005 * cus-edit.el (custom-save-all, custom-save-delete):
23006 Bind recentf-exclude to exclude custom-file.
23007
23008 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23009
23010 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23011 to go to the bottom of the mail message. Added to
23012 `rmail-summary-mode-map' with key "/".
23013 (rmail-summary-show-message): New (internal) function for use by
23014 both `rmail-summary-beginning/end-of-message'.
23015 (rmail-summary-beginning-of-message): Change to use
23016 rmail-summary-show-message.
23017
23018 * mail/rmail.el (rmail-end-of-message): New command to go to the
23019 end of the current message. Added to `rmail-mode-map' with key "/".
23020 (rmail-beginning-of-message): Fix to work as documented.
23021 (rmail-mode): Change documentation.
23022
23023 * progmodes/compile.el (compilation-start): Add the line
23024 "Compilation started" with compilation start time.
23025 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23026
23027 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23028
23029 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23030 of menu items.
23031
23032 2005-08-11 Richard M. Stallman <rms@gnu.org>
23033
23034 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23035
23036 * battery.el (battery-status-function): Don't use ignore-errors.
23037
23038 2005-08-11 Lute Kamstra <lute@gnu.org>
23039
23040 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23041 define-obsolete-variable-alias.
23042
23043 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23044
23045 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23046 (ange-ftp-send-cmd): Revert last change, and expand
23047 the comment explaining the problem.
23048
23049 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23050
23051 * ldefs-boot.el: Update.
23052
23053 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23054 item to "Time, Load and Mail". Change help echo text.
23055
23056 * time.el (display-time-use-mail-icon, display-time-format)
23057 (display-time-string-forms): Shorten first line of docstrings.
23058
23059 2005-08-10 Lars Hansen <larsh@soem.dk>
23060
23061 * desktop.el (desktop-buffer-mode-handlers):
23062 Make non-customizable. Add autoload cookie. Change initial value to
23063 nil; add elements in respective modules instead. Fix doc string.
23064 (desktop-load-file): New function.
23065 (desktop-minor-mode-handlers): New autoloaded variable.
23066 (desktop-create-buffer): Call minor mode handlers.
23067 Use desktop-load-file to load major and minor mode modules prior to
23068 checking for a handler.
23069 (desktop-save): Don't add nil to desktop-minor-modes for minor
23070 modes with nil function in desktop-minor-mode-table. Don't delete
23071 desktop file before rewriting it.
23072 (desktop-locals-to-save): Add autoload cookie. Don't make
23073 automatically buffer-local. Add variables column-number-mode,
23074 size-indication-mode, indent-tabs-mode,
23075 indicate-buffer-boundaries, indicate-empty-lines and
23076 show-trailing-whitespace.
23077 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23078 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23079 (desktop-clear-preserve-buffers-regexp): Delete.
23080 (desktop-clear-preserve-buffers): Update initial value and docstring.
23081 (desktop-save-buffer): Fix doc string.
23082
23083 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23084 (hilit-chg-desktop-restore): New function.
23085 (highlight-changes-mode): Add highlight-changes-mode to
23086 desktop-locals-to-save.
23087
23088 * dired.el: Add handler to desktop-buffer-mode-handlers.
23089 (dired-restore-desktop-buffer): Remove autoload cookie.
23090 (dired-mode): Add autoload cookie.
23091
23092 * info.el: Add handler to desktop-buffer-mode-handlers.
23093 (Info-restore-desktop-buffer): Remove autoload cookie.
23094 (Info-mode): Add autoload cookie.
23095
23096 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23097 (mh-restore-desktop-buffer): Remove autoload cookie.
23098 (mh-folder-mode): Add autoload cookie.
23099
23100 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23101 (rmail-restore-desktop-buffer): Remove autoload cookie.
23102
23103 2005-08-11 Masatake YAMATO <jet@gyve.org>
23104
23105 * hexl.el (hexl-address-region):
23106 (hexl-ascii-region, hexl-font-lock-keywords):
23107 (hexl-highlight-line-range): Use the term "region"
23108 instead of "area" for consistency with the other symbols
23109 defined in hexl.el.
23110
23111 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23112
23113 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23114 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23115 out by Juri Linkov). Add `display-battery-mode'.
23116
23117 2005-08-09 Juri Linkov <juri@jurta.org>
23118
23119 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23120 Remove `-text' from face variable names.
23121 (compilation-error-file-name, compilation-warning-file-name)
23122 (compilation-info-file-name): Delete faces.
23123 (compilation-line-number, compilation-column-number):
23124 Remove face underlining.
23125 (compilation-message-face): Set to `underline' value by default.
23126 (compilation-error-face, compilation-warning-face)
23127 (compilation-info-face): Remove `-file-name' from face names.
23128 (compilation-error-text-face, compilation-warning-text-face)
23129 (compilation-info-text-face): Delete face variables.
23130 (compilation-text-face): Delete function.
23131
23132 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23133 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23134 (grep-error-face): Set to `compilation-error' instead of
23135 `compilation-error-face' (which is redefined to `grep-hit-face' in
23136 grep buffers).
23137 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23138 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23139
23140 * dired-aux.el (dired-do-query-replace-regexp):
23141 Use `query-replace-read-args'.
23142
23143 * replace.el (query-replace-read-from, query-replace-read-to)
23144 (query-replace-read-args): Rename arg `string' to `prompt'.
23145
23146 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23147
23148 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23149
23150 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23151 uploading files.
23152 (ange-ftp-canonize-filename): Handle file names beginning with ~
23153 correctly.
23154
23155 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23156
23157 * textmodes/fill.el (canonically-space-region)
23158 (fill-context-prefix, fill-french-nobreak-p)
23159 (fill-delete-newlines, fill-comment-paragraph)
23160 (justify-current-line): "?\ " -> "?\s".
23161
23162 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23163
23164 * textmodes/fill.el (fill-nonuniform-paragraphs):
23165 Improve argument/docstring consistency.
23166
23167 2005-08-09 Richard M. Stallman <rms@gnu.org>
23168
23169 * textmodes/ispell.el (ispell-word): More fboundp checks.
23170
23171 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23172 (find-file-noselect-1): Call it here, only if RAWFILE.
23173 (normal-mode): Always set some major mode.
23174 (save-some-buffers-action-alist): Change some explanation strings.
23175 (file-name-non-special): In the `quote' method, use unwind-protect.
23176
23177 2005-08-09 Magnus Henoch <mange@freemail.hu>
23178
23179 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23180 (ispell-have-aspell-dictionaries): New variable.
23181 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23182 (ispell-get-aspell-config-value): New function.
23183 (ispell-aspell-find-dictionary): New function.
23184 (ispell-aspell-add-aliases): New function.
23185 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23186 appropriate. Don't look for ispell dictionaries if we use aspell.
23187 (ispell-menu-map): Don't build a submenu of dictionaries.
23188
23189 2005-08-09 Richard M. Stallman <rms@gnu.org>
23190
23191 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23192 (sql-read-passwd): Use read-passwd.
23193
23194 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23195 (idlwave-toolbar-is-possible): Add defvars.
23196
23197 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23198 Avoid warnings.
23199
23200 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23201 (idlwave-system-class-info, idlwave-executive-commands-alist):
23202 Use defvar.
23203
23204 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23205
23206 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23207 Avoid warnings.
23208
23209 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23210 and content-type: headers.
23211
23212 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23213
23214 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23215 and rename some of them to be more self-explanatory.
23216
23217 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23218
23219 * startup.el (command-line-1): Implement -scriptload.
23220
23221 * replace.el (occur-engine): Initial *Occur* output not undoable.
23222
23223 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23224 and improve help strings.
23225
23226 * isearch.el (isearch-repeat): When changing direction,
23227 mark search successful.
23228
23229 * ediff-init.el: Use (featurep 'xemacs).
23230
23231 * comint.el (send-invisible): Identify buffer, if not selected.
23232
23233 * align.el: Delete autoload for c-guess-basic-syntax.
23234
23235 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23236
23237 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23238 Improve argument/docstring consistency. Doc fixes.
23239 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23240 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23241 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23242 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23243 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23244 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23245 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23246 Defvar at compile time.
23247
23248 2005-08-09 Juri Linkov <juri@jurta.org>
23249
23250 * info.el: Replace `info' with upper-case `Info' where appropriate.
23251 (info-title-1, info-title-2, info-title-3, info-title-4)
23252 (info-menu-header): Move up face definitions.
23253 (info-menu-star): Rename from `info-menu-5'.
23254 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23255 (Info-fontify-visited-nodes): Fix docstring.
23256 (Info-hide-note-references): Fix docstring.
23257 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23258 menu items in the same way as on cross-references.
23259 (info-apropos): Fix sorting order and formatting to be like in the
23260 stand-alone Info browser. Display error messages for 1 sec.
23261 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23262 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23263 from the menu bar.
23264 (Info-insert-dir): Restore point after calling
23265 `insert-buffer-substring'.
23266
23267 2005-08-08 Richard M. Stallman <rms@gnu.org>
23268
23269 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23270 (recompute-lucid-menubar): Add defvars.
23271
23272 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23273
23274 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23275
23276 * net/net-utils.el (run-dig): Rename from `dig'.
23277
23278 * play/gametree.el (gametree-mode): Use make-local-variable,
23279 not make-variable-buffer-local.
23280
23281 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23282
23283 * ansi-color.el (ansi-color-make-extent)
23284 (ansi-color-set-extent-face): Use fboundp, not functionp.
23285
23286 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23287 not make-variable-buffer-local.
23288
23289 * bookmark.el (Info-current-file): Add defvar.
23290 (bookmark-jump-noselect): Use with-no-warnings.
23291
23292 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23293
23294 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23295
23296 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23297
23298 * find-file.el (ada-procedure-start-regexp)
23299 (ada-package-start-regexp): Add defvars.
23300
23301 * info.el (Info-insert-dir): Use insert-buffer-substring.
23302
23303 * xml.el (xml-att-def-re): Add defvar.
23304
23305 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23306 calling convention.
23307
23308 * subr.el (while-no-input): Return t if there is input.
23309
23310 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23311
23312 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23313
23314 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23315
23316 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23317 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23318
23319 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23320
23321 * cmuscheme.el (scheme-start-file): Replace reference to
23322 `user-emacs-directory' by "~/.emacs.d/".
23323
23324 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23325
23326 * info.el (Info-dir-remove-duplicates): Avoid case folding
23327 in loop; instead, keep downcased strings for comparison.
23328 Suggested by Helmut Eller.
23329
23330 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23331
23332 Sync with Tramp 2.0.50.
23333
23334 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23335 XEmacs case; not necessary anymore.
23336 (tramp-user-regexp): Allow "@" as part of user name.
23337 (tramp-handle-set-visited-file-modtime)
23338 (tramp-handle-insert-file-contents)
23339 (tramp-handle-write-region): No special handling for
23340 `last-coding-system-used, because this is done in
23341 `tramp-accept-process-output' now.
23342 (tramp-accept-process-output): New defun.
23343 (tramp-process-one-action, tramp-process-one-multi-action)
23344 (tramp-wait-for-regexp, tramp-wait-for-output)
23345 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23346 Howells <dhowells@redhat.com>.
23347 (clear-visited-file-modtime): Defadvice removed. The check for
23348 unset buffer's modtime does not need to be based on
23349 `tramp-buffer-file-attributes'. Suggested by RMS.
23350 (tramp-message): Insert "\n" if not being at beginning of line.
23351 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23352 sequence with same logic.
23353 (tramp-completion-handle-expand-file-name): Discard call of
23354 `tramp-drop-volume-letter'. It is not necessary, and there have
23355 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23356 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23357 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23358 should always be visible.
23359 (tramp-handle-insert-directory, tramp-setup-complete)
23360 (tramp-set-process-query-on-exit-flag)
23361 (tramp-append-tramp-buffers): Pacify byte-compiler.
23362 (tramp-bug): Delete non-existing variables from list.
23363 Apply `tramp-load-report-modules' as pre-hook.
23364 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23365 `shell-prompt-pattern' because of non-7bit characters.
23366 Reported by Sebastian Luque <sluque@mun.ca>.
23367 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23368 (tramp-match-string-list): Remove function.
23369 (tramp-wait-for-regexp): Remove call of that function.
23370 Suggested by Kim F. Storm <storm@cua.dk>.
23371 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23372 instead of octal character code ?\600. The latter resulted in a
23373 syntax error with XEmacs.
23374
23375 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23376 XEmacs case; not necessary anymore.
23377 (tramp-smb-handle-write-region): No special handling for
23378 `last-coding-system-used, because this is done in
23379 `tramp-accept-process-output' now.
23380 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23381
23382 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23383
23384 * wid-edit.el (widget-choice-value-create):
23385 Unconditionally respect user choice. Set :explicit-choice back to nil
23386 when no longer needed.
23387 (widget-choice-action): Unconditionally respect user choice.
23388 Eliminate :explicit-choice-value.
23389
23390 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23391
23392 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23393 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23394 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23395 running new function `toggle-indicate-empty-lines'.
23396 Rename "Customize" item to "Customize fringe".
23397 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23398 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23399 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23400 Delete "Empty lines only" item.
23401 (menu-bar-showhide-fringe-ind-customize): New function.
23402 (menu-bar-showhide-fringe-ind-mixed)
23403 (menu-bar-showhide-fringe-ind-box)
23404 (menu-bar-showhide-fringe-ind-right)
23405 (menu-bar-showhide-fringe-ind-left)
23406 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23407 instead of `fringe-indicators'.
23408
23409 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23410
23411 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23412 Change the date of last update.
23413
23414 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23415
23416 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23417 (viper-exec-yank, viper-put-back): Don't display modification msg
23418 if in the minibuffer.
23419
23420 * viper-init.el (viper-replace-overlay-cursor-color)
23421 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23422 Make variables frame local.
23423
23424 * viper-util.el (viper-append-filter-alist): Use append instead of
23425 nconc.
23426
23427 * viper.el (viper-vi-state-mode-list)
23428 (viper-emacs-state-mode-list): Move help-mode and
23429 completion-list-mode from the first list to the second.
23430 (viper-mode): Docstring.
23431 (viper-go-away, viper-non-hook-settings): Don't localize
23432 minor-mode-alist in newer Emacsen. Add advice to
23433 set-cursor-color. Don't bind "\C-c\\".
23434
23435 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23436
23437 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23438 (scheme-macro-expand-command): New user options.
23439 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23440 (scheme-form-at-point, scheme-start-file)
23441 (scheme-interactively-start-process): New functions.
23442 (scheme-get-process): New function, extracted from `scheme-proc'.
23443 (run-scheme): Call `scheme-start-file' to get start file, and pass
23444 it to `make-comint'.
23445 (switch-to-scheme, scheme-proc):
23446 Call `scheme-interactively-start-process' if no Scheme buffer/process
23447 is available.
23448
23449 2005-08-06 Juri Linkov <juri@jurta.org>
23450
23451 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23452 Use `compilation-text-face', `compilation-info-text-face' and
23453 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23454 (compilation-error): New face.
23455 (compilation-error-file-name): Inherit from
23456 `compilation-error' instead of `font-lock-warning-face'.
23457 (compilation-warning-file-name): Inherit from
23458 `compilation-warning' instead of `font-lock-warning-face'.
23459 (compilation-info, compilation-error-file-name)
23460 (compilation-warning-file-name, compilation-info-file-name)
23461 (compilation-line-number, compilation-column-number): Doc fix.
23462 (compilation-error-text-face, compilation-warning-text-face)
23463 (compilation-info-text-face): New face variables.
23464 (compilation-line-face, compilation-column-face)
23465 (compilation-enter-directory-face)
23466 (compilation-leave-directory-face): Doc fix.
23467 (compilation-text-face): New function.
23468
23469 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23470 instead of 1 to display binary file names as info file links.
23471 (grep-error-face): Use `compilation-error-face' instead of
23472 `font-lock-keyword-face'.
23473 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23474 and `compilation-warning-text-face' instead of
23475 `font-lock-keyword-face'. Use `compilation-error-text-face'
23476 instead of `grep-error-face'.
23477
23478 2005-08-05 Kenichi Handa <handa@m17n.org>
23479
23480 * international/code-pages.el: Add autoload cookies for all coding
23481 systems.
23482
23483 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23484
23485 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23486
23487 2005-08-04 Juri Linkov <juri@jurta.org>
23488
23489 * progmodes/compile.el (compilation-mode-map):
23490 * progmodes/grep.el (grep-mode-map):
23491 Bind TAB to `compilation-next-error' and [backtab] to
23492 `compilation-previous-error'.
23493
23494 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23495 matching line numbers, column numbers and their ranges with regexp
23496 matching only line numbers.
23497 (grep-context-face): New face variable.
23498 (grep-mode-font-lock-keywords): Use it.
23499
23500 * faces.el (read-face-name): Delete duplicate faces.
23501
23502 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23503
23504 * thumbs.el (thumbs-find-image): Don't make variables
23505 automatically buffer local.
23506 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23507 (thumbs-image-num): Make automatically buffer local.
23508 (thumbs-show-thumbs-list): Use `make-local-variable', not
23509 `make-variable-buffer-local'.
23510 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23511
23512 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23513 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23514 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23515 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23516 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23517 (feelings-about, foullst, found, hello, history, howareyoulst)
23518 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23519 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23520 (neglst, obj, object, owner, please, problems, qlist)
23521 (random-adjective, relation, remlst, repetitive-shortness)
23522 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23523 (shortlst, something, sportslst, stallmanlst, states, subj)
23524 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23525 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23526 Defvar at compile time.
23527
23528 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23529 not `make-variable-buffer-local'.
23530
23531 2005-08-02 Kim F. Storm <storm@cua.dk>
23532
23533 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23534 rectangle overlay in selected window.
23535
23536 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23537
23538 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23539 instead of display group. Make `indicate-buffer-boundaries'
23540 customizable through Custom.
23541
23542 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23543
23544 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23545 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23546 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23547 (gdb-put-string): Fix typos in docstrings.
23548
23549 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23550
23551 Update copyright notices of files in progmodes directory for
23552 release of Emacs 22.1.
23553
23554 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23555
23556 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23557 Don't barf if the GUD buffer has been killed.
23558
23559 2005-08-01 Kim F. Storm <storm@cua.dk>
23560
23561 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23562
23563 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23564
23565 * simple.el (next-error-follow-minor-mode):
23566 make-variable-buffer-local -> make-local-variable.
23567
23568 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23569
23570 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23571 (byte-compile-form-make-variable-buffer-local): New functions to warn
23572 about misuses of make-variable-buffer-local where make-local-variable
23573 was meant.
23574
23575 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23576
23577 * bs.el (bs-attributes-list): Doc fix.
23578 (bs): Update url-link.
23579
23580 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23581 (desktop-load-default): Simplify.
23582
23583 * ibuffer.el (ibuffer-columnize-and-insert-list)
23584 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23585 (ibuffer-unmark-all, ibuffer-toggle-marks)
23586 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23587 (ibuffer-compile-make-format-form, ibuffer-format-column)
23588 (ibuffer-current-buffers-with-marks)
23589 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23590 (ibuffer): Doc fix.
23591 (ibuffer-mode): Fix typo in docstring.
23592 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23593 with `define-obsolete-variable-alias'.
23594 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23595
23596 2005-07-29 Kenichi Handa <handa@m17n.org>
23597
23598 * international/mule-cmds.el (select-message-coding-system):
23599 Be sure to use LF for end-of-line. If no coding system is decided,
23600 return iso-8859-1-unix.
23601
23602 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23603
23604 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23605 (ange-ftp-pending-error-line): New vars.
23606 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23607 to handle the non-fatal no-route-to-host messages.
23608 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23609
23610 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23611
23612 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23613 (isearch-quote-char, isearch-printing-char)
23614 (isearch-text-char-description): "?\ " -> "?\s".
23615 (isearch-lazy-highlight-cleanup)
23616 (isearch-lazy-highlight-initial-delay)
23617 (isearch-lazy-highlight-interval)
23618 (isearch-lazy-highlight-max-at-a-time)
23619 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23620 Declare with define-obsolete-*-alias macros.
23621 (isearch-forward): Fix typo in docstring.
23622 (search-invisible, search-ring-yank-pointer)
23623 (regexp-search-ring-yank-pointer): Doc fixes.
23624
23625 * recentf.el (recentf-menu-append-commands-p): Declare with
23626 `define-obsolete-variable-alias'.
23627 (recentf-max-saved-items, recentf-menu-filter)
23628 (recentf-arrange-by-rule-subfilter): Doc fixes.
23629 (recentf-menu-append-commands-flag)
23630 (recentf-initialize-file-name-history, recentf-expand-file-name)
23631 (recentf-clear-data): Fix typos in docstrings.
23632
23633 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23634
23635 * progmodes/gdb-ui.el: Smarten comments.
23636 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23637
23638 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23639
23640 * term/apollo.el (terminal-init-apollo): New function containing
23641 all former top level forms in the file.
23642 * term/bobcat.el (terminal-init-bobcat):
23643 * term/cygwin.el (terminal-init-cygwin):
23644 * term/iris-ansi.el (terminal-init-iris-ansi):
23645 * term/linux.el (terminal-init-linux):
23646 * term/news.el (terminal-init-news):
23647 * term/rxvt.el (terminal-init-rxvt):
23648 * term/sun.el (terminal-init-sun):
23649 * term/tvi970.el (terminal-init-tvi970):
23650 * term/vt100.el (terminal-init-vt100):
23651 * term/vt102.el (terminal-init-vt102):
23652 * term/vt125.el (terminal-init-vt125):
23653 * term/vt200.el (terminal-init-vt200):
23654 * term/vt201.el (terminal-init-vt201):
23655 * term/vt220.el (terminal-init-vt220):
23656 * term/vt240.el (terminal-init-vt240):
23657 * term/vt300.el (terminal-init-vt300):
23658 * term/vt320.el (terminal-init-vt320):
23659 * term/vt400.el (terminal-init-vt400):
23660 * term/vt420.el (terminal-init-vt420):
23661 * term/wyse50.el (terminal-init-wyse50):
23662 * term/xterm.el (terminal-init-xterm): Likewise.
23663
23664 * term/README: Describe the terminal-init-* functionality.
23665
23666 * startup.el (command-line): After loading the terminal initialization
23667 file call the corresponding terminal initialization function.
23668
23669 2005-07-27 Kenichi Handa <handa@m17n.org>
23670
23671 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23672 negative.
23673
23674 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23675 (ps-mule-composition-prologue): Fix for the case that
23676 RelativeCompose is false.
23677
23678 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23679
23680 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23681
23682 * descr-text.el (describe-char): Handle the case where the list of
23683 chars is displayed in a separate frame.
23684 Be a bit more discriminating when looking for the char.
23685
23686 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23687
23688 * bookmark.el (bookmark-automatically-show-annotations)
23689 (bookmark-read-annotation-text-func): Doc fixes.
23690 (bookmark-save): Improve argument/docstring consistency.
23691 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23692 (bookmark-alist-from-buffer)
23693 (bookmark-upgrade-file-format-from-0)
23694 (bookmark-grok-file-format-version)
23695 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23696 (bookmark-read-annotation-mode)
23697 (bookmark-insert-current-bookmark, bookmark-jump)
23698 (bookmark-exit-hook): Fix typos in docstrings.
23699 (bookmark-exit-hooks): Define as obsolete alias.
23700 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23701 not `bookmark-exit-hooks'. Fix docstring.
23702 (bookmark-bmenu-select): "?\ " -> "?\s".
23703
23704 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23705
23706 * startup.el (command-line): Fix typo.
23707
23708 2005-07-24 Richard M. Stallman <rms@gnu.org>
23709
23710 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23711 not emacs-quick-startup.
23712
23713 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23714
23715 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23716 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23717 instead of `reb-with-current-window'.
23718 (reb-prev-match): Likewise. Also, don't move left if the search
23719 was unsuccessful.
23720 (reb-initialize-buffer): New function.
23721 (re-builder, reb-change-syntax): Use it.
23722
23723 * man.el (Man-goto-page): Make second argument NOERROR optional.
23724
23725 2005-07-23 Richard M. Stallman <rms@gnu.org>
23726
23727 * man.el (Man-bgproc-sentinel): Check here for failure to find
23728 any man page in the output, and report the error here.
23729 (Man-arguments): Make it permanent local.
23730 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23731 (Man-mode): Pass t for NOERROR.
23732
23733 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23734 (grep-mode-font-lock-keywords):
23735 Don't use compilation-...-face for messages that are not file names.
23736
23737 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23738 Don't use compilation-...-face for messages that are not file names.
23739
23740 2005-07-22 Juri Linkov <juri@jurta.org>
23741
23742 * startup.el (normal-splash-screen): Update menu name.
23743
23744 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23745
23746 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23747
23748 * term/xterm.el: Load term/rxvt if the terminal is actually an
23749 rxvt terminal.
23750 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23751
23752 * term/rxvt.el (function-key-map): Use substitute-key-definition
23753 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23754
23755 * term/cygwin.el: New file.
23756
23757 2005-07-22 Kim F. Storm <storm@cua.dk>
23758
23759 * image-file.el (insert-image-file, image-file-yank-handler):
23760 Fix last change to maintain a (unique) yank-handler on yanked images.
23761
23762 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23763
23764 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23765 of the file size (as in "177B" for 177 bytes). This happens with
23766 "ls -lh" on FreeBSD.
23767
23768 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23769
23770 * hilit-chg.el (highlight-changes-global-initial-state)
23771 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23772 (hilit-chg-fixup, highlight-changes-mode):
23773 Fix typos in docstrings.
23774 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23775 Doc fixes.
23776
23777 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23778
23779 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23780 mode function using `eval-after-load'.
23781
23782 2005-07-21 Kim F. Storm <storm@cua.dk>
23783
23784 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23785 included when reporting an Emacs crash, and tell about the DEBUG file.
23786
23787 * image-file.el (insert-image-file): Add yank-handler.
23788 (image-file-yank-handler): Yank handler to make unique copies of
23789 images when they are yanked into a buffer next to each other.
23790
23791 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23792
23793 * comint.el (comint-use-prompt-regexp, comint-send-input)
23794 (comint-source-default, comint-extract-string)
23795 (comint-get-source, comint-word, comint-completion)
23796 (comint-source, comint-prompt-read-only, comint-update-fence):
23797 Fix typos in docstrings.
23798 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23799 Declare with define-obsolete-*-alias macros.
23800 (comint-previous-matching-input-from-input)
23801 (comint-next-matching-input-from-input)
23802 (comint-previous-matching-input, comint-next-matching-input)
23803 (comint-forward-matching-input):
23804 Improve argument/docstring consistency.
23805
23806 * desktop.el (desktop-clear-preserve-buffers-regexp):
23807 Also preserve the *server* buffer.
23808
23809 * simple.el (clone-indirect-buffer): Doc fix.
23810 (fixup-whitespace, just-one-space)
23811 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23812 (next-error, next-error-highlight)
23813 (next-error-highlight-no-select, next-error-last-buffer)
23814 (next-error-buffer-p, next-error-find-buffer, next-error)
23815 (previous-error, next-error-no-select, previous-error-no-select)
23816 (open-line, split-line, minibuffer-prompt-width, kill-new)
23817 (binary-overwrite-mode): Fix typos in docstrings.
23818 (set-fill-column): Fix typo in message.
23819
23820 * skeleton.el (skeleton-proxy-new): Doc fix.
23821
23822 * strokes.el (strokes-load-hook): Doc fix.
23823 (strokes-grid-resolution, strokes-get-grid-position)
23824 (strokes-renormalize-to-grid, strokes-read-stroke)
23825 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23826 (strokes-global-map): Fix typos in docstrings.
23827 (strokes-help): Doc fix. Fix help message and pass it through
23828 `substitute-command-keys'.
23829
23830 * tempo.el (tempo-insert-prompt, tempo-interactive)
23831 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23832 (tempo-insert-string-functions, tempo-local-tags)
23833 (tempo-define-template, tempo-insert-template)
23834 (tempo-insert-prompt-compat, tempo-is-user-element)
23835 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23836 Fix typos in docstrings.
23837
23838 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23839 (vcursor-key-bindings, vcursor-use-vcursor-map)
23840 (vcursor-find-window, vcursor-scroll-down)
23841 (vcursor-disable, vcursor-beginning-of-buffer)
23842 (vcursor-end-of-buffer): Fix typos in docstrings.
23843 (vcursor-relative-move, vcursor-get-char-count):
23844 Improve argument/docstring consistency.
23845
23846 * version.el: "?\ " -> "?\s".
23847
23848 * wid-edit.el (widget-default-create, widget-after-change)
23849 (widget-default-format-handler, widget-checklist-add-item)
23850 (widget-radio-add-item, widget-choose, widget-specify-secret)
23851 (widget-field-value-create, widget-field-value-get)
23852 (widget-editable-list-format-handler)
23853 (widget-editable-list-entry-create, widget-group-value-create)
23854 (widget-documentation-link-add)
23855 (widget-documentation-string-value-create): "?\ " -> "?\s".
23856 (widget-convert-text): Doc fix.
23857 (widget-narrow-to-field, widget-field-find)
23858 (widget-url-link-action, widget-emacs-library-link-action)
23859 (widget-color-notify): Fix typos in docstrings.
23860
23861 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23862 (x-select-text, set-w32-system-coding-system)
23863 (w32-add-charset-info): Fix typos in docstrings.
23864
23865 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23866 (cua-enable-cua-keys, cua-use-hyper-key)
23867 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23868 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23869
23870 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23871
23872 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23873 `defalias' instead of faking it.
23874
23875 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23876 (eshell-ls-missing, eshell-ls-dired-initial-args)
23877 (eshell-ls-use-in-dired): Fix typos in docstrings.
23878
23879 2005-07-20 Kim F. Storm <storm@cua.dk>
23880
23881 * emulation/cua-base.el (cua-mode): Improve doc string.
23882
23883 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23884
23885 * abbrev.el (expand-region-abbrevs): Doc fix.
23886 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23887 Improve argument/docstring consistency.
23888
23889 * arc-mode.el (archive-get-descr, archive-alternate-display):
23890 Doc fixes.
23891 (archive-l-e): Improve argument/docstring consistency.
23892 (archive-tmpdir, archive-unixdate, archive-unixtime)
23893 (archive-chmod-entry): Fix typos in docstrings.
23894 (archive-unflag, archive-unflag-backwards)
23895 (archive-unmark-all-files): "?\ " -> "?\s".
23896
23897 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23898 (Buffer-menu-not-modified, Buffer-menu-execute)
23899 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23900 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23901
23902 * composite.el (compose-string, encode-composition-rule)
23903 (compose-last-chars): Fix typos in docstrings.
23904
23905 * desktop.el (desktop-enable, desktop-basefilename):
23906 Declare with `define-obsolete-variable-alias'.
23907 (desktop-internal-v2s): Don't quote keywords.
23908 (desktop-clear): "?\ " -> "?\s".
23909
23910 * dired.el (dired-align-file, dired-flag-backup-files)
23911 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23912 (dired-listing-switches, dired-ls-F-marks-symlinks)
23913 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23914 (dired-directory, dired-faces, dired, dired-revert)
23915 (dired-mode, dired-summary, dired-view-file)
23916 (dired-copy-filename-as-kill, dired-delete-file)
23917 (dired-no-confirm, dired-unmark-all-marks)
23918 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23919 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23920 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23921 Fix typos in message strings.
23922
23923 * dired-x.el (virtual-dired): Declare with `defalias'.
23924 (dired-mark-unmarked-files, dired-local-variables-file)
23925 (dired-omit-here-always): Doc fix.
23926 (dired-omit-mode, dired-find-subdir)
23927 (dired-enable-local-variables, dired-clean-up-buffers-too)
23928 (dired-extra-startup, dired-mark-extension, dired-jump)
23929 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23930 (dired-smart-shell-command, dired-guess-shell-alist-user)
23931 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23932 (dired-x-bind-find-file, dired-x-submit-report):
23933 Fix typos in docstrings.
23934 (dired-mark-unmarked-files): "?\ " -> "?\s".
23935
23936 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23937
23938 * faces.el (describe-face): "?\ " -> "?\s".
23939 (read-all-face-attributes, read-face-font, modify-face)
23940 (face-attr-construct, italic): Fix typos in docstrings.
23941 (frame-update-face-colors): Declare with
23942 `define-obsolete-function-alias'.
23943
23944 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23945 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23946 (magic-mode-alist, buffer-file-numbers-unique)
23947 (write-file-functions, get-free-disk-space):
23948 Fix typos in docstrings.
23949 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23950 (write-contents-hooks, write-file-hooks):
23951 Declare with `define-obsolete-variable-alias'.
23952
23953 * forms-d2.el (arch-rj): Fix typo in docstrings.
23954 (arch-tocol): Likewise. "?\ " -> "?\s".
23955
23956 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23957 Fix typo in docstring.
23958 (set-screen-width, set-screen-height): Delete redundant info in
23959 doctrings.
23960 (new-frame, screen-height, screen-width): Declare with
23961 `define-obsolete-function-alias'.
23962 (delete-frame-hook, blink-cursor): Declare with
23963 `define-obsolete-variable-alias'.
23964
23965 * paths.el (prune-directory-list): Fix typos in docstring.
23966
23967 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23968 (cvs-prefix-get): Fix typos in docstrings.
23969
23970 * ps-print.el (ps-extend-face-list, ps-extend-face)
23971 (ps-print-background-image): Fix typos in docstrings.
23972 (ps-default-fg, ps-default-bg): Doc fixes.
23973
23974 * s-region.el (s-region-bind): Doc fix.
23975 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23976
23977 * textmodes/org.el (org-table-formula-substitute-names)
23978 (org-table-get-vertical-vector): Doc fixes.
23979 (org-table-recalculate): Remove unused argument to `message'.
23980
23981 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23982
23983 * textmodes/org.el (org-table-column-names)
23984 (org-table-column-name-regexp)
23985 (org-table-named-field-locations): New variables.
23986 (org-archive-subtree): Protect `this-command' when calling
23987 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23988 the kill buffer.
23989 (org-complete): Remove fixed-formula completion.
23990 (org-edit-formulas-map): New variable.
23991 (org-table-edit-formulas): New command.
23992 (org-finish-edit-formulas, org-abort-edit-formulas)
23993 (org-show-variable, org-table-get-vertical-vector): New functions.
23994 (org-table-maybe-eval-formula): Handle `:=' fields.
23995 (org-table-get-stored-formulas, org-table-store-formulas)
23996 (org-table-get-formula, org-table-modify-formulas)
23997 (org-table-replace-in-formulas): Handle named field formulas.
23998 (org-table-get-specials): Store locations of named fields.
23999
24000 2005-07-19 Juri Linkov <juri@jurta.org>
24001
24002 * progmodes/grep.el (grep-regexp-alist)
24003 (grep-mode-font-lock-keywords, grep-process-setup):
24004 Use default GNU grep match color "01;31m" instead of "01;41m".
24005 (grep-regexp-alist, grep-mode-font-lock-keywords):
24006 Use `\\[[0-9]*m' instead of `\\[00m'.
24007 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24008 sgr_start where its handling is more important. Use the real
24009 length of sgr_start instead of constant 8.
24010 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24011 specially. Delete all remaining escape sequences.
24012 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24013 (grep-regexp-alist): Make hyperlink only for binary file name
24014 instead of the whole line.
24015 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24016 (grep-mode): Add autoload.
24017
24018 * emacs-lisp/find-func.el (find-function-regexp):
24019 Add `define-compilation-mode'.
24020
24021 2005-07-19 Juri Linkov <juri@jurta.org>
24022
24023 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24024 (compare-windows-sync-string-size, compare-windows-recenter)
24025 (compare-windows-highlight, compare-windows): Add version 22.1.
24026 (compare-windows) <defface>: Inherit from lazy-highlight instead
24027 of duplicating its default value.
24028
24029 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24030 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24031
24032 * descr-text.el (describe-char): Create link buttons for `charset'
24033 and `code point'. Add the current input method name with a link
24034 button to `to input' field. Print face names of display table
24035 characters in `The display table entry is displayed by' section
24036 instead of printing face-id in the `display' field.
24037 Guess hardcoded faces and create a link button for them.
24038 Skip empty fields when calculating max-width.
24039 Treat `widget-create' specially while inserting strings from the
24040 collected field list.
24041 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24042
24043 * diff-mode.el (diff-file-header): Change foreground color from
24044 yellow to green on light backgrounds.
24045 (diff-context): Inherit from `shadow' only for color/grayscale
24046 with more than 88 colors.
24047 (diff-indicator-removed, diff-indicator-added)
24048 (diff-indicator-changed): New faces.
24049 (diff-font-lock-keywords): Use new faces. Regroup rules.
24050 Add "^---$" for `normal' diff format. Fontify `#' lines with
24051 font-lock-comment-delimiter-face and font-lock-comment-face.
24052 Add `#' to ^[^...] in the rule for `diff-context-face'.
24053
24054 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24055 a button-like box. Inherit from `highlight' on low colors.
24056 (shadow): Use shades of gray only for color/grayscale with
24057 more than 88 colors. Use green for light backgrounds with
24058 8 colors, and yellow for dark backgrounds with 8 colors.
24059
24060 * font-lock.el (font-lock-regexp-grouping-backslash):
24061 Don't inherit from escape-glyph (use bold for all cases).
24062
24063 * info.el (info-xref-visited): Use light foreground color `violet'
24064 for dark backgrounds instead of dark color `magenta3'.
24065 (info-title-1): Use `yellow' color for dark backgrounds.
24066
24067 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24068 too-light magenta2.
24069
24070 * replace.el (match): Use slightly more light RoyalBlue3 instead
24071 of dark RoyalBlue4.
24072
24073 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24074
24075 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24076
24077 * novice.el (disabled-command-hook): Declare it with
24078 `define-obsolete-variable-alias'.
24079
24080 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24081 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24082 (desktop-load-default): Add release to obsolescence info.
24083 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24084 (desktop-append-buffer-args, desktop-read):
24085 Fix typos in docstrings.
24086 (desktop-kill): Fix typo in message.
24087 (desktop-save): Doc fix.
24088
24089 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24090
24091 * viper-cmd.el (viper-escape-to-state): Bug fix.
24092 (viper-envelop-ESC-key): Change the definition of fast
24093 keysequence so it'll work with keyboard macros.
24094
24095 * ediff.el (ediff-patch-buffer): Change the docstring.
24096
24097 2005-07-19 Kenichi Handa <handa@m17n.org>
24098
24099 * international/mule-cmds.el (select-safe-coding-system): Try to
24100 use an auto-coding (if any) before anything else. If the found
24101 auto-coding is invalid, show a warning message.
24102
24103 * international/mule.el (find-auto-coding): New function created
24104 by modifying the body of set-auto-coding.
24105 (set-auto-coding): Use find-auto-coding to find a coding.
24106
24107 2005-07-18 Richard M. Stallman <rms@gnu.org>
24108
24109 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24110 not isearch-mode-end-hook-error.
24111 (allout-before-change-protect): Fix error message.
24112
24113 2005-07-18 Juri Linkov <juri@jurta.org>
24114
24115 * allout.el (allout-mode):
24116 * calculator.el (calculator-copy):
24117 * custom.el (custom-known-themes):
24118 * dired.el (dired-desktop-buffer-misc-data)
24119 (dired-restore-desktop-buffer):
24120 * dired-x.el (dired-omit-marker-char):
24121 * files.el (basic-save-buffer):
24122 * font-core.el (font-lock-mode):
24123 * calendar/calendar.el (calendar-goto-hebrew-date)
24124 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24125 (calendar-goto-persian-date):
24126 * language/ethio-util.el (ethio-sera-to-fidel-region):
24127 * textmodes/picture.el (picture-mode):
24128 Delete duplicate duplicate words.
24129
24130 2005-07-18 Juri Linkov <juri@jurta.org>
24131
24132 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24133 chars * ? } |.
24134 (isearch-fallback): Don't call `isearch-process-search-char'.
24135 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24136 (isearch-process-search-char): Call `isearch-fallback' for regexp
24137 chars * ? } |.
24138 (isearch-return-char): Make obsolete with `make-obsolete' instead
24139 of simply documenting it as obsolete in the docstring.
24140 (isearch-fallback): Refill docstring.
24141
24142 * international/isearch-x.el
24143 (isearch-process-search-multibyte-characters): Remove unneeded
24144 `concat'. Add intermediate values to `junk-hist' instead of
24145 `minibuffer-history'. Test the length of `str'.
24146
24147 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24148
24149 * allout.el (allout-resolve-xref): Fix typos in error strings.
24150 (allout-before-change-protect): Remove unneeded `concat'.
24151
24152 * array.el (array-mode, array-reconfigure-rows)
24153 (untabify-backward): Fix typos in docstrings.
24154 (array-reconfigure-rows): Use `insert-buffer-substring', not
24155 `insert-buffer'.
24156
24157 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24158 * progmodes/ada-mode.el (ada-make-body):
24159 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24160
24161 * dired.el (dired-log):
24162 * tar-mode.el (tar-subfile-save-buffer):
24163 * play/zone.el (zone-pgm-stress-destress):
24164 Use `insert-buffer-substring', not `insert-buffer'.
24165
24166 2005-07-17 Simon Josefsson <jas@extundo.com>
24167
24168 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24169
24170 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24171
24172 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24173 Add plain auth method.
24174 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24175
24176 2005-07-17 Kim F. Storm <storm@cua.dk>
24177
24178 * ido.el (dired-other-window): Add ido property.
24179
24180 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24181
24182 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24183 Fix typo in docstring.
24184 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24185 `insert-file-literally'.
24186
24187 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24188 info and delete redundant message. Doc fix.
24189 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24190 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24191
24192 2005-07-16 Richard M. Stallman <rms@gnu.org>
24193
24194 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24195 (byte-compile-and): Use byte-compile-and-recursion.
24196 (byte-compile-or-recursion): New function.
24197 (byte-compile-or): Use that.
24198 (byte-compile-if): Guard the else-clause too.
24199 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24200
24201 * isearch.el (isearch-mode-end-hook-quit): New variable.
24202 (isearch-done): Bind it.
24203 (isearch-mode-end-hook): Doc fix.
24204
24205 * allout.el (allout-isearch-did-quit): Variable deleted.
24206 (allout-real-isearch-abort): Function name no longer used.
24207 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24208 (allout-isearch-rectification): isearch-mode always exists.
24209 Don't set allout-isearch-did-quit.
24210 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24211 allout-isearch-did-quit.
24212 (allout-enwrap-isearch): Just add the hook.
24213 (allout-isearch-abort): Function deleted.
24214 (allout-pre-command-business): Avoid warning.
24215
24216 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24217 Correctly avoid warnings.
24218 (pascal-outline): Likewise.
24219
24220 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24221
24222 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24223
24224 * play/tetris.el (tetris-mode): Avoid warning.
24225
24226 * play/snake.el (snake-mode): Avoid warning.
24227
24228 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24229 (gamegrid-set-display-table): Avoid warning.
24230 (gamegrid-set-timer): Likewise.
24231 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24232 (gamegrid-add-score-with-update-game-score-1): Take FILE
24233 as argument.
24234 (gamegrid-add-score-with-update-game-score): Pass that argument.
24235 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24236
24237 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24238
24239 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24240 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24241
24242 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24243 and insert-file.
24244
24245 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24246 (sc-ask): Avoid warnings.
24247
24248 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24249 (eshell-hist-initialize): Use that var the natural way.
24250
24251 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24252
24253 * emacs-lisp/re-builder.el (reb-cook-regexp):
24254 Avoid warning calling lre-compile-string.
24255 (reb-color-display-p): Avoid warning.
24256
24257 * calculator.el (calculator-last-input): Guard uses
24258 of event-key and key-press-event-p.
24259 (event-key, key-press-event-p): Delete definitions.
24260
24261 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24262 (find-gc-source-directory, find-gc-subrs-callers)
24263 (find-gc-noreturn-list, find-gc-source-files)
24264 (find-gc-subrs-called): Vars renamed and defvar'd.
24265
24266 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24267 (checkdoc-overlay-put, checkdoc-delete-overlay)
24268 (checkdoc-overlay-start, checkdoc-overlay-end)
24269 (checkdoc-mode-line-update, checkdoc-char=):
24270 Define such that compiler knows they are defined.
24271 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24272 (checkdoc-read-event): Delete. Use read-event directly.
24273
24274 * whitespace.el (whitespace-make-overlay)
24275 (whitespace-overlay-put, whitespace-delete-overlay)
24276 (whitespace-overlay-start, whitespace-overlay-end):
24277 Define such that compiler knows they are defined.
24278 (whitespace): Move conditional inside.
24279
24280 * tempo.el (tempo-insert-template): Suppress warning.
24281
24282 * ediff-diff.el (longlines-mode): Add defvar.
24283
24284 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24285
24286 * server.el: Bind "C-x #" in a way that works even if C-x is
24287 redefined to a command key, not a prefix key.
24288
24289 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24290
24291 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24292 cl-make-type-test till execution time.
24293
24294 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24295
24296 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24297 arg ARG and use it.
24298
24299 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24300
24301 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24302
24303 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24304
24305 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24306 a defcustom with two :set or :type keywords.
24307
24308 2005-07-15 Richard M. Stallman <rms@gnu.org>
24309
24310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24311 Don't give ^M comment-end syntax.
24312
24313 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24314
24315 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24316 Don't consider gdbmi (gdb-mi.el has its own update functions).
24317 (gdb-var-delete): Make it work for gdbmi as well.
24318 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24319
24320 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24321 (gud-speedbar-menu-items): Correct logic for enabling items.
24322
24323 2005-07-15 Kim F. Storm <storm@cua.dk>
24324
24325 * ido.el: Fix commentary.
24326 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24327 Use with-no-warnings around ffap-guesser.
24328 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24329 Let bind minibuffer-completing-file-name to t.
24330
24331 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24332
24333 * startup.el (site-run-file, keyboard-type): Doc fixes.
24334 (command-line): Check for "--basic-display" argument; also for
24335 "--quick", not "--bare-bones" (which was renamed).
24336 (fancy-splash-text): Add missing item "Getting New Versions".
24337 (normal-splash-screen): Fix typos and improve consistency with
24338 `fancy-splash-text'. Update copyright year.
24339
24340 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24341 valid binding for `help-char'.
24342
24343 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24344
24345 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24346
24347 * term.el (term-mode): Disable cua-mode for term buffers.
24348
24349 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24350
24351 * add-log.el (add-log-mailing-address, change-log-merge):
24352 Doc fixes.
24353 (change-log-get-method-definition): Fix typo in docstring.
24354
24355 2005-07-14 Kim F. Storm <storm@cua.dk>
24356
24357 * emulation/cua-base.el:
24358 (cua--pre-command-handler-1, cua--pre-command-handler)
24359 (cua--post-command-handler-1, cua--post-command-handler):
24360 Split in two. Check (buffer local) value of cua-mode.
24361 (cua-selection-mode): New command.
24362
24363 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24364
24365 * custom.el (custom-initialize-safe-set)
24366 (custom-initialize-safe-default): Doc fixes.
24367
24368 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24369 and simplify :init-value again.
24370
24371 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24372 and simplify :init-value again. Delete autoload.
24373
24374 * startup.el (command-line): Use `custom-reevaluate-setting' again
24375 for tooltip-mode.
24376
24377 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24378 a defcustom with two :initialize keywords.
24379
24380 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24381
24382 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24383 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24384 (allout-post-command-business, allout-flag-region)
24385 (isearch-reenable-font-lock, allout-yank)
24386 (allout-insert-latex-header, allout-insert-latex-trailer)
24387 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24388 (allout-latex-verb-quote): Fix typos in docstrings.
24389 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24390 (allout-unprotected, allout-prefix-data):
24391 Improve argument/docstring consistency.
24392 (allout-chart-subtree): Fix argument spec.
24393 (allout-open-topic): Rename `use_sib_bullet' argument to
24394 `use-sib-bullet'. Doc fix.
24395
24396 * whitespace.el (whitespace-check-buffer-leading)
24397 (whitespace-check-buffer-trailing)
24398 (whitespace-check-buffer-indent)
24399 (whitespace-check-buffer-spacetab)
24400 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24401 (whitespace-check-leading-whitespace)
24402 (whitespace-check-trailing-whitespace)
24403 (whitespace-check-spacetab-whitespace)
24404 (whitespace-check-indent-whitespace)
24405 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24406 (whitespace-modes): Fix typos in docstrings.
24407 (defgroup, defcustom): Doc fixes.
24408
24409 * winner.el (winner-mode, winner-boring-buffers)
24410 (winner-pending-undo-ring): Doc fixes.
24411 (winner-ring): Remove unneeded `progn'.
24412 (winner-equal): `defsubst' it.
24413 (winner-redo): Fix message.
24414
24415 2005-07-13 Kim F. Storm <storm@cua.dk>
24416
24417 * simple.el (line-move-1): Always use vertical-motion to
24418 do the last (or only) line move to ensure some movement.
24419 Undo 2005-06-23 change--don't check for overlays.
24420
24421 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24422
24423 * term/mac-win.el (ccl-encode-mac-roman-font)
24424 (ccl-encode-mac-centraleurroman-font)
24425 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24426 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24427 Change charset-id boundary of dimension to ?\xef.
24428 (mac-char-fontspec-list): New constant.
24429 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24430 argument. Nil uses itself as family in font-spec. Previous
24431 behavior for nil is now provided by non-nil non-string argument.
24432 All callers changed. Add font-specs for Mac fonts to
24433 "fontset-default" unless iso8859-1 fonts are installed.
24434
24435 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24436
24437 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24438 a continuation line if the \ is preceded by SPC or TAB.
24439 (sh-get-indent-info): Simplify.
24440 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24441 Use with-current-buffer.
24442
24443 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24444 when the matched text is empty.
24445
24446 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24447
24448 * startup.el (command-line): Revert to previous handling of
24449 tooltip-mode. Explain in comment why the complexity is needed.
24450
24451 * tooltip.el (tooltip-mode): Revert to previous implementation of
24452 its defcustom.
24453
24454 * frame.el (blink-cursor-mode): Revert to previous implementation
24455 of its defcustom. Update comment.
24456
24457 2005-07-12 Lars Hansen <larsh@soem.dk>
24458
24459 * desktop.el: Update e-mail address.
24460
24461 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24462
24463 * term/mac-win.el (mac-services-mail-selection)
24464 (mac-services-mail-to): New functions.
24465 (mac-application-menu-map): Bind them.
24466
24467 2005-07-12 wulei <milton@wulei.net> (tiny change)
24468
24469 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24470
24471 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24472
24473 * custom.el (custom-reevaluate-setting): Doc fix.
24474
24475 2005-07-11 Jay Belanger <belanger@truman.edu>
24476
24477 * calc/calc.el (calc-embedded-announce-formula-alist)
24478 (calc-embedded-open-close-plain-alist)
24479 (calc-embedded-open-close-mode-alist): Add checks for additional
24480 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24481
24482 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24483
24484 * custom.el (custom-enable-theme): Don't add theme to
24485 `custom-enabled-themes' with `push' because there is no
24486 setf-method for `delq'.
24487
24488 2005-07-11 Richard M. Stallman <rms@gnu.org>
24489
24490 * custom.el (custom-declare-variable): Doc fix.
24491
24492 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24493 from the alists.
24494
24495 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24496 Do nothing if edebug-active.
24497
24498 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24499 (edebug-display): Do it here instead.
24500
24501 2005-07-10 Richard M. Stallman <rms@gnu.org>
24502
24503 * cus-face.el (custom-theme-set-faces): Make it work.
24504 (custom-reset-faces): Doc fix.
24505 (custom-theme-reset-internal-face, custom-theme-face-value):
24506 Functions deleted.
24507
24508 * custom.el (custom-push-theme): Maintain list of the settings
24509 of a given theme in its theme-settings property.
24510 Maintain position of old settings in the theme-value
24511 or theme-face property.
24512 (custom-enabled-themes): New variable.
24513 (custom-theme-enabled-p): New function.
24514 (provide-theme): Update custom-enabled-themes.
24515 Disable and reenable the `user' theme.
24516 (require-theme): Doc fix.
24517 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24518 (custom-theme-value, custom-theme-variable-value): Likewise.
24519 (custom-theme-reset-internal): Likewise.
24520 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24521 (custom-enable-theme, custom-disable-theme): New functions.
24522 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24523 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24524 (custom-theme-reset-variables): Simplify.
24525 (deftheme, custom-declare-theme, custom-make-theme-feature):
24526 Definitions moved.
24527
24528 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24529
24530 * longlines.el (longlines-show-region)
24531 (longlines-unshow-hard-newlines): Recognize hard newlines by
24532 non-nil hard property, instead of t.
24533
24534 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24535
24536 * viper-cmd.el (viper--key-maps): New variable.
24537 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24538 emulation-mode-map-alists.
24539 (viper-envelop-ESC-key): Use viper-subseq.
24540 (viper-search-forward/backward/next): Disable debug-on-error.
24541
24542 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24543 (viper-ESC-key): New defcustoms.
24544
24545 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24546
24547 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24548 (viper-subseq): Copy of subseq from cl.el.
24549
24550 * viper.el (viper-go-away, viper-set-hooks): Use
24551 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24552
24553 * viper-mous.el (viper-current-frame-saved): Use defvar.
24554
24555 * viper-init.el: Get rid of -face in face names.
24556
24557 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24558 Make it work with longlines mode
24559
24560 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24561
24562 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24563
24564 * ediff-init.el: Get rid of -face in face names.
24565
24566 2005-07-10 Richard M. Stallman <rms@gnu.org>
24567
24568 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24569 and with-timeout-unsuspend.
24570
24571 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24572 and with-timeout-unsuspend.
24573
24574 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24575 (with-timeout): Bind that variable to record timers.
24576 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24577
24578 * emacs-lisp/debug.el (debug-help-follow): New function.
24579 (debugger-mode-map): Use that instead of help-follow.
24580 (debugger-setup-buffer): Use eval-buffer-list
24581 to handle eval-buffer frames.
24582
24583 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24584
24585 * timezone.el (timezone-parse-date): Change first regexp
24586 so it will not mistakenly match dates with no time zone.
24587
24588 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24589
24590 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24591
24592 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24593
24594 * custom.el (custom-initialize-safe-set)
24595 (custom-initialize-safe-default): New functions.
24596
24597 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24598 and simplify :init-value.
24599
24600 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24601 and simplify :init-value. Delete obsolete comment.
24602
24603 * startup.el (command-line): Use `custom-reevaluate-setting' to
24604 handle `tooltip-mode'. Delete obsolete comment.
24605
24606 * files.el (set-visited-file-name): Avoid calling
24607 `file-name-nondirectory' with a nil argument.
24608
24609 2005-07-09 Richard M. Stallman <rms@gnu.org>
24610
24611 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24612 was called with nil for the buffer, handle the read position right.
24613 Handle read position for eval-region, too.
24614
24615 2005-07-09 Juri Linkov <juri@jurta.org>
24616
24617 * fringe.el (fringe-mode): Add period in docstring.
24618 (fringe-query-style): Build prompt depending on `all-frames' arg.
24619
24620 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24621 to not create links to unrelated functions in the Help buffer.
24622
24623 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24624 Doc fix.
24625
24626 * simple.el (next-error-hook): New variable.
24627 (next-error): Use it. Doc fix.
24628
24629 * textmodes/ispell.el (ispell-command-loop): Add current
24630 dictionary name and program name to mode-line-format.
24631 (ispell-region, ispell-process-line): Add current dictionary name
24632 and program name to messages.
24633
24634 2005-07-08 Jay Belanger <belanger@truman.edu>
24635
24636 * calc/calc.el (calc-embedded-announce-formula-alist)
24637 (calc-embedded-open-close-formula-alist)
24638 (calc-embedded-open-close-word-alist)
24639 (calc-embedded-open-close-plain-alist)
24640 (calc-embedded-open-close-new-formula-alist)
24641 (calc-embedded-open-close-mode-alist)
24642 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24643 (calc-embedded-mode-hook): New variables.
24644
24645 * calc/calc-embed.el (calc-embedded-firsttime)
24646 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24647 New variables.
24648 (calc-do-embedded): Use calc-embedded-firsttime,
24649 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24650 determine whether or not to run hooks.
24651 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24652 calc-embedded-firsttime-formula appropriately.
24653 Set calc-embedded delimiter variables according to mode.
24654
24655 2005-07-08 Richard M. Stallman <rms@gnu.org>
24656
24657 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24658 Check for "emacs", etc., as entire symbol, not just as word.
24659 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24660
24661 * files.el (set-visited-file-name): Report the error
24662 for "empty filename" earlier.
24663 (kill-some-buffers): Ignore buffers already dead.
24664
24665 * fringe.el (fringe-mode): Doc fix.
24666
24667 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24668 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24669 Use unwind-protect to ensure byte-compile-unresolved-functions
24670 is updated.
24671
24672 * whitespace.el (whitespace-buffer-leading-cleanup):
24673 Simplify w/ skip-chars-forward.
24674 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24675
24676 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24677 Unconditionally try to leave point at the same old place.
24678
24679 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24680
24681 * comint.el (comint-postoutput-scroll-to-bottom)
24682 (comint-show-maximum-output): Take scroll-margin into consideration.
24683
24684 2005-07-08 Kim F. Storm <storm@cua.dk>
24685
24686 * ido.el (ido-use-filename-at-point): New choice `guess'.
24687 (ido-file-internal): Try ffap-guesser if selected.
24688
24689 * ido.el (ido-before-fallback-functions): New hook.
24690 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24691 (ido-read-file-name): Run it.
24692
24693 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24694
24695 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24696 strings rather than a list of symbols to the completion function.
24697
24698 2005-07-07 Jay Belanger <belanger@truman.edu>
24699
24700 * calc/calc-units.el (math-apply-units): Change the places in
24701 which units are simplified.
24702
24703 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24704
24705 * cus-edit.el (customize-option, customize-option-other-window):
24706 Make them handle aliases.
24707
24708 * custom.el (custom-variable-p): Make it recursively follow
24709 aliases. Mention that in the docstring.
24710
24711 2005-07-07 Richard M. Stallman <rms@gnu.org>
24712
24713 * cus-start.el (exec-path): Use `directory' instead of `file'.
24714 Fix tag for nil.
24715
24716 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24717
24718 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24719 when called non-interactively. Doc fix.
24720
24721 2005-07-07 Lute Kamstra <lute@gnu.org>
24722
24723 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24724 new address as well.
24725
24726 2005-07-07 Kenichi Handa <handa@m17n.org>
24727
24728 * international/mule.el (make-coding-system):
24729 Describe `ascii-incompatible' property in the docstring.
24730 (set-file-name-coding-system): Signal an error if coding-system is
24731 ascii-incompatible.
24732 (set-keyboard-coding-system): Likewise.
24733
24734 * international/mule-cmds.el (set-default-coding-systems):
24735 Don't set default-file-name-coding-system and
24736 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24737
24738 * international/utf-16.el: Declare that all UTF-16-based coding
24739 systems are ASCII-incompatible.
24740
24741 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24742
24743 * progmodes/gud.el: Require font-lock for displaying errors.
24744 Used by gdb-ui.el.
24745
24746 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24747
24748 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24749 values for the pattern lists which are `read'able but not
24750 `append'able (like symbols).
24751
24752 2005-07-06 Richard M. Stallman <rms@gnu.org>
24753
24754 * progmodes/flymake.el (flymake-float-time): Instead of
24755 with-no-warnings, test for XEmacs.
24756 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24757 to avoid warning.
24758
24759 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24760
24761 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24762
24763 2005-07-05 Lute Kamstra <lute@gnu.org>
24764
24765 * battery.el: Add support for Darwin (with much debugging help
24766 from Samuel Lauber <sam124@operamail.com>).
24767 (battery-status-function, battery-echo-area-format)
24768 (battery-mode-line-format): Add support for pmset on Darwin.
24769 (battery-load-low, battery-load-critical): New user options.
24770 (battery-pmset): New function.
24771
24772 2005-07-05 Lute Kamstra <lute@gnu.org>
24773
24774 Update FSF's address in GPL notices.
24775
24776 * textmodes/page-ext.el: Update FSF's address.
24777
24778 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24779
24780 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24781 filling from using prefix when filling a single-line docstring.
24782
24783 * progmodes/flymake.el: Remove useless eval-when-compile.
24784
24785 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24786
24787 2005-07-04 Richard M. Stallman <rms@gnu.org>
24788
24789 * textmodes/org.el (org-file-apps-defaults-gnu):
24790 Rename from org-file-apps-defaults-linux.
24791 (org-default-apps): Don't test system-type for `linux'.
24792 (org-file-apps): Doc fix.
24793
24794 2005-07-04 David Ponce <david@dponce.com>
24795
24796 * tree-widget.el: Improve header Commentary section.
24797 (tree-widget) [defgroup]
24798 (tree-widget-image-enable, tree-widget-themes-directory)
24799 (tree-widget-theme, tree-widget-image-properties-emacs)
24800 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24801 (tree-widget-image-formats, tree-widget-control)
24802 (tree-widget-empty-control, tree-widget-leaf-control
24803 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24804 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24805 (tree-widget-keep, tree-widget-after-toggle-functions)
24806 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24807 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24808 :help-echo message.
24809 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24810 (tree-widget-image-properties): Doc fix. Clearer implementation.
24811 (tree-widget--cursors): New constant.
24812 (tree-widget-lookup-image): New function split from
24813 `tree-widget-find-image'. Clearer implementation.
24814 (tree-widget-find-image): Use it.
24815 (tree-widget-button-keymap): Use `set-keymap-parent'.
24816 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24817 Define the sub-widgets here.
24818 (tree-widget-node): Check that :node is not a tree-widget.
24819 (tree-widget-get-super, tree-widget-open-control)
24820 (tree-widget-close-control, tree-widget-empty-control)
24821 (tree-widget-leaf-control, tree-widget-guide)
24822 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24823 (tree-widget-no-handle, tree-widget-value-delete)
24824 (tree-widget-map): Remove.
24825 (tree-widget-children-value-save): Doc fix. Simplified.
24826 (tree-widget-value-create): Update according to previous changes.
24827
24828 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24829
24830 * textmodes/org.el: Leading space replaced by TABS.
24831 (org-recalc-marks, org-table-rotate-recalc-marks)
24832 (org-table-get-specials): Treat "^" and "_" marks.
24833 (org-table-justify-field-maybe): Optional argument NEW.
24834 (org-table-eval-formula): Parsing of the format simplified.
24835 New modes C,I. Honor the %= parameter in the current table.
24836 Avoid unnecessary re-align by using the NEW argument to
24837 `org-table-justify-field-maybe'.
24838 (org-calc-default-modes): Default for date-format mimicks org-mode.
24839 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24840
24841 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24842
24843 * cus-face.el (custom-theme-set-faces): Make it handle face
24844 aliases whose alias declarations are pre- or autoloaded.
24845
24846 2005-07-04 Juri Linkov <juri@jurta.org>
24847
24848 * faces.el (read-face-name): Put the code for getting a face name
24849 from the buffer before adding the faces from the `face' property.
24850 Use `completing-read-multiple' instead of `completing-read'.
24851 Require `crm'. Add default value and post-process the returned
24852 list of faces.
24853
24854 * emacs-lisp/crm.el (crm-find-current-element)
24855 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24856
24857 * emacs-lisp/lisp-mode.el (eval-defun-1):
24858 * emacs-lisp/edebug.el (edebug-eval-defun):
24859 Remove unnecessary quotes.
24860
24861 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24862
24863 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24864 (prolog-indent-level): Fix typo in docstring.
24865
24866 * info.el (Info-history, Info-history-forward)
24867 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24868
24869 * add-log.el (add-change-log-entry):
24870 * comint.el (comint-dynamic-list-input-ring)
24871 (comint-dynamic-list-completions):
24872 * dabbrev.el (dabbrev-expand):
24873 * delim-col.el (delimit-columns-rectangle-line):
24874 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24875 (diff-unified->context):
24876 * ediff-init.el (ediff-abbrev-jobname):
24877 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24878 (ediff-replace-session-activity-marker-in-meta-buffer):
24879 * info.el (Info-summary):
24880 * lpr.el (printify-region):
24881 * printing.el (pr-create-interface):
24882 * ps-print.el (ps-print-quote):
24883 * ses.el (ses-column-widths, ses-print-cell)
24884 (ses-adjust-print-width, ses-center):
24885 * shell.el (shell-file-name-quote-list):
24886 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24887 (strokes-fill-current-buffer-with-whitespace)
24888 (strokes-xpm-for-stroke, strokes-list-strokes)
24889 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24890 * term.el (term-dynamic-list-input-ring)
24891 (term-dynamic-list-completions):
24892 * calc/calc.el (math-format-stack-value):
24893 * emacs-lisp/edebug.el (edebug-display-freq-count):
24894 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24895 (delphi-new-comment-line):
24896 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24897 * progmodes/executable.el (executable-set-magic):
24898 * progmodes/python.el (inferior-python-mode):
24899 * progmodes/scheme.el (scheme-mode-syntax-table):
24900 * progmodes/sh-script.el (sh-maybe-here-document):
24901 * progmodes/sql.el (sql-copy-column):
24902 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24903 * textmodes/bibtex.el (bibtex-mode):
24904 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24905 (sgml-auto-attributes):
24906 * textmodes/table.el (table-insert, table-shorten-cell)
24907 (table--generate-source-scan-lines, table-delete-row)
24908 (*table--cell-delete-char, table--spacify-frame)
24909 (table--horizontally-shift-above-and-below)
24910 (table--cell-insert-char, table--cell-blank-str)
24911 (table--fill-region-strictly):
24912 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24913 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24914
24915 * add-log.el (change-log):
24916 * apropos.el (apropos):
24917 * comint.el (comint-completion, comint-source):
24918 * dabbrev.el (dabbrev):
24919 * delim-col.el (columns):
24920 * diff-mode.el (diff-mode):
24921 * ediff.el (ediff):
24922 * ediff-diff.el (ediff-diff):
24923 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24924 * ediff-mult.el (ediff-mult):
24925 * ediff-ptch.el (ediff-ptch):
24926 * ediff-wind.el (ediff-window):
24927 * facemenu.el (facemenu):
24928 * indent.el (indent):
24929 * info.el (info):
24930 * jka-cmpr-hook.el (compression, jka-compr):
24931 * lpr.el (lpr):
24932 * outline.el (outlines):
24933 * pcmpl-cvs.el (pcmpl-cvs):
24934 * pcmpl-rpm.el (pcmpl-rpm):
24935 * printing.el (printing):
24936 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24937 (ps-print-vertical, ps-print-headers, ps-print-font)
24938 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24939 (ps-print-background, ps-print-printer, ps-print-page)
24940 (ps-print-miscellany):
24941 * ses.el (ses):
24942 * shell.el (shell, shell-directories, shell-faces):
24943 * startup.el (initialization):
24944 * strokes.el (strokes):
24945 * term.el (term):
24946 * uniquify.el (uniquify):
24947 * w32-vars.el (w32):
24948 * calc/calc.el (calc):
24949 * emacs-lisp/bytecomp.el (bytecomp):
24950 * emacs-lisp/cl-indent.el (lisp-indent):
24951 * emacs-lisp/edebug.el (edebug):
24952 * emacs-lisp/elp.el (elp):
24953 * emacs-lisp/testcover.el (testcover):
24954 * emacs-lisp/trace.el (trace):
24955 * emulation/viper-ex.el (viper-ex):
24956 * emulation/viper-mous.el (viper-mouse):
24957 * mail/mailalias.el (mailalias):
24958 * mail/supercite.el (supercite, supercite-frames)
24959 (supercite-attr, supercite-cite, supercite-hooks):
24960 * net/rcompile.el (remote-compile):
24961 * net/rlogin.el (rlogin):
24962 * obsolete/ooutline.el (outlines):
24963 * progmodes/delphi.el (delphi):
24964 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24965 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24966 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24967 (ebnf-optimization):
24968 * progmodes/etags.el (etags):
24969 * progmodes/executable.el (executable):
24970 * progmodes/idlwave.el (idlwave):
24971 * progmodes/pascal.el (pascal):
24972 * progmodes/prolog.el (prolog):
24973 * progmodes/python.el (python):
24974 * progmodes/scheme.el (scheme):
24975 * progmodes/sh-script.el (sh, sh-script):
24976 * progmodes/sql.el (SQL):
24977 * progmodes/tcl.el (tcl):
24978 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24979 * textmodes/enriched.el (enriched):
24980 * textmodes/makeinfo.el (makeinfo):
24981 * textmodes/sgml-mode.el (sgml):
24982 * textmodes/table.el (table-hooks):
24983 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24984 * textmodes/texinfo.el (texinfo):
24985 * textmodes/two-column.el (two-column):
24986 Finish `defgroup' description with period.
24987
24988 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24989 * eshell/esh-var.el (eshell-var):
24990 * progmodes/vhdl-mode.el (vhdl-testbench):
24991 * textmodes/org.el (org): Fix typos in docstrings.
24992
24993 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24994 consistency.
24995
24996 * progmodes/flymake.el (flymake-find-file): Remove.
24997 (flymake-float-time): Use `with-no-warnings'.
24998 (flymake-check-start-time, flymake-check-was-interrupted)
24999 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25000 (flymake-new-err-info): `defvar' at compile time.
25001
25002 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
25003
25004 * replace.el (occur-hook): Doc fix.
25005 (occur-1): Don't call `occur-hook' if there are no matches.
25006
25007 2005-07-03 Richard M. Stallman <rms@gnu.org>
25008
25009 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25010 global-map, save the same map.
25011 (global-map): Don't alter it at top level.
25012 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25013 Then alter it here instead.
25014 (tpu-edt-off): Set global-map to the saved one.
25015
25016 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25017 All references simplified.
25018 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25019 (zmacs-regions): Add defvar.
25020 (repeat-complex-command-map): Everything about that deleted.
25021
25022 * textmodes/artist.el (artist-key-is-drawing)
25023 (artist-key-endpoint1, artist-key-poly-point-list)
25024 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25025 (artist-key-compl-table, artist-rb-save-data)
25026 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25027 Don't put them in eval-when-compile.
25028 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25029
25030 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25031 Use with-no-warnings.
25032
25033 * net/browse-url.el (dos-windows-version): Add defvar.
25034
25035 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25036
25037 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25038 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25039 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25040 Add defvar.
25041 (rmail-summary-beginning-of-message): Use with-no-warnings.
25042 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25043
25044 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25045 Use with-no-warnings.
25046
25047 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25048 (c-mark-function): Add point-moving-unit property.
25049 (vi-goto-line): Use with-no-warnings.
25050
25051 * emulation/edt.el (edt-last-copied-word): Add defvar.
25052 (zmacs-region-stays): Likewise.
25053 (edt-mark-section-wisely): Use c-mark-function for C.
25054 Use makr-defun for Fortran.
25055 (time-string): defvar deleted.
25056 (edt-display-the-time): Don't set time-string.
25057
25058 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25059
25060 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25061 Don't warn when name is not constant
25062 or for defining the group `emacs'.
25063
25064 * tooltip.el (gud-tooltip-mode): Add defvar.
25065
25066 * startup.el (default-frame-background-mode): Add defvar.
25067
25068 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25069
25070 * info.el (tool-bar-map): Add defvar.
25071
25072 * dired.el (dnd-protocol-alist): Add defvar.
25073
25074 * dired-aux.el (dired-query): Display question with answer, when
25075 the user answers.
25076
25077 * custom.el (custom-add-option): Doc fix.
25078
25079 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25080
25081 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25082
25083 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25084 bogus name from the last change.
25085
25086 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25087
25088 * custom.el (custom-declare-variable): Fix typos in comment.
25089 (custom-known-themes): Doc fix.
25090 (custom-theme-directory): New defcustom.
25091 (require-theme): Make it check `custom-theme-directory'.
25092
25093 * cus-theme.el (custom-new-theme-mode): New function.
25094 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25095 (custom-theme-description): Add compiler defvars.
25096 (customize-create-theme): Add doc to the "*New Custom Theme*"
25097 buffer. Use `custom-new-theme-mode'.
25098 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25099 and save it to the `custom-theme-directory'. Make this the
25100 default directory of the buffer.
25101
25102 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25103
25104 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25105 Fix unbalanced parentheses.
25106
25107 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25108
25109 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25110 into flymake-mode and delegate to flymake-mode.
25111
25112 * find-file.el (ff-which-function-are-we-in): Clean up.
25113
25114 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25115
25116 * replace.el (occur-rename-buffer): Fix docstring.
25117
25118 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25119 (edt-last-copied-word, edt-learn-macro-count)
25120 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25121 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25122 (time-string, zmacs-region-stays):
25123 * emulation/edt-mapper.el (edt-save-function-key-map)
25124 (EDT-key-name): `defvar' to silence the byte-compiler.
25125
25126 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25127
25128 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25129 font-lock-regexp-backslash. Doc fix.
25130 (font-lock-regexp-backslash-grouping-construct): Rename from
25131 font-lock-regexp-backslash-construct. Doc fix.
25132 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25133 grouping constructs.
25134
25135 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25136
25137 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25138 updating all the prerequisites.
25139
25140 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25141
25142 * textmodes/org.el (org-agenda-start-on-weekday)
25143 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25144 (org-agenda-use-time-grid, org-archive-location)
25145 (org-allow-space-in-links, org-usenet-links-prefer-google)
25146 (org-enable-table-editor, org-export-default-language)
25147 (org-export-html-show-new-buffer, org-fill-paragraph)
25148 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25149 (org-goto-quit, org-occur, org-eval-in-calendar)
25150 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25151 (org-agenda-diary-entry, org-remember-help)
25152 (org-table-convert-region, org-at-table-p)
25153 (org-table-move-row-down, org-table-move-row-up)
25154 (org-table-copy-region, org-table-toggle-vline-visibility)
25155 (org-table-get-stored-formulas, org-table-get-specials)
25156 (org-recalc-commands, org-table-eval-formula)
25157 (org-table-formula-substitute-names, orgtbl-make-binding)
25158 (org-format-org-table-html, org-format-table-table-html)
25159 (org-format-table-table-html-using-table-generate-source)
25160 (org-customize): Fix typos in docstrings.
25161 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25162 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25163 (org-back-to-heading): Doc fixes.
25164 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25165 (org-agenda-change-all-lines, org-get-header):
25166 Improve argument/docstring consistency.
25167 (orgtbl-error): Fix error message.
25168
25169 * progmodes/flymake.el (flymake-find-possible-master-files)
25170 (flymake-master-file-compare, flymake-get-line-err-count)
25171 (flymake-highlight-line, flymake-gui-warnings-enabled):
25172 Fix typos in docstrings.
25173 (flymake-parse-line, flymake-get-project-include-dirs-function)
25174 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25175 Doc fixes.
25176 (flymake-get-project-include-dirs-function)
25177 (flymake-make-err-menu-data):
25178 Improve argument/docstring consistency.
25179
25180 2005-07-01 Lute Kamstra <lute@gnu.org>
25181
25182 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25183 Catch errors with ignore-errors. Use temporary buffer.
25184 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25185
25186 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25187 background color faces.
25188 (facemenu-set-foreground, facemenu-set-background):
25189 Use facemenu-set-face-from-menu.
25190 (facemenu-set-face-from-menu): Treat face names that start with
25191 "fg:" or "bg:" as special.
25192 (facemenu-add-new-color): Don't create faces. Simplify.
25193
25194 2005-06-30 Richard M. Stallman <rms@gnu.org>
25195
25196 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25197 (crm-find-current-element): Likewise.
25198
25199 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25200
25201 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25202
25203 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25204
25205 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25206 (archive-mouse-extract): Make it an obsolete alias.
25207 (archive-mode-map): Don't use archive-mouse-extract any more.
25208 (archive-mode, archive-extract): write-contents-hooks ->
25209 write-contents-functions.
25210 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25211 first arg.
25212 (archive-rename-entry): Update the call.
25213 (archive-zip-summarize): Remove unused var `method'.
25214 (archive-lzh-summarize): Remove unused var `creator'.
25215
25216 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25217 dedicated frame upon exit.
25218
25219 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25220 (archive-zip-extract, archive-zip-expunge)
25221 (archive-zip-update, archive-zip-update-case): Use executable-find.
25222 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25223 Use restore-buffer-modified-p.
25224 (archive-extract, archive-add-new-member, archive-write-file-member):
25225 Use with-current-buffer.
25226 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25227
25228 2005-06-30 Andreas Schwab <schwab@suse.de>
25229
25230 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25231
25232 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25233
25234 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25235
25236 2005-06-30 Juri Linkov <juri@jurta.org>
25237
25238 * faces.el (vertical-border): Inherit from mode-line-inactive
25239 only on tty.
25240
25241 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25242
25243 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25244 example, -NLINES in the `occur' docstring).
25245
25246 * replace.el (occur-1): When no matches are found, do not set the
25247 `buffer-read-only' and modified flags for the occur buffer,
25248 because it is deleted.
25249
25250 * emulation/cua-base.el (cua-check-pending-input)
25251 (cua-repeat-replace-region, cua-mode, cua-debug)
25252 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25253 Fix typos in docstrings.
25254
25255 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25256 (cua-cut-region-to-global-mark)
25257 (cua--cut-rectangle-to-global-mark):
25258 Remove period from end of messages.
25259
25260 * emulation/cua-rect.el (cua-do-rectangle-padding):
25261 Remove period from end of messages.
25262 (cua--rectangle-seq-format): Fix typo in docstring.
25263 (cua-sequence-rectangle, cua-fill-char-rectangle):
25264 Improve argument/docstring consistency.
25265
25266 2005-06-29 Juri Linkov <juri@jurta.org>
25267
25268 * faces.el (default-frame-background-mode): New internal variable.
25269 (frame-set-background-mode): Use it.
25270
25271 * startup.el (normal-top-level): Set default-frame-background-mode
25272 instead of frame-background-mode. Before setting it, test for its
25273 nil value. Remove tests for frame-background-mode and frame
25274 parameter `reverse'. Add test for "unspecified-fg".
25275
25276 * term/xterm.el (xterm-rxvt-set-background-mode):
25277 * term/rxvt.el (rxvt-set-background-mode):
25278 Set default-frame-background-mode instead of frame-background-mode.
25279
25280 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25281
25282 * simple.el (set-variable): Warn about obsolete user variables.
25283
25284 * imenu.el (imenu--completion-buffer):
25285 * mouse.el (mouse-buffer-menu-alist):
25286 * msb.el (msb-invisible-buffer-p):
25287 * calendar/diary-lib.el (diary-header-line-format):
25288 * emacs-lisp/pp.el (pp-buffer):
25289 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25290 * textmodes/picture.el (picture-replace-match):
25291 Change space constants followed by a sexp to "?\s ".
25292
25293 * play/decipher.el (decipher-loop-with-breaks):
25294 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25295 constants "protected" from end of line by a comment to "?\s".
25296
25297 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25298
25299 * font-lock.el (save-buffer-state): Use `declare'.
25300
25301 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25302 reset the syntax-table to cperl-mode-syntax-table.
25303 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25304 "foo_print_bar" is not matched as a reserved keyword.
25305
25306 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25307
25308 * textmodes/org.el (orgtbl-setup): New function, for delayed
25309 setup for the orgtbl commands.
25310 (org-calc-default-modes): New option.
25311 (orgtbl-make-binding): Use `defun' to get better help display.
25312 (org-diary): Call `org-compile-prefix-format'.
25313 (org-table-formula-substitute-names): New function.
25314 (org-agenda-day-view, org-agenda-week-view): New commands.
25315 (org-agenda-toggle-week-view): Command removed.
25316 (org-tbl-menu): Split off from org-org-menu.
25317 (org-mode): Move removal of outline-mode menus to here.
25318 (org-table-formula-debug): New option.
25319 (org-table-insert-row): Keep first field if just "#" or "*".
25320 (org-mode): Paragraph regexps fixed.
25321 (org-table-recalculate-regexp): New constant.
25322 (org-table-justify-field-maybe): Avoid replace if not necessary.
25323 (org-copy-special, org-cut-special): Use `call-interactively'.
25324 (org-table-copy-region): Take region from `interactive' call.
25325 (org-trim): Return string even if no match.
25326 (org-formula): New face.
25327 (org-set-font-lock-defaults): No longer highlight "FIXME".
25328 But highlight formula-related fields in table.
25329 (org-table-p): Use regexp, not fontification.
25330 (org-table-align): Handle white space at end of line.
25331 (org-table-formula-evaluate-inline): New option.
25332 (org-mode): Auto-wrapping in comment lines turned off.
25333 (org-table-copy-down): Evaluate only in copied field, not in
25334 destination.
25335 (org-table-current-formula): Variable removed.
25336 (org-table-store-formulas, org-table-get-stored-formulas)
25337 (org-table-modify-formulas, org-table-replace-in-formulas)
25338 (org-table-maybe-eval-formula): New functions.
25339 (org-table-get-formula): Modify to use stored formulas.
25340 (org-table-insert-column, org-table-delete-column)
25341 (org-table-move-column): Call `org-table-modify-formulas'.
25342 (org-complete): Add completion for keyword formulas.
25343 (orgtbl-mode): Pull orgtbl-mode-map to start of
25344 minor-mode-map-alist.
25345
25346 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25347
25348 * progmodes/python.el (python-check): Require `compile' before
25349 modifying its variables.
25350
25351 * newcomment.el (comment-indent-default): Don't get fooled by an early
25352 end of buffer.
25353
25354 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25355
25356 * ps-print.el (ps-print-version): Fix version number.
25357
25358 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25359
25360 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25361
25362 2005-06-28 Richard M. Stallman <rms@gnu.org>
25363
25364 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25365 (flyspell-local-mouse-map): Declaration deleted.
25366 (flyspell-mouse-map): Bind only mouse-2.
25367 (flyspell-mode-map): Don't test flyspell-use-local-map.
25368 (flyspell-overlay-keymap-property-name): Var deleted.
25369 (flyspell-mode-on): Don't make local bindings for
25370 flyspell-mouse-map and flyspell-mode-map.
25371 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25372
25373 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25374
25375 * progmodes/compile.el (compilation-next-error-function):
25376 Don't switch buffers; operate on the current buffer.
25377
25378 * progmodes/compile.el (compilation-error-file-name)
25379 (compilation-warning-file-name, compilation-info-file-name)
25380 (compilation-line-number, compilation-column-number): New faces.
25381 (compilation-error-face, compilation-warning-face)
25382 (compilation-info-face, compilation-line-face)
25383 (compilation-column-face): Use them.
25384
25385 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25386
25387 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25388
25389 * bindings.el (global-map): Bind insertchar and its variants.
25390
25391 2005-06-27 Richard M. Stallman <rms@gnu.org>
25392
25393 * textmodes/artist.el (artist-text-overwrite)
25394 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25395
25396 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25397
25398 * ps-print.el: It was not working the page selection for printing.
25399 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25400 (ps-print-version): New version 6.6.7.
25401 (ps-end-sheet): New fun.
25402 (ps-header-sheet, ps-end-job): Call it.
25403
25404 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25405
25406 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25407
25408 2005-06-27 Lute Kamstra <lute@gnu.org>
25409
25410 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25411 background color faces.
25412 (facemenu-get-face): Delete function.
25413 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25414 (facemenu-add-new-color): Make second argument mandatory.
25415 Create the appropriate face and return it. Simplify.
25416 (facemenu-set-foreground, facemenu-set-background): Don't check if
25417 color is defined. Use return value of facemenu-add-new-color.
25418
25419 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25420
25421 * progmodes/gud.el (gud-filter): Add missing argument to
25422 with-selected-window.
25423
25424 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25425
25426 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25427 a :require to the defcustom.
25428
25429 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25430 defcustoms corresponding to minor modes.
25431
25432 2005-06-26 David Ponce <david@dponce.com>
25433
25434 * recentf.el: Require tree-widget instead of wid-edit.
25435 (recentf-filename-handler): Fix widget :type.
25436 (recentf-cancel-dialog, recentf-open-more-files)
25437 (recentf-open-files-action): Doc fix.
25438 (recentf-dialog-goto-first): New function.
25439 (recentf-dialog-mode-map): Set parent keymap first.
25440 (recentf-dialog-mode): Define with define-derived-mode.
25441 Don't display continuation lines in dialogs.
25442 (recentf-edit-list): Rename from recentf-edit-selected-items.
25443 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25444 Simplify.
25445 (recentf-edit-list-validate): New function.
25446 (recentf-edit-list): Update accordingly.
25447 (recentf-open-files-item-shift): Remove.
25448 (recentf-open-files-item): Convert menu elements into tree and
25449 link widgets. Don't create the widgets.
25450 (recentf-open-files): Update accordingly.
25451 (recentf-save-list): Untabify.
25452
25453 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25454
25455 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25456 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25457 partially contained in the active region. Do not take active
25458 region into account when called from Lisp, unless INTERACTIVE arg
25459 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25460 avoid trouble with fields. Make marker point nowhere when no
25461 longer used. Always return nil. Doc fix.
25462 (flush-lines): Add INTERACTIVE arg. Do not take active region
25463 into account when called from Lisp, unless INTERACTIVE arg is
25464 non-nil. Use `forward-line' instead of `beginning-of-line' to
25465 avoid trouble with fields. Make marker point nowhere when no
25466 longer used. Always return nil. Doc fix.
25467 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25468 interchangeable. Do not take active region into account when
25469 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25470 message in echo area when called from Lisp, unless INTERACTIVE arg
25471 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25472 Return the number of matches. Doc fix.
25473 (occur): Doc fix.
25474 (perform-replace): Make comment follow double space convention for
25475 the sake of `outline-minor-mode'.
25476
25477 * faces.el (facep): Doc fix.
25478
25479 2005-06-25 Richard M. Stallman <rms@gnu.org>
25480
25481 * facemenu.el (facemenu-enable-faces-p): New function.
25482 (facemenu-background-menu, facemenu-foreground-menu)
25483 (facemenu-face-menu): Add menu-enable property.
25484
25485 * jka-compr.el (jka-compr-insert-file-contents):
25486 Special handling if cannot find the uncompression program.
25487
25488 * cus-face.el (custom-face-attributes): Add autoload.
25489
25490 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25491 Bind comment-indent-function locally.
25492
25493 * window.el (save-selected-window): Use save-current-buffer.
25494
25495 * subr.el (with-selected-window): Use save-current-buffer.
25496
25497 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25498 and with-current-buffer.
25499
25500 2005-06-24 Richard M. Stallman <rms@gnu.org>
25501
25502 * simple.el (line-move-1): Fix previous change.
25503
25504 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25505
25506 * replace.el (occur-1): Set `buffer-read-only' and the
25507 buffer-modified flag before running `occur-hook' to protect
25508 against unintentional buffer switches that can lead to data loss.
25509
25510 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25511
25512 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25513 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25514 initial error.
25515
25516 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25517 after fresh input.
25518 (gdb-var-create-handler): Put name of expression in quotes.
25519
25520 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25521
25522 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25523 elements of RING in order, and without bogus nil elements.
25524
25525 2005-06-23 Richard M. Stallman <rms@gnu.org>
25526
25527 * simple.el (set-variable): Args renamed; doc fix.
25528 (line-move-1): When there are overlays around, use vertical-motion.
25529
25530 * faces.el (escape-glyph): Use brown against light background.
25531 (nobreak-space): Rename from no-break-space.
25532 Fix previous change.
25533
25534 * dired-aux.el (dired-do-copy): Fix arg prompt.
25535
25536 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25537
25538 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25539
25540 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25541 rather than "Distributor".
25542
25543 2005-06-23 Lute Kamstra <lute@gnu.org>
25544
25545 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25546 (debug-on-entry): Use it. New interactive declaration that uses
25547 function-called-at-point.
25548
25549 2005-06-23 Kim F. Storm <storm@cua.dk>
25550
25551 * subr.el (save-match-data): Add comment about using evaporate arg
25552 to set-match-data.
25553
25554 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25555
25556 * cus-edit.el (customize-face)
25557 (customize-face-other-window): Handle face aliases.
25558
25559 * faces.el (face-documentation, set-face-attribute)
25560 (face-spec-set): Handle face aliases.
25561
25562 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25563
25564 * help-mode.el (help-make-xrefs): If a symbol representing a face
25565 name is not followed by the word "face", it could still be a
25566 function or variable name, so don't bypass other checks.
25567
25568 2005-06-22 Juri Linkov <juri@jurta.org>
25569
25570 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25571 Replace aliased functions with calls where second arg `inherit' is t.
25572
25573 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25574
25575 * progmodes/gdb-ui.el (gdb-error): New variable.
25576 (gdb-error): New function.
25577 (gdb-annotation-rules): Act on error-begin and error annotations.
25578 (gdb-concat-output): Use font-lock-warning-face for errors.
25579
25580 2005-06-22 Miles Bader <miles@gnu.org>
25581
25582 * bindings.el (propertized-buffer-identification): Use renamed
25583 `Buffer-menu-buffer' face.
25584
25585 * faces.el (vertical-border): Rename from `vertical-divider'.
25586 (escape-glyph): Change dark-background color back to `cyan'.
25587
25588 2005-06-21 Juri Linkov <juri@jurta.org>
25589
25590 * faces.el (face-user-default-spec): Try getting `customized-face'
25591 prior to `saved-face'.
25592 (frame-background-mode): Refill docstring.
25593
25594 * emacs-lisp/lisp-mode.el (eval-defun-1):
25595 * emacs-lisp/edebug.el (edebug-eval-defun):
25596 Set `saved-face' temporarily to nil before calling form.
25597 Set `customized-face' to the new spec after that.
25598
25599 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25600
25601 * subr.el (1value, lambda, key-substitution-in-progress):
25602 Doc fixes.
25603
25604 * autoinsert.el (auto-insert-alist):
25605 * ses.el (ses-call-printer):
25606 * subr.el (noreturn):
25607 * emacs-lisp/lisp.el (check-parens):
25608 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25609 * net/browse-url.el (browse-url-mosaic):
25610 * progmodes/cc-defs.el (c-safe-scan-lists):
25611 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25612 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25613 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25614 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25615 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25616 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25617
25618 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25619
25620 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25621
25622 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25623
25624 * calendar/appt.el (appt-make-list): Activate the package, if
25625 not already active (for backwards compatibility).
25626
25627 2005-06-20 Kim F. Storm <storm@cua.dk>
25628
25629 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25630
25631 2005-06-20 Miles Bader <miles@gnu.org>
25632
25633 * faces.el (vertical-divider): New face.
25634
25635 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25636
25637 * simple.el (kill-whole-line): Doc fix.
25638 (next-error-buffer-p, next-error-find-buffer)
25639 (clone-indirect-buffer): Fix typos in docstrings.
25640 (comment-line-break-function): Doc fix: don't say variable
25641 is automatically buffer-local (it isn't).
25642
25643 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25644
25645 * net/tramp-ftp.el (top):
25646 * net/tramp-smb.el (top):
25647 * net/tramp-util.el (top):
25648 * net/tramp-uu.el (top):
25649 * net/tramp-vc.el (top):
25650 * net/tramp.el (top): Revert copyright years back to original
25651 ones. Tramp has a life outside GNU Emacs.
25652
25653 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25654
25655 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25656
25657 2005-06-18 Juri Linkov <juri@jurta.org>
25658
25659 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25660 end of first regexp to limit the match to the position between
25661 line number and source line with same separator character as used
25662 between file name and line number. In the second regexp limit
25663 mouse-face area to file name and line number by adding new group
25664 for them and referring it in HYPERLINK arg.
25665 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25666 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25667 previous line where grep markers may be already removed.
25668
25669 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25670
25671 * progmodes/ps-mode.el: Update version and maintainer's email address.
25672
25673 2005-06-18 Steve Youngs <steve@xemacs.org>
25674
25675 * net/browse-url.el (browse-url-browser-function)
25676 (browse-url-default-browser): Add firefox.
25677 (browse-url-firefox-program, browse-url-firefox-arguments)
25678 (browse-url-firefox-startup-arguments)
25679 (browse-url-firefox-new-window-is-tab): New defcustoms.
25680 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25681
25682 2005-06-17 Richard M. Stallman <rms@gnu.org>
25683
25684 * startup.el (command-line): Warn if specified user name has
25685 no home directory.
25686
25687 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25688 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25689
25690 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25691 Doc fixes.
25692
25693 * faces.el (underline): Try bold if terminal doesn't support underline.
25694
25695 * mail/sendmail.el (mail-setup-with-from): New variable.
25696 (mail-insert-from-field): New function.
25697 (sendmail-send-it): Call it.
25698 (mail-setup): Optionally call it here.
25699
25700 * term/linux.el: Call tty-no-underline.
25701
25702 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25703
25704 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25705
25706 2005-06-17 Miles Bader <miles@gnu.org>
25707
25708 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25709 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25710 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25711 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25712 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25713 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25714 Remove "-face" suffix from face names.
25715 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25716 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25717 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25718 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25719 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25720 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25721 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25722 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25723 New backward-compatibility aliases for renamed faces.
25724 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25725 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25726 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25727 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25728 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25729 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25730 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25731 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25732 Use renamed ediff faces.
25733
25734 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25735 Remove "-face" suffix from face names.
25736 (eshell-test-ok-face, eshell-test-failed-face):
25737 New backward-compatibility aliases for renamed faces.
25738 (eshell-run-test): Use renamed eshell-test faces.
25739
25740 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25741 face name.
25742 (eshell-prompt-face): New backward-compatibility alias for renamed
25743 face.
25744 (eshell-emit-prompt): Use renamed eshell-prompt face.
25745
25746 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25747 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25748 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25749 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25750 Remove "-face" suffix from face names.
25751 (eshell-ls-directory-face, eshell-ls-symlink-face)
25752 (eshell-ls-executable-face, eshell-ls-readonly-face)
25753 (eshell-ls-unreadable-face, eshell-ls-special-face)
25754 (eshell-ls-missing-face, eshell-ls-archive-face)
25755 (eshell-ls-backup-face, eshell-ls-product-face)
25756 (eshell-ls-clutter-face):
25757 New backward-compatibility aliases for renamed faces.
25758 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25759
25760 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25761 Remove "-face" suffix from face name.
25762 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25763 instead of literal face.
25764
25765 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25766
25767 * emacs-lisp/warnings.el (display-warning, lwarn)
25768 (warning-minimum-log-level): Doc fixes.
25769 (warning-minimum-level, warning-minimum-log-level):
25770 Add :debug to :type choices.
25771
25772 * progmodes/ada-mode.el (ada-format-paramlist)
25773 (ada-get-indent-case, ada-check-matching-start)
25774 (ada-check-defun-name, ada-goto-matching-decl-start)
25775 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25776 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25777 (ada-make-subprogram-body): Follow error conventions.
25778 (ada-case-exception-file, ada-indent-comment-as-code)
25779 (ada-indent-handle-comment-special, ada-indent-renames)
25780 (ada-indent-return, ada-search-directories-internal)
25781 (ada-tab-policy, ada-case-exception-substring)
25782 (ada-other-file-alist, ada-matching-start-re)
25783 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25784 (ada-imenu-generic-expression, ada-compile-goto-error)
25785 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25786 (ada-popup-menu, ada-add-extensions, ada-mode)
25787 (ada-region-selected, ada-create-case-exception)
25788 (ada-create-case-exception-substring, ada-after-keyword-p)
25789 (ada-activate-keys-for-case, ada-adjust-case-region)
25790 (ada-adjust-case-buffer, ada-format-paramlist)
25791 (ada-scan-paramlist, ada-insert-paramlist)
25792 (ada-indent-newline-indent)
25793 (ada-indent-newline-indent-conditional)
25794 (ada-justified-indent-current, ada-goto-previous-word)
25795 (ada-indent-current, ada-get-indent-open-paren)
25796 (ada-get-indent-paramlist, ada-get-indent-end)
25797 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25798 (ada-get-indent-block-start, ada-get-indent-subprog)
25799 (ada-get-indent-noindent, ada-get-indent-label)
25800 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25801 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25802 (ada-goto-stmt-end, ada-goto-next-word)
25803 (ada-check-matching-start, ada-check-defun-name)
25804 (ada-goto-matching-decl-start, ada-goto-matching-start)
25805 (ada-goto-matching-end, ada-search-ignore-string-comment)
25806 (ada-in-decl-p, ada-looking-at-semi-or)
25807 (ada-looking-at-semi-private, ada-in-paramlist-p)
25808 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25809 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25810 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25811 (ada-previous-package, ada-create-menu)
25812 (ada-fill-comment-paragraph-justify)
25813 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25814 (ada-other-file-name, ada-last-which-function-line)
25815 (ada-last-which-function-subprog, ada-which-function)
25816 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25817 (ada-gen-treat-proc, ada-check-emacs-version)
25818 (ada-continuation-indent, ada-align-region-separate):
25819 Fix typos in docstrings.
25820 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25821
25822 2005-06-16 Lute Kamstra <lute@gnu.org>
25823
25824 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25825 conditionally.
25826
25827 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25828
25829 * comint.el (comint-replace-by-expanded-filename)
25830 (comint-prompt-regexp, comint-delimiter-argument-list)
25831 (comint-preinput-scroll-to-bottom):
25832 * info.el (Info-hide-cookies-node):
25833 * ls-lisp.el (ls-lisp-classify):
25834 * find-file.el (ff-search-directories, ff-special-constructs)
25835 (ff-find-other-file):
25836 * font-lock.el (font-lock-keywords):
25837 * shell.el (shell-prompt-pattern)
25838 (shell-dynamic-complete-functions, shell-mode)
25839 (shell-delimiter-argument-list):
25840 * term.el (term-replace-by-expanded-filename)
25841 (term-prompt-regexp, term-delimiter-argument-list):
25842 * woman.el (woman-ignore, woman0-if):
25843 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25844 * emacs-lisp/elint.el (elint-init-env):
25845 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25846 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25847 * language/ethio-util.el (ethio-tilde-escape)
25848 (ethio-use-three-dot-question):
25849 * net/zone-mode.el (zone-mode-load-time-setup):
25850 * progmodes/cc-align.el (c-lineup-argcont):
25851 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25852 * progmodes/cperl-mode.el (cperl-set-style-back):
25853 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25854 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25855 Fix spellings in docstrings.
25856
25857 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25858 * progmodes/modula2.el (m2-for): Fix spellings.
25859
25860 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25861
25862 * simple.el (undo-more): Don't use `format' on `error' arguments.
25863 Improve argument/docstring consistency.
25864 (pending-undo-list): Doc fix.
25865
25866 * smerge-mode.el (smerge-ensure-match):
25867 * emulation/vip.el (vip-ex):
25868 * net/zone-mode.el (zone-mode-update-serial):
25869 * progmodes/idlwave.el (idlwave-complete):
25870 * progmodes/vhdl-mode.el (vhdl-visit-file)
25871 (vhdl-compose-wire-components):
25872 Don't use `format' on `error' arguments.
25873
25874 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25875 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25876 (tooltip-help-tips): Fix typos in docstrings.
25877
25878 2005-06-16 David Ponce <david@dponce.com>
25879
25880 * tree-widget.el (tree-widget-value-create): Simplify last change.
25881
25882 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25883
25884 * ido.el (ido-incomplete-regexp): New variable.
25885 (ido-set-matches-1): Handle invalid-regexp error and set
25886 ido-incomplete-regexp.
25887 (ido-incomplete-regexp): New face.
25888 (ido-completions): Use it.
25889 (ido-complete, ido-exit-minibuffer, ido-completions):
25890 Handle incomplete regexps.
25891 (ido-completions): Add check for complete match when entering a regexp.
25892
25893 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25894
25895 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25896
25897 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25898
25899 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25900 by field delimiters.
25901
25902 2005-06-15 David Ponce <david@dponce.com>
25903
25904 * tree-widget.el: eval-and-compile inlined functions so they will
25905 be available at run-time too.
25906 (tree-widget-super-format-handler)
25907 (tree-widget-format-handler): Remove.
25908 (tree-widget-value-create): Handle the :indent property.
25909
25910 2005-06-15 Miles Bader <miles@gnu.org>
25911
25912 * progmodes/which-func.el (which-func): Only inherit
25913 `font-lock-function-name-face' when that makes sense against the
25914 default mode-line face, otherwise set the face color explicitly.
25915
25916 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25917 faces instead of (non-existent) variables.
25918
25919 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25920
25921 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25922 (iswitchb-get-matched-buffers): Likewise. Simplify.
25923
25924 2005-06-14 Miles Bader <miles@gnu.org>
25925
25926 * progmodes/ld-script.el (ld-script-location-counter):
25927 Remove "-face" suffix from face name.
25928 (ld-script-location-counter-face):
25929 New backward-compatibility alias for renamed face.
25930 (ld-script-location-counter-face): Use renamed face.
25931
25932 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25933 (cperl-hash): Remove "-face" suffix from face names.
25934 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25935 New backward-compatibility aliases for renamed faces.
25936 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25937 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25938
25939 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25940 name.
25941 (which-func-face): New backward-compatibility alias for renamed face.
25942 (which-func-format): Use renamed which-func face.
25943
25944 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25945 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25946 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25947 names.
25948 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25949 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25950 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25951 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25952 (vhdl-speedbar-architecture-selected)
25953 (vhdl-speedbar-configuration-selected)
25954 (vhdl-speedbar-package-selected)
25955 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25956 names.
25957 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25958 Use renamed faces.
25959 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25960 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25961 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25962 Use renamed faces.
25963 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25964 names.
25965 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25966 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25967 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25968 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25969 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25970 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25971
25972 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25973 face name.
25974 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25975 (sh-heredoc-face): Use renamed sh-heredoc face.
25976
25977 * progmodes/idlw-help.el (idlwave-help-link):
25978 Remove "-face" suffix from face name.
25979 (idlwave-help-link-face):
25980 New backward-compatibility alias for renamed face.
25981 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25982
25983 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25984 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25985 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25986 New backward-compatibility aliases for renamed faces.
25987 (idlwave-shell-disabled-breakpoint-face)
25988 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25989
25990 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25991 Remove "-face" suffix from face names.
25992 (flymake-errline-face, flymake-warnline-face):
25993 New backward-compatibility aliases for renamed faces.
25994 (flymake-highlight-line): Use renamed flymake faces.
25995
25996 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25997 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25998 (ebrowse-member-class, ebrowse-progress):
25999 Remove "-face" suffix from face names.
26000 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26001 (ebrowse-file-name-face, ebrowse-default-face)
26002 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26003 (ebrowse-progress-face):
26004 New backward-compatibility aliases for renamed faces.
26005 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26006 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26007 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26008 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26009
26010 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26011 antlr-syntax)
26012 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26013 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26014 names.
26015 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26016 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26017 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26018 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26019 backward-compatibility aliases for renamed faces.
26020 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26021 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26022 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26023 remove "font-lock-". Use renamed antlr-mode faces.
26024 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26025 literal face-names with face variable references.
26026
26027 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26028 face name.
26029 (Buffer-menu-buffer-face): New backward-compatibility alias for
26030 renamed face.
26031 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26032
26033 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26034
26035 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26036 Eliminate "-face" suffix.
26037 (makefile-targets): Inherit from font-lock-function-name-face and
26038 eliminate "-face" suffix.
26039 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26040 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26041 actions, instead of prepending, to make it less visible.
26042 (makefile-previous-dependency, makefile-match-dependency):
26043 Don't match a target on a continuation line.
26044
26045 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26046
26047 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26048
26049 * progmodes/gdb-ui.el (menu): Re-order menu items.
26050 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26051
26052 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26053 Define in tooltip.el.
26054 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26055 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26056 gud-tooltip-echo-area.
26057
26058 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26059 backward compatibility and make obsolete.
26060 (tooltip-help-tips): Use tooltip-use-echo-area.
26061 (tooltip-show-help-function): Rename to...
26062 (tooltip-show-help): ...this, because it is a function.
26063 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26064
26065 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26066
26067 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26068 (edebug-print-length, edebug-print-level, edebug-print-circle)
26069 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26070 (edebug-eval-print-last-sexp): Doc fixes.
26071
26072 2005-06-14 Kim F. Storm <storm@cua.dk>
26073
26074 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26075 as the coverage buffer/file/both may change.
26076
26077 2005-06-14 Lute Kamstra <lute@gnu.org>
26078
26079 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26080 and run-mode-hooks. Simplify.
26081
26082 * mail/rmailedit.el (rmail-edit-mode):
26083 * progmodes/octave-inf.el (inferior-octave-mode):
26084 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26085
26086 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26087 and run-mode-hooks.
26088 (recentf-edit-list, recentf-open-files): Don't call
26089 kill-all-local-variables directly.
26090
26091 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26092
26093 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26094
26095 * emacs-lisp/byte-run.el (make-obsolete)
26096 (define-obsolete-function-alias): Rename arguments FUNCTION and
26097 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26098 (make-obsolete-variable, define-obsolete-variable-alias):
26099 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26100 respectively.
26101
26102 * isearchb.el (isearchb-activate):
26103 * pcvs.el (cvs-mode):
26104 * ses.el (ses-load):
26105 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26106 * net/tramp.el (tramp-find-file-exists-command)
26107 (tramp-find-shell):
26108 * progmodes/ada-mode.el (ada-create-case-exception)
26109 (ada-create-case-exception-substring, ada-make-subprogram-body):
26110 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26111 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26112 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26113 * textmodes/org.el (org-promote, org-evaluate-time-range)
26114 (org-agenda-next-date-line, org-agenda-previous-date-line)
26115 (org-agenda-error, org-open-at-point, org-table-move-row)
26116 (org-format-table-table-html-using-table-generate-source)
26117 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26118 * textmodes/reftex.el (reftex-access-scan-info):
26119 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26120 (reftex-toc-promote-prepare): Follow error conventions.
26121
26122 * diff-mode.el (diff-mode): Fix typo in docstring.
26123
26124 * forms.el (forms--intuit-from-file): Fix reference to
26125 `forms-number-of-fields' in error message.
26126 (forms-print): Fix quoting in error message.
26127
26128 * forms.el (forms-mode):
26129 * emulation/vi.el (vi-goto-insert-state):
26130 * progmodes/flymake.el (flymake-new-err-info)
26131 (flymake-start-syntax-check-for-current-buffer)
26132 (flymake-simple-cleanup):
26133 * eshell/esh-var.el (eshell/export):
26134 * progmodes/gud.el (xdb):
26135 * textmodes/flyspell.el (flyspell-incorrect-hook)
26136 (flyspell-maybe-correct-transposition)
26137 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26138
26139 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26140
26141 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26142 minibuffer prompt.
26143
26144 2005-06-13 Kim F. Storm <storm@cua.dk>
26145
26146 * subr.el (add-to-ordered-list): New defun.
26147
26148 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26149 add cua--keymap-alist to emulation-mode-map-alists.
26150
26151 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26152
26153 * subr.el (complete-in-turn): New macro.
26154 (dynamic-completion-table, lazy-completion-table): Add debug info.
26155
26156 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26157 in preference to face aliases.
26158
26159 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26160 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26161 Remove unused vars `start' and `firstline'.
26162 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26163 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26164
26165 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26166
26167 * cus-start.el (all): Don't complain about missing GTK-related
26168 variables, unless either `gtk' is boundp or this isn't a
26169 `windows-nt' build.
26170
26171 2005-06-13 Lute Kamstra <lute@gnu.org>
26172
26173 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26174 run-mode-hooks.
26175
26176 * ediff-mult.el (ediff-meta-mode):
26177 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26178
26179 * ledit.el (ledit-mode): Use delay-mode-hooks.
26180
26181 * woman.el (woman-mode-line-format): Delete constant.
26182 (woman-mode-map): Initialize it properly.
26183 (woman-mode): Set mode-class property to special.
26184 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26185 Set major-mode and mode-name. Don't set mode-line-format directly.
26186 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26187
26188 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26189 string argument obsolete.
26190
26191 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26192
26193 * textmodes/org.el (org-CUA-compatible): New option.
26194 (org-disputed-keys): New variable.
26195 (org-key): New function.
26196 (orgtbl-make-binding): Add docstring to the created function.
26197 (org-mode): Set paragraph start/separate regexps.
26198 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26199 (org-archive-location, org-archive-mark-done)
26200 (org-archive-stamp-time): New options.
26201 (org-archive-subtree): New command.
26202 (org-fill-paragraph): New function.
26203 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26204 (org-fake-empty-table-line): Function removed.
26205 (org-format-org-table-html): Do not create empty table lines at
26206 separator lines. Improved table header treatment.
26207 (org-link-format): New option.
26208 (org-make-link): New function.
26209 (org-insert-link, org-store-link): Use org-make-link.
26210 (org-open-file): Quote file name for shell command, to allow
26211 spaces in file names.
26212 (org-link-regexp): Fix bug with mailto link.
26213 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26214 New constants.
26215 (org-export-as-html): Deal with the optional angles around a link.
26216 Better treatment of file: links.
26217 (org-open-at-point): Replace @{ and @} with < and >.
26218 (org-run-mode-hooks): Function removed.
26219 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26220
26221 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26222
26223 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26224 MI command -data-list-register-values.
26225 (gdb-post-prompt): Indent properly.
26226
26227 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26228
26229 * hilit-chg.el (highlight-changes-colors): Rename from
26230 `highlight-changes-colours'.
26231 (highlight-changes-colours): Keep as obsolete alias.
26232 (highlight-changes-face-list): Doc fix.
26233 (hilit-chg-make-list): Use `highlight-changes-colors'.
26234
26235 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26236
26237 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26238 defun-prompt-regexp.
26239
26240 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26241
26242 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26243 and cygwin.
26244
26245 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26246 Don't use an old loaddefs.el, as in Makefile.in.
26247
26248 2005-06-12 Lute Kamstra <lute@gnu.org>
26249
26250 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26251
26252 * man.el (Man-mode-map): Initialize it properly.
26253 (Man-mode): Set mode-class property to special.
26254
26255 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26256
26257 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26258
26259 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26260 A newline is needed in the docstring there.
26261
26262 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26263 Doc fixes.
26264
26265 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26266
26267 * printing.el: Doc fix. The menubar is no more changed when printing
26268 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26269 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26270 (pr-version): New version number (6.8.4).
26271 (pr-menu-bind): New command.
26272 (pr-update-menus): Docstring and code fix.
26273 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26274 Docstring fix.
26275 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26276 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26277
26278 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26279
26280 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26281 "Returns" to "return", document useful return values, etc.
26282
26283 2005-06-11 Alan Mackenzie <acm@muc.de>
26284
26285 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26286 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26287 (adaptive-file-function): Minor amendment to doc-string.
26288
26289 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26290
26291 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26292 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26293 Fix :type--it is `integer', not `string'.
26294
26295 * faces.el (modeline-highlight): Rename from (the erroneous)
26296 `modeline-higilight'.
26297
26298 2005-06-11 Lute Kamstra <lute@gnu.org>
26299
26300 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26301 lisp-interaction-mode-map but make it the parent.
26302 (edebug-eval-mode): Use define-derived-mode.
26303
26304 2005-06-11 Andreas Schwab <schwab@suse.de>
26305
26306 * bindings.el: Add binding of `ESC functionkey' for every
26307 `M-functionkey'.
26308 * hexl.el (hexl-mode-map): Likewise.
26309
26310 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26311
26312 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26313 [msft]: update regexp for newer msft compilers.
26314
26315 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26316
26317 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26318 ATTLIST portions of included DTDs.
26319 (xml-parse-dtd): Eliminate use of inefficient match-data.
26320
26321 2005-06-10 Miles Bader <miles@gnu.org>
26322
26323 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26324 (mpuz-text): Remove "-face" suffix from face names.
26325 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26326 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26327 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26328
26329 * play/gomoku.el (gomoku-O, gomoku-X):
26330 Remove "-face" suffix from face names.
26331 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26332 New backward-compatibility aliases for renamed faces.
26333 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26334
26335 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26336
26337 * thumbs.el: Fixes for changes of 2005-06-09.
26338 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26339 as a directory.
26340 (thumbs-thumbname): Remove directory separator from format string;
26341 `thumbs-thumbsdir' now returns a valid directory name.
26342 (thumbs-temp-dir): New defsubst.
26343 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26344 Use it.
26345
26346 * cus-edit.el (minibuffer):
26347 * files.el (make-backup-file-name-function):
26348 * filesets.el (filesets-external-viewers):
26349 * hilit-chg.el (highlight-changes-colours)
26350 (highlight-changes-face-list, highlight-changes-rotate-faces):
26351 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26352 * kmacro.el (kmacro-call-macro):
26353 * log-edit.el (log-edit-changelog-full-paragraphs):
26354 * mouse.el (mouse-1-click-follows-link):
26355 * skeleton.el (skeleton-autowrap):
26356 * subr.el (insert-for-yank-1):
26357 * tempo.el (tempo-insert-region):
26358 * terminal.el (terminal-emulator):
26359 * time.el (display-time-mail-face):
26360 * vc.el (vc-annotate):
26361 * vcursor.el (vcursor-copy-line):
26362 * woman.el (woman-bold-headings, woman-ignore)
26363 (woman-default-faces, woman-monochrome-faces):
26364 * calendar/todo-mode.el (todo-insert-threshold):
26365 * emulation/pc-select.el (pc-select-selection-keys-only)
26366 (pc-selection-mode):
26367 * emulation/vip.el (vip-find-char-forward):
26368 * emulation/viper-cmd.el (viper-find-char-forward):
26369 * international/mule-cmds.el
26370 (select-safe-coding-system-accept-default-p)
26371 (input-method-exit-on-invalid-key):
26372 * international/mule-diag.el (describe-coding-system):
26373 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26374 * net/browse-url.el (browse-url-xterm-program):
26375 * obsolete/lazy-lock.el (lazy-lock-mode):
26376 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26377 (cperl-mode):
26378 * progmodes/cpp.el (cpp-face-light-name-list)
26379 (cpp-face-dark-name-list):
26380 * progmodes/delphi.el (delphi-newline-always-indents):
26381 Fix spellings in docstrings.
26382
26383 * ido.el (ido-mode, ido-file-extensions-order)
26384 (ido-default-file-method, ido-default-buffer-method)
26385 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26386 (ido-decorations, ido-read-file-name-as-directory-commands)
26387 (ido-read-file-name-non-ido, ido-work-directory-list)
26388 (ido-ignore-item-temp-list, ido-current-directory)
26389 (ido-magic-forward-char, ido-enter-find-file)
26390 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26391 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26392
26393 2005-06-10 Lute Kamstra <lute@gnu.org>
26394
26395 * play/dunnet.el (dun-mode): Use define-derived-mode.
26396 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26397 obsolete alias.
26398
26399 * play/doctor.el (doctor-mode-map): Remove defvar.
26400 (doctor-mode): Use define-derived-mode.
26401
26402 * mail/mspools.el (mspools-mode):
26403 * net/eudc-hotlist.el (eudc-hotlist-mode):
26404 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26405
26406 2005-06-10 Miles Bader <miles@gnu.org>
26407
26408 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26409 Remove "-face" suffix from face names.
26410 (flyspell-incorrect-face, flyspell-duplicate-face):
26411 New backward-compatibility aliases for renamed faces.
26412 (flyspell-mode-on, make-flyspell-overlay)
26413 (flyspell-highlight-incorrect-region)
26414 (flyspell-highlight-duplicate-region)
26415 (flyspell-display-next-corrections)
26416 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26417
26418 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26419 from face name.
26420 (texinfo-heading-face): New backward-compatibility alias for
26421 renamed face.
26422 (texinfo-heading-face): Use renamed texinfo-heading face.
26423
26424 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26425 suffix from face names.
26426 (tex-math-face, tex-verbatim-face):
26427 New backward-compatibility aliases for renamed faces.
26428 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26429 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26430 literal face name.
26431
26432 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26433 name.
26434 (table-cell-face): New backward-compatibility alias for renamed face.
26435 (table--put-cell-face-property, table--update-cell-face):
26436 Use renamed table-cell face.
26437
26438 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26439 from face name.
26440 (sgml-namespace-face): New backward-compatibility alias for
26441 renamed face.
26442 (sgml-namespace-face): Use renamed sgml-namespace face.
26443
26444 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26445 (org-level-4, org-level-5, org-level-6, org-level-7)
26446 (org-level-8, org-warning, org-headline-done)
26447 (org-deadline-announce, org-scheduled-today)
26448 (org-scheduled-previously, org-link, org-done, org-table)
26449 (org-time-grid): Remove "-face" suffix from face names.
26450 (org-level-1-face, org-level-2-face, org-level-3-face)
26451 (org-level-4-face, org-level-5-face, org-level-6-face)
26452 (org-level-7-face, org-level-8-face, org-warning-face)
26453 (org-headline-done-face, org-deadline-announce-face)
26454 (org-scheduled-today-face, org-scheduled-previously-face)
26455 (org-link-face, org-done-face, org-table-face)
26456 (org-time-grid-face):
26457 New backward-compatibility aliases for renamed faces.
26458 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26459 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26460 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26461 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26462
26463 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26464 (viper-minibuffer-emacs, viper-minibuffer-insert)
26465 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26466 (viper-search-face, viper-replace-overlay-face)
26467 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26468 (viper-minibuffer-vi-face):
26469 New backward-compatibility aliases for renamed faces.
26470 (viper-search-face, viper-replace-overlay-face)
26471 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26472 (viper-minibuffer-vi-face): Use renamed viper faces.
26473
26474 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26475 Remove "-face" suffix from face names.
26476 (testcover-nohits-face, testcover-1value-face):
26477 New backward-compatibility aliases for renamed faces.
26478 (testcover-mark): Use renamed testcover faces.
26479
26480 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26481 face name.
26482 (diary-button-face): New backward-compatibility alias for renamed face.
26483 (diary-entry): Use renamed diary-button face.
26484
26485 * calendar/calendar.el (diary, calendar-today, holiday)
26486 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26487 (diary-face, calendar-today-face, holiday-face):
26488 New backward-compatibility aliases for renamed faces.
26489 (eval-after-load "facemenu", diary-entry-marker)
26490 (calendar-today-marker, calendar-holiday-marker, diary-face):
26491 Use renamed calendar faces.
26492
26493 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26494 (compare-windows-face): New backward-compatibility alias for
26495 renamed face.
26496 (compare-windows-highlight): Use renamed compare-windows face.
26497
26498 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26499 (strokes-char-face): New backward-compatibility alias for renamed face.
26500 (strokes-encode-buffer): Use renamed strokes-char face.
26501
26502 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26503 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26504 Remove "-face" suffix from face names.
26505 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26506 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26507 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26508 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26509 Use renamed pcvs faces.
26510 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26511 * pcvs-defs.el (cvs-mode-map): Likewise.
26512 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26513
26514 * info.el (info-title-1, info-title-2, info-title-3)
26515 (info-title-4): Remove "-face" suffix from and downcase face names.
26516 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26517 (Info-title-4-face):
26518 New backward-compatibility aliases for renamed faces.
26519 (Info-fontify-node): Use renamed info faces.
26520
26521 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26522 Remove "-face" suffix from face names.
26523 (highlight-changes-face, highlight-changes-delete-face):
26524 New backward-compatibility aliases for renamed faces.
26525 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26526 (hilit-chg-make-list): Use renamed highlight-changes faces.
26527
26528 * generic-x.el (show-tabs-tab, show-tabs-space):
26529 Remove "-face" suffix from face names.
26530 (show-tabs-tab-face, show-tabs-space-face):
26531 New backward-compatibility aliases for renamed faces.
26532 (show-tabs-generic-mode-font-lock-defaults-1)
26533 (show-tabs-generic-mode-font-lock-defaults-2):
26534 Use renamed show-tabs faces.
26535
26536 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26537 (smerge-markers): Remove "-face" suffix from face names.
26538 (smerge-mine-face, smerge-other-face, smerge-base-face)
26539 (smerge-markers-face):
26540 New backward-compatibility aliases for renamed faces.
26541 (smerge-mine-face, smerge-other-face, smerge-base-face)
26542 (smerge-markers-face): Use renamed smerge faces.
26543
26544 * log-view.el (log-view-file, log-view-message): Remove "-face"
26545 suffix from face names.
26546 (log-view-file-face, log-view-message-face):
26547 New backward-compatibility aliases for renamed faces.
26548 (log-view-file-face, log-view-message-face): Use renamed log-view
26549 faces.
26550
26551 * paren.el (show-paren-match, show-paren-mismatch):
26552 Remove "-face" suffix from face names.
26553 (show-paren-match-face, show-paren-mismatch-face):
26554 New backward-compatibility aliases for renamed faces.
26555 (show-paren-function): Use renamed show-paren faces.
26556
26557 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26558 (ruler-mode-margins, ruler-mode-fringes)
26559 (ruler-mode-column-number, ruler-mode-fill-column)
26560 (ruler-mode-comment-column, ruler-mode-goal-column)
26561 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26562 suffix from face names.
26563 (ruler-mode-default-face, ruler-mode-pad-face)
26564 (ruler-mode-margins-face, ruler-mode-fringes-face)
26565 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26566 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26567 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26568 New backward-compatibility aliases for renamed faces.
26569 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26570 (ruler-mode-column-number, ruler-mode-fill-column)
26571 (ruler-mode-comment-column, ruler-mode-goal-column)
26572 (ruler-mode-tab-stop, ruler-mode-current-column)
26573 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26574 faces.
26575
26576 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26577 face name.
26578 (whitespace-highlight-the-space): Use renamed face.
26579 (whitespace-highlight-face): New backward-compatibility alias for
26580 renamed face.
26581
26582 * woman.el (woman-italic, woman-bold, woman-unknown)
26583 (woman-addition, woman-symbol-face):
26584 Remove "-face" suffix from face names.
26585 (woman-italic-face, woman-bold-face, woman-unknown-face)
26586 (woman-addition-face):
26587 New backward-compatibility aliases for renamed faces.
26588 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26589 (woman-decode-region, woman-replace-match)
26590 (woman-display-extended-fonts, woman-special-characters)
26591 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26592 Use renamed woman faces.
26593
26594 * longlines.el (longlines-visible-face): Face removed.
26595
26596 * diff-mode.el (diff-header, diff-file-header, diff-index)
26597 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26598 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26599 suffix from face names.
26600 (diff-header-face, diff-file-header-face, diff-index-face)
26601 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26602 (diff-changed-face, diff-function-face, diff-context-face)
26603 (diff-nonexistent-face): New backward-compatibility aliases for
26604 renamed faces.
26605 (diff-header-face, diff-file-header-face)
26606 (diff-index, diff-index-face, diff-hunk-header)
26607 (diff-hunk-header-face, diff-removed, diff-removed-face)
26608 (diff-added, diff-added-face, diff-changed-face, diff-function)
26609 (diff-function-face, diff-context-face, diff-nonexistent)
26610 (diff-nonexistent-face): Use renamed diff-mode faces.
26611
26612 * progmodes/compile.el (compilation-warning-face)
26613 (compilation-info-face): Remove "-face" suffix from face names.
26614 (compilation-warning-face, compilation-info-face):
26615 New backward-compatibility aliases for renamed faces.
26616 (compilation-warning-face, compilation-info-face):
26617 Use renamed compilation faces.
26618
26619 * add-log.el (change-log-date, change-log-name)
26620 (change-log-email, change-log-file, change-log-list)
26621 (change-log-conditionals, change-log-function)
26622 (change-log-acknowledgement): Remove "-face" suffix from face names.
26623 (change-log-date-face, change-log-name-face)
26624 (change-log-email-face, change-log-file-face)
26625 (change-log-list-face, change-log-conditionals-face)
26626 (change-log-function-face, change-log-acknowledgement-face):
26627 New backward-compatibility aliases for renamed faces.
26628 (change-log-font-lock-keywords): Use renamed change-log faces.
26629
26630 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26631 (custom-set, custom-changed, custom-saved, custom-button)
26632 (custom-button-pressed, custom-documentation, custom-state)
26633 (custom-comment, custom-comment-tag, custom-variable-tag)
26634 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26635 (custom-group-tag): Remove "-face" suffix from face names.
26636 (custom-magic-alist, custom-magic-value-create)
26637 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26638 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26639 (custom-set-face, custom-changed-face, custom-saved-face)
26640 (custom-button-face, custom-button-pressed-face)
26641 (custom-documentation-face, custom-state-face)
26642 (custom-comment-face, custom-comment-tag-face)
26643 (custom-variable-tag-face, custom-variable-button-face)
26644 (custom-face-tag-face, custom-group-tag-face-1)
26645 (custom-group-tag-face):
26646 New backward-compatibility aliases for renamed faces.
26647
26648 * wid-edit.el (widget-documentation, widget-button)
26649 (widget-field, widget-single-line-field, widget-inactive)
26650 (widget-button-pressed): "-face" suffix removed from face names.
26651 (widget-documentation-face, widget-button-face)
26652 (widget-field-face, widget-single-line-field-face)
26653 (widget-inactive-face, widget-button-pressed-face):
26654 New backward-compatibility aliases for renamed faces.
26655 (widget-documentation-face, widget-button-face)
26656 (widget-button-pressed-face, widget-specify-field)
26657 (widget-specify-inactive): Use renamed widget faces.
26658
26659 2005-06-10 Kenichi Handa <handa@m17n.org>
26660
26661 * term/x-win.el (x-clipboard-yank): Remove condition-case
26662 wrapping.
26663
26664 2005-06-11 Kenichi Handa <handa@m17n.org>
26665
26666 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26667 date lines stricter.
26668
26669 2005-06-10 Zhang Wei <id.brep@gmail.com>
26670
26671 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26672 of x-get-selection.
26673
26674 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26675
26676 * comint.el (comint-mode, comint-snapshot-last-prompt):
26677 * frame.el (frame-current-scroll-bars):
26678 * term.el (term-mode, term-check-proc, term-input-sender)
26679 (term-simple-send, term-extract-string, term-word)
26680 (term-match-partial-filename):
26681 * window.el (window-current-scroll-bars):
26682 * emulation/cua-base.el (cua-normal-cursor-color)
26683 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26684 (cua-global-mark-cursor-color):
26685 * mail/undigest.el (rmail-forward-separator-regex):
26686 Fix typos in docstrings.
26687
26688 * comint.el (comint-check-proc, make-comint-in-buffer)
26689 (comint-source-default): Doc fixes.
26690
26691 * term.el (term-send-string): Improve argument/docstring consistency.
26692
26693 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26694
26695 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26696 call to `delete-region'.
26697 (comint-mode-hook): Do not enable Font Lock by default.
26698
26699 2005-06-09 Lute Kamstra <lute@gnu.org>
26700
26701 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26702 could be void.
26703
26704 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26705
26706 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26707 (debug): Use it.
26708 (debugger-step-through, debugger-continue, debugger-jump)
26709 (debugger-return-value): Set it when needed.
26710 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26711 Use inhibit-read-only.
26712
26713 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26714
26715 * window.el (shrink-window-if-larger-than-buffer)
26716 (window-size-fixed): Fix typo in docstring.
26717
26718 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26719 thumbnails directory on loading.
26720 (thumbs-conversion-program): Use `eq' to check the system type,
26721 not `equal'.
26722 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26723 not "/tmp". Fix docstring.
26724 (thumbs-thumbsdir): New function to return the thumbnails
26725 directory, creating it if needed.
26726 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26727 (thumbs-temp-file): Delete variable and make it into a function.
26728 (thumbs-resize-image, thumbs-modify-image): Use it.
26729 (thumbs-kill-buffer): Simplify.
26730 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26731 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26732 docstrings.
26733
26734 2005-06-09 Kim F. Storm <storm@cua.dk>
26735
26736 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26737 set-match-data to free markers in match-data.
26738
26739 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26740 match-data to unchain markers in match-data.
26741
26742 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26743
26744 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26745 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26746 unnecessary now.
26747
26748 2005-06-08 Richard M. Stallman <rms@gnu.org>
26749
26750 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26751 give the variable a doc string that doesn't say don't set it directly.
26752
26753 * textmodes/ispell.el (ispell-check-version):
26754 Use match-string-no-properties.
26755 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26756 (ispell-buffer-local-words): Likewise.
26757
26758 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26759 except on terminals with enough colors to really display it.
26760 (makefile-dependency-regex): Delete spurious `bb'.
26761
26762 * faces.el (escape-glyph): Use blue once again in last case.
26763 (no-break-space): Redefine so that it isn't invisible on a tty.
26764
26765 2005-06-08 Kim F. Storm <storm@cua.dk>
26766
26767 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26768 also when reading directory name.
26769
26770 2005-06-08 Lute Kamstra <lute@gnu.org>
26771
26772 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26773 (flyspell-mode-line-string): Remove autoload cookie.
26774 (flyspell-mode): Remove defvar.
26775
26776 2005-06-07 Lute Kamstra <lute@gnu.org>
26777
26778 * textmodes/org.el (org-run-mode-hooks): New function.
26779 (org-agenda-mode): Use it.
26780
26781 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26782
26783 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26784
26785 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26786
26787 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26788
26789 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26790
26791 * font-lock.el (font-lock-add-keywords): Doc fix.
26792
26793 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26794
26795 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26796 (tex-compile-default): In the absence of any history, use the order in
26797 tex-compile-alist to choose the preferred command.
26798 (tex-compile-commands): Reorder a bit.
26799
26800 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26801 (flyspell-incorrect-face, flyspell-duplicate-face):
26802 Use (X)Emacs-agnostic code.
26803 (flyspell-mode-map): Don't overwrite at each load. Remove code
26804 redundant with the subsequent add-minor-mode. Merge Emacs and
26805 XEmacs code.
26806 (flyspell-word): Minor simplification.
26807 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26808 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26809 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26810 Merge the corresponding Emacs code.
26811 (flyspell-correct-word, flyspell-xemacs-popup):
26812 Use flyspell-do-correct.
26813
26814 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26815 a dedicated window.
26816
26817 * international/latexenc.el (latexenc-find-file-coding-system):
26818 Undo part of last patch, to turn off a compiler warning.
26819
26820 2005-06-06 Juri Linkov <juri@jurta.org>
26821
26822 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26823 Rename `tmm-inactive-face' to `tmm-inactive'.
26824
26825 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26826
26827 * iswitchb.el: Rename faces.
26828
26829 2005-06-06 Kim F. Storm <storm@cua.dk>
26830
26831 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26832 (cua-global-mark): Remove -face suffix from face names.
26833
26834 * emulation/cua-gmrk.el (cua--init-global-mark):
26835 Remove cua-global-mark face setup.
26836
26837 2005-06-06 Richard M. Stallman <rms@gnu.org>
26838
26839 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26840 just like other allowed characters.
26841 (makefile-match-dependency): Exclude leading and training whitespace
26842 from the range of regexp subexp 1.
26843 (makefile-macroassign-regex): Don't try to match the body,
26844 just the name of the macro being defined.
26845
26846 * info.el (Info-read-node-name-2): New function.
26847 (Info-read-node-name-1): Use that.
26848 Add a completion-base-size-function property.
26849
26850 * simple.el (completion-setup-function): Look for
26851 completion-base-size-function property of minibuffer-completion-table.
26852
26853 * files.el (locate-file-completion): Doc fix.
26854
26855 * printing.el: Don't call pr-update-menus; user must do that.
26856
26857 * emacs-lisp/debug.el (debugger-window): New variable.
26858 (debug): Use debugger-window if it is set and still alive.
26859 Record debugger-window for next entry.
26860
26861 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26862
26863 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26864
26865 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26866 (hack-one-local-variable, hack-local-variables)
26867 (hack-local-variables-prop-line): Pass that arg.
26868
26869 2005-06-06 Kim F. Storm <storm@cua.dk>
26870
26871 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26872 (ido-indicator): Remove -face suffix from face names.
26873
26874 2005-06-06 Juri Linkov <juri@jurta.org>
26875
26876 * font-lock.el (font-lock-regexp-backslash)
26877 (font-lock-regexp-backslash-construct): New faces.
26878 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26879 after `('. Add `while-no-input' to control structures.
26880
26881 * faces.el (no-break-space, shadow): New faces.
26882 (escape-glyph): Use less loud colors pink2 and red4.
26883
26884 * diff-mode.el (diff-context-face)
26885 * dired.el (dired-ignored)
26886 * rfn-eshadow.el (file-name-shadow)
26887 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26888
26889 * info.el (Info-title-1-face): Use green instead of yellow because
26890 bold yellow is not readable on light backgrounds.
26891
26892 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26893 before selecting the desired mode to not spend time fontifying
26894 old contents.
26895
26896 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26897
26898 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26899 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26900
26901 * ps-print.el (ps-default-fg, ps-default-bg):
26902 Fix typos in docstrings.
26903
26904 * isearchb.el (isearchb): Don't pass a spurious second argument to
26905 `iswitchb-completions'.
26906
26907 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26908
26909 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26910 to preserve point.
26911 (gdb-find-file-hook): Add doc string.
26912
26913 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26914 C dereferenced pointer expression.
26915 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26916
26917 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26918
26919 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26920 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26921 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26922 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26923 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26924 Make background transparent.
26925
26926 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26927
26928 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26929 (font-lock-remove-keywords): Doc fix.
26930 (font-lock-mode-major-mode): Compiler defvar.
26931 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26932
26933 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26934 (font-lock-mode): Update `font-lock-mode-major-mode'.
26935 (font-lock-set-defaults): Compiler defvar.
26936 (font-lock-default-function): Take `font-lock-mode-major-mode'
26937 into account.
26938
26939 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26940 keep track of which major mode it enabled the minor mode for.
26941 Use find-file-hook again. Update docstring.
26942
26943 * simple.el (eval-expression-print-level)
26944 (eval-expression-print-length, eval-expression-debug-on-error):
26945 Doc fixes.
26946
26947 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26948
26949 * iswitchb.el (iswitchb-single-match-face)
26950 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26951 (iswitchb-invalid-regexp-face): New faces.
26952 (iswitchb-completions): Use them.
26953 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26954 now marked as an obsolete alias.
26955 (iswitchb-read-buffer): Remove check for bound font variables.
26956 (iswitchb-invalid-regexp): New free variable.
26957 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26958 set iswitchb-invalid-regexp.
26959 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26960 invalid regexps.
26961 (iswitchb-completions): Add check for complete match when entering
26962 a regexp.
26963 (iswitchb-completions): Remove require-match argument.
26964 (iswitchb-exhibit): Fix caller.
26965 (iswitchb-common-match-inserted): New variable.
26966 (iswitchb-complete, iswitchb-completion-help): Use it.
26967
26968 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26969
26970 * url-http.el (url-http-chunked-encoding-after-change-function):
26971 Use `url-http-debug' instead of `message'.
26972
26973 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26974
26975 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26976 callback argument.
26977
26978 2005-06-04 Kim F. Storm <storm@cua.dk>
26979
26980 * simple.el (line-move): Only call sit-for when moving backwards.
26981
26982 * ido.el (ido-make-merged-file-list-1): New defun split from
26983 ido-make-merged-file-list.
26984 (ido-make-merged-file-list): Bind throw-on-input around call to
26985 ido-make-merged-file-list-1. Return input-pending-p if
26986 interrupted by more input available.
26987 (ido-read-internal): Handle input-pending-p return value from
26988 ido-make-merged-file-list.
26989
26990 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26991
26992 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26993 compatibility code.
26994
26995 * international/latexenc.el (latexenc-find-file-coding-system):
26996 Don't inherit the EOL part of the coding-system from the
26997 tex-main buffer. Fit within 80 columns.
26998
26999 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27000
27001 * tmm.el (tmm-inactive-face): New face.
27002 (tmm-remove-inactive-mouse-face): New function.
27003 (tmm-prompt, tmm-add-one-shortcut)
27004 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27005 but not selectable.
27006
27007 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
27008
27009 * faces.el (face-equal): Improve argument/docstring consistency.
27010
27011 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27012
27013 * progmodes/make-mode.el (makefile-targets-face)
27014 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27015 (makefile-bsdmake-dependency-regex)
27016 (makefile-makepp-rule-action-regex)
27017 (makefile-bsdmake-rule-action-regex): New constants.
27018 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27019
27020 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27021 Allow (...) within `...' for makepp messages.
27022
27023 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27024
27025 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27026
27027 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27028 "." files are deleted from all file lists before comparison.
27029
27030 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27031 (viper-ESC-key): Made them customizable.
27032
27033 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27034
27035 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27036
27037 * autorevert.el (auto-revert-buffers): Use save-match-data.
27038
27039 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27040
27041 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27042 menu items with a nil command binding.
27043
27044 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27045
27046 * emacs-lisp/cl-macs.el (defsetf):
27047 Improve argument/docstring consistency.
27048
27049 * faces.el (list-faces-display): Improve the formatting by
27050 computing the maximum length required for any face-name (reworked
27051 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27052 (internal-find-face): Remove redundant info in docstring.
27053
27054 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27055
27056 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27057 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27058 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27059 (gdb-assembler-custom): Improve regexps.
27060 (def-gdb-auto-update-handler): Use window point to preserve point.
27061
27062 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27063
27064 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27065
27066 2005-05-31 Jay Belanger <belanger@truman.edu>
27067
27068 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27069 to calc-embedded.
27070 (calc-embedded-make-info): Have plain prefix argument select
27071 entire line.
27072
27073 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27074
27075 * faces.el (list-faces-display): Signal error if passed a regexp
27076 that matches no face name.
27077
27078 * simple.el (filter-buffer-substring): Fix typo in docstring.
27079
27080 2005-05-31 Richard M. Stallman <rms@gnu.org>
27081
27082 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27083 (vhdl-emacs-21): Doc fix.
27084 (vhdl-mode): Unconditionally set comment-padding.
27085 (vhdl-fixup-whitespace-region): Insert spaces only where
27086 there are none.
27087 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27088
27089 2005-05-30 John Wiegley <johnw@newartisans.com>
27090
27091 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27092 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27093 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27094 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27095 `string-to-number'.
27096
27097 2005-05-30 Jay Belanger <belanger@truman.edu>
27098
27099 * calc/calc.el (calc-bug-address): Fix docstring.
27100 (calc-window-hook, calc-trail-window-hook): New variables.
27101 (calc-trail-display): Restore use of calc-trail-window-hook.
27102 (calc): Restore use of calc-window-hook.
27103
27104 2005-05-31 Masatake YAMATO <jet@gyve.org>
27105
27106 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27107
27108 * help-fns.el (help-C-file-name): Add autoload mark for
27109 `find-function-noselect'.
27110
27111 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27112
27113 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27114 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27115
27116 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27117
27118 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27119 included diary buffer if it was not already being visited.
27120 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27121
27122 * calendar/icalendar.el (top-level): Do not require appt.
27123
27124 * mail/supercite.el (sc-select-attribution): Only use a list
27125 element from sc-attrib-selection-list if it returns a string.
27126 Reported by Davide G. M. Salvetti <salve@debian.org>.
27127
27128 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27129
27130 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27131 includes a hash value to improve its uniqueness, and has a ".jpg"
27132 extension. Also, it is now a valid filename on all systems.
27133 (thumbs-make-thumb): Use `let', not `let*'.
27134 (thumbs-show-thumbs-list): Check for JPEG availability.
27135
27136 2005-05-30 Richard M. Stallman <rms@gnu.org>
27137
27138 * filesets.el (filesets-menu-ensure-use-cached):
27139 Prevent warning when emacs-version>= is undefined.
27140
27141 * printing.el (pr-interactive-n-up): Use string-to-number.
27142
27143 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27144
27145 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27146 Warn only when name to be defined is quoted.
27147
27148 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27149
27150 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27151 Make regexp more robust.
27152 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27153 Force regeneration of disassembly.
27154
27155 2005-05-29 Jay Belanger <belanger@truman.edu>
27156
27157 * calc/calc.el (calc-user-invocation): Check if
27158 calc-invocation-macro is non-nil.
27159
27160 2005-05-29 Juri Linkov <juri@jurta.org>
27161
27162 * add-log.el (change-log-font-lock-keywords):
27163 Add `+' to e-mail regexp to accept mail address with keywords.
27164
27165 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27166
27167 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27168
27169 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27170
27171 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27172
27173 2005-05-29 Richard M. Stallman <rms@gnu.org>
27174
27175 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27176 Undo the change that moves to end of the current word.
27177
27178 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27179
27180 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27181 Throw error when count <= 0 to ensure input is a number.
27182 (gdb-read-memory-custom): Pick up address from buffer.
27183 (gdb-memory-mode): Allow user to increment and decrement
27184 memory address from header line.
27185
27186 2005-05-29 Richard M. Stallman <rms@gnu.org>
27187
27188 * flyspell.el (flyspell-version): Function deleted.
27189 (flyspell-auto-correct-previous-hook): Doc fix.
27190
27191 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27192 Do nothing if memory is full.
27193
27194 * font-lock.el (font-lock-fontify-syntactically-region):
27195 Pass t for GREEDY to looking-back.
27196
27197 * saveplace.el (save-place-alist-to-file): Write the file
27198 using write-region.
27199
27200 * subr.el (looking-back): New argument GREEDY.
27201
27202 * progmodes/compile.el (compilation-start): Set the mode
27203 before inserting the initial text.
27204
27205 * progmodes/which-func.el (which-func-update-1): Turn the mode
27206 off in case of error by setting which-func-mode.
27207
27208 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27209
27210 * flyspell.el (flyspell-auto-correct-previous-word):
27211 Narrow down to what's on the screen, and recenter overlays
27212 at the end of the next word.
27213
27214 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27215
27216 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27217 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27218 (flyspell-abbrev-p): Default to nil.
27219 (flyspell-use-global-abbrev-table-p): Doc fix.
27220 (flyspell-large-region): Allow nil as value.
27221 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27222
27223 (mail-mode-flyspell-verify): More robust handling
27224 of `mail-header-separator'. More efficient signature detection.
27225 Allow for regexp metacharacters in message-header-separator.
27226 Adding `To' not to be checked in mail-mode-flyspell-verify.
27227
27228 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27229 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27230 Bind flyspell-auto-correct-binding.
27231 Bind C-. and C-, .
27232 (flyspell-mode-map): Likewise.
27233 (flyspell-mode): Doc fix.
27234 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27235 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27236 (flyspell-word-cache-result): New var, always local.
27237 (flyspell-check-pre-word-p): Doc fix.
27238 (flyspell-check-changed-word-p): Handle spc like newline.
27239 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27240 (flyspell-word-search-backward, flyspell-word-search-forward):
27241 New functions.
27242 (flyspell-word): Return t if nothing to check.
27243 When parsing TeX code, check for after } or \.
27244 Use flyspell-word-search-backward to find previous word.
27245 Return nil if duplicated word.
27246 For word already checked, return same value as last time.
27247 Set flyspell-word-cache-result after checking.
27248 Don't clobber the return value.
27249 (flyspell-get-word): Major rewrite.
27250 (flyspell-external-point-words): New locals pword, pcount.
27251 Fix size used in progress message.
27252 Find the proper corresponding word in flyspell-large-region-buffer.
27253 (flyspell-region): Check for flyspell-large-region = nil.
27254 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27255 (flyspell-auto-correct-word): Check that WORD is a cons.
27256 (flyspell-correct-word): Likewise.
27257
27258 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27259
27260 * progmodes/make-mode.el (makefile-rule-action-regex)
27261 (makefile-macroassign-regex, makefile-makepp-mode)
27262 (makefile-bsdmake-mode): Continuation lines may be empty.
27263 Reported by Joshua Varner.
27264 (makefile-makepp-font-lock-keywords): Add $(stem).
27265
27266 2005-05-28 Karl Berry <karl@gnu.org>
27267
27268 * textmodes/tex-mode.el: Now that tex-send-command calls
27269 shell-quote-argument (2005-03-31 change), remove all calls to
27270 shell-quote-argument; they all end up invoking tex-send-command.
27271 The double quoting loses on filenames with non-safe characters,
27272 such as "@". Reported by Frederik Fouvry.
27273
27274 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27275
27276 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27277 about preserving point.
27278
27279 2005-05-27 Jay Belanger <belanger@truman.edu>
27280
27281 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27282 Info-goto-node.
27283
27284 * calc/calc-embed.el (calc-embed-arg): New variable.
27285 (calc-do-embedded-activate, calc-embedded-activate-formula)
27286 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27287 variable by new variable.
27288 (calc-embedded-make-info): Replace undeclared variable by new
27289 variable. When selecting region with positive prefix
27290 argument, use end of previous line instead of beginning of line.
27291
27292 * calc/calc-aent.el (calc-arg-values): Declare it.
27293
27294 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27295 Declare them.
27296
27297 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27298
27299 * calc/calc.el (calc-alg-map): Declare it.
27300
27301 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27302
27303 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27304
27305 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27306 (gdb-registers-buffer, toggle-gdb-all-registers):
27307 Toggle display of floating point registers.
27308 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27309
27310 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27311 (toggle-gud-tooltip-dereference):
27312 Rename from gud-toggle-tooltip-dereference.
27313
27314 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27315
27316 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27317
27318 2005-05-27 Jay Belanger <belanger@truman.edu>
27319
27320 * calc/calc-prog.el (calc-kbd-report): Remove.
27321 (calc-kbd-query): Rewrite.
27322
27323 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27324
27325 * image.el (image-library-alist): Move to image.c.
27326 (image-type-available-p): Doc fix.
27327
27328 2005-05-27 Lute Kamstra <lute@gnu.org>
27329
27330 * calc/calc.el (calc):
27331 * outline.el (outline-1, outline-2, outline-3, outline-4)
27332 (outline-5, outline-6, outline-7, outline-8):
27333 * textmodes/dns-mode.el (dns-mode):
27334 * textmodes/sgml-mode.el (sgml-namespace-face):
27335 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27336 (tex-verbatim-face, tex-use-reftex):
27337 * textmodes/texinfo.el (texinfo-heading-face):
27338 Specify customization group.
27339
27340 * longlines.el: Don't require easy-mmode.
27341 (longlines-visible-face): Specify customization group.
27342
27343 2005-05-27 Kenichi Handa <handa@m17n.org>
27344
27345 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27346 encoding table of windows-1251.
27347
27348 * international/ucs-tables.el (ucs-set-table-for-input):
27349 If translation-table-for-input of a coding system is a symbol, get
27350 its translation-table property.
27351
27352 * international/code-pages.el: Don't register a coding system into
27353 non-iso-charset-alist more than once.
27354 (cp-make-coding-system): Likewise.
27355
27356 2005-05-26 John Wiegley <johnw@newartisans.com>
27357
27358 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27359 `eshell-resume-eval' is wrapped in a list, it indicates that the
27360 command was run asynchronously. In that case, unwrap the value
27361 before checking the delimiter value.
27362
27363 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27364 character before a space at the end of a line is \, assume the space
27365 is part of the last argument rather than a final argument separator.
27366
27367 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27368 is in use, and the target is `t' or `nil' (which are the most common
27369 values), don't assume that the symbol target is a buffer.
27370
27371 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27372
27373 * calendar/calendar.el (calendar-mode-line-format):
27374 Use mode-line-highlight as mouse-face.
27375
27376 * time.el (display-time-string-forms, display-time-update):
27377 Use mode-line-highlight as mouse-face.
27378
27379 2005-05-26 Jay Belanger <belanger@truman.edu>
27380
27381 * calc/calc.el (calc-language-alist): Remove extra defvar.
27382
27383 2005-05-26 Lute Kamstra <lute@gnu.org>
27384
27385 * arc-mode.el (archive-mode):
27386 * bookmark.el (bookmark-read-annotation-mode)
27387 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27388 * bs.el (bs-mode):
27389 * calc/calc-yank.el (calc-edit-mode):
27390 * calc/calc.el (calc-mode, calc-trail-mode):
27391 * calculator.el (calculator-mode):
27392 * chistory.el (command-history-mode):
27393 * comint.el:
27394 * cus-edit.el (custom-mode):
27395 * descr-text.el (describe-text-mode):
27396 * ebuff-menu.el (Electric-buffer-menu-mode):
27397 * ediff-util.el (ediff-mode):
27398 * emacs-lisp/re-builder.el (reb-mode):
27399 * emulation/vi.el (vi-mode-setup):
27400 * emulation/ws-mode.el (wordstar-mode):
27401 * eshell/esh-mode.el (eshell-mode):
27402 * forms.el (forms-mode):
27403 * help-mode.el (help-mode):
27404 * hexl.el (hexl-mode):
27405 * ibuffer.el (ibuffer-mode):
27406 * ielm.el (inferior-emacs-lisp-mode):
27407 * info.el (Info-mode, Info-edit-mode):
27408 * international/swedish.el:
27409 * ledit.el (ledit-from-lisp-mode):
27410 * locate.el (locate-mode):
27411 * mail/rmail.el (rmail-mode):
27412 * mail/rmailedit.el (rmail-edit-mode):
27413 * mail/rmailsum.el (rmail-summary-mode):
27414 * mail/supercite.el (sc-electric-mode):
27415 * net/eudc.el (eudc-mode):
27416 * net/quickurl.el (quickurl-list-mode):
27417 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27418 * obsolete/ooutline.el (outline-mode):
27419 * obsolete/options.el (Edit-options-mode):
27420 * obsolete/rnews.el (news-mode):
27421 * obsolete/rnewspost.el (news-reply-mode):
27422 * play/5x5.el (5x5-mode):
27423 * play/decipher.el (decipher-mode, decipher-stats-mode):
27424 * play/gomoku.el (gomoku-mode):
27425 * play/snake.el (snake-mode):
27426 * play/solitaire.el (solitaire-mode):
27427 * play/tetris.el (tetris-mode):
27428 * progmodes/ada-mode.el (ada-mode):
27429 * progmodes/antlr-mode.el (antlr-mode):
27430 * progmodes/autoconf.el (autoconf-mode):
27431 * progmodes/dcl-mode.el (dcl-mode):
27432 * progmodes/delphi.el (delphi-mode):
27433 * progmodes/ebrowse.el (ebrowse-tree-mode)
27434 (ebrowse-electric-list-mode, ebrowse-member-mode)
27435 (ebrowse-electric-position-mode):
27436 * progmodes/f90.el (f90-mode):
27437 * progmodes/fortran.el (fortran-mode):
27438 * progmodes/icon.el (icon-mode):
27439 * progmodes/idlw-help.el (idlwave-help-mode):
27440 * progmodes/idlw-shell.el (idlwave-shell-mode):
27441 * progmodes/idlwave.el (idlwave-mode):
27442 * progmodes/inf-lisp.el (inferior-lisp-mode):
27443 * progmodes/m4-mode.el (m4-mode):
27444 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27445 * progmodes/modula2.el (modula-2-mode):
27446 * progmodes/octave-inf.el (inferior-octave-mode):
27447 * progmodes/octave-mod.el (octave-mode):
27448 * progmodes/pascal.el (pascal-mode):
27449 * progmodes/sh-script.el (sh-mode):
27450 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27451 * progmodes/vhdl-mode.el (vhdl-mode):
27452 * progmodes/xscheme.el (scheme-interaction-mode):
27453 * replace.el (occur-mode):
27454 * ses.el (ses-mode):
27455 * simple.el (completion-list-mode):
27456 * skeleton.el:
27457 * speedbar.el (speedbar-mode):
27458 * term.el (term-mode):
27459 * terminal.el (terminal-edit-mode):
27460 * textmodes/reftex-index.el (reftex-index-mode)
27461 (reftex-index-phrases-mode):
27462 * textmodes/reftex-sel.el (reftex-select-label-mode)
27463 (reftex-select-bib-mode):
27464 * textmodes/reftex-toc.el (reftex-toc-mode):
27465 * wdired.el (wdired-change-to-wdired-mode):
27466 * wid-browse.el (widget-browse-mode):
27467 Use run-mode-hooks.
27468
27469 * array.el (array-mode):
27470 * calendar/todo-mode.el (todo-mode):
27471 * man.el (Man-mode):
27472 * play/landmark.el (lm-mode):
27473 * play/mpuz.el (mpuz-mode):
27474 Use kill-all-local-variables and run-mode-hooks.
27475
27476 * subr.el (delay-mode-hooks): Specify indentation.
27477
27478 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27479
27480 * xml.el (xml-substitute-special): Don't die for undefined xml
27481 entities.
27482
27483 2005-05-26 Jay Belanger <belanger@truman.edu>
27484
27485 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27486 of nil.
27487
27488 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27489
27490 * progmodes/gdb-ui.el (gdb-frame-address):
27491 Rename from gdb-current-address.
27492 (gdb-previous-frame-address): Rename from gdb-previous-address.
27493 (gdb-selected-frame): Rename from gdb-current-frame.
27494 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27495 (gdb-frame-number): Rename from gdb-current-stack-level.
27496 (gdb-ann3): Match new mode-name for disassembly buffer.
27497 Extend initialization of variables.
27498 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27499 (gdb-memory-mode): Use mouse-face in header line.
27500 (gdb-assembler-buffer-name): Call it disassembly and give frame
27501 in mode line.
27502 (gdb-source-spec-regexp, gdb-assembler-custom)
27503 (gdb-invalidate-assembler, gdb-frame-handler):
27504 Make robust to leading zeroes in address format.
27505
27506 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27507
27508 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27509 define `org-mode'.
27510 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27511
27512 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27513
27514 * log-edit.el (log-edit-changelog-entries): Distinguish between
27515 filenames like xfns.c and fns.c.
27516
27517 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27518
27519 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27520 point after reverting.
27521 (Buffer-menu-make-sort-button): Handle the case where
27522 `Buffer-menu-use-header-line' is nil.
27523
27524 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27525
27526 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27527 New funcs. In minibuffer-local-completion-map bind `]', `/'
27528 and `:' to them.
27529
27530 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27531
27532 * startup.el (normal-top-level): Allow modification of load-path while
27533 we're iterating over it.
27534
27535 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27536
27537 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27538 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27539 (thumbs-resize-interactive, thumbs-insert-image)
27540 (thumbs-insert-thumb, thumbs-dired-show-marked)
27541 (thumbs-find-image-at-point, thumbs-delete-images)
27542 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27543 (thumbs-increment-image-size, thumbs-decrement-image-size):
27544 Fix typos in docstrings.
27545
27546 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27547
27548 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27549 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27550 (cperl-mode): Use them.
27551
27552 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27553
27554 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27555 Doc fixes.
27556
27557 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27558
27559 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27560 Bind C-d to gdb-inferior-io-eof.
27561
27562 * dired.el (dired-dnd-popup-notice): Use message-box.
27563
27564 2005-05-23 Masatake YAMATO <jet@gyve.org>
27565
27566 * bindings.el (mode-line-major-mode-keymap):
27567 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27568
27569 * faces.el (mode-line-highlight): New face.
27570
27571 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27572 as mouse-face.
27573
27574 * bindings.el (top-level, help-echo, mode-line-modified)
27575 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27576 as mouse-face.
27577
27578 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27579
27580 * progmodes/cc-engine.el (c-guess-basic-syntax):
27581 Remove spurious call to `zerop'.
27582
27583 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27584
27585 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27586
27587 CC Mode update to 5.30.10:
27588
27589 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27590 could go past the limit in decoration level 2, thereby causing
27591 errors during interactive fontification.
27592
27593 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27594 the file is evaluated interactively.
27595
27596 * cc-engine.el (c-guess-basic-syntax): Handle operator
27597 declarations somewhat better in C++.
27598
27599 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27600 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27601 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27602 (awk-mode): Use it.
27603 (make-local-hook): Suppress warning about obsoleteness.
27604
27605 * cc-engine.el, cc-align.el, cc-cmds.el
27606 (c-append-backslashes-forward, c-delete-backslashes-forward)
27607 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27608 Compensate for return value from `forward-line' when it has moved
27609 but not to a different line due to eob.
27610
27611 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27612 `objc-method-intro' and `objc-method-args-cont'.
27613
27614 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27615
27616 CC Mode update to 5.30.10:
27617
27618 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27619 in the copyright statement. Incidentally, change "along with GNU
27620 Emacs" to "along with this program" where it occurs.
27621
27622 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27623 so that it is interactive, hence can be found by M-x awk-mode
27624 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27625 <gmorris+emacs@ast.cam.ac.uk>.
27626
27627 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27628 Mode's regexps.
27629
27630 2005-05-23 Kevin Ryde <user42@zip.com.au>
27631
27632 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27633 c-parse-state, to avoid a lisp error (on bad code).
27634
27635 2005-05-23 Lute Kamstra <lute@gnu.org>
27636
27637 * subr.el (font-lock-defaults): Remove defvar as it's already
27638 defined in font-core.el.
27639
27640 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27641
27642 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27643
27644 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27645 more general and work when GDB variable "print pretty" is on,
27646 as with Emacs, for example.
27647
27648 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27649
27650 * font-core.el: Update comment.
27651
27652 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27653 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27654
27655 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27656
27657 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27658
27659 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27660 and `yank-handler' in the doc strings.
27661
27662 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27663
27664 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27665
27666 2005-05-22 Richard M. Stallman <rms@gnu.org>
27667
27668 * help.el (describe-key): Move print-help-return-message call
27669 out of conditional.
27670
27671 * progmodes/etags.el (list-tags): Use with-no-warnings.
27672
27673 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27674 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27675 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27676
27677 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27678
27679 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27680 Add defvar.
27681
27682 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27683 Use defvar, not defconst.
27684
27685 * hexl.el (hexl-follow-line): Use with-no-warnings.
27686
27687 * emulation/tpu-extras.el: Use write-file-functions instead of
27688 write-file-hooks.
27689
27690 * dired.el (dired-font-lock-keywords): Fontify files with junk
27691 extensions even if marked by -F.
27692
27693 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27694
27695 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27696 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27697 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27698 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27699 (concatenate, list-length, get*, getf, cl-remprop):
27700 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27701 (etypecase, progv, lexical-let, lexical-let*)
27702 (multiple-value-bind, multiple-value-setq, shiftf):
27703 Improve argument/docstring consistency.
27704
27705 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27706
27707 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27708
27709 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27710 doesn't exist.
27711
27712 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27713 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27714
27715 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27716
27717 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27718 already deleted variables: auto-fill-hook, blink-paren-hook,
27719 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27720 suspend-hooks, comment-indent-hook, meta-flag,
27721 before-change-function, after-change-function,
27722 font-lock-doc-string-face.
27723
27724 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27725
27726 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27727
27728 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27729
27730 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27731 rmail-dont-reply-to.
27732
27733 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27734
27735 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27736 literal blank when splitting new-header-values.
27737
27738 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27739
27740 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27741 string so that tmm doesn't create a completion entry for it.
27742
27743 * textmodes/table.el (table-disable-menu): Ditto.
27744
27745 2005-05-21 Richard M. Stallman <rms@gnu.org>
27746
27747 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27748
27749 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27750
27751 * net/rcompile.el (remote-compile): Use compilation-start.
27752
27753 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27754
27755 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27756
27757 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27758 Default to makefile-bsdmake-mode on BSD systems.
27759
27760 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27761 REGEXP may also be a search function now. The part of doc-string
27762 for describing the structure was 95% identical to that of
27763 `imenu--generic-function'. Unify it there.
27764
27765 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27766 Use function to find dependencies, because regexp alone is so complex,
27767 it easily goes into an endless loop.
27768 (makefile-makepp-mode): Also add submenu for Perl functions
27769 defined in the makefile.
27770 (makefile-bsdmake-mode): Special imenu-generic-expression no
27771 longer needed, due to function call.
27772 (makefile-match-dependency): Take BOUND into account when checking
27773 if we're through.
27774
27775 2005-05-20 Jay Belanger <belanger@truman.edu>
27776
27777 * calc/calc-units.el (calc-invalidate-units-table):
27778 Use inhibit-read-only.
27779 (math-build-units-table-buffer): Use view-mode.
27780
27781 2005-05-20 David Kastrup <dak@gnu.org>
27782
27783 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27784 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27785
27786 2005-05-20 Lute Kamstra <lute@gnu.org>
27787
27788 * diff-mode.el (diff-header-face, diff-file-header-face)
27789 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27790 (diff-added-face, diff-changed-face, diff-function-face)
27791 (diff-context-face, diff-nonexistent-face): Put them in the
27792 diff-mode customization group.
27793
27794 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27795
27796 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27797
27798 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27799
27800 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27801 Minor regexp-optimization.
27802
27803 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27804
27805 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27806 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27807 (org-agenda-add-time-grid-maybe): New function.
27808 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27809 (org-table-create): `dotimes' instead of `mapcar'.
27810 (org-xor): Simplify implementation.
27811 (org-agenda): `inhibit-redisplay' turned on.
27812 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27813 a consistent line after a state change.
27814 (org-agenda-remove-times-when-in-prefix): New option.
27815 (org-prefix-has-time): New variable.
27816 (org-parse-time-string): Optional argument NODEFAULT.
27817 (org-format-agenda-item): Parse items for time-of-day
27818 specifications and move these into the prefix if possible.
27819 (org-agenda-priority): Get current heading, not previous heading
27820 during agenda remote editing.
27821
27822 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27823
27824 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27825 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27826 (remove-duplicates, delete-duplicates, substitute)
27827 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27828 (nsubstitute-if-not, find, find-if, find-if-not, position)
27829 (position-if, position-if-not, count, count-if, count-if-not)
27830 (mismatch, search, sort*, stable-sort, merge, member*)
27831 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27832 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27833 (intersection, nintersection, set-difference, nset-difference)
27834 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27835 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27836 (nsublis, tree-equal): Improve argument/docstring consistency.
27837
27838 * subr.el (send-string, send-region): Remove obsolescence declaration.
27839 (window-dot, set-window-dot, read-input, show-buffer)
27840 (eval-current-buffer, string-to-int):
27841 Add release number to obsolescence declarations.
27842
27843 2005-05-19 Kim F. Storm <storm@cua.dk>
27844
27845 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27846 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27847
27848 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27849
27850 * faces.el (list-faces-display): Make back button respect optional
27851 regexp arg.
27852
27853 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27854
27855 * calculator.el (calculator-radix-grouping-mode)
27856 (calculator-radix-grouping-digits, calculator-displayer)
27857 (calculator-radix-grouping-separator, calculator-copy-displayer):
27858 * dabbrev.el (dabbrev-search-these-buffers-only):
27859 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27860 (diff-advance-after-apply-hunk, diff-mode-hook)
27861 (diff-minor-mode-prefix):
27862 * imenu.el (imenu-use-popup-menu):
27863 * jit-lock.el (jit-lock-context-time):
27864 * newcomment.el (comment-fill-column, comment-column)
27865 (comment-style, comment-padding, comment-multi-line)
27866 (comment-empty-lines, comment-auto-fill-only-comments):
27867 * reveal.el (reveal-around-mark):
27868 * uniquify.el (uniquify-buffer-name-style)
27869 (uniquify-after-kill-buffer-p)
27870 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27871 (uniquify-min-dir-content, uniquify-separator)
27872 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27873 * w32-vars.el (w32-fixed-font-alist):
27874 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27875 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27876 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27877 * progmodes/perl-mode.el (perl-indent-level)
27878 (perl-continued-statement-offset, perl-continued-brace-offset)
27879 (perl-brace-offset, perl-brace-imaginary-offset)
27880 (perl-label-offset, perl-indent-continued-arguments)
27881 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27882 * progmodes/tcl.el (tcl-indent-level)
27883 (tcl-continued-indent-level, tcl-auto-newline)
27884 (tcl-tab-always-indent, tcl-electric-hash-style)
27885 (tcl-help-directory-list, tcl-use-smart-word-finder)
27886 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27887 (inferior-tcl-source-command):
27888 * textmodes/fill.el (enable-kinsoku):
27889 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27890 * textmodes/table.el (table-yank-handler):
27891 Specify missing group (and type, if simple) in defcustom.
27892
27893 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27894
27895 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27896
27897 2005-05-19 Richard M. Stallman <rms@gnu.org>
27898
27899 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27900
27901 * subr.el (event-basic-type): Don't get an error.
27902 (left-fringe-p): Function deleted.
27903
27904 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27905 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27906
27907 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27908 in recursive copy.
27909
27910 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27911
27912 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27913
27914 * emacs-lisp/bytecomp.el
27915 (byte-compile-file-form-custom-declare-variable):
27916 Call byte-compile-nogroup-warn if appropriate.
27917
27918 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27919 (compilation-set-window): Don't call left-fringe-p; do it directly.
27920
27921 2005-05-19 Jay Belanger <belanger@truman.edu>
27922
27923 * calc/calc-graph.el (calc-graph-format-data): Make sure
27924 var-PlotRejects is bound before trying to check its value.
27925
27926 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27927
27928 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27929 definition of this variable from reftex-global.el to reftex.el,
27930 because it is needed in the menu.
27931
27932 2005-05-19 Lute Kamstra <lute@gnu.org>
27933
27934 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27935 years are fixed. Don't insert a space after a dash.
27936
27937 2005-05-19 Kim F. Storm <storm@cua.dk>
27938
27939 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27940
27941 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27942
27943 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27944 strings, because (eq ... ?\\) is fairly frequent.
27945
27946 * progmodes/make-mode.el (makefile-add-this-line-targets):
27947 Simplify and integrate into `makefile-pickup-targets'.
27948 (makefile-add-this-line-macro): Simplify and integrate into
27949 `makefile-pickup-macros.
27950 (makefile-pickup-filenames-as-targets): Simplify.
27951 (makefile-previous-dependency, makefile-match-dependency):
27952 Don't stumble over `::'.
27953
27954 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27955
27956 * subr.el (post-command-idle-hook, post-command-idle-delay):
27957 Remove obsoletion of post-command-idle-hook and
27958 post-command-idle-delay.
27959
27960 * faces.el (list-faces-display): Provide button when describe-face
27961 is called to take user back to the list of faces.
27962
27963 * help-fns.el (describe-variable): Remove hyperlinks in a
27964 variable's value as these are quite frequently inappropriate.
27965
27966 * follow.el (follow-submit-feedback, follow-mode):
27967 Remove references to post-command-idle-hook.
27968
27969 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27970
27971 * progmodes/make-mode.el (makefile-previous-dependency)
27972 (makefile-match-dependency): Check for := (and in bsd mode also
27973 !=) to give a better result, even when font-lock is not on.
27974
27975 2005-05-18 Jay Belanger <belanger@truman.edu>
27976
27977 * calc/calc-help.el (calc-s-prefix-help):
27978 Add `calc-copy-special-constant' to help string.
27979
27980 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27981
27982 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27983
27984 2005-05-18 Jay Belanger <belanger@truman.edu>
27985
27986 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27987 in linear factors are in proper order.
27988
27989 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27990
27991 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27992 Support for jurabib.
27993
27994 * textmodes/reftex.el (featurep): Define aliases for overlay
27995 commands, for XEmacs compatibility, and use these aliases in
27996 overlay initializations.
27997 (reftex-highlight): Use `reftex-move-overlay'.
27998 (reftex-unhighlight): Use `reftex-delete-overlay'.
27999 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28000 (reftex-access-search-path): Use `reftex-uniquify' instead of
28001 `reftex-uniq'
28002
28003 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28004 `before-string' property modification enables for Emacs as well.
28005 (reftex-select-item): Use `reftex-delete-overlay'.
28006 (reftex-select-mark): Use `reftex-make-overlay' and
28007 `reftex-overlay-put'.
28008 (reftex-select-unmark): Use `reftex-delete-overlay' and
28009 `reftex-overlay-put'.
28010
28011 2005-05-18 Lute Kamstra <lute@gnu.org>
28012
28013 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28014
28015 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
28016
28017 * add-log.el (add-change-log-entry):
28018 * array.el (array-make-template, array-reconfigure-rows)
28019 (array-init-max-row, array-init-max-column)
28020 (array-init-columns-per-line, array-init-field-width):
28021 * replace.el (replace-match-maybe-edit, perform-replace):
28022 * textmodes/spell.el (spell-region):
28023 Replace `read-input' by `read-string'.
28024
28025 * forms.el (forms-mode):
28026 * finder.el (finder-compile-keywords):
28027 * shadowfile.el (shadow-read-files):
28028 Replace `eval-current-buffer' by `eval-buffer'.
28029
28030 * terminal.el (te-pass-through):
28031 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28032 (ange-ftp-raw-send-cmd):
28033 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28034 (send-process-next-char, telnet-initial-filter, telnet):
28035 Replace `send-string' by `process-send-string'.
28036
28037 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28038 (prolog-consult-region): Replace `send-string' by
28039 `process-send-string'; replace `send-region' by `process-send-region'.
28040
28041 * progmodes/delphi.el (delphi-log-msg):
28042 Replace `set-window-dot' by `set-window-point'.
28043
28044 * subr.el (window-dot, set-window-dot, read-input, send-string)
28045 (send-region, show-buffer, eval-current-buffer):
28046 Make really obsolete, as the comment says.
28047
28048 2005-05-17 Kim F. Storm <storm@cua.dk>
28049
28050 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28051 (cua--init-keymaps): Bind C-return instead of S-return to set
28052 rectangle mark.
28053
28054 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28055 instead of S-return to toggle/clear rectangle mark.
28056
28057 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28058
28059 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28060 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28061 Also fontify plain strings assigned to variables, mostly so that a
28062 colon has a face and is thus not taken as a dependency separator.
28063 (makefile-previous-dependency): Inline the new matcher, because it
28064 is too complex to work in both directions.
28065 (makefile-match-dependency): Eliminate `backward' arg (see above).
28066 Completely reimplemented so as to not sometimes go into an endless
28067 loop. It should also be more efficient, because first it only
28068 searches for `:', instead of applying the very complex regexp.
28069 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28070 to be fontified in one piece can be too long for JIT.
28071 Makefiles are never *that* big.
28072
28073 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28074
28075 * dired.el (dired-mode): Simplify.
28076
28077 2005-05-17 Lute Kamstra <lute@gnu.org>
28078
28079 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28080 defcustom for the mode hook variable.
28081
28082 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28083 Emacs Lisp Reference Manual.
28084
28085 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28086
28087 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28088 (evenp, list*):
28089 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28090 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28091
28092 * net/tramp-smb.el (tramp-smb-open-connection):
28093 Pass `tramp-chunksize' as fifth (required) argument.
28094
28095 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28096
28097 * font-lock.el (lisp-font-lock-keywords-1):
28098 Set `font-lock-negation-char-face' for [^...] char group.
28099 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28100
28101 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28102 a var, and refine it to mask one more level of nested vars.
28103 (makefile-rule-action-regex): Turn it into a var, and refine it so
28104 it recognizes backslashed continuation lines as belonging to the
28105 same command.
28106 (makefile-macroassign-regex): Refine it so it recognizes
28107 backslashed continuation lines as belonging to the same command.
28108 (makefile-var-use-regex): Don't look at the next char, because it
28109 might be the same one to be skipped by the initial [^$], leading
28110 to an overlooked variable use.
28111 (makefile-make-font-lock-keywords): Remove two parameters, which
28112 are now variables that some of the modes set locally.
28113 Handle dependency and rule action matching through functions, because
28114 regexps alone match too often. Dependency matching now comes
28115 last, so it can check, whether a colon already matched something else.
28116 (makefile-mode): Inform that font-lock improves makefile parsing
28117 capabilities.
28118 (makefile-match-dependency, makefile-match-action): New functions.
28119
28120 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28121
28122 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28123
28124 * align.el (align-regexp):
28125 * ansi-color.el (ansi-color-get-face):
28126 * array.el (array-reconfigure-rows, array-init-max-row)
28127 (array-init-max-column, array-init-columns-per-line)
28128 (array-init-field-width):
28129 * dired-aux.el (dired-trample-file-versions):
28130 * dired-x.el (dired-mark-sexp):
28131 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28132 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28133 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28134 * faces.el (face-read-integer):
28135 * files.el (backup-extract-version, insert-directory):
28136 * hexl.el (hexl-insert-decimal-char):
28137 * server.el (server-process-filter):
28138 * shell.el (shell-extract-num):
28139 * startup.el (command-line-1):
28140 * term.el (term-command-hook):
28141 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28142 (time-stamp-do-number):
28143 * time.el (display-time-update):
28144 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28145 (timezone-fix-time):
28146 * vms-patch.el (vms-suspend-resume-hook):
28147 * calendar/appt.el (appt-convert-time):
28148 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28149 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28150 * calendar/cal-islam.el (mark-islamic-diary-entries):
28151 * calendar/calendar.el (calendar-cursor-to-date)
28152 (calendar-star-date):
28153 * calendar/diary-lib.el (diary-attrtype-convert)
28154 (mark-diary-entries, diary-entry-time):
28155 * calendar/solar.el (solar-get-number):
28156 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28157 * emacs-lisp/re-builder.el (reb-display-subexp):
28158 * emulation/edt.el (edt-set-scroll-margins):
28159 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28160 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28161 (vip-get-ex-count):
28162 * emulation/viper-ex.el (viper-get-ex-token)
28163 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28164 * international/fontset.el (fontset-plain-name):
28165 * mail/feedmail.el (feedmail-look-at-queue-directory):
28166 * mail/mailalias.el (mail-get-names):
28167 * mail/rmail.el (rmail-convert-to-babyl-format):
28168 * mail/rmailsum.el (rmail-make-basic-summary-line)
28169 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28170 (rmail-summary-goto-msg):
28171 * mail/smtpmail.el (smtpmail-read-response):
28172 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28173 (ange-ftp-vms-add-file-entry):
28174 * play/gametree.el (gametree-looking-at-ply)
28175 (gametree-current-branch-score):
28176 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28177 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28178 * progmodes/cperl-mode.el (condition-case):
28179 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28180 (ebrowse-set-member-buffer-column-width)
28181 (ebrowse-select-1st-to-9nth):
28182 * progmodes/etags.el (etags-snarf-tag):
28183 * progmodes/flymake.el (flymake-parse-line):
28184 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28185 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28186 (idlwave-shell-menu-def):
28187 * progmodes/ps-mode.el (ps-run-goto-error):
28188 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28189 (vhdl-speedbar-contract-level):
28190 * term/mac-win.el (x-handle-numeric-switch):
28191 * term/sun-mouse.el (sun-get-frame-data):
28192 * term/w32-win.el (x-handle-numeric-switch):
28193 * term/x-win.el (x-handle-numeric-switch):
28194 * textmodes/ispell.el (ispell-parse-output):
28195 * textmodes/nroff-mode.el (nroff-outline-level):
28196 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28197 (reftex-bib-sort-year-reverse, reftex-format-citation):
28198 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28199 (reftex-section-number):
28200 * textmodes/texinfmt.el (texinfo-paragraphindent):
28201 Replace `string-to-int' by `string-to-number'.
28202
28203 * international/latexenc.el: Add page marker to force the "Local
28204 Variables:" string out of the last page.
28205
28206 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28207
28208 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28209 tooltip-change-major-mode.
28210 (gud-tooltip-print-command): Remove case where gud-minor-mode
28211 is gdb ("--fullname").
28212 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28213 explain to user.
28214
28215 2005-05-16 Jay Belanger <belanger@truman.edu>
28216
28217 * calc/calc-store.el (calc-copy-special-constant): New function.
28218
28219 * calc/calc-ext.el (calc-init-extensions): Add binding for
28220 `calc-copy-special-constant'.
28221
28222 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28223 for the `calc-copy-special-constant' command.
28224
28225 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28226
28227 * subr.el (left-fringe-p): New function.
28228
28229 * progmodes/compile.el (compilation-setup): Set local value of
28230 overlay-arrow-string to "" always.
28231 (compilation-set-window): Left fringe then don't scroll.
28232 No left fringe then no arrow and scroll message to top.
28233 (compilation-context-lines): Adjust doc string accordingly.
28234
28235 2005-05-16 Kim F. Storm <storm@cua.dk>
28236
28237 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28238 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28239 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28240 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28241 (ido-read-file-name): Handle commands with ido property value
28242 equal to find-file as reading a file name, to allow C-d to enter dired.
28243 (ibuffer-find-file): Add ido property with value find-file.
28244
28245 2005-05-15 Kim F. Storm <storm@cua.dk>
28246
28247 * subr.el (open-network-stream-nowait): Remove.
28248 (open-network-stream-server): Remove.
28249
28250 2005-05-15 Richard M. Stallman <rms@gnu.org>
28251
28252 * faces.el (describe-face): Output a definition link button.
28253
28254 * help-mode.el (help-face-def): New button type.
28255
28256 * emacs-lisp/copyright.el (copyright-fix-years):
28257 Match properly if the first year is 2-digit.
28258 Don't mess up the whitespace after the years by filling.
28259
28260 * dired-aux.el (dired-mark-confirm):
28261 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28262
28263 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28264 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28265 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28266
28267 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28268 Set font-lock-comment-start-skip.
28269
28270 * font-lock.el (font-lock-comment-start-skip): New variable.
28271 (font-lock-comment-end-skip): New variable.
28272 (font-lock-fontify-syntactically-region): Use them if non-nil.
28273
28274 2005-05-15 Jay Belanger <belanger@truman.edu>
28275
28276 * calc/calc-store.el (calc-store-value): Return a string rather
28277 than display it as a message.
28278 Use calc-var-name for variable name.
28279 (calc-store-into): Add the result of calc-store-value to message.
28280 (calc-copy-variable): Add a message.
28281 (calc-store-exchange): Improve error messages.
28282 (calc-store-binary, calc-store-map): Don't reset the values of
28283 special constants.
28284
28285 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28286
28287 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28288 manual to docstring.
28289
28290 * files.el (hack-local-variables-confirm): Add STRING argument.
28291 Make the function handle non file visiting buffers correctly.
28292 (hack-local-variables-prop-line, hack-local-variables)
28293 (hack-one-local-variable): Use STRING arg of
28294 `hack-local-variables-confirm'.
28295
28296 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28297
28298 Sync with Tramp 2.0.49.
28299
28300 * net/tramp.el (tramp-handle-dired-call-process)
28301 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28302 because the contents of the Tramp buffer is changed before
28303 insertion (`expand-file' and alike).
28304 (tramp-handle-insert-directory): If `localname' has an empty
28305 nondirectory name, it must not be quoted.
28306 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28307 variable `tramp-chunksize'. Change callees.
28308 (tramp-open-connection-setup-interactive-shell): Check remote host
28309 for buggy `send-process-string' implementation.
28310 Set `tramp-chunksize' if found. Reported by Michael Kifer
28311 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28312 (tramp-handle-shell-command): `insert-buffer' cannot be used
28313 because the contents of the Tramp buffer is changed before
28314 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28315 <frederic.bothamy@free.fr>.
28316 (tramp-set-auto-save): Actions should be done for Tramp file name
28317 handler only. Ange-FTP has its own auto-save mechanism.
28318 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28319 (tramp-set-auto-save-file-modes): Set file modes of
28320 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28321 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28322 (tramp-bug): Remove obsolete variable.
28323 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28324 for presence of `mml-mode'. Make it running for older Emacsen as well.
28325
28326 2005-05-14 John Paul Wallington <jpw@pobox.com>
28327
28328 * ibuf-ext.el (define-ibuffer-filter filename):
28329 If `dired-directory' is a list, use its car.
28330
28331 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28332
28333 * ibuffer.el (define-ibuffer-column filename):
28334 If `dired-directory' is a list, use its car.
28335
28336 2005-05-14 Richard M. Stallman <rms@gnu.org>
28337
28338 * subr.el (symbol-file): Doc fix.
28339
28340 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28341 (byte-compile-form): Call byte-compile-nogroup-warn.
28342 (byte-compile-warning-types): Doc fix.
28343
28344 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28345
28346 * progmodes/cc-engine.el (c-literal-faces):
28347 Add font-lock-comment-delimiter-face.
28348
28349 * net/net-utils.el (dig): Use with-no-warnings.
28350
28351 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28352 (sc-recite-frame-alist, sc-default-cite-frame)
28353 (sc-default-uncite-frame, sc-default-recite-frame)
28354 (sc-attrib-selection-list, sc-rewrite-header-list):
28355 Mark as risky-local-variable.
28356
28357 * international/ogonek.el (ogonek-jak, ogonek-how):
28358 Don't use beginning-of-buffer.
28359
28360 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28361
28362 * calendar/solar.el (solar-data-list): Move definition up.
28363
28364 * dnd.el (dnd-protocol-alist): Add autoload.
28365
28366 * progmodes/sh-script.el: Many doc usage fixes.
28367 (sh-indent-after-do): Change default to match common styles.
28368
28369 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28370
28371 * files.el (interpreter-mode-alist)
28372 (auto-mode-interpreter-regexp): Doc fixes.
28373
28374 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28375
28376 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28377
28378 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28379
28380 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28381
28382 * dired.el (dired-mode): make-variable-buffer-local =>
28383 make-local-variable.
28384
28385 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28386
28387 * term/mac-win.el (mac-select-convert-to-string): Try coding
28388 systems in mac-script-code-coding-systems if specified one cannot
28389 encode string for `com.apple.traditional-mac-plain-text'.
28390
28391 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28392
28393 * progmodes/make-mode.el (makefile-targets-face)
28394 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28395 (makefile-dependency-regex): Fix it to not make the colon in
28396 $(var:a=b) special.
28397 (makefile-rule-action-regex): New regexp for highlighting embedded
28398 Shell strings.
28399 (makefile-macroassign-regex): Handle != for highlighting as
28400 embedded Shell strings.
28401 (makefile-var-use-regex): New const.
28402 (makefile-statements, makefile-automake-statements)
28403 (makefile-gmake-statements, makefile-makepp-statements)
28404 (makefile-bsdmake-statements): New consts.
28405 (makefile-make-font-lock-keywords): New function.
28406 (makefile-automake-font-lock-keywords)
28407 (makefile-gmake-font-lock-keywords)
28408 (makefile-makepp-font-lock-keywords)
28409 (makefile-bsdmake-font-lock-keywords): New consts.
28410 (makefile-mode-map): Add switchers between the various submodes.
28411 (makefile-mode): Document the availability of the variants.
28412 (makefile-automake-mode, makefile-gmake-mode)
28413 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28414
28415 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28416 new variants of makefile-mode.
28417
28418 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28419
28420 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28421 the inheritance.
28422
28423 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28424
28425 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28426 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28427
28428 * files.el (normal-mode): Extend the scope of the
28429 `enable-local-variables' binding to include the `set-auto-mode' call.
28430 (magic-mode-alist): Doc fix.
28431
28432 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28433
28434 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28435 font-lock-comment-face rather than copying its setting.
28436
28437 2005-05-12 Andreas Schwab <schwab@suse.de>
28438
28439 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28440
28441 2005-05-12 Lute Kamstra <lute@gnu.org>
28442
28443 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28444 defcustom for the mode hook variable. Delete the last argument.
28445 * generic-x.el: Fix callers of define-generic-mode.
28446 (generic-x-modes): Delete group.
28447 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28448 generic-x customization group.
28449
28450 2005-05-12 Kim F. Storm <storm@cua.dk>
28451
28452 * font-lock.el (font-lock-negation-char-face): Default to "off".
28453
28454 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28455 font-lock-negation-char-face to ! in !=.
28456
28457 2005-05-12 Masatake YAMATO <jet@gyve.org>
28458
28459 * add-log.el (find-change-log): Fix typos in the docstring
28460 of function.
28461
28462 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28463
28464 * international/latexenc.el (latexenc-find-file-coding-system):
28465 Avoid `re-search-forward' when looking for input encoding because
28466 of speed and safety. Better regular expressions for recognizing
28467 input encoding. Limit a search for TeX-master/tex-main-file to
28468 the local variable section.
28469
28470 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28471
28472 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28473 syntax of $ to "'" (quote).
28474
28475 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28476
28477 * dnd.el (dnd-protocol-alist): Improve custom type.
28478
28479 * dired.el (dired-dnd-protocol-alist): New variable.
28480 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28481 `dired-mode-hook' to the end.
28482
28483 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28484
28485 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28486 comment-end if comment-start-skip is not set.
28487 Obey the font-lock-comment-delimiter-face variables.
28488
28489 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28490
28491 * files.el (executable-find): Move from executable.el. Use
28492 locate-file.
28493 * progmodes/executable.el (executable-find): Move to files.el.
28494
28495 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28496 when trying to ensure forward progress.
28497
28498 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28499
28500 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28501 (mouse-select, mouse-select-internal, mouse-extend-internal):
28502 Use it to implement mouse-1-click-follows-link functionality.
28503
28504 2005-05-11 Richard M. Stallman <rms@gnu.org>
28505
28506 * font-lock.el (font-lock-fontify-syntactically-region):
28507 Use font-lock-comment-delimiter-face for comment delimiters.
28508
28509 2005-05-10 Jay Belanger <belanger@truman.edu>
28510
28511 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28512 preserving embedded modes.
28513
28514 2005-05-10 Richard M. Stallman <rms@gnu.org>
28515
28516 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28517
28518 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28519 Move from ada-stmt.el.
28520 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28521
28522 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28523 Move to ada-mode.el.
28524 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28525
28526 * cus-edit.el (custom-file): Call file-chase-links.
28527
28528 * files.el (read-directory-name): Fix previous change.
28529 (hack-local-variables-confirm): New function.
28530 (hack-local-variables-prop-line, hack-local-variables)
28531 (hack-one-local-variable): Use it.
28532
28533 2005-05-10 Lute Kamstra <lute@gnu.org>
28534
28535 * font-lock.el (font-lock-keywords-alist)
28536 (font-lock-removed-keywords-alist): Clarify docstrings.
28537
28538 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28539
28540 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28541 (gdb-source-info): Check for preprocessor info.
28542 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28543 a macro for a function.
28544 (gdb-info-breakpoints-custom): Try to find file again if not already
28545 found (user might have used GDB dir command).
28546 (gdb-get-location): Update gdb-location-alist correctly for change
28547 to gdb-info-breakpoints-custom.
28548
28549 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28550 (gud-tooltip-print-command): Add gdbmi case.
28551 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28552 preprocessor info.
28553
28554 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28555
28556 * startup.el (fancy-splash-insert): Fix typo in doc string.
28557
28558 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28559
28560 * obsolete/float.el (string-to-float):
28561 * obsolete/hilit19.el (hilit-add-pattern):
28562 * obsolete/rnews.el (news-parse-range, news-select-message)
28563 (news-get-pruned-list-of-files): Replace `string-to-int' by
28564 `string-to-number'.
28565
28566 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28567 `find-file-not-found-hooks'; use `add-hook'.
28568 (uncompress-while-visiting): Set `write-file-functions', not
28569 `write-file-hooks'; use `add-hook'.
28570
28571 2005-05-09 Kim F. Storm <storm@cua.dk>
28572
28573 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28574 (cua-paste): Handle clipboard action.
28575 (cua--init-keymaps): Remap clipboard-kill-region and
28576 clipboard-kill-ring-save.
28577
28578 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28579
28580 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28581 Improve commentary.
28582
28583 * simple.el (next-error-overlay-arrow-position): Revert the change
28584 made on 2005-04-30.
28585
28586 2005-05-07 Jay Belanger <belanger@truman.edu>
28587
28588 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28589 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28590 `calc-sel-reselect'.
28591
28592 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28593 Calc is in embedded mode.
28594
28595 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28596
28597 * progmodes/compile.el (compilation-setup):
28598 Set overlay-arrow-string to an empty string on text terminals.
28599
28600 * textmodes/ispell.el (ispell-program-name): Try looking for
28601 "aspell" along exec-path, and if found, use it as the default
28602 speller program.
28603
28604 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28605
28606 * international/mule.el (sgml-xml-auto-coding-function):
28607 Recognize encoding='FOO' in single quotes as well as in double quotes.
28608
28609 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28610
28611 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28612 as well as `interactive', so that defmacro* would recognize
28613 `declare' forms.
28614
28615 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28616
28617 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28618 Explain more about the LIGHTER arg's usage in the doc string.
28619 Add commentary to clarify what the code does. Fix the regexp that
28620 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28621 since it could have characters special to regular expressions.
28622
28623 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28624
28625 * replace.el (occur-1): Bind inhibit-read-only so that
28626 erase-buffer doesn't barf on read-only text properties (likewise
28627 for add-text-properties in occur-engine). Mark buffer as unmodified.
28628 (occur-engine): Don't set buffer-read-only here.
28629
28630 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28631
28632 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28633 list-buffers-directory. This caused the *cvs-commit* buffer to be
28634 sometimes mistakenly reused as a *cvs* buffer.
28635
28636 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28637
28638 * tooltip.el: Move code for GUD tooltips into gud.el.
28639 (require): CL no longer needed to compile case.
28640 (tooltip-mode): Do not toggle functions for GUD tooltips.
28641 (tooltip-gud-tips-p): Remove. Replace with minor mode
28642 gud-tooltip-mode in gud.el.
28643 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28644 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28645 tooltip-gud prefix with gud-tooltip and obsolete.
28646 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28647 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28648 (tooltip-mouse-motion): Mouse movement functions/variable.
28649 Rename in gud.el by adding gud prefix.
28650 (tooltip-gud-original-filter, tooltip-gud-dereference)
28651 (tooltip-gud-event, tooltip-toggle-gud-tips)
28652 (tooltip-gud-process-output, tooltip-gud-print-command)
28653 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28654 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28655 (gdb-tooltip-print): Move to gdb-ui.el.
28656
28657 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28658 (require): CL needed to compile case.
28659 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28660 tooltip-gud-tips-p. Make it a minor-mode.
28661 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28662 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28663 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28664 (gud-tooltip-change-major-mode)
28665 (gud-tooltip-activate-mouse-motions-if-enabled)
28666 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28667 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28668 (gud-tooltip-original-filter, gud-tooltip-dereference)
28669 (gud-tooltip-event, tooltip-toggle-gud-tips)
28670 (gud-tooltip-process-output, gud-tooltip-print-command)
28671 (gud-tooltip-tips): Move from tooltip.el.
28672
28673 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28674 (gdb-cpp-define-alist-flags): Doc fix.
28675 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28676 gud-tooltip-mode is t.
28677
28678 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28679
28680 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28681 evaporate if their text is deleted.
28682 (goto-address-at-point): Make it work as a mouse binding as well.
28683 (goto-address-at-mouse): Obsolete it. Update users.
28684
28685 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28686
28687 * calendar/appt.el (top-level): No longer activate on load.
28688
28689 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28690
28691 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28692 * net/webjump.el (webjump):
28693 * progmodes/idlw-help.el (idlwave-do-context-help1)
28694 (idlwave-highlight-linked-completions):
28695 * textmodes/po.el (po-find-file-coding-system-guts):
28696 Replace `assoc-ignore-case' by `assoc-string'.
28697
28698 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28699
28700 * files.el (locate-file): Doc fix.
28701
28702 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28703 Remove the redundant test for ms-dos.
28704
28705 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28706 look for the preprocessor with exec-suffixes. If not found in
28707 standard places, look in exec-path. Remove most of the tests that
28708 used system-type.
28709
28710 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28711
28712 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28713
28714 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28715 file-name clash with jka-compr.el on 8+3 filesystems.
28716
28717 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28718
28719 * term/mac-win.el: Don't define or bind scroll bar functions if
28720 x-toolkit-scroll-bars is t.
28721 (x-select-text, x-get-selection-value): Clear
28722 x-last-selected-text-clipboard if x-select-enable-clipboard is
28723 nil.
28724 (PRIMARY): Put mac-scrap-name property.
28725 (mac-select-convert-to-file-url): New function.
28726 (public.file-url): New selection target type. Add to
28727 selection-converter-alist.
28728 (x-get-selection, x-selection-value): Handle it.
28729 (x-cut-buffer-or-selection-value): New alias.
28730
28731 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28732
28733 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28734 entry to avoid calling bibtex-find-entry with arg global
28735 being t. Remove arg key.
28736 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28737 (bibtex-copy-summary-as-kill): Change accordingly.
28738
28739 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28740
28741 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28742 (org-agenda-date-later): Use with-current-buffer.
28743
28744 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28745
28746 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28747 (define-obsolete-variable-alias): Doc Fixes.
28748
28749 2005-05-06 Kim F. Storm <storm@cua.dk>
28750
28751 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28752 vertical-motion when selective-display is active.
28753
28754 * ido.el (ido-setup-hook): New hook.
28755 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28756 (ido-input-stack): New var.
28757 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28758 ido-next-work-file binding to M-O.
28759 Bind M-f to ido-wide-find-file-or-pop-dir.
28760 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28761 (ido-read-internal): Run ido-setup-hook.
28762 Catch quit in read-file-name and read-string to cancel edit.
28763 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28764 Automatically pop-all when completing a directory name (RET).
28765 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28766 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28767 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28768 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28769 New functions for M-b/M-f to move among the directory components.
28770 (ido-make-merged-file-list): Catch quit to cancel merge.
28771 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28772 (ido-completion-help): No warnings for ido-completion-buffer-full.
28773
28774 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28775
28776 * font-lock.el (font-lock-negation-char-face): New face and variable.
28777 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28778 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28779 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28780 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28781
28782 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28783
28784 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28785 Fix typo in docstring.
28786
28787 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28788 (ebrowse-print-statistics-line)
28789 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28790
28791 * term/w32-win.el (image-library-alist): Add additional name for
28792 Xpm library.
28793
28794 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28795
28796 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28797 use gcc instead of cpp.
28798
28799 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28800 (gdb-create-define-alist): Use it.
28801 (gdb-cpp-define-alist-program): Update for MS-DOS.
28802
28803 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28804
28805 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28806
28807 2005-05-04 Richard M. Stallman <rms@gnu.org>
28808
28809 * help.el (describe-key): No error when UNTRANSLATED is nil.
28810
28811 * simple.el (line-move-1): Fix previous change to signal errors
28812 appropriately.
28813
28814 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28815
28816 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28817 (icalendar-duration-correction): Remove.
28818 (icalendar--get-event-properties): Split result at commas.
28819 (icalendar--decode-isoduration): New optional argument
28820 DURATION-CORRECTION.
28821 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28822 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28823 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28824 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28825 (icalendar--convert-anniversary-to-ical): New functions, extracted
28826 from icalendar-export-region, with bug fixes.
28827 (icalendar-export-region): Use the above functions.
28828 (icalendar-import-buffer): Check before saving diary file.
28829 (icalendar--convert-recurring-to-diary)
28830 (icalendar--convert-non-recurring-all-day-to-diary)
28831 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28832 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28833 (icalendar--convert-ical-to-diary): Use the above functions.
28834
28835 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28836
28837 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28838 Remove these recent additions.
28839 (c-mode): Restore to before 2005-04-28.
28840
28841 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28842 recent addition.
28843
28844 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28845 (gdb-define-alist): New variables.
28846 (gdb-create-define-alist): New function.
28847 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28848 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28849 with string-to-number.
28850 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28851
28852 * progmodes/gud.el: Replace string-to-int with string-to-number.
28853 (gud-find-file): Handle gdb-define-alist.
28854
28855 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28856
28857 2005-05-02 Jay Belanger <belanger@truman.edu>
28858
28859 * calc/calc-aent.el (math-read-token):
28860 * calc/calc-bin.el (calc-word-size):
28861 * calc/calc-ext.el (calc-read-number-fancy):
28862 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28863 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28864 * calc/calc-frac.el (calc-over-notation):
28865 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28866 (calc-graph-num-points, calc-graph-init):
28867 * calc/calc-prog.el (calc-read-parse-table-part)
28868 (calc-edit-macro-repeats):
28869 * calc/calc-yank.el (calc-do-grab-rectangle):
28870 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28871 Replace `string-to-int' by `string-to-number'.
28872
28873 2005-05-02 Kim F. Storm <storm@cua.dk>
28874
28875 * kmacro.el: Use executing-kbd-macro-index variable.
28876
28877 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28878
28879 * net/rlogin.el (rlogin-parse-words): Delete func.
28880 (rlogin): Use split-string, not rlogin-parse-words.
28881 Also, if there are option-like elements in the parsed args,
28882 take the host to be the first arg immediately following them.
28883 Suggested by Michael Mauger.
28884
28885 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28886
28887 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28888
28889 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28890
28891 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28892 (cc-mode-cpp-program): Rename to cc-define-list-program and
28893 move to cc-vars.el.
28894
28895 * progmodes/cc-vars.el (cc-define-list-program):
28896 Change to "gcc -E -dM -". Make customizable.
28897
28898 2005-05-02 Kim F. Storm <storm@cua.dk>
28899
28900 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28901
28902 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28903
28904 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28905
28906 * international/mule-util.el (truncate-string): Remove alias and
28907 obsolete declaration.
28908
28909 * international/mule-cmds.el (update-iso-coding-systems):
28910 Remove alias and obsolete declaration.
28911
28912 * international/mule.el (coding-system-parent): Remove alias and
28913 obsolete declaration.
28914
28915 * subr.el (define-function, sref): Remove aliases and obsolete
28916 declarations.
28917 (chars-in-region): Remove obsolete declaration.
28918
28919 2005-05-01 Richard M. Stallman <rms@gnu.org>
28920
28921 * info.el (Info-mode): Set widen-automatically to nil, locally.
28922
28923 * simple.el (widen-automatically): New variable.
28924 (pop-global-mark): Obey widen-automatically.
28925
28926 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28927
28928 * term/xterm.el (function-key-map): Call substitute-key-definition
28929 before the keymap size is increased by a lot of define-key calls.
28930
28931 2005-05-01 Richard M. Stallman <rms@gnu.org>
28932
28933 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28934 Rename ARG to ELEMENT. Doc fix.
28935
28936 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28937
28938 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28939 Remove references to allout-exposure/change to allout-new-exposure.
28940
28941 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28942 bytecode symbols.
28943
28944 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28945 (compiled-function-p, focus-frame, unfocus-frame):
28946 Remove aliases and obsolete declarations.
28947 Back out inadvertent changes from previous commit.
28948
28949 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28950
28951 * files.el (require-final-newline): Make Custom tags consistent
28952 with mode-require-final-newline.
28953 (mode-require-final-newline): Doc fix.
28954
28955 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28956
28957 * international/latexenc.el (latexenc-find-file-coding-system):
28958 Fix regular expressions.
28959
28960 2005-05-01 David Kastrup <dak@gnu.org>
28961
28962 * international/latexenc.el (latexenc-find-file-coding-system):
28963 Fix regular expressions.
28964
28965 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28966
28967 * subr.el (string-to-int): Make obsolete.
28968
28969 2005-04-30 Richard M. Stallman <rms@gnu.org>
28970
28971 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28972
28973 * loadup.el: load jka-comp-hook.
28974
28975 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28976 (jka-compr-handler): Add autoload. `put' calls moved
28977 to jka-comp-hook.el.
28978 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28979 (jka-compr-inhibit): Autoload.
28980
28981 * jka-comp-hook.el: New file.
28982 Enable the mode by default.
28983
28984 * files.el (backup-buffer-copy): Use copy-file instead
28985 of write-region, and put back the 'excl.
28986
28987 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28988
28989 * progmodes/flymake.el (flymake-split-string)
28990 (flymake-split-string, flymake-log, flymake-pid-to-names)
28991 (flymake-reg-names, flymake-get-source-buffer-name)
28992 (flymake-unreg-names, flymake-add-line-err-info)
28993 (flymake-add-err-info): Clarify docstrings.
28994 (flymake-popup-menu, flymake-make-emacs-menu)
28995 (flymake-make-xemacs-menu): Add docstrings.
28996 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28997 Set variables directly throughout.
28998
28999 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
29000
29001 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29002 exists. Initialize cc-define-alist.
29003 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29004 If there is no file (Macroexpansion) don't create an alist.
29005
29006 2005-04-29 Sam Steingold <sds@gnu.org>
29007
29008 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29009 (cc-create-define-alist): Use it instead of the hard-coded string.
29010
29011 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29012
29013 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29014 for latexenc.
29015
29016 2005-04-29 Lute Kamstra <lute@gnu.org>
29017
29018 * emacs-lisp/generic.el: Improve commentary section.
29019 (define-generic-mode): Improve docstring.
29020
29021 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29022
29023 * textmodes/org.el (many places): Change to quiet the byte compiler.
29024 (org-prefix-format-compiled): New variable.
29025 (org-compile-prefix-format): New function.
29026 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29027 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29028 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29029 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29030 consistency with entries from `org-mode' files.
29031 (org-get-time-of-day): Fix bug with partial matches early in a line.
29032 (org-non-link-chars): New constant.
29033 (org-link-regexp): Respect `org-non-link-chars'.
29034 (org-agenda-day-view): Remove command.
29035 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29036 (org-follow-bbdb-link, org-store-link): Search also company field.
29037 (org-highlight-overlay): New variable.
29038 (org-highlight, org-unhighlight): New functions.
29039 (org-agenda-mode): Add pre-command-hook to remove highlight.
29040 (org-evaluate-time-range): Behavior depends upon whether time stamp
29041 contains a time or not.
29042 (org-show-subtree, org-show-entry): New functions.
29043 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29044
29045 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29046
29047 * comint.el (comint-output-filter-functions): Add autoload cookie.
29048
29049 2005-04-28 Kim F. Storm <storm@cua.dk>
29050
29051 * ido.el (ido-everywhere): Fix last change.
29052
29053 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29054
29055 * international/latexenc.el: New file.
29056 * international/mule-conf.el (file-coding-system-alist): For .tex,
29057 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29058
29059 2005-04-28 Lute Kamstra <lute@gnu.org>
29060
29061 * font-lock.el (font-lock-add-keywords)
29062 (font-lock-remove-keywords): Clarify docstring.
29063 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29064 Don't start docstrings with a `*'.
29065 (font-lock-update-removed-keyword-alist): Give it a docstring.
29066
29067 * generic-x.el: Update commentary section.
29068 Only require font-lock when compiling.
29069 Define all modes conditionally.
29070 Place all generic modes in the generic-x-modes customization group.
29071 (generic-x-modes): New customization group.
29072 (generic-default-modes, generic-mswindows-modes)
29073 (generic-unix-modes, generic-other-modes): New constants.
29074 (generic-define-mswindows-modes, generic-define-unix-modes):
29075 Update docstrings. Make them obsolete.
29076 (generic-extras-enable-list): New default value. Update docstring.
29077 Improve :type. Change :set function.
29078 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29079 Fix docstring.
29080
29081 * emacs-lisp/generic.el (generic-mode-internal):
29082 Simplify font-lock-defaults.
29083 (define-generic-mode): Fix docstring.
29084
29085 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29086
29087 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29088 font-lock-face property to highlight matches.
29089
29090 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29091
29092 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29093 (cc-define-alist): New variable.
29094 (c-mode): Make it local and initialize it.
29095
29096 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29097 (gdb-exited): New function.
29098 (gdb-annotation-rules): Use it.
29099 (gdb-starting): Set gdb-active-process to t.
29100 (gdb-stopping): Amend doc string.
29101 (gdb-reset): Set gdb-active-process to nil.
29102
29103 * tooltip.el (tooltip-gud-tips): Show the associated #define
29104 directives when a C program under GDB is not executing.
29105
29106 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29107
29108 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29109 font-lock-fontify-syntactic-keywords.
29110
29111 * font-lock.el (font-lock-default-fontify-region): Don't force
29112 parse-sexp-lookup-properties to nil.
29113
29114 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29115
29116 * man.el (man-mode-syntax-table): Set up `:' to have
29117 word-constituent syntax.
29118
29119 2005-04-27 Lute Kamstra <lute@gnu.org>
29120
29121 * novice.el (disable-command): Don't add spurious newlines to the
29122 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29123
29124 2005-04-26 Jay Belanger <belanger@truman.edu>
29125
29126 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29127 than one window before deleting window.
29128
29129 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29130
29131 * shell.el (shell-prompt-pattern): Doc fix.
29132 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29133
29134 * comint.el (comint-prompt-regexp, comint-get-old-input)
29135 (comint-use-prompt-regexp)
29136 (comint-use-prompt-regexp-instead-of-fields)
29137 (comint-replace-by-expanded-history, comint-send-input)
29138 (comint-output-filter, comint-get-old-input-default)
29139 (comint-line-beginning-position, comint-bol, comint-show-output)
29140 (comint-backward-matching-input, comint-forward-matching-input)
29141 (comint-next-prompt, comint-previous-prompt):
29142 Rename `comint-use-prompt-regexp-instead-of-fields' to
29143 `comint-use-prompt-regexp'. Keep old name as alias and declare
29144 obsolete.
29145 (comint-use-prompt-regexp): Shorten first line of doc string.
29146
29147 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29148 Set paragraph-separate buffer locally to "\\'".
29149
29150 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29151 Adapt to above name change.
29152
29153 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29154 (smbclient-prompt-regexp): Ditto.
29155
29156 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29157
29158 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29159
29160 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29161 gdb-location-list.
29162 Break lines that are over 80 characters wide.
29163
29164 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29165
29166 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29167 New fun and var, to preserve compatibility.
29168
29169 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29170
29171 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29172
29173 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29174 name to file-newer-than-file-p.
29175
29176 2005-04-26 Richard M. Stallman <rms@gnu.org>
29177
29178 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29179
29180 * progmodes/python.el (python-mode):
29181 Use new name eldoc-documentation-function.
29182
29183 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29184
29185 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29186 (eldoc-documentation-function):
29187 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29188
29189 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29190
29191 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29192
29193 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29194
29195 * term/xterm.el (function-key-map): Fix strings for
29196 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29197 {C,S,A,C-S}-{f1-f12}.
29198
29199 2005-04-26 Kenichi Handa <handa@m17n.org>
29200
29201 * international/mule-cmds.el (select-safe-coding-system):
29202 Fix previous change.
29203
29204 2005-04-26 Lute Kamstra <lute@gnu.org>
29205
29206 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29207
29208 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29209 (font-lock-comment-delimiter-face): Ditto.
29210
29211 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29212
29213 2005-04-25 Jay Belanger <belanger@truman.edu>
29214
29215 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29216 to t while inserting information; use help-mode.
29217
29218 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29219
29220 * term.el (ansi-term-color-vector): Use the xterm colors.
29221 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29222
29223 2005-04-25 Lute Kamstra <lute@gnu.org>
29224
29225 * font-core.el (font-lock-defaults): Fix docstring.
29226
29227 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29228
29229 2005-04-25 Kenichi Handa <handa@m17n.org>
29230
29231 * international/mule-cmds.el (select-safe-coding-system):
29232 Don't check consistency with coding: spec, etc if raw-text or
29233 no-conversion was found to be safe.
29234
29235 2005-04-24 Richard M. Stallman <rms@gnu.org>
29236
29237 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29238 citation markers at start of each line.
29239
29240 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29241 citation markers at start of each line.
29242
29243 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29244
29245 * files.el (mode-require-final-newline): Fix previous change.
29246 (require-final-newline): Fix type label.
29247
29248 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29249
29250 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29251 statement in buffer (broken by 2004-11-24 change).
29252
29253 2005-04-24 Kim F. Storm <storm@cua.dk>
29254
29255 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29256 and read-file-name-function values. Don't overwrite existing
29257 non-nil values if ido-mode is enabled without ido-everywhere.
29258
29259 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29260
29261 * files.el (mode-require-final-newline): Minor doc fix.
29262
29263 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29264
29265 * subr.el (syntax-after): Doc fix.
29266 (syntax-class): If argument is nil, return nil. Mask off upper 16
29267 bits, not 8 bits.
29268
29269 * files.el (mode-require-final-newline): Doc fix.
29270 (backup-buffer-copy): Fix last change.
29271
29272 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29273
29274 * term/mac-win.el: Require select. Set selection-coding-system to
29275 mac-system-coding-system. Call menu-bar-enable-clipboard.
29276 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29277 (x-select-enable-clipboard): New variables.
29278 (x-select-text, x-get-selection, x-selection-value)
29279 (x-get-selection-value, mac-select-convert-to-string)
29280 (mac-services-open-file, mac-services-open-selection)
29281 (mac-services-insert-text): New functions.
29282 (CLIPBOARD, FIND): Put mac-scrap-name property.
29283 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29284 (public.tiff): Put mac-ostype property.
29285 (selection-converter-alist): Add entries for them.
29286 (mac-application-menu-map): New keymap.
29287 (interprogram-cut-function, interprogram-paste-function): Set to
29288 x-select-text and x-get-selection-value, respectively.
29289 (split-window-keep-point): Set to t.
29290
29291 2005-04-23 Richard M. Stallman <rms@gnu.org>
29292
29293 * files.el (read-directory-name): Always pass non-nil
29294 DEFAULT-FILENAME arg to read-file-name.
29295 (backup-buffer-copy, basic-save-buffer-2): Take care against
29296 writing thru an unexpected existing symlink.
29297 (revert-buffer): In indirect buffer, revert the base buffer.
29298 (magic-mode-alist): Doc fix.
29299 (buffer-stale-function): Doc fix.
29300 (minibuffer-with-setup-hook): Avoid warning.
29301 (mode-require-final-newline): Doc and custom fix.
29302
29303 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29304
29305 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29306 use the default appearance.
29307 (font-lock-comment-delimiter-face): New face, new variable.
29308
29309 * imenu.el (imenu--generic-function): The official position of a
29310 definition is the start of the line that BEG is in.
29311
29312 * midnight.el (midnight-timer): Move defvar up.
29313
29314 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29315
29316 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29317
29318 * startup.el (command-line): Use with-no-warnings.
29319
29320 * window.el (window-size-fixed): New defvar.
29321
29322 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29323
29324 * mail/rmail.el (rmail-font-lock-keywords):
29325 Use font-lock-comment-delimiter-face.
29326
29327 * mail/sendmail.el (mail-font-lock-keywords):
29328 Use font-lock-comment-delimiter-face.
29329
29330 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29331
29332 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29333
29334 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29335 Specify t for LAXMATCH when matching directories.
29336 Save match data around compilation-compat-error-properties form.
29337
29338 2005-04-23 David Kastrup <dak@gnu.org>
29339
29340 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29341 Mention that the autoloaded aliases should be kept for AUCTeX.
29342
29343 2005-04-23 Andreas Schwab <schwab@suse.de>
29344
29345 * isearch.el (isearch-forward): Doc fix.
29346
29347 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29348
29349 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29350 (jit-lock-stealth-nice): Change default value to 0.5.
29351
29352 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29353
29354 * abbrev.el (write-abbrev-file): Write table entries in
29355 alphabetical order by table name.
29356
29357 2005-04-22 Kim F. Storm <storm@cua.dk>
29358
29359 * ido.el (ido-read-internal): Fix `list' completion.
29360
29361 2005-04-22 Kenichi Handa <handa@m17n.org>
29362
29363 * recentf.el (recentf-save-file-coding-system): New variable.
29364 (recentf-save-list): Encode the file by
29365 recentf-save-file-coding-system and add coding: tag.
29366
29367 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29368
29369 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29370
29371 2005-04-21 Lute Kamstra <lute@gnu.org>
29372
29373 * loadhist.el (unload-feature): Don't remove a function from hooks
29374 if it is about to be restored to an autoload . Remove functions
29375 that will become unbound from auto-mode-alist. Simplify the code.
29376
29377 * subr.el (assq-delete-all): New implementation that is linear,
29378 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29379 (rassq-delete-all): New function.
29380
29381 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29382 Add size-indication-mode.
29383
29384 2005-04-21 Kenichi Handa <handa@m17n.org>
29385
29386 * international/mule-cmds.el: Add autoload for widget-value in
29387 eval-when-compile.
29388
29389 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29390
29391 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29392 Add tooltip-mode.
29393
29394 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29395
29396 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29397
29398 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29399 (inferior-lisp-filter-regexp, inferior-lisp-program)
29400 (inferior-lisp-load-command, inferior-lisp-prompt)
29401 (inferior-lisp-mode-hook, lisp-source-modes)
29402 (inferior-lisp-load-hook): defvar->defcustom.
29403 (inferior-lisp-program, inferior-lisp-prompt)
29404 (inferior-lisp-load-hook): Doc fixes.
29405 (inferior-lisp-install-letter-bindings): Small change in
29406 introductory comment.
29407
29408 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29409
29410 * vc.el (vc-annotate-color-map): Change some colors so that text
29411 using them as foreground is readable on both white and black
29412 backgrounds.
29413
29414 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29415
29416 * international/mule-conf.el (translation-table-for-input):
29417 Remove redundant declaration.
29418
29419 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29420
29421 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29422
29423 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29424 (tooltip-toggle-gud-tips): New function.
29425
29426 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29427
29428 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29429 right angle brackets.
29430
29431 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29432
29433 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29434
29435 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29436
29437 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29438 Remove. Update callers to use expand-file-name instead.
29439
29440 * subr.el (syntax-class): New function.
29441
29442 * simple.el (blink-matching-open): Use it.
29443
29444 * paren.el (show-paren-function): Use it to recognize parens that are
29445 also used in 2-char comment markers.
29446
29447 2005-04-19 Lute Kamstra <lute@gnu.org>
29448
29449 * loadhist.el (unload-feature): Update for new format of
29450 load-history. Simplify the code.
29451
29452 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29453
29454 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29455 (mac-add-charset-info): New function. Initialize variable
29456 mac-charset-info-alist using it.
29457 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29458 for translation.
29459 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29460 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29461 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29462 New CCL programs.
29463
29464 2005-04-19 Kim F. Storm <storm@cua.dk>
29465
29466 * simple.el (next-buffer, prev-buffer, next-error)
29467 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29468 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29469
29470 * bindings.el (next-buffer, prev-buffer, next-error)
29471 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29472 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29473 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29474 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29475
29476 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29477
29478 * isearch.el (isearch-edit-string): Make the search-ring available for
29479 minibuffer history commands.
29480 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29481 the default history commands now work just as well.
29482 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29483
29484 2005-04-18 Kim F. Storm <storm@cua.dk>
29485
29486 * emulation/cua-base.el (cua--pre-command-handler): Add more
29487 elaborate check for shift modifier on non-window systems.
29488
29489 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29490
29491 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29492
29493 2005-04-18 Kim F. Storm <storm@cua.dk>
29494
29495 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29496 and make it optional. Don't test tooltip-gud-echo-area here.
29497 (tooltip-gud-process-output, gdb-tooltip-print):
29498 Pass tooltip-gud-echo-area to tooltip-show.
29499 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29500
29501 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29502
29503 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29504 `display-graphic-p' may not be bound yet.
29505
29506 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29507
29508 * startup.el (command-line): No longer enable Xterm Mouse mode by
29509 default in terminals compatible with xterm.
29510
29511 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29512
29513 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29514
29515 * tooltip.el (tooltip-gud-echo-area): Rename from
29516 tooltip-use-echo-area.
29517 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29518 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29519 area independently of where help tooltips are displayed.
29520
29521 2005-04-17 David Kastrup <dak@gnu.org>
29522
29523 * cus-theme.el (custom-theme-write-variables): Quote variables
29524 where necessary.
29525
29526 2005-04-17 Richard M. Stallman <rms@gnu.org>
29527
29528 * simple.el (yank-excluded-properties): Add follow-link to value.
29529
29530 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29531
29532 * startup.el (fancy-splash-max-time): Just 30 seconds.
29533 (fancy-splash-delay): Just 7.
29534 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29535
29536 * loadhist.el (unload-feature): Update for new format of load-history.
29537 Simplify the code.
29538
29539 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29540 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29541
29542 * mail/sendmail.el (mail-font-lock-keywords):
29543 Don't fontify subject text.
29544 Don't fontify the text of a citation.
29545
29546 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29547
29548 * comint.el (comint-output-filter): Run comint-output-filter-functions
29549 with point where the user had it.
29550
29551 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29552
29553 * international/ucs-tables.el (ucs-set-table-for-input):
29554 Disable when using unify-on-decoding.
29555
29556 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29557
29558 * emulation/cua-base.el (cua-global-mark-face): Add special case
29559 for displays supporting a high number of colors.
29560
29561 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29562
29563 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29564
29565 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29566
29567 * filesets.el (filesets-add-buffer): If user supplies a name of a
29568 non-existing fileset, create a new fileset.
29569
29570 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29571
29572 * textmodes/org.el (org-up-heading-all): Fix bug with
29573 `outline-up-heading-all'.
29574
29575 2005-04-16 Andreas Schwab <schwab@suse.de>
29576
29577 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29578 /etc/permissions.d/* and /etc/aliases.d/*.
29579
29580 2005-04-16 Kenichi Handa <handa@m17n.org>
29581
29582 * international/code-pages.el (cp-make-coding-system):
29583 Set `translation-table-for-input' property value to the symbol
29584 ucs-mule-to-mule-unicode, not to that value.
29585 (pt154): Escape guillemet by `\'.
29586
29587 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29588
29589 * loadup.el: Load tooltip if x-show-tip is fboundp.
29590
29591 * startup.el (command-line): Add comment.
29592
29593 * tooltip.el (tooltip-mode): Specify correct standard value for
29594 Custom in init-value.
29595
29596 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29597
29598 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29599 possible.
29600
29601 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29602
29603 * textmodes/org.el (org-agenda-date-prompt): Rename from
29604 `org-agenda-date-today'.
29605 (org-evaluate-time-range): Insert at point instead of directly
29606 after time range.
29607 (org-first-headline-recenter, org-subtree-end-visible-p)
29608 (org-optimize-window-after-visibility-change): New functions
29609 (org-agenda-post-command-hook): Don't allow point at end of line,
29610 to make sure it always hits the text properties.
29611 (org-agenda-next-date-line, org-agenda-previous-date-line):
29612 New commands.
29613 (org-set-regexps-and-options): Category may contain white space.
29614 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29615 Improve marker positions.
29616 (org-agenda-new-marker): Argument POS made optional.
29617 (org-agenda-get-timestamps): Deadlines which are done are listed
29618 in org-done-face now.
29619 (org-agenda-get-todos, org-agenda-get-timestamps)
29620 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29621 Set `undone-face' and `done-face' properties.
29622 (org-last-todo-state-is-todo): New variable.
29623 (org-todo): Set `org-last-todo-state-is-todo'.
29624 (org-agenda-todo): Change face according to
29625 `org-last-todo-state-is-todo'. And change other lines referring to
29626 the same entry.
29627 (org-calendar-goto-agenda): New command.
29628 (org-calendar-to-agenda-key): New option.
29629 (org-startup-folded): New allowed value `content'.
29630 (org-set-regexps-and-options): Accept new value `content' for
29631 `org-startup-folded'.
29632 (org-get-current-options): Handle new value `content' for
29633 `org-startup-folded'.
29634 (org-insert-todo-heading): New command.
29635 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29636 interactively in empty file and option
29637 `org-insert-mode-line-in-empty-file' has been set.
29638 (org-agenda-todo, org-agenda-priority): Modify to use
29639 `org-agenda-change-all-lines'.
29640 (org-warning-face): Change color on dark background
29641
29642 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29643
29644 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29645 use preferences AppleLocale and AppleLanguages, and variable
29646 mac-system-locale for default locale. On Mac OS Classic, use
29647 mac-system-coding-system for default coding systems.
29648
29649 * term/mac-win.el: Don't set file-name-coding-system.
29650 Decode variables system-name, emacs-build-system, user-login-name, and
29651 user-full-name by mac-system-coding-system on Mac OS Classic.
29652 (mac-system-coding-system): New variable.
29653
29654 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29655
29656 * startup.el (command-line): Handle `xterm-mouse-mode' before
29657 reading init file.
29658
29659 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29660
29661 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29662
29663 * progmodes/sh-script.el (sh-here-document-word): Make it a
29664 defcustom. Doc fix.
29665 (sh-add): Bash uses $(( )) for arithmetic.
29666 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29667 (sh-maybe-here-document): Remove quotes and leading whitespace
29668 from heredoc word when closing. Indent heredoc with tabs if word
29669 starts with "-".
29670
29671 2005-04-13 Richard M. Stallman <rms@gnu.org>
29672
29673 * simple.el (undo): Fix previous change.
29674
29675 * custom.el (defface): Doc fix.
29676
29677 2005-04-13 Lute Kamstra <lute@gnu.org>
29678
29679 * Makefile.in (DONTCOMPILE): Remove list.
29680 (compile, compile-always): Don't use DONTCOMPILE.
29681 (update-authors): Load the library in which batch-update-authors
29682 is defined.
29683 * makefile.w32-in (DONTCOMPILE): Remove list.
29684 (compile, compile-always): Fix comments.
29685 (update-authors): Load the library in which batch-update-authors
29686 is defined.
29687
29688 * generic-x.el (generic-mode-ini-file-find-file-hook):
29689 Rename to ini-generic-mode-find-file-hook.
29690 Keep generic-mode-ini-file-find-file-hook as an alias.
29691 (ini-generic-mode-find-file-hook): Rename from
29692 generic-mode-ini-file-find-file-hook. Fix docstring.
29693 (ini-generic-mode): Docstring change.
29694 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29695
29696 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29697 called from lisp.
29698
29699 * generic.el: Move to the emacs-lisp subdir.
29700
29701 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29702
29703 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29704 and C-S- function and cursor motion keys.
29705
29706 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29707
29708 * startup.el (command-line): Enable Xterm Mouse mode by default.
29709 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29710 for Custom. No longer show "Mouse" in mode line when enabled.
29711 Doc fix.
29712
29713 2005-04-12 Kim F. Storm <storm@cua.dk>
29714
29715 * emulation/cua-base.el (cua-rectangle-face)
29716 (cua-rectangle-noselect-face): Define face attributes here.
29717
29718 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29719
29720 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29721
29722 * startup.el (command-line): Turn off blinking cursor if
29723 cursorBlink in resources is off or false.
29724
29725 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29726
29727 * term/mac-win.el (dnd): Require dnd.
29728 (mac-drag-n-drop): Call dnd-handle-one-url.
29729 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29730 (kTextEncodingISOLatin2): Remove constants.
29731 (mac-script-code-coding-systems): New constant.
29732 (mac-handle-language-change): New function.
29733 (special-event-map): Bind it to `language-change' event.
29734 (mac-centraleurroman, mac-cyrillic): New coding systems.
29735 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29736 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29737 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29738 encode-mac-cyrillic, respectively.
29739
29740 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29741
29742 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29743 Don't set overlay-arrow-string to "=>" as this is done
29744 globally in C now.
29745
29746 2005-04-12 Lute Kamstra <lute@gnu.org>
29747
29748 * generic-x.el (rc-generic-mode, rul-generic-mode):
29749 Fix auto-mode-alist entries.
29750 (etc-fstab-generic-mode): Tweak fontification.
29751
29752 * generic.el (generic-make-keywords-list): Fix docstring.
29753 (generic-mode-internal): Simplify generic-font-lock-keywords.
29754
29755 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29756
29757 * whitespace.el (whitespace-buffer-leading)
29758 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29759 However, fix the highlight area for the leading and
29760 trailing whitespaces to show space.
29761
29762 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29763
29764 * whitespace.el (whitespace-version): Bump to 3.5
29765
29766 (whitespace-buffer-leading, whitespace-buffer-trailing):
29767 Invert sense of the test to highlight the whitespace.
29768
29769 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29770
29771 * progmodes/gud.el (gud-display-line): GUD uses its own
29772 overlay arrow now so don't set overlay-arrow-string.
29773 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29774
29775 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29776
29777 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29778 (term-ansi-current-reverse, term-ansi-current-invisible)
29779 (term-ansi-face-already-done): Change to boolean.
29780 (term-reset-terminal, term-handle-colors-array): Handle the above
29781 vars accordingly.
29782 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29783 (term-emulate-terminal): Use the new name.
29784
29785 * faces.el (secondary-selection): Use yellow1, not yellow.
29786 (trailing-whitespace): Use red1, not red.
29787
29788 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29789
29790 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29791 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29792 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29793
29794 * cus-edit.el (dnd): New group.
29795
29796 * term/w32-win.el (dnd): Require dnd
29797 (w32-drag-n-drop): Call dnd-handle-one-url.
29798
29799 * x-dnd.el: Require dnd.
29800 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29801 Call dnd-handle-one-url.
29802 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29803 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29804 to dnd-insert-text.
29805 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29806 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29807 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29808 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29809
29810 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29811
29812 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29813
29814 * wdired.el: Doc fixes.
29815 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29816 (wdired-use-dired-vertical-movement): Rename from
29817 wdired-always-move-to-filename-beginning.
29818 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29819 (wdired-change-to-wdired-mode): Change mode name.
29820 (wdired-newline): Delete.
29821
29822 2005-04-11 Richard M. Stallman <rms@gnu.org>
29823
29824 * whitespace.el (whitespace-highlight-the-space):
29825 Don't call whitespace-unhighlight-the-space here.
29826
29827 * simple.el (undo): Record t in undo-equiv-table
29828 for the redo record made by an undo-in-region.
29829
29830 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29831
29832 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29833 (gdb-frame-inferior-io-buffer): New Functions to control
29834 display of separate IO buffer.
29835 (menu): Add them to menu-bar.
29836 (gdb-display-buffer): Check for buffer another frame.
29837 Protect GUD buffer.
29838 (gdb-setup-windows): Create IO buffer if not already there.
29839 (gdb-memory-mode): Remove purecopy noops.
29840
29841 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29842
29843 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29844 and pass to self-insert-command.
29845
29846 2005-04-11 Lute Kamstra <lute@gnu.org>
29847
29848 * generic.el: Commentary section cleanup.
29849 (generic): Delete.
29850 (generic-use-find-file-hook, generic-lines-to-scan)
29851 (generic-find-file-regexp, generic-ignore-files-regexp)
29852 (default-generic-mode, generic-mode-find-file-hook)
29853 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29854 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29855 (generic-use-find-file-hook, generic-lines-to-scan)
29856 (generic-find-file-regexp, generic-ignore-files-regexp)
29857 (default-generic-mode, generic-mode-find-file-hook)
29858 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29859
29860 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29861
29862 * bookmark.el (bookmark-write-file): Catch errors writing file.
29863 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29864
29865 2005-04-10 Richard M. Stallman <rms@gnu.org>
29866
29867 * startup.el (fancy-splash-tail): Update copyright year.
29868 (command-line): Split part of -Q into -D.
29869 (emacs-basic-display): New defvar.
29870 (fancy-splash-text): Correct name of menu item.
29871
29872 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29873
29874 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29875 lines in one node.
29876
29877 * comint.el (comint-send-input): New arg ARTIFICIAL.
29878 Callers in this file changed.
29879
29880 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29881
29882 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29883
29884 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29885
29886 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29887 `ldap-search-internal'.
29888
29889 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29890
29891 * files.el (set-auto-mode-1): Use line-end-position.
29892
29893 * international/latin-1.el:
29894 * international/latin-2.el:
29895 * international/latin-3.el:
29896 * international/latin-4.el:
29897 * international/latin-5.el:
29898 * international/latin-8.el:
29899 * international/latin-9.el: Give punctuation syntax to NBSP.
29900
29901 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29902 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29903 Use char-classes to accept non-ascii letters, accepted in some recent
29904 bibtex implementations.
29905
29906 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29907
29908 * custom.el (custom-set-minor-mode): Any non-nil value for the
29909 variable should enable the mode when set through Custom.
29910
29911 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29912
29913 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29914 TAB binding so tab-always-indent is obeyed.
29915 (vhdl-minibuffer-local-map): Move initialization into declaration.
29916 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29917 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29918 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29919 (vhdl-current-line): Use line-beginning-position.
29920 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29921 with-output-to-temp-buffer, so the current position can be recorded.
29922
29923 2005-04-10 Masatake YAMATO <jet@gyve.org>
29924
29925 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29926 Add regexp for gcov.
29927
29928 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29929
29930 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29931 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29932 syntax which Emacs 20 doesn't support.
29933
29934 2005-04-09 Richard M. Stallman <rms@gnu.org>
29935
29936 * help.el (describe-key-briefly, describe-key):
29937 Replace strings as event types with "(any string)".
29938
29939 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29940
29941 * arc-mode.el (archive-mode-map): Move initialization into
29942 the declaration. Override *all* bindings of `undo'.
29943 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29944
29945 2005-04-09 Jay Belanger <belanger@truman.edu>
29946
29947 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29948
29949 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29950
29951 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29952 (xterm-register-default-colors): Update color values computation
29953 to match xterm-200.
29954
29955 2005-04-09 Kenichi Handa <handa@m17n.org>
29956
29957 * international/code-pages.el (iso-latin-7): Fix the map.
29958
29959 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29960
29961 * emacs-lisp/lisp.el (defun-prompt-regexp)
29962 (parens-require-spaces, buffer-end, end-of-defun)
29963 (insert-parentheses): Doc fixes.
29964
29965 2005-04-08 Kim F. Storm <storm@cua.dk>
29966
29967 * comint.el (comint-highlight-prompt): Fix face spec.
29968 * hi-lock.el (hi-green): Likewise.
29969
29970 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29971
29972 * cus-edit.el (custom-modified-face):
29973 * comint.el (comint-highlight-input): Fix previous changes.
29974 * term.el (term-handle-ansi-escape): Add a comment.
29975
29976 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29977
29978 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29979 in the buffer and in whitespace-highlighted-space.
29980 (whitespace-unhighlight-the-space): Simplify.
29981 (whitespace-buffer): Simplify.
29982
29983 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29984
29985 * textmodes/table.el (table-cell-face): Add special case for
29986 displays supporting a high number of colors.
29987 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29988 (vhdl-font-lock-reserved-words-face)
29989 (vhdl-speedbar-architecture-face)
29990 (vhdl-speedbar-instantiation-face)
29991 (vhdl-speedbar-architecture-selected-face)
29992 (vhdl-speedbar-instantiation-selected-face): Likewise.
29993 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29994 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29995 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29996 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29997 (ebrowse-progress-face): Likewise.
29998 * progmodes/compile.el (compilation-info-face): Likewise.
29999 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30000 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30001 * calendar/calendar.el (diary-face): Likewise.
30002 * woman.el (woman-italic-face, woman-bold-face)
30003 (woman-unknown-face): Likewise.
30004 * wid-edit.el (widget-button-pressed-face): Likewise.
30005 * whitespace.el (whitespace-highlight-face): Likewise.
30006 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30007 * pcvs-info.el (cvs-marked-face): Likewise.
30008 * info.el (info-xref): Likewise.
30009 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30010 * hilit-chg.el (highlight-changes-face)
30011 (highlight-changes-delete-face): Likewise.
30012 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30013 (hi-red-b): Likewise.
30014 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30015 * font-lock.el (font-lock-keyword-face)
30016 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30017 * cus-edit.el (custom-invalid-face, custom-modified-face)
30018 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30019 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30020 * comint.el (comint-highlight-prompt): Likewise.
30021
30022 2005-04-08 Lute Kamstra <lute@gnu.org>
30023
30024 * font-lock.el (font-lock-keywords): Docstring fixes.
30025
30026 2005-04-08 Kenichi Handa <handa@m17n.org>
30027
30028 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30029 chars are more than a limit, print " and more..." at the tail.
30030
30031 2005-04-08 Kim F. Storm <storm@cua.dk>
30032
30033 * emacs-lisp/authors.el (authors-aliases): Update list.
30034 (authors-ignored-files): New list.
30035 (authors-fixed-entries): Fix typo.
30036 (authors-renamed-files-alist): Update list.
30037 (authors-add): Check authors-ignored-files.
30038
30039 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30040
30041 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30042 optional, to ensure backward compatibility.
30043
30044 2005-04-08 Stephen Eglen <stephen@gnu.org>
30045
30046 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30047
30048 2005-04-08 Kim F. Storm <storm@cua.dk>
30049
30050 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30051
30052 * mouse.el (mouse-on-link-p): Doc fix.
30053
30054 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30055
30056 * ielm.el (ielm-prompt-read-only): Doc fix.
30057
30058 * comint.el (comint-prompt-read-only): Doc fix.
30059
30060 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30061
30062 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30063 ensure dired always handles wildcards passed to ffap.
30064 (find-file-at-point): Use it.
30065 (ffap-dired-wildcards): Doc fix.
30066
30067 2005-04-07 Juri Linkov <juri@jurta.org>
30068
30069 * simple.el (next-error-overlay-arrow-position): New defvar.
30070 Put "=>" on its property `overlay-arrow-string'. Add it to
30071 `overlay-arrow-variable-list'.
30072
30073 * progmodes/compile.el (compilation-setup):
30074 Set `next-error-overlay-arrow-position' to nil. Also set it to
30075 nil in the local hook `kill-buffer-hook'. Make local variable
30076 `overlay-arrow-string' and set it to "=>".
30077 (compilation-goto-locus): Set BOL position to
30078 `next-error-overlay-arrow-position' instead of
30079 `overlay-arrow-position'.
30080
30081 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30082 locally instead of adding it to the global hook.
30083 (Info-kill-buffer): Move up.
30084
30085 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30086
30087 * term/xterm.el (xterm-standard-colors): Update color values from
30088 xterm-200.
30089
30090 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30091
30092 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30093
30094 * fast-lock.el:
30095 * lazy-lock.el: Move them to the obsolete subdir.
30096
30097 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30098
30099 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30100 (wdired-add-replace-advice): Remove.
30101 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30102
30103 2005-04-06 Kim F. Storm <storm@cua.dk>
30104
30105 * startup.el (command-line): Add --bare-bones alias for -Q.
30106
30107 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30108
30109 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30110 create the startup fontset if a font specification ends with
30111 `mac-roman'.
30112
30113 2005-04-06 Lute Kamstra <lute@gnu.org>
30114
30115 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30116 change.
30117
30118 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30119 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30120
30121 2005-04-05 Lute Kamstra <lute@gnu.org>
30122
30123 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30124 (define-generic-mode): Ditto. Fix debug declaration.
30125
30126 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30127 Put them in the generic-x group.
30128
30129 * calendar/timeclock.el (timeclock): Doc fix.
30130
30131 * generic.el (define-generic-mode): Don't use custom-current-group.
30132 Document default :group value.
30133 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30134 (define-global-minor-mode): Don't use custom-current-group.
30135
30136 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30137
30138 * startup.el (command-line-1): Display startup-echo-area-message
30139 when fancy splash screen is in use.
30140
30141 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30142 (sh-escaped-newline): New face.
30143 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30144 newline, and use sh-escaped-newline face.
30145
30146 * progmodes/tcl.el (tcl-escaped-newline): New face.
30147 (tcl-builtin-list): New variable.
30148 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30149 newlines. Fix keywords subexpression number.
30150
30151 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30152
30153 * textmodes/org.el (org-diary-default-entry): Fix call to
30154 `add-to-diary-entry'.
30155
30156 2005-04-05 Kim F. Storm <storm@cua.dk>
30157
30158 * ediff-init.el: Use (featurep 'xemacs).
30159
30160 2005-04-05 David Ponce <david@dponce.com>
30161
30162 * cus-edit.el (face): Derive from symbol widget. Display sample
30163 of the current face on the fly.
30164 (widget-face-sample-face-get, widget-face-notify): New functions.
30165 (widget-face-value-create): Remove.
30166
30167 * wid-edit.el (widget-field-end): Temporarily remove field
30168 narrowing before to call `get-char-property'.
30169
30170 2005-04-04 Jay Belanger <belanger@truman.edu>
30171
30172 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30173 (math-read-subscripts): New variable.
30174 (math-read-preprocess-string): Process subscripts.
30175
30176 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30177
30178 * comint.el (comint-prompt-read-only): Doc fix.
30179
30180 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30181 `-1'. Doc fix.
30182
30183 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30184
30185 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30186 Change default value to nil.
30187
30188 2005-04-04 Lute Kamstra <lute@gnu.org>
30189
30190 * autorevert.el (auto-revert-mode): Specify :group.
30191 * battery.el (display-battery-mode): Specify :group.
30192 * diff-mode.el (diff-minor-mode): Specify :group.
30193 * font-core.el (font-lock-mode): Specify :group.
30194 * hl-line.el (hl-line-mode): Specify :group.
30195 * iimage.el (iimage): New customization group.
30196 (iimage-mode): Specify :group.
30197 * longlines.el (longlines-mode): Specify :group.
30198 * master.el: Don't require easy-mmode.
30199 (master): New customization group.
30200 (master-mode): Specify :group.
30201 * msb.el (msb-mode): Specify :group.
30202 * reveal.el (reveal-mode): Specify :group.
30203 * simple.el (next-error-follow-minor-mode): Specify :group.
30204 * smerge-mode.el (smerge-mode): Specify :group.
30205 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30206 * emulation/cua-base.el (cua-mode): Specify :group.
30207 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30208 * language/thai-util.el (thai-auto-composition-mode)
30209 (thai-word-mode): Specify :group.
30210 * mail/supercite.el (sc-minor-mode): Specify :group.
30211 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30212 * progmodes/flymake.el (flymake-mode): Specify :group.
30213 * progmodes/glasses.el (glasses-mode): Specify :group.
30214 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30215 * textmodes/enriched.el (enriched-mode): Specify :group.
30216 * textmodes/refill.el (refill-mode): Specify :group.
30217
30218 * add-log.el (change-log-font-lock-keywords): Names in
30219 parenthesized lists can contain spaces.
30220
30221 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30222
30223 * startup.el (fancy-splash-text): Shorten default text of
30224 "Emacs Tutorial" line. Also, if the current language env
30225 indicates an available tutorial file other than TUTORIAL,
30226 extract its title and append it to the line in parentheses.
30227 (fancy-splash-insert): If arg is a thunk, funcall it.
30228
30229 2005-04-04 Jay Belanger <belanger@truman.edu>
30230
30231 * calc.el (calc-language-alist): Add tags to customization type.
30232
30233 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30234
30235 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30236 Doc fix.
30237
30238 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30239
30240 * add-log.el (change-log-font-lock-keywords): The manual
30241 describing a Change Log entry, says: (...) "Aside from these
30242 header lines, every line in the change log starts with a space or
30243 a tab.". The font-lock was not highlighting lines started with
30244 spaces, added support for it.
30245
30246 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30247
30248 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30249 (bibtex-generate-url-list): Update docstring accordingly. Put the
30250 complex example in the docstring.
30251 (bibtex-font-lock-url): Use pop.
30252
30253 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30254
30255 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30256
30257 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30258
30259 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30260
30261 * filesets.el (filesets-set-default): Doc fix.
30262
30263 2005-04-03 Lute Kamstra <lute@gnu.org>
30264
30265 * generic.el (define-generic-mode): Add argument to specify
30266 keywords for defcustom.
30267 (default-generic-mode): Specify :group.
30268
30269 * generic-x.el: Specify :group for all generic modes.
30270
30271 * desktop.el (desktop-no-desktop-file-hook)
30272 (desktop-after-read-hook): Doc fix.
30273
30274 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30275
30276 * simple.el (visible-mode): Use explicit :group keyword.
30277 This changes the group of `visible-mode-hook' from paren-blinking
30278 to editing-basics.
30279
30280 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30281
30282 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30283 mailbox specifications as well as URLs.
30284 (rmail-insert-inbox-text): Remove unused conditional branches.
30285
30286 2005-04-01 Jay Belanger <belanger@truman.edu>
30287
30288 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30289 (calc-gnuplot-print-command): Move definitions to calc.el.
30290
30291 * calc/calc-embed.el (calc-embedded-announce-formula)
30292 (calc-embedded-open-formula, calc-embedded-close-formula)
30293 (calc-embedded-open-word, calc-embedded-close-word)
30294 (calc-embedded-open-plain, calc-embedded-close-plain)
30295 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30296 (calc-embedded-open-mode, calc-embedded-close-mode):
30297 Move definitions to calc.el.
30298
30299 * calc/calc.el (calc-settings-file, calc-language-alist):
30300 Make customizable.
30301 (calc-embedded-announce-formula, calc-embedded-open-formula)
30302 (calc-embedded-close-formula, calc-embedded-open-word)
30303 (calc-embedded-close-word, calc-embedded-open-plain)
30304 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30305 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30306 (calc-embedded-close-mode, calc-gnuplot-name)
30307 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30308 from other files and make customizable.
30309
30310 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30311
30312 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30313 Use buffer-live-p.
30314 (cvs-mode-run): Don't call cvs-update-header here.
30315 (cvs-run-process): Call cvs-update-header.
30316 Use process properties for cvs-postprocess and cvs-buffer so that
30317 the sentinel can behave better if the temp buffer is killed.
30318 Use a pipe rather than a tty, to better handle unexpected prompts.
30319 (cvs-sentinel): Rewrite. Call cvs-update-header.
30320
30321 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30322
30323 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30324 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30325
30326 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30327
30328 * generic.el (define-generic-mode): Add indentation rule.
30329
30330 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30331
30332 * files.el (mode-require-final-newline): Make Custom correctly
30333 report a nil value and allow to set it to nil via Custom.
30334 Doc fix.
30335
30336 2005-04-01 Kenichi Handa <handa@m17n.org>
30337
30338 * international/characters.el: Enable the correct case setting for
30339 dotless-i and dotted-I.
30340
30341 2005-04-01 Kim F. Storm <storm@cua.dk>
30342
30343 * ido.el (ido-file-internal): Fall back to non-ido command if
30344 initial directory is on slow ftp (or tramp) host.
30345
30346 2005-03-31 Richard M. Stallman <rms@gnu.org>
30347
30348 * emacs-lisp/autoload.el (make-autoload):
30349 Handle define-global-minor-mode.
30350
30351 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30352 Rename from easy-mmode-define-global-mode.
30353 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30354
30355 * progmodes/scheme.el (scheme-mode-syntax-table):
30356 Update syntax of | and # for two-character comment syntax.
30357
30358 2005-03-31 Lute Kamstra <lute@gnu.org>
30359
30360 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30361 (define-minor-mode): Call custom-current-group at load-time.
30362
30363 * generic.el (define-generic-mode): Add debug declaration.
30364 Add defcustom for the mode hook.
30365 (generic-mode-internal): Use run-mode-hooks.
30366
30367 2005-03-31 Kim F. Storm <storm@cua.dk>
30368
30369 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30370 (mouse-fixup-help-message): New defun called by show_help_echo
30371 to fixup mouse-2 prefix in help messages when applicable.
30372
30373 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30374
30375 2005-03-31 Kenichi Handa <handa@m17n.org>
30376
30377 * language/thai-word.el (thai-find-word-ends): Pay attention to
30378 the case that we reach the end of buffer.
30379
30380 * textmodes/fill.el (fill-text-properties-at): New function.
30381 (fill-newline): Use fill-text-properties-at instead of
30382 text-properties-at.
30383
30384 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30385
30386 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30387 not comint-quote-filename.
30388
30389 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30390
30391 * help-fns.el (help-with-tutorial): Revert last change.
30392
30393 2005-03-31 Kim F. Storm <storm@cua.dk>
30394
30395 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30396
30397 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30398
30399 * calendar/cal-china.el: Update reference to "Calendrical
30400 Calculations" book; there's a new edition.
30401 * calendar/cal-coptic.el: Likewise.
30402 * calendar/cal-french.el: Likewise.
30403 * calendar/cal-hebrew.el: Likewise.
30404 * calendar/cal-islam.el: Likewise.
30405 * calendar/cal-iso.el: Likewise.
30406 * calendar/cal-julian.el: Likewise.
30407 * calendar/cal-mayan.el: Likewise.
30408 * calendar/cal-persia.el: Likewise.
30409 * calendar/calendar.el: Likewise.
30410 * calendar/holidays.el: Likewise.
30411 * calendar/lunar.el: Likewise.
30412 * calendar/solar.el: Likewise.
30413
30414 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30415 white space from doc string.
30416
30417 2005-03-30 Jay Belanger <belanger@truman.edu>
30418
30419 * calc/calc-help.el (calc-full-help): Remove email address.
30420
30421 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30422
30423 * help-fns.el (help-with-tutorial): Delete title line.
30424
30425 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30426
30427 * calendar/cal-x.el (calendar-one-frame-setup)
30428 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30429 rather than `symbol' for set-window-dedicated-p.
30430
30431 * calendar/appt.el (appt-buffer-name): Make it a constant.
30432 (appt-add): Doc fix.
30433
30434 * filesets.el (filesets-menu-path, filesets-menu-before)
30435 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30436 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30437 (filesets-add-submenu): Delete and use add-submenu instead.
30438
30439 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30440
30441 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30442 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30443 (org-diary-default-entry): New function.
30444 (org-get-entries-from-diary): Better parsing of diary entries.
30445 (org-agenda-check-no-diary): New function.
30446 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30447 linking to diary entries.
30448 (org-agenda-execute-calendar-command): New function.
30449 (org-agenda): Improve visible section in window.
30450 Use `org-fit-agenda-window'.
30451 (org-fit-agenda-window): New option.
30452 (org-move-subtree-down): Better handling of empty lines
30453 at end of subtree.
30454 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30455 levels up.
30456 (org-fontify-done-headline): New option.
30457 (org-headline-done-face): New face.
30458 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30459 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30460 When current field is non-empty, it is copied to next row.
30461 (org-table-copy-from-above): Fix bug which made it
30462 impossible to copy fields containing only a single non-white character.
30463
30464 2005-03-30 Kim F. Storm <storm@cua.dk>
30465
30466 * kmacro.el (kmacro-end-macro): Isearch may store this command
30467 into the macro -- so ignore it when executing keyboard macro.
30468
30469 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30470
30471 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30472
30473 2005-03-29 Kenichi Handa <handa@m17n.org>
30474
30475 * language/thai.el ("Thai"): Set setup-function and exit-function
30476 for Thai language environment.
30477
30478 * language/thai-util.el: Require thai-word.
30479 (thai-word-mode-map): New variable.
30480 (thai-word-mode): New minor mode.
30481 (setup-thai-language-environment-internal): New function.
30482 (exit-thai-language-environment-internal): New function.
30483
30484 * language/thai-word.el (thai-word-table): Declare it by defvar,
30485 use dolist to initialize it.
30486 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30487 (thai-fill-find-break-point): New functions.
30488
30489 2005-03-29 Richard M. Stallman <rms@gnu.org>
30490
30491 * simple.el (idle-update-delay): Move definition up.
30492 (set-mark): Doc fix.
30493
30494 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30495
30496 * longlines.el: New file.
30497
30498 * simple.el (buffer-substring-filters): New variable.
30499 (filter-buffer-substring): New function.
30500 (kill-region, copy-region-as-kill): Use it.
30501
30502 * register.el (copy-to-register, append-to-register)
30503 (prepend-to-register): Use filter-buffer-substring.
30504
30505 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30506
30507 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30508 (gud-filter-pending-text): Move in front of gdb.
30509 (gud-overlay-arrow-position): New variable.
30510 (gud-sentinel, gud-display-line): Use it in place of
30511 overlay-arrow-position.
30512
30513 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30514
30515 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30516 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30517 (fortran-font-lock-keywords-4): New variable.
30518 (fortran-blocks-re, fortran-end-block-re)
30519 (fortran-start-block-re): New constants, for hideshow.
30520 (hs-special-modes-alist): Add a Fortran entry.
30521 (fortran-mode-map): Bind fortran-end-of-block,
30522 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30523 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30524 (fortran-looking-at-if-then, fortran-end-of-block)
30525 (fortran-beginning-of-block): New functions, for hideshow.
30526
30527 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30528 Doc fix. Tweak regexp.
30529 (f90-beginning-of-block): Push mark first.
30530
30531 2005-03-29 Jay Belanger <belanger@truman.edu>
30532
30533 * calc/calc.el: Update copyright date.
30534 (calc-version): Increase to 2.1.
30535 (calc-version-date): Remove.
30536
30537 * calc/calc-help.el: Update copyright date.
30538 (calc-full-help): Remove reference to calc-version-date.
30539 Update copyright date.
30540
30541 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30542
30543 * vc.el (vc-do-command): Use a pipe for async processes, so password
30544 prompts don't show up at places where the user can't reply.
30545
30546 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30547
30548 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30549 on the file name we pass to the inferior shell.
30550
30551 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30552
30553 * progmodes/which-func.el (which-function): Be robust in the face of an
30554 imenu--make-index-alist failure.
30555
30556 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30557
30558 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30559
30560 * progmodes/python.el (python-preoutput-filter): Fix last change.
30561
30562 2005-03-29 Lute Kamstra <lute@gnu.org>
30563
30564 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30565 functions and compiled macros.
30566 (debug-convert-byte-code): Handle macros too.
30567 (debug-on-entry-1): Don't signal an error when trying to clear a
30568 function that is not set to debug on entry.
30569
30570 2005-03-29 Jay Belanger <belanger@truman.edu>
30571
30572 * calc/calc-lang.el: Add functions to math-function-table
30573 properties of tex and math.
30574
30575 2005-03-29 Kenichi Handa <handa@m17n.org>
30576
30577 * ps-mule.el (ps-mule-plot-string): Translate characters by
30578 ps-print-translation-table.
30579 (ps-mule-begin-job): Call find-charset-region/string with
30580 ps-print-translation-table.
30581 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30582
30583 * ps-print.el (ps-print-translation-table): New variable.
30584 (ps-plot-region): Translate characters by ps-print-translation-table.
30585
30586 2005-03-29 Juri Linkov <juri@jurta.org>
30587
30588 * simple.el (next-error-highlight-timer): New variable.
30589
30590 * progmodes/compile.el (compilation-goto-locus):
30591 Use `next-error-highlight-timer' instead of `sit-for'.
30592
30593 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30594
30595 * mail/supercite.el (sc-mail-field): Use assoc-string.
30596 (sc-get-address): Simplify regexps.
30597
30598 * files.el (minibuffer-with-setup-hook): New macro.
30599 (find-file-read-args): Use it to avoid let-binding
30600 minibuffer-with-setup-hook (which breaks turning on/off
30601 file-name-shadow-mode while in the prompt).
30602
30603 * complete.el (PC-read-include-file-name-internal):
30604 Use test-completion.
30605
30606 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30607
30608 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30609
30610 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30611
30612 * window.el (window-buffer-height): Use count-screen-lines.
30613
30614 * progmodes/python.el (python-preoutput-leftover): New var.
30615 (python-preoutput-filter): Use it.
30616 (python-send-receive): Loop until all the result has been received.
30617
30618 2005-03-28 Juri Linkov <juri@jurta.org>
30619
30620 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30621
30622 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30623 "Recover Crashed Session".
30624 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30625 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30626 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30627 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30628 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30629 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30630 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30631 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30632
30633 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30634 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30635 Ediff Sessions", "Toggle use of separate control buffer frame",
30636 "Use separate frame for Ediff control buffer".
30637
30638 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30639 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30640 "Rename Bookmark", "Delete Bookmark".
30641
30642 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30643 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30644 Add `:active Info-index-alternatives' to "Next Matching Item".
30645
30646 * wdired.el (wdired-change-to-wdired-mode):
30647 Mention `wdired-abort-changes' key in the initial message.
30648
30649 * international/mule.el (auto-coding-alist): Associate non-ascii
30650 image filename extensions with `no-conversion'.
30651
30652 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30653
30654 * international/iso-acc.el:
30655 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30656
30657 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30658
30659 * textmodes/sgml-mode.el (html-mode): Doc update.
30660
30661 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30662
30663 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30664
30665 * term.el (term-move-columns): Fix face after extending a line.
30666 (term-insert-spaces): Likewise.
30667 (term-reset-terminal): Fix off by one error.
30668
30669 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30670
30671 * international/mule.el (auto-coding-alist): Add .xpi files.
30672
30673 * files.el (auto-mode-alist): Add .xpi files.
30674
30675 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30676
30677 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30678
30679 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30680
30681 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30682
30683 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30684
30685 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30686 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30687
30688 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30689 cursor to Jan 1 when needed.
30690 (calendar-end-of-year): Fix -/+ typo.
30691 Reported by Chong Yidong <cyd@stupidchicken.com>.
30692
30693 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30694
30695 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30696
30697 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30698 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30699
30700 2005-03-25 Richard M. Stallman <rms@gnu.org>
30701
30702 * filesets.el (filesets-init): Add autoload.
30703
30704 * mail/mailalias.el (mail-directory): Doc fix.
30705
30706 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30707
30708 * mail/mailalias.el (mail-directory-process): Do nothing if
30709 mail-directory-process is an atom.
30710 (mail-get-names): Ignore mail-directory-names if it is an atom.
30711 (mail-directory-process defvar): Doc fix.
30712 (mail-names): Doc fix.
30713
30714 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30715
30716 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30717
30718 2005-03-26 Kenichi Handa <handa@m17n.org>
30719
30720 * international/mule-util.el (detect-coding-with-priority):
30721 Call update-coding-systems-internal before detect-coding-region.
30722
30723 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30724
30725 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30726 (gdb-frames-mode-map): Add follow-link property.
30727
30728 2005-03-25 Jay Belanger <belanger@truman.edu>
30729
30730 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30731 for variables.
30732
30733 2005-03-25 Juri Linkov <juri@jurta.org>
30734
30735 * image-mode.el: Optimize image filename extension regexps in
30736 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30737 in `auto-mode-alist'.
30738 (image-mode): Add `image-toggle-display-text' to local hook
30739 `change-major-mode-hook'. Display the image as an image by
30740 default. Set `cursor-type' and `truncate-lines' if the image
30741 is already displayed. Take into account the current mode (image
30742 or text) in message.
30743 (image-minor-mode): New minor mode.
30744 (image-mode-maybe, image-toggle-display-text): New functions.
30745 (image-toggle-display): Use called-interactively-p.
30746 Let-bind `inhibit-read-only' to t.
30747
30748 * image-mode.el (image-minor-mode): Set `cursor-type' and
30749 `truncate-lines' if the image is already displayed. Add turning
30750 image-minor-mode off to `change-major-mode-hook'. Add message.
30751 Call `image-toggle-display-text' after turning image-minor-mode off.
30752
30753 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30754
30755 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30756 Terminal.app, use utf-8.
30757 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30758 (set-locale-environment): Use it.
30759
30760 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30761
30762 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30763
30764 * progmodes/python.el (python-close-block-statement-p)
30765 (python-outdent-p, python-current-defun): Use symbol-end.
30766
30767 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30768
30769 * files.el (save-some-buffers): Doc fix.
30770
30771 2005-03-25 Werner Lemberg <wl@gnu.org>
30772
30773 * complete.el, thumbs.el: Replace `legal' with `valid'.
30774 * calendar/calendar.el: Replace `legal' with `valid'.
30775 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30776 * mail/supercite.el: Replace `legal' with `valid'.
30777 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30778 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30779 Replace `legal' with `valid'.
30780 * textmodes/reftex-vars.el, textmodes/reftex.el:
30781 Replace `legal' with `valid'.
30782
30783 2005-03-25 Werner Lemberg <wl@gnu.org>
30784
30785 * calc/calc-forms.el, calc/calc-sel.el
30786 * midnight.el, vc-cvs.el
30787 * emacs-lisp/cl-macs.el
30788 * emulation/vip.el
30789 * eshell/esh-io.el, eshell/esh-var.el
30790 * mail/supercite.el
30791 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30792 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30793 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30794 * progmodes/sh-script.el, progmodes/xscheme.el
30795 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30796 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30797 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30798 * textmodes/reftex.el, textmodes/org.el:
30799 Replace `illegal' with `invalid'.
30800
30801 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30802
30803 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30804 (flymake-find-buildfile, flymake-find-possible-master-files)
30805 (flymake-check-include, flymake-parse-line): Replace loops over the
30806 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30807
30808 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30809 Substitute file-name-as-directory in the rest of the file.
30810 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30811 (flymake-replace-region): Remove unused arg `buffer'.
30812 (flymake-check-patch-master-file-buffer): Update calls to it.
30813 (flymake-add-err-info): Remove unused var `count'.
30814 (flymake-mode): Use define-minor-mode.
30815
30816 * progmodes/flymake.el: Use with-current-buffer.
30817 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30818 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30819 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30820 Avoid testing for `xemacs'.
30821 (flymake-nop): Move.
30822 (flymake-region-has-flymake-overlays): Return the computed value.
30823 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30824 Remove unused var `endline'.
30825 (flymake-get-line-count): Remove unused function.
30826 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30827
30828 * emulation/vi.el:
30829 * generic.el:
30830 * hilit-chg.el (global-highlight-changes):
30831 * hi-lock.el (hi-lock-mode):
30832 * follow.el: find-file-hooks -> find-file-hook.
30833
30834 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30835
30836 2005-03-24 Juri Linkov <juri@jurta.org>
30837
30838 * dired.el (dired-mode-map): Add menu item "Compare directories"
30839 for dired-compare-directories.
30840
30841 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30842 Doc fix. Replace `read-file-name' with `read-directory-name'.
30843
30844 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30845
30846 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30847
30848 2005-03-24 Jay Belanger <belanger@truman.edu>
30849
30850 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30851 relevant mode settings in calc-embedded-original-modes when modes
30852 are permanently changed.
30853
30854 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30855
30856 * autoinsert.el: find-file-hooks -> find-file-hook.
30857
30858 2005-03-24 Lute Kamstra <lute@gnu.org>
30859
30860 * generic.el (generic-font-lock-defaults): Make it obsolete.
30861 (generic-font-lock-keywords): New variable to replace
30862 generic-font-lock-defaults.
30863 (generic-mode-set-font-lock): Delete it.
30864 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30865 (generic-bracket-support): Add docstring.
30866
30867 * generic-x.el: Rename generic-font-lock-defaults to
30868 generic-font-lock-keywords throughout.
30869 (mailagent-rules-setup-function): Delete it.
30870 (mailagent-rules-generic-mode): Use anonymous function instead.
30871 (show-tabs-generic-mode-font-lock-defaults-1)
30872 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30873 Quote faces.
30874 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30875 not foreground.
30876
30877 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30878 Recognize define-generic-mode.
30879
30880 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30881
30882 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30883 if there's no completion table.
30884
30885 2005-03-23 Miles Bader <miles@gnu.org>
30886
30887 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30888 Remove tty-specific variants, as they're no longer needed.
30889
30890 2005-03-23 Lute Kamstra <lute@gnu.org>
30891
30892 * generic-x.el: Code cleanup: make args constant whenever possible.
30893 (installshield-statement-keyword-list)
30894 (installshield-system-functions-list)
30895 (installshield-system-variables-list, installshield-types-list)
30896 (installshield-funarg-constants-list): Make them constants.
30897
30898 * generic.el (generic-make-keywords-list): Add autoload cookie.
30899
30900 * calendar/time-date.el: Add comment on time value formats.
30901 Don't require parse-time.
30902 (with-decoded-time-value): New macro.
30903 (encode-time-value): New function.
30904 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30905 (days-to-time): Return a valid time value when arg is huge.
30906 (time-since): Use time-subtract.
30907 (time-to-number-of-days): Use time-to-seconds.
30908
30909 2005-03-23 David Ponce <david@dponce.com>
30910
30911 * recentf.el (recentf-keep): New option.
30912 (recentf-menu-action): Default to `find-file'.
30913 (recentf-keep-non-readable-files-flag)
30914 (recentf-keep-non-readable-files-p)
30915 (recentf-file-readable-p, recentf-find-file)
30916 (recentf-cleanup-remote): Remove.
30917 (recentf-include-p): More robust.
30918 (recentf-keep-p): New function.
30919 (recentf-remove-if-non-kept): Rename from
30920 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30921 All callers updated.
30922 (recentf-menu-items-for-commands): Fix help string.
30923 (recentf-track-closed-file): Update. Doc fix.
30924 (recentf-cleanup): Update. Count removed files. Doc fix.
30925
30926 2005-03-23 Kim F. Storm <storm@cua.dk>
30927
30928 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30929 Don't inherit from fringe face (now happens automatically).
30930
30931 2005-03-22 Kim F. Storm <storm@cua.dk>
30932
30933 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30934 position values.
30935
30936 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30937
30938 * menu-bar.el (showhide-date-time): Remove.
30939 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30940 (menu-bar-make-mm-toggle): Simplify.
30941
30942 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30943
30944 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30945 Accept qualified variable and function names.
30946
30947 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30948
30949 * bindings.el (completion-ignored-extensions):
30950 Remove ".lis" for `vax-vms'.
30951
30952 2005-03-22 Andreas Schwab <schwab@suse.de>
30953
30954 * generic-x.el: Revert last change.
30955 * ldefs-boot.el: Update.
30956
30957 2005-03-22 Jay Belanger <belanger@truman.edu>
30958
30959 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30960 (calc-embedded-save-original-modes)
30961 (calc-embedded-restore-original-modes): New functions.
30962 (calc-do-embedded): Save original modes when entering embedded mode
30963 and restore when leaving embedded mode.
30964 (calc-embedded-modes-change): Change the value of
30965 calc-embedded-original-modes to reflect permanent changes.
30966
30967 2005-03-22 Lute Kamstra <lute@gnu.org>
30968
30969 * generic-x.el: Require generic again.
30970
30971 2005-03-22 Miles Bader <miles@gnu.org>
30972
30973 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30974 Tweak details to look good on both ttys and bitmap displays, light
30975 or dark background, etc.
30976
30977 2005-03-21 Kim F. Storm <storm@cua.dk>
30978
30979 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30980 mouse position.
30981
30982 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30983
30984 * icomplete.el: Don't forcibly turn on the mode upon load.
30985 (icomplete-mode): Use define-minor-mode.
30986 (icomplete-eoinput): Default to nil.
30987 (icomplete-minibuffer-setup): Remove autoload.
30988 (icomplete-tidy): Simplify.
30989 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30990 in the initial state or if the user has modified the field.
30991 Fix handling of icomplete-max-delay-chars.
30992 Remove code that handles the oddball case where
30993 minibuffer-completion-table is an integer.
30994 Wrap icomplete-completions in while-no-input in case building
30995 completions takes more time than expected.
30996 (icomplete-completions): Simplify.
30997
30998 2005-03-21 Richard M. Stallman <rms@gnu.org>
30999
31000 * jka-compr.el (jka-compr-really-do-compress):
31001 Make variable buffer-local.
31002
31003 * image-mode.el: Handle .xpm files too.
31004 (image-toggle-display): Preserve modification flag.
31005
31006 * help.el (where-is): Don't mention aliases with no key bindings.
31007
31008 2005-03-21 Lute Kamstra <lute@gnu.org>
31009
31010 * generic.el: Fix commentary section. Don't require cl for
31011 compilation.
31012 (generic-mode-list): Add autoload cookie.
31013 (generic-use-find-file-hook, generic-lines-to-scan)
31014 (generic-find-file-regexp, generic-ignore-files-regexp)
31015 (generic-mode, generic-mode-find-file-hook)
31016 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31017 (define-generic-mode): Make it a defmacro. Fix docstring.
31018 (generic-mode-internal): Code cleanup. Add autoload cookie.
31019 (generic-mode-set-comments): Code cleanup.
31020 * generic-x.el: Don't prevent compilation. Don't require generic.
31021 Follow coding conventions. Minor code cleanup.
31022 (etc-fstab-generic-mode): Add some keywords.
31023 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31024 define-generic-mode like a function declaration.
31025
31026 2005-03-21 Jay Belanger <belanger@truman.edu>
31027
31028 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31029 changing modes.
31030
31031 2005-03-21 Sam Steingold <sds@gnu.org>
31032
31033 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31034
31035 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31036
31037 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31038 Add underscore to "f$ lexicals" regexp.
31039
31040 2005-03-20 Juri Linkov <juri@jurta.org>
31041
31042 * subr.el (progress-reporter-do-update): When `min-value' is equal
31043 to `max-value', set `percentage' to 0 and prevent division by zero.
31044
31045 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31046
31047 Sync with Tramp 2.0.48.
31048
31049 * net/tramp.el (all): Change all addresses to .gnu.org.
31050 (tramp-append-tramp-buffers): New defun.
31051 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31052 Catch `dont-send' signal.
31053 (tramp-set-auto-save-file-modes): Set always permissions, because
31054 there might be an old auto-saved file belonging to another
31055 original file. This could be a security threat. Reported by
31056 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31057 Check for Emacs 21.3.50 removed.
31058
31059 * net/tramp-smb.el (all): Remove debug construct for
31060 `with-parsed-tramp-file-name'.
31061 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31062 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31063 No error message if DIRECTORY or FILENAME doesn't exist.
31064 (tramp-smb-open-connection): Check existence of
31065 `tramp-smb-program'.
31066
31067 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31068
31069 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31070 Properly handle the case where the `m' or `s' command's argument is not
31071 yet terminated.
31072 (perl-indent-new-calculate): New function.
31073 (perl-indent-line): Use it.
31074
31075 2005-03-20 Miles Bader <miles@gnu.org>
31076
31077 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31078 in text-mode too. Change to new face names.
31079 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31080 Add `:weight bold' attribute.
31081 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31082
31083 2005-03-19 Juri Linkov <juri@jurta.org>
31084
31085 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31086
31087 * international/mule.el (auto-coding-alist): Sync with
31088 `auto-mode-alist' by adding upper case archive file extensions
31089 and adding ear/war to jar extension.
31090
31091 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31092
31093 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31094 running, restart it.
31095
31096 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31097
31098 * finder.el (finder-current-item): Throw an error on an empty line.
31099
31100 * man.el (Man-follow-manual-reference): If current-word returns
31101 nil, use "".
31102
31103 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31104
31105 * simple.el (goto-line): Doc fix.
31106
31107 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31108
31109 * files.el (save-buffer): Doc fix.
31110
31111 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31112
31113 * recentf.el (recentf-cleanup-remote): New variable.
31114 (recentf-cleanup): Use it to conditionally check availability of
31115 remote files.
31116
31117 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31118
31119 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31120 function names.
31121
31122 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31123
31124 * language/thai-word.el: New file.
31125
31126 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31127
31128 * files.el (backup-buffer): If the file's directory is not
31129 writable, use copy instead of move to backup the file.
31130
31131 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31132
31133 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31134
31135 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31136
31137 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31138 Use functionp instead of symbolp and fboundp. Reported by Drkm
31139 <darkman_spam@yahoo.fr>.
31140 (ps-print-version): New version 6.6.6.
31141
31142 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31143
31144 * textmodes/table.el (table--line-column-position): New idiom.
31145 (table--row-column-insertion-point-p): New function to test
31146 validity of row and column insertion operation at a location.
31147 (table-global-menu, table-cell-menu): Use above functions for
31148 deterministic test operation.
31149 (table--editable-cell-p): Behave in deterministic fashion.
31150
31151 2005-03-18 Juri Linkov <juri@jurta.org>
31152
31153 * isearch.el (isearch-lazy-highlight-new-loop):
31154 Make arguments beg and end optional.
31155 (isearch-update): Remove optional arguments nil from
31156 isearch-lazy-highlight-new-loop.
31157 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31158 isearch-lazy-highlight-case-fold-search instead of
31159 isearch-case-fold-search, and let-bind isearch-regexp to
31160 isearch-lazy-highlight-regexp.
31161 Use isearch-lazy-highlight-last-string instead of isearch-string.
31162
31163 * replace.el (perform-replace): Remove bindings of global
31164 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31165 Add three new arguments to `replace-highlight'.
31166 (replace-highlight): Add arguments string, regexp, case-fold.
31167 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31168 to allow isearch-lazy-highlight-new-loop to use these values
31169 to set corresponding isearch-lazy-highlight-* internal
31170 variables whose values lazy highlighting will use regardless of
31171 changes to global variables isearch-string, isearch-regexp,
31172 isearch-case-fold-search during lazy highlighting loop.
31173 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31174 to `lazy-highlight-cleanup'.
31175
31176 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31177 (ispell-highlight-face): Set default face to `isearch' when
31178 lazy highlighting is enabled.
31179 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31180 priority to 1. Add lazy highlighting.
31181 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31182 from `isearch-dehighlight'.
31183
31184 2005-03-18 David Ponce <david@dponce.com>
31185
31186 * files.el (hack-local-variables): Do a case-insensitive search
31187 for End.
31188
31189 2005-03-18 Juri Linkov <juri@jurta.org>
31190
31191 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31192 `isearch-lazy-highlight-cleanup', add alias to old name and
31193 declare obsolete. Add release numbers to other obsolete vars.
31194 (isearch-done, isearch-lazy-highlight-new-loop):
31195 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31196 (lazy-highlight-cleanup) <variable>: Doc fix.
31197 (isearch-lazy-highlight-update): Rename obsolete
31198 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31199
31200 2005-03-18 Kenichi Handa <handa@m17n.org>
31201
31202 * language/thai-util.el: Fix categorization of Thai characters in
31203 thai-category-table.
31204 (thai-composition-pattern): Adjust it for the above change.
31205 (thai-self-insert-command, thai-compose-syllable): New functions.
31206 (thai-compose-region): Use thai-compose-syllable.
31207 (thai-compose-string): Likewise.
31208 (thai-composition-function): Likewise.
31209 (thai-auto-composition): New function.
31210 (thai-auto-composition-mode): New minor mode.
31211
31212 * language/thai.el: Fix patterns to be registered in
31213 composition-function-table.
31214
31215 * international/quail.el (quail-input-method): Locally bind
31216 inhibit-modification-hooks to t.
31217
31218 2005-03-17 Richard M. Stallman <rms@gnu.org>
31219
31220 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31221 (perl-mode): Use run-mode-hooks.
31222
31223 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31224 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31225 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31226
31227 * mail/sendmail.el (sendmail-send-it): Reenable the code
31228 to compute resend-to-address and use it.
31229
31230 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31231
31232 * image-mode.el: New file.
31233
31234 * image.el (insert-sliced-image): Add autoload cookie.
31235
31236 * font-lock.el (font-lock-lines-before): New user option.
31237 (font-lock-after-change-function): Obey it.
31238
31239 * bindings.el (esc-map): Make M-g a prefix.
31240 Bind M-g g and M-g M-g to goto-line.
31241
31242 * faces.el (face-id): Doc fix.
31243
31244 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31245
31246 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31247 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31248 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31249
31250 * mail/sendmail.el (mail-yank-ignored-headers)
31251 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31252 Add Mail-Followup-To and Mail-Reply-To headers.
31253 (mail-citation-hook): Add autoload cookie.
31254 (mail-mode): Doc fix.
31255 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31256 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31257 (mail-mode-fill-paragraph): Handle those headers.
31258 (mail-mailing-lists): New variable.
31259 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31260
31261 2005-03-17 Juri Linkov <juri@jurta.org>
31262
31263 * isearch.el (isearch-fallback): Check for `(car previous)'
31264 before calling `isearch-other-end-state'.
31265
31266 2005-03-17 Kim F. Storm <storm@cua.dk>
31267
31268 * simple.el (move-beginning-of-line): Move to beginning of buffer
31269 line, as well as beginning of screen line.
31270
31271 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31272
31273 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31274 argument REDRAW rather than calendar-redrawing variable.
31275 * calendar/calendar.el (calendar-redrawing): Delete.
31276 (redraw-calendar): Do not bind calendar-redrawing.
31277
31278 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31279
31280 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31281 diary-file buffer.
31282
31283 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31284
31285 * help.el (describe-mode): Allow a :minor-mode-function property to
31286 specify a different minor mode toggle function than the variable.
31287 * simple.el (auto-fill-function):
31288 * subr.el (add-minor-mode): Use it.
31289
31290 2005-03-16 Kenichi Handa <handa@m17n.org>
31291
31292 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31293 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31294 (ethio-fidel-to-sera-buffer): Likewise.
31295
31296 2005-03-16 Juri Linkov <juri@jurta.org>
31297
31298 * emacs-lisp/find-func.el (find-function-regexp):
31299 Add defun-emitting macro `menu-bar-make-toggle'.
31300
31301 * isearch.el: Put `isearch-scroll' property to
31302 `split-window-horizontally'.
31303
31304 * info.el: Update error messages for `debug-ignored-errors'.
31305 (Info-isearch-search): Doc fix.
31306 (Info-find-node): Move up code to go into info buffer before
31307 recording the node to the history.
31308 (Info-fontify-node): Fontify titles only if the next line
31309 has two or more `*', `=', `-', `.'.
31310 Display "go to this node" for empty (match-string 3).
31311
31312 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31313
31314 * term/mac-win.el: Add mouse pointer shape constants.
31315
31316 2005-03-15 Kim F. Storm <storm@cua.dk>
31317
31318 * simple.el (move-beginning-of-line): Use vertical-motion.
31319
31320 2005-03-15 Juri Linkov <juri@jurta.org>
31321
31322 * isearch.el (isearch-error): New variable.
31323 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31324 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31325 (isearch-within-brackets-state): Remove.
31326 (isearch-case-fold-search-state, isearch-pop-fun-state):
31327 Decrease frame index.
31328 (isearch-mode, isearch-top-state, isearch-push-state)
31329 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31330 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31331 (isearch-search, isearch-lazy-highlight-new-loop):
31332 Replace `isearch-invalid-regexp' with `isearch-error'.
31333 Remove `isearch-within-brackets'.
31334 (isearch-search): Add `search-failed' handler to `condition-case'.
31335 (isearch-lazy-highlight-search): Add `condition-case' to catch
31336 errors and allow `isearch-lazy-highlight-update' to try
31337 highlighting from the beginning of the window.
31338 (isearch-repeat): Move up code to set isearch-wrapped to t
31339 before calling isearch-wrap-function.
31340
31341 * info.el (Info-isearch-initial-node): New internal variable.
31342 (Info-search): Signal an error in isearch mode when search leaves
31343 the initial node. Signal an error when `bound' is non-nil and
31344 nothing was found in the current subfile.
31345 (Info-isearch-search): Remove `condition-case'.
31346 (Info-isearch-wrap): Don't wrap when search failed during leaving
31347 the initial node. If `Info-isearch-search' is nil, wrap around
31348 the current node.
31349 (Info-isearch-start): New fun.
31350 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31351 `isearch-mode-hook'.
31352
31353 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31354
31355 * simple.el (normal-erase-is-backspace): Set default to t if
31356 running on Mac.
31357
31358 * term/mac-win.el (function-key-map): Sync with x-win.el.
31359
31360 2005-03-15 Kenichi Handa <handa@m17n.org>
31361
31362 * international/mule-cmds.el (locale-language-names): Modify the
31363 format of elements and add more entries.
31364 (locale-preferred-coding-systems): Add more entries.
31365 (set-locale-environment): Adjust for the change of
31366 locale-language-names.
31367
31368 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31369
31370 * pcvs.el (smerge-ediff): Remove bogus autoload.
31371
31372 2005-03-14 Lute Kamstra <lute@gnu.org>
31373
31374 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31375 Ignore a `*' at the beginning of a line.
31376
31377 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31378 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31379 subr.el.
31380 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31381 to specify indentation.
31382
31383 * generic.el (define-generic-mode): Let generic-mode-list be a
31384 list of strings; test membership with equal.
31385
31386 2005-03-14 Kim F. Storm <storm@cua.dk>
31387
31388 * simple.el (next-line, previous-line): Add optional try-vscroll
31389 arg to recognize interactive use. Pass it on to line-move.
31390 (line-move): Don't perform auto-window-vscroll when defining or
31391 executing keyboard macro to ensure consistent behavior.
31392
31393 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31394
31395 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31396
31397 2005-03-13 Lute Kamstra <lute@gnu.org>
31398
31399 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31400 debugger-setup-buffer so that backtrace marks the frames set to
31401 debug-on-exit and we don't have to do it manually. Set an extra
31402 debug-on-exit for macro's.
31403 (debugger-setup-buffer): Don't mark the top frame manually.
31404
31405 2005-03-12 Lute Kamstra <lute@gnu.org>
31406
31407 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31408 lisp-indent-function throughout.
31409 (with-no-warnings): Set lisp-indent-function property.
31410
31411 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31412
31413 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31414 Add entry for backslash.
31415
31416 2005-03-12 Juri Linkov <juri@jurta.org>
31417
31418 * info.el (Info-search): Four fixes for backward search.
31419
31420 2005-03-11 Jay Belanger <belanger@truman.edu>
31421
31422 * calc/calc.el (calc-language-alist): New variable.
31423 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31424 (calc-embedded-find-modes): Use calc-language-alist instead of
31425 calc-embedded-language-alist.
31426
31427 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31428
31429 * calendar/calendar.el (calendar-redrawing): New internal
31430 variable.
31431 (redraw-calendar): Remove bogus save-excursion from previous
31432 change. Bind calendar-redrawing to t for mark-diary-entries.
31433 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31434 calendar if that is why we were called.
31435
31436 2005-03-11 Kenichi Handa <handa@m17n.org>
31437
31438 * international/mule.el (make-coding-system): Set property
31439 coding-system-define-form to nil.
31440 (define-coding-system-alias): Likewise.
31441
31442 2005-03-11 Kenichi Handa <handa@m17n.org>
31443
31444 These changes are suggested by Dave Love <fx@gnu.org>.
31445
31446 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31447 coding: tag.
31448 (adaptive-fill-regexp): Add more bullets.
31449 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31450 regexps.
31451
31452 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31453
31454 * help.el (describe-mode): Properly handle non-trivial lighters.
31455 Don't ignore minor modes that are not listed in minor-mode-list.
31456
31457 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31458 feature ON when the user requests to turn it OFF.
31459
31460 2005-03-10 Lute Kamstra <lute@gnu.org>
31461
31462 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31463 (implement-debug-on-entry): New function to replace debug-entry-code.
31464 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31465 second argument as the 2005-03-07 change makes it obsolete.
31466 (debug-on-entry, cancel-debug-on-entry): Update call to
31467 debug-on-entry-1.
31468 (debug, debugger-setup-buffer): Comment update.
31469 (debugger-frame-number): Update to work with implement-debug-on-entry.
31470
31471 2005-03-10 Jay Belanger <belanger@truman.edu>
31472
31473 * calc/calc-embed.el (math-ms-args): Declare it.
31474 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31475 math-ms-args.
31476 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31477 variables.
31478
31479 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31480
31481 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31482 Use message-box.
31483
31484 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31485 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31486 (tooltip-gud-tips): Simplify.
31487 (tooltip-gud-tips-p): Remove superfluous :set.
31488 (tooltip-gud-modes): Add fortran-mode.
31489 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31490
31491 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31492
31493 2005-03-09 Kim F. Storm <storm@cua.dk>
31494
31495 * play/animate.el (animate-place-char): Use forward-line instead
31496 of next-line to improve performance.
31497
31498 2005-03-09 Simon Josefsson <jas@extundo.com>
31499
31500 * net/browse-url.el (browse-url-default-browser): Doc fix.
31501
31502 2005-03-09 Miles Bader <miles@gnu.org>
31503
31504 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31505 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31506
31507 2005-03-09 Kenichi Handa <handa@m17n.org>
31508
31509 * international/latin-1.el: Set case and syntax for 255 only if
31510 set-case-syntax-set-multibyte is nil.
31511
31512 * textmodes/ispell.el (ispell-insert-word): New function.
31513 (ispell-word): Use ispell-insert-word to insert a new word.
31514 (ispell-process-line): Likewise.
31515 (ispell-complete-word): Likewise.
31516
31517 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31518
31519 * calendar/calendar.el (redraw-calendar): Preserve point.
31520 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31521 (calendar-week-start-day): Move after definition of
31522 redraw-calendar. Delete buffer test, since redraw-calendar has
31523 that now.
31524
31525 * calendar/diary-lib.el (mark-diary-entries): Only call
31526 redraw-calendar in the first of any recursive calls.
31527 Reported by Alan Shutko <ats@acm.org>.
31528
31529 2005-03-08 Juri Linkov <juri@jurta.org>
31530
31531 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31532 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31533 (html-radio-buttons): Add a space before the trailing `/>' where
31534 sgml-xml-mode is non-nil.
31535 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31536 the subsequent tag of the empty XML tag.
31537 (html-href-anchor): Don't set initial input to "http:".
31538 (html-image): Ask for the image URL and set point inside alt="".
31539 (html-name-anchor): Duplicate the name in the `id' attribute when
31540 sgml-xml-mode is non-nil.
31541 (html-paragraph): Remove \n before <p>.
31542 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31543 instead of `checked' when sgml-xml-mode is non-nil.
31544
31545 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31546 Remove 1 space before #RRGGBB to not truncate it on terminal
31547 windows w/o fringes. Remove 1 space between bg and fg examples
31548 to get more space.
31549 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31550 avoid byte-compile warnings.
31551
31552 * image-file.el (image-file-handler): Put `safe-magic' property to
31553 `image-file-handler'.
31554
31555 * info.el (Info-isearch-search): Emulate word search in
31556 isearching through multiple Info nodes with Info-search.
31557 (Info-isearch-wrap): Allow isearch-word.
31558
31559 2005-03-08 Lute Kamstra <lute@gnu.org>
31560
31561 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31562 stepping into the debugger's code is not possible.
31563 (debugger-jumping-flag): Docstring update.
31564
31565 2005-03-08 Jay Belanger <belanger@truman.edu>
31566
31567 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31568 embedded mode begins.
31569 (calc-embedded-language-alist): New variable.
31570 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31571 set default language mode.
31572
31573 2005-03-08 Kenichi Handa <handa@m17n.org>
31574
31575 * international/ccl.el (define-ccl-program): Fix docstring about
31576 extra 256 bytes assured for the output buffer.
31577
31578 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31579 Fix BUFFER_MAGNIFICATION to 2.
31580 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31581
31582 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31583
31584 * align.el (align-rules-list): Added an alignment rule for CSS
31585 declarations (applies to css-mode and html-mode buffers).
31586
31587 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31588
31589 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31590
31591 2005-03-07 Kim F. Storm <storm@cua.dk>
31592
31593 * simple.el (move-beginning-of-line): New command.
31594
31595 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31596
31597 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31598
31599 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31600 and move-beginning-of-line.
31601
31602 * apropos.el (apropos-print): Omit command from M-x ... RET.
31603
31604 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31605
31606 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31607 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31608
31609 2005-03-06 Richard M. Stallman <rms@gnu.org>
31610
31611 * bindings.el (esc-map): Bind M-g to goto-line.
31612
31613 * facemenu.el (global-map): Bind M-o, not M-g.
31614
31615 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31616
31617 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31618 "Open Directory" as for "Open File".
31619
31620 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31621
31622 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31623 (push-mark-command): Run activate-mark-hook.
31624
31625 2005-03-06 Richard M. Stallman <rms@gnu.org>
31626
31627 * help-mode.el (help-mode-finish): Don't alter the element
31628 in view-return-to-alist if there already is one.
31629
31630 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31631 make sure the current buffer is the expected one.
31632
31633 * novice.el (disabled-command-function): Output in *Disabled Command*.
31634 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31635
31636 * textmodes/flyspell.el (flyspell-large-region):
31637 Pass args differently for aspell.
31638
31639 * files.el (mode-require-final-newline): Doc fix.
31640
31641 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31642
31643 * progmodes/which-func.el (which-function):
31644 Specify NOERROR when calling imenu--make-index-alist.
31645
31646 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31647
31648 * simple.el (normal-erase-is-backspace): Define default value.
31649
31650 * custom.el (custom-theme-set-variables): Remove unused var
31651 `immediate'.
31652 (custom-reevaluate-setting): Simple function to handle variables
31653 that are defined before their default value can really be
31654 computed.
31655
31656 * startup.el (command-line): Use it for temporary-file-directory,
31657 small-emporary-file-directory, auto-save-file-name-transforms,
31658 blink-cursor-mode, and normal-erase-is-backspace.
31659
31660 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31661 progress, even with buggy anchored keywords.
31662
31663 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31664
31665 * simple.el (goto-line): Remove unbalanced final parenthesis.
31666
31667 2005-03-05 Richard M. Stallman <rms@gnu.org>
31668
31669 * simple.el (goto-line): Use a number at point as the default.
31670 With C-u as arg, switch buffers.
31671
31672 2005-03-05 Juri Linkov <juri@jurta.org>
31673
31674 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31675 with `no-blinking-cursor'.
31676
31677 * startup.el (no-blinking-cursor): New defvar.
31678 (command-line): Add `--no-blinking-cursor' to longopts.
31679 Set `no-blinking-cursor' to t for command line arguments
31680 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31681 with `no-blinking-cursor' in the condition for calling
31682 `blink-cursor-mode'.
31683
31684 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31685
31686 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31687 (menu-bar-options-save): Add blink-cursor-mode.
31688 (menu-bar-options-menu): Add blink-cursor-mode.
31689
31690 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31691
31692 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31693 (icalendar-export-file, icalendar-export-region)
31694 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31695 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31696
31697 2005-03-04 Lute Kamstra <lute@gnu.org>
31698
31699 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31700 (debug-function-list): Ditto.
31701
31702 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31703
31704 * textmodes/texinfmt.el (texinfo-append-refill):
31705 Redefine the types of line to which @refill
31706 is not appended by replacing a search for `@refill\\|@bye' with
31707 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31708 itemize@refill' bug and the unfilled long lines bug.
31709 (texinfmt-version): Update number and date.
31710
31711 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31712
31713 * international/code-pages.el (windows-1250, windows-125[2-8])
31714 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31715
31716 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31717
31718 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31719 bound yet.
31720
31721 2005-03-02 Romain Francoise <romain@orebokech.com>
31722
31723 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31724 buffer after removing limits.
31725 (ibuffer-pop-filter): Ditto.
31726 Update copyright.
31727
31728 2005-03-02 Miles Bader <miles@gnu.org>
31729
31730 * button.el (make-text-button): If the user doesn't specify a
31731 type, use the default. Rewrite to use `add-text-properties' and
31732 plist functions.
31733
31734 2005-03-01 Lute Kamstra <lute@gnu.org>
31735
31736 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31737 (debugger-jumping-flag): New var.
31738 (debug-entry-code): Use it.
31739 (debugger-jump): Use debugger-jumping-flag and add
31740 debugger-reenable to post-command-hook.
31741 (debugger-reenable): Use debugger-jumping-flag and remove itself
31742 from post-command-hook.
31743 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31744 debugger-reenable.
31745
31746 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31747
31748 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31749 inclusion of "itemize\\|", which may be unnecessary, is certainly
31750 inelegant, and stops refilling in itemize lists when formatting
31751 Japanese Texinfo files to Info.
31752 Update copyright to 2005.
31753
31754 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31755
31756 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31757 of an error if GDB can't find the source file.
31758
31759 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31760
31761 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31762 not just the calendar.
31763
31764 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31765 first.
31766 (diary-redraw-calendar): New function.
31767 (make-diary-entry): Add diary-redraw-calendar to local
31768 write-contents-functions. Turn off selective display before
31769 inserting in diary.
31770
31771 2005-03-01 Kim F. Storm <storm@cua.dk>
31772
31773 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31774
31775 2005-03-01 Lute Kamstra <lute@gnu.org>
31776
31777 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31778 that debug-entry-code can be safely removed from a function while
31779 this code is being evaluated. Revert the 2005-02-27 change as the
31780 new implementation no longer requires it. Make sure that a
31781 function body containing just a string is not mistaken for a docstring.
31782 (debug): Skip one more frame in case of debug on entry.
31783 (debugger-setup-buffer): Delete one more frame line in case of
31784 debug on entry.
31785 (debugger-frame-number): Update to use the new text introduced by
31786 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31787
31788 2005-02-28 Kim F. Storm <storm@cua.dk>
31789
31790 * double.el (double-translate-key): Call force-window-update after
31791 read-event to avoid crash in redisplay.
31792
31793 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31794
31795 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31796 (debug): Use it. Move the inhibit-trace earlier.
31797 (debug-entry-code): New const.
31798 (debug-on-entry-1): Use it.
31799
31800 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31801
31802 * international/utf-16.el (ccl-encode-mule-utf-16le):
31803 Fix BUFFER_MAGNIFICATION to 2.
31804 (ccl-encode-mule-utf-16be): Likewise.
31805
31806 2005-02-28 Kenichi Handa <handa@m17n.org>
31807
31808 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31809 Fix BUFFER_MAGNIFICATION to 4.
31810 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31811
31812 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31813
31814 * speedbar.el (speedbar-update-flag): Doc fix.
31815 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31816 argument.
31817
31818 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31819
31820 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31821 have a non-nil `invisible' property but are actually visible.
31822
31823 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31824 for perldoc sections.
31825 (perl-outline-regexp, perl-outline-level): New var and function.
31826 (perl-mode): Use them.
31827
31828 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31829
31830 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31831 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31832
31833 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31834
31835 * cus-edit.el: Comment change.
31836 (custom-buffer-create-internal): Slightly reword text at top of
31837 Custom buffers. Mention there that saving an option edits the
31838 init file. Add link to Emacs manual node on `custom-file'.
31839 (custom-magic-alist): Rewrite individual State messages to use
31840 capitalized keywords. Doc fix.
31841
31842 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31843
31844 * calendar/calendar.el (calendar-buffer): Move above
31845 calendar-week-start-day.
31846 (calendar-week-start-day): Doc fix. Add :set function.
31847 (calendar-minimum-window-height): New variable.
31848 (generate-calendar-window): Only resize window if selected-window
31849 is displaying the calendar buffer. Use new variable
31850 calendar-minimum-window-height.
31851 (generate-calendar): Reword error message.
31852 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31853
31854 2005-02-27 Andreas Schwab <schwab@suse.de>
31855
31856 * vc.el (vc-do-command): Don't run command asynchronously when
31857 operating in a remote directory.
31858
31859 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31860 change from sync with Tramp 2.0.47.
31861
31862 2005-02-27 Richard M. Stallman <rms@gnu.org>
31863
31864 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31865
31866 * textmodes/flyspell.el (flyspell-mode-on):
31867 Call ispell-change-dictionary only if necessary.
31868
31869 * emacs-lisp/re-builder.el (regexp-builder): New function.
31870
31871 * register.el (describe-register-1): Explicitly handle
31872 yank-excluded-properties = t.
31873
31874 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31875 (custom-magic-alist): Change the status descriptions again.
31876 (face widget-type): Total rewrite based on `restricted-sexp'
31877 to eliminate the confusing double hiding levels.
31878
31879 * emacs-lisp/debug.el (debug-on-entry-1):
31880 If function body is empty, add nil as body form.
31881
31882 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31883
31884 * emacs-lisp/trace.el (inhibit-trace): New var.
31885 (trace-make-advice): Use it.
31886
31887 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31888
31889 2005-02-26 Kim F. Storm <storm@cua.dk>
31890
31891 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31892 (mouse-on-link-p, mouse-drag-region-1): Use it.
31893
31894 2005-02-25 Lute Kamstra <lute@gnu.org>
31895
31896 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31897
31898 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31899
31900 * frame.el (blink-cursor-mode): Add :group keyword.
31901
31902 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31903
31904 * calendar/icalendar.el (icalendar--decode-isodatetime):
31905 New optional argument DAY-SHIFT.
31906 (icalendar-export-region): Fix coding-system-for-write.
31907 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31908 events by one.
31909
31910 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31911
31912 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31913
31914 2005-02-24 Kim F. Storm <storm@cua.dk>
31915
31916 * international/iso-acc.el (iso-accents-compose): Fix crash
31917 during redisplay. Call force-window-update after read-event
31918 and delete-region to signal that window is not accurate.
31919
31920 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31921
31922 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31923 Remove unused and inexistent var `inhibit-trace'.
31924 (debugger-mode): Use run-mode-hooks.
31925 (debugger-list-functions): Add buttons; setup xref stack.
31926
31927 2005-02-23 Richard M. Stallman <rms@gnu.org>
31928
31929 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31930 appointment says it was explicitly made.
31931 (appt-add): Set the 3rd element.
31932 (appt-make-list): Preserve explicit appointments.
31933
31934 * subr.el (find-tag-default): Catch errors in forward-sexp.
31935
31936 2005-02-23 Juri Linkov <juri@jurta.org>
31937
31938 * info.el (Info-isearch-search): New defcustom.
31939 (Info-isearch-search): Call the default isearch function
31940 when Info-isearch-search is nil.
31941 (Info-isearch-wrap): Use variable Info-isearch-search.
31942
31943 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31944
31945 * cus-edit.el: Comment change.
31946
31947 2005-02-22 Kim F. Storm <storm@cua.dk>
31948
31949 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31950 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31951
31952 2005-02-22 Simon Josefsson <jas@extundo.com>
31953
31954 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31955 New variable.
31956 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31957 Oskarsson" <myrkraverk@users.sourceforget.net>.
31958
31959 2005-02-22 Kim F. Storm <storm@cua.dk>
31960
31961 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31962 check that window of that event is the selected window.
31963 (mouse-drag-region-1): Compare mouse event window to selected
31964 window before setting point.
31965
31966 * tooltip.el (tooltip-show-help-function): Pass event to
31967 mouse-on-link-p so it can check selected window.
31968
31969 2005-02-22 Kenichi Handa <handa@m17n.org>
31970
31971 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31972 (ps-mule-show-warning): New function.
31973 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31974 characters are found.
31975
31976 * ps-print.el (ps-header-footer-string): Return a list of header
31977 and footer strings.
31978
31979 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31980
31981 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31982
31983 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31984
31985 * frame.el (blink-cursor-mode): Use define-minor-mode.
31986
31987 * term/mac-win.el (function-key-map): Use char-names more consistently.
31988 (file-name-coding-system): Only set it for MacOS-9. The other case is
31989 already handled in mule-cmds.el (where it also works when mac-win.el
31990 is not used).
31991
31992 2005-02-21 Kenichi Handa <handa@m17n.org>
31993
31994 * international/mule.el (ctext-pre-write-conversion): Always use
31995 " *code-converting-work*" buffer for work.
31996
31997 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31998
31999 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32000
32001 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32002
32003 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32004
32005 * ses.el (undo-more): Restore defadvice, but only the part that
32006 allows changes outside the restricted area of the buffer.
32007
32008 2005-02-20 Kim F. Storm <storm@cua.dk>
32009
32010 * simple.el (line-move): Add fourth optional arg try-vscroll which
32011 must be set to perform auto-window-vscroll.
32012 When moving backwards and doing auto-window-vscroll, automatically
32013 vscroll to the last part of lines which are taller than the window.
32014 (next-line, previous-line): Set try-vscroll arg on line-move.
32015
32016 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32017
32018 * replace.el (query-replace, query-replace-regexp)
32019 (replace-string, replace-regexp): When operating on region, make
32020 the minibuffer prompt say so.
32021
32022 * isearch.el (isearch-forward): Document isearch-query-replace and
32023 isearch-query-replace-regexp keybindings.
32024
32025 2005-02-19 Jay Belanger <belanger@truman.edu>
32026
32027 * calc/calc-aent.el (math-read-token): Add local variable.
32028
32029 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32030 (calc-edit-top): Move declaration to earlier in file.
32031 (calc-edit-macro-repeats): Add local variables.
32032
32033 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32034 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32035 calcFunc-tanh.
32036 Adjust integration rule for calcFunc-tan.
32037
32038 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32039
32040 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32041 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32042 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32043 (viper-skip-separators): Bug fix.
32044 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32045 particular major mode.
32046 (viper-del-backward-char-in-replace): Don't put deleted char on the
32047 kill ring.
32048
32049 * viper-ex.el (viper-color-display-p): New function.
32050 (viper-has-face-support-p): Use viper-color-display-p.
32051
32052 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32053
32054 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32055
32056 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32057 (viper-file-remote-p): Make equivalent to file-remote-p.
32058
32059 * viper.el (viper-major-mode-modifier-list):
32060 Use viper-gnus-modifier-map.
32061
32062 2005-02-19 David Kastrup <dak@gnu.org>
32063
32064 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32065 quoting.
32066
32067 2005-02-19 Jay Belanger <belanger@truman.edu>
32068
32069 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32070 Remove extra definitions.
32071 (calc-coth): New function.
32072 (calcFunc-cot): Fix `let'.
32073
32074 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32075
32076 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32077 the reasons we use "type pc" in these faces.
32078
32079 * button.el (button): Ditto.
32080
32081 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32082
32083 * replace.el (query-replace-read-from): Set the value of
32084 query-replace-from-history-variable to handle the case of an empty
32085 string entered to accept the suggested default.
32086
32087 * net/tramp.el (tramp-file-name-for-operation):
32088 Use dired-call-process instead of dired-call-process-command.
32089
32090 2005-02-19 Jay Belanger <belanger@truman.edu>
32091
32092 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32093 (math-div-non-trig): New variables.
32094 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32095 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32096 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32097 trig expressions.
32098
32099 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32100
32101 * progmodes/gdb-ui.el (gdb-var-update-handler)
32102 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32103 for watch expressions,
32104 (gdb-var-create-handler): Don't set speedbar-update-flag.
32105 (gdb-post-prompt): Simplify test for speedbar.
32106
32107 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32108
32109 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32110 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32111 we use the syntax table of the correct buffer.
32112 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32113 Felix Gatzemeier.
32114
32115 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32116 (ediff-file-remote-p): Make synonymous with file-remote-p.
32117 In all deffaces ediff-*-face-*, use min-colors.
32118
32119 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32120 ediff-recurse-to-subdirectories.
32121 (ediff-mark-if-equal): Check that the arguments are strings, use
32122 ediff-same-contents (after to Felix Gatzemeier).
32123
32124 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32125 nil.
32126
32127 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32128
32129 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32130
32131 2005-02-18 David Kastrup <dak@gnu.org>
32132
32133 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32134 use `mark-active' when defined.
32135
32136 2005-02-18 Kenichi Handa <handa@m17n.org>
32137
32138 * ps-print.el (ps-font-info-database): New entry
32139 ZapfChancery-MediumItalic with correct font name. Fix font name
32140 of the entry Zapf-Chancery-MediumItalic.
32141
32142 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32143
32144 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32145
32146 2005-02-16 Kim F. Storm <storm@cua.dk>
32147
32148 * ido.el (ido-fallback-command): Pass user input to fallback command.
32149
32150 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32151
32152 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32153 (gdb-find-file-hook): Add server prefix.
32154
32155 2005-02-16 Richard M. Stallman <rms@gnu.org>
32156
32157 * replace.el (perform-replace): Pass new args to replace-highlight.
32158 (replace-highlight): Take region args,
32159 and pass them to isearch-lazy-highlight-new-loop.
32160
32161 * novice.el (disabled-command-hook): Autoload the defalias
32162 and the make-obsolete-variable call.
32163
32164 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32165
32166 * isearch.el (isearch-lazy-highlight-start-limit)
32167 (isearch-lazy-highlight-end-limit): New variables limit
32168 the region for highlighting.
32169 (isearch-lazy-highlight-new-loop): New args BEG and END.
32170 (isearch-lazy-highlight-search): Use the new vars.
32171 (isearch-lazy-highlight-update): Likewise.
32172
32173 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32174
32175 * cus-start.el (all): Use default-boundp.
32176
32177 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32178
32179 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32180
32181 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32182
32183 * autorevert.el (auto-revert-stop-on-user-input)
32184 (auto-revert-verbose): Doc fixes.
32185
32186 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32187
32188 * international/mule-cmds.el (set-locale-environment): Remove call
32189 to set-selection-coding-system on Windows.
32190
32191 2005-02-15 Jay Belanger <belanger@truman.edu>
32192
32193 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32194 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32195 calcFunc-coth.
32196 (math-simplify-sqrt): Add simplifications.
32197
32198 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32199 to list.
32200
32201 * calc/calc-ext.el: Add functions to autoloads.
32202
32203 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32204 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32205 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32206 (math-csc-raw, math-cot-raw): New functions.
32207
32208 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32209
32210 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32211 the variable name in a message.
32212
32213 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32214 calcFunc-csc, calcFunc-cot.
32215
32216 * calc/calcalg2.el: Add derivative and integration rules for
32217 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32218 calcFunc-csch, calcFunc-coth.
32219 (math-do-integral-methods): Add to checks for when to use
32220 substitutions.
32221
32222 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32223
32224 2005-02-15 Lute Kamstra <lute@gnu.org>
32225
32226 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32227 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32228 <monnier@iro.umontreal.ca>.
32229 (lisp-outline-level): Improve efficiency. Suggested by David
32230 Kastrup <dak@gnu.org>.
32231
32232 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32233
32234 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32235 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32236 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32237 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32238 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32239
32240 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32241
32242 * cus-start.el (all): Comment change.
32243
32244 2005-02-14 Lute Kamstra <lute@gnu.org>
32245
32246 * cus-start.el (all): Check if symbol is void.
32247
32248 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32249
32250 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32251 optional argument to \cite.
32252
32253 2005-02-14 Richard M. Stallman <rms@gnu.org>
32254
32255 * cus-edit.el (custom-buffer-create-internal): Update help message.
32256 (custom-magic-alist): Update help messages.
32257
32258 * cus-start.el (all): Allow a var to specify a standard value.
32259
32260 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32261
32262 * custom.el (custom-theme-set-variables): Handle variable aliases.
32263
32264 * frame.el (blink-cursor-timer): Doc fix.
32265 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32266 declare obsolete.
32267 (blink-cursor-mode): Define with defcustom and use correct
32268 standard expression in that defcustom.
32269 * startup.el (command-line): Adapt to above changes in frame.el.
32270
32271 2005-02-11 Lute Kamstra <lute@gnu.org>
32272
32273 * apropos.el (apropos-score-doc): Prevent division by zero.
32274
32275 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32276
32277 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32278 (icalendar--get-event-property-attributes)
32279 (icalendar--get-event-properties)
32280 (icalendar--datetime-to-diary-date): New functions.
32281 (icalendar--split-value): Doc fix.
32282 (icalendar--datetime-to-noneuropean-date)
32283 (icalendar--datetime-to-european-date): New optional argument
32284 SEPARATOR. Return result as a string instead of a list.
32285 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32286 (icalendar--convert-string-for-export): Rename arg S to STRING.
32287 (icalendar-export-region): Doc fix. Change name of error buffer.
32288 Save output buffer.
32289 (icalendar-import-file): Add blank at end of prompt.
32290 (icalendar-import-buffer): Doc fix. Do not switch to error
32291 buffer. Indicate status in return value.
32292 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32293 buffer. Save output buffer. Handle exception from recurrence
32294 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32295 events. Fix problems with weekly all-day events.
32296
32297 2005-02-10 Richard M. Stallman <rms@gnu.org>
32298
32299 * simple.el (eval-expression-print-format):
32300 Avoid warning about edebug-active.
32301
32302 * help.el (help-for-help-internal): Rename from help-for-help.
32303 (help-for-help): Define with defalias.
32304
32305 * font-core.el (font-lock-default-function): Use with-no-warnings.
32306
32307 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32308
32309 * custom.el (defface): Doc fix.
32310
32311 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32312
32313 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32314 width 0" to prevent word wrapping problems.
32315
32316 2005-02-09 Kim F. Storm <storm@cua.dk>
32317
32318 * ido.el (ido-file-extensions-order): New defcustom.
32319 (ido-file-extension-lessp, ido-file-extension-aux)
32320 (ido-file-extension-order): New advanced file ordering.
32321 (ido-file-lessp): New simple file ordering.
32322 (ido-sort-list): Remove.
32323 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32324 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32325
32326 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32327
32328 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32329 that some versions of grep produce.
32330 (grep-mode-font-lock-keywords): Likewise.
32331
32332 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32333
32334 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32335 (gdb-cdir): Delete.
32336 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32337 (gdb-source-info): Treat case when source file is in another
32338 directory properly.
32339 (gdb-get-location): New function.
32340
32341 2005-02-07 Jay Belanger <belanger@truman.edu>
32342
32343 * calc/calc-prog.el (calc-write-parse-table-part)
32344 (calc-fix-token-name): Fix a check for language type.
32345
32346 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32347
32348 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32349
32350 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32351 as directory not writable.
32352
32353 2005-02-07 Kim F. Storm <storm@cua.dk>
32354
32355 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32356 (cua--standard-movement-commands): Remove list.
32357 Instead, set CUA property value to move for movement commands.
32358 (cua-movement-commands): Remove. Users must set CUA prop instead.
32359 (cua--pre-command-handler): Check CUA property.
32360 (cua--init-keymaps): Don't remap undo commands.
32361 (cua-mode): Don't call cua--rectangle-on-off.
32362
32363 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32364 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32365 (cua--rect-undo-set-point): New var.
32366 (cua--rectangle-undo-boundary): Setup undo apply entry.
32367 (cua--rect-undo-handler): New function for rectangle undo.
32368 (cua--rect-start-position, cua--rect-end-position): Add.
32369 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32370 for restored rectangle. Set point if cua--rect-undo-set-point.
32371
32372 2005-02-06 Jay Belanger <belanger@truman.edu>
32373
32374 * calc/calc-lang.el (calc-tex-language): Display more information
32375 in messages.
32376
32377 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32378 in TeX mode.
32379
32380 2005-02-06 Richard M. Stallman <rms@gnu.org>
32381
32382 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32383
32384 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32385
32386 * net/ldap.el (ldap-search-internal): Support attributes with
32387 optional descriptions separated by a semi-colon, as in
32388 "userCertificate;binary".
32389
32390 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32391
32392 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32393 isn't a cons (i.e. the version is 0).
32394
32395 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32396
32397 * help.el (help-for-help): Doc fix.
32398
32399 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32400
32401 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32402 GDB-Windows on the menu-bar as this works better.
32403
32404 2005-02-04 Jay Belanger <belanger@truman.edu>
32405
32406 * calc/calc-embed.el (calc-embedded-update): Don't put in
32407 unnecessary newlines. Adjust the end of formula marker.
32408
32409 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32410 (math-latex-parse-two-args): New function.
32411
32412 2005-02-03 Lute Kamstra <lute@gnu.org>
32413
32414 * help-fns.el (help-with-tutorial): Make sure that users cannot
32415 remove the entire text of the tutorial by means of `undo'.
32416
32417 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32418
32419 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32420 in recent changes, where the ispell process was repeatedly
32421 killed & restarted.
32422
32423 * international/mule-cmds.el (set-locale-environment): Set file-name
32424 coding system to utf-8 on Darwin systems.
32425 (set-default-coding-systems): Don't set default-file-name-coding-system
32426 on Darwin systems.
32427
32428 2005-02-03 Richard M. Stallman <rms@gnu.org>
32429
32430 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32431
32432 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32433
32434 * faces.el (list-faces-display): Add optional argument.
32435
32436 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32437
32438 * font-core.el (font-lock-default-function): Handle the rare case where
32439 only font-lock-keywords is set.
32440
32441 2005-02-02 Kenichi Handa <handa@m17n.org>
32442
32443 * international/characters.el: Cancel previous change for
32444 I-WITH-DOT-ABOVE and DOTLESS-i.
32445
32446 * international/latin-5.el: Cancel previous change.
32447
32448 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32449
32450 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32451
32452 2005-02-02 Kenichi Handa <handa@m17n.org>
32453
32454 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32455 DOTLESS-i.
32456
32457 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32458 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32459
32460 * case-table.el (get-upcase-table): New function.
32461 (copy-case-table): Copy upcaes table too if non-nil.
32462 (set-case-syntax-delims): Maintain upcase table too.
32463 (set-case-syntax-pair): Likewise.
32464 (set-upcase-syntax, set-downcase-syntax): New functions.
32465 (set-case-syntax): Maintain upcase table too.
32466
32467 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32468
32469 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32470
32471 * progmodes/gud.el (gud-goto-info): New function.
32472 (gud-tool-bar-map): Use correct icon.
32473
32474 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32475
32476 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32477 When delegating, order args in the funcall correctly.
32478
32479 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32480
32481 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32482
32483 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32484
32485 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32486 buffer not visiting a file.
32487
32488 2005-01-31 Jay Belanger <belanger@truman.edu>
32489
32490 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32491 bound on the line with the formula.
32492
32493 2005-01-31 Kim F. Storm <storm@cua.dk>
32494
32495 * ses.el (ses-create-cell-variable-range)
32496 (ses-destroy-cell-variable-range, ses-reset-header-string)
32497 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32498 (ses-insert-row): Fix format of apply undo entries.
32499
32500 2005-01-31 Jay Belanger <belanger@truman.edu>
32501
32502 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32503 parts.
32504
32505 * calc/calc-embed.el (calc-embedded-open-formula)
32506 (calc-embedded-close-formula): Ignore matrix environments.
32507
32508 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32509 TeX mode.
32510
32511 * calc/calc-lang.el (math-function-table, math-oper-table)
32512 (math-variable-table): Adjust the LaTeX portions.
32513
32514 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32515 (math-latex-ignore-words): New constant.
32516
32517 2005-01-31 Richard M. Stallman <rms@gnu.org>
32518
32519 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32520 (ispell-local-dictionary): Doc fix.
32521 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32522 Don't reinitialize at run time. Don't defcustom.
32523 All uses changed to append ispell-local-dictionary-alist,
32524 or check it first.
32525 (ispell-current-dictionary): New variable for dictionary in use.
32526 (ispell-dictionary): Now used only for global default.
32527 (ispell-start-process): Set ispell-current-dictionary,
32528 not ispell-dictionary.
32529 (ispell-change-dictionary): Use this only for setting
32530 user preferences.
32531 (ispell-internal-change-dictionary): New function
32532 to change the current dictionary in use.
32533 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32534 Use ispell-current-dictionary.
32535 Handle ispell-local-dictionary-overridden.
32536 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32537
32538 2005-01-31 Jay Belanger <belanger@truman.edu>
32539
32540 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32541
32542 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32543 (calc-mode-map): Add calc-latex-language.
32544
32545 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32546 (math-latex-print-frac): New functions.
32547 (math-oper-table, math-function-table, math-variable-table)
32548 (math-complex-format, math-input-filter): Add latex properties.
32549 (calc-set-language): Set math-expr-special-function-mapping.
32550
32551 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32552 (calc-write-parse-table-part): Add LaTeX support.
32553
32554 * calc/calc.el (calc-language): Adjust docstring.
32555 (calc-set-mode-line): Add LaTeX support.
32556 (math-expr-special-function-mapping): New variable.
32557 (math-tex-ignore-words): Add to list.
32558
32559 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32560 Add LaTeX support.
32561 (math-compose-expr): Add support for special functions.
32562
32563 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32564
32565 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32566
32567 * progmodes/gdb-ui.el (gdb-memory-address)
32568 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32569 (gdb-memory-mode-map, gdb-memory-format-keymap)
32570 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32571 (gdb-memory-unit-menu): New variables for a buffer
32572 that lets the user examine program memory.
32573 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32574 (gdb-memory-format-binary, gdb-memory-format-octal)
32575 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32576 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32577 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32578 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32579 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32580 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32581 (gdb-memory-mode, gdb-memory-buffer-name)
32582 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32583 New functions for above buffer.
32584
32585 2005-01-30 Richard M. Stallman <rms@gnu.org>
32586
32587 * cus-edit.el (custom-bury-buffer): Function deleted.
32588 (custom-buffer-done-function): Option deleted.
32589 (custom-buffer-done-kill): New replacement option.
32590 (Custom-buffer-done): Call quit-window.
32591 (custom-buffer-create-internal): Update for above changes.
32592
32593 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32594
32595 * simple.el (undo-ask-before-discard): New var.
32596 (undo-outer-limit-truncate): Implement it.
32597 (undo-extra-outer-limit): Doc update.
32598
32599 2005-01-29 Richard M. Stallman <rms@gnu.org>
32600
32601 * ses.el (undo-more): Delete defadvice.
32602 (ses-begin-change): Doc fix.
32603
32604 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32605 instead of rebinding C-x u and C-_.
32606
32607 * files.el (normal-backup-enable-predicate): Return nil for files
32608 in /tmp, regardless of temporary-file-directory.
32609
32610 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32611
32612 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32613 (open-rectangle, delete-whitespace-rectangle-line)
32614 (clear-rectangle-line): If FILL, pass t instead of FILL
32615 for move-to-column's 2nd arg.
32616
32617 * simple.el (undo): Fix the test for continuing a series of undos.
32618 (undo-more): Set pending-undo-list to t when we reach end.
32619 (pending-undo-list): Move up defvar.
32620
32621 * wid-edit.el (widget-button-click):
32622 Shorten the range of the track-mouse binding.
32623
32624 * comint.el (comint-insert-input): Undo previous changes;
32625 use last-input-event in interactive spec.
32626
32627 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32628
32629 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32630 to nil before invoking call-process. Reset buffer's modified flag
32631 after fontifying it in the no-async branch.
32632
32633 * wid-edit.el (widget-specify-button): If mouse pointer shape
32634 cannot be changed, use mouse face instead.
32635
32636 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32637
32638 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32639 (gdb-goto-breakpoint): Make breakpoint handling work on template
32640 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32641 (gdb-assembler-custom): Update to recognize breakpoint information
32642 added on 2005-01-19.
32643
32644 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32645
32646 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32647 (dsssl-mode): Use define-derived-mode.
32648 (scheme-mode-initialize): Remove.
32649 (scheme-mode): Use run-mode-hooks.
32650
32651 * cus-edit.el (customize-group-other-window)
32652 (custom-buffer-create-other-window): Don't override special-display-*.
32653 (custom-mode-map): Make it dense.
32654
32655 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32656 sets the default value.
32657
32658 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32659
32660 * descr-text.el: Add more keywords.
32661
32662 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32663
32664 * speedbar.el: Avoid unnecessary use of locate-library.
32665
32666 * international/mule-cmds.el (standard-display-european-internal):
32667 Don't fiddle with latin-1 non-break space any more since it's now
32668 special cased in the C code.
32669 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32670
32671 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32672
32673 * cus-start.el (all): Add `undo-outer-limit'.
32674
32675 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32676
32677 * textmodes/bibtex.el (bibtex-format-entry):
32678 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32679 field lines.
32680 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32681 not on part of a buffer.
32682
32683 2005-01-25 Lute Kamstra <lute@gnu.org>
32684
32685 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32686 nonempty field text strings like "{letters\\macro{}more letters}".
32687 Clarify docstring.
32688 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32689 (bibtex-entry-offset, bibtex-parse-association)
32690 (bibtex-parse-field-name): Fix typos in docstrings.
32691 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32692
32693 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32694
32695 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32696 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32697 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32698 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32699
32700 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32701 isearch minor mode.
32702
32703 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32704
32705 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32706
32707 2005-01-24 Lute Kamstra <lute@gnu.org>
32708
32709 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32710 CASECHARS and NOT-CASECHARS regular expressions of the
32711 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32712 striding over charsets" error.
32713
32714 2005-01-24 Jay Belanger <belanger@truman.edu>
32715
32716 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32717 display variable name.
32718
32719 2005-01-24 Kenichi Handa <handa@m17n.org>
32720
32721 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32722 Fix setting of the element of encoded-kbd-iso2022-invocations.
32723
32724 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32725
32726 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32727 (gdb-threads-select): Change to also accept mouse events.
32728 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32729 (gdb-threads-mouse-select): Delete.
32730
32731 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32732
32733 * files.el (insert-directory): Take care of empty directory,
32734 listed without -a switch.
32735
32736 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32737
32738 * textmodes/refill.el (refill-post-command-function):
32739 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32740 to the list of functions that we should be careful not to undo.
32741 (refill-late-fill-paragraph-function): Remove.
32742 (refill-saved-state): New var.
32743 (refill-mode): Use it to save fill-paragraph-function.
32744 Save also the value of auto-fill-function.
32745
32746 * term/w32-win.el: Simplify code.
32747
32748 2005-01-23 Kim F. Storm <storm@cua.dk>
32749
32750 * simple.el (line-move): Adapt to new return value from
32751 pos-visible-in-window-p.
32752
32753 * simple.el (line-move): Fix last change. Check partial
32754 visibility at point rather than at window-start.
32755
32756 2005-01-22 Jason Rumney <jasonr@gnu.org>
32757
32758 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32759
32760 2005-01-22 David Kastrup <dak@gnu.org>
32761
32762 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32763
32764 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32765
32766 * type-break.el (type-break-mode): Add a test for
32767 type-break-file-name being non-nil.
32768
32769 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32770
32771 * net/eudc.el (top level): Call (message "") via progn, so that
32772 eudc-options-file is loaded.
32773
32774 2005-01-22 Kim F. Storm <storm@cua.dk>
32775
32776 * simple.el (line-move-1): Rename from line-move.
32777 (line-move): New function that adjusts vscroll for partially
32778 visible rows, and calls line-move-1 otherwise.
32779
32780 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32781
32782 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32783 since it's not a complete read-event implementation
32784
32785 2005-01-20 Jay Belanger <belanger@truman.edu>
32786
32787 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32788 for called function.
32789
32790 2005-01-20 Steven Tamm <steventamm@mac.com>
32791
32792 * term/mac-win.el (process-connection-type): Remove.
32793 Controlled now by s/darwin.h:PTY_ITERATION.
32794
32795 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32796
32797 * window.el (handle-select-window): Don't switch window when we're
32798 in the minibuffer.
32799
32800 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32801
32802 * subr.el (dotimes-with-progress-reporter): New macro.
32803
32804 * ses.el (ses-dotimes-msg): Remove macro.
32805 Use `dotimes-with-progress-reporter' instead.
32806
32807 2005-01-19 Steven Tamm <steventamm@mac.com>
32808
32809 * term/mac-win.el (process-connection-type): Use new
32810 operating-system-release variable to use ptys on Darwin 7 (OS X
32811 10.3) when using carbon build.
32812
32813 2005-01-19 Jay Belanger <belanger@truman.edu>
32814
32815 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32816 flags if the last command was a tab or M-tab.
32817
32818 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32819 in formula editing buffer.
32820
32821 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32822
32823 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32824 breakpoint image symbol in margin.
32825
32826 2005-01-19 Jay Belanger <belanger@truman.edu>
32827
32828 * calc/calc-prog.el (calc-execute-kbd-macro):
32829 Ignore calc-keep-arg-flag.
32830
32831 2005-01-19 Kenichi Handa <handa@m17n.org>
32832
32833 * textmodes/ispell.el (ispell-looking-at): New function.
32834 (ispell-process-line): Use ispell-looking-at to compare the ispell
32835 output and the buffer contents.
32836
32837 2005-01-18 Jay Belanger <belanger@truman.edu>
32838
32839 * calc/calc.el (calc-display-raw): Fix docstring.
32840
32841 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32842
32843 * simple.el (blink-matching-open): Strip extra info from syntax.
32844
32845 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32846 funny chars in the end-of-here-doc marker.
32847
32848 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32849
32850 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32851 that enable/disabled state of breakpoints is shown correctly in
32852 fringe and on ttys.
32853 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32854 Add breakpoint information as text properties.
32855 (gdb-mouse-toggle-breakpoint):
32856 Rename to gdb-mouse-set-clear-breakpoint.
32857 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32858 breakpoints in the margin.
32859 (gdb-remove-strings): Simplify.
32860
32861 2005-01-17 Jay Belanger <belanger@truman.edu>
32862
32863 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32864 erasing buffer.
32865
32866 2005-01-17 Richard M. Stallman <rms@gnu.org>
32867
32868 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32869 for calling grep-compute-defaults.
32870
32871 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32872 if buffer is empty.
32873
32874 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32875
32876 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32877
32878 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32879
32880 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32881 non-preloaded variables.
32882
32883 2005-01-17 Steven Tamm <steventamm@mac.com>
32884
32885 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32886 tex-shell cause to force interactivity when using pipes.
32887
32888 2005-01-17 Kim F. Storm <storm@cua.dk>
32889
32890 * simple.el (just-one-space): Make arg optional.
32891
32892 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32893
32894 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32895 posn-at-x-y to t to access left-margin.
32896
32897 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32898
32899 Sync with Tramp 2.0.47.
32900
32901 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32902 catching keep-date problems in cp/scp operations.
32903 (tramp-handle-copy-file): Don't call `set-file-modes'
32904 unconditionally. Specialized functions should know better what is
32905 necessary. This improves performance a little bit, and the
32906 functions could catch errors with `cp -p' and `scp -p'.
32907 (tramp-do-copy-or-rename-file-via-buffer)
32908 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32909 when appropriate.
32910 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32911 Call `set-file-modes' when appropriate.
32912 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32913 Johnsson <isak@hypergene.com>.
32914 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32915 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32916 <joakim@verona.se>.
32917 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32918 Emacs only.
32919
32920 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32921 `find-file-hooks' and `dired-mode-hook'.
32922 (tramp-minor-mode-map): Respective map. Add remapping for
32923 `compile' and `recompile'.
32924 (tramp-remap-command, tramp-recompile): New defuns.
32925 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32926 in buffer "*Compilation*". Call the commands asynchronously.
32927
32928 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32929 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32930 `shell-command', because it isn't magic in XEmacs. Reported by
32931 Adrian Aichner <adrian@xemacs.org>.
32932
32933 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32934 `substitute-in-file-name.
32935 (tramp-smb-handle-substitute-in-file-name): New defun.
32936 (tramp-smb-advice-PC-do-completion): Delete advice.
32937
32938 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32939
32940 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32941 Fix error in deleting region.
32942
32943 2005-01-15 Richard M. Stallman <rms@gnu.org>
32944
32945 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32946 In non-temp buffer, switch syntax table temporarily.
32947
32948 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32949
32950 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32951
32952 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32953
32954 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32955 (imenu--generic-function): Use START, not BEG, as pos of definition.
32956
32957 * simple.el (just-one-space): Argument specifies number of spaces.
32958
32959 * simple.el (eval-expression-print-format): Avoid warning
32960 about edebug-active.
32961
32962 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32963
32964 * progmodes/sh-script.el: Code copied from make-mode.el
32965 with small changes,
32966 (sh-mode-map): Bind C-c C-\.
32967 (sh-backslash-column, sh-backslash-align): New variables.
32968 (sh-backslash-region, sh-append-backslash): New functions.
32969
32970 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32971
32972 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32973 (rmail-pop-password, rmail-pop-password-required): Move to
32974 rmail-obsolete group.
32975 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32976 All callers updated.
32977 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32978 Take an argument specifying whether it is POP or IMAP mailbox we
32979 are using. All callers updated.
32980 (rmail-pop-password-error): Rename to
32981 rmail-remote-password-error. Added mailutils-specific error message.
32982 (rmail-movemail-search-path)
32983 (rmail-movemail-variant-in-use): New variables.
32984 (rmail-remote-password, rmail-remote-password-required):
32985 New customization variables.
32986 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32987 (rmail-parse-url): New function.
32988 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32989 with GNU mailutils movemail.
32990
32991 2005-01-15 Kevin Ryde <user42@zip.com.au>
32992
32993 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32994 suffix to space, $ or '$, to correctly position point when going
32995 to @table style constants like DBL_MAX.
32996
32997 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32998
32999 * type-break.el (type-break-mode, type-break-file-time)
33000 (type-break-file-keystroke-count, type-break-choose-file):
33001 Don't store data in or load data from the file if type-break-file-name
33002 is nil.
33003 (type-break-file-name): Doc update as per the above.
33004
33005 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33006
33007 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33008 lookup-key might return nil; handle that.
33009
33010 2005-01-15 Alan Mackenzie <acm@muc.de>
33011
33012 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33013 rather than the element found, thus enabling the tree to be setcar'd.
33014
33015 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33016
33017 * textmodes/org.el (org-show-following-heading): New option.
33018 (org-show-hierarchy-above): Use `org-show-following-heading'.
33019 (org-cycle): Documentation fix.
33020
33021 * textmodes/org.el (orgtbl-optimized): New option
33022 (orgtbl-mode): New command, a minor mode.
33023 (orgtbl-mode-map): New variable.
33024 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33025 (orgtbl-error, orgtbl-self-insert-command)
33026 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33027
33028 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33029 a local variable in each org-mode buffer.
33030
33031 * textmodes/org.el (org-set-regexps-and-options): Rename from
33032 `org-set-regexps'. Added checking for STARTUP keyword.
33033 (org-get-current-options): Add STARTUP options.
33034 (org-table-insert-row): Make mode intelligent about when
33035 realignment is needed.
33036 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33037 New commands.
33038 (org-enable-table-editor): New default value `optimized'.
33039 (org-table-blank-field): Support blanking regions if active.
33040
33041 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33042
33043 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33044 if the year is not given.
33045
33046 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33047 Add new escapes %m and %M, fixed bug with %F by adding
33048 save-match-data.
33049 (reftex-reference): Remove ?. from list of spaces.
33050 (reftex-label-info): Add automatic label prefix recognition.
33051
33052 * textmodes/reftex-index.el (reftex-index-next-phrase):
33053 Add slave parameter to call of `reftex-index-this-phrase'.
33054 (reftex-index-this-phrase): New optional argument.
33055 (reftex-index-region-phrases): Add slave parameter to call of
33056 `reftex-index-this-phrase'.
33057 (reftex-display-index): New argument redo.
33058 (reftex-index-rescan): Add `redo' to arguments of
33059 `reftex-display-index'.
33060 (reftex-index-Rescan, reftex-index-revert)
33061 (reftex-index-switch-index-tag): Add `redo' to arguments of
33062 `reftex-display-index'.
33063 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33064 indexing. Fix bug with matching is there is a quote before or
33065 after the word.
33066
33067 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33068 Fix bug when collecting citation keys in lines with comments.
33069 (reftex-citation): Prefix argument no longer rescans the document,
33070 but forces prompting for optional arguments of cite macros.
33071 (reftex-do-citation): Prompting for optional arguments implemented.
33072
33073 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33074 Add optional arguments to most cite commands.
33075 (reftex-cite-cleanup-optional-args): New option
33076 (reftex-cite-prompt-optional-args): New option.
33077 (reftex-trust-label-prefix): New option.
33078
33079 * textmodes/reftex-toc.el (reftex-toc-find-section):
33080 Add push-mark before changing the position in the buffer.
33081
33082 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33083 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33084
33085 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33086
33087 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33088 more carefully.
33089
33090 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33091
33092 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33093 (sgml-mode): Use it.
33094 (sgml-get-context): Better keep track of implicitly closed tags.
33095
33096 2005-01-13 Kenichi Handa <handa@m17n.org>
33097
33098 * textmodes/ispell.el: These changes are to fix misalignment error
33099 caused by equivalent characters of different Emacs charsets.
33100 (ispell-unified-chars-table): New variable.
33101 (ispell-get-decoded-string): New function.
33102 (ispell-get-casechars, ispell-get-not-casechars)
33103 (ispell-get-otherchars): Call ispell-get-decoded-string.
33104
33105 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33106
33107 * custom.el (custom-declare-variable): Just put symbol instead
33108 of (defvar . symbol) in `current-load-list'.
33109
33110 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33111
33112 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33113
33114 2005-01-12 Jay Belanger <belanger@truman.edu>
33115
33116 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33117 to create a Calc summary.
33118
33119 2005-01-12 Kim F. Storm <storm@cua.dk>
33120
33121 * mouse.el (mouse-on-link-p): Change functionality and doc
33122 string to comply with latest description in lisp ref.
33123
33124 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33125
33126 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33127 Enable mouse clicks on mode-line, header-line and margin.
33128 (event-type): Give mouse event symbols an `event-kind' property
33129 with value `mouse-click'.
33130
33131 2005-01-12 Juri Linkov <juri@jurta.org>
33132
33133 * facemenu.el (list-colors-display): Add new arg buffer-name.
33134 Use it. Fix docstring. Replace code for identifying duplicate
33135 colors by the name with call to `list-colors-duplicates' which
33136 identifies duplicate colors by the value unless the color
33137 is one of special Windows colors. Set truncate-lines to t.
33138 Print sorted duplicate color names on each line. Indent to 22
33139 \(the longest color name in rgb.txt) instead of 20. Optimize.
33140 (list-colors-duplicates): New function.
33141 (facemenu-color-name-equal): Delete function.
33142
33143 * facemenu.el (list-colors-print): New function created from code
33144 in list-colors-display. Print #RRGGBB at the window right edge.
33145 (list-colors-display): When temp-buffer-show-function is not
33146 defined, call list-colors-print from temp-buffer-show-hook
33147 to get the right value of window-width in list-colors-print
33148 after the buffer is displayed.
33149
33150 * simple.el (pop-mark): Move deactivate-mark out of conditional
33151 part to deactivate the active mark regardless of the state of the
33152 mark ring.
33153
33154 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33155 variables line in desktop files.
33156
33157 2005-01-12 Juri Linkov <juri@jurta.org>
33158
33159 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33160 Bring together isearch highlight related options.
33161 (lazy-highlight): Replace group `replace' by `matching'.
33162 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33163 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33164 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33165 and declare them obsolete.
33166 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33167 (isearch-faces): Remove defgroup.
33168 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33169 Move isearch highlighting code closer to lazy highlighting code.
33170
33171 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33172 (query-replace-highlight, query-replace-lazy-highlight)
33173 (query-replace): Move definitions to the beginning of the file.
33174
33175 2005-01-11 Juri Linkov <juri@jurta.org>
33176
33177 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33178 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33179 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33180
33181 * info.el (Info-history-forward): New variable.
33182 (Info-select-node): Reset Info-history-forward to nil.
33183 (Info-last): Turn into defalias.
33184 (Info-history-back): Rename from Info-last.
33185 Add current node to Info-history-forward.
33186 (Info-history-forward): New fun.
33187 (Info-mode-map): Replace Info-last by Info-history-back.
33188 Bind Info-history-forward to "r".
33189 (Info-mode-menu): Replace Info-last by Info-history-back.
33190 Fix menu item text. Add menu item for Info-history-forward.
33191 (info-tool-bar-map): Replace Info-last by Info-history-back.
33192 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33193 for Info-history-forward.
33194 (Info-mode): Replace Info-last by Info-history-back in docstring.
33195 Add local variable Info-history-forward.
33196 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33197
33198 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33199
33200 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33201 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33202 Ignore select-window events rather than fiddle with
33203 mouse-autoselect-window.
33204
33205 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33206
33207 * type-break.el (type-break-mode): Fix previous change.
33208
33209 2005-01-10 Jay Belanger <belanger@truman.edu>
33210
33211 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33212 calculator; only reset when point is inside a calculator.
33213 Don't adjust the window height if the window takes up the whole height
33214 of the frame.
33215
33216 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33217
33218 * ebuff-menu.el (Electric-buffer-menu-mode):
33219 Preserve value of buffer-local var header-line-format.
33220
33221 2005-01-09 Jay Belanger <belanger@truman.edu>
33222
33223 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33224 Make sure settings file exists before accessing it.
33225
33226 * calc/calc-embed.el (calc-embedded-subst):
33227 Replace math-multi-subst-rec, which is only supposed to be called
33228 by math-multi-subst, by math-multi-subst.
33229
33230 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33231
33232 * vc.el (vc-allow-async-revert): New user option.
33233 (vc-disable-async-diff): New internal variable.
33234 (vc-revert-buffer): Use them to disable asynchronous diff.
33235
33236 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33237 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33238 asynchronously if vc-disable-async-diff is t.
33239
33240 2005-01-09 Jay Belanger <belanger@truman.edu>
33241
33242 * calc/calc.el (defcalcmodevar): New macro.
33243 (calc-mode-var-list-restore-default-values)
33244 (calc-mode-var-list-restore-saved-values): New functions.
33245 (calc-mode-var-list): Use defcalcmodevar to define it.
33246 (calc-always-load-extensions, calc-line-numbering)
33247 (calc-line-breaking, calc-display-just, calc-display-origin)
33248 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33249 (calc-group-char, calc-point-char, calc-frac-format)
33250 (calc-prefer-frac, calc-hms-format, calc-date-format)
33251 (calc-float-format, calc-full-float-format, calc-complex-format)
33252 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33253 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33254 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33255 (calc-matrix-brackets, calc-language, calc-language-option)
33256 (calc-left-label, calc-right-label, calc-word-size)
33257 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33258 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33259 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33260 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33261 (calc-window-height, calc-display-trail, calc-show-selections)
33262 (calc-use-selections, calc-assoc-selections)
33263 (calc-display-working-message, calc-auto-why, calc-timing)
33264 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33265 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33266 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33267 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33268 (calc-gnuplot-geometry, calc-graph-default-resolution)
33269 (calc-graph-default-resolution-3d, calc-invocation-macro)
33270 (calc-show-banner): Use defcalcmodevar to declare them and set
33271 their default values.
33272
33273 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33274 instead of default values (but restore default values if there is
33275 an argument of 0).
33276
33277 2005-01-09 David Kastrup <dak@gnu.org>
33278
33279 * desktop.el (desktop-restore-eager): Fix typo in type.
33280
33281 2005-01-08 Richard M. Stallman <rms@gnu.org>
33282
33283 * cus-edit.el (customize): Delete :link.
33284
33285 2005-01-08 Jay Belanger <belanger@truman.edu>
33286
33287 * calc/calc.el (calc-mode): Remove the extension from the
33288 `calc-settings-file' file name when loading it.
33289
33290 2005-01-08 Kim F. Storm <storm@cua.dk>
33291
33292 * info.el (Info-mode-map, Info-next-link-keymap)
33293 (Info-prev-link-keymap, Info-up-link-keymap):
33294 Map follow-link to mouse-face.
33295 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33296
33297 2005-01-08 Jay Belanger <belanger@truman.edu>
33298
33299 * calc/calc.el (calc-settings-file): Change default value.
33300 Suggested by cgw in a comment in calc-mode.el.
33301
33302 * calc/calc-mode.el (calc-settings-file-name):
33303 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33304 Replace ~/.emacs in a prompt by calc-settings-file.
33305
33306 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33307
33308 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33309 (desktop-lazy-idle-delay): New customizable variables.
33310 (desktop-buffer-args-list): New variable.
33311 (desktop-append-buffer-args): New function.
33312 (desktop-save): Call desktop-append-buffer-args for some buffers.
33313 (desktop-lazy-create-buffer): New function.
33314 (desktop-idle-create-buffers): New function.
33315 (desktop-read): Add message about buffers to restore lazily.
33316 (desktop-lazy-abort): New command.
33317 (desktop-clear): Call desktop-lazy-abort.
33318 (desktop-lazy-complete): New command.
33319
33320 2005-01-06 Richard M. Stallman <rms@gnu.org>
33321
33322 * emacs-lisp/find-func.el (find-face-definition):
33323 Rename from find-face.
33324
33325 2005-01-06 Kim F. Storm <storm@cua.dk>
33326
33327 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33328
33329 * man.el (Man-xref-man-page, Man-xref-header-file)
33330 (Man-xref-normal-file): Add follow-link property.
33331
33332 2005-01-06 Jay Belanger <belanger@truman.edu>
33333
33334 * calc/calc-units.el: Make sure the proper macro definitions are
33335 available when compiling.
33336
33337 2005-01-06 Juri Linkov <juri@jurta.org>
33338
33339 * isearch.el (isearch-lazy-highlight-update):
33340 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33341
33342 2005-01-06 Miles Bader <miles@gnu.org>
33343
33344 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33345 (isearch-lazy-highlight-face): Use new name.
33346
33347 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33348
33349 * uniquify.el (uniquify-rationalize-file-buffer-names):
33350 Re-add an interactive spec.
33351 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33352 to the same name.
33353
33354 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33355 (isearch-update, isearch-done): Adjust calls accordingly.
33356
33357 2005-01-05 Richard M. Stallman <rms@gnu.org>
33358
33359 * custom.el (custom-set-variables, custom-theme-set-variables):
33360 Clarify documentation.
33361
33362 * emacs-lisp/find-func.el (find-variable)
33363 (find-variable-other-window, find-variable-other-frame):
33364 Fix the TYPE args to find-function-read and find-function-do-it.
33365 (find-function): Doc fix.
33366 (find-function-at-point): Replace function-at-point alias.
33367
33368 2005-01-04 Richard M. Stallman <rms@gnu.org>
33369
33370 * cus-face.el (custom-declare-face):
33371 Record defface in current-load-list.
33372
33373 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33374
33375 * emacs-lisp/find-func.el: Doc fixes.
33376 (find-face-regexp): New variable.
33377 (find-function-regexp-alist): New variable.
33378 (find-function-C-source): Third arg is now TYPE.
33379 (find-function-search-for-symbol): Handle general TYPE.
33380 (find-function-read, find-function-do-it): Handle general TYPE.
33381 (find-definition-noselect, find-face): New functions.
33382 (function-at-point): Alias deleted.
33383
33384 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33385
33386 * battery.el (display-battery-mode): Rename from display-battery.
33387 Handle the case where it gets turned off.
33388
33389 2005-01-04 Richard M. Stallman <rms@gnu.org>
33390
33391 * cus-edit.el (customize): Make :link point to user doc.
33392
33393 * man.el (Man-fontify-manpage): Turn off undo generation.
33394
33395 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33396
33397 2005-01-04 Andreas Schwab <schwab@suse.de>
33398
33399 * files.el (insert-directory): Only look for error lines in
33400 inserted text. Don't move too far after processing --dired markers.
33401
33402 2005-01-04 Richard M. Stallman <rms@gnu.org>
33403
33404 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33405 Don't expand if the character is @, period, dash, etc.
33406 (define-mail-abbrev): Quote names that contain problem characters.
33407
33408 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33409
33410 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33411
33412 2005-01-03 Richard M. Stallman <rms@gnu.org>
33413
33414 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33415 (query-replace-highlight, query-replace-lazy-highlight)
33416 (query-replace): Definitions moved up. Doc fix.
33417
33418 2005-01-03 Richard M. Stallman <rms@gnu.org>
33419
33420 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33421 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33422 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33423 (lazy-highlight-face): Rename from isearch-lazy-...
33424 Change all references to them.
33425
33426 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33427
33428 * cus-edit.el (custom-file): Doc fix for defcustom.
33429 (custom-file): The function no longer sets the variable
33430 `custom-file' to its return value.
33431
33432 * startup.el (command-line): No longer load `custom-file'.
33433
33434 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33435
33436 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33437
33438 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33439 Don't confuse module-prefixed identifiers for labels.
33440 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33441
33442 2005-01-02 Richard M. Stallman <rms@gnu.org>
33443
33444 * files.el (basic-save-buffer-1): Fix previous change.
33445
33446 * loadhist.el (file-loadhist-lookup): New function.
33447 (file-provides, file-requires): Use it.
33448
33449 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33450 instead of calculating the right size.
33451
33452 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33453
33454 * vc-svn.el (vc-svn-diff): Stay local if possible.
33455
33456 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33457
33458 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33459
33460 * files.el (hack-local-variables): Fix last change.
33461
33462 2005-01-02 Jay Belanger <belanger@truman.edu>
33463
33464 * calc/calc-yank.el (calc-edit-top): New variable.
33465 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33466 object. Change header properties.
33467 (calc-edit-finish, calc-edit-finish-stack-object)
33468 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33469 edited object.
33470 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33471 for the beginning of the edited object.
33472 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33473 for the beginning of the edited object.
33474 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33475 (calc-finish-formula-edit, calc-macro-repeats)
33476 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33477 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33478 beginning of the edited object.
33479 (calc-user-define-edit): Change the header for editing macros.
33480 Remove unnecessary variable.
33481
33482 2005-01-01 Jay Belanger <belanger@truman.edu>
33483
33484 * calc/calc-yank.el (calc-edit-mode): Change default header.
33485 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33486 * calc/calc-store.el (calc-edit-variable): Change title to match new
33487 header.
33488 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33489 mode to match new header.
33490 (calc-user-define-edit): Change titles to include names of commands.
33491 (calc-finish-formula-edit): Adjust to handle new header.
33492 (calc-finish-macro-edit): Remove.
33493 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33494 (calc-edit-macro-command, calc-edit-macro-command-type)
33495 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33496 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33497 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33498 (calc-edit-macro-finish-edit): New functions.
33499 (calc-user-define-edit): Use new functions to edit named calc macros.
33500
33501 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33502
33503 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33504
33505 * ses.el (copy-region-as-kill): Deactivate mark.
33506
33507 2005-01-01 Richard M. Stallman <rms@gnu.org>
33508
33509 * replace.el (occur-1): If the output buffer is also an input,
33510 don't kill it, rename it.
33511
33512 * faces.el (set-face-background, set-face-foreground): Doc fix.
33513
33514 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33515 for :foreground and :background.
33516
33517 * dired.el (dired-view-command-alist): Variable deleted.
33518 (dired-view-file, dired-mouse-find-file-other-window):
33519 Delete the code to use it.
33520
33521 2005-01-01 Kim F. Storm <storm@cua.dk>
33522
33523 * image.el (insert-sliced-image): Use t for line-height property.
33524
33525 See ChangeLog.11 for earlier changes.
33526
33527 ;; Local Variables:
33528 ;; coding: iso-2022-7bit
33529 ;; add-log-time-zone-rule: t
33530 ;; End:
33531
33532 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33533
33534 This file is part of GNU Emacs.
33535
33536 GNU Emacs is free software; you can redistribute it and/or modify
33537 it under the terms of the GNU General Public License as published by
33538 the Free Software Foundation; either version 2, or (at your option)
33539 any later version.
33540
33541 GNU Emacs is distributed in the hope that it will be useful,
33542 but WITHOUT ANY WARRANTY; without even the implied warranty of
33543 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33544 GNU General Public License for more details.
33545
33546 You should have received a copy of the GNU General Public License
33547 along with GNU Emacs; see the file COPYING. If not, write to the
33548 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33549 Boston, MA 02110-1301, USA.
33550
33551 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1