*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2007-04-27 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/sregex.el (sregexq): Fix doc string quoting.
4
5 2007-04-27 Eli Zaretskii <eliz@gnu.org>
6
7 * textmodes/fill.el (fill-paragraph): Doc fix.
8
9 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
10
11 * locate.el (locate-in-alternate-database): Doc fix.
12
13 2007-04-26 Glenn Morris <rgm@gnu.org>
14
15 * button.el (button): Use underline if supported, else fall back
16 to color.
17
18 * version.el (emacs-version): Increase to 22.1.50.
19
20 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
21
22 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
23 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
24 pushing mark.
25 (idlwave-current-routine): Don't push mark.
26
27 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
28
29 * image-dired.el (image-dired-display-image): Derive image-type
30 from filename rather than assuming jpeg, in case no resizing was
31 needed.
32
33 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
34
35 * custom.el (defface): Doc fix.
36
37 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
38
39 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp): Don't
40 re-query for each cleared BP.
41 (idlwave-shell-clear-bp): Optionally skip BP query.
42 (idlwave-shell-update-bp-overlays): Use set-window-margins
43 instead of set-window-buffer, which incorrectly moves displayed
44 region.
45
46 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
47
48 * calc/calc.el (calc-bug-address): Update maintainer's address.
49 * calc/*: Update maintainer's address.
50
51 2007-04-23 Richard Stallman <rms@gnu.org>
52
53 * simple.el (set-mark-command-repeat-pop): Doc fix.
54 Put in `editing-basics' group.
55
56 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
57
58 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down): New
59 functions.
60 (Info-mode-line-node-keymap): Bind mouse commands to
61 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
62
63 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
64
65 * locate.el (locate-local-prompt): New var.
66 (locate-prompt-for-command): Doc fix.
67 (locate-prompt-for-search-string): New function.
68 (locate): New optional arg. Make locate-local-prompt
69 buffer-local. Use locate-prompt-for-search-string.
70 (locate-with-filter): New optional arg. Use
71 locate-prompt-for-search-string.
72 (locate-update): Bind locate-prompt-for-command.
73
74 2007-04-23 Glenn Morris <rgm@gnu.org>
75
76 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
77
78 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
79
80 * button.el (button): Inherit from link face on a tty.
81
82 2007-04-23 Glenn Morris <rgm@gnu.org>
83
84 * button.el (button): Use color for this face on a tty.
85
86 * files.el (magic-mode-alist): Allow for carriage-returns in
87 html-mode and sgml-mode entries.
88
89 2007-04-22 Richard Stallman <rms@gnu.org>
90
91 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
92 Improve doc string of generated command.
93
94 * subr.el (read-number): Catch errors.
95
96 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
97
98 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
99
100 * image-dired.el: Rename from thumbnails.el. All instances of
101 "thumbnails" replaced with "image-dired".
102
103 * dired.el (dired-mode-map): Rename "thumbnails" again, to
104 "image-dired".
105
106 2007-04-22 Kim F. Storm <storm@cua.dk>
107
108 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
109 Don't use kill-line.
110
111 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
112
113 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
114 error message.
115
116 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
117
118 * dired.el: Rename "tumme" to "thumbnails".
119
120 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
121 replaced with "thumbnails".
122
123 2007-04-22 Glenn Morris <rgm@gnu.org>
124
125 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
126 and give it the risky-local-variable property.
127
128 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
129 before defining it.
130
131 2007-04-21 Martin Rudalics <rudalics@gmx.at>
132
133 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
134 Use delete-region instead of kill-line.
135
136 2007-04-21 Alan Mackenzie <acm@muc.de>
137
138 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
139 `kill-region' by `delete-region'.
140
141 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
142
143 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
144 instead of kill-region.
145
146 * progmodes/mantemp.el (mantemp-make-mantemps-region)
147 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
148 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
149 and kill-line.
150
151 * progmodes/vhdl-mode.el (vhdl-template-type)
152 (vhdl-template-record, vhdl-template-nature)
153 (vhdl-template-configuration-spec, vhdl-template-component-inst)
154 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab): Use
155 delete-region instead of kill-word and kill-line.
156
157 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
158
159 * dired-x.el (dired-virtual-mode): Doc fix.
160
161 2007-04-21 Richard Stallman <rms@gnu.org>
162
163 * font-lock.el (font-lock-keywords-alist): Mark as risky.
164
165 * subr.el (read-number): Doc fix.
166
167 * simple.el (pop-to-mark-command): Display message "mark popped"
168 if point does not move.
169 (set-mark-command): Doc fix.
170
171 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
172
173 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
174 (locate-local-filter, locate-local-search): New vars.
175 (locate): Make variables local.
176 (locate-update): Bind locate-buffer-name. Call locate using
177 locate-local-filter and locate-local-search.
178
179 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
180
181 * hi-lock.el (hi-lock-file-patterns-policy): New var.
182 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
183 (hi-lock-mode): Update docstring.
184
185 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
186
187 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
188 fill-nobreak-predicate when the break is past fill-column.
189
190 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
191
192 * locate.el (locate): Output from shell-command should go in the
193 current buffer rather than *Shell Command Output*.
194
195 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
196
197 * paren.el (show-paren-function): Fix last fix.
198
199 2007-04-19 Kevin Ryde <user42@zip.com.au>
200
201 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
202 (archive-lzh-summarize): Add optional start arg for where to start
203 looking at the archive.
204 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
205
206 * international/mule.el (auto-coding-alist): no-conversion for .exe
207 and .EXE.
208
209 2007-04-19 Alan Mackenzie <acm@muc.de>
210
211 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
212 function return type contains "struct", "union", etc.
213 c-end-of-defun goes too far forward.
214
215 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
216
217 * paren.el (show-paren-function): Reset window-start to avoid
218 recentering.
219
220 2007-04-19 Glenn Morris <rgm@gnu.org>
221
222 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
223
224 2007-04-18 Glenn Morris <rgm@gnu.org>
225
226 * calendar/diary-lib.el (diary-header-line-format): Add a custom
227 :set function.
228 (diary-list-entries): Only switch to diary-mode from
229 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
230 diary-mode set header-line-format, in case of any customization.
231
232 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
233
234 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
235 is less than the length of parse-time-syntax.
236
237 2007-04-17 David Kastrup <dak@gnu.org>
238
239 * replace.el (query-replace-regexp-eval): Deprecate.
240
241 2007-04-17 Alan Mackenzie <acm@muc.de>
242
243 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
244 point too close to EOB, leave point at EOB rather than last `}'.
245
246 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
247
248 * textmodes/bibtex.el (bibtex-include-OPTkey)
249 (bibtex-user-optional-fields, bibtex-entry-field-alist):
250 Fix defcustom.
251
252 2007-04-17 Glenn Morris <rgm@gnu.org>
253
254 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
255 be encoded, fall back to current year.
256
257 2007-04-14 Kevin Ryde <user42@zip.com.au>
258
259 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
260 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
261 M "MSDOS".
262
263 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
264
265 * progmodes/python.el (python-end-of-block): Avoid looping forever
266 if python-next-statement fails.
267
268 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
269
270 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
271
272 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
273
274 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
275 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
276
277 2007-04-15 Jay Belanger <belanger@truman.edu>
278
279 * calc/calc.el (calc-version): New function.
280 (calc-trail-mode): Shorten the title.
281
282 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
283
284 * mail/footnote.el (footnote-style): Clarify docstring to state
285 that customizing this only applies to future footnotes.
286
287 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
288
289 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
290 (bibtex-make-field): Check that INIT is a string. Use functionp.
291
292 2007-04-14 Glenn Morris <rgm@gnu.org>
293
294 * complete.el (PC-goto-end): New buffer-local variable.
295 (PC-do-completion-end): Make buffer-local.
296 (partial-completion-mode) <choose-completion-string-functions>:
297 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
298 (PC-do-completion): New optional fourth argument GOTO-END. Add a
299 doc string. Set PC-goto-end for choose-completion.
300 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
301 PC-do-completion.
302
303 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
304 arg to bibtex-make-field.
305 (bibtex-make-field): Add optional fourth arg NODELIM.
306 Insert delimiters around INIT unless this arg is non-nil.
307
308 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
309
310 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
311 global map isn't modified
312
313 2007-04-14 Glenn Morris <rgm@gnu.org>
314
315 * calendar/appt.el (appt-disp-window): Do not split small windows.
316 Suggested by Jeff Miller <jmiller@cablespeed.com>.
317
318 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
319
320 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
321
322 * files.el: Ditto.
323
324 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
325
326 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
327
328 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
329 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
330 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
331 (term-pager-help): Fix typos in docstrings.
332
333 * wid-edit.el (widget-documentation): Fix typo in docstring.
334
335 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
336 Fix typos in error messages.
337
338 2007-04-13 Martin Rudalics <rudalics@gmx.at>
339
340 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
341 window marked as dedicated.
342
343 * mail/footnote.el (footnote-latin-string): New variable.
344 (footnote-latin-regexp): Redefine as regexp alternative.
345 (Footnote-latin): Use footnote-latin-string instead of
346 footnote-latin-regexp.
347
348 2007-04-13 Glenn Morris <rgm@gnu.org>
349
350 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
351 inherited keymaps.
352
353 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
354
355 * outline.el (outline-get-next-sibling): Clarify docstring.
356 (outline-get-last-sibling): Handle case where we are at the first
357 heading. Clarify docstring.
358
359 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
360
361 * progmodes/gud.el (gud-minor-mode-map): Make go button same
362 length as stop button to lessen flicker.
363 (jdb): Add gud-print.
364 (gud-find-expr): Jdb prints the expression with the value, so
365 don't insert it in the output.
366
367 2007-04-11 Jason Rumney <jasonr@gnu.org>
368
369 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
370 case hex. Do not try to decode non-hex letters.
371
372 2007-04-11 Markus Triska <markus.triska@gmx.at>
373
374 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
375 (byte-optimize-backward-word): Remove (move to bytecomp.el).
376 (byte-optimize-form-code-walker): Evaluate pure function calls if
377 possible.
378 (byte-optimize-all-constp): New function.
379
380 * emacs-lisp/bytecomp.el (byte-compile-char-before):
381 Improve numeric argument case.
382 (byte-compile-backward-char, byte-compile-backward-word):
383 New functions, performing rewriting previously done in byte-opt.el.
384 Fix their "Fixme" item (restriction to numeric arguments).
385
386 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
389 with dolist.
390 (after-init-hook): Don't quote lambda.
391 (desktop-first-buffer): Don't wrap it in eval-when-compile.
392 (desktop-internal-v2s): Remove unused var `el'.
393 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
394 desktop-restore-file-buffer.
395 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
396 desktop-create-buffer.
397
398 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
399
400 * woman.el (woman-decode-buffer): Postpone macro-set check...
401 (woman-decode-region): ...to here.
402
403 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
404
405 * startup.el (tty-handle-args): Use %S to log ARGS.
406
407 2007-04-10 Glenn Morris <rgm@gnu.org>
408
409 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
410 it is obsolete and has no effect.
411
412 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
413 byte-compiler.
414
415 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
416 obsolete function make-local-hook.
417
418 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
419 start to quieten byte-compiler.
420
421 2007-04-10 Markus Triska <markus.triska@gmx.at>
422
423 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
424 to bytecomp.el as byte-compile-char-before).
425 * emacs-lisp/bytecomp.el (byte-compile-char-before):
426 New function (modified replacement for byte-optimize-char-before in
427 byte-opt.el).
428
429 2007-04-09 Alan Mackenzie <acm@muc.de>
430
431 * startup.el (inhibit-splash-screen): Emphatically state that it
432 can't be set in site-start.el.
433
434 2007-04-09 Masatake YAMATO <jet@gyve.org>
435
436 * progmodes/cc-subword.el (c-capitalize-subword): More closely
437 mimic the behavior of `capitalize-word'. Do not move point with a
438 negative argument. Based on tiny change by Paul Curry.
439
440 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
441
442 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
443 Don't move point if ARG is negative.
444
445 2007-04-09 Alan Mackenzie <acm@muc.de>
446
447 Changes to make `narrow-to-defun' and `mark-defun' work properly
448 in CC Mode:
449
450 * progmodes/cc-defs.el (c-beginning-of-defun-1):
451 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
452 Bind beginning/end-of-defun-function to nil around calls to
453 beginning/end-of-defun.
454
455 * progmodes/cc-langs.el (beginning-of-defun-function)
456 (end-of-defun-function): New c-lang-setvar's.
457
458 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
459 (setq arg 1))" to enable non-interactive call.
460
461 2007-04-09 Eli Zaretskii <eliz@gnu.org>
462
463 * simple.el (set-mark-command): Doc fix.
464
465 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
466
467 * progmodes/gud.el (gdb): Restore existing session if user
468 tries to start a second one in graphical mode.
469
470 2007-04-08 Martin Rudalics <rudalics@gmx.at>
471
472 * cus-start.el <scroll-preserve-screen-position>: Add choices.
473
474 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
475
476 * term/xterm.el (terminal-init-xterm): Fix key definitions.
477 Add binding for C-M-SPC.
478
479 2007-04-08 Richard Stallman <rms@gnu.org>
480
481 * pcomplete.el (pcomplete-read-event): One single definition,
482 and not a defsubst.
483
484 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
485
486 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
487 byte-compiler warning "value unused".
488
489 2007-04-08 Andreas Schwab <schwab@suse.de>
490
491 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
492
493 2007-04-07 Glenn Morris <rgm@gnu.org>
494
495 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
496 Autoload these functions.
497 (diary-date-forms): Add a custom :set form.
498
499 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
500 before first use.
501 (diary-font-lock-keywords): New function with old code for
502 initialization of variable of same name.
503
504 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
505
506 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
507 clean-up: only insert space when on identifier, etc.
508
509 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
510
511 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
512
513 * net/tls.el (open-tls-stream): Properly handle case where there
514 is no associated buffer.
515
516 2007-04-07 Glenn Morris <rgm@gnu.org>
517
518 * ffap.el (ffap-file-at-point): Lower the priority of the
519 ffap-ftp-sans-slash-regexp check.
520
521 2007-04-06 Alan Mackenzie <acm@muc.de>
522
523 Fix fontification of labels, and other things with ":".
524
525 * progmodes/cc-engine.el (c-forward-label): The function now
526 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
527 the former t.
528
529 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
530 new return code from c-forward-label, fontifying tokens properly.
531 Add some general comments throughout the file.
532
533 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
534
535 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
536 Revert 2006-01-27 change.
537
538 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
539
540 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
541
542 * desktop.el (desktop-create-buffer, desktop-save):
543 Revert 2004-11-12 change for lack of copyright papers.
544
545 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
546 (dired-guess-default): Respect case.
547
548 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
549
550 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
551 was originally checked in as byte-optimize-concat on 1997-11-02.
552
553 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
554 1995-05-19 doc changes.
555
556 2007-04-06 Kim F. Storm <storm@cua.dk>
557
558 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
559 (unload-feature): Update interactive spec accordingly.
560
561 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
562
563 2007-04-06 John Paul Wallington <jpw@pobox.com>
564
565 * subr.el (with-case-table): Use `make-symbol' to avoid variable
566 capture. Restore the table in the same buffer.
567
568 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
569
570 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
571
572 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
573 Print entire form.
574
575 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
576
577 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
578 for low-color displays.
579
580 2007-04-05 Glenn Morris <rgm@gnu.org>
581
582 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
583 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
584 Seed random number generator on loading.
585
586 * emacs-lisp/authors.el (top-level): Provide self.
587
588 * play/animate.el (top-level): Provide self.
589
590 2007-04-04 Alan Mackenzie <acm@muc.de>
591
592 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
593 to mention c-syntactic-indentation.
594
595 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
596
597 * subr.el (with-case-table): New macro.
598
599 * international/mule.el (ascii-case-table): New var.
600
601 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
602 downcasing.
603
604 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
605
606 * progmodes/gud.el (gud-minor-mode-map): Simplify.
607
608 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
609 of the window if we're outside it e.g menu-bar.
610
611 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
612 window if we're outside it e.g menu-bar.
613
614 2007-04-03 Eli Zaretskii <eliz@gnu.org>
615
616 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
617 decode base-64 encoded body if its content-type is something other
618 than text/* or message/*.
619
620 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
621
622 * simple.el (activate-mark-hook): Fix typo in docstring.
623
624 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
625
626 * tmm.el (tmm-c-prompt): Initialize.
627 (tmm-menubar): Deal with extended menu-items at top level.
628 (tmm-get-keybind): Handle bindings redefined/undefined locally.
629 (tmm-prompt): Handle visibility of top level menu-items.
630
631 * progmodes/gud.el (gud-menu-map): Simplify.
632 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
633 menubar.
634
635 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
636
637 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
638
639 * comint.el (comint-send-input): Widen the buffer first.
640
641 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
642
643 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
644
645 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
646 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
647
648 * newcomment.el (comment-search-forward): Discard comment starters
649 before point.
650
651 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
652
653 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
654
655 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
656
657 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
658 when downcasing.
659
660 * button.el (previous-button): Rewrite to account for adjacent buttons.
661
662 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
663
664 * progmodes/idlwave.el (idlwave-auto-fill):
665 Revert paragraph-separate change.
666
667 * progmodes/idlw-shell.el (idlwave-shell-break-in):
668 Simplify module calc.
669 (idlwave-shell-set-bp-in-module): Compute module.
670
671 2007-03-31 Glenn Morris <rgm@gnu.org>
672
673 * emacs-lisp/timer.el (run-at-time): Doc fix.
674
675 * emacs-lisp/warnings.el (display-warning): If we create the
676 buffer displaying the warning, disable undo there.
677
678 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
679
680 * net/tramp.el (tramp-register-file-name-handler)
681 (tramp-register-completion-file-name-handler): New defsubst,
682 derived from `tramp-register-file-name-handlers'. The split is
683 necessary because Tramp's file name handlers must be registered at
684 different startup places.
685
686 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
687
688 * progmodes/hideshow.el (turn-off-hideshow): New function.
689 (hs-minor-mode): Use it instead of a lambda expression in
690 change-major-mode-hook.
691
692 2007-03-31 David Kastrup <dak@gnu.org>
693
694 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
695 corresponding to MANPATH_MAP entries.
696 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
697 (woman-parse-man.conf): Use more discriminating man.conf name.
698 (woman-parse-man.conf): Parse MANPATH_MAP entries.
699 (woman-manpath): Doc fix and type fix.
700 (woman-cached-data): Check for MANPATH_MAP entries.
701 (woman-expand-directory-path): Treat MANPATH_MAP entries.
702
703 2007-03-31 Stuart Herring <herring@lanl.gov>
704
705 * emacs-lisp/sregex.el (sregexq): Doc fix.
706
707 2007-03-31 Markus Triska <markus.triska@gmx.at>
708
709 * flymake.el (flymake-err-line-patterns): Doc fix.
710
711 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
712
713 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
714 Move to the right.
715
716 2007-03-30 Alan Mackenzie <acm@muc.de>
717
718 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
719
720 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
721
722 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
723 Use it, passed in explicitly, instead of from the dynamic binding.
724 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
725
726 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
727
728 * simple.el (blink-matching-open): When in minibuffer, don't
729 search for a match inside the prompt.
730
731 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
732
733 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
734 (tmm-prompt): Don't make the mouse user select the first menu
735 item twice.
736
737 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
738
739 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
740 SIGUSR1 and SIGUSR2.
741
742 2007-03-29 Kim F. Storm <storm@cua.dk>
743
744 * ido.el (ido-read-internal): When reading file or dir, only override
745 minibuffer-local-filename-completion-map, otherwise only override
746 minibuffer-local-completion-map.
747
748 2007-03-29 Glenn Morris <rgm@gnu.org>
749
750 * complete.el (partial-completion-mode): Set PC-do-completion-end
751 to nil after use.
752 (PC-lisp-complete-symbol): Create and use a marker at `end',
753 rather than using point-marker.
754
755 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
756
757 * simple.el (next-error-highlight): Doc fix.
758 (compose-mail): Revert 2007-03-19 change.
759
760 2007-03-28 Richard Stallman <rms@gnu.org>
761
762 * emacs-lisp/edebug.el (edebug-display): Don't go to
763 edebug-outside-buffer if it is dead.
764
765 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
766
767 * view.el (view-mode): Fix typos in docstring.
768
769 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
770
771 * recentf.el (recentf-save-file): Add a custom :set function.
772
773 2007-03-28 Glenn Morris <rgm@gnu.org>
774
775 * complete.el (PC-do-completion-end): New variable.
776 (partial-completion-mode) <choose-completion-string-functions>:
777 Use PC-do-completion-end in the non-minibuffer case to replace the
778 correct amount of text.
779 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
780 (PC-lisp-complete-symbol): Give marker the after-insertion type,
781 to deal with improvements inserted after point.
782
783 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * button.el (make-text-button): Add explicit `button' property.
786 (default-button): Don't put a `button' property on it.
787
788 * progmodes/python.el (python-mode): Skip comments when parsing.
789
790 * vc-arch.el (vc-with-current-file-buffer): New macro.
791 (vc-arch-file-source-p): Use it to avoid infloop.
792
793 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
794
795 * emacs-lisp/lisp.el (lisp-complete-symbol):
796 Fix call to get-buffer-window to find windows in other frames.
797
798 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
799
800 * comint.el (comint-proc-query, comint-dynamic-list-completions):
801 Fix calls to get-buffer-window to find windows in other frames.
802 Reported by David Hansen <david.hansen@gmx.net>.
803
804 2007-03-27 Kevin Ryde <user42@zip.com.au>
805
806 * info.el (Info-display-images-node): On a text-only terminal,
807 show the "text" or "alt" parts of the image blobs.
808
809 2007-03-27 Glenn Morris <rgm@gnu.org>
810
811 * complete.el (PC-do-completion): Compute completion-base-size in
812 the non-filename case, rather than setting to nil.
813 (PC-lisp-complete-end): New variable.
814 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
815 original end in a series of consecutive invocations.
816
817 * calendar/calendar.el (calendar-mode-hook): Declare it.
818
819 * calendar/diary-lib.el (diary-live-p): Do not check for
820 diary-selective-display.
821
822 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
823
824 * replace.el (occur-next-error): *Occur* might not be displayed in the
825 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
826
827 2007-03-26 Richard Stallman <rms@gnu.org>
828
829 * textmodes/flyspell.el (flyspell-large-region):
830 Use ispell-call-process-region.
831
832 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
833
834 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
835 Use prin1 instead of princ.
836
837 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
838
839 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
840 Merge in X resources before global face.
841
842 * progmodes/compile.el (compilation-start): Save compilation-directory
843 rather than default-directory as local var.
844 (compilation-directory): Mark as safe local var.
845
846 * files.el: Don't mark default-directory as a safe local var.
847
848 2007-03-25 Alan Mackenzie <acm@muc.de>
849
850 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
851 * progmodes/cc-engine.el: Fix typo.
852
853 2007-03-25 Juri Linkov <juri@jurta.org>
854
855 * compare-w.el (compare-windows): Rename customization group
856 `compare-w' to `compare-windows'.
857 (compare-windows-whitespace, compare-ignore-whitespace)
858 (compare-ignore-case, compare-windows-sync)
859 (compare-windows-sync-string-size, compare-windows-recenter)
860 (compare-windows-highlight, compare-windows): Change group name in
861 the `group' tag from `compare-w' to `compare-windows'.
862 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
863
864 2007-03-24 Markus Triska <markus.triska@gmx.at>
865
866 * expand.el: Change example to always enable abbrev-mode,
867 and remove redundant `function'.
868 (expand-abbrev-hook): Add autoload cookie.
869
870 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
871
872 * emacs-lisp/testcover.el (testcover-start, testcover-end)
873 (testcover-mark-all, testcover-unmark-all): Add prompts to
874 interactive specs.
875
876 2007-03-24 Jason Rumney <jasonr@gnu.org>
877
878 * autorevert.el (find-file-hook, auto-revert-tail-mode):
879 Use file size in bytes for auto-revert-tail-pos not characters.
880
881 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
882
883 * vc-rcs.el (vc-rcs-annotate-command):
884 Set text property :vc-annotate-prefix on the annotation text.
885 (vc-rcs-annotate-time): Instead of searching for ": ",
886 search for end of text propertized with :vc-annotate-prefix.
887
888 2007-03-24 Martin Rudalics <rudalics@gmx.at>
889
890 * whitespace.el (top level): Remove calls putting
891 permanent-local nil property since these are no-ops.
892
893 * man.el (Man-support-local-filenames): Assure that
894 default-directory exists when doing call-process.
895
896 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
897
898 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
899 Fix omission bug: Use m4-program-options to construct shell command.
900
901 2007-03-23 David Kastrup <dak@gnu.org>
902
903 * progmodes/cc-mode.el (c-make-emacs-variables-local):
904 Use `mapcar' rather than `mapcan' to silence compiler warning.
905
906 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
907
908 * textmodes/reftex.el, textmodes/reftex-vars.el,
909 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
910 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
911 * textmodes/reftex-index.el, textmodes/reftex-global.el,
912 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
913 * textmodes/reftex-auc.el: Add maintainer address.
914
915 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
916
917 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
918 Make sure that `global-font-lock-mode' does not turn on font-lock
919 in these buffers.
920
921 2007-03-21 Kim F. Storm <storm@cua.dk>
922
923 * xt-mouse.el (xt-mouse-epoch): New variable.
924 (xterm-mouse-event): Use float-time.
925
926 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
927
928 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
929 current-time.
930
931 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
932
933 * complete.el (read-file-name-internal): Don't add the final > if the
934 completion is not finished (re-application of this patch, which was
935 accidentally undone by Eli).
936
937 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
938
939 * emulation/viper.el (viper-non-hook-settings): Handle mouse
940 clicks in describe-key and describe-key-briefly advice a little better.
941
942 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
943
944 * server.el (server-process-filter): Cancel any pending isearch.
945
946 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
947
948 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
949 (icalendar--get-unfolded-buffer): Define actual arguments rather
950 than just using &rest. Check replace-in-string is fbound.
951 (icalendar-import-buffer): Doc fix.
952 (icalendar--convert-ical-to-diary): Set diary-file.
953 Check diary-file before inserting final newline.
954 (icalendar--add-diary-entry): Return diary-file.
955
956 2007-03-21 Glenn Morris <rgm@gnu.org>
957
958 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
959 (diary-display-hook): Add custom :set function.
960
961 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
962 Add custom :set function.
963 (diary-header-line-format): Doc fix.
964 (diary-set-maybe-redraw): New function.
965 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
966 (diary-list-entries): Always run diary-mode.
967
968 2007-03-20 Kenichi Handa <handa@m17n.org>
969
970 * international/quail.el (quail-setup-completion-buf): Make the
971 completion buffer read-only.
972 (quail-completion): Adjusted for the above change. Leave the
973 modified flag nil.
974
975 2007-03-20 David Kastrup <dak@gnu.org>
976
977 * files.el (magic-mode-alist): Require literal "%!PS" string for
978 magic postscript file detection.
979
980 2007-03-20 Richard Stallman <rms@gnu.org>
981
982 * textmodes/ispell.el (ispell-call-process): New function.
983 Defends against bad `default-directory.'
984 (ispell-check-version, ispell-find-aspell-dictionaries)
985 (ispell-get-aspell-config-value, lookup-words): Call it.
986 (ispell-call-process-region): New function.
987 (ispell-send-string): Call it.
988
989 2007-03-20 Andreas Schwab <schwab@suse.de>
990
991 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
992 (finder-data): Likewise.
993 (autoloads): Likewise.
994
995 2007-03-20 Martin Rudalics <rudalics@gmx.at>
996
997 * files.el (basic-save-buffer): Do not set visited filename when
998 the corresponding directory does not exist or the specified
999 filename is that of an existing directory.
1000
1001 2007-03-20 Glenn Morris <rgm@gnu.org>
1002
1003 * calendar/diary-lib.el (diary-live-p): New function.
1004 (number-of-diary-entries): Add a :set function to redisplay diary
1005 when necessary.
1006
1007 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1008
1009 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1010 from client program, mev, to compute mouse event.
1011
1012 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1013
1014 * faces.el (momentary): Face removed; unused due to reversion of
1015 2007-01-04 changes by Kevin Rodgers.
1016
1017 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1018 Suggested by Johan Bockg\e,Ae\e(Brd.
1019
1020 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1021
1022 * font-lock.el (lisp-font-lock-keywords-1):
1023 Highlight define-globalized-minor-mode as a keyword.
1024
1025 2007-03-19 Kim F. Storm <storm@cua.dk>
1026
1027 * calc/calc-forms.el (math-std-daylight-savings)
1028 (math-std-daylight-savings-old): Doc fix.
1029
1030 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1031
1032 * progmodes/python.el (python-default-template): Doc fix.
1033 (python-buffer): Fix typo in docstring.
1034
1035 * isearchb.el (isearchb-follow-char):
1036 * subr.el (def-edebug-spec): Fix typo in docstring.
1037
1038 2007-03-19 Richard Stallman <rms@gnu.org>
1039
1040 * files.el (default-directory): Mark safe.
1041 (basic-save-buffer-2): Put proper dir name in error message.
1042
1043 * simple.el (compose-mail): Run switch-function after
1044 setting up the mail buffer.
1045
1046 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1047
1048 2007-03-18 Jay Belanger <belanger@truman.edu>
1049
1050 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1051 (math-std-daylight-savings-new): Rename from
1052 `math-std-daylight-savings'.
1053 (math-std-daylight-savings-old): Rename from old value of
1054 `math-std-daylight-savings'.
1055 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1056 `math-std-daylight-savings-old' depending on the year.
1057
1058 2007-03-18 Detlev Zundel <dzu@gnu.org>
1059
1060 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1061 zero-width regexps as invalid but rather at least count them correctly.
1062
1063 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1064
1065 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1066 don't wait more if there is output available to process.
1067
1068 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1069
1070 * progmodes/compile.el (compilation-find-file): Revert change
1071 from 2006-07-18 to allow completion of directory names.
1072 Reported by John Carter <john.carter@tait.co.nz>.
1073
1074 2007-03-18 Kim F. Storm <storm@cua.dk>
1075
1076 * subr.el (when, unless): Doc fix.
1077
1078 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1079
1080 * net/tls.el (tls-program): Doc fix.
1081
1082 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1083
1084 * autorevert.el (auto-revert-tail-handler):
1085 Call after-revert-hook.
1086
1087 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1088
1089 * simple.el (switch-to-completions): No error if search for \n\n fails.
1090
1091 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1092
1093 * simple.el (line-move-1):
1094 Respect `inhibit-line-move-field-capture' property.
1095
1096 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1097
1098 * comint.el (comint-arguments): Mark backslash-escaped chars.
1099 (comint-delim-arg): Don't treat them as delimiters.
1100
1101 2007-03-12 Kim F. Storm <storm@cua.dk>
1102 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1103
1104 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1105
1106 * tempo.el (tempo-insert): Deal with 'r> if it appears
1107 specified with a prompt argument.
1108
1109 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1110
1111 * textmodes/org.el (org-set-font-lock-defaults):
1112 Handle narrow table columns correctly.
1113
1114 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1115
1116 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1117 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1118 Return to use of the -no-properties variants. There was
1119 consensus on emacs-devel that the speed of these variants was
1120 prefered since we are usually parsing files (from the internet
1121 or on disk) instead of XML created in Emacs.
1122
1123 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1124 Add customize option.
1125
1126 2007-03-12 Glenn Morris <rgm@gnu.org>
1127
1128 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1129 North American rule. Replace "daylight savings" with "daylight
1130 saving" in doc.
1131
1132 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1133 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1134 "daylight saving" in text.
1135
1136 * woman.el (woman-change-fonts): Tweak previous change by using
1137 woman-request-regexp rather than "^\\.".
1138
1139 * startup.el (command-line-1): Make insertion of
1140 initial-scratch-message not depend on scratch being selected.
1141
1142 2007-03-11 Juri Linkov <juri@jurta.org>
1143
1144 * replace.el (match): Use yellow background on light-bg terminals.
1145
1146 2007-03-11 Richard Stallman <rms@gnu.org>
1147
1148 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1149 Correctly compute line number.
1150
1151 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1152
1153 * type-break.el (type-break-get-previous-count):
1154 Repeat previous change here.
1155
1156 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1157
1158 * progmodes/grep.el (grep-find-ignored-directories):
1159 Add .git and .bzr to list.
1160
1161 2007-03-11 Andreas Schwab <schwab@suse.de>
1162
1163 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1164
1165 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1166
1167 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1168
1169 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1170
1171 * faces.el (face-set-after-frame-default): Recalculate face
1172 customizations after applying X resources.
1173
1174 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1175
1176 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1177 (rcirc-keepalive-seconds): Remove variable.
1178 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1179 (rcirc-process, rcirc-user-disconnect): New variables.
1180 (rcirc-connect): Initalize new variables.
1181 (rcirc-keepalive): Don't send keepalive pings before connection
1182 is completed.
1183 (rcirc-sentinel): Do mark all channels with activity when
1184 connection is dropped. Run hook with process buffer local.
1185 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1186 (rcirc-buffer-process): Return value of rcirc-process if
1187 rcirc-server-buffer is nil.
1188 (rcirc-server-name): Return the reported server name.
1189 (rcirc-update-prompt): Simplify computation of the server name.
1190 (rcirc-format-response-string): Likewise.
1191 (rcirc-handler-001): Mark server as connected, record the reported
1192 server name, and schedule a timeout.
1193 (rcirc-track-nick): Add a spec for the tty class.
1194 (rcirc-user-non-nick): Remove function.
1195 (rcirc-nick-prefix-chars): Add variable.
1196 (rcirc-user-nick): Use above variable.
1197
1198 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1199
1200 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1201 Bind deactivate-mark to nil.
1202
1203 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1204
1205 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1206 that buffer contents get erased during completion.
1207
1208 2007-03-10 Glenn Morris <rgm@gnu.org>
1209
1210 * woman.el (woman-change-fonts): Add a hack to deal with
1211 font-escape followed by "." at start of a line.
1212 (woman2-IP): Add a hack to deal with consecutive requests.
1213 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1214
1215 2007-03-10 Alan Mackenzie <acm@muc.de>
1216
1217 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1218
1219 2007-03-09 Richard Stallman <rms@gnu.org>
1220
1221 * abbrev.el (abbrev): Add `provide'.
1222
1223 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1224
1225 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1226
1227 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1228
1229 * complete.el (PC-try-completion): New function.
1230 (PC-do-completion, read-file-name-internal): Use it instead of
1231 try-completion.
1232
1233 2007-03-08 Alan Mackenzie <acm@muc.de>
1234
1235 Remove stale tokens from `c-found-types' cache.
1236
1237 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1238 (c-unfind-coalesced-tokens, c-before-change): New functions.
1239 (c-maybe-stale-found-type): New variable.
1240
1241 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1242 (c-trim-found-types): New functions.
1243
1244 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1245
1246 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1247 (debug-ignored-errors): Add entry from smerge-match-conflict.
1248
1249 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1250
1251 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1252 special help topics for keywords.
1253 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1254 etc. Assistant command.
1255
1256 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1257
1258 * replace.el (occur-engine): Move buffer-undo-list binding...
1259 (occur-1): ...to here.
1260
1261 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1262
1263 * simple.el (minibuffer-completing-symbol): New var.
1264 (eval-expression): Use it.
1265 (completion-setup-function): Don't bind completion-base-size when
1266 completing a symbol in the minibuffer.
1267
1268 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1271 tries to start a second session in graphical mode.
1272
1273 2007-03-07 Miles Bader <miles@gnu.org>
1274
1275 * international/isearch-x.el
1276 (isearch-process-search-multibyte-characters):
1277 Strip text-properties from PROMPT to avoid an error from read-string.
1278
1279 2007-03-07 Kim F. Storm <storm@cua.dk>
1280
1281 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1282 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1283
1284 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1285
1286 * complete.el (PC-do-completion): Delete duplicates in the list of
1287 possible completions.
1288
1289 2007-03-07 Glenn Morris <rgm@gnu.org>
1290
1291 * ses.el (ses-mode): Doc fix.
1292
1293 2007-03-06 Kim F. Storm <storm@cua.dk>
1294
1295 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1296
1297 2007-03-06 Kenichi Handa <handa@m17n.org>
1298
1299 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1300
1301 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1302
1303 * simple.el (completion-setup-function): Improve last fix so it doesn't
1304 set it to a relative directory name either.
1305
1306 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1307
1308 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1309
1310 2007-03-05 Richard Stallman <rms@gnu.org>
1311
1312 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1313
1314 * files.el (find-file-noselect): No error if file no longer exists.
1315 Display a message and avoid other questions.
1316
1317 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1318
1319 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1320 as not to use an invisible window and to create a window if none exist.
1321
1322 * progmodes/python.el (python-send-command): Restart proc if necessary.
1323 (python-proc): Simplify.
1324
1325 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1326
1327 * pcomplete.el (pcomplete-show-completions): Search all frames for
1328 completions buffer.
1329
1330 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1331
1332 * cus-edit.el (customize-save-variable): Clear customized-value
1333 property (saved values are now put in theme-value property).
1334 (customize-set-variable): Doc fix.
1335
1336 * complete.el (PC-do-completion): If completion-ignore-case is
1337 non-nil, replace field with completion string before exiting.
1338
1339 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1340
1341 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1342 Append its extension to the resulting temporary file name.
1343 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1344
1345 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1346 (tramp-smb-handle-write-region): Apply it.
1347
1348 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1349
1350 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1351 Redo previous change.
1352
1353 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1354
1355 * diff-mode.el (diff-mode): Doc fix.
1356
1357 2007-03-05 Kenichi Handa <handa@m17n.org>
1358
1359 * international/characters.el: Set category `l' (latin)
1360 for more characters.
1361
1362 2007-03-04 Kim F. Storm <storm@cua.dk>
1363
1364 * emacs-lisp/authors.el (authors-aliases): Add alias.
1365
1366 2007-03-04 Glenn Morris <rgm@gnu.org>
1367
1368 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1369 all when switching major mode.
1370 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1371 (hs-block-start-mdata-select, hs-block-end-regexp)
1372 (hs-forward-sexp-func, hs-adjust-block-beginning):
1373 Do not make these variables permanent-local.
1374
1375 2007-03-04 Richard Stallman <rms@gnu.org>
1376
1377 * progmodes/cperl-mode.el (cperl-mode):
1378 Modify cperl-compilation-error-regexp-alist by appending.
1379
1380 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1381 (edebug-mode): Add the hook.
1382 (edebug-recursive-edit): Remove the hook on exiting.
1383
1384 * type-break.el (type-break-get-previous-time):
1385 Handle end-of-file errors specially
1386 so they don't get reported wrong in .emacs.
1387
1388 * startup.el (fancy-splash-text): Clarify text.
1389
1390 * simple.el (beginning-of-buffer, end-of-buffer):
1391 Avoid treating plain C-u like numeric arg.
1392
1393 * simple.el (completion-setup-function): Don't set
1394 default-directory to nil.
1395
1396 * shell.el (shell-dirstack-query): Doc fix.
1397
1398 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1399 Don't select the window -- pass it to primitives instead.
1400
1401 * faces.el (minibuffer-prompt): Use medium blue by default.
1402
1403 2007-03-04 David Kastrup <dak@gnu.org>
1404
1405 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1406 Preserve 16 as default value for "seconds" when customizing.
1407
1408 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1409
1410 * textmodes/org.el (org-self-insert-command)
1411 (orgtbl-self-insert-command, org-delete-char)
1412 (org-delete-backward-char): Set the `flyspell-delayed' property.
1413
1414 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * international/mule.el (find-auto-coding): Don't search for
1417 line-ending characters past the end of the tail.
1418
1419 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1420
1421 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1422 Jump to the line where new score has been uploaded.
1423
1424 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1425 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1426 Do nothing when the game is paused.
1427
1428 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1429
1430 * textmodes/org.el (org-set-tags): Prevent slipping of point
1431 during completion.
1432
1433 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1434
1435 * isearch.el (isearch-message-prefix):
1436 Use minibuffer-prompt-properties.
1437
1438 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1439
1440 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1441 (ps-setup): Print which Emacsen is running ps-print package.
1442
1443 2007-03-01 Stuart Herring <herring@lanl.gov>
1444
1445 * files.el (set-auto-mode-0): Use `indirect-function'.
1446 (hack-one-local-variable): Don't reapply current major mode.
1447
1448 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1449
1450 * progmodes/python.el (python-quote-syntax): Don't bother with
1451 syntax-ppss-context.
1452 (python-fill-paragraph): Make sure that fenced-string delimiters that
1453 stand on their own line stay there
1454
1455 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1456
1457 * replace.el (perform-replace): Propertize message.
1458
1459 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1460
1461 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1462 invisible heading.
1463
1464 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1465
1466 * net/tramp.el (tramp-file-name-handler): Revert last change.
1467
1468 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1469
1470 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1471 Correct doc strings.
1472
1473 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1474
1475 * replace.el (perform-replace): Undo forward-char immediately if
1476 non-adjacent search fails.
1477
1478 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1479
1480 * version.el (emacs-major-version, emacs-minor-version):
1481 string-to-int -> string-to-number.
1482
1483 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1484
1485 * help.el (where-is): Fail gracefully when not passed a command.
1486
1487 2007-02-28 Stuart Herring <herring@lanl.gov>
1488
1489 * find-lisp.el (find-lisp-default-directory-predicate):
1490 Fix bug: Do symlink check on expanded filename.
1491
1492 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1493
1494 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1495 changes during replacement.
1496 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1497
1498 2007-02-28 Lars Hansen <larsh@soem.dk>
1499
1500 * desktop.el: Delete header line listing me as maintainer.
1501
1502 2007-02-28 Glenn Morris <rgm@gnu.org>
1503
1504 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1505 the menus case.
1506
1507 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1508
1509 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1510 hooks to avoid confusion when combining after-change calls.
1511
1512 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1513
1514 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1515 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1516 (allout-distinctive-bullets-string): Add info about bullet conventions.
1517 (allout-mode): Add info about distinctive vs plain bullets.
1518
1519 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1520
1521 * textmodes/org.el (org-archive-subtree): Quote variable name.
1522 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1523
1524 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1525
1526 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1527 (gud-bashdb-command-name, bashdb): Remove.
1528 (gud, gud-menu-map): Remove references to bash/bashdb.
1529
1530 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1531
1532 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1533 keyword for Python 2.5.
1534
1535 2007-02-26 Romain Francoise <romain@orebokech.com>
1536
1537 * net/net-utils.el (whois-server-tld): Update server for .org.
1538 (whois-server-list): Add whois.publicinterestregistry.net.
1539 (whois-guess-server): Fix formatting in docstring.
1540
1541 2007-02-26 Kim F. Storm <storm@cua.dk>
1542
1543 * mouse.el (mouse-show-mark): Run hooks and perform command
1544 remapping for mouse-region-delete-keys.
1545
1546 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1547
1548 * font-core.el (font-lock-mode): Doc fix.
1549
1550 2007-02-25 Kim F. Storm <storm@cua.dk>
1551
1552 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1553 Add selected buffer to buffer-name-history.
1554 (ido-file-internal): Set this-command to fallback command.
1555 Add file names to file-name-history.
1556
1557 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1558 Apply minibuffer-prompt-properties.
1559
1560 2007-02-25 Andreas Schwab <schwab@suse.de>
1561
1562 * files.el (hack-one-local-variable-eval-safep): Correct handling
1563 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1564
1565 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1566
1567 * textmodes/org.el (org-table-overlay-coordinates)
1568 (org-table-toggle-coordinate-overlays): New functions.
1569 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1570 New variables.
1571 (org-startup-with-deadline-check): Remove option.
1572 (org-mode): Remove deadline check on startup.
1573 (org-table-limit-column-width): Remove option.
1574 (org-table-formula-numbers-only): Remove option.
1575 (org-link-style, org-link-format): Remove options.
1576 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1577 (org-export-ascii-show-new-buffer)
1578 (org-export-html-show-new-buffer): Remove options.
1579 (org-activate-links): Remove camel option.
1580 (org-file-link-context-use-camel-case): Remove option.
1581 (org-camel-regexp): Remove variable.
1582 (org-activate-camels): Remove function.
1583 (org-store-link): Remove Camel stuff.
1584 (org-make-org-heading-camel): Remove function.
1585 (org-open-at-point): Remove camel stuff.
1586 (org-link-search): Remove camel stuff.
1587 (org-camel-to-words): Function removed.
1588 (org-get-agenda-file-buffer): Make sure we prepare the base
1589 buffers, not any indirect buffers.
1590 (org-sort-entries): Sort top-level when not on a headline, and no
1591 active region.
1592 (org-in-regexp): New function.
1593 (org-search-not-self): Rename from `org-search-not-link'.
1594 (org-open-link-marker): New variable.
1595 (org-open-at-point): Set `org-open-link-marker'.
1596 (org-print-icalendar-entries): Fixe bug with excluding DONE
1597 entries from the exported list.
1598 (org-edit-formula-lisp-indent): New command.
1599 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1600 (orgtbl-to-latex, orgtbl-insert-radio-table)
1601 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1602 (orgtbl-radio-table-templates): New option.
1603 (org-store-link-props):
1604 (org-remember-templates): More possibilities to insert info
1605 into templates.
1606 (org-remember-apply-template): Make use of the extended
1607 template capabilities.
1608 (org-remember-redo-template): New command.
1609 (org-upgrade-old-links)
1610 (org-table-modify-formulas, org-table-replace-in-formulas)
1611 (org-table-find-dataline)
1612 (org-table-get-vertical-vector): Remove functions.
1613 (org-table-remove-rectangle-highlight)
1614 (org-time-stamp-format, org-toggle-log-option)
1615 (org-table-highlight-rectangle)
1616 (org-table-iterate, org-table-make-reference):
1617 (org-translate-time, org-tree-to-indirect-buffer)
1618 (org-table-field-info, org-table-fix-formulas)
1619 (org-table-force-dataline, org-table-get-descriptor-line)
1620 (org-table-get-range)
1621 (org-skip-comments, org-sort)
1622 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1623 (org-table-current-dline, org-table-current-field-formula)
1624 (org-table-edit-backward-field)
1625 (org-table-edit-formulas-post-command)
1626 (org-table-edit-line-down, org-table-edit-line-up)
1627 (org-agenda-archive)
1628 (org-agenda-clock-cancel)
1629 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1630 (org-agenda-open-link, org-agenda-show-new-time)
1631 (org-agenda-skip-subtree-when-regexp-matches)
1632 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1633 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1634 (org-do-sort, org-file-image-p, org-find-overlays)
1635 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1636 (org-highlight-until-next-command, org-isearch-end)
1637 (org-match-any-p, org-next-link, org-previous-link):
1638 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1639 (org-rewrite-old-row-references)
1640 (org-isearch-post-command)
1641 (org-table-edit-move, org-table-edit-next-field)
1642 (org-table-edit-scroll, org-table-edit-scroll-down)
1643 (org-set-frame-title, org-show-reference)
1644 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1645 (org-show-variable): Remove command.
1646 (org-add-log-maybe): New arguments STATE, FINDPOS
1647 (org-table-sort-lines): Rewrite from scratch.
1648 (org-link-search): New argument AVOID-POS.
1649 (org-print-icalendar-entries): Remove argument CATEGORY.
1650 (org-run-agenda-series): Remove argument WONDOW.
1651 (org-next-link, org-previous-link): New commands.
1652 (org-agenda-date-format): New option.
1653 (org-table-iterate): New command.
1654 (org-table-modify-formulas)
1655 (org-table-replace-in-formulas): Remove functions.
1656 (org-table-fix-formulas): New function.
1657 (org-table-insert-column, org-table-delete-column)
1658 (org-table-move-column): Use `org-table-fix-formulas'.
1659 (org-follow-gnus-link): Patch from Bastien/Leo.
1660 (org-table-current-field-formula): New function.
1661 (org-file-image-p): New function.
1662 (org-agenda-show-new-time): New function.
1663 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1664 (org-with-remote-undo): New macro.
1665 (org-agenda-undo): New command.
1666 (org-verify-change-for-undo): New function.
1667 (org-time-stamp-format): New function.
1668 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1669 by user.
1670 (org-match-any-p): New function.
1671 (org-make-tags-matcher): Handle regular expressions for tag and
1672 todo matches.
1673 (org-read-date): Accept "+N" as input for a date relative to the
1674 current date.
1675 (org-remove-subtree-entries-from-agenda): New function.
1676 (org-agenda-archive, org-agenda-kill):
1677 Use `org-remove-subtree-entries-from-agenda'.
1678 (org-do-sort, org-sort-entries): New functions.
1679 (org-sort): New command.
1680 (org-table-sort-lines): Use `org-do-sort'.
1681 (org-fix-decoded-time): New function.
1682 (org-table-number-regexp): Require 0x... to identify as number
1683 in tables.
1684 (org-startup-options): New keywords for note taking.
1685 (org-upgrade-old-links): Remove function.
1686 (org-get-repeat): New function.
1687 (org-show-context): Also show siblings on current level.
1688 (org-show-siblings): New function.
1689 (org-isearch-end, org-isearch-post-command): New functions.
1690 (org-show-siblings): New option.
1691 (org-show-context): Use `org-show-siblings'.
1692 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1693 to be bound, because user may just use elisp.
1694
1695 2007-02-24 Kim F. Storm <storm@cua.dk>
1696
1697 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1698 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1699
1700 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1701
1702 * startup.el (command-line): Also check if the abbrev file is readable.
1703
1704 2007-02-24 John Paul Wallington <jpw@pobox.com>
1705
1706 * net/tls.el (tls-certtool-program): Fix custom type.
1707
1708 * mail/feedmail.el (feedmail-message-id-generator)
1709 (feedmail-date-generator): Fix custom types.
1710
1711 * mail/rmail.el (rmail-message-filter): Fix custom type.
1712
1713 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1714
1715 * startup.el (command-line): If simple.el cannot be found, proceed
1716 with a warning message.
1717
1718 2007-02-24 Kenichi Handa <handa@m17n.org>
1719
1720 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1721 case that BEG is a string.
1722
1723 2007-02-24 Chris Moore <dooglus@gmail.com>
1724
1725 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1726 * pgg-pgp.el (pgg-pgp-encrypt-region):
1727 * pgg-gpg.el (pgg-gpg-encrypt-region):
1728 Check pgg-encrypt-for-me if no other recipients.
1729
1730 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1731
1732 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1733
1734 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1735 shell-quote-argument.
1736
1737 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1738
1739 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1740 from the comint buffer instead of the temporary one.
1741
1742 2007-02-23 David Reitter <david.reitter@gmail.com>
1743
1744 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1745 storing it in recentf-exclude.
1746
1747 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1748
1749 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1750 in splash screen.
1751
1752 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1753
1754 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1755 commands, for restart.
1756 (idlwave-shell-current-module): Fix handling of module name by type.
1757 (idlwave-shell-break-in): Update type handling.
1758 (idlwave-shell-bp-get): Encode type in BP structure.
1759 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1760 (idlwave-shell-module-source-query): Query routine info based on type.
1761 Fix path parsing for non-compiled files.
1762 (idlwave-shell-module-source-filter): Don't signal error in filter
1763 if no source found.
1764 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1765 filter race.
1766
1767 2007-02-22 Kim F. Storm <storm@cua.dk>
1768
1769 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1770 (editable-field): Document need to put some text before the %v
1771 escape in :format string.
1772
1773 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1774
1775 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1776 (vc-svn-use-edit): Remove unused config var.
1777 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1778
1779 * outline.el (hide-sublevels): Keep empty last line, if available.
1780
1781 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1782 rather than the corresponding unicode char, to make the code
1783 more readable.
1784
1785 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1788 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1789 (speedbar-item-info-tag-helper): Doc fixes.
1790
1791 2007-02-19 Kenichi Handa <handa@m17n.org>
1792
1793 * international/mule-cmds.el (locale-language-names):
1794 Map "eo" to "Esperanto".
1795
1796 * language/european.el ("Esperanto"): New language environment.
1797
1798 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1799
1800 * simple.el (kill-line): Doc fix.
1801
1802 2007-02-17 Kim F. Storm <storm@cua.dk>
1803
1804 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1805 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1806 (bindat--unpack-group, bindat--pack-group):
1807 Handle vectors with optional element type.
1808
1809 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1810
1811 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1812 if PASSPHRASE is given.
1813
1814 2007-02-17 Chris Moore <dooglus@gmail.com>
1815
1816 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1817 Recognize backups of bz2 compressed files.
1818
1819 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1820
1821 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1822 to nil to speed up lookup of the symbol in index nodes.
1823
1824 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1825
1826 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1827 Add indentation for the constants of Lisp.
1828
1829 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1830
1831 * ps-print.el: Use (defvar <foo>) where applicable.
1832 (ps-print-emacs-type): Remove.
1833 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1834 (ps-frame-parameter): Align its call-convention with frame-parameter.
1835 (ps-begin-job): Adjust calls to it appropriately.
1836 (ps-setup): Don't print ps-print-emacs-type.
1837 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1838 Define in such a way that it's obvious that it's defined.
1839 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1840 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1841 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1842
1843 2007-02-15 Alan Mackenzie <acm@muc.de>
1844
1845 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1846 an empty one-line C-style comment, post-position point properly.
1847
1848 2007-02-15 Chris Moore <dooglus@gmail.com>
1849
1850 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1851 (isearch-lazy-highlight-new-loop): Bind it.
1852 (isearch-lazy-highlight-search): Use it.
1853
1854 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1855
1856 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * font-lock.el (font-lock-extend-region-wholelines):
1859 Only return non-nil if the region has really been changed.
1860 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1861
1862 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1863
1864 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1865 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1866 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1867
1868 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1869
1870 * faces.el (color-values): Revert changes to docstring from
1871 2007-01-31 and 2000-09-07.
1872
1873 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1874 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1875 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1876 (ispell-help): Fix typos in docstring and output message.
1877
1878 2007-02-14 Kim F. Storm <storm@cua.dk>
1879
1880 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1881 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1882 (grep): Fix lgrep reference.
1883
1884 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1885 (standard-display-underline): Use make-glyph-code.
1886
1887 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1888
1889 * international/latin1-disp.el (latin1-display-char):
1890 Use make-glyph-code.
1891
1892 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1893
1894 * ehelp.el (with-electric-help, electric-help-exit)
1895 (electric-help-retain): Doc fixes.
1896
1897 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1898 (byte-compile-file): Doc fixes.
1899
1900 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1901
1902 * term/mac-win.el: Change all uses of
1903 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1904 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1905 (mac-ae-get-url): Call select-frame-set-input-focus.
1906 (mac-dnd-handle-drag-n-drop-event): Don't call
1907 select-frame-set-input-focus.
1908
1909 2007-02-13 Kenichi Handa <handa@m17n.org>
1910
1911 * international/characters.el: Fix documentation of category `a'.
1912
1913 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1914
1915 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1916
1917 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1918
1919 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1920 (tramp-get-remote-ln): Handle error case.
1921 Reported by Chris Moore <dooglus@gmail.com>.
1922
1923 2007-02-11 Kim F. Storm <storm@cua.dk>
1924
1925 * bindings.el (ctl-x-map): Remove register compatibility bindings
1926 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1927
1928 2007-02-11 Richard Stallman <rms@gnu.org>
1929
1930 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1931 in load history.
1932
1933 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1934 condition -- don't fail to stop at endpos.
1935
1936 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1937
1938 * textmodes/org.el (org-agenda-get-todos)
1939 (org-agenda-get-timestamps, org-agenda-get-closed)
1940 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1941 (org-agenda-get-blocks, org-format-agenda-item)
1942 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1943 from `category' to `org-category'.
1944
1945 2007-02-11 Kenichi Handa <handa@m17n.org>
1946
1947 * international/titdic-cnv.el (titdic-convert): Force files be written
1948 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1949 (miscdic-convert): Force files be written with Unix-like eol format.
1950
1951 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1954
1955 * calculator.el (calculator-prompt): Doc fix.
1956 (calculator-mode-map): Fix typo in menu entry.
1957
1958 2007-02-10 Jay Belanger <belanger@truman.edu>
1959
1960 * calculator.el (calculator): Do more extensive checking for when
1961 3 lines should be used for the calculator.
1962
1963 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1964
1965 * info-look.el (info-lookup-make-completions):
1966 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1967 index nodes.
1968
1969 * info.el (Info-fontify-maximum-menu-size): Document the effect
1970 of a nil value.
1971 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1972 non-nil before using it as size.
1973
1974 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1975
1976 * subr.el (insert-for-yank-1): Prevent read-only properties from
1977 interfering with text property operations.
1978
1979 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1980
1981 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1982 (image-type-auto-detected-p): Fail if another match is found in
1983 auto-mode-alist.
1984
1985 * files.el (magic-mode-alist): Call image-mode instead of
1986 image-mode-maybe for autodetected images.
1987
1988 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1989
1990 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1991 Fix typos in docstrings.
1992 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1993
1994 2007-02-09 Kim F. Storm <storm@cua.dk>
1995
1996 * emacs-lisp/float-sup.el: Remove obsolete comment.
1997
1998 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2001
2002 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2003
2004 * simple.el: Revert previous change, at request of RMS:
2005 (fundamental-mode-hook): Remove.
2006 (fundamental-mode): Run after-change-major-mode-hooks manually,
2007 and don't run the now-nonexistent fundamental-mode-hook.
2008
2009 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2010
2011 * simple.el (fundamental-mode-hook): Declare new hook.
2012 (fundamental-mode): Run the new dedicated hook, and don't run
2013 after-change-major-mode-hooks manually anymore.
2014
2015 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2016
2017 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2018 added columns of chars. Remove support for the "no-meta-info" format.
2019 Prompted by Romain Francoise <romain@orebokech.com>.
2020
2021 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2022
2023 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2024 (gdb-mouse-until, gdb-mouse-jump): Use it.
2025
2026 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2027
2028 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2029 work when there is just an assembler buffer (no source buffer).
2030
2031 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2032
2033 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2034 just because the diff was produced using "-p" (--show-c-function).
2035
2036 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2037
2038 * faces.el (frame-set-background-mode): Use `color-values' and
2039 `display-color-p', not `x-color-values' and `x-display-color-p'.
2040 (face-valid-attribute-values): Use `defined-colors' instead of
2041 `x-defined-colors'.
2042
2043 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2044
2045 * ps-print.ps: The ps-print commands without face printing should not
2046 print background color. Reported by Leo <sdl.web@gmail.com>.
2047 (ps-print-version): New version 6.7.3.
2048 (ps-begin-job): New arg. Fix ps-default-background and
2049 ps-default-foreground initialization.
2050 (ps-face-attributes): Fix doc string.
2051 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2052
2053 * printing.el: Fix ps-print link.
2054
2055 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2056
2057 * faces.el (face-set-after-frame-default): Compile attributes to
2058 be set by frame parameters before merging in X resources.
2059
2060 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2061
2062 * simple.el (blink-matching-paren-dont-ignore-comments):
2063 (blink-matching-paren-on-screen): Doc fixes.
2064
2065 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2066
2067 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2068
2069 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2070
2071 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2072 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2073 entries like `defun'. Return nil.
2074
2075 2007-02-05 Kim F. Storm <storm@cua.dk>
2076
2077 * ido.el: Doc fixes.
2078
2079 2007-02-04 David Kastrup <dak@gnu.org>
2080
2081 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2082 `mpuz-allow-double-multiplicator' is non-zero, and correct
2083 calculation of `min'.
2084
2085 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2086
2087 * wid-edit.el (widget-default-create): Insert new text at the
2088 :from marker _after_ the marker, not before it.
2089
2090 2007-02-04 Alan Mackenzie <acm@muc.de>
2091
2092 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2093 containing it is re-indented.
2094
2095 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2096
2097 * net/newsticker.el (newsticker--insert-image): Update docstring,
2098 and insert the image directly.
2099 (newsticker--buffer-redraw): Update docstring.
2100
2101 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2102 Rename from define-global-minor-mode.
2103
2104 * progmodes/cwarn.el (global-cwarn-mode):
2105 * emacs-lisp/autoload.el (make-autoload):
2106 * hi-lock.el (global-hi-lock-mode):
2107 * font-core.el (global-font-lock-mode): All callers changed.
2108
2109 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2110
2111 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2112 Don't copy @ignore lines into menu descriptions.
2113 (texinfo-multi-file-update): Goto the @node line before attempting
2114 to pluck the node name.
2115 (texinfo-multiple-files-update): Reverse the optional arguments'
2116 order, as per the doc string and the `interactive' form.
2117
2118 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * image-mode.el: Use autoload to avoid overriding disabled setting
2121 applied in .emacs.
2122
2123 2007-02-03 Alan Mackenzie <acm@muc.de>
2124
2125 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2126 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2127 adjacent paren groups).
2128
2129 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2130
2131 * progmodes/ebnf2ps.el: Doc fixes.
2132 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2133
2134 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2135
2136 * dired-x.el (dired-do-relsymlink): Add reference to
2137 dired-do-symlink. Add an autoload cookie.
2138
2139 * dired-aux.el (dired-do-symlink): Add reference to
2140 dired-do-relsymlink.
2141
2142 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2143
2144 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2145 <left-fringe mouse-3>: New bindings.
2146
2147 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2148
2149 * newsticker.el (newsticker-version): Changed to "1.10".
2150 (newsticker--set-customvar): Doc string.
2151 (newsticker-new-item-face): Doc string.
2152 (newsticker-mode): Initialize `invisibility-spec' with t.
2153 (newsticker-mode-map): Added
2154 `newsticker-mark-all-items-at-point-as-read'.
2155 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2156 (newsticker-w3m-show-inline-images): Do not call
2157 `w3m-remove-image'.
2158 (newsticker--buffer-after-w3m-insert-image): New advice for
2159 w3m-insert-image to cache images.
2160 (newsticker-next-item-same-feed): New.
2161 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2162 (newsticker-mark-all-items-of-feed-as-read): New.
2163 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2164 (newsticker-mark-item-at-point-as-read): Doc string.
2165 (newsticker-mark-item-at-point-as-read): Use new functions.
2166 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2167 `newsticker-mark-item-at-point-as-read'.
2168 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2169 (newsticker--sentinel): Yet another xml-parser workaround.
2170 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2171 days.
2172 (newsticker--buffer-do-insert-text): Fix.
2173 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2174 (newsticker--buffer-make-item-completely-visible):
2175 `switch-to-buffer' not necessary.
2176
2177 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2178
2179 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2180 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2181 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2182 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2183 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2184
2185 2007-02-02 Kenichi Handa <handa@m17n.org>
2186
2187 * international/quail.el (quail-show-key): Fix an error message.
2188
2189 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2190
2191 * faces.el (set-face-underline-p, modify-face): Rename arg
2192 UNDERLINE-P to UNDERLINE (it is not a flag).
2193
2194 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2195
2196 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2197 when adding gdb-speedbar-update to gdb-input-queue.
2198
2199 2007-02-01 Kenichi Handa <handa@m17n.org>
2200
2201 * international/quail.el (quail-show-key): Signal an error if the
2202 current input method is not using Quail.
2203
2204 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2205
2206 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2207 Trim leading whitespace in sysvar names.
2208
2209 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2210
2211 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2212
2213 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2214
2215 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2216
2217 2007-01-31 Romain Francoise <romain@orebokech.com>
2218
2219 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2220 previous change to this file.
2221
2222 2007-01-31 Jason Rumney <jasonr@gnu.org>
2223
2224 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2225 image-mode.
2226
2227 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2228 interfering with attempt to set major mode from modified
2229 auto-mode-alist.
2230
2231 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2232
2233 * faces.el (color-values): Doc fix.
2234 (face-differs-from-default-p): Don't check :foreground twice.
2235
2236 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2237
2238 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2239
2240 2007-01-31 Kenichi Handa <handa@m17n.org>
2241
2242 * international/quail.el (quail-store-decode-map-key): Store a
2243 translated character too.
2244 (quail-char-equal-p): New function.
2245 (quail-find-key1): Check character equality by quail-char-equal-p.
2246 (quail-decode-map-generated): New variable.
2247 (quail-find-key): Check quail-decode-map-generated and re-generate
2248 a decode map if necessary.
2249
2250 2007-01-30 Richard Stallman <rms@gnu.org>
2251
2252 * tutorial.el (tutorial--detailed-help): Make the list of
2253 changed keys look nicer.
2254
2255 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2256
2257 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2258 (gdb-var-delete): Use it.
2259 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2260 `in_scope'.
2261
2262 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2263
2264 * files.el (get-free-disk-space): Return nil for remote directories.
2265
2266 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2267 instead of "dir".
2268
2269 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2270
2271 * type-break.el (type-break-catch-up-event): New function.
2272 (type-break-demo-hanoi, type-break-demo-life)
2273 (type-break-demo-boring): Use it.
2274
2275 * image-mode.el (image-mode): Don't automatically view as image.
2276 (image-toggle-display): Add `disabled' property.
2277
2278 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2279
2280 * isearchb.el (isearchb-iswitchb):
2281 * ps-print.el (ps-build-face-reference):
2282 * emacs-lisp/shadow.el (list-load-path-shadows):
2283 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2284 * international/mule.el (find-auto-coding):
2285 * mail/supercite.el (sc-attrib-selection-list):
2286 * progmodes/cc-defs.el (c-emacs-features):
2287 * progmodes/cc-vars.el (c-offsets-alist):
2288 * progmodes/flymake.el
2289 (flymake-init-create-temp-source-and-master-buffer-copy):
2290 Fix typos in docstrings (some suggested by Chris Moore).
2291
2292 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2293 (vhdl-get-library-unit, vhdl-corresponding-begin)
2294 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2295 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2296 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2297 (vhdl-font-lock-match-item): Fix typos in docstrings.
2298 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2299 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2300 (vhdl-speedbar-insert-project-hierarchy):
2301 Improve argument/docstring consistency.
2302
2303 2007-01-29 Kenichi Handa <handa@m17n.org>
2304
2305 * international/titdic-cnv.el (py-converter): Fix previous change.
2306
2307 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2308
2309 * jka-compr.el (jka-compr-partial-uncompress)
2310 (jka-compr-call-process): Rebind default-directory if it is
2311 invalid. Suggested by Chris Moore.
2312
2313 * comint.el (comint-insert-input): Handle situation where the
2314 selected buffer is not the clicked buffer.
2315
2316 2007-01-29 Kenichi Handa <handa@m17n.org>
2317
2318 * international/ja-dic-cnv.el (skkdic-convert):
2319 Add byte-compile-disable-print-circle:t at the head.
2320
2321 * international/titdic-cnv.el (tit-process-header):
2322 Add byte-compile-disable-print-circle:t at the head.
2323 (miscdic-convert): Likewise.
2324 (py-converter): Skip the header comments.
2325
2326 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2327 New variable.
2328 (byte-compile-output-file-form): Bing print-circle to nil if
2329 byte-compile-output-file-form is not nil.
2330 (byte-compile-output-docform): Likewise.
2331
2332 2007-01-28 Kim F. Storm <storm@cua.dk>
2333
2334 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2335 Declare earlier to avoid byte compiler warnings.
2336
2337 2007-01-28 Markus Triska <markus.triska@gmx.at>
2338
2339 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2340
2341 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2342
2343 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2344 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2345 when calling update-game-score program. Remove unnecessary
2346 save-excursion.
2347
2348 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2349
2350 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2351
2352 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2353 avoid compiler warning.
2354 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2355 might have values other than "true" or "false".
2356
2357 2007-01-28 Richard Stallman <rms@gnu.org>
2358
2359 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2360 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2361
2362 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2363
2364 * image.el (image-type-header-regexps): Make GIF regex more specific.
2365
2366 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2367 Don't check `backspace'.
2368 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2369 in Fundamental mode.
2370
2371 * startup.el (fancy-splash-text, normal-splash-screen):
2372 Mention C-g.
2373
2374 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2375 when inserting in buffer.
2376
2377 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2378 inside the if.
2379
2380 2007-01-27 Richard Stallman <rms@gnu.org>
2381
2382 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2383
2384 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2385
2386 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2387 enum/union/struct/class definition.
2388 Revert change to call `forward-sexp' multiple times.
2389
2390 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2391
2392 * files.el (hack-local-variables-confirm): Don't keep trying to
2393 read an event from an empty kbd macro.
2394
2395 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2396
2397 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2398
2399 2007-01-27 Ben North <ben@redfrontdoor.org>
2400
2401 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2402 the arg CHILDREN -> WHICH.
2403
2404 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2405
2406 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2407 default-directory to a sane value when calling start-process.
2408
2409 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2410
2411 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2412 (ls-lisp-format-time-list): Doc fix. Mention
2413 ls-lisp-use-localized-time-format.
2414 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2415 ls-lisp-use-localized-time-format is non-nil, even if a valid
2416 locale is defined.
2417
2418 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2419
2420 * jka-compr.el (jka-compr-shell): Doc fix.
2421
2422 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2423
2424 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2425
2426 * ps-print.ps: Fix background height.
2427 (ps-print-version): New version 6.7.2.
2428
2429 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2430
2431 * makefile.w32-in (finder-data, custom-deps): Depend on
2432 $(lisp)/loaddefs.el.
2433
2434 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2435
2436 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2437
2438 2007-01-24 Miles Bader <miles@gnu.org>
2439
2440 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2441 (byte-compile-output-docform): Bind `print-circle' to t.
2442
2443 2007-01-24 Kenichi Handa <handa@m17n.org>
2444
2445 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2446 file name of the original SKK dictionary file.
2447
2448 2007-01-24 Kim F. Storm <storm@cua.dk>
2449
2450 * ido.el (ido-initial-position): New variable.
2451 (ido-read-internal): Set it if default item is specified.
2452 (ido-minibuffer-setup): Position cursor accordingly if set.
2453 (ido-edit-input): C-e moves to end of input if not already there.
2454 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2455 Don't switch to buffer mode if repeating C-b at start of input.
2456 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2457 input; else it moves to start of input.
2458 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2459 not at end of input, delete rest of input, rather than normal op.
2460
2461 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2462
2463 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2464
2465 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2466 of message. Activate mark.
2467 (ediff-activate-mark): Set transient-mark-mode to t.
2468
2469 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2470
2471 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2472
2473 * help-fns.el (describe-variable): Don't suppress display of
2474 buffer local value when the value is "large".
2475
2476 2007-01-22 Kim F. Storm <storm@cua.dk>
2477
2478 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2479 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2480 (ido-tidy): Use ido-active.
2481
2482 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2483
2484 * hexl.el (hexl-mode-exit): Add missing quote.
2485
2486 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2487
2488 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2489 (mac-ae-keyboard-modifiers): New function.
2490 (mac-handle-toolbar-switch-mode): Use it.
2491 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2492 if keyboard modifiers on drop contain option key.
2493 (mac-dnd-drop-data): Add optional argument `action'.
2494 (special-event-map): Remove binding for M-drag-n-drop.
2495
2496 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2497
2498 * add-log.el (add-log-current-defun): Use CC Mode functions to
2499 find the beginning and end of a defun.
2500
2501 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2502
2503 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2504 (gdb-var-create-handler): Handle value field in GDB output of
2505 -var-create.
2506 (gdb-max-frames): New variable.
2507 (gdb-stack-buffer, gdb-frames-select): Use it.
2508 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2509 if necessary.
2510 (gdb-get-frame-number): Simplify.
2511
2512 2007-01-21 Glenn Morris <rgm@gnu.org>
2513
2514 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2515 Update copyrights.
2516
2517 2007-01-21 Alan Mackenzie <acm@muc.de>
2518
2519 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2520 handling of K&R stuff.
2521
2522 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2523
2524 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2525
2526 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2527
2528 * ps-print.el: Handle frame parameters (background and/or foreground
2529 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2530 (ps-print-version): New version 6.7.1.
2531 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2532 (ps-frame-parameter): New fun.
2533 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2534 Fix doc and customization.
2535 (ps-begin-job): Get frame parameters (background and/or foreground
2536 colors).
2537 (ps-do-despool): Ensure ps-printer-name has a valid value.
2538
2539 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2540
2541 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2542 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2543 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2544 mean unlimited.
2545
2546 2007-01-20 Alan Mackenzie <acm@muc.de>
2547
2548 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2549 much more rigorous analysis of putative K&R regions.
2550
2551 2007-01-20 Alan Mackenzie <acm@muc.de>
2552
2553 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2554 New functions.
2555
2556 2007-01-20 Alan Mackenzie <acm@muc.de>
2557
2558 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2559 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2560 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2561 * progmodes/cc-vars.el: Add my name.
2562
2563 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * files.el (find-alternate-file): Revert query message to Emacs 21
2566 version.
2567
2568 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2569
2570 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2571 the doc string how to use personal abbrevs without electric
2572 keywords.
2573
2574 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2575
2576 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2577 Fixed cursor position when toggle abbreviated display.
2578
2579 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2580
2581 * t-mouse.el: Update copyright following assignment by
2582 Alessandro Rubini.
2583
2584 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2585
2586 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2587 (type-break-demo-boring): Call read-event instead of read-char.
2588
2589 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2590
2591 * progmodes/compile.el: Add handling for makepplog.
2592
2593 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2594
2595 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2596 aspell dictionaries are initialized when called non-interactively.
2597
2598 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * progmodes/compile.el (compilation-loop): New arg limit.
2601 Handle case where the first error is at point-min.
2602 (compilation-next-error): New arg to compilation-loop call.
2603
2604 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2605
2606 * info.el (Info-default-dirs): Change default info dir to
2607 share/info.
2608
2609 * paths.el (Info-default-directory-list): Ditto.
2610
2611 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2612
2613 * hexl.el (hexl-before-revert-hook): New function.
2614 (hexl-mode): Use it.
2615 (hexl-after-revert-hook): Just call hexl-mode.
2616 (hexl-mode-exit): Remove before-revert-hook.
2617
2618 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2619
2620 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2621
2622 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2623
2624 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2625 by "-" in francais7 otherchars entry.
2626 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2627 otherchars entry.
2628
2629 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2630
2631 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2632 path. Rewrite function in `cond' style for readability.
2633
2634 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2635 (The path shortening, that is, not the rearrarangement.)
2636
2637 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2638
2639 * term/mac-win.el (mac-ae-quit-application): New function.
2640 (mac-apple-event-map): Bind "quit application" Apple event to it.
2641
2642 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2643
2644 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2645 than the program's output.
2646
2647 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2648
2649 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2650 (kmacro-start-macro-or-insert-counter)
2651 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2652 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2653
2654 * longlines.el (longlines-show-hard-newlines):
2655 * ruler-mode.el (ruler-mode-ruler):
2656 * emulation/keypad.el (keypad-setup):
2657 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2658 Fix typo in docstring.
2659
2660 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2661
2662 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2663 Remove redirect character ">".
2664
2665 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2666
2667 * replace.el (perform-replace): Remove leftover code.
2668
2669 2007-01-12 Richard Stallman <rms@gnu.org>
2670
2671 * replace.el (perform-replace): Don't clear NODENT when computing
2672 the replacement string.
2673
2674 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2675
2676 * net/tramp.el (tramp-handle-file-local-copy):
2677 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2678 <christopher.ian.moore@gmail.com>.
2679
2680 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * diff-mode.el (diff-sanity-check-context-hunk-half)
2683 (diff-sanity-check-hunk): New functions.
2684 (diff-find-source-location): Use'em to check the hunks are well-formed.
2685
2686 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2687 activate undo when undo is not active.
2688 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2689
2690 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2691
2692 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2693 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2694 (ffap-url-at-point): Use char-classes rather than "a-z".
2695
2696 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2697
2698 * ediff-init.el (ediff-autostore-merges):
2699 * textmodes/fill.el (fill-region): Doc fix.
2700
2701 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * server.el (server-ensure-safe-dir): UIDs may be floats.
2704
2705 2007-01-10 Richard Stallman <rms@gnu.org>
2706
2707 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2708 around calls to directory-files.
2709
2710 * subr.el (momentary-string-display): Use save-excursion.
2711
2712 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2713 argument, but read it as `X' does.
2714
2715 2007-01-09 Juri Linkov <juri@jurta.org>
2716
2717 * info.el (Info-fontify-node): Don't hide node names of index entries.
2718
2719 * faces.el (momentary): Change :group to basic-faces where all
2720 basic faces belong to. Add :version.
2721
2722 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2723
2724 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2725 keybinding is found.
2726 (tutorial--find-changed-keys): Never treat null keybinding as a
2727 remapping.
2728
2729 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2730
2731 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2732
2733 2007-01-09 Kenichi Handa <handa@m17n.org>
2734
2735 * international/mule-cmds.el
2736 (select-safe-coding-system-interactively): Fix message.
2737
2738 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2739
2740 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2741 (tramp-process-actions): Add optional parameter TIMEOUT.
2742 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2743 (tramp-open-connection-su): Add timeout of 60".
2744
2745 2007-01-09 Richard Stallman <rms@gnu.org>
2746
2747 * progmodes/compile.el (compile): Doc fix.
2748
2749 2007-01-09 Markus Triska <markus.triska@gmx.at>
2750
2751 * tumme.el (tumme-display-thumb): Doc fix.
2752
2753 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2754
2755 * battery.el (battery-search-for-one-match-in-files):
2756 * bindings.el (mode-line-minor-mode-help):
2757 * x-dnd.el (x-dnd-types-alist):
2758 * calendar/icalendar.el (icalendar-import-buffer):
2759 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2760
2761 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2762
2763 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2764
2765 * replace.el (replace-regexp): Fix typo in docstring.
2766
2767 2007-01-07 Alan Mackenzie <acm@muc.de>
2768
2769 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2770 Amend doc-string and comments.
2771
2772 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2773
2774 * files.el (abbreviate-file-name): Doc fix.
2775
2776 2007-01-06 Markus Triska <triska@gmx.at>
2777
2778 * subr.el (split-string): Remove spurious ")" from doc string.
2779
2780 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2781
2782 * textmodes/table.el (table--warn-incompatibility):
2783 Use display-warning instead of momentary-string-display.
2784
2785 2007-01-05 Richard Stallman <rms@gnu.org>
2786
2787 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2788
2789 * simple.el (backward-kill-word): Doc fix.
2790
2791 2007-01-05 Romain Francoise <romain@orebokech.com>
2792
2793 * international/mule.el (sgml-html-meta-auto-coding-function):
2794 Ensure that the buffer contains a HTML document.
2795
2796 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2797
2798 * faces.el (momentary): Move here ...
2799 * subr.el (momentary): ... from here.
2800
2801 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2802
2803 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2804 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2805 large structures/arrays.
2806
2807 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2808
2809 * files.el (find-file-noselect-1, set-visited-file-name):
2810 Allow backup-enable-predicate to be nil.
2811
2812 2007-01-04 Andreas Schwab <schwab@suse.de>
2813
2814 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2815 last change.
2816
2817 2007-01-03 Richard Stallman <rms@gnu.org>
2818
2819 * woman.el (woman-decode-buffer): Clarify error message.
2820
2821 2007-01-03 Alan Mackenzie <acm@muc.de>
2822
2823 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2824
2825 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2826
2827 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2828
2829 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2830
2831 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2832
2833 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2834
2835 * emulation/viper.el (viper-custom-file-name, viper-mode):
2836 Fix typos in docstrings.
2837
2838 * subr.el (momentary-string-display): After moving point, set POS
2839 variable to it to avoid later errors once the buffer is modified.
2840 Doc fix.
2841
2842 2007-01-02 Alan Mackenzie <acm@muc.de>
2843
2844 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2845 check that the "*/" is present before trying to manipulate it.
2846
2847 2007-01-02 Richard Stallman <rms@gnu.org>
2848
2849 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2850
2851 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2852 Fix format of value.
2853
2854 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2855 Change messages accordingly.
2856 (customize-customized): Now alias.
2857
2858 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2859
2860 * files.el (version-control): Doc fix.
2861
2862 2007-01-01 Alan Mackenzie <acm@muc.de>
2863
2864 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2865 Check the format of c-state-cache is valid for an optimisation before
2866 using it.
2867
2868 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2869 are at a statement within a macro". Other changes so that only
2870 the first continuation line in a macro gets the symbol
2871 `cpp-define-intro', the others getting `statement', or whatever.
2872
2873 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2874 a string, preserve whitespace. Add a backslash only when also in
2875 a macro.
2876
2877 * progmodes/cc-defs.el: Correct typos.
2878
2879 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2880 new line after an escaped EOL in a string.
2881
2882 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2883 label when it directly follows "else", "do", ....
2884
2885 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2886 angle brackets (as seen in "explicit specialisations" of C++
2887 templates).
2888
2889 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2890 in the doc-string.
2891
2892 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2893 when the comment ender looks like "=========*/" and is alone on
2894 its line.
2895
2896 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2897 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2898 for the old name.
2899
2900 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2901 c-\(beginning\|end\)-of-defun by default.
2902
2903 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2904 New line-up function, for the DEFUN macro in the Emacs C sources.
2905 Only used in "gnu" style.
2906
2907 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2908 the "gnu" style.
2909
2910 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2911 clean-up comment-close-slash also to work when there's a comment
2912 terminator on the line.
2913 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2914 these for large arg - only take account of top level {..}, except
2915 for initial and final adjustments. M-- C-M-[ae] now go to the
2916 right defuns when the starting point is between defuns. They use
2917 the four new functions:
2918 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2919 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2920 support c-\(beginning\|end\)-of-defun.
2921
2922 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2923 expressions more rigorously, to exclude bit-field specifiers from
2924 being classed as labels.
2925 (c-forward-label): When analyzing a ":" within a macro, be careful
2926 about using c-forward-syntactic-ws at the macro beginning.
2927 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2928 stmt boundary, check for "operator=", etc.
2929
2930 * progmodes/cc-mode.el (c-postprocess-file-styles):
2931 Bind inhibit-read-only to t, around the call to
2932 c-remove-any-local-eval-or-mode-variables, so that it works on a
2933 RO file.
2934
2935 * progmodes/cc-defs.el (c-version): Update the version number to
2936 "5.31.4".
2937
2938 2007-01-01 Richard Stallman <rms@gnu.org>
2939
2940 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2941 only if we restored isearch-window-configuration.
2942
2943 2006-12-31 Romain Francoise <romain@orebokech.com>
2944
2945 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2946
2947 2006-12-31 Kim F. Storm <storm@cua.dk>
2948
2949 * files.el (auto-mode-case-fold): New defcustom.
2950 (set-auto-mode): If non-nil, perform second case-sensitive pass
2951 through auto-mode-alist if first pass failed.
2952
2953 2006-12-30 Richard Stallman <rms@gnu.org>
2954
2955 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2956
2957 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2958
2959 * allout.el (allout-encrypt-string): Handle symmetric-key
2960 passphrase caching but leave keypair caching to pgg.
2961
2962 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2963
2964 Sync with Tramp 2.0.55.
2965
2966 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2967 `integerp'. `char-equal' could fail else in case of negative
2968 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2969 (top): Check for `font-lock-add-keywords' before calling; it
2970 doesn't exist under XEmacs.
2971 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2972 (tramp-completion-mode): Remove clause (not
2973 tramp-unified-filenames), because the function is called in other
2974 context too, where this check results in wrong results in the
2975 XEmacs case on Windows.
2976 (tramp-touch): UTC handling is not possible for XEmacs.
2977
2978 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2979
2980 * scroll-bar.el (previous-scroll-bar-mode): New variable
2981 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2982 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2983
2984 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2985
2986 2006-12-30 Richard Stallman <rms@gnu.org>
2987
2988 * files.el (make-backup-file-name-1): Precompute abs name
2989 but don't lose the relative name.
2990
2991 * international/mule-cmds.el (select-safe-coding-system-interactively):
2992 Fix message.
2993
2994 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2995
2996 * files.el (backup-buffer): Show entire backup file name in msg.
2997
2998 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2999
3000 * image.el (image-type-header-regexps, image-type-from-data)
3001 (image-type-from-buffer, image-type-from-file-header):
3002 Revert changes from 2006-12-26.
3003 (image-type-auto-detectable): New variable.
3004 (image-type-auto-detected-p): New function.
3005
3006 * files.el (magic-mode-alist): Detect image files with
3007 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3008
3009 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3010
3011 * dired.el (dired-sort-other): Move test for dired-mode...
3012 (dired-sort-set-modeline): ...to here.
3013
3014 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3015
3016 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3017 change. Suggested by Stefan Monnier.
3018
3019 2006-12-29 Kim F. Storm <storm@cua.dk>
3020
3021 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3022 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3023
3024 2006-12-27 Kim F. Storm <storm@cua.dk>
3025
3026 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3027 so it doesn't accidentally match an fsf.org mail address.
3028 (authors-renamed-files-alist): Add tcover-*.el.
3029
3030 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3031
3032 * vc-arch.el (vc-arch-find-version): New function.
3033
3034 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3035 composed of arbitrary characters (even /) in some systems.
3036
3037 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3038
3039 * international/mule-cmds.el (select-safe-coding-system-interactively):
3040 Improve the message in the *Warning* buffer.
3041
3042 2006-12-27 Kim F. Storm <storm@cua.dk>
3043
3044 * ido.el (ido-set-matches-1): Fix last change. If default item is
3045 current buffer, it is ok to be first.
3046
3047 2006-12-27 Kenichi Handa <handa@m17n.org>
3048
3049 * international/mule-cmds.el (select-safe-coding-system-interactively):
3050 Use face `link' for problematic chars.
3051
3052 2006-12-27 Kenichi Handa <handa@m17n.org>
3053
3054 * international/mule-cmds.el (select-safe-coding-system-interactively):
3055 Improve the message in *Warning* buffer.
3056
3057 2006-12-27 Kim F. Storm <storm@cua.dk>
3058
3059 * ido.el (ido-set-matches-1): Never put current buffer first if
3060 there are other matches.
3061
3062 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3063
3064 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3065 expressions.
3066 (gdb-var-delete): Handle duplicate names. Print message for non
3067 root expressions.
3068 (gdb-partial-output-name): Start buffer name with a space.
3069 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3070 buffer name.
3071
3072 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3073
3074 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3075 last footnote when `footnote-spaced-footnotes' is nil.
3076
3077 2006-12-26 Richard Stallman <rms@gnu.org>
3078
3079 * cus-edit.el (custom-browse-sort-alphabetically)
3080 (custom-buffer-sort-alphabetically)
3081 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3082
3083 * image.el (image-type-header-regexps): Change element format
3084 to include third item NOT-ALWAYS.
3085 (image-type-from-data): Handle new format.
3086 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3087 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3088
3089 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3090
3091 * add-log.el (add-log-current-defun): Call `forward-sexp'
3092 multiple times to pick a member function name defined as
3093 part of nested classes/namespaces.
3094
3095 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3096
3097 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3098 which keymap should be used to change menu. It does not affect any
3099 existent code.
3100
3101 2006-12-26 Richard Stallman <rms@gnu.org>
3102
3103 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3104 rather than for being in a minibuffer window.
3105
3106 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3107
3108 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3109 locale-coding-system.
3110 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3111 LF.
3112
3113 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3114
3115 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3116 (sql-mode-syntax-table): Disable double quoted strings.
3117 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3118
3119 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3120
3121 * startup.el (fancy-splash-last-input-event): New variable.
3122 (fancy-splash-special-event-action): New function.
3123 (fancy-splash-screens): Temporarily bind special events to it.
3124 Execute command for saved special event before exiting from
3125 recursive editing.
3126
3127 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3128 New functions.
3129 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3130 Use mac-unread-string.
3131
3132 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3133
3134 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3135 an optimized comment regexp if `comment-start-skip' uses a ^.
3136 * bs.el (bs--up): Remove interactive spec.
3137
3138 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3139
3140 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3141 Suggested by James Cloos.
3142
3143 2006-12-24 Kevin Ryde <user42@zip.com.au>
3144
3145 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3146 in March.
3147 (calendar-dst-ends): Default to first Sunday in November.
3148
3149 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3150
3151 * allout.el (allout-encrypt-string): Inhibit use of agent within
3152 body of let form where encryption happens. Acknowledge non-use of
3153 gpg-agent in docstring.
3154 (allout-toggle-subtree-encryption): Acknowledge non-use of
3155 gpg-agent in docstring.
3156
3157 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3158
3159 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3160
3161 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3162
3163 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3164 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3165
3166 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3167 in hooks.
3168 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3169 actually modify buffer; ignore errors if occur.
3170
3171 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3172
3173 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3174 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3175 formatting.
3176
3177 2006-12-23 Richard Stallman <rms@gnu.org>
3178
3179 * simple.el (delete-horizontal-space): Doc fix.
3180
3181 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3182
3183 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3184 explicitly in a recursive Make, not implicitly through prerequisites,
3185 since the latter is wrong under parallel builds.
3186
3187 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3188
3189 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3190
3191 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3192
3193 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3194 message string.
3195
3196 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3197
3198 * outline.el (outline-next-visible-heading): Fix the case with a
3199 header at end-of-file with no final newline.
3200
3201 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3202
3203 * indent.el (tab-always-indent): Doc fix.
3204
3205 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3206
3207 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3208 (Info-fontify-node): Do fontify indices.
3209
3210 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3211 to the Emacs Lisp reference manual.
3212 (tutorial--tab-map): Remove. All callers changed.
3213 (tutorial--find-changed-keys): New elt QUIET, used to...
3214 (tutorial--display-changes): ...ensure that warning messages are
3215 only issued once per changed key.
3216 (tutorial--remove-remarks): Delete unused code-path.
3217 (lang-strings): Remove extraneous formatting.
3218 (tutorial--save-tutorial): Prompt before saving tutorial state.
3219
3220 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3221
3222 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3223 Replace '?\ ' by '?\s' throughout.
3224 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3225 `help' custom group.
3226 (tutorial--key-description): New function.
3227 (tutorial--display-changes): Remove redundant arg. Scan for all
3228 key sequences to avoid false matches. Cleanup.
3229 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3230 reduce homedir pollution.
3231 (help-with-tutorial): Call tutorial--display-changes with no arg.
3232
3233 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3234
3235 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3236
3237 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3238
3239 * net/tramp.el (tramp-default-method): We still need to check for
3240 `executable-find', because it is not bound under Emacs 20.
3241 (tramp-handle-file-name-completion)
3242 (tramp-completion-handle-file-name-completion): Handle optional
3243 parameter PREDICATE.
3244 (tramp-find-default-method): Add code for default values.
3245
3246 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3247
3248 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3249 make gud-go send "continue".
3250
3251 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3252
3253 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3254 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3255
3256 2006-12-19 Kim F. Storm <storm@cua.dk>
3257
3258 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3259 instead of global-map.
3260
3261 * files.el (magic-mode-alist): Allow matching file type by
3262 calling a function at bob. Check for image types by calling
3263 image-type-from-buffer. Suggested by Juanma Barranquero.
3264 (set-auto-mode): Do it.
3265
3266 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3267
3268 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3269 Remove "ControlMaster" option from the other `scp*' methods.
3270 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3271
3272 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3273
3274 * textmodes/org.el (org-mode): Show context after isearch.
3275 (org-show-siblings): New function.
3276 (org-show-context): Use `org-show-siblings'.
3277
3278 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3279
3280 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3281 Use syntax-ppss-toplevel-pos.
3282
3283 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3284
3285 * textmodes/org.el (org-current-line): Make sure that lines are
3286 counted from beginning of buffer.
3287 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3288 lines are counted from beginning of buffer.
3289
3290 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3291
3292 * info.el (Info-build-node-completions): Signal error if tag-table
3293 marker is not found.
3294
3295 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3296
3297 2006-12-17 Alan Mackenzie <acm@muc.de>
3298
3299 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3300 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3301 Based on code by Martin Rudalics.
3302
3303 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3304 open-paren-in-column-0-is-defun-start to nil any more.
3305
3306 2006-12-17 Richard Stallman <rms@gnu.org>
3307
3308 * simple.el (delete-horizontal-space): Use prefix arg.
3309
3310 * help-fns.el (describe-variable): Improve blank separator lines.
3311
3312 * files.el (magic-mode-alist): Mark as risky.
3313
3314 * files.el (make-backup-file-name-1):
3315 Expand backup-directory explicitly.
3316
3317 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3318
3319 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3320 check whether package password.el is loaded, or Pageant is running.
3321
3322 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3323
3324 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3325 (icalendar--rris): First try Emacs, then XEmacs.
3326 (icalendar--convert-ical-to-diary): Doc fix.
3327 Insert newline at end of target file.
3328
3329 2006-12-17 Kim F. Storm <storm@cua.dk>
3330
3331 * outline.el (outline-isearch-open-invisible-function): New defvar.
3332 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3333 overlay property instead of outline-isearch-open-invisible.
3334
3335 2006-12-16 Kim F. Storm <storm@cua.dk>
3336
3337 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3338 if ido-directory-too-big is set on entry.
3339 (ido-toggle-ignore, ido-completion-help): Print message while
3340 reading big directory.
3341
3342 2006-12-15 Richard Stallman <rms@gnu.org>
3343
3344 * shell.el (shell): Doc fix.
3345
3346 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3347
3348 * emulation/edt.el (edt-xserver):
3349 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3350 to fix a problem on Cygwin.
3351
3352 * emulation/edt.el
3353 * emulation/edt-mapper.el
3354 * emulation/edt-lk201.el
3355 * emulation/edt-pc.el
3356 * emulation/edt-vt100.el: Update maintainer's email address.
3357
3358 2006-12-15 Simon Marshall <simon@gnu.org>
3359
3360 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3361
3362 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3363
3364 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3365 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3366 instead of mac-atsu-font-table.
3367 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3368
3369 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3370
3371 * align.el (align-match-tex-pattern): Fix a rare bug which
3372 hanged Emacs.
3373
3374 2006-12-14 Richard Stallman <rms@gnu.org>
3375
3376 * startup.el (use-fancy-splash-screens-p): Use frame-height
3377 instead of window-height. Pass frame to image-size.
3378
3379 2006-12-13 Kenichi Handa <handa@m17n.org>
3380
3381 * international/mule-cmds.el (set-locale-environment):
3382 Set default-sendmail-coding-system too.
3383
3384 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3385
3386 * progmodes/idlw-help.el: Fix copyright notice.
3387
3388 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3391
3392 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3393
3394 * subr.el (unread-command-char): Reformat obsolescence info.
3395
3396 2006-12-11 Richard Stallman <rms@gnu.org>
3397
3398 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3399 about calls to cl-struct-setf-expander.
3400
3401 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3402
3403 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3404 (ediff-combination-pattern): Fix typo in docstring.
3405
3406 * textmodes/refer.el (refer-find-entry): Doc fix.
3407 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3408 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3409 Fix tipos in docstrings.
3410
3411 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3412
3413 2006-12-10 Kim F. Storm <storm@cua.dk>
3414
3415 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3416 instead of binding M-backspace.
3417
3418 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3419
3420 * replace.el (replace-match-data, replace-match-maybe-edit):
3421 * calc/calc-aent.el (calc-eval-error):
3422 * emulation/vi.el (vi-char-argument):
3423 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3424 (c-vsemi-status-unknown-p-fn): Doc fixes.
3425
3426 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3427
3428 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3429 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3430
3431 2006-12-10 Masatake YAMATO <jet@gyve.org>
3432
3433 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3434
3435 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3436
3437 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3438
3439 * man.el (Man-xref-button-action): New function. If the
3440 `Man-target-string' button property is a function, assume it
3441 accepts a position argument.
3442 (Man-abstract-xref-man-page): Use it.
3443 (Man-default-man-entry): New optional arg POS.
3444
3445 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3446 symlink arrows read-only and non-rear-sticky.
3447
3448 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3449
3450 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3451 (wdired-search-and-rename): Simplify code.
3452 (wdired-preprocess-files, wdired-preprocess-perms): Make
3453 read-only property of preceding character rear-nonsticky to
3454 avoid that it can be modified. Put old-name and old-link
3455 properties on character preceding name and replace
3456 put-text-property by add-text-properties.
3457 (wdired-get-filename, wdired-get-previous-link): Get old-name
3458 and old-link properties from character preceding name and
3459 simplify code.
3460 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3461 (wdired-perms-to-number): Make local-map property
3462 rear-nonsticky to avoid that text following permissions may be
3463 modified. Use add-text-properties instead of put-text-property
3464 when changing a permission bit.
3465 (wdired-change-to-dired-mode): Remove stickiness properties.
3466
3467 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3468
3469 * international/mule-cmds.el (register-input-method): Doc fix.
3470
3471 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3472
3473 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3474
3475 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3476
3477 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3478 Force buffer local defs evaluation on local variables loading.
3479 (flyspell-mode-on, flyspell-mode-off): Use it in
3480 `hack-local-variables-hook'.
3481
3482 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3483
3484 * emacs-lisp/find-func.el (find-variable): Doc fix.
3485
3486 * help-fns.el (variable-at-point): Doc fix.
3487
3488 * w32-fns.el (w32-append-code-lines): New function.
3489
3490 2006-12-09 Romain Francoise <romain@orebokech.com>
3491
3492 * comint.el (comint-insert-input): Delete obsolete comment.
3493
3494 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3497 current frame, in case we're connected to several displays.
3498
3499 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3500
3501 * frame.el (other-frame): Doc fix.
3502 (set-frame-parameter): Fix typo in docstring.
3503
3504 2006-12-07 Kim F. Storm <storm@cua.dk>
3505
3506 * info.el (Info-index): Strip leading colon from topic.
3507
3508 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3509
3510 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3511 to pointers.
3512
3513 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3514
3515 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3516 Trim out spurious class inheritance "None" entries.
3517
3518 2006-12-05 Kim F. Storm <storm@cua.dk>
3519
3520 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3521 (cua-paste-pop): Rework last change for
3522 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3523 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3524 text inserted by the last M-y command.
3525
3526 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3527
3528 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3529 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3530
3531 * shell.el (shell): Search the start file in ~/.emacs.d as
3532 `init_SHELLNAME.sh' instead.
3533
3534 2006-12-05 Glenn Morris <rgm@gnu.org>
3535
3536 * progmodes/cperl-mode.el (cperl-mode)
3537 * progmodes/f90.el (f90-mode-abbrev-table)
3538 * progmodes/fortran.el (fortran-mode-abbrev-table)
3539 * progmodes/octave-mod.el (octave-abbrev-table)
3540 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3541 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3542
3543 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3544 clear abbrev table, else saved abbrevs will not be restored.
3545
3546 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3547
3548 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3549 the call to `make-obsolete-variable', not in the docstring.
3550
3551 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3552
3553 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3554
3555 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3556
3557 * progmodes/ebnf-abn.el:
3558 * progmodes/ebnf-bnf.el:
3559 * progmodes/ebnf-dtd.el:
3560 * progmodes/ebnf-ebx.el:
3561 * progmodes/ebnf-iso.el:
3562 * progmodes/ebnf-otz.el:
3563 * progmodes/ebnf-yac.el:
3564 * progmodes/ebnf2ps.el:
3565 * delim-col.el:
3566 * printing.el:
3567 * ps-bdf.el:
3568 * ps-mule.el:
3569 * ps-print.el: Remove 'Time-stamp' comment mark.
3570
3571 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3572 'easy-menu-add-item' when called in Emacs 21 or higher.
3573
3574 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3575
3576 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3577 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3578
3579 2006-12-04 Kim F. Storm <storm@cua.dk>
3580
3581 * bindings.el (global-map): Bind [signal t] to ignore, to have
3582 user signals ignored by default.
3583
3584 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3585
3586 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3587 Unicode data file pointed to by `describe-char-unicodedata-file'.
3588
3589 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3590
3591 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3592 O(n^2) regexp-search by anchoring the search.
3593
3594 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3595
3596 * whitespace.el (whitespace-cleanup-internal): Use current
3597 argument for recursive call.
3598
3599 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3600
3601 * net/tramp.el (tramp-methods): Add "ControlPath" and
3602 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3603 Andreas Schwab <schwab@suse.de>.
3604 (tramp-do-copy-or-rename-file-out-of-band)
3605 (tramp-open-connection-rsh): Compute format spec for ?t.
3606 (tramp-process-actions): Trace command parameters.
3607
3608 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3609
3610 * simple.el (toggle-truncate-lines): Clarify doc string.
3611
3612 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3613 (gdb-speedbar-expand-node): Use it.
3614
3615 2006-12-04 Richard Stallman <rms@gnu.org>
3616
3617 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3618
3619 * dired.el (dired-revert): Turn off dired-after-readin-hook
3620 around call to dired-readin.
3621
3622 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3623 to echo area messages.
3624 <indicate-empty-lines, case-fold-search>:
3625 Add "globally" to Help string.
3626 <case-fold-search>: MESSAGE arg need not say "globally".
3627 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3628
3629 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3630
3631 * outline.el (outline-end-of-subtree): Don't leave an empty
3632 line hidden as we would a real next heading.
3633
3634 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3635
3636 * allout.el (allout-ascend): Add an optional argument to preserve
3637 original position of point when unsuccessful. Also, fix a
3638 docstring error.
3639 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3640 work again, using allout-ascend's new option.
3641 (allout-setup-mode-map): Extract from allout-mode to initialize
3642 allout-mode-map. Call it on file load, so the mode docstring
3643 substitutions work even if allout mode has not yet been invoked.
3644 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3645 customizations since the map was last processed. Also, refine the
3646 docstring so it's ship-shape for release.
3647 (allout-default-layout, allout-beginning-of-line-cycles)
3648 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3649 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3650 (allout-version, allout-layout, allout-infer-body-reindent)
3651 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3652 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3653 (allout-previous-heading, allout-goto-prefix-doublechecked)
3654 (allout-current-bullet-pos, allout-next-sibling-leap)
3655 (allout-pre-command-business, allout-encrypted-type-prefix)
3656 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3657 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3658 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3659 (allout-old-expose-topic, allout-listify-exposed)
3660 (allout-process-exposed, allout-latex-verb-quote)
3661 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3662 (allout-toggle-current-subtree-encryption)
3663 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3664 Remove extraneous open-paren and close paren string escapes.
3665
3666 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3667
3668 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3669 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3670 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3671 Fix typos in docstrings.
3672
3673 2006-12-03 Glenn Morris <rgm@gnu.org>
3674
3675 * progmodes/cc-align.el
3676 * progmodes/cc-awk.el
3677 * progmodes/cc-cmds.el
3678 * progmodes/cc-compat.el
3679 * progmodes/cc-defs.el
3680 * progmodes/cc-engine.el
3681 * progmodes/cc-langs.el
3682 * progmodes/cc-menus.el
3683 * progmodes/cc-mode.el
3684 * progmodes/cc-styles.el
3685 * progmodes/cc-vars.el
3686 * progmodes/vhdl-mode.el: Fix Copyright format.
3687
3688 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3689
3690 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3691 initial down event.
3692
3693 2006-12-02 Kim F. Storm <storm@cua.dk>
3694
3695 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3696 (cua-repeat-replace-region): Make M-v more robust.
3697 (cua-paste-pop-rotate-temporarily): New defcustom.
3698 (cua-paste-pop): Use it.
3699 (cua-auto-mark-last-change): New defcustom.
3700 (cua-pop-to-last-change): New helper function.
3701 (cua-set-mark): Use them.
3702
3703 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3704
3705 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3706 mini-buffer message.
3707
3708 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3709
3710 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3711
3712 2006-12-01 Ben North <ben@redfrontdoor.org>
3713
3714 * paren.el: Fix the highlight overlay extension when the user types a
3715 sequence of char very fast just before the open parenthesis.
3716
3717 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3718
3719 * ps-mule.el: Eliminate Emacs 20 compatibility.
3720
3721 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3722 (ps-print-version): New version 6.7.
3723 (ps-print-quote): Replace '?\ ' by '?\s'.
3724
3725 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3728 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3729 (hexl-end-of-1k-page): Doc fixes.
3730 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3731 Fix typos in docstrings.
3732
3733 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3734
3735 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3736 locally, i.e. without using file name handlers.
3737 (ido-read-internal): Allow mono letter host names, avoiding the
3738 `c:' problem by testing if the file exists locally.
3739 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3740
3741 2006-11-30 Masatake YAMATO <jet@gyve.org>
3742
3743 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3744 to avoid bytecomp warnings.
3745 (hexl-mode-old-ruler-function): New variable.
3746 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3747 and `hl-line-range-function' after `require' hl-line.
3748 Then bind `hl-line-range-function' and `hl-line-face'.
3749 Don't require frame. Don't use `with-no-warnings'.
3750 (hexl-activate-ruler): Store the original value of
3751 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3752 (hexl-mode-exit): Restore the original value of
3753 `ruler-mode-ruler-function'.
3754
3755 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3756
3757 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3758 (hexl-mode-old-hl-line-face): New variable.
3759 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3760 line when exit from the hexl-mode.
3761
3762 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3763
3764 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3765 Doc fixes.
3766
3767 * international/fontset.el (create-fontset-from-ascii-font)
3768 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3769 (fontset-name-p): Fix typo in docstring.
3770
3771 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3772
3773 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3774
3775 * ps-bdf.el: Fix maintainer email.
3776
3777 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3778 compatibility.
3779
3780 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3781 21 compatibility.
3782 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3783 Emacs 20 & 21.
3784
3785 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3786
3787 * progmodes/idlwave.el (idlwave-auto-fill):
3788 Remove paragraph-start let to prevent auto-fill giving up.
3789
3790 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3791
3792 * vt100-led.el (led-state): Fix typo in previous change.
3793
3794 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3795
3796 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3797 Fix interactive spec of the functions getting defined to make them
3798 work as documented.
3799
3800 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3801
3802 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3803
3804 2006-11-28 Kim F. Storm <storm@cua.dk>
3805
3806 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3807 icomplete-mode is enabled.
3808
3809 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3810
3811 * textmodes/org.el (require): Require gnus-sum during compilation
3812 to avoid problem with a macro call.
3813
3814 2006-11-28 Glenn Morris <rgm@gnu.org>
3815
3816 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3817
3818 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3819 (fortran-window-create-momentarily): Do not need string-to-char.
3820
3821 2006-11-28 Richard Stallman <rms@gnu.org>
3822
3823 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3824 Replace incorrect use of assoc-default with a loop.
3825
3826 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3827
3828 * simple.el (next-error-find-buffer): Improve messages.
3829
3830 * files.el (revert-buffer): Special error message if file
3831 is now not readable.
3832
3833 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3834 constructed commands.
3835
3836 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3837 in INSIDE_EMACS.
3838
3839 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3840
3841 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3842
3843 * server.el: Remove spurious * in docstrings.
3844 (server-process-filter): Exit from recursive editing before processing
3845 a new request.
3846
3847 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3848
3849 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3850 line so hidden blocks will be correctly identified.
3851
3852 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3853
3854 * ledit.el (ledit-save-defun, ledit-mode):
3855 * resume.el (resume-emacs-args-buffer):
3856 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3857 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3858 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3859 (command-send-input, command-kill-line):
3860 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3861
3862 * autoarg.el (autoarg-kp-mode): Doc fix.
3863
3864 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3865 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3866 (check-emacs-lock): Doc fix. Simplify.
3867
3868 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3869 (iimage-mode-buffer): Fix typos in docstring.
3870
3871 * misc.el (zap-up-to-char): Doc fix.
3872
3873 * time-stamp.el: Fix comment and obsolescence string for old
3874 functions. Use `dolist' instead of `while'.
3875
3876 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3877
3878 * disp-table.el (standard-display-8bit, standard-display-default):
3879 * ebuff-menu.el (electric-buffer-list):
3880 * ehelp.el (electric-help-command-loop):
3881 * font-core.el (font-lock-mode):
3882 * help-macro.el (make-help-screen):
3883 * help.el (describe-minor-mode-completion-table-for-indicator)
3884 (lookup-minor-mode-from-indicator):
3885 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3886 * info-look.el (info-lookup-guess-custom-symbol):
3887 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3888 * longlines.el (longlines-wrap-line):
3889 * macros.el (insert-kbd-macro):
3890 * menu-bar.el (menu-bar-update-buffers):
3891 * misc.el (copy-from-above-command):
3892 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3893 * newcomment.el (comment-indent):
3894 * novice.el (disabled-command-function):
3895 * sort.el (sort-fields-syntax-table):
3896 * subr.el (momentary-string-display):
3897 * tar-mode.el (tar-header-block-summarize)
3898 (tar-clear-modification-flags):
3899 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3900 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3901 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3902 (te-delete-char, te-down-vertically-or-scroll):
3903 * time-stamp.el (time-stamp-string-preprocess):
3904 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3905
3906 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3907
3908 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3909 in GUD mode.
3910
3911 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3912 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3913
3914 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3915
3916 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3917
3918 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3919
3920 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3921 (ada-compile-goto-error): Adapt to new argument profile of
3922 compilation-goto-locus in Emacs 22. Don't check if the various
3923 compile functions are defined; we already do "(require 'compile)".
3924
3925 2006-11-26 Kim F. Storm <storm@cua.dk>
3926
3927 * kmacro.el: Fix commentary.
3928
3929 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3930
3931 * progmodes/gud.el (gdb): Explain how to run in text command mode
3932 more clearly. Say in error message that multiple debugging
3933 requires restarting GDB.
3934
3935 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3938
3939 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3940
3941 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3942 (flymake-popup-menu): Use it instead of posn-at-point.
3943
3944 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3945
3946 * progmodes/cc-vars.el (c-backslash-column):
3947 Mention c-backslash-max-column in documentation for c-backslash-column.
3948
3949 2006-11-24 Lars Hansen <larsh@soem.dk>
3950
3951 * net/tramp.el (tramp-default-method): Under Windows, change from
3952 plink to pscp.
3953 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3954 (tramp-actions-copy-out-of-band):
3955 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3956 (tramp-action-out-of-band): Move "Permission denied" handling to
3957 tramp-action-copy-failed.
3958 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3959 process buffer.
3960
3961 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3962
3963 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3964 strings to a single string. Quote `errors-file-name'.
3965 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3966 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3967 Adjust calls. Use `shell-quote-argument'.
3968
3969 * international/mule.el (load-with-code-conversion)
3970 (with-category-table): Use with-current-buffer.
3971 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3972
3973 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3974
3975 * mail/smtpmail.el (smtpmail-send-it):
3976 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3977 MIME header for the message encoding.
3978 Bind coding-system-for-write around the call to mail-do-fcc.
3979 Use smtpmail-code-conv-from to encode queued mail messages.
3980
3981 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3982
3983 * tabify.el (tabify-regexp): Doc fix.
3984
3985 * net/rcirc.el (rcirc-buffer-maximum-lines):
3986 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3987
3988 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3989 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3990 Fix typos in output messages.
3991 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3992
3993 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3994
3995 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3996 the horse's mouth.
3997 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3998
3999 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4000
4001 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4002 Remove condition-case.
4003
4004 2006-11-23 Glenn Morris <rgm@gnu.org>
4005
4006 * progmodes/f90.el (f90-comment-indent): Do not move point in
4007 default case.
4008
4009 2006-11-21 Romain Francoise <romain@orebokech.com>
4010
4011 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4012 from library name (reverts change of 2005-10-25).
4013
4014 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4015
4016 * tutorial.el (tutorial--default-keys): Add newline and
4017 delete-backward-char bindings.
4018 (tutorial--detailed-help): Save excursion when finding keys.
4019 Correct warning string for M-x FOO case.
4020 (tutorial--display-changes): Print special keys in tutorial style.
4021 Tweak search regexp for changed keys.
4022
4023 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4024
4025 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4026 redundant scheme.
4027
4028 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4029
4030 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4031 are new to the list at IANA. Also added irc, mms, mmsh.
4032
4033 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4034
4035 * progmodes/idlw-help.el (idlwave-html-help-location):
4036 Fail gracefully for missing help packages.
4037 (idlwave-help-assistant-open-link): Open full links.
4038 (idlwave-help-assistant-help-with-topic): Direct help link.
4039
4040 * progmodes/idlwave.el (idlwave-mode):
4041 Set add-log-current-defun-function.
4042 (idlwave-current-routine-fullname): Add, to support add-log.
4043 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4044 to reflect improvements to xml-parse-file.
4045 (idlwave-mode-menu-def): New binding for help-with-topic.
4046
4047 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4048 Handle extra newlines and spaces.
4049 (idlwave-shell-mode-map): Add help-with-topic.
4050
4051 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4052
4053 * tutorial.el (tutorial-warning-face): New face.
4054 (tutorial--detailed-help, tutorial--display-changes): Use it.
4055 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4056 Improve search pattern for occurrences of changed keys.
4057
4058 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4059
4060 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4061 (x-select-text): Set it.
4062 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4063 when checking for newness.
4064
4065 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * subr.el (posn-image):
4068 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4069
4070 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4071
4072 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4073
4074 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4075 Exceptions to the rule "add a space between an identifier and an
4076 opening parenthesis". Defaulted to the `#define' problem of cpp.
4077 (glasses-parenthesis-exception-p): New. Check if the region is an
4078 exception regarding to that.
4079 (glasses-make-readable): Use it.
4080 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4081 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4082
4083 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4084
4085 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4086
4087 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4088
4089 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4090
4091 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4092 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4093
4094 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4095
4096 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4097 conditions for function or variable bindings.
4098
4099 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4100
4101 * progmodes/compile.el (compilation-start): Ditto.
4102
4103 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4104
4105 * net/tramp.el (top): cl and custom are always required.
4106
4107 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4108
4109 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4110 cut-buffers with next-selection-coding-system if not nil.
4111
4112 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4113
4114 * textmodes/org.el (org-fix-decoded-time): New function.
4115 (org-display-custom-time): Use `org-fix-decoded-time'.
4116
4117 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * menu-bar.el (menu-bar-games-menu): Remove yow.
4120
4121 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4122
4123 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4124 (org-detach-overlay): Rename from `org-detatch-overlay'.
4125 (org-table-convert-region): Insert space after column separator.
4126 (org-agenda-kill): New command.
4127 (org-metaleft): Call `org-outdent-item' on bullets.
4128 (org-metaright): Call `org-indent-item' on bullets.
4129 (org-timestamp-change): Set `org-last-changed-timestamp'.
4130 (org-current-line): Make sure (bolp) returns correct result.
4131 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4132
4133 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4134
4135 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4136
4137 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4138
4139 * mouse.el (global-map): Change 2006-08-16 fix to call
4140 mouse-yank-at-click explicitly, since mouse events are not carried
4141 over into keyboard macros.
4142
4143 2006-11-16 Kim F. Storm <storm@cua.dk>
4144
4145 * ido.el (ido-file-internal): Use current buffer's file name as default
4146 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4147
4148 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4149
4150 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4151 (allout-inhibit-aberrance-doublecheck): Rename from
4152 allout-during-yank-processing. All callers changed.
4153 (allout-ascend): Provide for unusual case where some topic after
4154 the first in file is at lower depth than the first.
4155 (allout-shift-in): Ensure the offspring of the new containing
4156 topic are exposed.
4157 (allout-encrypt-string): Preserve the coding-system of the text,
4158 according to that of the containing buffer.
4159 (allout-toggle-subtree-encryption): When the text being encrypted
4160 requires a different coding system, offer to preserve the coding
4161 system using a file local var.
4162
4163 2006-11-15 Simon Marshall <simon@gnu.org>
4164
4165 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4166 to recognise "T t()" as a function declaration, rather than a
4167 variable instantiation, iff at the top-level or inside a class
4168 declaration. Suggested by Feng Li <fengli@gmail.com>.
4169
4170 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4171
4172 * progmodes/ada-xref.el (ada-parse-prj-file):
4173 Don't delete project buffer; user may want to edit it.
4174 (ada-xref-set-project-field, ada-xref-current-project-file)
4175 (ada-xref-current-project, ada-show-current-project)
4176 (ada-set-main-compile-application): New functions.
4177 (ada-xref-get-project-field, ada-require-project-file):
4178 Normalize use of ada-prj-default-project-file.
4179 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4180 Normalize use of ada-require-project-file.
4181 (ada-prj-find-prj-file): Improve doc string, comments.
4182
4183 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4184 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4185 (ada-create-menu): Add ada-set-main-compile-application,
4186 ada-show-current-main, ada-show-current-project.
4187
4188 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4189
4190 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4191 (inferior-python-mode): Use it.
4192
4193 2006-11-14 Andreas Schwab <schwab@suse.de>
4194
4195 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4196
4197 2006-11-13 Kim F. Storm <storm@cua.dk>
4198
4199 * ido.el (ido-copy-current-word): C-o copies region if active.
4200
4201 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4202
4203 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4204
4205 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * ediff.el (ediff-revision):
4208 * files.el (set-visited-file-name):
4209 * mail/rmailout.el (rmail-output-body-to-file):
4210 Use `format', not `message', in `y-or-n-p' call.
4211
4212 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4213
4214 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4215 (org-metaright): Call `org-indent-item' on bullets.
4216 (org-timestamp-change): Set `org-last-changed-timestamp'.
4217 (org-current-line): Make sure (bolp) returns correct result.
4218 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4219
4220 2006-11-12 Richard Stallman <rms@gnu.org>
4221
4222 * language/european.el (turkish-case-conversion-enable)
4223 (turkish-case-conversion-disable): New functions.
4224 ("Turkish" lang env): Use them.
4225
4226 * international/characters.el (case table):
4227 Do nothing special for i and I.
4228
4229 * subr.el (remove-overlays): Fix last change.
4230
4231 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4232 for visiting the custom file.
4233
4234 2006-11-12 Markus Triska <triska@gmx.at>
4235
4236 * play/handwrite.el (handwrite): Also process lines not ending
4237 with newline. Replace some position-fiddling with different
4238 logic. Improve performance.
4239
4240 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4241
4242 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4243 replacing deleted variable `ada-check-switch'.
4244 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4245 (ada-xref-project-files): Improve doc string.
4246 (ada-find-executable): New function.
4247 (ada-initialize-runtime-library): Use `ada-find-executable'.
4248 (ada-xref-set-default-prj-values): In compile commands, don't need
4249 `ada-cd-command'; `compile' does that more portably.
4250 Use ada-prj-default-check-cmd.
4251 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4252 properties if not specified in project file.
4253 (ada-goto-declaration): Display useful message for new error
4254 'error-file-not-found.
4255 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4256 'error-file-not-found.
4257 (ada-get-all-references): Match latest ali syntax. Signal new
4258 error 'error-file-not-found.
4259 (ada-find-in-ali): Match latest ali syntax.
4260 (ada-make-filename-from-adaname): Handle different semantics of
4261 gnatkr in GNAT 3.15p vs later.
4262
4263 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4264 ada-procedure-start-regexp.
4265 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4266
4267 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4268 with defvar.
4269 (ada-language-version): Rename ada05 -> ada2005.
4270 (ada-align-region-separate): Add `eval-when-compile'.
4271 (ada-name-regexp): Remove unneeded escapes in regexp character
4272 alternative.
4273 (ada-compile-goto-error-file-linenr-re): New constant.
4274 (ada-matching-start-re): Handle additional cases `declare',
4275 `procedure', `function'.
4276 (ada-compile-goto-error): Handle "... at line nn".
4277 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4278 Delete support for old versions of `align'.
4279 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4280 (ada-check-defun-name): Simplify handling of `declare'.
4281 (ada-goto-matching-start): Handle nested `begin ... end'.
4282 Handle `declare', `protected', `procedure', `function'.
4283 (ada-create-menu): Presence of arm95 is not conditional on using
4284 GNAT compiler.
4285
4286 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4287
4288 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4289 nil in the *RE-Builder* buffer (it causes spurious error messages).
4290
4291 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4292 been set to t, respect it.
4293
4294 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4295
4296 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4297 Delete commented out code for old Emacs versions. Autoloading of
4298 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4299 (ada-mode-version): Bump version number.
4300 (ada-95-string-keywords, ada-2005-string-keywords)
4301 (ada-2005-keywords, ada-name-regexp): New constant.
4302 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4303 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4304 (ada-package-start-regexp): Support private packages, include package
4305 name (for ada-set-point-accordingly).
4306 (ada-next-procedure, ada-previous-procedure)
4307 (ada-which-function-are-we-in): Match changes to
4308 ada-procedure-start-regexp.
4309 (ada-make-body): Make non-interactive; not a user function.
4310 (ada-make-subprogram-body): Improve doc string.
4311
4312 2006-11-11 Romain Francoise <romain@orebokech.com>
4313
4314 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4315 `compilation-error-regexp-alist' buffer-local, since we changed
4316 `compilation-error-regexp-alist-alist' locally.
4317
4318 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4319
4320 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4321 to the value of `server-raise-frame'.
4322
4323 2006-11-11 Glenn Morris <rgm@gnu.org>
4324
4325 * ido.el (ido-enable-prefix)
4326 * ses.el (ses-call-printer-return)
4327 * net/tramp.el (tramp-unified-filenames)
4328 * progmodes/cc-align.el (c-lineup-string-cont)
4329 * progmodes/compile.el (compilation-directory-matcher)
4330 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4331 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4332 (vhdl-clock-rising-edge)
4333 * textmodes/org.el (org-export-with-timestamps)
4334 (org-export-remove-timestamps-from-toc)
4335 (org-export-with-tags): Improve previous doc fixes.
4336
4337 2006-11-11 Richard Stallman <rms@gnu.org>
4338
4339 * textmodes/flyspell.el (flyspell-mode-map):
4340 Bind C-c $ instead of M-RET.
4341
4342 2006-11-10 Simon Marshall <simon@gnu.org>
4343
4344 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4345 fontification for "case" and "default" keywords.
4346
4347 2006-11-10 Andreas Schwab <schwab@suse.de>
4348
4349 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4350 Avoid starting sentence with "nil".
4351
4352 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4353
4354 * server.el (server-raise-frame): New option.
4355 (server-switch-buffer): Use it.
4356
4357 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4358
4359 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4360 with a capital.
4361
4362 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4363
4364 * textmodes/org.el (org-show-hierarchy-above)
4365 (org-show-following-heading): Fix typo in default value.
4366 (org-scan-tags): Make the search case-sensitive.
4367 (org-tags-sparse-tree): Don't overrule
4368 `org-show-following-heading' and `org-show-hierarchy-above'.
4369 (org-reveal): New command.
4370 (org-show-context): Rename from `org-show-hierarchy-above'.
4371 (org-fast-tag-selection-single-key): New option.
4372 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4373 (org-tags-overlay): New variable.
4374 (org-agenda-todo-ignore-deadlines): New option.
4375 ("session"): Add circular data structure `org-mark-ring' to
4376 exceptions list in session.el.
4377 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4378 New options.
4379 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4380 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4381 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4382 (org-finalize-agenda): Activate bracket links in agenda.
4383 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4384 INACTIVE-OK.
4385 (org-show-hierarchy-above, org-show-following-heading):
4386 List values allowed for fine-tuned configuration.
4387 (org-show-hierarchy-above): New argument CONTEXT, use the
4388 fine-tuned settings in `org-show-hierarchy-above' and
4389 `org-show-following-heading'.
4390 (org-display-custom-time): New function.
4391 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4392 (org-display-custom-times, org-time-stamp-custom-formats):
4393 (org-maybe-intangible): New macro.
4394 (org-activate-bracket-links, org-hide-wide-columns):
4395 Use `org-maybe-intangible'.
4396 (org-open-file): Use `shell-quote-argument'.
4397 (org-display-internal-link-with-indirect-buffer): New option.
4398 (org-file-remote-p): Get regexp from list.
4399 (org-link-expand-abbrev): New function.
4400 (org-link-abbrev-alist): New option.
4401 (org-open-at-point, org-cleaned-string-for-export):
4402 Call `org-link-expand-abbrev'.
4403 (org-timeline, org-agenda-list, org-todo-list)
4404 (org-tags-view): Remove the KEEP-MODES argument.
4405 (org-finalize-agenda-hook): New hook.
4406 (org-get-alist-option): New function.
4407 (org-follow-timestamp-link): New function.
4408 (org-open-at-point): Call `org-follow-timestamp-link'.
4409 (org-log-note-marker, org-log-note-purpose)
4410 (org-log-note-window-configuration): New variables.
4411 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4412 (org-log-note-headings): New option.
4413 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4414 (org-store-link): Support for dired-mode.
4415 (org-open-file): Substitute environment variables into filename.
4416 (org-last): New defsubst.
4417 (org-agenda-re-align-tags): New function.
4418 (org-agenda-align-tags-to-column): New option.
4419 (org-agenda-timeline): Group removed.
4420 (org-prepare-agenda, org-prepare-agenda-buffers)
4421 (org-run-agenda-series, org-timeline, org-agenda-list)
4422 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4423 the text property inticating the agenda type.
4424 (org-agenda-post-command-hook): Get agenda type from text property
4425 at point.
4426 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4427 and obey `org-agenda-overriding-arguments'.
4428 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4429 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4430 (org-agenda-week-view, org-agenda-day-view):
4431 Use `org-agenda-overriding-arguments' to make updating work with
4432 multi-block agendas.
4433 (org-agenda-prefix-format): Allow different formats for the
4434 different agenda entry types.
4435 (org-timeline-prefix-format): Option removed, use
4436 `org-agenda-prefix-format' instead.
4437 (org-prepare-agenda): New function.
4438 (org-select-timeline-window): Option removed, use
4439 `org-select-agenda-window' instead.
4440 (org-respect-restriction): Variable removed.
4441 (org-cmp-tag): New function.
4442 (org-agenda-sorting-strategy, org-entries-lessp):
4443 Implement sorting by last tag.
4444 (org-complete): Better completion in in-buffer option lines.
4445 (org-in-item-p): New function.
4446 (org-org-menu): Add entries for checkboxes.
4447 (org-cycle): Extra brouping in outline-regexp, because it is used
4448 in a search with "^" prepended.
4449 (org-provide-checkbox-statistics): New option.
4450 (org-set-font-lock-defaults): Highlight checkbox statistics.
4451 (org-update-checkbox-count-maybe)
4452 (org-get-checkbox-statistics-face): New functions.
4453 (org-update-checkbox-count): New command.
4454 (org-insert-item, org-toggle-checkbox):
4455 Call `org-update-checkbox-count-maybe'.
4456 (org-export-as-html): XEmacs compatibility for coding system.
4457 (org-force-cycle-archived): New command.
4458 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4459 overrules cycling.
4460 (org-fix-position-after-promote): If the line contains only a todo
4461 keyword, add a final space.
4462 (org-promote-subtree, org-demote-subtree):
4463 Call `org-fix-position-after-promote'.
4464
4465 2006-11-10 Glenn Morris <rgm@gnu.org>
4466
4467 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4468 date in every year.
4469 (calendar-dst-check-each-year-flag): New customizable variable.
4470 (calendar-dst-find-data): New function, extracted from
4471 calendar-current-time-zone.
4472 (calendar-current-time-zone): Use calendar-dst-find-data.
4473 (calendar-dst-transition-cache): New variable.
4474 (calendar-dst-find-startend, calendar-dst-starts)
4475 (calendar-dst-ends): New functions.
4476 (calendar-daylight-savings-starts)
4477 (calendar-daylight-savings-ends): Change value to use
4478 calendar-dst-starts, calendar-dst-ends; respectively.
4479
4480 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4481
4482 * ido.el (ido-enable-prefix)
4483 * ses.el (ses-call-printer-return)
4484 * net/tramp.el (tramp-unified-filenames)
4485 * progmodes/cc-align.el (c-lineup-string-cont)
4486 * progmodes/compile.el (compilation-directory-matcher)
4487 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4488 * progmodes/gdb-ui.el (gdb-many-windows)
4489 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4490 (vhdl-clock-rising-edge)
4491 * textmodes/org.el (org-export-with-timestamps)
4492 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4493 (org-read-date): Doc fix (Nil -> nil).
4494
4495 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4496
4497 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4498 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4499
4500 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4501
4502 * bs.el (bs--window-for-buffer): Remove.
4503 (bs--show-with-configuration): Use `get-window-with-predicate'
4504 instead of `bs--window-for-buffer'.
4505
4506 2006-11-10 Kenichi Handa <handa@m17n.org>
4507
4508 * files.el (revert-buffer): Fix previous change.
4509
4510 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * bs.el (bs--redisplay): Fix typo in docstring.
4513 (bs--window-config-coming-from): Make frame-local.
4514 (bs--restore-window-config): New function.
4515 (bs-kill, bs-select, bs-select-other-window)
4516 (bs-select-other-frame): Use it.
4517 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4518 (bs--show-with-configuration): Save the window configuration as a
4519 frame local var, and only if *buffer-selection* is not already
4520 visible on this frame.
4521
4522 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4523
4524 * vc-svn.el (vc-svn-admin-directory): New var.
4525 (vc-svn-registered, vc-svn-responsible-p)
4526 (vc-svn-repository-hostname): Use it.
4527 Suggested by arit93@yahoo.com.
4528
4529 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4530
4531 * ldefs-boot.el: Regenerate.
4532
4533 2006-11-08 Alan Mackenzie <acm@muc.de>
4534
4535 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4536 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4537 for least nested open-paren.
4538
4539 2006-11-08 Romain Francoise <romain@orebokech.com>
4540
4541 * subr.el (remove-overlays): Fix typo in last change.
4542
4543 2006-11-08 Richard Stallman <rms@gnu.org>
4544
4545 * subr.el (remove-overlays): Call overlay-recenter.
4546
4547 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4548
4549 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4550 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4551 behaviour.
4552 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4553 directly.
4554
4555 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4556
4557 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4558 (ido-max-dir-file-cache, ido-decorations)
4559 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4560 (ido-magic-backward-char, ido-enter-dired)
4561 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4562 (ido-list-directory, ido-first-match, ido-only-match)
4563 (ido-subdir, ido-indicator): Fix typos in docstrings.
4564 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4565 (ido-read-internal): Fix typo in error message.
4566
4567 2006-11-08 Kenichi Handa <handa@m17n.org>
4568
4569 * international/mule-cmds.el (set-default-coding-systems):
4570 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4571
4572 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4573
4574 * makefile.w32-in (setwins): Remove.
4575 (WINS_ALMOST): New macro.
4576 (WINS): Use it.
4577 (autoloads): Don't extract autoloads from files in obsolete/.
4578
4579 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4580
4581 * whitespace.el (whitespace-buffer): Call remove-overlays after
4582 overlay-recenter for performance. Suggested by Martin Rudalics.
4583
4584 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4585
4586 * net/tramp.el (tramp-default-method): scp is the default method.
4587
4588 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4589
4590 * server.el (server-start): Save also the Emacs pid in the server file.
4591
4592 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4593
4594 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4595 point when displaying a bibtex cross reference in the echo area.
4596
4597 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4598
4599 * international/mule.el (make-char): Fix typo in docstring.
4600 (load-with-code-conversion, charsetp): Doc fixes.
4601
4602 * international/ja-dic-cnv.el (skkdic-convert):
4603 * cus-edit.el (hook): Fix typo in docstring.
4604
4605 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4608 (custom-mode-link-map): New variable.
4609 (custom-group-link, custom-manual): Use follow-link.
4610
4611 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4612
4613 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4614 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4615
4616 2006-11-06 Richard Stallman <rms@gnu.org>
4617
4618 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4619 New function broken out of flyspell-correct-word.
4620 (flyspell-mode-map): Bind it to M-RET.
4621 (flyspell-correct-word): Call it.
4622
4623 * textmodes/fill.el (fill-minibuffer-function): New function.
4624 (fill-paragraph): Bind fill-paragraph-function to
4625 fill-minibuffer-function.
4626
4627 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4628 so that they aren't undefined.
4629
4630 * dired.el (dired-readin): Locally bind file-name-coding-system.
4631
4632 * bindings.el: Shorten and clarify usual mode line mouse help string.
4633
4634 * Makefile.in (autoloads): Don't include `obsolete'.
4635
4636 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4637
4638 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4639 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4640 Printing menu if it's not initialized.
4641 (pr-menu-bind): Act on menu-bar-file-menu directly.
4642
4643 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4644
4645 * help.el (view-emacs-news): Fix typo in error message.
4646
4647 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4648
4649 * shadowfile.el (shadow-define-regexp-group)
4650 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4651 (shadow-read-files): Fix typo in message.
4652 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4653 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4654 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4655 (shadow-file-match): Fix typos in docstrings.
4656
4657 * terminal.el (terminal-emulator): Fix typo in message.
4658
4659 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4660
4661 * emacs-lisp/lselect.el (x-kill-primary-selection)
4662 (x-delete-primary-selection, x-copy-primary-selection):
4663 Fix typos in error messages.
4664
4665 * emulation/edt-mapper.el: Fix typo in interactive message.
4666
4667 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4668
4669 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4670 (ispell-help): Fix typos in docstrings.
4671 (ispell-help): Fix typo in output message.
4672
4673 * allout.el (allout-adjust-file-variable)
4674 (allout-passphrase-verifier-string)
4675 (allout-passphrase-hint-string)
4676 (allout-toggle-current-subtree-encryption):
4677 * apropos.el (apropos-synonyms):
4678 * cus-edit.el (hook):
4679 * emacs-lock.el (emacs-lock-from-exiting):
4680 * follow.el (follow-avoid-tail-recenter-p):
4681 * hexl.el (hexl-mode):
4682 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4683 * mouse.el (mouse-set-font):
4684 * resume.el (resume-emacs-args-file):
4685 * rfn-eshadow.el (file-name-shadow-tty-properties):
4686 * t-mouse.el (t-mouse-process, t-mouse-mode):
4687 * emacs-lisp/cust-print.el (custom-print-install)
4688 (custom-print-uninstall, custom-format):
4689 * emacs-lisp/shadow.el (list-load-path-shadows):
4690 * emulation/tpu-edt.el (tpu-help-text)
4691 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4692 (tpu-reset-control-keys):
4693 * emulation/vip.el (vip-emacs-local-map)
4694 (vip-change-mode-to-emacs):
4695 * emulation/viper.el (viper-mode, viper-set-hooks)
4696 (viper-major-mode-modifier-list):
4697 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4698 * emulation/viper-keym.el (viper-emacs-kbd-map)
4699 (viper-toggle-key):
4700 * mail/feedmail.el (feedmail-queue-reminder)
4701 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4702 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4703 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4704 (feedmail-sender-line, feedmail-force-binary-write)
4705 (feedmail-from-line, feedmail-deduce-envelope-from)
4706 (feedmail-x-mailer-line, feedmail-message-id-generator)
4707 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4708 (feedmail-enable-spray, feedmail-spray-this-address)
4709 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4710 (feedmail-queue-runner-confirm-global)
4711 (feedmail-ask-before-queue-prompt)
4712 (feedmail-ask-before-queue-reprompt)
4713 (feedmail-prompt-before-queue-standard-alist)
4714 (feedmail-prompt-before-queue-user-alist)
4715 (feedmail-prompt-before-queue-help-supplement)
4716 (feedmail-queue-use-send-time-for-message-id)
4717 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4718 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4719 (feedmail-mail-send-hook-queued)
4720 (feedmail-confirm-addresses-hook-example)
4721 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4722 (feedmail-queue-runner-mode-setter)
4723 (feedmail-queue-alternative-mail-header-separator)
4724 (feedmail-queue-runner-message-sender)
4725 (feedmail-buffer-eating-function, feedmail-binmail-template)
4726 (feedmail-run-the-queue-no-prompts)
4727 (feedmail-run-the-queue-global-prompt)
4728 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4729 (feedmail-envelope-deducer, feedmail-fiddle-date)
4730 (feedmail-default-message-id-generator)
4731 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4732 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4733 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4734 (vms-pmail-setup):
4735 * play/dunnet.el (dun-help):
4736 * play/handwrite.el (handwrite):
4737 * play/hanoi.el (hanoi-unix-64):
4738 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4739 * textmodes/enriched.el (fixed):
4740 * textmodes/org.el (org-file-apps)
4741 (org-emphasis-regexp-components, org-emphasis-alist):
4742 * textmodes/texinfmt.el (batch-texinfo-format):
4743 Fix typos in docstrings.
4744
4745 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4746
4747 * loadhist.el (read-feature): Don't complete features not loaded
4748 from a file (which make `unload-feature' to fail).
4749
4750 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4751
4752 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4753
4754 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4755
4756 * startup.el (command-line-1): Kill emacs if the last frame is
4757 deleted while evaluating the command-line arguments.
4758
4759 2006-11-05 Richard Stallman <rms@gnu.org>
4760
4761 * startup.el (init-file-had-error): Add doc string.
4762 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4763 Use fixed-width font for keyboard key descriptions.
4764
4765 * cus-edit.el (custom-save-all): Error if saving in .emacs
4766 and it had an error when loaded.
4767
4768 * dired-aux.el (dired-copy-file-recursive): Catch errors
4769 from recursive copies in the loop, around the recursive call.
4770
4771 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4772
4773 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4774 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4775 `/proc/acpi/thermal_zone/*'.
4776 (battery-search-for-one-match-in-files): New. Search a regexp in
4777 the content of some files.
4778
4779 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4780
4781 * window.el (mouse-autoselect-window-now): Remove variable.
4782 (mouse-autoselect-window-state): New variable.
4783 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4784 (mouse-autoselect-window-select, handle-select-window):
4785 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4786 Suspend delayed autoselection during menu or popup dialog.
4787
4788 * info-look.el (info-lookup-guess-custom-symbol): New function
4789 for retrieving symbol at point in custom buffers.
4790 (top level) <info-lookup-maybe-add-help>: Add backquote and
4791 comma to ignored characters in regexps of help specifications
4792 for emacs-lisp-mode and lisp-interaction-mode. This permits
4793 looking up symbols in `...' and after a comma. Add help
4794 specifications for custom-mode and help-mode.
4795
4796 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4797
4798 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4799 Don't encode body if RAW is non-nil, or if the old encoding is
4800 identical to the new encoding, or if the body contains only
4801 eight-bit-* characters.
4802
4803 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4804
4805 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4806 (faces-sample-overlay): Remove variable.
4807 (describe-face): Insert sample text in the face being described.
4808
4809 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4810
4811 * whitespace.el (whitespace-indent-regexp): Make this match any
4812 multiples of eight spaces near the beginning of a line.
4813 (whitespace-buffer): Use `remove-overlays' instead of
4814 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4815 speed up overlay handling.
4816 (whitespace-buffer-leading, whitespace-buffer-trailing):
4817 Make these functions highlight the text removed by
4818 `whitespace-buffer-leading-cleanup' and
4819 `whitespace-buffer-trailing-cleanup' respectively.
4820 (whitespace-buffer-search): Use `with-local-quit'.
4821 Move `format' out of loop to speed up scanning larger buffers.
4822 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4823 that function is never added to a hook.
4824 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4825 (whitespace-buffer-leading-cleanup)
4826 (whitespace-refresh-rescan-list): Fix docstrings.
4827
4828 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4829
4830 * allout.el (allout-during-yank-processing): Cue for inhibiting
4831 aberrance processing during yanks.
4832 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4833 the amount of yanked topics that can be aberrant.
4834 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4835 a function, and supplement with inihibition of doublechecking
4836 during yanks.
4837 (allout-beginning-of-line, allout-next-heading)
4838 (allout-previous-heading, allout-goto-prefix-doublechecked)
4839 (allout-back-to-current-heading, allout-next-visible-heading)
4840 (allout-next-sibling): Use new allout-do-doublecheck function.
4841 (allout-next-sibling): Ensure we made progress when returning
4842 other than nil.
4843 (allout-rebullet-heading): Preserve text property annotations
4844 indicating the text was hidden, if it was.
4845 (allout-kill-line): Remove any added was-hidden annotations.
4846 (allout-kill-topic): Remove any added was-hidden annotations.
4847 (allout-annotate-hidden): Inhibit adding was-hidden text
4848 properties to the undo list.
4849 (allout-deannotate-hidden): New function to remove was-hidden
4850 annotation.
4851 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4852 (allout-remove-exposure-annotation): Replace by
4853 allout-deannotate-hidden.
4854 (allout-yank-processing): Signal that yank processing is happening
4855 with allout-during-yank-processing. Also, wrap
4856 allout-unprotected's closer to the text changes, for easier
4857 debugging. We need to inhibit-field-text-motion explicitly, in
4858 lieu of the encompassing allout-unprotected.
4859 (outlineify-sticky): Adjust criteria for triggering new outline
4860 decorations to presence or absence of any topics, not just a topic
4861 at the beginning of the buffer.
4862
4863 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4864
4865 * bs.el (bs--show-all, bs--redisplay):
4866 * cus-edit.el (custom-unlispify-menu-entries)
4867 (custom-unlispify-tag-names, custom-prompt-variable):
4868 * expand.el (expand-pos):
4869 * speedbar.el (speedbar-generic-list-tag-p):
4870 * wid-edit.el (widget-image-enable):
4871 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4872 * emacs-lisp/find-func.el (find-function-noselect)
4873 (find-function, find-variable-noselect, find-variable)
4874 (find-definition-noselect, find-face-definition):
4875 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4876 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4877 * progmodes/ada-xref.el (ada-find-in-ali):
4878 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4879 * textmodes/org.el (org-copy-subtree):
4880 * textmodes/table.el (table--row-column-insertion-point-p):
4881 Use "non-nil" in docstrings.
4882
4883 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4884
4885 * sort.el (sort-columns): Set the field separator to tab; on
4886 NetBSD, sort complains if "\n" is used as field separator.
4887
4888 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4889
4890 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4891
4892 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4893
4894 * server.el (server-auth-key): Remove. Replace by a process-property.
4895 (server-start): Don't remove the file of the previous process, but
4896 instead clear out the place for the new file.
4897 (server-start): Set the :auth-key property.
4898 (server-process-filter): Use the :auth-key property.
4899
4900 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4901
4902 * textmodes/org.el (org-mode-map): No longer copy
4903 `outline-mode-map' explicitly - this is already done by
4904 `define-derived-mode'.
4905
4906 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4907
4908 * server.el (server-visit-files): Use `when'.
4909 (server-process-filter): When authentication fails, send error
4910 message to client. Wrap `process-send-region' in `ignore-errors'
4911 instead of `condition-case', and remove misleading comment.
4912
4913 2006-11-01 Juri Linkov <juri@jurta.org>
4914
4915 * simple.el (yank): Doc fix.
4916
4917 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4918
4919 * server.el: Try and fit within 80 columns.
4920 (server-start): Make the auth file unreadable by other users.
4921
4922 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4923
4924 * battery.el (battery-linux-proc-acpi): Prevent range error when
4925 `full-capacity' is 0.
4926
4927 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4928
4929 * faces.el (faces-sample-overlay): New defvar.
4930 (faces-sample-overlay): New function to show face sample text.
4931 (describe-face): Use it.
4932
4933 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4934
4935 * progmodes/ada-stmt.el: Change maintainer, apply
4936 whitespace-cleanup, checkdoc.
4937 (ada-func-or-proc-name): Add doc string.
4938
4939 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4940 whitespace-cleanup, checkdoc. Minor improvements to many doc
4941 strings and comments.
4942 (ada-prj-display-page): Change buffer name to more accurately
4943 reflect function.
4944
4945 * progmodes/ada-xref.el: Change maintainer, apply
4946 whitespace-cleanup, checkdoc. Minor improvements to many doc
4947 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4948 (ada-compile-current): Don't add newlines to commands.
4949
4950 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4951
4952 * server.el: Add support for TCP sockets.
4953 (server-use-tcp, server-host, server-auth-dir): New options.
4954 (server-auth-key): New variable.
4955 (server-ensure-safe-dir): Create nonexistent parent dirs.
4956 Ignore Unix-style file modes on Windows.
4957 (server-start): Crete a TCP or Unix socket according to the value
4958 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4959 `server-auth-dir' directory.
4960 (server-process-filter): Delete process if authentication
4961 fails (which never happens for Unix sockets).
4962
4963 2006-10-30 David Kastrup <dak@gnu.org>
4964
4965 * subr.el (add-to-list): Don't continue checking if a match has
4966 been found.
4967
4968 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4969
4970 * tutorial.el: Move defvars to avoid bytecomp warnings.
4971 (tutorial--find-changed-keys): Check if viper-current-state is
4972 bound before using it.
4973 (help-with-tutorial): Check if viper-tutorial is defined before
4974 using it.
4975
4976 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4977
4978 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4979
4980 * tutorial.el: New file.
4981 (help-with-tutorial): Move here from help-fns.el. Added help for
4982 rebound keys. Fixed resume of tutorial.
4983 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4984 (tutorial--find-changed-keys, tutorial--display-changes)
4985 (tutorial--saved-dir, tutorial--saved-file)
4986 (tutorial--save-tutorial): New functions to support the changes in
4987 help-with-tutorial.
4988
4989 2006-10-30 Kenichi Handa <handa@m17n.org>
4990
4991 * files.el (revert-buffer): If a unibyte buffer is being reverted
4992 with a coding system for multibyte, set buffer multibyte before
4993 calling insert-file-contents.
4994
4995 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4996
4997 * server.el (server-select-display): Use a dummy buffer to detect when
4998 the frame is later used.
4999 (server-select-display): New function.
5000 (server-process-filter): Use it to detect unused temp frames.
5001
5002 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5003
5004 * progmodes/ada-mode.el: Change maintainer, apply
5005 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5006 (ada-mode-version): New function.
5007 (ada-create-menu): Menu operations are available for all supported
5008 compilers.
5009
5010 2006-10-29 Lars Hansen <larsh@soem.dk>
5011
5012 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5013 Highlight as keyword.
5014 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5015 Don't call tramp-method-out-of-band-p for local files.
5016 (tramp-touch): Quote file name.
5017
5018 2006-10-28 Glenn Morris <rgm@gnu.org>
5019
5020 * calendar/calendar.el (cal-html-cursor-month)
5021 (cal-html-cursor-year): Add autoloads for this new package.
5022 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5023
5024 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5025
5026 * calendar/cal-html.el: New file.
5027
5028 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5029
5030 * emacs-lisp/authors.el (authors-aliases): Update.
5031
5032 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5033
5034 * version.el (emacs-version): Bump version number to 22.0.90.
5035
5036 2006-10-26 John W. Eaton <jwe@octave.org>
5037
5038 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5039 New defvar.
5040 (inferior-octave-resync-dirs): Check to see whether Octave has
5041 built-in variables and set inferior-octave-has-built-in-variables.
5042 Check inferior-octave-has-built-in-variables to decide whether to
5043 send commands that set built-in variables or call functions to
5044 change Octave's behavior.
5045 Send "disp (pwd ())" to Octave instead of just "pwd".
5046 (inferior-octave-startup): Send "more off" to Octave instead of
5047 "page_screen_output = 0".
5048
5049 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5050
5051 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5052 pattern normally.
5053
5054 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5055
5056 * bindings.el (mode-line-mode-menu): Remove bindings for global
5057 minor modes (line/column number) as they are on the menubar.
5058
5059 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5060
5061 * term/w32-win.el (x-handle-name-switch): Doc fix.
5062 (w32-standard-fontset-spec): Fix typo in docstring.
5063
5064 * midnight.el (midnight-buffer-display-time): Doc fix.
5065 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5066
5067 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5068
5069 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5070
5071 * viper-ex.el (ex-read): Quote file argument.
5072
5073 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5074
5075 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5076
5077 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5078
5079 * textmodes/flyspell.el (flyspell-check-region-doublons):
5080 Fix last fix.
5081
5082 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * bindings.el (mode-line-mode-menu): List global minor modes
5085 before local ones.
5086
5087 2006-10-23 Kim F. Storm <storm@cua.dk>
5088
5089 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5090 (sit-for): If last command was a prefix arg, add the read-ahead
5091 event to unread-command-events as (t . EVENT) so it will be added
5092 to this-command-keys by read-key-sequence.
5093
5094 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5095
5096 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5097 whitespace when checking doublons.
5098 (flyspell-check-region-doublons): Fix doublon regexp.
5099 (flyspell-highlight-incorrect-region): Highlight doublons using
5100 flyspell-duplicate face.
5101
5102 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5103
5104 2006-10-22 John Wiegley <johnw@newartisans.com>
5105
5106 * progmodes/python.el (python-use-skeletons): python-mode was
5107 auto-inserting templates (for those with abbrev-mode on), not only
5108 by default -- *but without a configuration variable to disable
5109 it*. This rendered python-mode completely useless for me, so I
5110 have added `python-use-skeletons', which is now off by default.
5111
5112 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5113
5114 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5115 font-lock-multiline is auto-local (it's not).
5116 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5117 initialized before calling cperl-init-faces.
5118
5119 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5120
5121 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5122 gdb-stack-position a value when there is no fringe.
5123
5124 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5125 indicator if not visiting a file.
5126
5127 2006-10-20 David Kastrup <dak@gnu.org>
5128
5129 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5130 operation would still cause some window to collapse later.
5131
5132 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5135 side-effect due to mixing various backends's file properties.
5136
5137 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5138 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5139 Return `filename's status if applicable. Update callers.
5140
5141 2006-10-19 Kenichi Handa <handa@m17n.org>
5142
5143 * international/kkc.el (kkc-region): When a key sequence is not
5144 defined, append (this-single-command-raw-keys) to
5145 unread-input-method-events.
5146
5147 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5148
5149 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5150
5151 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5152
5153 * version.el (emacs-version): Use mac-carbon-version-string.
5154
5155 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5156
5157 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5158
5159 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5160 Kenichi Handa).
5161 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5162 the selection is not UTF-8.
5163
5164 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5165
5166 * progmodes/ada-mode.el (ada-83-string-keywords)
5167 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5168 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5169 (ada-looking-at-semi-private, ada-get-body-name):
5170 Fix typos in docstrings.
5171 (ada-create-case-exception, ada-create-case-exception-substring):
5172 Fix typos in error messages.
5173 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5174
5175 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5176
5177 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5178 to default-frame-alist if default-frame-alist already contains
5179 width/height.
5180
5181 2006-10-18 Richard Stallman <rms@gnu.org>
5182
5183 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5184 Non-interactive arg is the value, not the expression.
5185
5186 * simple.el (read-expression-map): Just set it, no defvar.
5187
5188 * subr.el (insert-for-yank-1): If last inserted char has
5189 properties, mark them as rear-nonsticky.
5190
5191 * recentf.el (recentf-mode): Doc fix.
5192
5193 * facemenu.el (facemenu-add-new-face): Defend against symbol
5194 that isn't a face name.
5195
5196 * dired-aux.el (dired-do-copy): Doc fix.
5197
5198 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5199
5200 * simple.el (line-move-1): Ignore fields when moving to the
5201 beginning of line to avoid getting point stuck.
5202
5203 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5204
5205 * textmodes/flyspell.el (flyspell-word-search-backward):
5206 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5207 text.
5208
5209 2006-10-16 Richard Stallman <rms@gnu.org>
5210
5211 * help-fns.el (describe-function-1): Special case optimization
5212 for self-insert-command.
5213
5214 2006-10-16 Kim F. Storm <storm@cua.dk>
5215
5216 * ido.el (ido-reread-directory): Work in `dir' mode too.
5217
5218 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5219
5220 * textmodes/table.el: Require 'regexp-opt.
5221
5222 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5223
5224 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5225 Use shell-quote-argument.
5226
5227 * shell.el (explicit-bash-args): Likewise.
5228
5229 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5230 Use grep -E rather than egrep.
5231
5232 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5233
5234 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5235
5236 2006-10-15 Kim F. Storm <storm@cua.dk>
5237
5238 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5239
5240 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5241
5242 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5243 to protect whitespace and metacharacters from the shell.
5244
5245 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5246
5247 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5248
5249 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5250
5251 * subr.el (start-process-shell-command): Doc fix.
5252
5253 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5254
5255 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5256 the regexp for Maxima symbols.
5257
5258 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5259
5260 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5261 (vc-find-root): Don't walk higher up than ~.
5262
5263 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5264
5265 * international/utf-8.el (utf-translate-cjk-load-tables):
5266 Avoid clobbering last-coding-system-used during load.
5267
5268 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5269
5270 * textmodes/reftex-global.el (reftex-create-tags-file):
5271 Quote file arguments.
5272
5273 2006-10-12 Richard Stallman <rms@gnu.org>
5274
5275 * files.el (file-name-history): Add defvar.
5276 (save-some-buffers-action-alist): Improve description strings.
5277
5278 2006-10-12 Andreas Schwab <schwab@suse.de>
5279
5280 * files.el (auto-mode-alist): Match change log file name also with
5281 a dash before a numeric extension.
5282
5283 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5284
5285 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5286 After 5.0:
5287 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5288
5289 After 5.1: Major edit. Summary of most visible changes:
5290
5291 - Multiple <<HERE per line allowed.
5292 - Handles multiline subroutine declaration headers (with comments).
5293 (The exception is `cperl-etags' - but it is not used in the rest
5294 of the mode.)
5295 - Fontifies multiline my/our declarations (even with comments,
5296 and with legacy `font-lock').
5297 - Major speedup of syntaxification, both immediate and postponed
5298 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5299 huge real-life document I tested).
5300 - New bindings, edits to imenu.
5301 - "_" is made into word-char during fontification/syntaxification;
5302 some attempts to recognize non-word "_" during other operations too.
5303 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5304 - autoload some more perldoc-related stuff
5305 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5306 - Attempt to incorporate XEmacs edits which reached me.
5307
5308 Fine-grained changelog:
5309 (cperl-hook-after-change): New configuration variable.
5310 (cperl-vc-sccs-header): Likewise.
5311 (cperl-vc-sccs-header): Likewise.
5312 (cperl-vc-header-alist): Default via two preceding variables.
5313 (cperl-invalid-face): Remove double quoting under XEmacs
5314 (still needed under 21.2).
5315 (cperl-tips): Update URLs for resources.
5316 (cperl-problems): Likewise.
5317 (cperl-praise): Mention new features.
5318 New C-c key bindings: for `cperl-find-bad-style',
5319 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5320 `cperl-perdoc', and `cperl-perldoc-at-point'.
5321 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5322 moved, new submenu of Tools with Ispell entries and narrowing.
5323 (cperl-after-sub-regexp): New defsubst.
5324 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5325 Allows heads up to head4.
5326 Allow "package;".
5327 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5328 (paren-backwards-message): ??? Something for XEmacs???
5329 (cperl-mode): Never auto-switch abbrev-mode off.
5330 Try to allow '_' be non-word char.
5331 Do not use `font-lock-unfontify-region-function' on XEmacs.
5332 Reset syntax cache on mode start.
5333 Support multiline facification (even on legacy `font-lock').
5334 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5335 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5336 refuse to inform us whether the fontification is due to lazy
5337 calling or due to edit to a buffer, install our own hook
5338 (controlled by `cperl-hook-after-change').
5339 (cperl-electric-pod): =cut may have been recognized as start.
5340 (cperl-block-p): Move, updatedfor attributes.
5341 (cperl-calculate-indent): Try to allow '_' be non-word char
5342 Support subs with attributes.
5343 (cperl-where-am-i): Queit (?) a warning.
5344 (cperl-cached-syntax-table) New function.
5345 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5346 (cperl-unwind-to-safe): Recognize `syntax-type' property
5347 changing in a middle of line.
5348 (cperl-find-sub-attrs): New function.
5349 (cperl-find-pods-heres): Allow many <<EOP per line.
5350 Allow subs with attributes.
5351 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5352 Recognize "extproc " (OS/2) case-folded and only at start.
5353 /x on s///x with empty replacement was not recognized.
5354 Better comments.
5355 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5356 Allow subs with attributes, labels.
5357 Do not confuse "else::foo" with "else".
5358 Minor optimizations...
5359 (cperl-after-expr-p): Try to allow '_' be non-word char.
5360 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5361 with `looking-at' inside `narrow' and bulk out if found.
5362 (cperl-imenu--create-perl-index): Updates for new
5363 `cperl-imenu--function-name-regexp-perl'.
5364 (cperl-outline-level): Likewise.
5365 (cperl-init-faces): Allow multiline subroutine headers
5366 and my/our declarations, and ones with comments.
5367 Allow subroutine attributes.
5368 (cperl-imenu-on-info): Better docstring.
5369 (cperl-etags): Rudimentary support for attributes.
5370 Support for packages and "package;".
5371 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5372 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5373 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5374 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5375 (cperl-perldoc): Add autoload.
5376 (cperl-perldoc-at-point): Likewise.
5377 (cperl-here-doc-spell): New function.
5378 (cperl-pod-spell): Likewise.
5379 (cperl-map-pods-heres): Likewise.
5380 (cperl-get-here-doc-region): Likewise.
5381 (cperl-font-lock-fontify-region-function): Likewise (backward
5382 compatibility for legacy `font-lock').
5383 (cperl-font-lock-unfontify-region-function): Fix style.
5384 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5385 calls with no-change. Governed by `cperl-hook-after-change'.
5386 (cperl-fontify-update): Recognize that syntaxification region
5387 can be larger than fontification one.
5388 XXXX we leave `cperl-postpone' property, so this is quadratic...
5389 (cperl-fontify-update-bad): Temporary placeholder until
5390 it is clear how to implement `cperl-fontify-update'.
5391 (cperl-time-fontification): New function.
5392 (attrib-group): New text attribute.
5393 (multiline): New value: `syntax-type' text attribute.
5394
5395 After 5.2:
5396 (cperl-emulate-lazy-lock): New function.
5397 (cperl-fontify-syntaxically): Would skip large regions.
5398 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5399 Some globals were declared, but uninitialized.
5400
5401 After 5.3, 5.4:
5402 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5403 Copyright message updated.
5404 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5405 facification down a bit.
5406 Misprint for my|our|local for old `font-lock'
5407 "our" was not fontified same as "my|local".
5408 Highlight variables after "my" etc even in
5409 a middle of an expression.
5410 Do not facify multiple variables after my etc
5411 unless parentheses are present.
5412
5413 After 5.5, 5.6
5414 (cperl-fontify-syntaxically): after-change hook could reset.
5415 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5416
5417 After 5.7:
5418 (cperl-init-faces): Allow highlighting of local ($/).
5419 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5420 (cperl-problems): Remove fixed problems.
5421 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5422 Recognize charclasses (unless delimiter is \).
5423 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5424 (cperl-regexp-scan): Update docs.
5425 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5426
5427 After 5.8:
5428 Major user visible changes:
5429 Recognition and fontification of character classes in RExen.
5430 Variable indentation of RExen according to groups.
5431
5432 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5433 Fontify REx charclasses in variable-name face.
5434 Fontify POSIX charclasses in "type" face.
5435 Fontify unmatched "]" in function-name face.
5436 Mark first-char of HERE-doc as `front-sticky'.
5437 Reset `front-sticky' property when needed.
5438 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5439 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5440 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5441 constructs. Support `narrow'ed buffers.
5442 (cperl-praise): Remove a reservation.
5443 (cperl-make-indent): New function.
5444 (cperl-indent-for-comment): Use `cperl-make-indent'.
5445 (cperl-indent-line): Likewise.
5446 (cperl-lineup): Likewise.
5447 (cperl-beautify-regexp-piece): Likewise.
5448 (cperl-contract-level): Likewise.
5449 (cperl-toggle-set-debug-unwind): New function.
5450 New menu entry for this.
5451 (fill-paragraph-function): Use when `boundp'.
5452 (cperl-calculate-indent): Take into account groups when indenting RExen.
5453 (cperl-to-comment-or-eol): Recognize # which end a string.
5454 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5455 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5456 (cperl-fontify-syntaxically): More clear debugging message.
5457 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5458 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5459 Merge cosmetic changes from XEmacs.
5460
5461 After 5.9:
5462 (cperl-1+): Move to before the first use.
5463 (cperl-1-): Likewise.
5464
5465 After 5.10:
5466
5467 This code may lock Emacs hard!!! Use at your own risk!
5468
5469 (cperl-font-locking): New internal variable.
5470 (cperl-beginning-of-property): New function.
5471 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5472 instead of `previous-single-property-change'.
5473 (cperl-unwind-to-safe): Likewise.
5474 (cperl-after-expr-p): Likewise.
5475 (cperl-get-here-doc-region): Likewise.
5476 (cperl-font-lock-fontify-region-function): Likewise.
5477 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5478 recursively.
5479 Bound `next-single-property-change' via `point-max'.
5480 (cperl-unwind-to-safe): Bound likewise
5481 (cperl-font-lock-fontify-region-function): Likewise.
5482 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5483 Initialization of `cperl-font-lock-multiline-start' could be
5484 missed if the "main" fontification did not run due to the
5485 keyword being already fontified.
5486 (cperl-pod-spell): Return t from do-one-chunk function.
5487 (cperl-map-pods-heres): Stop when the worker returns nil.
5488 Call `cperl-update-syntaxification'.
5489 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5490 (cperl-get-here-doc-delim): Remove unused function.
5491
5492 After 5.11:
5493
5494 The possible lockup of Emacs (introduced in 5.10) fixed.
5495
5496 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5497 (cperl-syntaxify-for-menu): New customization variable.
5498 (cperl-select-this-pod-or-here-doc): New function.
5499 (cperl-get-here-doc-region): Extra argument.
5500 Do not adjust pos by 1.
5501
5502 New menu entries
5503 (Perl/Tools): Selection of current POD or HERE-DOC section.
5504 (Debugging CPerl:) backtrace on fontification.
5505
5506 After 5.12:
5507 (cperl-cached-syntax-table): Use `car-safe'.
5508 (cperl-forward-re): Remove spurious argument SET-ST.
5509 Add documentation.
5510 (cperl-forward-group-in-re): New function.
5511 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5512 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5513
5514 After 5.13:
5515 (cperl-string-syntax-table): Make { and } not-grouping
5516 (Sometimes they ARE grouping in RExen, but matching them would only
5517 confuse in many situations when they are not)
5518 (beginning-of-buffer): Replace two occurences with goto-char...
5519 (cperl-calculate-indent): `char-after' could be nil...
5520 (cperl-find-pods-heres): REx can start after "[" too.
5521 Hightlight (??{}) in RExen too.
5522 (cperl-maybe-white-and-comment-rex): New constant
5523 (cperl-white-and-comment-rex): Likewise.
5524 XXXX Not very efficient, but hard to make
5525 better while keeping 1 group.
5526
5527 After 5.13:
5528 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5529 Likewise for 1 << identifier.
5530
5531 After 5.14:
5532 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5533 Error-less condition-case could fail.
5534 (cperl-font-lock-fontify-region-function): Likewise.
5535 (cperl-init-faces): Likewise.
5536
5537 After 5.15:
5538 (cperl-find-pods-heres): Support property REx-part2.
5539 (cperl-calculate-indent): Likewise.
5540 Don't special-case REx with non-empty 1st line.
5541 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5542 Invert highlighting of charclasses:
5543 now the envelop is highlighted.
5544 Highlight many others 0-length builtins.
5545 (cperl-praise): Mention indenting and highlight in RExen.
5546
5547 After 5.15:
5548 (cperl-find-pods-heres): Highlight capturing parens in REx.
5549
5550 After 5.16:
5551 (cperl-find-pods-heres): Highlight '|' for alternation
5552 Initialize `font-lock-warning-face' if not present.
5553 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5554 `font-lock-function-name-face'.
5555 (cperl-look-at-leading-count): Likewise.
5556 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5557 `font-lock-keyword-face' (needed for
5558 batch processing), etc...
5559 Use `font-lock-builtin-face' for builtin in REx
5560 Now `font-lock-variable-name-face'
5561 is used for interpolated variables
5562 Use "talking aliases" for faces inside REx
5563 Highlight parts of REx (except in charclasses)
5564 according to the syntax and/or semantic
5565 Syntax-mark a {}-part of (?{}) as "comment"
5566 (it was the ()-part)
5567 Better logic to distinguish what is what in REx
5568 (cperl-tips-faces): Document REx highlighting
5569 (cperl-praise): Mention REx syntax highlight etc.
5570
5571 After 5.17:
5572 (cperl-find-sub-attrs): Would not always manage to print error message.
5573 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5574
5575 After 5.18:
5576 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5577 Very minor optimization.
5578 `my-cperl-REx-modifiers-face' got quoted.
5579 Recognize "print $foo <<END" as HERE-doc.
5580 Put `REx-interpolated' text attribute if needed.
5581 (cperl-invert-if-unless-modifiers): New function.
5582 (cperl-backward-to-start-of-expr): Likewise.
5583 (cperl-forward-to-end-of-expr): Likewise.
5584 (cperl-invert-if-unless): Works in "the opposite way" too.
5585 Cursor position on return is on the switch-word.
5586 Indents comments better.
5587 (REx-interpolated): New text attribute.
5588 (cperl-next-interpolated-REx): New function.
5589 (cperl-next-interpolated-REx-0): Likewise.
5590 (cperl-next-interpolated-REx-1): Likewise.
5591 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5592 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5593 (cperl-praise): Mention finded interpolated RExen.
5594
5595 After 5.19:
5596 (cperl-init-faces): Highlight %$foo, @$foo too.
5597 (cperl-short-docs): Better docs for system, exec.
5598 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5599 Would not find HERE-doc ended by EOF without NL.
5600 (cperl-short-docs): Correct not-doubled \-escapes.
5601 start block: Put some `defvar' for stuff gone from XEmacs.
5602
5603 After 5.20:
5604 initial comment: Extend copyright, fix email address.
5605 (cperl-indent-comment-at-column-0): New customization variable.
5606 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5607 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5608 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5609 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5610 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5611 highlight $ in $foo too (UNTESTED).
5612 (cperl-set-style): Docstring missed some available styles.
5613 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5614 Change "Current" to "Memorize Current".
5615 (cperl-indent-wrt-brace): New customization variable; the default is
5616 as for pre-5.2 version.
5617 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5618 (cperl-style-alist): Likewise.
5619 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5620 and `cperl-extra-newline-before-brace' etc
5621 being t
5622 (cperl-indent-exp): Plans B and C to find continuation blocks even
5623 if `cperl-extra-newline-before-brace' is t.
5624
5625 After 5.21:
5626 Improve some docstrings concerning indentation.
5627 (cperl-indent-rules-alist): New variable.
5628 (cperl-sniff-for-indent): New function name
5629 (separated from `cperl-calculate-indent').
5630 (cperl-calculate-indent): Separate the sniffer and the indenter;
5631 uses `cperl-sniff-for-indent' now.
5632 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5633 was inverted;
5634 Support `comment-column' = 0.
5635
5636 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5637
5638 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5639 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5640 * longlines.el (longlines-window-change-function): Likewise.
5641 * simple.el (undo-ask-before-discard): Likewise.
5642 * wid-edit.el (widget-field-prompt-internal)
5643 (widget-documentation-link-p): Likewise.
5644
5645 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5646
5647 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5648 for a keyword.
5649
5650 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5651
5652 * newcomment.el (comment-valid-prefix-p): Make the check
5653 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5654 (comment-indent-new-line): Adjust call.
5655
5656 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5657
5658 * allout.el (allout-back-to-current-heading): Base on lower-level
5659 routines to get proper disqualification of aberrant topics.
5660
5661 2006-10-09 Richard Stallman <rms@gnu.org>
5662
5663 * textmodes/two-column.el (2C-two-columns): Doc fix.
5664
5665 2006-10-09 Kim F. Storm <storm@cua.dk>
5666
5667 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5668 about implicit use.
5669
5670 2006-10-08 Richard Stallman <rms@gnu.org>
5671
5672 * textmodes/two-column.el (2C-two-columns): Doc fix.
5673
5674 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5675
5676 * files.el: Mark `buffer-read-only' as safe-local-variable.
5677
5678 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5679
5680 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5681 Burp if GUD buffer has been killed.
5682
5683 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5684
5685 * completion.el (add-completions-from-c-buffer):
5686 Don't presume an error's second element is a string.
5687 Use looking-at rather than buffer-substring + member.
5688
5689 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5690
5691 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5692 `undecided', call find-coding-systems-region to find a proper
5693 non-trivial encoding.
5694 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5695 and "text/plain".
5696
5697 2006-10-07 Kevin Ryde <user42@zip.com.au>
5698
5699 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5700 url-link.
5701
5702 * strokes.el (defgroup strokes): Remove invalid url-link.
5703
5704 2006-10-07 Magnus Henoch <mange@freemail.hu>
5705
5706 * autoinsert.el (auto-insert-alist): Doc fix.
5707
5708 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5709
5710 * mouse-sel.el (mouse-insert-selection-internal):
5711 Use insert-for-yank, so that yank handlers are run.
5712
5713 2006-10-07 Kim F. Storm <storm@cua.dk>
5714
5715 * ido.el (ido-file-extension-aux): Fix comparison.
5716
5717 2006-10-06 Kim F. Storm <storm@cua.dk>
5718
5719 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5720
5721 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5722
5723 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5724 (ad-make-mapped-call): Use `let', not `let*'.
5725
5726 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5727
5728 * international/mule-cmds.el (coding-system-change-eol-conversion):
5729 Ensure the coding system is initialized before calling
5730 coding-system-eol-type.
5731
5732 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5733
5734 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5735 (org-activate-angle-links, org-activate-dates)
5736 (org-activate-target-links, org-activate-camels)
5737 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5738 textproperty keymaps from being active beyond the end of a line.
5739 (org-unfontify-region): Also remove `rear-nonsticky' property.
5740
5741 2006-10-04 Kenichi Handa <handa@m17n.org>
5742
5743 * international/code-pages.el (next): Table fixed.
5744
5745 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5746
5747 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5748 that it's been made unnecessary by removing narrowing.
5749
5750 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5751
5752 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5753 control flow a bit, simplify another bit, and add comments.
5754
5755 2006-10-03 David Kastrup <dak@gnu.org>
5756
5757 * help.el (describe-mode): For clicks on mode-line, use "@"
5758 interactive argument to get the major mode of the click instead of
5759 the current buffer.
5760
5761 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5762 in order to better redirect mouse-2 clicks. Also allow default
5763 bindings to apply.
5764
5765 2006-10-03 Kim F. Storm <storm@cua.dk>
5766
5767 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5768 (pushnew): Fix last change.
5769
5770 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5771
5772 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5773 Use the interactive spec of `eval-expression'.
5774
5775 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5776
5777 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5778
5779 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5780
5781 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5782 2006-09-28 commit.
5783
5784 2006-10-02 Kenichi Handa <handa@m17n.org>
5785
5786 * international/code-pages.el (iso-8859-6): Table fixed.
5787
5788 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5789
5790 * dired.el (dired-build-subdir-alist): Fix previous change.
5791
5792 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5793
5794 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5795
5796 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5797
5798 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5799 "define-button-type".
5800
5801 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5802 they don't keep accumulating.
5803
5804 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5805
5806 * ffap.el (ffap-rfc-path): Change the address of the RFC
5807 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5808
5809 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5810
5811 * allout.el (allout-expose-topic): Rectify implementation of "+"
5812 spec, so that bodies are not exposed with headlines.
5813
5814 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5815
5816 * allout.el (allout-current-depth): Do aberrent check only at or
5817 below doublecheck depth.
5818 (allout-chart-subtree): Make it explicit that LEVELS being nil
5819 means unlimited depth. Drop undocumented support for LEVELS value
5820 t meaning unlimited depth. (This is consistent with
5821 allout-chart-to-reveal, but contrary to allout-show-children,
5822 which needs to use nil to default to depth of 1.)
5823 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5824 (allout-chart-to-reveal): Be explicit in docstring about meaning
5825 of nil LEVELS, and drop support for LEVELS value t.
5826 (allout-show-children): Translate the level spec used by this
5827 routine to that used by allout-chart-subtree and
5828 allout-chart-to-reveal.
5829 (allout-show-to-offshoot): Retry once when stuck, after opening
5830 subtree - improvements in discontinuity handling likely will
5831 enable progress.
5832
5833 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * wid-edit.el (widget-button-click-moves-point): New variable.
5836 (widget-button-click): If widget-button-click-moves-point is
5837 non-nil, set point after performing the button action
5838
5839 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5840
5841 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5842
5843 * files.el (find-file-existing): Modify to not allow wildcards.
5844
5845 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5846
5847 * simple.el (undo-more): When undo information for the region is
5848 exhausted, say "No further undo information FOR REGION".
5849
5850 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5851
5852 * progmodes/sh-script.el (sh-prev-thing):
5853 Take `sh-leading-keywords' into account.
5854
5855 2006-09-29 Glenn Morris <rgm@gnu.org>
5856
5857 * custom.el (defcustom): Doc fix.
5858
5859 * calendar/calendar.el (european-calendar-style):
5860 Call european-calendar or american-calendar as needed when set.
5861 (diary-view-entries, list-calendar-holidays): Move autoloads
5862 before use.
5863
5864 2006-09-29 Juri Linkov <juri@jurta.org>
5865
5866 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5867 to nil if there is no previous property change.
5868
5869 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5870
5871 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5872 saving anything to be sure that `forward-sexp' behaves correctly.
5873
5874 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5875
5876 * simple.el (line-move-finish): Ignore field boundaries if the
5877 initial and final points have the same `field' property.
5878
5879 2006-09-29 Kim F. Storm <storm@cua.dk>
5880
5881 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5882 to t while calling ido-read-internal.
5883
5884 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5885
5886 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5887 (org-archive-subtree): Remove erraneous `]' from character list.
5888
5889 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5890
5891 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5892 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5893 markers for data-area and parameters-area.
5894
5895 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5896
5897 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5898
5899 * font-lock.el (font-lock-after-change-function): Refontify next line
5900 as well if end is at BOL.
5901 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5902 only extend the region as much as needed.
5903
5904 2006-09-28 Richard Stallman <rms@gnu.org>
5905
5906 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5907
5908 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5909
5910 * international/mule.el (after-insert-file-set-coding):
5911 If VISIT, don't let set-buffer-multibyte make undo info.
5912
5913 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5914
5915 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5916 lines in base64-encoded authentication response.
5917
5918 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5919
5920 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5921 (ebnf-version): New version 4.3.
5922 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5923 (ebnf-prologue): Adjust PostScript programming.
5924 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5925 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5926
5927 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5928
5929 * jit-lock.el (jit-lock-force-redisplay): Rename from
5930 jit-lock-fontify-again, and undo the mistaken change I've just done.
5931
5932 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5933 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5934
5935 2006-09-26 Kenichi Handa <handa@m17n.org>
5936
5937 * startup.el (display-splash-screen): Allow a prefix argument.
5938
5939 2006-09-25 Jason Rumney <jasonr@gnu.org>
5940
5941 * subr.el (shell-quote-argument): Use DOS logic for Windows
5942 shells with DOS semantics.
5943
5944 2006-09-24 Richard Stallman <rms@gnu.org>
5945
5946 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5947 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5948 to delete the overlay. Put it on pre-command-hook.
5949
5950 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5951
5952 * startup.el (fancy-splash-screens, normal-splash-screen):
5953 Call the splash buffer *About GNU Emacs*.
5954
5955 * simple.el (next-error-highlight, next-error-highlight-no-select):
5956 Default to 0.5.
5957 (yank-excluded-properties): Add `fontified'.
5958
5959 * font-lock.el (font-lock-compile-keywords): Allow value of
5960 syntax-begin-function to enable paren-column-0 highlighting.
5961
5962 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5963
5964 * dired.el (dired-build-subdir-alist): When file ends in colon,
5965 don't exit the loop, just disregard that file.
5966
5967 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5968
5969 * simple.el (line-move-finish): Handle corner case for fields in
5970 continued lines.
5971 (line-move-1): Remove flawed test for that case.
5972
5973 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5974
5975 * icomplete.el (icomplete-simple-completing-p): Use the correct
5976 name for the new variable, `icomplete-with-completion-tables'.
5977 (file local variables): Remove superfluous setting.
5978
5979 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5980
5981 * calendar/appt.el (appt-check): Fix typo for appointments just
5982 after midnight.
5983
5984 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5985
5986 * help.el (describe-key-briefly, describe-key): Don't expect an
5987 extra up event if a down-event is generated by a popup menu.
5988
5989 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5990
5991 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5992 local dictionary when changing the global dictionary.
5993
5994 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5995
5996 * icomplete.el (icomplete-with-completion-tables): List of
5997 specialized completion tables with which icomplete should
5998 operate. Include the new `internal-complete-buffer', so icomplete
5999 works with interactive buffer-selection.
6000 (icomplete-simple-completing-p): Add acceptance of specialized
6001 completion tables listed in icomplete-with-completion-tables.
6002
6003 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6004
6005 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6006
6007 * startup.el (command-line): Use `custom-reevaluate-setting' for
6008 `focus-follows-mouse'.
6009
6010 2006-09-22 Richard Stallman <rms@gnu.org>
6011
6012 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6013 explain why Save is not available.
6014
6015 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6016
6017 * woman.el (woman0-so): Use `let*', not `let'.
6018 (woman-horizontal-line): Remove unbalanced parenthesis.
6019
6020 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * woman.el: Make sure all the end-of-region markers we use have
6023 a non-nil insertion-type.
6024 (woman0-so): Move things around so we can use copy-marker.
6025 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6026 Adjust marker type.
6027 (woman2-process-escapes): Check marker type.
6028 (woman-horizontal-line): Dispense with the use of a marker.
6029
6030 2006-09-22 Jay Belanger <belanger@truman.edu>
6031
6032 * calc/calc-lang.el: Add Greek letters to math-variable-table
6033 property of tex.
6034
6035 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6036
6037 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6038
6039 2006-09-22 Masatake YAMATO <jet@gyve.org>
6040
6041 * add-log.el (add-log-current-defun): Use `forward-sexp'
6042 instead of `forward-word' to pick c++::symbol.
6043 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6044
6045 2006-09-22 Kenichi Handa <handa@m17n.org>
6046
6047 * bindings.el: Fix setting self-insert-command for multibyte
6048 characters in global-map.
6049
6050 2006-09-21 David Kastrup <dak@gnu.org>
6051
6052 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6053 doc string.
6054
6055 2006-09-21 Kenichi Handa <handa@m17n.org>
6056
6057 * language/european.el ("Latin-1"): Add windows-1252 to
6058 coding-priority.
6059 ("German"): Likewise.
6060
6061 2006-09-21 Kim F. Storm <storm@cua.dk>
6062
6063 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6064 Suggested by Miles Bader.
6065
6066 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6067 instead of add-to-list in the simple case.
6068
6069 2006-09-20 Kenichi Handa <handa@m17n.org>
6070
6071 * isearch.el (isearch-process-search-char): Cancel the previous change.
6072 (isearch-search-string): New function.
6073 (isearch-search): Use isearch-search-string.
6074 (isearch-lazy-highlight-search): Likewise.
6075
6076 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6077
6078 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6079 string to become an option.
6080
6081 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6082
6083 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6084
6085 2006-09-20 Kim F. Storm <storm@cua.dk>
6086
6087 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6088 position t instead of trying both window-end and window-end - 1.
6089
6090 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6091
6092 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6093 hidden trees.
6094
6095 2006-09-20 David Kastrup <dak@gnu.org>
6096
6097 * mouse.el (mouse-posn-property): Improve doc string.
6098 (mouse-on-link-p): Change buffers for function calls on links.
6099
6100 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6101 buffer is read-only.
6102
6103 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6104
6105 * allout.el (allout-unprotected): Let inhibit-read-only only when
6106 buffer-read-only isn't set.
6107 (allout-annotate-hidden): Enable topic annotation during copies even
6108 when the buffer is read-only, eg for topic copies. Ensure that the loop
6109 advances, even when the span extends beyond the deletion region.
6110 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6111 rather than allout-exposure-changed-hook, as a stronger assertion.
6112 (allout-keybindings-list): Add bindings for
6113 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6114 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6115 Copy wrappers for allout-kill-line and allout-kill-topic.
6116 (allout-listify-exposed): Position correctly to accumulate lines.
6117
6118 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6119
6120 * simple.el (line-move-1): Escape field boundaries occurring
6121 exactly at point. Update goal column if constrained to a field.
6122 (line-move-finish): Escape field boundaries occurring exactly at point.
6123
6124 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6127 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6128
6129 2006-09-19 Kim F. Storm <storm@cua.dk>
6130
6131 * help.el (describe-key-briefly, describe-key): Simplify printing
6132 of descriptions by using format and %S. Fix "is undefined"
6133 messages to say "at that spot" for mouse events.
6134
6135 * simple.el (line-move-partial): Optimize. Try window-line-height
6136 before posn-at-point to get vpos of current line.
6137
6138 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6139
6140 * viper.el: Bump up version/date of update to reflect the substantial
6141 changes done in August 2006.
6142
6143 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6144 are defined.
6145
6146 * ediff-util.el (ediff-add-to-history): New function.
6147
6148 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6149
6150 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6151
6152 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6153 Delete duplicate make-local-variable form.
6154 (conf-space-keywords): Add autoload cookie.
6155 Fix typo (`keywords', not `keyword').
6156
6157 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6158
6159 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6160 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6161 to x-gtk-use-old-file-dialog
6162
6163 2006-09-18 Richard Stallman <rms@gnu.org>
6164
6165 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6166 that might come in during mouse tracking.
6167
6168 2006-09-18 Kim F. Storm <storm@cua.dk>
6169
6170 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6171 new window-line-height function. Further optimize by not calling
6172 pos-visible-in-window-p for window-end when window-line-height
6173 returns useful information.
6174
6175 2006-09-16 Richard Stallman <rms@gnu.org>
6176
6177 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6178 (conf-space-mode): Don't handle prefix arg.
6179 Delete conf-space-keywords-override code.
6180 Use add-hook.
6181 (conf-space-keywords): New command.
6182 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6183 Delete conf-space-keywords-override code.
6184 (conf-space-keywords-alist): Doc fix.
6185 (conf-space-font-lock-keywords): Doc fix.
6186 (conf-space-keywords-override): Var deleted.
6187
6188 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6189
6190 * startup.el (fancy-splash-screens): Don't switch to the scratch
6191 buffer; it may not be the next buffer.
6192
6193 2006-09-16 Romain Francoise <romain@orebokech.com>
6194
6195 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6196 in both messages.
6197
6198 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6199
6200 * progmodes/python.el (python-preoutput-filter):
6201 Fix arg order to string-match.
6202
6203 2006-09-16 Richard Stallman <rms@gnu.org>
6204
6205 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6206 font-lock-compile-keywords.
6207
6208 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6209 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6210
6211 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6212
6213 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6214
6215 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6216 and the data doesn't look like UTF8, send STRING instead.
6217
6218 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6219
6220 * textmodes/flyspell.el (flyspell-check-region-doublons):
6221 New function to detect duplicated words.
6222 (flyspell-large-region): Use it.
6223
6224 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6225
6226 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6227
6228 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6229
6230 * help.el (describe-prefix-bindings): Use let, not let*.
6231
6232 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6233
6234 * allout.el (allout-regexp, allout-line-boundary-regexp)
6235 (allout-bob-regexp): Correct grouping and boundaries to fix
6236 backwards traversal.
6237 (allout-depth-specific-regexp, allout-depth-one-regexp):
6238 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6239 worse time in allout-ascend.
6240 (allout-doublecheck-at-and-shallower): Identify depth threshold
6241 below which topics are checked for and disqualified by containment
6242 discontinuities.
6243 (allout-hotspot-key-handler): Correctly handle multiple-key
6244 strokes. Remove some unused variables.
6245 (allout-mode-leaders): Clarify that mode-specific comment-start
6246 will be used.
6247 (set-allout-regexp): Correctly regexp-quote allout regexps to
6248 properly accept alternative header-leads and primary bullets with
6249 regexp-specific characters (eg, C "/*", mathematica "(*").
6250 Include new regular expressions among those configured.
6251 (allout-infer-header-lead-and-primary-bullet):
6252 Rename allout-infer-header-lead.
6253 (allout-recent-depth): Manifest as a variable as well as a function.
6254 (allout-prefix-data): Simplify into an inline instead of a macro,
6255 assuming current match data rather than being explicitly passed
6256 it. Establish allout-recent-depth value as well as
6257 allout-recent-prefix-beginning and allout-recent-prefix-end.
6258 (allout-aberrant-container-p): True when an item's immediate
6259 offspring discontinuously contained. Useful for disqualifying
6260 unintended topic prefixes, likely at low depths.
6261 (allout-goto-prefix-doublechecked): Elaborate version of
6262 allout-goto-prefix which disqualifies aberrant pseudo-items.
6263 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6264 get disqualification of aberrant containers.
6265 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6266 containers.
6267 (allout-beginning-of-current-entry): Position at start of buffer
6268 when in container (depth 0) entry.
6269 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6270 (allout-current-bullet): Strip text properties.
6271 (allout-get-prefix-bullet): Use right match groups.
6272 (allout-beginning-of-line, allout-next-heading):
6273 Disqualify aberrant containers.
6274 (allout-previous-heading): Disqualify aberrant containers, and
6275 change to regular (rather than inline) function, to allow
6276 self-recursion.
6277 (allout-get-invisibility-overlay): Increment so progress is made
6278 when the first overlay is not the sought one.
6279 (allout-end-of-prefix): Disqualify aberrant containers.
6280 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6281 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6282 outline.el outlines) functional again. Change the primary bullet
6283 along with the header-lead - level 1 new-style bullets now work.
6284 Engage allout-before-change-handler in mainline Emacs, not just
6285 XEmacs, to do undo handling.
6286 (allout-before-change-handler): Expose undo changes occurring in
6287 hidden regions. Use allout-get-invisibility-overlay instead of
6288 reimplementing it inline.
6289 (allout-chart-subtree): Use start rather than end of prefix in
6290 charts. Use allout-recent-depth variable.
6291 (allout-chart-siblings): Disqualify aberrant topics.
6292 (allout-beginning-of-current-entry): Position correctly.
6293 (allout-ascend): Use new allout-depth-specific-regexp and
6294 allout-depth-one-regexp for linear instead of O(N^2) or worse
6295 behavior.
6296 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6297 reimplementing an algorithm.
6298 (allout-up-current-level): Depend on allout-ascend, rather than
6299 reimplementing an algorithm. Return to start-point if we fail.
6300 (allout-descend-to-depth): Use allout-recent-depth variable
6301 instead of function.
6302 (allout-next-sibling): On traversal of numerous intervening
6303 topics, resort to economical allout-next-sibling-leap.
6304 (allout-next-sibling-leap): Specialized version of
6305 allout-next-sibling that uses allout-ascend cleverly, to depend on
6306 a regexp search to leap large numbers of contained topics, rather
6307 than arbitrarily many one-by-one traversals.
6308 (allout-next-visible-heading): Disqualify aberrant topics.
6309 (allout-previous-visible-heading): Position consistently when
6310 interactive.
6311 (allout-forward-current-level): Base on allout-previous-sibling
6312 rather than (differently) reimplmenting the algorithm. Remove some
6313 unused variables.
6314 (allout-solicit-alternate-bullet): Present default choice stripped
6315 of text properties.
6316 (allout-rebullet-heading): Use bullet stripped of text properties.
6317 Register changes using allout-exposure-change-hook.
6318 Disregard aberrant topics.
6319 (allout-shift-in): With universal-argument, make topic a peer of
6320 it's former offspring. Simplify the code by separating out
6321 allout-shift-out functionality.
6322 (allout-shift-out): With universal-argument, make offspring peers
6323 of their former container, and its siblings. Implement the
6324 functionality here, rather than inappropriately muddling the
6325 implementation of allout-shift-in.
6326 (allout-rebullet-topic): Respect additional argument for new
6327 parent-child separation function.
6328 (allout-yank-processing): Use allout-ascend directly.
6329 (allout-show-entry): Disqualify aberrant topics.
6330 (allout-show-children): Handle discontinuous children gracefully,
6331 extending the depth being revealed to expose them and posting a
6332 message indicating the situation.
6333 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6334 Leave cursor in correct position.
6335 (allout-hide-current-subtree): Use allout-ascend directly.
6336 Disqualify aberrant topics.
6337 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6338 a way that the yanks can restore it, as used to happen.
6339 (allout-yank-processing): Restore exposure layout as recorded by
6340 allout-kill-*, as used to happen.
6341 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6342 for preseving and restoring exposure layout across kills.
6343 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6344 (allout-encrypt-string): Strip text properties.
6345 Rearranged order and outline-headings for some of the
6346 miscellaneous functions.
6347 (allout-resolve-xref): No need to quote the error name in the
6348 condition-case handler section.
6349 (allout-flatten): Classic recursive (and recursively intensive,
6350 without tail-recursion) list-flattener, needed by allout-shift-out
6351 when confronted with discontinuous children.
6352
6353 2006-09-16 Jason Rumney <jasonr@gnu.org>
6354
6355 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6356 on ms-windows.
6357 (dnd-open-unc-file): Remove.
6358 (dnd-open-local-file): Mention in doc string that it also handles
6359 remote files if the system natively supports unc file-names.
6360
6361 2006-09-15 Kim F. Storm <storm@cua.dk>
6362
6363 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6364 all necessary information about the event before erasing *Help*.
6365
6366 * simple.el (line-move-partial): Use window-line-visiblity to
6367 quickly check whether last line is partially visible, and only do
6368 the hard (and slow) part in that case.
6369
6370 2006-09-15 Jay Belanger <belanger@truman.edu>
6371
6372 * COPYING: Replace "Library Public License" by "Lesser Public
6373 License" throughout.
6374
6375 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6376
6377 * term/x-win.el (x-menu-bar-open): New function for F10.
6378
6379 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6380
6381 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6382 Disallow filenames containing " -" to avoid confusion with libtool
6383 compilation messages. Suggested by Stefan Monnier.
6384
6385 2006-09-15 David Kastrup <dak@gnu.org>
6386
6387 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6388 instead of buffer position for `mouse-on-link-p'.
6389
6390 * mouse.el (mouse-posn-property): New function looking up the
6391 properties at a click position in overlays and text properties in
6392 either buffer or strings.
6393 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6394 of both `follow-link' as well as `mouse-face' properties.
6395 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6396 buffer position.
6397
6398 * help.el (describe-key-briefly): When reading a down-event on
6399 mode lines or scroll bar, swallow the following up event, too.
6400 Use the new mouse sensitity of `key-binding' for lookup.
6401 (describe-key): The same here.
6402
6403 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6404
6405 * play/life.el (life-patterns): Add a few more interesting patterns.
6406 (life-setup): Force `show-trailing-whitespace' to nil.
6407
6408 2006-09-14 Richard Stallman <rms@gnu.org>
6409
6410 * startup.el (fancy-splash-text): Change text to improve alignment.
6411 (fancy-splash-screens): Don't set non-standard tab width.
6412 Bind cursor-type temporarily, and make it easy to patch to
6413 preserve the splash buffer.
6414 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6415 (fancy-splash-screens): Display echo-area message explicitly.
6416 Don't set fancy-splash-help-echo.
6417
6418 * simple.el (line-number-mode): Group mode-line instead of
6419 editing-basics.
6420 (column-number-mode, size-indication-mode): Likewise.
6421
6422 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6423
6424 * time.el (display-time): Group mode-line instead of modeline.
6425
6426 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6427
6428 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6429
6430 * startup.el (fancy-splash-text): Move editing instructions to
6431 fancy-splash-head.
6432 (fancy-splash-head): Issue editing instructions.
6433 (fancy-splash-screens): Fixup whitespace.
6434
6435 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * bindings.el (mode-line-buffer-identification-keymap):
6438 Remove duplicate line.
6439
6440 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6441
6442 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6443 ignore lists.
6444
6445 2006-09-14 Kim F. Storm <storm@cua.dk>
6446
6447 * jit-lock.el (jit-lock-fontify-again): New function.
6448 (jit-lock-fontify-now): Use it instead of lambda form.
6449
6450 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6451
6452 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6453 (flyspell-auto-correct-word): Make ispell-filter local to these
6454 functions. Check that ispell-filter has new stuff before calling
6455 ispell-parse-output.
6456
6457 2006-09-13 Kim F. Storm <storm@cua.dk>
6458
6459 * simple.el (line-move-partial): Optimize.
6460
6461 2006-09-13 Richard Stallman <rms@gnu.org>
6462
6463 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6464 Delete spurious backquote.
6465
6466 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6467
6468 * net/rcirc.el (rcirc-print): Fix last change.
6469
6470 2006-09-12 Jay Belanger <belanger@truman.edu>
6471
6472 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6473
6474 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6475
6476 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6477 rcirc-show-maximum-output.
6478 (rcirc-mode): Remove window-scroll-function hook.
6479 (rcirc-scroll-to-bottom): Remove function.
6480 (rcirc-print): Recenter so point stays at the bottom of the window
6481 if point was already there.
6482
6483 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6484
6485 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6486 not to "t".
6487 * progmodes/compile.el (compilation-start): Likewise.
6488 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6489 Don't use expand-file-name on invocation-directory, since this
6490 might mishandle special characters in invocation-directory.
6491
6492 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6493
6494 * pcvs-defs.el: Remove * in defcustom's docstrings.
6495
6496 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6497
6498 * progmodes/compile.el (compilation-directory-properties):
6499 Doc fix for help-echo.
6500
6501 2006-09-12 Lars Hansen <larsh@soem.dk>
6502
6503 * desktop.el (desktop-read): Add comment.
6504
6505 2006-09-12 Kim F. Storm <storm@cua.dk>
6506
6507 * simple.el (next-error-highlight, next-error-highlight-no-select):
6508 Fix spelling error.
6509
6510 * subr.el (sit-for): Rework to use input-pending-p and cond.
6511 Return nil input is pending on entry also for SECONDS <= 0.
6512 (while-no-input): Use input-pending-p instead of sit-for.
6513
6514 2006-09-11 Richard Stallman <rms@gnu.org>
6515
6516 * simple.el (next-error-highlight, next-error-highlight-no-select):
6517 Fix custom type and doc strings.
6518
6519 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6522 (diff-apply-hunk): Use it to ask for confirmation.
6523
6524 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6525
6526 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6527
6528 2006-09-11 David Kastrup <dak@gnu.org>
6529
6530 * help.el (string-key-binding, describe-key-briefly)
6531 (describe-key): Remove `string-key-binding' and its callers since
6532 `key-binding' already caters for the proper lookup now.
6533
6534 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6535
6536 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6537 (cfengine-mode): Use it. Fix \ syntax to be like /.
6538
6539 * bindings.el (mode-line-buffer-identification-keymap):
6540 Move initialization into declaration.
6541
6542 2006-09-10 Kim F. Storm <storm@cua.dk>
6543
6544 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6545 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6546 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6547 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6548
6549 2006-09-10 Richard Stallman <rms@gnu.org>
6550
6551 * dired-aux.el: Handle errors in recursive copy usefully.
6552 (dired-create-files-failures): New variable.
6553 (dired-copy-file): Remove condition-case.
6554 (dired-copy-file-recursive): Check for errors on all file
6555 operations, and add them to dired-create-files-failures.
6556 Check file file-date-erorr here too.
6557 (dired-create-files): Check dired-create-files-failures
6558 and report those errors too.
6559
6560 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6561
6562 * subr.el (add-to-list): New argument COMPARE-FN.
6563
6564 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6565
6566 * filecache.el (file-cache-add-directory)
6567 (file-cache-add-directory-list, file-cache-add-file)
6568 (file-cache-add-directory-using-find)
6569 (file-cache-add-directory-using-locate)
6570 (file-cache-add-directory-recursively): Add autoloads.
6571
6572 2006-09-09 Richard Stallman <rms@gnu.org>
6573
6574 * textmodes/conf-mode.el (conf-space-mode):
6575 Use hack-local-variables-hook instead of calling hack-local-variables.
6576 (conf-space-keywords-override): New variable.
6577 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6578 (conf-space-mode): Always make conf-space-keywords and
6579 conf-space-keywords-override local.
6580 Call conf-space-mode-internal directly as well as via hook.
6581
6582 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6583
6584 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6585 quasi-keywords.
6586
6587 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6588
6589 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6590 (python-send-string): Be slightly more careful about adding \n.
6591
6592 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6593 kill it right away anyway.
6594
6595 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6596
6597 * international/codepage.el (cp850-decode-table): Fix a few codes.
6598 (cp858-decode-table): New variable.
6599
6600 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6601
6602 * net/ldap.el (ldap-search-internal): Doc fix.
6603
6604 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6605
6606 * play/life.el (life-display-generation): Test for input manually if
6607 `sleeptime' is negative or null.
6608
6609 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6610 (print-region-1): Substitute `%s' with the page title.
6611
6612 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6613
6614 * locate.el (locate-current-search): New variable.
6615 (locate): Set buffer local value. Use current buffer if it is
6616 in Locate mode.
6617 (locate-mode): Disable undo here.
6618 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6619 (locate-update): Use locate-current-search and locate-current-filter.
6620
6621 2006-09-08 David Kastrup <dak@gnu.org>
6622
6623 * desktop.el (desktop-read): When loading a desktop, disable
6624 saving it while the load progresses, and switch off a pending lazy
6625 load by calling `desktop-lazy-abort'.
6626
6627 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6628
6629 * window.el (mouse-autoselect-window-timer)
6630 (mouse-autoselect-window-position)
6631 (mouse-autoselect-window-window)
6632 (mouse-autoselect-window-now): New vars.
6633 (mouse-autoselect-window-cancel)
6634 (mouse-autoselect-window-select)
6635 (mouse-autoselect-window-start): New functions.
6636 (handle-select-window): Call `mouse-autoselect-window-start' when
6637 delayed window autoselection is enabled.
6638
6639 * cus-start.el (mouse-autoselect-window): Handle delayed window
6640 autoselection.
6641
6642 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6643 commands after which it is allowed to print in the echo area.
6644
6645 2006-09-08 Richard Stallman <rms@gnu.org>
6646
6647 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6648
6649 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6650 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6651
6652 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6653 (cancel-timer-internal): Add doc string.
6654 (cancel-function-timers): Doc fix.
6655 (with-timeout-handler, timer-event-last*): Add doc strings.
6656
6657 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6658
6659 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6660
6661 * dired.el (dired-log-summary): Add doc string.
6662
6663 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6664 (custom-group-menu-create): Not here.
6665
6666 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6667
6668 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6669
6670 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6671
6672 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6673 (mac-apple-event-map): Define its handler.
6674
6675 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6676
6677 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6678
6679 2006-09-07 Magnus Henoch <mange@freemail.hu>
6680
6681 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6682 clause.
6683
6684 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6685
6686 * info.el (Info-index): Bind completion-ignore-case.
6687
6688 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6689
6690 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6691 previous commit.
6692 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6693 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6694 burp in dedicated windows.
6695 (inferior-prolog-self-insert-command): New command.
6696 (inferior-prolog-mode-map): Use it.
6697
6698 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6699
6700 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6701
6702 * international/code-pages.el: Add cp858.
6703
6704 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6705
6706 * dnd.el: Fix bootstrapping.
6707
6708 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6709
6710 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6711 (dnd-open-remote-url): New function.
6712 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6713 not windows-nt.
6714
6715 2006-09-07 Jason Rumney <jasonr@gnu.org>
6716
6717 * dnd.el (dnd-open-remote-file-function): New variable.
6718 (dnd-open-unc-file): New function.
6719 (dnd-open-file): Call dnd-open-remote-file-function if set.
6720
6721 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6722
6723 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6724 pgg-passphrase-coding-system rather than locale-coding-system.
6725 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6726
6727 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6728
6729 * progmodes/prolog.el: Remove * in docstrings.
6730 (prolog-program-name): Add SWI prolog.
6731 (prolog-mode-menu): New menu.
6732 (prolog-mode): Set comment-add.
6733 (prolog-indent-line): Simplify. Use indent-line-to.
6734 (inferior-prolog-buffer): New var.
6735 (inferior-prolog-run, inferior-prolog-process): New funs.
6736 (run-prolog, switch-to-prolog): Rewrite, using them.
6737 (prolog-consult-region): Use inferior-prolog-buffer.
6738 (inferior-prolog-load-file): New function.
6739 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6740
6741 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6742 last word, if it's not the end of the paragraph.
6743
6744 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6745 file name.
6746
6747 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6748
6749 * frame.el (display-mm-dimensions-alist): New defcustom.
6750 (display-mm-height, display-mm-width): Use it.
6751
6752 2006-09-06 Simon Josefsson <jas@extundo.com>
6753
6754 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6755
6756 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6757
6758 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6759 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6760 string values.
6761
6762 2006-09-06 Kim F. Storm <storm@cua.dk>
6763
6764 * simple.el (line-move-partial): New function to do vscrolling for
6765 partially visible images / tall lines. Rewrite based on code
6766 previously in line-move. Simplify backwards vscrolling.
6767 (line-move): Use it. Simplify.
6768
6769 2006-09-05 Kim F. Storm <storm@cua.dk>
6770
6771 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6772
6773 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6774
6775 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6776 Process the `gcc-include' after the `gnu' rule.
6777
6778 2006-09-05 Kim F. Storm <storm@cua.dk>
6779
6780 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6781
6782 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6783
6784 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6785 compatibility.
6786
6787 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6788 inhibit-redisplay; encode passphrase with locale-coding-system.
6789
6790 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6791
6792 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6793
6794 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6795
6796 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6797 (gdb-var-list-children-regexp): Make type field optional.
6798
6799 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6800 e.g public, protected in C++.
6801
6802 2006-09-04 John Paul Wallington <jpw@pobox.com>
6803
6804 * simple.el (completion-show-help): New defcustom.
6805 (completion-setup-function): Heed it.
6806
6807 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6808
6809 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6810
6811 2006-09-04 Richard Stallman <rms@gnu.org>
6812
6813 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6814 (rsf-min-region-to-spam-list): Doc fix.
6815 (rsf-add-content-type-field): Doc fix.
6816
6817 * simple.el (kill-region): Explicitly test there is a region.
6818
6819 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6820
6821 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6822 sendmail in several common directories.
6823
6824 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6825
6826 * paths.el (sendmail-program): Removed.
6827
6828 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6829
6830 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6831 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6832 http://article.gmane.org/gmane.emacs.gnus.general/50457
6833
6834 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6835
6836 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6837 mark after running the menu filter.
6838
6839 2006-09-03 Juri Linkov <juri@jurta.org>
6840
6841 * international/quail.el (quail-defrule-internal): Add a check
6842 if a key is a vector.
6843
6844 2006-09-02 Juri Linkov <juri@jurta.org>
6845
6846 * man.el (Man-topic-history): New variable.
6847 (man): Use it.
6848
6849 * woman.el (woman-topic-history): Change defvar to defvaralias
6850 for symbol `Man-topic-history'.
6851
6852 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6853 `comint-last-output-start' is a marker by using `markerp' and
6854 check if it has a position by using `marker-position', and use
6855 this position for `goto-char'.
6856
6857 * international/quail.el (quail-defrule-internal): Add missing
6858 `error' call for null key.
6859
6860 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6861
6862 * rcirc.el (rcirc-keywords): New variable.
6863 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6864 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6865 variables.
6866 (rcirc-responses-no-activity): New function.
6867 (rcirc-handler-generic): Check for responses in above.
6868 (rcirc-process-command): Add ?: character to arguments of raw
6869 server commands.
6870 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6871 `rcirc-dim-nicks'.
6872 (rcirc-gray-toggle): Remove unused variable.
6873 (rcirc-print): Remove some tracking logic, which is moved into
6874 markup functions.
6875 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6876 types.
6877 (rcirc-activity-string): Look for 'keyword in activity-types.
6878 (rcirc-window-configuration-change): Don't erase overlay-arrow
6879 unnecessarily.
6880 (rcirc-add-or-remove): New function.
6881 (rcirc-cmd-ignore): Use it.
6882 (rcirc-message-leader): Remove unused function.
6883 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6884 (rcirc-add-face): New function.
6885 (rcirc-facify): Use rcirc-add-face.
6886 (rcirc-url-regexp): Add parens.
6887 (rcirc-map-regexp): Remove function.
6888 (rcirc-mangle-regexp): Remove function.
6889 (rcirc-markup-text-functions): New variable.
6890 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6891 (rcirc-markup-body-text, rcirc-markup-attributes)
6892 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6893 (rcirc-markup-bright-nicks): New markup handler functions.
6894 (rcirc-nick-in-message-full-line): New face.
6895 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6896 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6897
6898 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6899
6900 * cus-start.el (hscroll-margin, hscroll-step)
6901 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6902 (x-use-underline-position-properties): Change version to "22.1"
6903 since they will appear there for the first time.
6904
6905 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6908
6909 2006-08-31 Richard Stallman <rms@gnu.org>
6910
6911 * cus-edit.el (custom-save-variables): Slight cleanup.
6912 (Custom-no-edit): Renamed from custom-no-edit.
6913 (Custom-newline): Renamed from custom-newline.
6914 (custom-mode-map): Use new names.
6915
6916 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6917 about customization, rather than M-x customize, in the doc string
6918 made for the defcustom.
6919
6920 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6921
6922 2006-08-31 Romain Francoise <romain@orebokech.com>
6923
6924 * dired-x.el (dired-guess-shell-alist-default): Update.
6925
6926 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6927
6928 * custom.el (custom-theme-set-variables): Autoload packages before
6929 sorting the variables.
6930
6931 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6932
6933 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6934 chars if XEmacs.
6935 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6936
6937 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6938
6939 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6940 waiting for process.
6941
6942 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6943
6944 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6945 results in ASCII-only string, encode original one directly.
6946
6947 2006-08-29 Romain Francoise <romain@orebokech.com>
6948
6949 * startup.el (normal-splash-screen, fancy-splash-screens):
6950 Make buffer read-only and arrange to enter view mode if necessary.
6951
6952 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6953
6954 * hl-line.el (hl-line): New face.
6955 (hl-line-face): Use it.
6956
6957 * image-mode.el (image-mode): Fix last fix.
6958 Suggested by Kim F. Storm.
6959
6960 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6961
6962 Sync with Tramp 2.0.54.
6963
6964 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6965 of `=', because `tramp-get-remote-gid' might not always return an
6966 integer when expected.
6967 (tramp-register-file-name-handlers): `partial-completion-mode' is
6968 unknown to XEmacs.
6969 (tramp-time-diff): Don't use `floor', it might fail for large
6970 differences.
6971 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6972 `tramp-auto-save-directory' if unset in order to guarantee unique
6973 auto-save file names.
6974
6975 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * image-mode.el (image-mode): Display image as text on a terminal.
6978
6979 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * progmodes/python.el (python-send-command): Simplify.
6982 (run-python): Don't generate a new buffer unless `new' was specified.
6983 Make sure we send `import emacs' to the proper process.
6984
6985 * progmodes/python.el (python-send-command): Don't wait for the command
6986 to terminate. Don't fiddle with compilation-parsing-end.
6987
6988 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6989
6990 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6991 Insert commentary after first line summary.
6992
6993 * woman.el (woman-follow): New function, based on `man-follow'.
6994 (woman-mode-map): Use it.
6995
6996 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6997 since ibuffer-do-sort-by-recency does not define a sorter.
6998
6999 2006-08-28 Kim F. Storm <storm@cua.dk>
7000
7001 * find-dired.el (find-dired): Use shell-quote-argument to properly
7002 escape ( and ) args. Also use it on {} and ; args in default
7003 value of find-ls-option string.
7004 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7005
7006 2006-08-27 Michael Olson <mwolson@gnu.org>
7007
7008 * emacs-lisp/tq.el: Small grammar fix in comments.
7009 (tq-enqueue): Check for existence of queue rather than the
7010 head queue item's question, which was a no-op.
7011 (tq-filter, tq-process-buffer): Make sure the process buffer
7012 exists before making it the current buffer.
7013
7014 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7015
7016 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7017 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7018 (special-event-map): Apply 2006-08-16 change for x-win.el.
7019
7020 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * progmodes/python.el (python-send-receive): Wait in the
7023 process's buffer so as to check the right buffer-local variables.
7024
7025 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7026
7027 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7028 (defgroup checkdoc): Move to beginning.
7029
7030 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7031 (python-preoutput-continuation): Remove.
7032 (python-preoutput-filter): Simplify correspondingly.
7033 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7034 Loop around to catch embedded _emacs_out output.
7035 (run-python): Send the import&print command on a single line.
7036 (python-send-command): Send command&print on a single line.
7037 (python-send-string): Only add double \n if needed.
7038 (python-send-receive): Loop until the result comes.
7039 (python-mode-running): Defvar it.
7040 (python-setup-brm): Remove unused var `menu'.
7041 Only bind py-mode-map and `features' around brm-init.
7042 (python-calculate-indentation): Remove unused var `point'.
7043 (python-beginning-of-defun): Remove unused var `def-line'.
7044
7045 2006-08-25 Richard Stallman <rms@gnu.org>
7046
7047 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7048
7049 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7050
7051 * viper.el (viper-set-hooks): Use frame bindings for
7052 viper-vi-state-cursor-color.
7053 (viper-non-hook-settings): Don't set default
7054 mode-line-buffer-identification.
7055
7056 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7057 (viper-set-cursor-color-according-to-state)
7058 (viper-get-saved-cursor-color-in-replace-mode)
7059 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7060 viper-emacs-state-cursor-color.
7061
7062 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7063 (viper-undo): Use point if undo-beg-posn is nil.
7064 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7065 (viper-after-change-undo-hook): Don't use
7066 viper-emacs-state-cursor-color by default.
7067 (viper-undo): More sensible positioning after undo.
7068
7069 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7070 (viper-emacs-state-cursor-color): Default to nil, since this feature
7071 doesn't work well yet.
7072
7073 * ediff-mult.el (ediff-intersect-directories)
7074 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7075 always expand filenames.
7076
7077 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7078
7079 * tumme.el: Remove * in defcustoms's docstrings.
7080
7081 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7082
7083 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7084 Accept internal time format for SECS arg.
7085 (timer-relative-time): Doc fix.
7086
7087 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7088 adapted from Martin Rudalics.
7089 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7090 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7091 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7092 using sit-for.
7093
7094 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7095
7096 * cus-start.el (all): Add `overline-margin' and
7097 `x-underline-at-descent-line'.
7098
7099 2006-08-24 Kim F. Storm <storm@cua.dk>
7100
7101 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7102 to mean "use find -exec"; nil now unambiguously means auto-detect.
7103 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7104 Use shell-quote-argument to build grep-find-command and
7105 grep-find-template.
7106 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7107 Reported by Tom Seddon.
7108
7109 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7110
7111 * startup.el (fancy-splash-head): Give instructions for dismissing
7112 the splash screen for default startup too.
7113 (display-startup-echo-area-message, fancy-splash-screens)
7114 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7115 all splash text at once and keep the splash buffer around.
7116 (command-line-1): Give display-startup-echo-area-message a t arg.
7117
7118 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7119
7120 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7121 gnus frame is selected.
7122
7123 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7126
7127 2006-08-22 Kim F. Storm <storm@cua.dk>
7128
7129 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7130 Add suffix matching for subdirs.
7131
7132 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7133
7134 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7135 mouse-yank-at-point is non-nil.
7136
7137 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7138
7139 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7140 a bit wider and remove fringes to fit initial output on line.
7141
7142 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7143
7144 * frame.el (blink-cursor-end): Only ignore the error we care about.
7145 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7146
7147 2006-08-21 Richard Stallman <rms@gnu.org>
7148
7149 * whitespace.el (whitespace-cleanup): Doc fix.
7150
7151 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7152
7153 * net/rcirc.el (rcirc-show-maximum-output): New var.
7154 (rcirc-buffer-process): If no buffer argument is supplied, use
7155 current-buffer.
7156 (rcirc-complete-nick): Complete to the last completed nick first.
7157 (rcirc-mode): Preserve the value of `rcirc-urls' across
7158 connections. Setup scroll function.
7159 (rcirc-scroll-to-bottom): New function.
7160 (rcirc-print): Use nick syntax around regexp work.
7161 Notice dim-nicks speaking only if they say our nick.
7162 (rcirc-update-activity-string): Do not show the modeline indicator
7163 if there are no live rcirc processes.
7164 (rcirc-cmd-ignore): Ignore case.
7165 (rcirc-browse-url-at-point): Fix off-by-one error.
7166
7167 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7168
7169 * progmodes/python.el: Remove * in defcustom docstrings.
7170 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7171 (python-mode): Set tab-width and indent-tabs-mode.
7172
7173 2006-08-20 Dave Love <fx@gnu.org>
7174
7175 * progmodes/python.el: Update to Dave Love's latest version.
7176 (python-font-lock-keywords, python-mode): Don't use
7177 font-lock-syntax-table, but match symbol elements explicitly instead.
7178 (python-mode-map): Add help, and a few more key bindings.
7179 (python-skip-comments/blanks): Move out of comments as well.
7180 (python-continuation-line-p): Behave better with unbalanced parens.
7181 (python-blank-line-p): New fun.
7182 (python-open-block-statement-p): Don't use a heuristic.
7183 (python-outdent-p): Better handle blocks-in-the-same-line.
7184 (python-calculate-indentation): Misc improvements.
7185 (python-comment-indent): Remove.
7186 (python-block-pairs): New var.
7187 (python-first-word): New fun.
7188 (python-indentation-levels): Handle more common cases.
7189 (python-indent-line-1): Add `leave' argument.
7190 (python-indent-region): New fun.
7191 (python-skip-out): New fun.
7192 (python-beginning-of-statement, python-end-of-statement): Use it.
7193 (python-next-statement): Return correct count even at eob.
7194 (python-end-of-block): Fix paren-typo.
7195 (python-imenu-create-index): Add module variables.
7196 (run-python): Add `new' arg.
7197 Check we're at a prompt before returning.
7198 (python-send-command): Move to end of buffer.
7199 Wait for prompt to return.
7200 (python-set-proc): New fun.
7201 (python-imports): New var.
7202 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7203 (python-eldoc-function): Try to move out of arg list.
7204 (python-outline-level): Offset by 1.
7205 (python-find-imports): New fun.
7206 (python-symbol-completions): Use python-imports.
7207 (python-module-path, ffap-alist): Add support for ffap.
7208 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7209 (python-insert-*, python-default-template, python-expand-template):
7210 Add templates/skeletons.
7211 (python-setup-brm): Support for Bicycle Repair Man.
7212 (python-abbrev-syntax-table): New var.
7213 (python-abbrev-pc-hook, python-pea-hook): New funs.
7214
7215 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7216
7217 * frame.el (blink-cursor-start): Set timer first.
7218 (blink-cursor-end): Ignore timer cancelling errors.
7219 Suggested by Ken Manheimer.
7220
7221 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7222
7223 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7224 Add autoload cookie.
7225
7226 2006-08-20 Richard Stallman <rms@gnu.org>
7227
7228 * simple.el (line-number-at-pos): Doc fix.
7229
7230 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7231 timer-activate-when-idle, so timer can run before Emacs becomes
7232 non-idle again.
7233
7234 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7235
7236 * whitespace.el (whitespace-cleanup-internal): New optional arg
7237 REGION-ONLY. If it's non-nil, modify the message to the user
7238 accordingly.
7239 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7240 a non-nil argument.
7241
7242 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7243
7244 * rect.el (spaces-string): Simplify and add doc string.
7245
7246 2006-08-17 Romain Francoise <romain@orebokech.com>
7247
7248 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7249
7250 2006-08-17 Richard Stallman <rms@gnu.org>
7251
7252 * compare-w.el (compare-windows): lambda's take an arg and pass
7253 it to compare-windows-skip-whitespace.
7254
7255 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7256
7257 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7258 the right buffer.
7259
7260 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7261
7262 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7263 removed files.
7264
7265 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7266
7267 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7268 (gdb-locals-watch-map-1): Suppress keymap first.
7269 (gdb-edit-locals-map-1): New variable.
7270 (gdb-edit-locals-value): New function.
7271 (gdb-stack-list-locals-handler): Use them.
7272
7273 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7274
7275 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7276 cursor would normally be drawn in the fringe.
7277
7278 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7279 Reported by Martin Rudalics <rudalics@gmx.at>.
7280
7281 2006-08-16 Richard Stallman <rms@gnu.org>
7282
7283 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7284 (special-event-map): Process drag-n-drop events this way.
7285
7286 * simple.el (move-beginning-of-line): Test whether fields
7287 would prevent motion back to line's first visible character.
7288 If so, stop where the fields would stop the motion.
7289
7290 * newcomment.el (comment-indent): Fully update INDENT
7291 before checking to see if it will change the text.
7292
7293 * cus-edit.el (custom-newline): New function.
7294 (custom-mode-map): Bind newline to custom-newline.
7295
7296 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7297 into ignore-whitespace.
7298 Check each buffer for its skip-function.
7299 Handle compare-windows-skip-whitespace special-case test
7300 by returning t from default skip function.
7301
7302 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7303
7304 * textmodes/org.el (org-clock-special-range)
7305 (org-clock-update-time-maybe): New functions.
7306 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7307 not only a-z.
7308 (org-agenda-get-blocks): Allow multiple blocks per headline.
7309 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7310 (org-export-html-title-format)
7311 (org-export-html-toplevel-hlevel): New options.
7312 (org-export-language-setup): Add support for Czech.
7313 (org-mode, org-insert-todo-heading, org-find-visible)
7314 (org-find-invisible, org-invisible-p, org-invisible-p2)
7315 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7316 (org-show-subtree, org-show-entry, org-make-options-regexp):
7317 Remove compatibility support for old outline-mode.
7318 (org-check-occur-regexp): Funtion removed.
7319 (org-on-heading-p, org-back-to-heading): Made defalias.
7320 (org-set-local): New defsubst.
7321 (org-set-regexps-and-options, org-mode)
7322 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7323 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7324 (org-remember-apply-template, org-table-edit-field)
7325 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7326 (org-set-autofill-regexps): Use `org-set-local'.
7327 (org-table-eval-formula): Fix bug with parsing of display flags.
7328
7329 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7330
7331 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7332 frame with fringe arrow. Suggested by Simon Marshall
7333 <simon.marshall@misys.com>.
7334 (gdb-stack-position): New variable.
7335 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7336 (gdb-frames-mode): Set gdb-stack-position to nil.
7337 Add to overlay-arrow-variable-list
7338 (gdb-reset): Delete gdb-stack-position from above list.
7339
7340 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7341
7342 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7343 read only.
7344
7345 2006-08-13 Romain Francoise <romain@orebokech.com>
7346
7347 * cus-theme.el (customize-create-theme)
7348 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7349
7350 * filesets.el (filesets-add-buffer): Ditto.
7351
7352 * pcvs.el (cvs-change-cvsroot): Ditto.
7353
7354 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7355
7356 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7357 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7358 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7359 expressions.
7360 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7361 Only search till end of line.
7362 Add face to function names in case of no filename.
7363 Add face to variable names of watchpoints.
7364
7365 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7366
7367 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7368 customization group.
7369
7370 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7371
7372 * allout.el (allout-prior-bindings, allout-added-bindings):
7373 Remove, after long deprecation.
7374 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7375 Add customization vars controlling allout-beginning-of-line and
7376 allout-end-of-line conveniences.
7377 (allout-header-prefix, allout-use-mode-specific-leader)
7378 (allout-use-mode-specific-leader, allout-mode-leaders):
7379 Revise docstrings.
7380 (allout-infer-header-lead): Change to be an alias for
7381 allout-infer-header-lead-and-primary-bullet.
7382 (allout-infer-header-lead-and-primary-bullet): New version of
7383 allout-infer-header-lead which assigns the primary bullet to the
7384 same as the header lead, when its being changed.
7385 (allout-infer-body-reindent): Apply regexp-quote instead of
7386 unconditionally prepending "\\", so that all literal
7387 allout-header-prefix and allout-primary-bullet strings are
7388 properly handled.
7389 (allout-add-resumptions): Add optional qualifier for extending or
7390 appending to existing values, rather than replacing them.
7391 (allout-view-change-hook): Clarify docstring.
7392 (allout-exposure-change-hook): Take explicit arguments, via
7393 run-hook-with-args.
7394 (allout-structure-added-hook)
7395 (allout-structure-deleted-hook)
7396 (allout-structure-shifted-hook): New hooks analogous to
7397 allout-exposure-change-hook for other kinds of structural outline
7398 edits.
7399 (allout-encryption-plaintext-sanitization-regexps): New encryption
7400 customization variable, by which cooperating modes can provde
7401 massage of the plaintext without actually being passed it.
7402 (allout-encryption-ciphertext-rejection-regexps)
7403 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7404 customization variables, by which cooperating modes can prohibit
7405 rare but possible ciphertext patterns from fouling their
7406 operation, with actually being passed the ciphertext.
7407 (allout-mode): Run activation and deactivation hooks after the
7408 minor-mode variable has been toggled, to clarify the mode
7409 disposition. The new encryption ciphertext rejection variable is
7410 used to ensure that the ciphertext does not contain text that
7411 would be recognized as outline structural elements by allout.
7412 Substite allout-beginning-of-line and allout-end-of-line for
7413 conventionall beginning-of-line and end-of-line bindings.
7414 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7415 activation!
7416 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7417 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7418 (allout-chart-subtree): Implement new mode, charting only the
7419 visible items in the subtree, when new 'visible' parameter is non-nil.
7420 (allout-end-of-subtree): Properly handle the last item in the buffer.
7421 (allout-pre-command-business, allout-command-counter):
7422 Increment an advertised counter so that cooperating enhancements can
7423 track revisions of items.
7424 (allout-open-topic): Run allout-structure-added-hook with suitable
7425 arguments.
7426 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7427 arguments.
7428 (allout-shift-out): Fix doubling for negative args and ensure call
7429 of allout-structure-shifted-hook by solely using allout-shift-in.
7430 (allout-kill-line, allout-kill-topic):
7431 Run allout-structure-deleted-hook with suitable arguments.
7432 (allout-yank-processing): Run allout-structure-added-hook with
7433 proper arguments.
7434 (allout-yank): Enclose activity in allout-unprotected.
7435 (allout-flag-region): Run allout-exposure-change-hook with
7436 suitable arguments, instead of making the callee infer the arguments.
7437 (allout-encrypt-string):
7438 Support allout-encryption-plaintext-sanitization-regexps,
7439 allout-encryption-ciphertext-rejection-regexps, and
7440 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7441 en/de cryption mode in symmetric encryption failure message.
7442 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7443 copy of the passphrase, and don't zero it or we'll corrupt the
7444 stashed copy.
7445 (allout-create-encryption-passphrase-verifier)
7446 (allout-verify-passphrase): Respect the new signature for
7447 allout-encrypt-string.
7448 (allout-get-configvar-values): Convenience for getting a
7449 configuration variable value and handling its absence gracefully.
7450
7451 2006-08-11 Romain Francoise <romain@orebokech.com>
7452
7453 * obsolete/zone-mode.el: Delete.
7454
7455 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7456
7457 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7458
7459 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7460
7461 * emacs-lisp/bindat.el (bindat-ip-to-string):
7462 Use `format-network-address' if possible.
7463
7464 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7465
7466 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7467
7468 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7469
7470 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7471 restore unread-command-events here.
7472 (edebug-display): Do it here, to detect sit-for interruptions.
7473
7474 2006-08-10 Romain Francoise <romain@orebokech.com>
7475
7476 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7477 (dns-mode-soa-auto-increment-serial): New user option.
7478 (dns-mode-soa-maybe-increment-serial): New function.
7479 (dns-mode): Add the latter to `write-contents-functions'.
7480
7481 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7482 Delete autoload cookies.
7483
7484 2006-08-10 John Wiegley <johnw@newartisans.com>
7485
7486 * eshell/em-glob.el (eshell-glob-chars-list)
7487 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7488
7489 2006-08-10 Richard Stallman <rms@gnu.org>
7490
7491 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7492 (facemenu-set-face): Doc fix.
7493 (facemenu-listed-faces): Doc fix.
7494
7495 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * avoid.el (mouse-avoidance-animating-pointer): New var.
7498 (mouse-avoidance-nudge-mouse): Use it.
7499 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7500 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7501 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7502 Don't activate if currently animating. All callers changed.
7503
7504 2006-08-09 John Wiegley <johnw@newartisans.com>
7505
7506 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7507 variable, which causes timeclock to report elapsed time worked,
7508 instead of just work remaining.
7509
7510 2006-08-09 Kenichi Handa <handa@m17n.org>
7511
7512 * international/latexenc.el (latexenc-find-file-coding-system):
7513 Fix for the case that the 2nd element of arg-list is a cons.
7514
7515 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7516
7517 * info.el (Info-fontify-node): Handle preceding `in' for note
7518 reference hiding rules.
7519
7520 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7521
7522 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7523 mistake a closing " for an opening one.
7524
7525 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7526
7527 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7528
7529 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7530
7531 * complete.el (PC-do-completion): Filter out completions matching
7532 completion-ignored-extensions before checking whether there are
7533 multiple completions.
7534 Don't use `list' unnecessarily when building completion tables.
7535
7536 2006-08-06 Richard Stallman <rms@gnu.org>
7537
7538 * help.el (describe-mode): Make minor mode list more concise.
7539
7540 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7541
7542 * bindings.el: Give mode-line-format, mode-line-modes, and
7543 mode-line-position `standard-value' properties.
7544
7545 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7546
7547 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7548 "(file)node" instead of the file name.
7549
7550 2006-08-05 Richard Stallman <rms@gnu.org>
7551
7552 * faces.el (escape-glyph): Doc fix.
7553
7554 2006-08-04 Kenichi Handa <handa@m17n.org>
7555
7556 * international/mule-diag.el (describe-font): Improve docstring
7557 and error message. Use frame-parameter (not frame-parameters).
7558
7559 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7560
7561 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7562 Correctly mark the end-of-docstring char.
7563
7564 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7565
7566 * simple.el (line-move-to-column): Constrain move-to-column to
7567 current field.
7568
7569 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7570
7571 * font-lock.el (font-lock-beg, font-lock-end)
7572 (font-lock-extend-region-functions): New vars.
7573 (font-lock-extend-region-multiline)
7574 (font-lock-extend-region-wholelines): New functions.
7575 (font-lock-default-fontify-region): Use them.
7576 (font-lock-extend-jit-lock-region-after-change): Only round up
7577 if font-lock-default-fontify-region will do it as well.
7578
7579 * font-lock.el (font-lock-extend-after-change-region-function):
7580 Rename from font-lock-extend-region-function.
7581 (font-lock-extend-region): Remove by inlining at call sites.
7582 (font-lock-after-change-function): Don't needlessly round up to a whole
7583 number of lines.
7584 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7585 the boundary conditions and the interactions between the various ways
7586 to extend the region.
7587
7588 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7591 modification status when forcing the second redisplay.
7592
7593 2006-08-03 Kim F. Storm <storm@cua.dk>
7594
7595 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7596
7597 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7598
7599 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7600 doesn't look like a file name.
7601
7602 * complete.el (PC-expand-many-files): Avoid signalling an error when
7603 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7604
7605 2006-08-02 Andreas Schwab <schwab@suse.de>
7606
7607 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7608
7609 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7610
7611 * bindings.el (map): Make mode-line-buffer-identification-keymap
7612 before defining propertized-buffer-identification.
7613
7614 2006-08-01 Richard Stallman <rms@gnu.org>
7615
7616 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7617
7618 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7621 default value.
7622 (gdb-find-source-frame): New function.
7623 (menu): Add to menu bar.
7624
7625 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7626
7627 * font-core.el (font-lock-extend-region-function)
7628 (font-lock-extend-region): Move to font-lock.el.
7629
7630 * font-lock.el (font-lock-extend-region-function)
7631 (font-lock-extend-region): Move from font-core.el. Simplify.
7632
7633 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7634 if needed.
7635 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7636 (jit-lock-after-change-extend-region-functions): New hook.
7637 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7638
7639 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7640 (font-lock-turn-on-thing-lock): Use it.
7641
7642 * longlines.el (longlines-show-region): Make it work on read-only
7643 buffers as well.
7644
7645 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7646
7647 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7648
7649 2006-07-31 Richard Stallman <rms@gnu.org>
7650
7651 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7652 (vhdl-speedbar-display-projects): Update old obsolete
7653 speedbar variable names.
7654
7655 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7656
7657 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7658 (gdb-stopped): Use it.
7659
7660 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7661
7662 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7665 for load-history elements.
7666
7667 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7668
7669 * files.el (convert-standard-filename): For Cygwin, replace
7670 characters not allowed in Windows file names.
7671 (make-auto-save-file-name): Add Cygwin to the list of systems
7672 where the auto-save file name needs to be run through
7673 convert-standard-filename.
7674
7675 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7676
7677 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7678
7679 2006-07-28 Richard Stallman <rms@gnu.org>
7680
7681 * bindings.el (mode-line-frame-identification)
7682 (propertized-buffer-identification): Centralize the code
7683 to initialize the variable.
7684
7685 * progmodes/grep.el (grep-default-command): Catch errors from
7686 wildcard-to-regexp.
7687
7688 2006-07-29 Kim F. Storm <storm@cua.dk>
7689
7690 * progmodes/grep.el (grep-tag-default): New function.
7691 (grep-default-command, grep-read-regexp): Use it.
7692 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7693 as default if nothing else applies.
7694
7695 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7696
7697 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7698 Throw error if buffer is not in Dired and Wdired mode, respectively.
7699
7700 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7703 self-insert-command keys don't activate buttons.
7704 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7705
7706 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7707
7708 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7709 faces for enable character.
7710
7711 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7712
7713 * Makefile.in (recompile): Update comment to reflect change
7714 on 2004-04-21.
7715
7716 2006-07-27 Richard Stallman <rms@gnu.org>
7717
7718 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7719 (customize-package-emacs-version): Change msg when pkg has no entry.
7720 (custom-no-edit): On a button, do like widget-button-press.
7721
7722 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7723
7724 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7725 S-tab and C-S-tab.
7726
7727 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7728
7729 * progmodes/which-func.el (which-function): Fix documentation/
7730 comment typo.
7731
7732 2006-07-26 Richard Stallman <rms@gnu.org>
7733
7734 * textmodes/ispell.el (ispell-word): If we replace the word,
7735 move point to the end. Insert before deleting.
7736
7737 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7738
7739 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7740 a timer.
7741
7742 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7743
7744 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7745 when at first image.
7746 (tumme-forward-image): Add prefix argument. Add error when at last
7747 image.
7748
7749 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7750
7751 * tabify.el (tabify-regexp): Use more specific regexps.
7752 (tabify): Avoid modifying the buffer unnecessarily.
7753
7754 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7755
7756 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7757 (tumme-format-properties-string): Handle empty `buf'.
7758 (tumme-get-comment): Change variable names inside `let'.
7759 Add missing `let' variable that cause font-lock problems.
7760 (tumme-write-comments): Change variable names inside `let'.
7761 Add missing `let' variable that cause font-lock problems.
7762 (tumme-forward-image): Rename from `tumme-forward-char'.
7763 (tumme-backward-image): Rename from `tumme-backward-char'.
7764
7765 2006-07-25 Masatake YAMATO <jet@gyve.org>
7766
7767 * progmodes/ld-script.el (ld-script-keywords)
7768 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7769 and add comments.
7770
7771 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7772
7773 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7774 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7775 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7776 for status indicator.
7777
7778 2006-07-24 Richard Stallman <rms@gnu.org>
7779
7780 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7781
7782 * subr.el (dolist, dotimes): Use interned symbols for locals.
7783 (--dotimes-limit--, --dolist-tail--): New defvars.
7784 (looking-back): Doc fix.
7785
7786 * replace.el (replace-match-string-symbols): Handle dotted lists.
7787
7788 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7789
7790 * tumme.el (tumme-write-tags): Add.
7791 (tumme-write-comments): Add.
7792 (tumme-tag-files): Change to use `tumme-write-tags'.
7793 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7794 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7795 (tumme-save-information-from-widgets): Change to use
7796 `tumme-write-comments' and `tumme-write-tags'.
7797 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7798 (tumme-write-tag): Remove.
7799 (tumme-write-comment): Remove.
7800 (tumme-display-previous-thumbnail-original): Remove empty line.
7801 (tumme-widget-list): Add punctuation.
7802
7803 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7804
7805 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7806
7807 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7808
7809 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7810 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7811 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7812
7813 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7814
7815 * mouse.el (mouse-on-link-p): Doc fix.
7816
7817 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7818
7819 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7820 Handle "C-h f `".
7821
7822 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7823
7824 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7825 column.
7826
7827 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7828
7829 * textmodes/table.el: Add move-beginning-of-line and
7830 move-end-of-line to Point Motion Only Group.
7831
7832 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7833
7834 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7835
7836 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7837
7838 * startup.el (user-mail-address): Initialize from the `EMAIL'
7839 environment variable first. Document this.
7840 (command-line): Ditto.
7841
7842 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * help-mode.el (help-function-def, help-variable-def)
7845 (help-face-def): Print a message in the minibuffer.
7846
7847 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7848
7849 * term/xterm.el (terminal-init-xterm): Fix key bindings
7850 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7851
7852 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7853
7854 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7855 where `(nth 1 command)' is a cons cell. Doc fix.
7856
7857 * textmodes/po.el (po-find-charset): Doc fix.
7858
7859 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7860
7861 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7862 (allout-beginning-of-current-line, allout-end-of-current-line)
7863 (allout-next-visible-heading, allout-open-topic)
7864 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7865 (allout-flag-current-subtree, allout-show-to-offshoot)
7866 (allout-hide-current-entry, allout-show-current-branches)
7867 (allout-hide-region-body, allout-old-expose-topic)
7868 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7869 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7870 containing `beginning-of-line' and `end-of-line' with
7871 `inhibit-field-text-motion' t.
7872
7873 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7874
7875 * frame.el (focus-follows-mouse): Document that it doesn't have
7876 any effect on MS-Windows.
7877
7878 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7879
7880 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7881
7882 2006-07-20 Jay Belanger <belanger@truman.edu>
7883
7884 * calc.el (calc-previous-alg-entry): Remove variable.
7885
7886 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7887 New variables.
7888 (calc-alg-entry): Use `calc-alg-entry-history'.
7889 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7890 Remove reference to `calc-previous-alg-entry'.
7891 (calcAlg-edit, calcAlg-enter): Remove reference to
7892 `calc-previous-alg-entry'.
7893 (calcAlg-previous): Use `previous-history-element' instead of
7894 `calc-previous-alg-entry'.
7895 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7896 Change keybinding for `calcAlg-plus-minus', add keybindings for
7897 `previous-history-element' and `next-history-element'.
7898
7899 * calc-rewr.el (calc-match): Remove reference to
7900 `calc-previous-alg-entry'.
7901
7902 * calc-sel.el (calc-selection-history): New variable.
7903 (calc-enter-selection, calc-sel-mult-both-sides)
7904 (calc-sel-add-both-sides): Use `calc-selection-history'.
7905
7906 * calc-map.el (calc-get-operator-history): New variable.
7907 (calc-get-operator): Use `calc-get-operator-history'.
7908
7909 * calcalg3.el (calc-curve-fit-history): New variable.
7910 (calc-curve-fit): Use `calc-curve-fit-history'.
7911
7912 2006-07-20 Kenichi Handa <handa@m17n.org>
7913
7914 * international/mule-cmds.el (select-safe-coding-system): Fix the
7915 way of deciding eol-type of the coding system.
7916
7917 2006-07-20 Alan Mackenzie <acm@muc.de>
7918
7919 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7920 (c-lang-setvar): New macro.
7921 (c-make-init-lang-vars-fun): Use the initialization forms in
7922 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7923 (comment-start, comment-end, comment-start-skip): Change these from
7924 c-lang-defvar's to c-lang-setvar's.
7925
7926 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7927 which calls make-local-variable on the elements of
7928 c-emacs-variable-inits.
7929 (c-init-language-vars-for): Call this new macro.
7930
7931 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7934 Try to rule out false positives due to time stamps.
7935 (compilation-mode-font-lock-keywords): Remove rules made redundant
7936 because of the above change. Add `segmentation fault' to the known and
7937 highlighted compilation termination messages.
7938
7939 2006-07-19 Kim F. Storm <storm@cua.dk>
7940
7941 * progmodes/grep.el (grep-find-ignored-directories):
7942 Add .svn and _darcs to list.
7943
7944 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7945
7946 * dired.el (dired-mode-map): Add key binding `C-te' for
7947 `tumme-dired-edit-comment-and-tags'.
7948
7949 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7950 image display buffer is displayed before call to
7951 `tumme-display-image.
7952 (tumme-dired-display-image): Make sure image display buffer is
7953 displayed before call to `tumme-display-image.
7954 (tumme-mouse-display-image): Make sure image display buffer is
7955 displayed before call to `tumme-display-image.
7956 (tumme-widget-list): Add.
7957 (tumme-dired-edit-comment-and-tags): Add.
7958 (tumme-save-information-from-widgets): Add.
7959
7960 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7961
7962 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7963
7964 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7965
7966 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7967 Revert inadvertently installed patch hunk.
7968
7969 * progmodes/compile.el (compilation-find-file): Handle the
7970 cases where the user selects a non-existent file.
7971
7972 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7973
7974 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7975
7976 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7977
7978 * subr.el (sit-for): Just sleep-for if noninteractive.
7979
7980 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7981
7982 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7983
7984 * custom.el (custom-autoload): Add `noset' argument.
7985 (custom-push-theme): Don't autoload the variable, let callers do it.
7986 (custom-theme-set-variables): Autoload the variable if necessary.
7987
7988 * cus-edit.el (custom-variable-state-set): If the variable was
7989 originally set outside custom, but to the same value as the default,
7990 consider it to be standard.
7991
7992 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7993 file *before* telling Emacs to add the autoloads, in case it fails.
7994
7995 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7996 Use `cond', push', and `dolist'.
7997
7998 2006-07-17 Richard Stallman <rms@gnu.org>
7999
8000 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8001 Add defvars to silence warnings.
8002
8003 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8004
8005 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8006 Don't highlight "Compiling file" messages as error.
8007
8008 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8009 file already exists.
8010
8011 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8012
8013 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8014 entry, don't assign to free var; simply return the extracted filename.
8015 (ff-treat-as-special): Incorporate common preamble from callers.
8016 (ff-other-file-name, ff-find-the-other-file):
8017 Update call to ff-treat-as-special.
8018
8019 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8020
8021 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8022
8023 * tumme.el (tumme-get-comment): Fix bug.
8024
8025 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8026
8027 * files.el: Remove spurious * in docstrings.
8028
8029 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8030
8031 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8032 grammar.
8033 (allout-beginning-of-current-line): Beware beginning of buffer.
8034 Also, a comment is simplified.
8035 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8036 when appropriate. (This fix enables use for other than
8037 bullet-hotspot operation.)
8038 (allout-hide-current-subtree): While escalating to sibling-close,
8039 make sure to situate on a topic.
8040
8041 2006-07-14 Kim F. Storm <storm@cua.dk>
8042
8043 * emulation/cua-base.el (cua-delete-selection)
8044 (cua-toggle-set-mark): New defcustoms.
8045 (cua-rectangle-modifier-key): Add `alt' modifier.
8046 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8047 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8048 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8049
8050 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8051
8052 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8053
8054 * allout.el: Require 'cl during byte-compilation/interactive load,
8055 for the `assert' macro.
8056 (allout-mode-deactivate-hook): New hook, run when allout mode
8057 deactivates.
8058 (allout-developer): New allout customization subgroup.
8059 (allout-run-unit-tests-on-load): New allout-developer
8060 customization variable, when true allout unit tests are run towards
8061 end of file load/eval.
8062 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8063 auto-fill-mode.
8064 (allout-resumptions): Remove, to be replaced by...
8065 (allout-add-resumptions): Register variable settings to be
8066 reinstated by `allout-do-resumptions'. The settings are made
8067 buffer-local, but the locality/globality of the suspended setting
8068 is restored on resumption.
8069 (allout-do-resumptions): Reinstate all settings suspended using
8070 `allout-add-resumptions'.
8071 (allout-test-resumptions): Unit tests (and intermediate variables)
8072 for resumptions.
8073 (allout-tests-globally-unbound, allout-tests-globally-true)
8074 (allout-tests-locally-true): Intermediate variables for
8075 resumptions unit tests.
8076 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8077 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8078 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8079 instead of retired `allout-resumptions'. For hook functions, use
8080 `local' parameter so hook settings are created and removed as
8081 buffer-local settings. Revise (resumptions) setting
8082 auto-fill-function so it is set only if already active. (The
8083 related fill-function settings are all made in either case, so
8084 that activating auto-fill-mode activity will have the custom
8085 allout-mode behaviors (hanging indent on topics, if configured for it).
8086 Remove all allout-exposure-category overlays on mode deactivation.
8087 (allout-hotspot-key-handler): New function extracted from
8088 `allout-pre-command-business', so the functionality can be used
8089 for other purposes, eg as a binding in an overlay.
8090 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8091 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8092 customization variable.
8093 (allout-run-unit-tests): Run the (currently quite small)
8094 repertoire of unit tests. Called just before the provide iff user
8095 has customized `allout-run-unit-tests-on-load' non-nil.
8096
8097 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8098
8099 * emacs-lisp/authors.el (authors-aliases): Update.
8100
8101 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8102
8103 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8104 gdb-source-window. Add dedicated argument.
8105 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8106 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8107 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8108 (gdb-display-locals-buffer): Use it.
8109
8110 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8111 Set gdb-source-window.
8112
8113 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8114
8115 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8116 minor modes, redundant with the custom-autoload line above.
8117
8118 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8119
8120 * longlines.el (longlines-post-command-function): Handle open-line too.
8121
8122 2006-07-12 Richard Stallman <rms@gnu.org>
8123
8124 * progmodes/grep.el (grep-last-buffer): Doc fix.
8125
8126 * info.el (Info-try-follow-nearest-node): Doc fix.
8127
8128 * emacs-lisp/edebug.el (edebug-instrument-function):
8129 Err if find-function-noselect gives no position.
8130
8131 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8132 If can't find definition, return nil for position.
8133 (find-function-do-it): Handle new return value
8134 of find-definition-noselect.
8135 (find-definition-noselect, find-variable-noselect): Doc fix.
8136 (find-function-noselect): Doc fix.
8137
8138 * help-mode.el (help-variable-def): Handle find-variable-noselect
8139 returning no position.
8140 (help-function-def): Likewise for find-function-search-for-symbol.
8141 (help-face-def): Likewise.
8142
8143 * help-fns.el (describe-variable): Handle find-variable-noselect
8144 returning no position.
8145
8146 * files.el (locate-file-completion): Avoid duplicates in result.
8147
8148 * cus-edit.el (custom-no-edit): New command.
8149 (custom-mode-map): Remap to custom-no-edit instead of
8150 using suppress-keymap.
8151
8152 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8153
8154 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8155 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8156 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8157
8158 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8159
8160 2006-07-11 Kim F. Storm <storm@cua.dk>
8161
8162 * ido.el (ido-copy-current-file-name): Use buffer-name if
8163 buffer-file-name is nil.
8164
8165 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8166
8167 * simple.el (undo-ask-before-discard): Set to nil.
8168
8169 * vc.el (vc-exec-after): Don't delete process manually.
8170 (vc-print-log): Run log-view-mode in process sentinel inside
8171 inhibit-read-only. Don't shrink window due to timing issues.
8172
8173 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8174 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8175
8176 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8177
8178 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8179 Fix ambiguity introduced by last change.
8180 (compilation-find-file): Move save-excursion to where it may
8181 make sense. Fix a left over `find-file'.
8182
8183 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8184
8185 * textmodes/texinfmt.el (texinfo-format-separate-node):
8186 Insert a string before point, which fits documentation, not after.
8187 (texinfo-multitable-item): In a multitable row, insert any
8188 additional needed @tabs and spaces.
8189
8190 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8191
8192 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8193 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8194 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8195 instead of shell-command.
8196 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8197 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8198 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8199 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8200 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8201 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8202
8203 2006-07-11 Kim F. Storm <storm@cua.dk>
8204
8205 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8206 Remove special case for seconds < 0. Use (redisplay t) instead.
8207
8208 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8209
8210 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8211 avoid compilation error.
8212
8213 * subr.el (sit-for): New function.
8214
8215 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8216
8217 2006-07-10 Richard Stallman <rms@gnu.org>
8218
8219 * ldefs-boot.el (edebug): Update page.
8220
8221 2006-07-10 Kim F. Storm <storm@cua.dk>
8222
8223 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8224 to FOR-RELEASE and TODO.
8225
8226 2006-07-10 Romain Francoise <romain@orebokech.com>
8227
8228 * emacs-lisp/authors.el (authors-aliases): Update.
8229
8230 2006-07-10 Alan Mackenzie <acm@muc.de>
8231
8232 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8233 * cc-mode.el: Changes to eradicate eval-after-load.
8234
8235 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8236
8237 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8238 on non-char events.
8239
8240 2006-07-09 Romain Francoise <romain@orebokech.com>
8241
8242 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8243 Don't highlight start/end markers as compilation messages.
8244
8245 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8246 to t.
8247
8248 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8249
8250 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8251
8252 2006-07-08 Richard Stallman <rms@gnu.org>
8253
8254 * term/x-win.el (x-handle-display): Add doc string.
8255
8256 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8257
8258 * subr.el (def-edebug-spec): Move here.
8259 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8260
8261 * imenu.el (imenu-choose-buffer-index): Doc fix.
8262
8263 2006-07-08 Romain Francoise <romain@orebokech.com>
8264
8265 * term/x-win.el (x-display-name): Fix typo.
8266
8267 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8268
8269 * hexl.el (hexl-find-file): Doc fix.
8270
8271 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8272
8273 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8274
8275 * term/x-win.el (x-display-name): Doc fix.
8276
8277 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8278
8279 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8280 long prefixes.
8281 (fill-region-as-paragraph): Don't round up to a whole line.
8282 (fill-comment-paragraph): Don't include the code-before-the-comment
8283 when calling fill-region-as-paragraph.
8284
8285 * international/mule.el (make-char): Remove redundancy.
8286
8287 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8288 property may contain an anonymous function rather than a symbol.
8289
8290 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8291
8292 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8293 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8294
8295 * dirtrack.el (dirtrack-default-directory-function): Remove.
8296 (dirtrack-directory-function): Use file-name-as-directory.
8297 (dirtrack-windows-directory-function): Simplify.
8298 (dirtrack-forward-slash, dirtrack-backward-slash)
8299 (dirtrack-replace-slash): Remove.
8300 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8301 (dirtrack): Fix wrong parenthesizing; use match-string.
8302
8303 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8304 (inferior-octave-mode): Only change the buffer-local value of
8305 comint-dynamic-complete-functions.
8306 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8307 Move the initialization to the declaration.
8308 (inferior-octave-complete): Remove unused var `filter'.
8309
8310 * shell.el (shell-mode): Only change the buffer-local value of
8311 comint-dynamic-complete-functions.
8312
8313 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8314
8315 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8316 entry is skipped because it has been scheduled.
8317 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8318 changing `:org-archived' and `:org-comment' properties.
8319
8320 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8321
8322 * server.el (server-select-display): Don't make the temp frame
8323 minibuffer-only, in case it's not a temp frame.
8324 (server-process-filter): Don't delete the temp frame if it's the
8325 only one we have on that display.
8326
8327 * files.el (find-alternate-file): Doc fix.
8328
8329 2006-07-05 Richard Stallman <rms@gnu.org>
8330
8331 * files.el (abbreviate-file-name): Add save-match-data.
8332
8333 2006-07-03 Richard Stallman <rms@gnu.org>
8334
8335 * faces.el (read-face-name): Doc fix.
8336
8337 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8338
8339 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8340
8341 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8342
8343 * vc.el (vc-diff-internal): Fix prev change.
8344
8345 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8346
8347 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8348 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8349
8350 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8353 fails if the symbol contains chars like ( or '.
8354 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8355 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8356 `short'.
8357
8358 2006-07-04 Kenichi Handa <handa@m17n.org>
8359
8360 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8361 the current one, don't call set-language-environment, but call one
8362 of set-language-environment-XXX to make INFO effective now.
8363 (set-language-environment): Call set-language-environment-XXX
8364 functions instead of doing the various setups directly.
8365 (set-language-environment-coding-systems): Delete argument eol-type.
8366 (set-language-environment-input-method)
8367 (set-language-environment-nonascii-translation)
8368 (set-language-environment-charset)
8369 (set-language-environment-fontset)
8370 (set-language-environment-unibyte): New functions.
8371
8372 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8373
8374 * locate.el (locate-update-when-revert): New option.
8375 (locate-update-path): New option (suggested by Michael Albinus).
8376 (locate-prompt-for-command): Whitespace change.
8377 (locate-update): No longer offer to update the locate database by
8378 default. Implement the two new options.
8379
8380 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8381
8382 * tooltip.el: Move comment about track-mouse...
8383
8384 * progmodes/gud.el: ...to here.
8385
8386 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8387
8388 * facemenu.el (facemenu-listed-faces): New var.
8389 (facemenu-unlisted-faces): Variable deleted.
8390 (facemenu-add-new-face): Use facemenu-listed-faces.
8391
8392 * emulation/viper-init.el, calendar/calendar.el:
8393 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8394
8395 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8396
8397 * textmodes/org.el (org-mode): Remove no invalid settings for
8398 calc embedded mode.
8399 (org-mode-p): New defsubst.
8400 (org-save-all-org-buffers): New function.
8401 (org-first-headline-recenter): Enclose outline-regexp in group
8402 delimiters.
8403 (org-set-tags): Keep single space after stars.
8404
8405 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8406
8407 * window.el (set-window-text-height): Only set window-min-height to
8408 1 if that's the requested size.
8409
8410 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8411 (diff-unified->context, diff-context->unified)
8412 (diff-reverse-direction): Make sure the end marker stays at the end.
8413 (diff-mode): Add the keymap table at the end of docstring.
8414 Use lexical-let rather than constructing a closure manually.
8415
8416 * files.el (find-file-noselect-1): Remove unused var assignment.
8417 (hack-local-variables-confirm): Print lists of strings as lists of
8418 strings rather than lists of symbols.
8419 (abbreviate-file-name, hack-local-variables-prop-line):
8420 Use match-string.
8421 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8422 (recover-session-finish): Use line-end-position.
8423
8424 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8425
8426 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8427
8428 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8429
8430 * progmodes/make-mode.el (makefile-macroassign-regex):
8431 Accept preceding keyword.
8432 (makefile-gmake-statements): Reorganize, now that makepp has
8433 "override" and also handle forgotten "override define".
8434 (makefile-makepp-statements): Add new "global", "override export"
8435 and "override global".
8436
8437 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8438
8439 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8440 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8441 (ada-no-auto-case): Fix typos in docstrings.
8442
8443 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8444
8445 * info.el (Info-find-node-2): Search for makeinfo version more
8446 carefully.
8447
8448 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8449
8450 * textmodes/org.el (org-prepare-agenda-buffers):
8451 Use `invisible-OK' argument for `org-end-of-subtree'.
8452 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8453 (org-beginning-of-item): Fix bug in regular expression for white line.
8454 (org-export-as-html): Enforce space after bullet in plain list items.
8455 (org-set-autofill-regexps): Require space after plain list bullet
8456 for paragraph-start.
8457 (org-ts-regexp3): New constant.
8458 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8459 (org-timestamp-up-day, org-timestamp-down-day)
8460 (org-timestamp-change): Work with inactive timestamps.
8461 (org-ts-regexp1): Don't allow brackets in time stamps.
8462
8463 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8464
8465 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8466 for ignoring links.
8467
8468 * faces.el (read-face-name): Use it.
8469
8470 2006-06-28 Juri Linkov <juri@jurta.org>
8471
8472 * buff-menu.el (list-buffers-noselect): Compare Info file
8473 with the string "dir" to detect Info directory.
8474
8475 * complete.el (partial-completion-mode): In lambda for
8476 `choose-completion-string-functions' use full function signature
8477 with 4 args, and move point to the end of the minibuffer only if arg
8478 `mini-p' is non-nil.
8479
8480 2006-06-28 John Paul Wallington <jpw@pobox.com>
8481
8482 * ibuffer.el (ibuffer-mode): Doc fix.
8483
8484 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8485
8486 * textmodes/org.el (org-context): New contexts :item-bullet,
8487 :latex-fragment, :latex-preview.
8488 (org-overlays-at, org-overlay-start, org-overlay-end):
8489 New compatibility functions.
8490 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8491 exact regexp that will be used during export.
8492 (org-latex-regexps): New variable.
8493 (org-cdlatex-mode): Improve advice for `texmathp'.
8494 (turn-on-org-cdlatex): New function.
8495
8496 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8497
8498 * term/mac-win.el (mac-handle-font-selection): Change keys of
8499 mac-atsu-font-table from strings to numbers.
8500 (mac-ts-caret-position): Use also when cursor-type is nil.
8501 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8502 Relax condition for using overlay strings.
8503 Use mac-ts-caret-position face when cursor-type is nil.
8504
8505 2006-06-26 Kim F. Storm <storm@cua.dk>
8506
8507 * help.el (view-emacs-news): Declare `res' in the right let* form.
8508
8509 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8510
8511 * net/rcompile.el (remote-compile): Replace ange-ftp based
8512 implementation by Tramp functions.
8513 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8514
8515 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8516
8517 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8518
8519 * international/fontset.el (setup-default-fontset): Fix a typo in
8520 the "Oriya-Akruti" registry name.
8521
8522 2006-06-23 Lars Hansen <larsh@soem.dk>
8523
8524 * desktop.el (desktop-full-file-name): New function.
8525 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8526 (desktop-revert): Use it.
8527 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8528 (desktop-after-read-hook): Add option list-buffers.
8529 (desktop-locals-to-save): Add tab-width.
8530 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8531 Fix docstring.
8532
8533 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8534
8535 * textmodes/org.el (org-cdlatex-mode-map)
8536 (org-cdlatex-texmathp-advice-is-done): New variables.
8537 (org-cdlatex-mode): New minor mode.
8538 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8539 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8540 (org-export-with-archived-trees): New option.
8541 (org-open-file): Remove the call to `convert-standard-filename'.
8542 (org-archive-tag, org-agenda-skip-archived-trees)
8543 (org-cycle-open-archived-trees)
8544 (org-sparse-tree-open-archived-trees): New options.
8545 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8546 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8547 New functions.
8548 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8549 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8550 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8551 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8552 Call `org-prepare-agenda-buffers'.
8553 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8554 (org-file-apps, org-file-apps-defaults-gnu)
8555 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8556 Handle remote files by forcing them to be opened in Emacs.
8557
8558 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8559
8560 * vc.el (vc-diff-knows-L): New variable.
8561 (vc-diff-internal): Use it to handle "diff" programs that don't
8562 understand -L. This works automatically, no user action is necessary.
8563
8564 2006-06-23 Daniel Brockman <daniel@brockman.se>
8565
8566 * net/rcirc.el (rcirc-default-user-full-name): Default to
8567 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8568 longer exists).
8569 (rcirc-process-list): Check `buffer-live-p' before attempting to
8570 switch to a buffer.
8571
8572 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8573
8574 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8575 based on rcirc-coding-system-alist.
8576
8577 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8578
8579 * cus-edit.el (customize-apropos): A better error message.
8580 (top level) <debug-ignored-errors>: Extend and update the list of
8581 ignored error messages.
8582
8583 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8584
8585 * complete.el (PC-do-completion): Retain capitalization of user
8586 input, when possible, even if completion-ignore-case is set.
8587
8588 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8589
8590 * generic-x.el (bat-generic-mode): Support .cmd files.
8591
8592 * dos-w32.el (top level): Use find-file-not-found-functions
8593 instead of the obsolete find-file-not-found-hooks.
8594
8595 2006-06-22 Kim F. Storm <storm@cua.dk>
8596
8597 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8598 to recognize mode name containing submodes, such as Grep/lw.
8599
8600 2006-06-21 Kim F. Storm <storm@cua.dk>
8601
8602 * simple.el (line-move-1): Check for move-end-of-line instead of
8603 end-of-line when setting temporary-goal-column.
8604
8605 2006-06-21 Miles Bader <miles@gnu.org>
8606
8607 * play/cookie1.el (cookie): Work properly when there's only one entry.
8608
8609 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8610
8611 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8612 (gdb-frame-handler): Generalize frame regexp for templates.
8613
8614 2006-06-20 Glenn Morris <rgm@gnu.org>
8615
8616 * calendar/appt.el (appt-display-format): Default value must be
8617 one of the customize options.
8618
8619 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8620
8621 * term/xterm.el (terminal-init-xterm): Update key availability info.
8622 Bind C-return.
8623
8624 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8625
8626 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8627
8628 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8629 whether or not a local variables list is defined.
8630
8631 * msb.el (msb): Move `sit-for' hack here to handle both
8632 "mouse-down and drag" and "mouse-up and select" situations.
8633 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8634
8635 2006-06-20 Kenichi Handa <handa@m17n.org>
8636
8637 * international/characters.el (word-combining-categories):
8638 Add entries for 2-byte Han characters.
8639
8640 2006-06-19 Richard Stallman <rms@gnu.org>
8641
8642 * bindings.el (mode-line-format): Save some mode line space.
8643
8644 * files.el (find-file-noselect): Improve the question wording.
8645 (basic-save-buffer-2): Mask UMASK against 666.
8646
8647 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8648 (mouse-drag-vertical-line): Call it.
8649
8650 * cus-edit.el (customize-option, customize-option-other-window):
8651 Error if SYMBOL is nil.
8652
8653 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8654
8655 * textmodes/org.el: Require noutline, also on XEmacs.
8656 (org-end-of-subtree): Return point.
8657 (org-dblock-start-re, org-dblock-end-re): New constants.
8658 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8659 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8660 (org-update-all-dblocks, org-find-dblock): New functions.
8661 (org-collect-clock-time-entries): New function.
8662 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8663 (org-fixup-indentation): Modify to deal correctly with lines
8664 starting with TAB. Only one argument DIFF now.
8665 (org-demote, org-promote): Call `org-fixup-indentation' with just
8666 one argument, DIFF.
8667 (org-mode): Don't mark buffer as modified when aligning tables.
8668 (org-clock-sum): Don't mark buffer modified when adding time sum
8669 properties.
8670 (org-export-as-html): Add support for a link validation function.
8671 (org-archive-all-done): New function.
8672 (org-archive-subtree): New prefix argument. When set, archive all
8673 done subtrees in this buffer.
8674 (org-remove-clock-overlays)
8675 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8676 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8677 (org-put-clock-overlay): Don't swallow last headline character
8678 when displaying overlay.
8679 (org-store-link): Link to `image-mode' with just the file name.
8680
8681 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8682
8683 * viper-cmd.el (viper-special-read-and-insert-char):
8684 Use read-key-sequence.
8685 (viper-after-change-undo-hook): Misc enhancements.
8686 (viper-after-change-undo-hook): New hook.
8687 (viper-undo): Use viper-after-change-undo-hook.
8688 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8689 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8690 clicking on that widget/button.
8691
8692 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8693
8694 * ediff-diff (ediff-test-patch-utility): Catch errors.
8695 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8696 (ediff-set-actual-diff-options): New function.
8697 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8698 Use ediff-set-actual-diff-options.
8699 (ediff-extract-diffs): Catch errors.
8700 (ediff-whitespace): Add non-breakable space.
8701 (ediff-same-file-contents): Catch errors.
8702
8703 * ediff-mult.el (ediff-collect-custom-diffs):
8704 Save coding-system-for-read.
8705
8706 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8707 (ediff-vc-internal, ediff-vc-merge-internal):
8708 Use ediff-delete-version-file.
8709 (ediff-delete-version-file): New function.
8710
8711 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8712
8713 * ediff.el (ediff-directories, ediff-directory-revisions)
8714 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8715 (ediff-directories-internal, ediff-merge-directory-revisions)
8716 (ediff-merge-directory-revisions-with-ancestor)
8717 (ediff-directories3): Use read-directory-name.
8718
8719 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8720
8721 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8722 Remove superfluous part of regexp for brace matching which is handled
8723 by `scan-lists' call.
8724
8725 2006-06-16 Richard Stallman <rms@gnu.org>
8726
8727 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8728
8729 * files.el (basic-save-buffer-2): For a new precious file,
8730 use the default modes in the return value.
8731
8732 * facemenu.el (facemenu-color-alist): Doc fix.
8733
8734 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8735
8736 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8737
8738 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8739
8740 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8741 (mac-utxt-to-string): Use it.
8742 (mac-ts-update-active-input-area): Use mac-ae-number.
8743
8744 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8745
8746 * term.el (term-handle-scroll, term-delete-lines)
8747 (term-insert-lines): Fix off by one errors.
8748
8749 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8750
8751 * net/tramp.el (tramp-touch): Use UTC to express time.
8752
8753 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8754
8755 * mail/sendmail.el (mail-send): Search explicitly for
8756 mail-header-separator when checking for corrupted header lines.
8757
8758 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8759
8760 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8761 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8762 (gdb-init-1): Initialise them.
8763 (gdb-starting): Reset gdb-printing
8764 (gdb-starting): Save value of gud-overlay-arrow-position.
8765 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8766 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8767 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8768 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8769
8770 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8771
8772 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8773
8774 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8775
8776 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8777 (ldap-search-internal): Keep error messages, and a regexp fix.
8778
8779 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8780
8781 * files.el (hack-local-variables-confirm):
8782 Display string value using its printed representation.
8783
8784 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8785
8786 * server.el (server-edit): No-op if no server buffers exist.
8787
8788 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8789
8790 * textmodes/page-ext.el (pages-directory-for-addresses):
8791 Including `pages-directory-address-mode' in the function results
8792 in the message "Buffer in which pages were found is deleted".
8793
8794 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8795
8796 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8797 clocking functions.
8798
8799 (org-agenda-clock-in, org-check-running-clock)
8800 (org-clock-out-if-current, org-remove-clock-overlays)
8801 (org-put-clock-overlay): New functions.
8802 (org-clock-marker, org-clock-file-total-minutes)
8803 (org-clock-overlays): New variables.
8804 (org-clock-display, org-clock-sum, org-clock-cancel)
8805 (org-clock-out, org-clock-in): New commands.
8806 (org-export): New function.
8807 (org-emph-re): New constant.
8808 (org-set-emph-re, org-do-emphasis-faces): New functions.
8809 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8810 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8811 (org-export-html-convert-emphasize): Use the configurable emphasis.
8812 (org-cleaned-string-for-export): Make multiline emphasis visible
8813 to the exporter. New optional argument PARAMETERS.
8814 (org-export-as-html): Specify :emph-multiline parameter to
8815 `org-cleaned-string-for-export'.
8816
8817 2006-06-10 Richard Stallman <rms@gnu.org>
8818
8819 * help.el (help-for-help-internal): Clean up help text.
8820
8821 2006-06-10 Andreas Schwab <schwab@suse.de>
8822
8823 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8824 in doc string.
8825
8826 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8827
8828 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8829
8830 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8831 spaces after the comment start.
8832
8833 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8834
8835 * play/pong.el (pong-init-buffer):
8836 Fill buffer with spaces instead of ^A.
8837
8838 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8839 launched asynchronously, delete its process instead of being cool.
8840 (ispell-async-processp): Check for `delete-process' existence
8841 instead of `kill-process' one for consistency.
8842
8843 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8844
8845 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8846 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8847 in mode line at startup.
8848
8849 2006-06-08 Kim F. Storm <storm@cua.dk>
8850
8851 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8852 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8853 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8854 (ido-file-internal): Pass full file name to write-file.
8855 (ido-read-internal): Only pop stack elements automatically if they
8856 actually match an existing directory or file name.
8857
8858 2006-06-07 Kenichi Handa <handa@m17n.org>
8859
8860 * international/mule.el (find-auto-coding): Don't handle the short
8861 name `char-trans'.
8862
8863 * files.el (hack-local-variables-prop-line)
8864 (hack-local-variables): Cancel the previous change.
8865
8866 2006-06-06 Jesper Harder <harder@phys.au.dk>
8867
8868 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8869
8870 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8871
8872 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8873 diff-default-read-only is non-nil.
8874 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8875 (diff-refine-hunk): Set inhibit-read-only to t.
8876
8877 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8878 modifying the *Diff* buffer.
8879 (diff-process-filter): New filter function for diff process that
8880 sets inhibit-read-only to t when modifying the *Diff* buffer.
8881
8882 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8883
8884 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8885 insertion point and control the number of empty lines.
8886 (org-paste-subtree): Limit the number of empty lines at the end of
8887 the inserted tree.
8888 (org-agenda): Use buffer name of current file for narrowing.
8889 (org-export-as-xml): Command removed.
8890 (org-export-xml-type): Option removed.
8891 (org-mode-map): Call `org-export-as-xoxo' directly.
8892 (org-get-indentation): New optional argument LINE.
8893 (org-fix-indentation, org-remove-tabs): New functions.
8894 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8895 correct indentation for headlines that are converted it items.
8896 (org-skip-comments): Remove table lines that contain narrowing
8897 cookies but no other non-empty fields.
8898 (org-set-tags): Allow groups of mutually exclusive tags.
8899 (org-cmp-time): Sort 24:21 before items without time.
8900 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8901 (org-open-at-point): Require double colon also for numbers.
8902
8903 2006-06-06 Kim F. Storm <storm@cua.dk>
8904
8905 * ido.el (ido-default-file-method, ido-default-buffer-method):
8906 Make choice values consistent with corresponding command names.
8907 (ido-visit-buffer): Update accordingly. Default to selected-window.
8908
8909 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8910
8911 * progmodes/gud.el (gud-running): Fix doc string.
8912 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8913 (gud-tooltip-modes): Add python-mode.
8914 (gud-tooltip-print-command): Add pdb. Remove perldb.
8915
8916 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8917
8918 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8919 Quote $(EMACS).
8920
8921 2006-06-05 Richard Stallman <rms@gnu.org>
8922
8923 * faces.el (defined-colors): Doc fix.
8924
8925 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8926
8927 * vc.el (vc-process-filter): Inhibit undo info collection around
8928 call to insert.
8929 (vc-setup-buffer): Likewise for call to erase-buffer.
8930 (vc-do-command): Likewise for call to process-file.
8931
8932 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8933
8934 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8935 for gud-go.
8936 (gud-common-init): Other debuggers may trigger error.
8937
8938 2006-06-05 Kenichi Handa <handa@m17n.org>
8939
8940 * international/mule.el (find-auto-coding):
8941 Handle enable-character-translation in file header.
8942
8943 2006-06-04 Kim F. Storm <storm@cua.dk>
8944
8945 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8946 (authors-fixed-entries): Fix spelling.
8947 (authors-canonical-file-name): Don't report error for wildcards.
8948
8949 * help.el (view-emacs-news): Rewrite to support new NEWS,
8950 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8951 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8952 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8953
8954 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8955
8956 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8957 exec constructs like `foo bar`.
8958 (sh-quoted-subshell): New helper function to search for a possibly
8959 nested subshell (like `` or $()) within a "" quoted string.
8960 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8961 (sh-apply-quoted-subshell): Flag quote characters inside a
8962 subshell, which is itself already in a quoted region, as
8963 punctuation, since this is the closest to what they actually are.
8964 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8965 sh-apply-quoted-subshell.
8966 (sh-font-lock-syntactic-face-function): Apply the new face for
8967 text inside `` instead of the old font-lock-string-face.
8968
8969 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8970
8971 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8972 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8973 (mac-bytes-to-text-range, mac-ae-text-range-array)
8974 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8975 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8976 (mac-ts-unicode-for-key-event): New functions.
8977 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8978 (mac-handle-font-selection): Use mac-ae-number.
8979 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8980 New variables.
8981 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8982 (mac-ts-converted-text, mac-ts-selected-converted-text)
8983 (mac-ts-block-fill-text, mac-ts-outline-text)
8984 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8985 (mac-ts-hilite-style-faces): New constant.
8986 (mac-apple-event-map): Bind text input events.
8987 (mac-dispatch-apple-event): Use command-execute instead of
8988 call-interactively.
8989 (global-map): Don't bind mac-apple-event.
8990 (special-event-map): Bind mac-apple-event.
8991
8992 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8993
8994 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8995 file name.
8996 (emacs): Enclose the value of $(EMACS) in quotes.
8997
8998 2006-06-02 Juri Linkov <juri@jurta.org>
8999
9000 * international/mule.el (sgml-html-meta-auto-coding-function):
9001 Remove the condition `(search-forward "<html" size t)'.
9002 Replace `\"' with `[\"']?' in `re-search-forward'.
9003
9004 2006-06-02 Kenichi Handa <handa@m17n.org>
9005
9006 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9007 as well as `coding'.
9008 (hack-local-variables): Likewise.
9009
9010 * international/mule.el (enable-character-translation):
9011 Put permanent-local and safe-local-variable properties.
9012 (find-auto-coding): Handle char-trans: tag.
9013
9014 2006-06-02 Juri Linkov <juri@jurta.org>
9015
9016 * international/mule.el (sgml-html-meta-auto-coding-function):
9017 Limit the search by the end of the HTML header (if any).
9018
9019 2006-06-01 Richard Stallman <rms@gnu.org>
9020
9021 * subr.el (with-current-buffer): Doc fix.
9022
9023 2006-06-02 Masatake YAMATO <jet@gyve.org>
9024
9025 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9026 Almost rewrite. Underlines over all lines of gcov output are too
9027 uncomfortable to read. Suggested by Dan Nicolaescu.
9028
9029 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9030
9031 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9032
9033 * shell.el (shell-mode): Use shell-mode-map in docstring.
9034
9035 * comint.el (comint-send-input): Do not add help-echo and
9036 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9037
9038 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9039
9040 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9041
9042 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9043
9044 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9045 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9046 look up the stack and pop up GUD buffer if necessary.
9047 (gdb-frames-select): Remove redundant call to gud-display-frame.
9048 (gdb-info-threads-custom): Keep point at start of buffer.
9049 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9050
9051 2006-05-31 Juri Linkov <juri@jurta.org>
9052
9053 * replace.el (query-replace-read-from, query-replace-read-to):
9054 Bind `history-add-new-input' to nil. Call `add-to-history'.
9055
9056 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9057
9058 * textmodes/table.el: Convert all HTML tags to lower case for
9059 XHTML compatibility.
9060
9061 2006-05-31 Masatake YAMATO <jet@gyve.org>
9062
9063 * progmodes/compile.el:
9064 (compilation-error-regexp-alist-alist::gcov-called-line):
9065 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9066
9067 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9070 Revert inadvertent changes made with last commit.
9071
9072 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9073
9074 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9075 New functions.
9076
9077 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9078
9079 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9080
9081 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9082 only matches in the right place.
9083 (org-upcoming-deadline): New face.
9084 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9085 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9086 and make it an option.
9087 (org-export-ascii-bullets): New option.
9088 (org-export-as-html): Many changes to emit valid XHTML.
9089 (org-par-open): New variable.
9090 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9091 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9092 (org-timeline): Pass `org-timeline-show-empty-dates' to
9093 `org-get-all-dates'. Interpret empty dates returned by
9094 `org-get-all-dates'.
9095 (org-get-all-dates): New argument EMPTY. Add dates without
9096 entries to the list, mark large ranges of empty dates.
9097 (org-point-in-group, org-context): New functions.
9098
9099 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9100
9101 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9102
9103 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9104 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9105 to C-mouse-3 (for 2 button mice).
9106 (gdb-send): Do the right thing for C-d.
9107
9108 * speedbar.el (speedbar-detach): Delete.
9109 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9110 it breaks things.
9111 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9112
9113 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9114
9115 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9116 Makeppfile.
9117
9118 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9119 Add makepp diagnostic.
9120
9121 2006-05-29 Richard Stallman <rms@gnu.org>
9122
9123 * window.el (fit-window-to-buffer): Doc fix.
9124
9125 * help.el (temp-buffer-max-height): Doc fix.
9126
9127 * subr.el (with-current-buffer): Doc fix.
9128
9129 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9130
9131 * term/x-win.el: Bind F10 to menu-bar-start if available.
9132
9133 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9134
9135 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9136 uses with a simple test.
9137 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9138 (term-send-raw-string, term-send-raw, term-mouse-paste)
9139 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9140 (term-handle-exit, term-read-input-ring)
9141 (term-previous-matching-input-string)
9142 (term-previous-matching-input-string-position)
9143 (term-previous-matching-input-from-input)
9144 (term-replace-by-expanded-history, term-send-input)
9145 (term-skip-prompt, term-bol, term-send-invisible)
9146 (term-kill-input, term-delchar-or-maybe-eof)
9147 (term-backward-matching-input, term-check-source)
9148 (term-proc-query, term-emulate-terminal)
9149 (term-handle-colors-array, term-process-pager, term-pager-line)
9150 (term-pager-bob, term-unwrap-line, term-word)
9151 (term-dynamic-complete-filename)
9152 (term-dynamic-complete-as-filename)
9153 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9154 unlesses.
9155
9156 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9157
9158 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9159 during bootstrapping.
9160
9161 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9162 Basically undo the change of 2006-05-26: use extra arguments instead of
9163 dynamic scoping.
9164 (ewoc-locate): Remove unused var `footer'.
9165
9166 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9169
9170 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9171 (generate-file-autoloads): Obey it. Return whether autoloads were
9172 added at point or not.
9173 (update-file-autoloads): Use this new return value.
9174 Remove redundant test for the presence of an autoload cookie.
9175
9176 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9177 This one calls hack-local-variables.
9178 (generate-file-autoloads, update-file-autoloads): Use it.
9179
9180 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9181 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9182 (bibtex-sort-entry-class-alist): Don't set the global value.
9183 (bibtex-init-sort-entry-class-alist): New fun.
9184 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9185 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9186 of bibtex-init-sort-entry-class.
9187
9188 2006-05-28 Richard Stallman <rms@gnu.org>
9189
9190 * subr.el (load-history-regexp): If FILE is relative, insist
9191 entire last name component must match it.
9192 (load-history-filename-element, load-history-regexp): Doc fixes.
9193
9194 2006-05-29 Kim F. Storm <storm@cua.dk>
9195
9196 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9197 `pos' and `raw-data' for clarity, as eval forms may access these.
9198
9199 2006-05-28 Kim F. Storm <storm@cua.dk>
9200
9201 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9202
9203 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * progmodes/make-mode.el (makefile-browser-map)
9206 (makefile-mode-syntax-table): Move initialization inside declaration.
9207 (makefile-fill-paragraph): Use the default comment-filling code.
9208
9209 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9210
9211 * replace.el (query-replace-defaults): New variable.
9212 (query-replace-read-from): Use `query-replace-defaults' for
9213 default value, instead of history list.
9214 (query-replace-read-to): Update `query-replace-defaults'.
9215
9216 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9217
9218 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9219 with no X toolkit.
9220
9221 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9222
9223 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9224 (tumme-show-all-from-dir): Add autoload.
9225
9226 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9227
9228 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9229 (tumme-remove-tag): Fix bug.
9230
9231 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9232
9233 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9234 FOOTER args. Update unique caller.
9235 (ewoc-delete): Compute last node once before looping.
9236 (ewoc--node-branch): Merge into unique caller.
9237 (ewoc--node): Don't define constructor make-ewoc--node for this
9238 structure.
9239 (ewoc): Add member `hf-pp' to this structure.
9240 (ewoc--wrap): New func.
9241 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9242 header/footer pretty-printers. Save header/footer pretty-printer.
9243 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9244
9245 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9246
9247 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9248
9249 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9250 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9251 Tag'. Change "Compare directories..." to "Change Directories...".
9252 Move tumme commands to Operate, Regexp and Immediate menus.
9253 Change "Add Comment" to "Add Image Comment". Change "Add Image
9254 Tag" to "Add Image Tags".
9255
9256 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9257 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9258 `tumme-delete-tag'.
9259
9260 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9261
9262 * shell.el (shell-mode): Call shell-dirtrack-mode after
9263 list-buffers-directory is made a local variable, to avoid setting
9264 the default value.
9265
9266 2006-05-26 Kevin Ryde <user42@zip.com.au>
9267
9268 * info.el (Info-index-next): Use where-is-internal to report
9269 actual binding of Info-index-next, rather than hard-coded `,'.
9270
9271 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9272
9273 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9274 and "Find Command in Manual" to here.
9275
9276 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9277 Info-current-file as the file name.
9278
9279 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9280
9281 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9282 overrides will now be done a different way.
9283 (ses-set-parameter): Reapply this function for undo.
9284 (ses-set-header-row): Reconstruct header row during undo.
9285 (ses-widen): New function.
9286 (ses-goto-data, ses-reconstruct-all): Use new function.
9287 (ses-command-hook): Widen buffer during undo, before unupdating
9288 the cells.
9289 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9290 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9291 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9292 formula hasn't been executed yet.
9293
9294 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9295
9296 * comint.el (comint-kill-whole-line): Rename arg to count.
9297 Fix doc string.
9298
9299 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9300
9301 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9302 to copy-file.
9303
9304 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9305
9306 * simple.el (toggle-truncate-lines): Make arg optional for
9307 backward compatibility.
9308
9309 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9310
9311 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9312 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9313 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9314 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9315 (ewoc--adjust): Use ewoc--current-dll.
9316 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9317
9318 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9319
9320 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9321 compact error message.
9322 (org-tags-view): Refresh category table in each file.
9323 (org-table-justify-field-maybe): Remove superfluous arguments to
9324 `format'.
9325 (org-export-as-html): Insert "<p>" before postamble.
9326 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9327
9328 2006-05-26 Kenichi Handa <handa@m17n.org>
9329
9330 * textmodes/po.el (po-find-charset): Pay attention to the case
9331 FILENAME is a cons (NAME . BUFFER).
9332 (po-find-file-coding-system-guts): Likewise.
9333
9334 * arc-mode.el (archive-set-buffer-as-visiting-file):
9335 Call find-operation-coding-system with (FILENAME . BUFFER).
9336
9337 * tar-mode.el (tar-extract): Call find-operation-coding-system
9338 with (FILENAME . BUFFER).
9339
9340 * international/mule.el (decode-coding-inserted-region):
9341 Call find-operation-coding-system with (FILENAME . BUFFER).
9342
9343 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9344
9345 * image-mode.el (image-toggle-display): Use buffer contents to
9346 generate image for a remote file.
9347
9348 2006-05-25 Juri Linkov <juri@jurta.org>
9349
9350 * replace.el (query-replace-read-from, query-replace-read-to):
9351 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9352
9353 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9354
9355 * whitespace.el (whitespace-cleanup): Change to cleanup
9356 region if one is active.
9357 * whitespace.el (whitespace-cleanup-internal): New internal method.
9358
9359 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9360
9361 * dired.el (dired-mode-map): Add help-echo strings to tumme
9362 commands. Bind `tumme-dired-display-image' to C-t i.
9363
9364 * tumme.el (tumme-display-image): Change documentation string slightly.
9365 (tumme-dired-display-image): Add call to `display-buffer'.
9366
9367 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9368
9369 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9370 Signal error if RAW-DATA is a multibyte string.
9371
9372 2006-05-24 Richard Stallman <rms@gnu.org>
9373
9374 * subr.el (with-local-quit): When handling `quit' signal,
9375 make a chance for quit-flag to cause a quit.
9376
9377 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9378 (ad-disable-advice): Add autoloads.
9379
9380 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9381
9382 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9383
9384 * dired.el (dired-mode-map): Change menu items for tumme as per
9385 suggestions in emacs-devel.
9386
9387 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9388
9389 * dired.el (dired-mode-map): Fix breakage.
9390
9391 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9392
9393 * tumme.el (tumme-display-dired-image): Rename to...
9394 (tumme-dired-display-image): ...this.
9395 (tumme-track-movement): Change default value to t.
9396 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9397 used from `tumme-next-line-and-display' and similar commands.
9398
9399 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9400 Immediate menu. Add some tumme commands there.
9401
9402 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9403
9404 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9405
9406 2006-05-24 Chong Yidong <cyd@mit.edu>
9407
9408 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9409 menu entries that open submenus.
9410
9411 2006-05-24 Alan Mackenzie <acm@muc.de>
9412
9413 * startup.el (command-line): For names of preloaded files, don't
9414 append ".elc" (now done in Fload), and call file-truename on the
9415 lisp directory.
9416
9417 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9418 match ANY loaded file with the right name, not just those in
9419 load-path. Put a regexp matching the file name into
9420 after-load-alist, rather than the name itself.
9421
9422 * subr.el (load-history-regexp, load-history-filename-element)
9423 (do-after-load-evaluation): New functions.
9424
9425 * international/mule.el (load-with-code-conversion): Do the
9426 eval-after-load stuff by calling do-after-load-evaluation.
9427
9428 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9429
9430 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9431 has not been killed.
9432
9433 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9434
9435 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9436 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9437 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9438 Optionally set error message in reply.
9439
9440 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9441
9442 * textmodes/org.el (org-open-at-point): Use renamed variable
9443 `org-confirm-shell-link-function'.
9444 (org-confirm-shell-link-function): Rename from
9445 `org-confirm-shell-links'.
9446 (org-export-directory): New function.
9447 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9448 (org-export-icalendar): Use `org-export-directory'.
9449 (org-indent-item): Keep cursor position.
9450 (org-link-file-path-type): New option.
9451 (org-export-as-html): Fix bug with plain lists starting in
9452 column 0.
9453 (org-export-as-html): Remove deadline formatting, this happens
9454 now already in `org-html-handle-time-stamps'.
9455 (org-export-html-style): Deadline class removed.
9456 (org-insert-labeled-timestamps-at-point): New option.
9457 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9458 of `hide-sublevels 1', in case the first headline is not level 1.
9459 (org-overview, org-content): New fuction.
9460 (org-cycle-global-status, org-cycle-subtree-status): Make these
9461 variables buffer-local.
9462 (org-global-cycle): New command.
9463 (org-shifttab): Use `org-global-cycle'.
9464 (org-insert-heading, org-insert-item): Go to end of new
9465 headline/item after creating it.
9466 (org-export-visible): Rename from `org-export-copy-visible'.
9467 Now creates a temporary org-file and applies an exporting command
9468 to it.
9469 (org-table-eval-formula): Support for lisp forms.
9470 (org-agenda-todo-ignore-scheduled): New option.
9471 (org-agenda-get-todos): Use new option
9472 `org-agenda-todo-ignore-scheduled'.
9473 (org-export-html-inline-images): New value `maybe'.
9474 (org-export-as-html): Inlining of images dependent on link description.
9475 (org-archive-subtree): Check for end-of-buffer before trying
9476 `kill-line'.
9477 (org-agenda-follow-mode): New option.
9478 (org-export-with-tags, org-export-with-timestamps): New options.
9479 (org-html-handle-time-stamps): New function.
9480 (org-keyword-time-regexp): New variable.
9481 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9482 (org-agenda-todo-list-sublevels): New option.
9483 (org-html-level-start): When TITLE is nil, just close all levels.
9484 (org-parse-key-lines, org-parse-export-options): Remove functions,
9485 replaced by `org-infile-export-plist'.
9486 (org-combine-plists, org-infile-export-plist)
9487 (org-default-export-plist): New functions.
9488 (org-export-html-preamble, org-export-html-postamble)
9489 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9490 New variables.
9491 (org-export-publishing-directory): New option.
9492 (org-export-as-html, org-export-as-ascii): Use the new property
9493 lists for settings.
9494 (org-export-copy-visible, org-export-as-xoxo):
9495 Respect `org-export-publishing-directory'.
9496 (org-link-search, org-store-link, org-file-apps): Support for
9497 links to BibTeX database entries..
9498 (org-get-current-options, org-set-regexps-and-options):
9499 Implement logging as a startup option.
9500 (org-store-link): Make sure context string is never empty
9501 (org-insert-link): Use relative path when possible.
9502 (org-at-item-checklet-p): New function.
9503 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9504 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9505 (org-metaright, org-metaup, org-metadown, org-shiftup)
9506 (org-shiftdown, org-shiftright, org-shiftleft)
9507 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9508 Dispatch using `call-interactively'.
9509 (org-call-with-arg): New defsubst.
9510 (org-tag-alist, org-use-fast-tag-selection): New options.
9511 (org-complete): Use `org-tag-alist'.
9512 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9513 (org-next-item, org-previous-item): New commands.
9514 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9515 make command.
9516 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9517
9518 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9519
9520 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9521 (ewoc-filter): Use `ewoc-delete'.
9522
9523 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9524
9525 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9526
9527 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9528 Signal more user-friendly error messages.
9529
9530 * complete.el (PC-do-completion): Undo the addition of implicit
9531 wildcards if they did not lead to finding any match.
9532 (read-file-name-internal): Don't add the final > if the completion is
9533 not finished.
9534
9535 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9536
9537 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9538 Quote safe-local-variable predicate.
9539
9540 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9541
9542 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9543
9544 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9545
9546 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9547
9548 * progmodes/make-mode.el (makefile-special-targets-list)
9549 (makefile-macro-table, makefile-target-table): Mark as risky.
9550 (makefile-query-one-target-method): Make this the alias for the
9551 following variable.
9552 (makefile-query-one-target-method-function): Make this the real name.
9553
9554 * textmodes/artist.el (artist-text-renderer): Make this the alias
9555 for the following variable.
9556 (artist-text-renderer-function): Make this the real name.
9557
9558 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9559 the alias for the following variable.
9560 (flyspell-generic-check-word-predicate): Make this the real name.
9561
9562 * textmodes/ispell.el (ispell-format-word): Make this the alias
9563 for the following variable.
9564 (ispell-format-word-function): Make this the real name.
9565 (ispell-message-text-end): Mark as risky.
9566
9567 * skeleton.el (skeleton-transformation, skeleton-filter)
9568 (skeleton-pair-filter): Make these the aliases for the following
9569 variables.
9570 (skeleton-transformation-function, skeleton-filter-function)
9571 (skeleton-pair-filter-function): Make these the real names.
9572
9573 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9574 and skeleton-pair-filter-function.
9575
9576 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9577 alias for the following variable.
9578 (sgml-transformation-function): Make this the real name.
9579 (sgml-tag-alist): Mark as risky.
9580
9581 2006-05-21 Richard Stallman <rms@gnu.org>
9582
9583 * simple.el (kill-region): Interactively, pass point, then mark.
9584
9585 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9586
9587 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9588
9589 2006-05-21 Romain Francoise <romain@orebokech.com>
9590
9591 * dired-x.el (dired-mode-map): Don't bind M-g.
9592
9593 2006-05-20 Richard Stallman <rms@gnu.org>
9594
9595 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9596 (dired-goto-file): Doc fix.
9597
9598 2006-05-21 Kim F. Storm <storm@cua.dk>
9599
9600 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9601 way to enable built-in cua-mode if user loads older CUA-mode package.
9602
9603 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9604 if default-filename is specified.
9605
9606 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9607
9608 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9609
9610 * info.el (info-apropos): Make sure current-file and current-node
9611 have non-nil values. Speed up by using add-to-list instead of
9612 manual consing.
9613
9614 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9615
9616 * progmodes/make-mode.el (makefile-mode): Doc fix.
9617
9618 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9619
9620 * dired-aux.el (dired-do-shell-command): Doc fix.
9621
9622 2006-05-20 Kevin Ryde <user42@zip.com.au>
9623
9624 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9625 ``(custom-manual :tag "Foo" "(foo)Node")''.
9626
9627 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9628
9629 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9630 value is an integer.
9631
9632 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9633
9634 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9635 "format".
9636 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9637
9638 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9639
9640 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9641 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9642
9643 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9644
9645 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9646 regexp for keywords.
9647
9648 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9649
9650 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9651 replace-regexp-in-string.
9652
9653 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9654 encode, and escape file name on conversion to URL.
9655
9656 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9657
9658 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9659 Don't unescape URL.
9660 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9661
9662 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9663 on conversion to URLs.
9664
9665 * net/browse-url.el (browse-url-file-url): Encode file name on
9666 conversion to URL.
9667
9668 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9669 conversion to URL.
9670
9671 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9672
9673 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9674
9675 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9676
9677 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9678 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9679
9680 2006-05-19 Glenn Morris <rgm@gnu.org>
9681
9682 * calendar/diary-lib.el (diary-bahai-date)
9683 (list-bahai-diary-entries, mark-bahai-diary-entries)
9684 (mark-bahai-calendar-date-pattern): Not interactive.
9685 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9686 (diary-entries-list): Change format of 4th element in each entry.
9687 (diary-list-entries): Use add-to-diary-list.
9688 (diary-goto-entry): Handle the case where the buffer visiting the
9689 diary has been killed.
9690 (fancy-diary-display): Add 'locator to button rather than 'marker.
9691 Only generate temp-face when there are marks to apply.
9692 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9693 (diary-fancy-date-pattern): New variable.
9694 (diary-time-regexp): Doc fix.
9695 (diary-anniversary, diary-time): New faces.
9696 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9697 diary-time-regexp. Add font-lock-multiline property where needed.
9698 Use new faces diary-anniversary and diary-time.
9699 (diary-fancy-font-lock-fontify-region-function): New function, to
9700 handle multiline font-lock pattern in fancy diary.
9701 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9702 (diary-font-lock-keywords): Tweak time regexp. Use new face
9703 diary-time.
9704
9705 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9706
9707 * international/code-pages.el (mik): Table corrected.
9708
9709 2006-05-18 Kim F. Storm <storm@cua.dk>
9710
9711 * progmodes/grep.el (grep-find): Don't check grep-find-command
9712 before running command (breaks non-interactive usage).
9713
9714 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9715
9716 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9717 (ewoc--insert-new-node): Don't insert trailing newline.
9718 Instead, adjust successor nodes's start markers.
9719 (ewoc--refresh-node): Delete all text from current node's start
9720 marker to the next one's; adjust successor nodes's start markers.
9721 (ewoc--create): Doc fixes.
9722 (ewoc--refresh): Don't insert newline.
9723 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9724 * pcvs.el (cvs-make-cvs-buffer):
9725 Specify extra newline for ewoc's header and footer.
9726 (cvs-update-header): Update initial header recognition.
9727 Append newline to final header and footer values.
9728 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9729
9730 2006-05-17 Richard Stallman <rms@gnu.org>
9731
9732 * files.el (file-name-extension): Doc fix.
9733
9734 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9735
9736 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9737 we can explicitly enable/disable rather than toggle.
9738 (shell-mode): Use it.
9739 (shell-cd): Don't try to reproduce what `cd' does.
9740
9741 2006-05-17 Kim F. Storm <storm@cua.dk>
9742
9743 * ido.el (ido-read-internal): Use only nondirectory part of
9744 default item.
9745
9746 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9747
9748 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9749 (ewoc-nth): Doc fix.
9750
9751 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9752
9753 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9754
9755 * international/mule.el (auto-coding-alist): Add .lha to files
9756 read with no-conversion.
9757
9758 * files.el (auto-mode-alist): Add .lha files to archive file
9759 extensions.
9760
9761 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9762 Convert csize to integer when computing offsets within the
9763 compressed archive file.
9764
9765 2006-05-16 Kim F. Storm <storm@cua.dk>
9766
9767 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9768 with read-from-minibuffer.
9769
9770 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9771
9772 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9773 (byte-compile-warnings): Fix safe-local-variable property.
9774
9775 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9776
9777 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9778 (allout-stylish-prefixes, allout-numbered-bullet)
9779 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9780 predicates to qualify `safe-local-variable' property, when
9781 available, else use equivalent lambda.
9782 (allout-current-topic-collapsed-p): Do the right thing regarding
9783 trailing blank lines.
9784
9785 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9786
9787 * server.el (server-start): Only create a directory if needed.
9788 (server-edit, server-unload-hook): server-start => server-mode.
9789 (kill-emacs-hook): Cleanup upon exit.
9790
9791 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9792
9793 * hexl.el (hexlify-buffer): Encode process arguments manually.
9794
9795 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9796
9797 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9798 call to gdb-tooltip-print.
9799
9800 2006-05-15 Romain Francoise <romain@orebokech.com>
9801
9802 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9803 systems, default to "tar" since those systems probably have GNU tar.
9804
9805 2006-05-14 Lars Hansen <larsh@soem.dk>
9806
9807 * desktop.el (desktop-missing-file-warning): Fix docstring.
9808 (desktop-restore-file-buffer): Correct question asked on missing file.
9809
9810 2006-05-14 Kim F. Storm <storm@cua.dk>
9811
9812 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9813 Add CUA move property.
9814
9815 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9816
9817 * custom.el (custom-push-theme): Load the variable before checking
9818 its `standard-value'.
9819
9820 2006-05-13 Lars Hansen <larsh@soem.dk>
9821
9822 * desktop.el (desktop-save): Use with-temp-buffer.
9823
9824 2006-05-12 Glenn Morris <rgm@gnu.org>
9825
9826 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9827 * calendar/calendar.el (calendar-mode-map):
9828 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9829 * calendar/appt.el (appt-check, appt-make-list): Refer to
9830 diary-view-entries, diary-list-entries, diary-show-all-entries
9831 rather than obsolete aliases.
9832
9833 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9834
9835 * simple.el (line-move-finish): Avoid calling point motion hooks
9836 while processing intangibility.
9837
9838 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9839
9840 * term/xterm.el (terminal-init-xterm): Fix typo.
9841
9842 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9843
9844 * allout.el (allout-view-change-hook): Mark as being deprecated,
9845 to be replaced by `allout-exposure-change-hook'.
9846 (allout-exposure-change-hook): New, replacing
9847 `allout-view-change-hook'.
9848 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9849 in addition to `allout-view-change-hook'.
9850 (allout-show-bodies, allout-old-style-prefixes)
9851 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9852 lambda forms to prevent their showing up in variable help
9853 presentations as inscrutable byte-compiled code.
9854 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9855 Use string-or-null-p to qualify safe-local-variable values.
9856 (allout-reindent-bodies): Use memq to qualify matches against
9857 valid safe-local-variable values. Also, quote the lambda as above.
9858 (allout-use-mode-specific-leader): Add missing candidate-value
9859 symbols, use memq, and quote the lambda.
9860 (allout-overlay-interior-modification-handler): Remove unused
9861 variables `msg' and 'opened'.
9862 (allout-hidden-p): Constrain invisibility consideration to allout's
9863 invisibility spec, disregarding invisibility for other reasons.
9864
9865 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9866
9867 * files.el (version-control): Correct safe values.
9868
9869 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9870
9871 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9872
9873 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9874 (ewoc--insert-new-node): New func.
9875 Update callers of deleted funcs to use it, instead.
9876
9877 2006-05-11 Glenn Morris <rgm@gnu.org>
9878
9879 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9880 obsolete alias `show-all-diary-entries'.
9881 (make-diary-entry): Not interactive.
9882 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9883 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9884 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9885 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9886 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9887 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9888
9889 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9890
9891 * calendar/calendar.el (calendar-french-date-string)
9892 (calendar-mayan-date-string, calendar-chinese-date-string)
9893 (calendar-astro-date-string, calendar-iso-date-string)
9894 (calendar-islamic-date-string, calendar-bahai-date-string)
9895 (calendar-hebrew-date-string, calendar-coptic-date-string)
9896 (calendar-ethiopic-date-string, calendar-persian-date-string):
9897 These functions are not interactive.
9898
9899 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * files.el: Balance parentheses.
9902
9903 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9904
9905 * files.el, newcomment.el, outline.el, simple.el,
9906 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9907 * progmodes/cc-vars.el, progmodes/compile.el:
9908 Move `safe-local-variable' declarations to the respective files.
9909
9910 * help-fns.el (describe-variable): Don't print safe-var if it is
9911 byte-code. Improve wording as suggested by Luc Teirlinck.
9912
9913 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9914
9915 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9916 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9917 Use a token for pending-triggers to ensure gdb-var-update
9918 gets called once per user input again for pre-GDB 6.4.
9919 (gdb-var-delete): Match on more complex expressions.
9920 (gdb-var-list-children-handler, gdb-var-create-handler):
9921 Use a token for consistency.
9922
9923 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9924
9925 * textmodes/org.el (org-read-date, org-goto-calendar)
9926 (org-agenda-goto-calendar):
9927 Bind `view-calendar-holidays-initially' to nil.
9928
9929 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9930
9931 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9932 Update all callers to do it there, instead.
9933
9934 2006-05-10 Glenn Morris <rgm@gnu.org>
9935
9936 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9937 prefix arg case, to avoid view-diary-entries-initially error.
9938 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9939 (calendar-date-is-legal-p): Handle dates with no day part.
9940
9941 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9942
9943 * comint.el (comint-insert-input): Just make it when
9944 comint-use-prompt regexp is nil (default) and with the mouse.
9945 (comint-copy-old-input): Reinstate from 2004-06-23.
9946 (comint-mode-map): Bind C-c C-m to it.
9947
9948 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9949
9950 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9951 Remove spurious move to point-max (new comint behavior fixes).
9952
9953 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9954 compatibility function (Emacs 18/19).
9955 (idlwave-is-continuation-line): Always return point at start of
9956 previous non-blank continuation line.
9957 (keyword-parameters): Fix continued comment font-lock matcher.
9958 (idlwave-font-lock-fontify-region): Written, use as
9959 font-lock-fontify-region-function, to fix continued keyword
9960 fontification issues.
9961
9962 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9963
9964 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9965 (mac-service-selection, mac-service-open-file)
9966 (mac-service-open-selection, mac-service-mail-selection)
9967 (mac-service-mail-to, mac-service-insert-text): Rename from
9968 mac-services-*. All uses changed.
9969 (mac-apple-event-map): Rename event symbol `services' to `service'.
9970
9971 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9972
9973 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9974 (ewoc--node-enter-first, ewoc--node-enter-last)
9975 (ewoc--delete-node-internal): Merge funcs into unique callers.
9976
9977 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9978
9979 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9980 return value of read-from-minibuffer for empty input.
9981
9982 2006-05-09 Miles Bader <miles@gnu.org>
9983
9984 * comint.el (comint-insert-input): Remove redundant calls to setq
9985 and goto-char.
9986
9987 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9988
9989 * comint.el (comint-insert-input): Make it work when
9990 comint-use-prompt-regexp is t.
9991
9992 2006-05-10 Miles Bader <miles@gnu.org>
9993
9994 * subr.el (field-at-pos): New function.
9995
9996 * comint.el (comint-insert-input): Use it.
9997
9998 2006-05-09 Juri Linkov <juri@jurta.org>
9999
10000 * battery.el (battery-linux-proc-acpi): Also try
10001 `/proc/acpi/thermal_zone/THR2/temperature'.
10002
10003 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10004 for now unused lambda `string-or-null'.
10005
10006 * add-log.el (change-log-default-name): Put `string-or-null-p'
10007 instead of lambda on `safe-local-variable' property.
10008
10009 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10010 `region-end' instead of `mark' and `point'.
10011 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10012 Operate on region in Transient Mark mode when the mark is active.
10013 Use `region-beginning' and `region-end' instead of `mark' and
10014 `point'.
10015 (diff-hunk-text, diff-goto-source): Doc fix.
10016
10017 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10018 face `mode-line-buffer-id' for mode-line buffer face instead of
10019 hard-coded `(:weight bold)'.
10020
10021 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10022 buffer-undo-list to t (undo-ask is reproducible by visiting
10023 nested archives).
10024
10025 2006-05-09 Kim F. Storm <storm@cua.dk>
10026
10027 * progmodes/grep.el (rgrep): Set default directory of *grep*
10028 buffer if we start M-x rgrep in the *grep* buffer and choose
10029 a different base directory.
10030
10031 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10032
10033 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10034 completion also when ido is loaded.
10035
10036 2006-05-09 Masatake YAMATO <jet@gyve.org>
10037
10038 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10039 "warning" and "import".
10040 (cpp-font-lock-keywords): Added "warning".
10041
10042 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10043
10044 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10045
10046 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10047
10048 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10049 pages at a time, if we signal the end, we should indeed reach that end.
10050
10051 2006-05-08 David Reitter <david.reitter@gmail.com>
10052
10053 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10054 output during execution of the body.
10055
10056 2006-05-08 Kim F. Storm <storm@cua.dk>
10057
10058 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10059
10060 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10061
10062 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10063 Use with-current-buffer.
10064
10065 2006-05-07 Kim F. Storm <storm@cua.dk>
10066
10067 * subr.el (add-to-history): Remove keep-dups arg.
10068
10069 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10070 to nil around call to add-to-history.
10071
10072 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10073
10074 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10075 than after a buffer modification.
10076
10077 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10078
10079 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10080 call to...
10081 (gud-watch): ...here so speedbar is raised for already watched
10082 expressions.
10083 (gdb-speedbar-refresh): Delete function.
10084 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10085 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10086 earlier change).
10087 (gdb-var-evaluate-expression-handler)
10088 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10089
10090 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10091 Update localized contents for all buffers except ignored modes.
10092
10093 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10094
10095 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10096 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10097 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10098 (mac-handle-font-panel-closed, mac-handle-font-selection):
10099 New functions.
10100 (mac-font-panel-mode): New minor mode.
10101 (mac-apple-event-map): Add bindings for toolbar toggle button and
10102 font panel.
10103 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10104
10105 2006-05-07 John Paul Wallington <jpw@pobox.com>
10106
10107 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10108 Avoid `regexp-opt'; simplify regexp for readability.
10109
10110 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10111
10112 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10113 * files.el (buffer-stale-function):
10114 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10115 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10116 links to the main manual, not to emacs-xtra.
10117
10118 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10119
10120 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10121 MacJapanese if text is ASCII-only.
10122
10123 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10124
10125 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10126 unless so nil isn't returned.
10127 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10128
10129 2006-05-06 Kim F. Storm <storm@cua.dk>
10130
10131 * subr.el (add-to-history): New function.
10132
10133 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10134 (ediff-merge-files-with-ancestor):
10135 * env.el (setenv):
10136 * isearch.el (isearch-update-ring):
10137 * server.el (server-visit-files):
10138 * progmodes/grep.el (lgrep, rgrep):
10139 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10140 * progmodes/xscheme.el (xscheme-insert-expression):
10141 Use add-to-history.
10142
10143 * kmacro.el (kmacro-push-ring): Use add-to-history.
10144 (kmacro-ring-length): Remove unused defun.
10145 (kmacro-start-macro): Use kmacro-push-ring.
10146
10147 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10148
10149 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10150 directly instead of a lambda expression that calls it.
10151
10152 2006-05-06 Kim F. Storm <storm@cua.dk>
10153
10154 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10155 instead of compute-motion.
10156
10157 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10158
10159 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10160 change.
10161
10162 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10163
10164 * startup.el (command-line-1): Refer to "Pure Storage" on
10165 pure-space-overflow.
10166
10167 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10168
10169 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10170 provided faces once they all have been used up.
10171
10172 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10173
10174 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10175 reference to the Lisp manual to the warning about pure space
10176 overflow.
10177
10178 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10179
10180 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10181 argument to avoid the call to `ispell-internal-change-dictionary'
10182 when not needed.
10183 (ispell-change-dictionary): Use this argument and call
10184 `ispell-internal-change-dictionary' after the possible change
10185 to `ispell-local-dictionary'.
10186 (ispell-internal-change-dictionary): Check for a change in
10187 personal dictionary use too.
10188
10189 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10190
10191 * startup.el (command-line): On MS-Windows, probe "~", not
10192 "~USER", for warning about non-existent home directory
10193
10194 * arc-mode.el (archive-l-e): New optional argument `float' means
10195 generate a float value.
10196 (archive-arc-summarize, archive-lzh-summarize)
10197 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10198 with 3rd argument non-nil when file's size is being computed.
10199 Format the file sizes with %8.0f instead of %8d.
10200
10201 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10202
10203 * cus-start.el (all): Add mac-dnd-known-types.
10204
10205 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10206 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10207 (mac-TIFF-to-string): New functions.
10208 (x-get-selection, x-selection-value)
10209 (mac-select-convert-to-string): Use them.
10210 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10211 (mac-dnd-types-alist): New customization variable.
10212 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10213 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10214 (mac-dnd-handle-drag-n-drop-event): New functions.
10215 (mac-drag-n-drop): Remove function.
10216 (global-map): Bind drag-n-drop and M-drag-n-drop to
10217 mac-dnd-handle-drag-n-drop-event.
10218
10219 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10220
10221 * progmodes/perl-mode.el (perl-beginning-of-function):
10222 Skip anonymous subs.
10223
10224 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10225
10226 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10227 regexp-opt at run time.
10228
10229 * term.el (term-handle-ansi-escape): Fix off by one error.
10230
10231 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10232
10233 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10234 (gdb-init-1, gdb-post-prompt): ...and references to it.
10235 (gdb-frame-handler): Strip directory name from filename if present.
10236
10237 * progmodes/gud.el (gdb-force-update): Delete defvar
10238 (gud-speedbar-buttons): ...and references to it. Use window-start
10239 to try to keep positon in watch expression.
10240
10241 2006-05-03 Richard Stallman <rms@gnu.org>
10242
10243 * simple.el (next-history-element, previous-history-element): Doc fix.
10244
10245 * isearch.el (isearch-update-ring): Doc fix.
10246
10247 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10250 into consideration. Replace one arm ifs with whens.
10251
10252 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10253
10254 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10255 (menu): Fix typo.
10256
10257 2006-05-02 Miles Bader <miles@gnu.org>
10258
10259 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10260
10261 2006-05-02 Jay Belanger <belanger@truman.edu>
10262
10263 * calc/calc-embed.el (calc-override-minor-modes-map)
10264 (calc-override-minor-modes): New variables.
10265 (calc-do-embedded): Make sure that Calc keystrokes aren't
10266 overwritten by minor modes.
10267
10268 2006-05-02 Chong Yidong <cyd@mit.edu>
10269
10270 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10271
10272 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10273
10274 * startup.el (command-line-1): Refer to Lisp manual when
10275 pure-space-overflow occurs.
10276
10277 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10278 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10279 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10280 (version-control): Don't use `t' for safe-local-variable declarations.
10281
10282 2006-05-01 Richard Stallman <rms@gnu.org>
10283
10284 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10285 M-r, M-R, M-A, M-SPC or M-DEL.
10286 (diff-mode-map): diff-refine-hunk now on C-c C-w
10287 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10288
10289 * help-mode.el (help-mode): view-exit-action calls delete-window
10290 only when it is safe and possible.
10291
10292 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10293 in messages.
10294
10295 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10296
10297 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10298 in the default tool-bar-map.
10299
10300 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10301
10302 * net/tramp.el (tramp-completion-file-name-handler-alist)
10303 (tramp-run-real-handler, tramp-completion-run-real-handler)
10304 (tramp-completion-handle-file-name-all-completions)
10305 (tramp-completion-handle-file-name-completion): Autoload them.
10306 (tramp-completion-handle-file-exists-p)
10307 (tramp-completion-handle-file-name-directory)
10308 (tramp-completion-handle-file-name-nondirectory)
10309 (tramp-completion-handle-expand-file-name): Remove them.
10310 (tramp-handle-file-name-directory): Return the real directory name.
10311 Returning "/" only doesn't need to be necessary any longer.
10312 (tramp-file-name-handler): Make special attention when in hostname
10313 completion mode.
10314 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10315 (tramp-register-file-name-handlers):
10316 Register `tramp-completion-file-name-handler' only when
10317 `partial-completion-mode' is enabled.
10318 (tramp-completion-handle-file-name-all-completions):
10319 Delete directory part from results.
10320 (tramp-get-completion-methods, tramp-get-completion-user-host):
10321 Discard deleting "/", it doesn't work after the change of
10322 `tramp-handle-file-name-directory' above.
10323
10324 2006-05-01 Kim F. Storm <storm@cua.dk>
10325
10326 * progmodes/grep.el (grep-expand-template): Use save-match-data
10327 and symbol-value.
10328
10329 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10330
10331 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10332 Use select-frame-set-input-focus instead of raise-frame.
10333 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10334
10335 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10336
10337 * progmodes/gud.el (gud-def): Add %c case.
10338 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10339 (gud-format-command): Make match case sensitive. Match on %F.
10340
10341 2006-04-30 Glenn Morris <rgm@gnu.org>
10342
10343 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10344 (cal-tex-preamble): Use cal-tex-preamble-extra.
10345 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10346 than alias `list-diary-entries'.
10347
10348 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10349
10350 * help-fns.el (describe-variable): Add info about safe local variables.
10351
10352 2006-04-29 Richard Stallman <rms@gnu.org>
10353
10354 * bindings.el (mode-line-format): help-echo doc fixes.
10355
10356 * net/tramp.el (tramp-file-name-handler-alist): Delete
10357 expand-file-name and other operations that can cause spurious loading.
10358
10359 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10360
10361 * files.el (safe-local-variable-p): Remove support for the special
10362 value t.
10363
10364 * textmodes/paragraphs.el (sentence-end-without-space):
10365 Fix safety predicate.
10366 (sentence-end-double-space, sentence-end-without-period)
10367 (paragraph-ignore-fill-prefix):
10368 * textmodes/fill.el (colon-double-space):
10369 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10370
10371 * subr.el (booleanp): New fun.
10372
10373 * textmodes/reftex-vars.el (reftex-guess-label-type):
10374 Tighten the safety predicate.
10375
10376 2006-04-28 Kim F. Storm <storm@cua.dk>
10377
10378 * progmodes/grep.el (defgroup grep): Doc fix.
10379 (grep-auto-highlight): Remove.
10380 (grep-template): New defcustom.
10381 (grep-find-template): Rename from grep-tree-template.
10382 (grep-files-aliases): Rename from grep-tree-files-aliases.
10383 Remove "all" alias, add "l" alias.
10384 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10385 (grep-find-ignored-directories): New defcustom to replace
10386 grep-tree-ignore-CVS-directories, to facilitate ignoring
10387 subdirectories for multiple version control systems.
10388 (grep-mode-map): Add Recursive grep item to GREP menu.
10389 (grep-regexp-history, grep-files-history): New defvars.
10390 (grep-probe): New helper function.
10391 (grep-compute-defaults): Use it to simplify code.
10392 Adapt to name changes.
10393 Use `.' as base in grep-find-template rather than <D>.
10394 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10395 Call grep-compute-defaults unconditionally.
10396 (grep-expand-keywords): New defconst.
10397 (grep-expand-template): Rename from grep-expand-command-macros.
10398 Simplify via grep-expand-keywords. Look at case-fold-search instead
10399 of grep-tree-ignore-case to add -i option.
10400 Bind case-fold-search to nil while matching keywords.
10401 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10402 (grep-read-regexp, grep-read-files): New helper functions.
10403 (rgrep): Rename from grep-tree. Rework to use proper histories.
10404 Adapt to changes in defcustoms and functions above.
10405 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10406
10407 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10408
10409 * net/tramp.el (tramp-completion-file-name-handler):
10410 Disable Tramp's functionality while loading Tramp itself.
10411 (tramp-register-file-name-handlers): That's a defsubst now.
10412 Code from `tramp-repair-jka-compr' moved here. Apply it via
10413 `after-init-hook'.
10414 (tramp-repair-jka-compr): Remove.
10415
10416 2006-04-27 Jay Belanger <belanger@truman.edu>
10417
10418 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10419 read expression when `math-read-big-expr' doesn't work.
10420
10421 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10422
10423 * startup.el (command-line-1): Display warning when
10424 pure-space-overflow is non-nil.
10425
10426 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10427
10428 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10429 risky.
10430
10431 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10432
10433 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10434 Return the URL or nil if none can be generated.
10435
10436 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10437
10438 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10439 byte compiler warnings.
10440 (gud-basic-call, gud-find-expr): Let user select an expression
10441 for printing. Print expression as well as value in GUD buffer.
10442
10443 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10444
10445 * allout.el: Remove local autoload declaration for
10446 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10447 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10448 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10449 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10450 (allout-stylish-prefixes, allout-numbered-bullet)
10451 (allout-file-xref-bullet, allout-presentation-padding)
10452 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10453 safe-local-variable with suitable value spec, and add autoload
10454 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10455 (move-beginning-of-line, move-end-of-line): Repair so these compat
10456 functions now actually resituate the point, when appropriate.
10457
10458 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10459
10460 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10461
10462 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10463 (add-log-iso8601-time-string): Fix call to format-time-string.
10464
10465 2006-04-26 Kim F. Storm <storm@cua.dk>
10466
10467 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10468
10469 2006-04-26 Masatake YAMATO <jet@gyve.org>
10470
10471 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10472 Add support for "//" style comments. Remove `b' flag
10473 from ?* in `asm-mode-syntax-table'.
10474
10475 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10476
10477 * follow.el: Use (featurep 'xemacs) everywhere.
10478 (follow-mode): Use define-minor-mode.
10479 (follow-mode-map): Move initialization into the declaration.
10480 Use command remapping.
10481 (follow-emacs-version-xemacs-p): Remove.
10482 (follow-submit-feedback): Remove.
10483
10484 * allout.el (allout-layout, allout-passphrase-verifier-string)
10485 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10486
10487 * textmodes/reftex-vars.el (reftex-vref-is-default)
10488 (reftex-fref-is-default, reftex-guess-label-type):
10489 Tighten up a bit the safety predicate.
10490
10491 * textmodes/paragraphs.el (sentence-end-double-space)
10492 (sentence-end-without-period, sentence-end-without-space)
10493 (page-delimiter, paragraph-ignore-fill-prefix):
10494 Tighten up a bit the safety predicate.
10495
10496 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10497
10498 * progmodes/python.el (python-continuation-line-p)
10499 (python-beginning-of-statement): syntax-ppss may return
10500 a negative depth.
10501 (python-mode): Don't forcefully enable font-lock.
10502
10503 * time-stamp.el (time-stamp-start, time-stamp-end)
10504 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10505
10506 * add-log.el: Remove spurious * in docstrings.
10507 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10508 (add-change-log-entry): Use it here, since it's not specific
10509 to iso8601.
10510 (add-log-iso8601-time-string): Don't use it here any more.
10511 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10512
10513 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10514
10515 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10516
10517 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10518 (rcirc-toggle-low-priority): Doc fix.
10519 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10520 ChanServ regexp.
10521 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10522 #emacs.
10523 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10524 (rcirc-decode-coding-system): Use utf-8 as the default.
10525 (rcirc-multiline-minor-mode): Set the fill-column.
10526 (rcirc-format-response-string): Display bright and dim nicks.
10527 (rcirc-browse-url): Update interactive spec to fill ARG.
10528 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10529 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10530
10531 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10532
10533 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10534 case for @Article, etc.
10535
10536 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10537
10538 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10539 Added with autoload cookie.
10540 (tramp-unload-file-name-handlers): Rename from
10541 `tramp-unload-file-name-handler-alist'.
10542
10543 2006-04-23 Romain Francoise <romain@orebokech.com>
10544
10545 * comint.el (comint-match-partial-filename): Doc fix.
10546
10547 2006-04-21 Glenn Morris <rgm@gnu.org>
10548
10549 * calendar/cal-menu.el (calendar-mode-map): Refer to
10550 `diary-view-entries' rather than alias `view-diary-entries'.
10551 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10552
10553 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10554
10555 * progmodes/antlr-mode.el (antlr-default):
10556 * cus-edit.el (custom-documentation):
10557 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10558 in defface.
10559
10560 2006-04-21 Kim F. Storm <storm@cua.dk>
10561
10562 * image.el (image-type): New defun split out of create-image.
10563 (create-image): Use it.
10564
10565 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10566
10567 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10568 (org-open-at-point): Remove the "...done" message to keep output
10569 in the echo area visible.
10570 (org-export-as-xoxo): Fix call to `indent-region'.
10571
10572 2006-04-21 Kevin Ryde <user42@zip.com.au>
10573
10574 * international/mule.el (keyboard-coding-system): defcustom
10575 info-link fixes: "Specify Coding" has been split, keyboard now in
10576 "Terminal Coding", and "Single-Byte Character Support" is now
10577 "Unibyte Mode".
10578
10579 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10580
10581 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10582 Use font-lock-warning-face for any errors e.g. no stack.
10583 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10584
10585 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10586
10587 * progmodes/sh-script.el (sh-shell): Mark as safe.
10588
10589 * newcomment.el (comment-start, comment-start-skip)
10590 (comment-end-skip, comment-end): Mark as safe.
10591
10592 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10593
10594 * textmodes/org.el (org-deadline-announce): Face removed.
10595 (org-level-faces, org-n-levels): Convert to constant.
10596 (org-compatible-face): New function.
10597 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10598 (org-level-5, org-level-6, org-level-7, org-level-8)
10599 (org-special-keyword, org-warning, org-headline-done, org-link)
10600 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10601 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10602 Face definition revised for better color tty support.
10603 (org-bold-re, org-italic-re, org-underline-re): New constants.
10604 (org-set-font-lock-defaults): Use the new constants.
10605 (org-agenda-highlight-todo): New function.
10606 (org-agenda-todo): Fix bug with point at end of line.
10607 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10608 Fontify TODO keywords.
10609 (org-insert-link): Preserve relative path in ../ links.
10610 (org-export-as-html): Convert links pointing to .org files into
10611 links that will work beteen the exported HTML files.
10612 (org-todo-list): Fix bug when arg=0.
10613 (org-insert-heading): More fine-tuning.
10614
10615 2006-04-19 Romain Francoise <romain@orebokech.com>
10616
10617 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10618 from `rmail-mime-charset-pattern'.
10619
10620 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10621
10622 * progmodes/python.el (python-mode): Fix typo.
10623
10624 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10625
10626 * comint.el (comint-previous-input): Don't clobber input line
10627 when moving off either end of the input history ring.
10628 (comint-delete-input): New function, used by
10629 `comint-previous-input' and others.
10630 (comint-previous-matching-input):
10631 Use `coming-delete-input'. Save the partial input if leaving the
10632 edit line. Goto point-max before deleting input to avoid
10633 partial input fragments hanging around.
10634 (comint-restore-input): New function, used by `comint-previous-input'.
10635
10636 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10637
10638 * imenu.el (imenu--index-alist): Balance parentheses.
10639
10640 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10641
10642 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10643
10644 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10645
10646 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10647 file is nil.
10648
10649 2006-04-18 Richard Stallman <rms@gnu.org>
10650
10651 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10652
10653 * imenu.el (imenu-create-index-function, imenu--index-alist)
10654 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10655 (imenu-default-create-index-function, imenu--generic-function):
10656 Doc fixes.
10657
10658 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10659
10660 * help-mode.el (help-mode): Set view-exit-action to delete window.
10661
10662 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10663 now works by passing nil as arg.
10664
10665 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10666
10667 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10668 (read-abbrev-file): Provide default when reading filename.
10669
10670 * files.el (enable-local-variables): Allow :all as value.
10671 (hack-local-variables): Implement that value.
10672 (safe-local-variable-values, safe-local-eval-forms)
10673 (enable-local-variables): Mark as risky.
10674 (find-file-visit-truename, kept-old-versions): Mark safe.
10675
10676 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10677 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10678 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10679
10680 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10681
10682 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10683 Use forward-line so as to get to BOL even in the presence of fields.
10684 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10685 in return.
10686 (inferior-tcl): Tell tclsh to work in interactive mode.
10687
10688 * complete.el (partial-completion-mode):
10689 Use 'choose-completion-string-functions to make sure that
10690 choose-completion fills the minibuffer properly.
10691
10692 * complete.el (PC-old-read-file-name-internal): Remove.
10693 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10694 of read-file-name-internal.
10695 (partial-completion-mode): Enable/disable this advice.
10696
10697 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10698
10699 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10700 of 2006-04-17.
10701
10702 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10703
10704 * textmodes/org.el (org-insert-heading): Insert heading before
10705 current if at beginning of line.
10706 (org-todo, org-date): New faces.
10707 (org-table-align): Make sure tooltip window contains full text.
10708 (org-no-properties): New defsubst.
10709 (org-set-font-lock-defaults): Use new faces.
10710
10711 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10712
10713 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10714 for root variables.
10715
10716 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10717 (gdb-frame-address): Re-use to identify frame for watch expression.
10718 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10719 variables.
10720 (gdb-init-1, gdb-source, gdb-post-prompt)
10721 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10722 (gdb-frame-handler): Get gdb-frame-address.
10723
10724 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10725
10726 Sync with Tramp 2.0.53.
10727
10728 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10729 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10730 (tramp-completion-file-name-handler): Add autoload cookie for
10731 adding to `file-name-handler-alist'.
10732
10733 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10734 the prompt. If it returns earlier (when detecting an error
10735 message), the rest of the output will merge accidently with the
10736 output of the next command. Reported by M Jared Finder
10737 <jared@hpalace.com>.
10738
10739 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10740 for `process-file', in order to let it work for older Emacsen too.
10741
10742 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10743
10744 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10745 (tex-font-lock-keywords-3): Use it.
10746
10747 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10748
10749 * newcomment.el (comment-add): New function.
10750 (comment-region-default, comment-dwim): Use it.
10751
10752 2006-04-15 Michael Olson <mwolson@gnu.org>
10753
10754 * emacs-lisp/tq.el: Improve comments.
10755 (tq-queue-head-question): New accessor function.
10756 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10757 Update for modified queue structure.
10758 (tq-queue-add): Accept `question' argument.
10759 (tq-queue-pop): If a question is pending, send it.
10760 (tq-enqueue): Accept new optional argument `delay-question'.
10761 If this is non-nil, and at least one other question is pending a
10762 response, queue the question rather than sending it immediately.
10763
10764 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10765
10766 * calendar/appt.el (appt-add): Check whether an appointment is
10767 already present in appt-time-msg-list. Simplify code.
10768
10769 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10770
10771 * progmodes/cc-langs.el (c-mode-menu):
10772 Don't presume c-subword-mode is bound.
10773
10774 2006-04-13 Bill Wohler <wohler@newt.com>
10775
10776 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10777 (customize-package-emacs-version): Use cdr instead of cadr now
10778 that alists use dotted pairs.
10779
10780 * custom.el (defcustom): Fix docstring for :package-version.
10781
10782 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10783
10784 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10785 (tramp-handle-shell-command): Display output buffer only when
10786 `tramp-display-shell-command-buffer' is true.
10787 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10788
10789 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10790
10791 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10792 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10793
10794 2006-04-13 Romain Francoise <romain@orebokech.com>
10795
10796 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10797 leaving temporary .cvsignore buffers behind.
10798
10799 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10800
10801 * textmodes/org.el (org-set-regexps-and-options)
10802 (org-get-current-options): Better names for the startup folding
10803 options.
10804
10805 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10806
10807 * vc.el (vc-annotate): Arrange for point to end up at the same
10808 line number as in the original, but only when using a new buffer.
10809
10810 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10811
10812 * files.el (hack-one-local-variable-eval-safep):
10813 Recognize `edebug-form-spec' for `put', but only if it passes
10814 `edebug-basic-spec'. Generalize `put' handling.
10815
10816 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10817 vetting file-local form specs.
10818
10819 * allout.el (allout-layout): Autoload its `safe-local-variable'
10820 property.
10821
10822 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10823
10824 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10825 (org-agenda-mouse-1-follows-link)
10826 (org-mouse-1-follows-link): New options.
10827 (org-format-agenda-item): Fix bug if TAGS is nil.
10828 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10829
10830 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10831
10832 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10833 GDB 6.1+ gives full filename for "info sources" so use
10834 file-name-nondirectory.
10835
10836 2006-04-12 Romain Francoise <romain@orebokech.com>
10837
10838 * subr.el (read-passwd): Bind `message-log-max' to nil.
10839
10840 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10841
10842 * progmodes/perl-mode.el (perl-indent-new-calculate):
10843 Recompute parse-start after jumping backward by a whole sexp.
10844
10845 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10846
10847 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10848 window configuration.
10849 (vc-annotate-display-select): Select the buffer so that current-buffer
10850 (and selected-window) is the output buffer at the end of vc-annotate.
10851
10852 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10853
10854 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10855 8-color terminals, to use all of the colors in a sensible order.
10856 256-color terminals work well with the standard map.
10857 (vc-annotate-lines): Only strip the first color character if it
10858 is "#", to allow for terminal-style named colors.
10859 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10860 the correct buffer is scrolled.
10861
10862 2006-04-11 Richard Stallman <rms@gnu.org>
10863
10864 * emacs-lisp/bytecomp.el (byte-compile-file):
10865 Bind enable-local-variables to :safe, and make normal-mode obey it.
10866
10867 * files.el (enable-local-variables): Allow value :safe.
10868 (normal-mode): Doc fix.
10869 (hack-local-variables): Implement enable-local-variables = :safe.
10870 (hack-local-variables-confirm): Don't prevent quitting.
10871
10872 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10873
10874 * loadhist.el (unload-feature): A bit of sanity check of
10875 load-history entries. Cancel timer-vars before unbinding them.
10876
10877 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10878 quote special chars, and make the trick work on the hex part of the
10879 buffer as well.
10880 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10881 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10882
10883 * startup.el (normal-splash-screen): Fix last change so we don't wait
10884 2 minutes if we don't show the splash screen.
10885
10886 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10887
10888 * textmodes/org.el (org-export-plain-list-max-depth)
10889 (org-table-spaces-around-separators)
10890 (org-radio-targets, org-activate-camels)
10891 (org-table-spaces-around-invisible-separators): Options removed.
10892 (org-time-stamp-rounding-minutes, org-remember-templates)
10893 (org-ellipsis, org-activate-links, org-descriptive-links):
10894 New options.
10895 (org-remember-apply-template, org-current-time)
10896 (org-finish-edit-table-field)
10897 (org-link-unescape, org-link-escape)
10898 (org-string-width, org-table-clean-line, org-html-do-expand)
10899 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10900 (org-read-agenda-file-list): New functions.
10901 (org-table-edit-field)
10902 (org-table-create-or-convert-from-region): New commands
10903 (org-table-toggle-vline-visibility): Command removed.
10904 (org-table-convert-region): Made a command.
10905 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10906 Replace with the normal org- functions.
10907 (org-self-insert-command): Don't trigger realign unnecessarily
10908 when blanking a field that is not full.
10909 (org-mode): `Set buffer-invisibility-spec' for links.
10910 (org-activate-links2): Hide link part and only show descriptive
10911 part of the link.
10912 (org-insert-link): Modify for new linking system.
10913 (org-store-link): Store description separately, for use by
10914 `org-insert-link'.
10915 (org-table-align): Use `org-string-width'.
10916 (defgroup): Completely new group structure for custom variables.
10917 (org-agenda-files): Option: Single file name allowed. Function:
10918 Optional argument unrestrited means ignore any restricitons.
10919 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10920 trying to modify the menu. Use generalized access to
10921 `org-agenda-files.'
10922 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10923 (org-agenda-file-to-front, org-remove-file, org-diary)
10924 (org-tags-view, org-export-icalendar-all-agenda-files)
10925 (org-export-icalendar-combine-agenda-files): Use generalized
10926 access to `org-agenda-files'.
10927 (org-remember-handler): Correctly preserve heading if present.
10928 (org-table-insert-row, org-table-insert-hline): Deal with
10929 invisible characters.
10930
10931 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10932
10933 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10934 (vc-annotate-color-map): New 18 element constant
10935 value/saturation, rotating hue colormap, from red->blue.
10936 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10937 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10938 (vc-annotate): To avoid killing the required local variables,
10939 set them before the end of `with-output-to-temp-buffer', and
10940 after first switching to annotate-mode.
10941 (vc-annotate-warp-version): Add buffer argument in goto-line to
10942 ensure annotation, not source, is scrolled.
10943
10944 2006-04-10 Bill Wohler <wohler@newt.com>
10945
10946 * custom.el (defcustom, custom-handle-keyword):
10947 Add :package-version keyword.
10948 (custom-add-package-version): New function. Sets value of new
10949 property 'custom-package-version from :package-version keyword.
10950 (defcustom): Create Common Keywords section in docstring.
10951 (defface, defgroup): Replace definitions of a select few keywords
10952 with a reference to the Common Keywords in defcustom.
10953 (defcustom, defface, defgroup): Replace reference to Customization
10954 chapter in manual with hyperlink.
10955
10956 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10957 (customize-changed-options): Add check for custom-package-version.
10958 (customize-package-emacs-version): New function to look up Emacs
10959 version corresponding to the given package version.
10960
10961 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10962 defun name, in similar fashion to find-variable-regexp.
10963
10964 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10965
10966 * international/mule-cmds.el (set-locale-environment): Fix last
10967 change for when the locale's preferences don't specify any encoding.
10968
10969 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10970
10971 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10972 so the defined var/fun doesn't need to be quoted.
10973
10974 2006-04-10 Richard Stallman <rms@gnu.org>
10975
10976 * finder.el (finder-mode-map): Add n and p bindings.
10977
10978 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10979
10980 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10981 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10982 (gdb-setup-windows): Put something in source window if we can't find
10983 the source file.
10984 (gdb-frame-handler): Make it work again with just assembly.
10985 (gdb-data-list-register-values-handler): Make it work when there is
10986 no stack.
10987
10988 2006-04-09 Richard Stallman <rms@gnu.org>
10989
10990 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10991 specs while looking for charset.
10992
10993 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10994
10995 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10996 Make them faces.
10997 (lm-font-lock-keywords): Update appropriately.
10998
10999 2006-04-10 Kim F. Storm <storm@cua.dk>
11000
11001 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11002 it can also replace buffer-substring-no-properties.
11003
11004 * emulation/cua-base.el (cua-delete-region, cua-paste)
11005 (cua-repeat-replace-region): Use filter-buffer-substring.
11006
11007 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11008 (cua-cut-region-to-global-mark): Likewise.
11009
11010 * emulation/cua-rect.el (cua--extract-rectangle)
11011 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11012
11013 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11014
11015 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11016 entry-type. Add field delimiters to numerical fields if they are
11017 not present.
11018
11019 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11020
11021 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11022 string-const to return value.
11023 (bibtex-remove-delimiters): Use it.
11024
11025 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11026
11027 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11028 cl-byte-compile-compiler-macro unless it exists.
11029
11030 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11031
11032 * files.el (hack-local-variables-confirm) <offer-save>:
11033 Clarify message text. Suggested by Ralf Angeli.
11034
11035 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11036
11037 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11038 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11039 instead of `buffer-substring' and `delete-region'. (Most of the
11040 code actually copied from `kill-region'.)
11041
11042 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11043
11044 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11045 (rcirc-default-port): Rename from rcirc-port.
11046 (rcirc-default-nick): Rename from rcirc-nick.
11047 (rcirc-default-user-name): Rename from rcirc-user-name.
11048 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11049 (rcirc-low-priority-flag): New variable.
11050 (rcirc-decode-coding-system): New defcustom.
11051 (rcirc-encode-coding-system): New defcustom.
11052 (rcirc-coding-system-alist): New defcustom.
11053 (rcirc-multiline-major-mode): New defcustom.
11054 (rcirc-nick): New internal variable.
11055 (rcirc-process): Remove variable.
11056 (rcirc-server-buffer): New variable.
11057 (rcirc): Update to use rcirc-default-* variables above.
11058 (rcirc-connect): Do not add window-configuration-hook-here.
11059 (rcirc-server): New internal variable.
11060 (rcirc-connect): Do not send keepalive pings if
11061 rcirc-keepalive-seconds is nil.
11062 (with-rcirc-server-buffer): New macro.
11063 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11064 (rcirc-server-name): Rename from rcirc-server.
11065 (rcirc-buffer-process): New function.
11066 (rcirc-buffer-nick): New function.
11067 (rcirc-buffer-target): Remove function.
11068 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11069 New commands.
11070 (rcirc-mode-map): Change binding of C-c C-l to
11071 rcirc-toggle-low-priority.
11072 (rcirc-mode): Initialize coding system based on
11073 rcirc-coding-system-alist. New change-major-mode-hook to part the
11074 channel on a mode change. Make kill-buffer-hook buffer-local.
11075 (rcirc-change-major-mode-hook): New function.
11076 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11077 (rcirc-last-post-time): New variable.
11078 (rcirc-process-message): Store the last time user posted a message
11079 to this target.
11080 (rcirc-multiline-minor-mode): New mode.
11081 (rcirc-multiline-minor-mode-map): New mode map.
11082 (rcirc-edit-multiline): Put multiline-edit buffer in
11083 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11084 (rcirc-print): Ignore any line starting with an ignored nick.
11085 (rcirc-print): Decode using rcirc-decode-coding-system.
11086 (rcirc-track-minor-mode): Update global-mode-string when disabling
11087 this mode.
11088 (minor-mode-alist): Add LowPri indicator.
11089 (rcirc-toggle-low-priority): New function.
11090 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11091 next lowpriority buffer with activity.
11092 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11093 last time the user posted a message in to the target.
11094 (rcirc-update-activity-string): New formatting for low priority
11095 buffers.
11096 (rcirc-split-activity): New function.
11097 (rcirc-handler-PART, rcirc-handler-KICK)
11098 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11099 (rcirc-nick-away-alist): New variable.
11100 (rcirc-handler-301): New handler. Away messages are printed once
11101 per change.
11102
11103 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11104
11105 * info.el (Info-follow-nearest-node): Doc fix.
11106
11107 * international/mule-cmds.el (set-locale-environment): Make sure
11108 the coding-system preferred by the locale's language has the same
11109 EOL conversion type as the original buffer-file-coding-system.
11110 (locale-language-names): Add a few MS Windows language codes.
11111
11112 2006-04-07 Richard Stallman <rms@gnu.org>
11113
11114 * simple.el (eval-expression): Doc fix.
11115
11116 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11117 (eval-defun): Doc fixes.
11118
11119 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11120
11121 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11122
11123 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11124
11125 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11126 GDB list command without argument for greater generality.
11127
11128 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11129
11130 * subr.el (string-or-null-p): New function.
11131
11132 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11133
11134 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11135
11136 * files.el: Update comment about safe-local-variable declarations.
11137
11138 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11139
11140 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11141 See idlwave.org.
11142
11143 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11144 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11145
11146 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11147 See idlwave.org.
11148
11149 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11150 version 6.0 (minimal changes). See idlwave.org.
11151
11152 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11153 6.0 (minimal changes). See idlwave.org.
11154
11155 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11156
11157 2006-04-06 Romain Francoise <romain@orebokech.com>
11158
11159 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11160 symmetric encryption features and a new asynchronous interface to
11161 GnuPG. This new version is version 1.4, plus whitespace changes.
11162
11163 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11164
11165 * files.el: Move some `safe-local-variable' declarations to the
11166 respective files.
11167
11168 * textmodes/ispell.el (ispell-check-comments)
11169 (ispell-local-dictionary): Mark as safe.
11170
11171 * abbrev.el (abbrev-mode): Mark as safe.
11172
11173 * add-log.el (change-log-default-name): Mark as safe.
11174
11175 * textmodes/reftex-vars.el (reftex-vref-is-default)
11176 (reftex-fref-is-default, reftex-level-indent)
11177 (reftex-guess-label-type): Mark as safe.
11178
11179 * textmodes/fill.el (colon-double-space): Mark as safe.
11180
11181 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11182 (sentence-end-double-space, sentence-end-without-period)
11183 (sentence-end-without-space, sentence-end, sentence-end-base)
11184 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11185
11186 2006-04-06 Kim F. Storm <storm@cua.dk>
11187
11188 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11189 the :set-after list.
11190 (ido-downcase-unc-hosts): New user option. Default on.
11191 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11192 when it is set, as regexps are now applied on the fly.
11193 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11194 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11195 on the fly, but only when ido-process-ignore-lists is set.
11196 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11197 Only downcase names if ido-downcase-unc-hosts is set.
11198
11199 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11200
11201 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11202
11203 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11204
11205 2006-04-05 Kim F. Storm <storm@cua.dk>
11206
11207 * ido.el (ido-mode): Set after ido-unc-hosts and
11208 ido-ignore-unc-host-regexps.
11209 (ido-save-history): Save ido-unc-hosts-cache.
11210 (ido-load-history): Load ido-unc-hosts-cache.
11211 (ido-reread-directory): Refresh unc hosts cache in // dir.
11212
11213 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11214 to nil while displaying slash screen.
11215
11216 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11217
11218 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11219 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11220
11221 2006-04-05 Kenichi Handa <handa@m17n.org>
11222
11223 * international/characters.el: Setup cases of Latin, Greek, and
11224 Cyrillic characters in CJK charsets.
11225
11226 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11227
11228 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11229 default-enable-multibyte-characters. This reverts the change from
11230 revision 6.17 which is no longer necessary because the passphrase
11231 is sent separately now. GnuPG messages are unreadable under
11232 multibyte locales with default-enable-multibyte-characters set to nil.
11233
11234 2006-04-04 Andreas Schwab <schwab@suse.de>
11235
11236 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11237 and `byte-compile-warnings' as `safe-local-variable'.
11238
11239 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11240
11241 * man.el (Man-mode-map): Restore the \r binding.
11242 (Man-abstract-xref-man-page): If Man-target-string is a function,
11243 call it.
11244 (Man-highlight-references): Use Man-default-man-entry to get the
11245 target. Deal with xrefs too.
11246 (Man-highlight-references0): Don't call the target function.
11247
11248 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11249 cannot deal with it.
11250
11251 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11252
11253 * pgg-gpg.el: Clean up process buffers every time gpg processes
11254 complete.
11255
11256 2006-04-04 Kenichi Handa <handa@m17n.org>
11257
11258 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11259 here.
11260 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11261 Temporarily bind inhibit-field-text-motion to t.
11262
11263 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11264
11265 * startup.el (normal-splash-screen): Only set mode-line-format in the
11266 splash buffer, so as not to interfere when debugging the code.
11267 Ignore errors when switching buffer.
11268
11269 2006-04-03 Romain Francoise <romain@orebokech.com>
11270
11271 * dired.el (dired-dnd-protocol-alist): Fix typo.
11272
11273 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11274
11275 * savehist.el (savehist): Add :version.
11276 (savehist-ignored-variables): New variable.
11277 (savehist-minibuffer-hook): Don't save variables listed in
11278 `savehist-ignored-variables'.
11279
11280 * dired.el (dired-dnd-protocol-alist): Mention that change does
11281 only apply to new buffers in doc string.
11282
11283 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11284
11285 * recentf.el (recentf-open-files-item): Include newline in button
11286 field, so opening a file will work, when the point is at the end
11287 of the file name. Allow, for example, to [i]search a file by
11288 extension and just push RET to open it.
11289
11290 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11291
11292 * pgg-gpg.el (pgg-gpg-process-filter)
11293 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11294
11295 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11296 lines, temporary fix.
11297
11298 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11299
11300 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11301
11302 2006-04-02 Richard Stallman <rms@gnu.org>
11303
11304 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11305
11306 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11307
11308 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11309 header-mouse-map.
11310
11311 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11312 (ibuffer-mode-header-map): New keymaps.
11313 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11314 and keybindings for column headers.
11315 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11316 property.
11317
11318 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11319
11320 * speedbar.el (speedbar-after-create-hook): Doc fix.
11321
11322 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11323
11324 * shell.el (shell-directory-tracker)
11325 (shell-dynamic-complete-command): Doc fixes.
11326
11327 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11328
11329 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11330 terminals.
11331
11332 2006-04-01 Kim F. Storm <storm@cua.dk>
11333
11334 * ido.el (ido-unc-hosts-cache): New defvar.
11335 (ido-unc-hosts): If value of defcustom is a function, call it to
11336 get list of UNC hosts. Add function-item choices to specify
11337 ido-unc-hosts-net-view or user function.
11338 (ido-ignore-unc-host-regexps): New defcustom.
11339 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11340 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11341 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11342
11343 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11344
11345 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11346 wwidth.
11347
11348 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11349
11350 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11351 (ido-max-work-file-list, ido-switch-buffer)
11352 (ido-read-file-name-as-directory-commands):
11353 Fix typos in docstrings.
11354
11355 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11356
11357 * term/mac-win.el (mac-system-coding-system): Define and use after
11358 Mac-specific coding systems are ready.
11359
11360 2006-03-27 Romain Francoise <romain@orebokech.com>
11361
11362 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11363
11364 * ldefs-boot.el: Update.
11365
11366 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11367
11368 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11369 passphrases when it is not needed.
11370 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11371 passphrase stuff from gpg, should only be necessary when you use
11372 gpg with a smartcard.
11373
11374 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11375
11376 * comint.el (comint-dynamic-list-completions): Allow user to
11377 select *Completions* buffer.
11378
11379 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11380
11381 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11382
11383 2006-03-26 Andreas Schwab <schwab@suse.de>
11384
11385 * progmodes/gud.el (gdb): Only complain about multiple debugging
11386 when the gdb process is still running.
11387
11388 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11389
11390 * mail/rmail.el (tool-bar-map): Defvar it.
11391 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11392 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11393
11394 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11395
11396 * help.el (print-help-return-message): Suggest to use
11397 display-buffer instead of switch-to-buffer-other-window to restore
11398 the previous window without selecting it.
11399
11400 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11401
11402 * frame.el (select-frame-by-name): Call x-focus-frame also when
11403 window-system is mac.
11404
11405 * term/mac-win.el: Adjust Courier font specifications in
11406 x-fixed-font-alist.
11407 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11408 when directly encoding to UTF-16 in native byte order, no BOM.
11409
11410 2006-03-25 Kim F. Storm <storm@cua.dk>
11411
11412 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11413 (cua--init-keymaps): Use it instead of fixed C-return.
11414 (cua-mode): Set after it.
11415
11416 * emulation/cua-rect.el (cua--init-rectangles):
11417 Use cua-rectangle-mark-key instead of fixed C-return.
11418
11419 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11420
11421 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11422 "run" in .gdbinit.
11423 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11424
11425 2006-03-24 Romain Francoise <romain@orebokech.com>
11426
11427 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11428 `display-buffer-other-frame'.
11429
11430 2006-03-24 Kim F. Storm <storm@cua.dk>
11431
11432 * apropos.el (apropos-synonyms): Add selection => region.
11433
11434 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11435
11436 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11437 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11438 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11439 (gdb-data-list-register-values-regexp)
11440 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11441 Future proof against new fields being added to MI output.
11442 (gdb-send): Don't treat backslashes for program input as
11443 continuations.
11444 (gdb-assembler-handler): Don't use window-start for this handler.
11445 (gdb-frame-handler): Don't change to hollow arrow if overlay
11446 arrow doesn't move to new frame.
11447
11448 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11449
11450 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11451 prevent compiler warnings.
11452 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11453 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11454 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11455 buffer too.
11456
11457 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11458
11459 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11460 make-network-process, so we can use the same code in Gnus v5-10
11461 too and have this file fully synchronized with that release.
11462
11463 2006-03-23 Romain Francoise <romain@orebokech.com>
11464
11465 * ibuf-ext.el (ibuffer-read-filter-group-name):
11466 Use `ibuffer-generate-filter-groups' to make completion list match
11467 the filter groups that are really displayed in the Ibuffer buffer.
11468 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11469
11470 2006-03-23 Kenichi Handa <handa@m17n.org>
11471
11472 * international/mule-cmds.el (sort-coding-systems): Describe that
11473 the argument is modified in docstring.
11474
11475 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11476
11477 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11478 (pgg-gpg-update-agent): New function.
11479 (pgg-gpg-use-agent-p): New function.
11480 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11481 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11482 (pgg-gpg-sign-region): Use it.
11483
11484 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11485
11486 * cus-edit.el (custom-face-set): Call custom-push-theme before
11487 face-spec set so that `changed' theme is correctly saved.
11488 (custom-face-reset-standard): Reset to recalculated face rather
11489 than defface spec.
11490
11491 * custom.el (custom-push-theme): Only save `changed' theme if the
11492 current face does not match the defface specs.
11493
11494 2006-03-21 Simon Josefsson <jas@extundo.com>
11495
11496 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11497 <wilde@sha-bang.de>.
11498 (pgg-gpg-use-agent): New variable.
11499 (pgg-gpg-process-region): Use it.
11500 (pgg-gpg-encrypt-region): Likewise.
11501 (pgg-gpg-encrypt-symmetric-region): Likewise.
11502 (pgg-gpg-decrypt-region): Likewise.
11503 (pgg-gpg-sign-region): Likewise.
11504 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11505
11506 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11507
11508 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11509 bracket links.
11510
11511 2006-03-21 Kim F. Storm <storm@cua.dk>
11512
11513 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11514 fringe-indicator-alist instead of modifying global value.
11515 (gdb-frame-handler): Likewise.
11516
11517 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11518
11519 * diff-mode.el (diff-function): Make it inherit from diff-header
11520 instead of diff-context.
11521
11522 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11523 bitmap.
11524 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11525 change names in macro above for consistency.
11526 (gdb-frame-handler): Use hollow-right-triangle for all selected
11527 frames which except the innermost (where execution has stopped).
11528 (gdb-reset): Reset buffer-local values of overlay-arrow.
11529
11530 2006-03-20 Richard Stallman <rms@gnu.org>
11531
11532 * simple.el (set-mark-command): Doc fix.
11533
11534 * files.el (display-buffer-other-frame): New command.
11535 (ctl-x-4-map): Bind C-x 5 C-o to it.
11536
11537 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11538
11539 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11540 rather than just defer-time, in case defer-time has been changed but
11541 the timer isn't running yet.
11542 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11543
11544 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11545
11546 * help-mode.el (help-follow-symbol): New function.
11547 Essentially identical to the old `help-follow', but do not let
11548 `push-button' do the work when on an xref.
11549 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11550
11551 2006-03-19 Richard Stallman <rms@gnu.org>
11552
11553 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11554 preceded by the word `program'.
11555 (help-follow-mouse, help-follow): Throw error if not on xref.
11556 Delete no longer used args.
11557
11558 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11559
11560 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11561 annotation ensure gud-overlay-arrow-position is redisplayed.
11562
11563 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11564
11565 * textmodes/bibtex.el (bibtex-include-OPTkey)
11566 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11567 (bibtex-autokey-name-case-convert)
11568 (bibtex-autokey-titleword-case-convert): Make these the aliases
11569 for the following two variables.
11570 (bibtex-autokey-name-case-convert-function)
11571 (bibtex-autokey-titleword-case-convert-function): Make these the
11572 real names.
11573 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11574 bibtex-font-lock-crossref sublists.
11575 (bibtex-mode): Revert 2005-12-30 change (which made
11576 completion-ignore-case buffer-local).
11577 (bibtex-url): Simplify.
11578
11579 2006-03-19 Kim F. Storm <storm@cua.dk>
11580
11581 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11582 cursor property value to 2 (to align with C level change).
11583
11584 2006-03-19 Bill Wohler <wohler@newt.com>
11585
11586 * image.el (image-load-path-for-library): Shorten first line in
11587 docstring.
11588
11589 2006-03-18 Richard Stallman <rms@gnu.org>
11590
11591 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11592
11593 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11594
11595 * isearch.el (isearch-other-meta-char): Handle user bindings for
11596 shifted control characters.
11597
11598 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11599
11600 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11601 part that matches email addresses, file names, etc.
11602
11603 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11604
11605 * term/w32-win.el (mouse-set-font):
11606 Mention w32-list-proportional-fonts in the doc string.
11607
11608 2006-03-18 Kim F. Storm <storm@cua.dk>
11609
11610 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11611 (ido-unc-hosts): New user option to explicitly define list of know
11612 UNC-style hosts for completion.
11613 (ido-cache-unc-host-shares-time): New user option.
11614 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11615 New helper functions for UNC file-name support.
11616 (ido-may-cache-directory): Check for UNC host. Simplify.
11617 (ido-wash-history): Clean out old UNC hosts.
11618 (ido-nonreadable-directory-p): UNC hosts are always readable.
11619 (ido-directory-too-big-p): UNC hosts are never too big.
11620 (ido-set-current-directory): Handle UNC root path.
11621 (ido-file-name-all-completions): Complete UNC host names from
11622 ido-unc-hosts list. Cache UNC host shares.
11623 (ido-make-file-list-1): Don't filter UNC root.
11624 (ido-exhibit): Check for // in root directory, and switch to UNC
11625 mode by setting ido-current-directory to //.
11626
11627 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11628
11629 * cus-edit.el (customize-changed-options): Mention explicit
11630 version number as default in prompt.
11631
11632 2006-03-17 Bill Wohler <wohler@newt.com>
11633
11634 * image.el (image-load-path-for-library): Minor docstring fix.
11635
11636 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11637
11638 * textmodes/org.el (org-read-date): Include subgroup 5 into
11639 replacement text.
11640 (org-popup-calendar-for-date-prompt): Fix customization type.
11641
11642 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11643
11644 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11645 (gdb-continuation): New variable.
11646 (gdb-send): Deal with continuation lines.
11647
11648 * progmodes/gud.el (gud-gdb-complete-command)
11649 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11650 expressions.
11651 (gud-tooltip-mode): Use buffer-local value.
11652
11653 2006-03-16 Kim F. Storm <storm@cua.dk>
11654
11655 * ido.el (ido-edit-input): Use selected match, if any.
11656
11657 2006-03-16 Bill Wohler <wohler@newt.com>
11658
11659 * image.el (image-load-path-for-library): Prefer user's images in
11660 image-load-path.
11661
11662 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11663
11664 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11665 when checking for attempt to drag leftmost or rightmost scrollbar.
11666
11667 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11668
11669 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11670 (gdb-force-mode-line-update): New function.
11671 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11672 (gdb-exited): Use them.
11673 (gdb-signal): New function.
11674 (gdb-annotation-rules): Provide a rule for it.
11675
11676 2006-03-16 Kenichi Handa <handa@m17n.org>
11677
11678 * international/mule.el (auto-coding-regexp-alist): Add entries
11679 for Unicode BOM.
11680
11681 * sort.el (sort-build-lists): Temporarily bind
11682 inhibit-field-text-motion to t.
11683
11684 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11685
11686 * locate.el (locate-command, locate-make-command-line)
11687 (locate-fcodes-file, locate-update-command)
11688 (locate-prompt-for-command, locate, locate-with-filter)
11689 (locate-get-file-positions): Doc fixes.
11690 (locate-buffer-name, locate-header-face): Remove leading `*' in
11691 defcustom.
11692 (locate-filter-output): Use `keep-lines' instead of its alias
11693 `delete-non-matching-lines'.
11694 (locate-get-filename, locate-get-dirname): Add introductory comment.
11695 (locate-find-directory-other-window): Give appropriate error
11696 message if used outside main listing.
11697
11698 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11699
11700 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11701 the new extend-region feature.
11702 (font-lock-after-change-function): Update correspondingly.
11703 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11704 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11705
11706 2006-03-15 Bill Wohler <wohler@newt.com>
11707
11708 * image.el (image-load-path-for-library): Fix example by not
11709 recommending that one binds image-load-path. Just defvar it to
11710 placate compiler and only use it if previously defined.
11711
11712 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11713
11714 * textmodes/org.el (org-insert-centered): Use `string-width' to
11715 make underlining work for wide characters.
11716 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11717 TAB to `org-cycle', to make sure that no binding in
11718 `outline-mode-map' can supercede it.
11719
11720 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11721
11722 * allout.el: Increment version to 2.2.1 in file commentary.
11723
11724 (allout-version): Increment to 2.2.1.
11725
11726 (allout-default-layout): New customization variable, used when the
11727 file lacks a specific allout-layout. Uses allout-layout-type for
11728 recursively nested definition.
11729
11730 (allout-layout-type): Widget defining allout layouts, necessary for
11731 self-recursive definition.
11732
11733 (allout-mode): Incorporate allout-default-layout as fallback for
11734 allout-layout.
11735
11736 (allout-layout): Mark as 'safe-local-variable', and refer mention
11737 fallback to `allout-default-layout' in absence of a specified value.
11738 (allout-passphrase-verifier-string)
11739 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11740
11741 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11742
11743 (allout-get-encryption-passphrase-verifier): Use correct name of
11744 passphrase verifier in docstring.
11745
11746 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11749 elements.
11750 (gdb-find-watch-expression): Make it work for arrays too.
11751 Follow change to gdb-var-list.
11752 (gud-watch): Allow the user to enter variable name with a prexix
11753 arg. Create keybindings.
11754 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11755 (gdb-var-list-children-handler, gdb-var-update-handler)
11756 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11757 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11758 Follow change to gdb-var-list.
11759 (gdb-starting): Don't show the overlay arrows when program is running.
11760
11761 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11762 gdb-var-list.
11763
11764 2006-03-14 Bill Wohler <wohler@newt.com>
11765
11766 * image.el (image-load-path-for-library): Pass value of path
11767 rather than symbol. Always return list of directories.
11768 Guarantee that image directory comes first.
11769
11770 2006-03-14 Alan Mackenzie <acm@muc.de>
11771
11772 * font-core.el (font-lock-extend-region\(-function\)?.):
11773 New function/variable.
11774
11775 * font-lock.el (font-lock-after-change-function):
11776 Call font-lock-extend-region. Obey font-lock-lines-before.
11777 (font-lock-default-fontify-region): Remove reference to
11778 font-lock-lines-before.
11779
11780 * jit-lock.el (jit-lock-after-change):
11781 Call font-lock-extend-region. Obey font-lock-lines-before.
11782
11783 2006-03-14 David Ponce <david@dponce.com>
11784
11785 * tree-widget.el (tree-widget-themes-load-path)
11786 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11787
11788 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11789
11790 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11791 (rcirc-print): Mark the start of text at the end of the prompt.
11792 (rcirc-track-minor-mode): Add autoload cookie.
11793 (rcirc-update-activity-string): Add space to front of mode-line
11794 indicator.
11795
11796 2006-03-13 Miles Bader <miles@gnu.org>
11797
11798 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11799 (rcirc-abbrev-nick): Remove function.
11800 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11801
11802 2006-03-13 David Ponce <david@dponce.com>
11803
11804 * tree-widget.el: Handle themes across all occurrences of the main
11805 themes sub-directory found in tree-widget-themes-load-path.
11806 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11807 (tree-widget--locate-sub-directory): Return all occurrences.
11808 (tree-widget-themes-path): New function.
11809 Replace tree-widget-themes-directory, and return a list of directories.
11810 (tree-widget-set-parent-theme)
11811 (tree-widget-lookup-image): Use it.
11812
11813 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11814
11815 * textmodes/org.el (org-link-search): Avoid self-matching of
11816 links, allow target text to be distributed over several lines.
11817 (org-search-not-link): New function.
11818 (org-set-regexps-and-options, org-get-current-options):
11819 New startup options.
11820 (org-export-as-html): Take odd-level setting from local variable.
11821 (org-fontify-emphasized-text): New option.
11822 (org-set-font-lock-defaults): Include emphasized text.
11823 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11824 (org-font-lock): Customize group renamed from `org-faces'.
11825
11826 2006-03-13 John Paul Wallington <jpw@pobox.com>
11827
11828 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11829 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11830
11831 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11832
11833 * cus-start.el (all): Delete :version keyword for members of the
11834 fringe group, since the entire group is new in 22.1.
11835
11836 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11837
11838 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11839 map if value is hexadecimal (an address).
11840 (gud-watch): Only search roots for existing watch expressions.
11841 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11842 prevent caching problems with speedbar-update-directory-contents.
11843
11844 2006-03-12 Juri Linkov <juri@jurta.org>
11845
11846 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11847 before comparing with `low' and `warn'.
11848
11849 * info.el (Info-dir-remove-duplicates): Move point to the
11850 beginning of the current line after deleting the entries from
11851 redundant heading. Use marker for `limit' and compare it with
11852 point before calling `re-search-forward'.
11853
11854 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11855
11856 * simple.el (yank): Fix typo in docstring.
11857
11858 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11859
11860 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11861 messages, where "D" is the 6th character.
11862
11863 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11864
11865 * simple.el (yank): Fix last change.
11866
11867 2006-03-11 David Ponce <david@dponce.com>
11868
11869 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11870 merging elements from the standard ispell-dictionary-alist.
11871 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11872 alist, and return the new alist.
11873
11874 2006-03-11 Richard Stallman <rms@gnu.org>
11875
11876 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11877
11878 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11879 the way it is implemented is too unclean.
11880
11881 * simple.el (kill-region, yank): Doc fix.
11882
11883 * battery.el (battery-echo-area-format): Doc fix.
11884 (battery-mode-line-format): Likewise.
11885 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11886 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11887
11888 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11889
11890 * progmodes/octave-mod.el (octave-indent-for-comment):
11891 Behave according to do string.
11892
11893 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11894
11895 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11896 Be visible only if major mode is Mail Mode.
11897
11898 * textmodes/flyspell.el (flyspell-external-point-words)
11899 (flyspell-process-localwords): Fix last changes.
11900
11901 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11902
11903 * calendar/holidays.el (list-holidays): Doc fix.
11904
11905 * international/mule.el (auto-coding-alist): Add .odt
11906 (OpenOffice's open document) files.
11907
11908 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11909 document) files. Mention in the doc string the need to sync with
11910 auto-coding-alist.
11911
11912 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11913
11914 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11915 enable-local-variables is set to always query, or there is no
11916 savable variable.
11917
11918 2006-03-10 Bill Wohler <wohler@newt.com>
11919
11920 * image.el (image-load-path-for-library): Merge at least three
11921 functions from Gnus and MH-E into this one function that can now
11922 be shared.
11923
11924 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11925
11926 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11927 gdb-remove-mouse-face and remove help-echo too.
11928 (gdb-enqueue-input): Correct conditional clause.
11929
11930 2006-03-10 Glenn Morris <rgm@gnu.org>
11931
11932 * calendar/calendar.el (calendar-holidays): Doc fix.
11933 * calendar/holidays.el (list-holidays): Doc fix.
11934
11935 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11936
11937 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11938 it gets called in gdb-prompt anyway.
11939 (gdb-use-separate-io-buffer): Only restore window arrangement for
11940 gdb-many-windows.
11941 (gdb-enqueue-input): Make it harder to send GDB input when program
11942 is running.
11943 (gdb-buffer-list): New variable.
11944 (gdb-remove-mouse-face): New function.
11945 (gdb-starting): Use it when GDB input won't get sent.
11946
11947 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11948
11949 * help.el (view-lossage): Remove trailing whitespace before
11950 inserting "\n".
11951
11952 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11953
11954 * files.el (hack-local-variables-confirm):
11955 Set coding-system-for-read to nil before writing to .emacs.
11956
11957 * arc-mode.el (archive-extract): Check if an existing buffer name
11958 comes from a different archive.
11959
11960 * help.el (describe-key-briefly): If KEY is a down event, read and
11961 discard the up event.
11962
11963 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11964
11965 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11966 be edited and use font-lock-warning-face for any changes.
11967
11968 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11969 (gdb-edit-value): Use it to report any errors.
11970
11971 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11972
11973 * help.el (describe-key): Remove leftover test code.
11974
11975 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11976
11977 * textmodes/org.el: Move defvars out of eval-when-compile.
11978 Use buffer-file-name variable.
11979 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11980 arg `file'.
11981 (org-level-faces): Remove startup dependency.
11982 (org-cycle, org-map-tree, org-scan-tags)
11983 (org-remember-handler): Don't call `outline-level' directly.
11984 (org-mhe-search-all-folders): New option.
11985 (org-mhe-get-message-folder-from-index)
11986 (org-mhe-get-message-folder): Fix indexing search.
11987 (org-format-agenda-item): Handle nil TAGS argument.
11988 (org-cleaned-string-for-export, org-activate-target-links)
11989 (org-make-target-link-regexp): Deal with empty radio target list.
11990 (org-tag): New face.
11991 (org-get-level-face): New function.
11992 (org-set-font-lock-defaults): Simplify setup for headlines.
11993 (org-complete): Pass common substring to `display-completion-list'.
11994
11995 2006-03-06 David Ponce <david@dponce.com>
11996
11997 * tree-widget.el: Update Commentary header.
11998 (tree-widget-theme-name): Ignore parent themes.
11999 (tree-widget-set-parent-theme): New function.
12000 (tree-widget-set-theme): Use it.
12001 (tree-widget-set-image-properties): Move definition. Does nothing
12002 if image properties have already been set.
12003 (tree-widget-image-properties): Move definition. Receive an image
12004 name. Set the :pointer property.
12005 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12006 Don't set the :pointer image property.
12007 (tree-widget-convert-widget): New function. Handle :dynargs
12008 compatibility here.
12009 (tree-widget): Use it to :convert-widget. Add the :expander-p
12010 predicate to control when the :expander function is entered.
12011 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12012 (tree-widget-value-create): Handle :expander-p. widget-apply
12013 :expander.
12014 (tree-widget-expander-p): New function. Default value of the
12015 :expander-p property.
12016
12017 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12018
12019 * help.el (describe-key): Properly handle the return value of
12020 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12021 remaps. Handle string and vector `follow-link' values.
12022
12023 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12024
12025 * complete.el (PC-expand-many-files): Try be more careful when parsing
12026 the shell's output.
12027
12028 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12029
12030 * outline.el (hide-sublevels): Provide better interactive default.
12031
12032 2006-03-06 Kenichi Handa <handa@m17n.org>
12033
12034 * international/fontset.el (create-fontset-from-fontset-spec):
12035 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12036
12037 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12038
12039 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12040 backslashes instead of one in regexp.
12041 (gud-tooltip-dereference): Add missing optional argument.
12042
12043 2006-03-04 John Paul Wallington <jpw@pobox.com>
12044
12045 * wdired.el (toplevel): Require `cl' at compile-time.
12046
12047 2006-03-04 Andreas Schwab <schwab@suse.de>
12048
12049 * server.el (server-process-filter): Handle errors during
12050 evaluation of the argument.
12051
12052 2006-03-03 John Paul Wallington <jpw@pobox.com>
12053
12054 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12055 escape parentheses at beginning of line.
12056 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12057 (t-mouse-mode): Remove period from end of error message.
12058
12059 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12060
12061 * textmodes/flyspell.el (flyspell-process-localwords):
12062 Be case-sensitive.
12063
12064 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12065
12066 * cus-edit.el (custom-quote): Remove function, since it has been
12067 moved to custom.el.
12068
12069 * font-lock.el (lisp-font-lock-keywords-2)
12070 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12071 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12072 they have no special meaning.
12073
12074 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12075 indirect buffer gets killed before indirect buffer. Use dolist.
12076
12077 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12078
12079 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12080 value instead of a literal constant (1) on more pauses.
12081
12082 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12083
12084 * textmodes/flyspell.el (flyspell-external-point-words):
12085 Be case-sensitive.
12086
12087 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12088
12089 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12090 with "www".
12091
12092 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12093
12094 * allout.el: Restablish intermediate missing comment header to
12095 preserve outline structure.
12096 (allout-beginning-of-current-entry): Skip invisible text.
12097 (allout-open-topic): Fix opening a topic at end-of-buffer.
12098 (allout-minor-mode): Move nearer to allout-mode function.
12099
12100 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12101
12102 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12103
12104 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12105
12106 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12107 is nil.
12108
12109 * progmodes/gud.el (gud-speedbar-menu-items):
12110 Use buffer-local-value and add missing :visible keyword.
12111
12112 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12113
12114 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12115
12116 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12117 must be `follow-link'.
12118
12119 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12120
12121 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12122 formatting: No nested anchors.
12123 (org-all-targets): Fix bug with XEmacs compatibility.
12124 (org-read-date): Add (require 'parse-time).
12125 (org-set-tags): Fix bug with extra inserted space.
12126 (org-export-html-style): Define a style class for targets.
12127 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12128 (org-hide-leading-stars): New option.
12129 (org-hide): New face.
12130 (org-set-font-lock-defaults): Allow to hide leading stars.
12131 (org-get-legal-level, org-tr-level): New functions.
12132 (org-odd-levels-only): New option.
12133 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12134 (org-demote, org-promote): Deal with double-star levels.
12135 (org-convert-to-odd-levels): New command.
12136
12137 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12138
12139 * speedbar.el (speedbar-update-localized-contents): Try to
12140 preserve window-start.
12141 (speedbar-update-directory-contents): Try to preserve window-start
12142 and window-point.
12143 (speedbar-update-special-contents): Don't move back to start of window.
12144
12145 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12146 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12147 speedbar-timer-fn.
12148 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12149 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12150 instead of gdb-speedbar-timer-fn.
12151
12152 2006-02-28 Jay Belanger <belanger@truman.edu>
12153
12154 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12155 (math-compose-expr): Use latex option when calling
12156 `math-compose-tex-matrix' for latex mode.
12157
12158 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * speedbar.el: Re-instate comments about developing for speedbar
12161 [this is what info and gdb-ui use even if better methods exist now].
12162
12163 * t-mouse.el: New file.
12164 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12165 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12166 (t-mouse-make-event-element): Use posn-at-x-y instead.
12167 (t-mouse-make-event): Deal with Fedora Core 3.
12168 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12169 (t-mouse-mouse-position-function): New function. Use it instead
12170 of advising mouse-position.
12171 (t-mouse-mode): New minor mode.
12172 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12173
12174 2006-02-27 Glenn Morris <rgm@gnu.org>
12175
12176 * calendar/calendar.el (calendar-holidays): Doc fix.
12177
12178 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12179
12180 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12181 Re-introduce the concept of a source window.
12182 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12183 consistency with get-buffer-create.
12184 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12185 (gdb-data-list-register-values-handler)
12186 (gdb-stack-list-locals-handler): Try to preserve window-start as
12187 well as window-point.
12188 (gdb-display-source-buffer): New function (old concept).
12189 (gdb-goto-breakpoint): Use it.
12190
12191 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12192 for gdb-ui/gdb-mi (old concept).
12193
12194 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12195
12196 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12197 binding.
12198
12199 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12200
12201 * textmodes/reftex-sel.el (reftex-select-label-map)
12202 (reftex-select-bib-map): Add `follow-mouse' binding.
12203
12204 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12205
12206 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12207 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12208 Give :set functions to provide automatic updating.
12209 Update docstring. Give compiler defvars early in the file
12210 and move the defcustoms to a later spot where all called functions
12211 are defined.
12212 (jka-compr-file-name-handler-entry): Doc fix.
12213 (jka-compr-compression-info-list--internal)
12214 (jka-compr-mode-alist-additions--internal)
12215 (jka-compr-load-suffixes--internal): New variables.
12216 (jka-compr-install): Set the three above variables.
12217 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12218 (jka-compr-update, jka-compr-set): New functions.
12219 (auto-compression-mode): Doc fix.
12220
12221 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12222 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12223 Use jka-compr-compression-info-list--internal,
12224 jka-compr-mode-alist-additions--internal and
12225 jka-compr-load-suffixes--internal.
12226
12227 * files.el (load-library):
12228 * loadhist.el (file-loadhist-lookup):
12229 * startup.el (command-line):
12230 * subr.el (locate-library):
12231 * emacs-lisp/autoload.el (update-directory-autoloads):
12232 * emacs-lisp/find-func.el (find-library-suffixes):
12233 Use `get-load-suffixes' instead of `load-suffixes'.
12234
12235 * subr.el (locate-library):
12236 * emacs-lisp/find-func.el (find-library-name):
12237 Use `load-file-rep-suffixes' instead of '("").
12238
12239 2006-02-26 Kim F. Storm <storm@cua.dk>
12240
12241 * ido.el (ido-save-history, ido-load-history): Simplify.
12242 Don't use find-file-noselect to avoid interference from other modes.
12243
12244 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12245
12246 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12247 to use the default shell if filename is not available.
12248 Reported by Giorgos Keramidas.
12249
12250 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12251
12252 * progmodes/etags.el (tags-completion-table): Do completion from
12253 all the tables in the current list, as documented in the manual.
12254
12255 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12256
12257 * CC Mode Update to 5.31.3.
12258
12259 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12260
12261 * progmodes/cc-mode.el (c-postprocess-file-styles):
12262 Bind inhibit-read-only to t, around the call to
12263 c-remove-any-local-eval-or-mode-variables, so that it works on a
12264 RO file.
12265
12266 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12267
12268 * progmodes/cc-awk.el: Correct a typo.
12269
12270 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12271
12272 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12273 c-hungry-delete-backwards, at the request of RMS. Leave the old
12274 name as an alias.
12275
12276 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12277
12278 * progmodes/cc-mode.el: Correct a typo.
12279
12280 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12281
12282 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12283
12284 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12285
12286 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12287 brace-else-brace (error due to mbeg, mend being undefined).
12288
12289 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12290
12291 * progmodes/cc-mode.el: File Local variables: Solve the problem
12292 where both `mode' and c-file-offsets are specified: `mode' will
12293 overwrite c-f-o's settings:
12294 (c-remove-any-local-eval-or-mode-variables): New function.
12295 (c-postprocess-file-styles): Call the above new function, within
12296 c-tentative-buffer-change, to splat `mode' and `eval' before the
12297 second hack-local-variables.
12298
12299 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12300
12301 * progmodes/cc-mode.el:
12302 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12303 (c-after-change): Protect the match data with save-match-data.
12304 It was getting corrupted by c-after-change-check-<>-operators.
12305
12306 * cc-defs.el: [Supersedes patch V1.38]:
12307 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12308 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12309
12310 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12311 with save-match-data. It was being corrupted when Font Lock was
12312 not enabled.
12313
12314 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12315
12316 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12317 Mode and Subword Mode.
12318
12319 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12320 real labels ("case 1:" or "foo:") from non-labels ("public:").
12321 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12322 coding; c-f-t-2 doesn't move over a token at EOB.
12323
12324 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12325
12326 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12327 (c-update-modeline): Concatenate the minor mode indicators
12328 directly onto mode-name, removing c-submode-indicators.
12329 Sometimes, c-s-i got separated from the mode name on the mode line.
12330
12331 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12332 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12333
12334 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12335
12336 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12337 error message when there's an evaluation error to show whether
12338 it's loaded from source or not.
12339 (c-filter-ops): Make it available at runtime too to work when
12340 `c-make-init-lang-vars-fun' needs to evaluate from source.
12341
12342 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12343
12344 * help.el (help): Revert last part of 2006-02-23 change (deletion
12345 of the `provide' call).
12346
12347 2006-02-23 Juri Linkov <juri@jurta.org>
12348
12349 * compare-w.el (compare-windows-highlight): Add new value
12350 `persistent' and change :type from `boolean' to `choice'.
12351 (compare-windows-overlays1, compare-windows-overlays2):
12352 New internal variables.
12353 (compare-windows-highlight): If compare-windows-highlight is
12354 `persistent', add current overlays to compare-windows-overlays[12]
12355 instead of adding compare-windows-dehighlight to pre-command-hook.
12356 (compare-windows-dehighlight): Delete all overlays from
12357 compare-windows-overlays[12].
12358
12359 * info.el (Info-search): Don't bind search-spaces-regexp to
12360 Info-search-whitespace-regexp in non-regexp isearch mode.
12361
12362 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12363
12364 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12365
12366 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12367
12368 * textmodes/org.el (org-xemacs-p)
12369 (org-export-html-show-new-buffer, org-table-may-need-update)
12370 (org-insert-item, org-mhe-get-message-real-folder)
12371 (org-mhe-get-message-folder-from-index)
12372 (org-mhe-get-message-folder, org-mhe-get-message-num)
12373 (org-mhe-get-header, org-make-org-heading-search-string)
12374 (org-make-org-heading-camel, org-table-sort-lines)
12375 (org-format-org-table-html, org-format-table-table-html):
12376 Fix typos in docstrings.
12377
12378 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12379
12380 * textmodes/org.el (org-cleaned-string-for-export)
12381 (org-solidify-link-text): New function.
12382 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12383 XEmacs, just to silence the compiler.
12384 (org-export-as-ascii, org-export-as-html-and-open):
12385 Use `org-cleaned-string-for-export' and create internal links.
12386 (org-follow-mhe-link): Require mh-e, use folder.
12387
12388 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12389
12390 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12391
12392 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12393 gdb-debug-log-length.
12394 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12395 it a real ring but...
12396 (gud-gdba-marker-filter): ...make it work like mark-ring.
12397 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12398 (gdb-mouse-jump): New function. Add bindings.
12399
12400 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12401
12402 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12403 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12404 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12405 (gdb-debug-log-length): Customize it's length.
12406 (gud-watch, gdb-var-create-handler): Display function::var format
12407 but don't use to create variable object.
12408 (gdb-var-create-handler): Use message-box in place of message.
12409 (gdb-stopped): Call gdb-exited if signalled.
12410
12411 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12412
12413 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12414
12415 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12416
12417 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12418 if `reftex-try-all-extensions' is set.
12419
12420 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12421 fail silently when there is no valid argument at point.
12422 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12423 `fail-silently' argument. From a patch by David Reiter.
12424
12425 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12426 New commands.
12427 (org-mark-ring): New variable.
12428 (org-mark-ring-length): New option.
12429 (org-open-at-point, org-goto, org-open-file): Push old position
12430 onto the mark ring.
12431 (org-add-hook): New function.
12432 (org-export-table-remove-special-lines): New option.
12433 (org-skip-comments, org-format-org-table-html): Respect new
12434 option `org-export-table-remove-special-lines'.
12435 (org-open-file): Allow special command configuration for
12436 directory link.
12437 (org-file-apps): Fix bugs in customize type, added setting
12438 for directories.
12439 (org-activate-tags, org-format-agenda-item, org-complete)
12440 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12441 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12442 (org-link-search, org-make-org-heading-search-string)
12443 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12444 (org-radio-targets, org-file-link-context-use-camel-case)
12445 (org-activate-camels): New options.
12446 (org-update-radio-target-regexp, org-all-targets)
12447 (org-make-target-link-regexp, org-activate-target-links):
12448 New functions.
12449 (org-make-org-heading-search-string): New function.
12450 (org-store-link, org-insert-link): Use new option
12451 `org-file-link-context-use-camel-case'.
12452 (org-activate-camels): Use new option `org-activate-camels'.
12453 (org-link-regexp): Add mhe prefix.
12454 (org-open-at-point, org-store-link): Support for mhe links.
12455 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12456 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12457 (org-mhe-get-header, org-follow-mhe-link): New functions.
12458 (org-remove-angle-brackets, org-add-angle-brackets):
12459 New functions.
12460 (org-bracket-link-regexp): New constant.
12461 (org-read-date): Fix bug that was rejecting all typed dates.
12462 (org-link-search): Make hierarchy above visible after a match.
12463 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12464 (org-store-link): Fix bug with link creation when cursor is in
12465 an empty line.
12466 (org-open-at-point): Fix bug with matching a link.
12467 Fixed buggy argument sequence in call to `org-view-tags'.
12468 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12469 (org-prefix-has-tag): New variable.
12470 (org-format-agenda-item): Remove tags from headline
12471 if appropriate.
12472 (org-agenda-remove-tags-when-in-prefix): New option.
12473
12474 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12475
12476 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12477 Fix the regular expressions.
12478
12479 2006-02-21 Richard M. Stallman <rms@gnu.org>
12480
12481 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12482 if there's no other specific basis.
12483
12484 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12485 as variables at all.
12486 (unsafep-variable): Rename arg; doc fix.
12487
12488 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12489
12490 * calendar/appt.el (diary-selective-display): Add defvar.
12491
12492 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12493
12494 * isearch.el (search-whitespace-regexp): Fix custom type.
12495
12496 * help.el (describe-key-briefly): Compute interactive args
12497 in same was as before previous change.
12498
12499 * files.el (enable-local-variables): Doc fix.
12500
12501 2006-02-21 Kim F. Storm <storm@cua.dk>
12502
12503 * fringe.el: Cleanup as file is now pre-loaded.
12504 (fringe-bitmaps): Initialize unconditionally.
12505 (fringe-mode, set-fringe-style): Remove autoload cookies.
12506
12507 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12508
12509 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12510 `horizontal-bar'.
12511 (fringe-cursor-alist): Use `horizontal-bar'.
12512
12513 2006-02-20 Kim F. Storm <storm@cua.dk>
12514
12515 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12516 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12517
12518 * loadup.el: Load "fringe" on window systems.
12519
12520 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12521
12522 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12523 out of scope components.
12524
12525 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12526 default.
12527
12528 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12529
12530 * custom.el (customize-mark-to-save, customize-mark-as-set):
12531 Load the symbol first.
12532
12533 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12534
12535 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12536 strech spec so it doesn't display as "^J" on the header line
12537 when `Buffer-menu-use-header-line' is t.
12538
12539 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12540
12541 * speedbar.el (speedbar-make-button): Keep text properties
12542 of string arguments if desired.
12543
12544 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12545 expessions.
12546
12547 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12548 of speedbar.
12549
12550 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12551
12552 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12553 to value of `read-file-name-completion-ignore-case'.
12554
12555 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12556
12557 * custom.el (customize-mark-as-set): Push to `user' theme.
12558
12559 * cus-edit.el (custom-save-variables): Allow unthemed values.
12560 (customize-set-variable): Push setting to `user' theme.
12561
12562 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12563
12564 * progmodes/gud.el: Don't require font-lock as it's now
12565 automatically loaded.
12566 (gud-speedbar-buttons): Replace gdb-var-changed with
12567 gdb-force-update.
12568
12569 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12570 gdb-var-changed.
12571 (gdb-post-prompt): Use it.
12572 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12573 (gdb-var-update-handler, gdb-var-delete)
12574 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12575 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12576 gdb-force-update in gdb-post-prompt.
12577 (gdb-reset): Clear watch expressions from speedbar when quitting.
12578
12579 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12580
12581 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12582 (viper-change-state-to-vi, viper-change-state-to-emacs):
12583 Make aware of cursor coloring in the Emacs state.
12584 (viper-special-read-and-insert-char): Use read-char-exclusive.
12585 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12586
12587 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12588
12589 * viper-util.el (viper-save-cursor-color)
12590 (viper-get-saved-cursor-color-in-replace-mode)
12591 (viper-get-saved-cursor-color-in-insert-mode)
12592 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12593 state.
12594 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12595
12596 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12597 (ediff-ignore-case-option3, ediff-actual-diff-options)
12598 (ediff-actual-diff3-options): New variables to control case sensitivity.
12599 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12600 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12601 (ediff-toggle-ignore-case): New function.
12602 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12603
12604 * ediff-help.el (ediff-long-help-message-narrow2)
12605 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12606 (ediff-long-help-message-word-mode): Add ignore-case command.
12607 (ediff-help-for-quick-help): Add ignore-case command.
12608
12609 * ediff-merg.el: Move provide to the end.
12610
12611 * ediff-ptch.el: Move provide to the end.
12612
12613 * ediff-wind.el: Move provide to the end.
12614
12615 * ediff-mult.el: Move provide to the end.
12616 (ediff-set-meta-overlay): Enable follow-link.
12617
12618 * ediff.el: Move provide to the end.
12619 Break recursive load cycle in eval-when-compile.
12620 (ediff-patch-buffer): Better heuristics.
12621
12622 * ediff-util.el: Move provide to the end.
12623 Break recursive load cycle in eval-when-compile.
12624 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12625 defuns.
12626 (ediff-submit-report): Pass the values of ediff-diff3-program,
12627 ediff-diff3-options.
12628
12629 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12630
12631 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12632 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12633 `' (for example, in the docstring of `windmove-default-keybindings').
12634
12635 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12636
12637 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12638 shadow face. Don't provide binding to edit variable when it is
12639 out of scope.
12640
12641 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12642 (gdb-var-update-handler): Detect out of scope variables with pre
12643 GDB 6.4 too.
12644 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12645 Reset status of variable objects to nil in update handlers.
12646 (gdb-var-update-handler-1): Detect when a variable object comes
12647 in scope. setcar on var changes gdb-var-list directly.
12648
12649 2006-02-17 Juri Linkov <juri@jurta.org>
12650
12651 * ffap.el (ffap) <defface>: Add explicit face declaration.
12652 (ffap-highlight): Use face `ffap' directly instead of checking
12653 for its existence.
12654
12655 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12656 `visible-ok' of `other-buffer' to find the right original buffer.
12657
12658 * info.el (Info-search): Skip `Local Variables' node.
12659
12660 2006-02-17 Juri Linkov <juri@jurta.org>
12661
12662 * info.el (Info-find-file): Check for symbols `apropos', `history',
12663 `toc' in the input filename, and return these symbols as is.
12664 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12665 `history', `toc' instead of strings.
12666 (Info-set-mode-line): For non-string Info-current-file use the
12667 symbol's name inside **.
12668 (Info-isearch-push-state): Add quote before Info-current-file and
12669 Info-current-node.
12670 (Info-isearch-pop-state): Use `equal' instead of `string='.
12671 (Info-extract-pointer, Info-following-node-name): Use
12672 `match-string-no-properties' instead of `match-string'.
12673 (Info-up): Check `old-file' for `stringp'.
12674 (Info-history): Use `equal' instead of `string-equal'.
12675 Check `file' for `stringp'.
12676 (Info-history): Use symbol `history' instead of string as first arg
12677 of `Info-find-node'.
12678 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12679 `toc' instead of string.
12680 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12681 instead of `buffer-substring', and `match-string-no-properties'
12682 instead of `match-string'.
12683 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12684 instead of strings.
12685 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12686 Use symbol `apropos' instead of string.
12687 (Info-copy-current-node-name): Check `Info-current-file' for
12688 `stringp' and construct a command with `Info-find-node' from it.
12689 (Info-fontify-node): Use `match-string-no-properties' instead of
12690 `match-string' and check file names for `stringp'.
12691 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12692 `history', `toc' instead of strings.
12693
12694 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12695
12696 * files.el: Rearrange functions and variables in the file local
12697 variables section.
12698
12699 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12700
12701 * files.el: Add truncate-lines, ispell-check-comments and
12702 ispell-local-dictionary as safe local variables.
12703
12704 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12705
12706 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12707 out of scope variables.
12708 (gud-speedbar-buttons): Use unless.
12709
12710 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12711 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12712 (gdb-show-changed-values): Also use for out of scope variables.
12713 (gdb-var-update-handler-1): Note if variable goes out of scope.
12714
12715 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12716
12717 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12718 default to global variable values for unsupplied args.
12719 (rcirc-get-buffer-create): Fix bug with setting the target.
12720 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12721 test for rcirc-always-use-server-buffer-flag here.
12722 (rcirc-response-formats): Add %N, which is a facified nick. %n
12723 uses the default face. Change the ACTION format string. If the
12724 "nick" is the server, don't print anything for that field.
12725 Comment fixes.
12726 (rcirc-target-buffer): Don't test
12727 rcirc-always-use-server-buffer-flag here.
12728 (rcirc-print): Squeeze extra spaces out of the text before message.
12729 (rcirc-put-nick-channel): Strip potential "@" char from nick
12730 before adding them to nick table.
12731 (rcirc-url-regexp): Improve to match address like "foo.com".
12732
12733 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12734
12735 * allout.el (allout-hidden-p): Move this defsubst before
12736 allout-overlay-interior-modification-handler, where it is first
12737 used.
12738
12739 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12740
12741 * allout.el: Use allout invisible-text overlays instead of
12742 selective display for concealed text. Also, lots of general
12743 cleanup, and improved compatibility code.
12744
12745 (allout-version) Incremented, corrected, revised, and refined
12746 module commentary.
12747
12748 (provide 'allout): Moved to the bottom, added a require of overlay.
12749
12750 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12751 `except-current'.
12752 (allout-write-file-hook-handler): Minimize delay.
12753 (count-trailing-whitespace-region): New function so
12754 auto-encryption of current topic can resituate cursor exactly.
12755 PGP/GPG encryption trims trailing whitespace from lines, which
12756 must be accounted for across encryption then decryption.
12757
12758 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12759 just plain "\C-c", to avoid intruding on user's keybinding space.
12760
12761 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12762 parameter, so user request to provide a new password is done.
12763
12764 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12765 Refined mechanism for auto-filling behavior while in allout mode.
12766
12767 (allout-mode): Explicitly specify the mode map in the docstring.
12768 Clarify provision for various write-file hook var names.
12769 Adjusted for invisible-text overlays instead of selective-display.
12770
12771 (allout-depth): Really return 0 if not within any topic. This
12772 rectifies `allout-beginning-of-level' and sequence numbering
12773 errors that occur when cutting and pasting numbered topics.
12774 Changed from a in-line subst to a regular function, as well.
12775
12776 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12777
12778 (allout-end-of-subtree, allout-end-of-subtree)
12779 (allout-end-of-entry, allout-end-of-current-heading)
12780 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12781 (allout-show-children, allout-show-to-offshoot)
12782 (allout-hide-current-entry, allout-show-current-entry): Rectified
12783 handling of trailing blank lines between items.
12784
12785 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12786 (allout-current-depth, allout-unprotected, allout-hidden-p)
12787 (allout-on-current-heading-p, allout-listify-exposed)
12788 (allout-chart-subtree, allout-goto-prefix)
12789 (allout-back-to-current-heading, allout-get-body-text)
12790 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12791 (allout-hide-region-body, allout-toggle-subtree-encryption)
12792 (allout-encrypt-string, allout-encrypted-key-info)
12793 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12794 (allout-file-vars-section-data): Adjusted for use with
12795 invisible-text overlays instead of selective-display.
12796
12797 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12798 Reworked for use with invisible text overlays.
12799
12800 (allout-current-topic-collapsed-p): New function.
12801
12802 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12803 to know when to close the containing topic.
12804
12805 (allout-pre-command-business, allout-post-command-business):
12806 Simplify undo-batching and dynamic isearch exposure.
12807
12808 (allout-set-overlay-category): New for invisible-text overlays.
12809 Sets properties of allout-overlay-category, used by
12810 allout-flag-region to set invisible-text overlay properties.
12811 (allout-get-invisibility-overlay): Get the first qualifying
12812 invisibility overlay, so we can find the extent of it.
12813 (allout-back-to-visible-text): Get to just before the beginnining
12814 of the current invisibility overlay, if any.
12815
12816 (allout-overlay-insert-in-front-handler)
12817 (allout-overlay-interior-modification-handler)
12818 (allout-before-change-handler, allout-isearch-end-handler): New
12819 functions to handle extraordinary actions affecting concealed
12820 text.
12821
12822 (allout-flag-region): Use overlays instead of selective-display
12823 for invisible text - by inheritence from the properties of
12824 allout-overlay-category in mainline Emacs, and applied
12825 property-by-property in XEmacs, some recent versions of which
12826 don't inherit the properties from the category. Provisions to
12827 respond to concealed-text edits simplified drastically.
12828
12829 (allout-isearch-rectification, allout-isearch-was-font-lock)
12830 (allout-isearch-expose, allout-enwrap-isearch)
12831 (allout-isearch-abort, allout-pre-was-isearching)
12832 (allout-isearch-prior-pos, allout-isearch-did-quit)
12833 (allout-isearch-dynamic-expose)
12834 (allout-hide-current-entry-completely): Functions deleted.
12835
12836 (allout-undo-aggregation): Explicit undo aggregation no longer
12837 necessary due to transition away from selective-display.
12838
12839 (set-allout-regexp, allout-up-current-level)
12840 (allout-next-visible-heading, allout-forward-current-level)
12841 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12842 (allout-kill-line, allout-yank-processing, allout-show-children)
12843 (allout-expose-topic, allout-old-expose-topic)
12844 (allout-listify-exposed, allout-insert-latex-header)
12845 (allout-toggle-subtree-encryption, allout-encrypt-string)
12846 (remove-from-invisibility-spec, allout-hide-current-subtree):
12847 Ditched unused variables.
12848
12849 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12850
12851 * textmodes/ispell.el (ispell-change-dictionary): Call
12852 ispell-buffer-local-dict instead of
12853 ispell-accept-buffer-local-defs.
12854 (ispell-local-dictionary-alist): Accept as valid any coding-system
12855 supported by Emacs.
12856 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12857 changed to iso-8859-3.
12858
12859 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12860
12861 * speedbar.el (speedbar-frame-width): Make an inline function
12862 instead of a macro. Use frame-width.
12863 (speedbar-try-completion, speedbar-update-contents)
12864 (speedbar-timer-fn): Use consp.
12865 (speedbar-update-localized-contents): Try to preserve point.
12866
12867 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12868 (menu): Re-order menu items.
12869 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12870 field.
12871 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12872 (gdb-post-prompt): Speed things by not forcing update.
12873
12874 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12875
12876 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12877 press and perform default action if we get a mouse movement event.
12878
12879 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12880
12881 * calendar/icalendar.el (icalendar--get-event-property)
12882 (icalendar--get-event-property-attributes): Fix typos in
12883 docstrings.
12884
12885 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12886 docstring.
12887
12888 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12889
12890 * bs.el (bs-mode): Use `buffer-disable-undo'.
12891 (bs--get-file-name): Simplify.
12892 (bs-show-in-buffer): Mark the buffer as not modified.
12893
12894 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12895
12896 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12897 widget-button-click.
12898
12899 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12900 (custom-mode): Update docstring.
12901
12902 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12903 binding.
12904
12905 * files.el (hack-local-variables-confirm): Allow scrolling if the
12906 file variable list is too long. Kill temp buffer after use.
12907
12908 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12909
12910 * progmodes/gud.el (gdb): Improve doc string.
12911 (gdb-script-font-lock-keywords): Expand allowed character set.
12912
12913 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12914 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12915 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12916 (gdb-separate-io-stop, gdb-separate-io-eof):
12917 Rename from gdb-inferior-* to gdb-separate-*.
12918 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12919
12920 2006-02-14 Jay Belanger <belanger@truman.edu>
12921
12922 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12923 expression is a symbol before checking that it is bound.
12924
12925 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12926 test to see if equation can be solved.
12927
12928 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12929
12930 * wid-edit.el (widget-button-click): Use :pressed-face property
12931 for overlay face, if it exists.
12932
12933 * cus-edit.el (custom-manual, custom-add-see-also)
12934 (custom-add-parent-links, custom-group-link): Add :pressed-face
12935 property to links.
12936
12937 * files.el (hack-local-variables): Remove ignored variables before
12938 checking if any variables need setting.
12939
12940 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12941
12942 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12943
12944 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12945
12946 * help.el (where-is): Fix message for remapped commands.
12947
12948 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12949 Fix typos in docstrings.
12950
12951 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12952
12953 * files.el (safe-local-variable-values): New option.
12954 (hack-local-variables-prop-line): Return a list of variable-value
12955 pairs if MODE-ONLY is non-nil.
12956 (hack-local-variables): Construct list of variable-value pairs,
12957 and apply or reject them in one go. Ask for confirmation if
12958 variables are not known safe.
12959 (hack-local-variables-confirm): Complete rewrite. Support
12960 `safe-local-variable-values'.
12961 (enable-local-variables): Update docstring to reflect new
12962 behavior.
12963 (ignored-local-variables): Ignore ignored-local-variables and
12964 safe-local-variable-values.
12965 (safe-local-variable-p): New function.
12966 (risky-local-variable-p): `safe-local-variable' property check
12967 moved to safe-local-variable-p.
12968 (hack-one-local-variable): Checks moved to hack-local-variables.
12969
12970 (byte-compile-dynamic, c-basic-offset, c-file-style)
12971 (c-indent-level, comment-column, fill-column, fill-prefix)
12972 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12973 (no-update-autoloads, outline-regexp, page-delimiter)
12974 (paragraph-start, paragraph-separate, sentence-end)
12975 (sentence-end-double-space tab-width, version-control):
12976 Add `safe-local-variable' property.
12977
12978 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12979
12980 * icomplete.el, play/landmark.el: Change nonexistent
12981 `outline-layout' file variable to `allout-layout'.
12982
12983 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12984
12985 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12986 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12987 to gud-comint-buffer.
12988 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12989 gdb-ui.el for gdb-mi.el.
12990 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12991 registers buffer to gdb-get-changed-registers.
12992 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12993 deletion of catchpoints (throw and catch).
12994 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12995 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12996 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12997 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12998 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12999
13000 2006-02-13 Jay Belanger <belanger@truman.edu>
13001
13002 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13003 expression is a symbol before checking that it is bound.
13004
13005 2006-02-13 Richard M. Stallman <rms@gnu.org>
13006
13007 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13008 for the minibuffer too, but not if resize-mini-windows will interfere.
13009
13010 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13011 inside `interactive' spec.
13012 (describe-key-briefly-internal, describe-key-internal):
13013 Functions merged back into their callers.
13014
13015 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13016
13017 * info.el (info-xref-visited): Inherit from info-xref too.
13018 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13019 when propertizing Info-current-file and Info-current-node.
13020
13021 2006-02-13 Juri Linkov <juri@jurta.org>
13022
13023 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13024 (tumme-thumb-name): Fix per-directory format.
13025
13026 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13027
13028 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13029
13030 2006-02-12 Miles Bader <miles@gnu.org>
13031
13032 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13033
13034 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13035
13036 * tumme.el: Remove history section. If someone needs the it, it
13037 can always be found in CVS.
13038
13039 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13040
13041 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13042 about the Thumbnail Managing Standard option.
13043
13044 2006-02-12 Richard M. Stallman <rms@gnu.org>
13045
13046 * subr.el (substitute-key-definition): Doc fix.
13047
13048 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13049
13050 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13051
13052 * info.el (Info-mode): Doc fix.
13053
13054 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13055
13056 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13057
13058 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13059 because on Solaris a POSIX compatible "id" is needed. Reported by
13060 Magnus Henoch <mange@freemail.hu>.
13061
13062 2006-02-12 Juri Linkov <juri@jurta.org>
13063
13064 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13065 (tumme) <defgroup>: Change :group to `multimedia'.
13066 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13067 Managing Standard.
13068 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13069 Fix dostring.
13070 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13071 and %y. Fix docstring.
13072 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13073 (tumme-cmd-create-standard-thumbnail-command): New user options.
13074 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13075 is `standard'. Fix docstring.
13076 (tumme-thumb-width, tumme-thumb-height): New user options.
13077 (tumme-external-viewer): Try to find various viewers.
13078 (tumme-get-thumbnail-image): Use `create-image' instead of
13079 constructing the `image' structure.
13080 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13081 `standard'.
13082 (tumme-thumb-name): Add file name generation for standard storage.
13083 Simplify code for other storages.
13084 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13085 Add modification time %m and thumbnail-nq8 %q.
13086 Use `tumme-cmd-create-standard-thumbnail-command' if
13087 tumme-thumbnail-storage is `standard'.
13088 (tumme-dired-insert-marked-thumbs): New autoload command.
13089 (tumme-dired-after-readin-hook): New function.
13090 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13091 `tumme-thumb-size'.
13092 (tumme-display-image): Replace size-x %x and size-y %y with
13093 width %w and height %h.
13094
13095 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13096 `tumme-dired-insert-marked-thumbs'.
13097
13098 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13099
13100 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13101 include path).
13102 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13103 matching tag.
13104
13105 2006-02-12 Miles Bader <miles@gnu.org>
13106
13107 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13108 New variables.
13109 (rcirc-abbrev-nick): New function.
13110 (rcirc-format-response-string): Rewrite to use the formats in
13111 `rcirc-response-formats' and expand escape sequences therein.
13112 A text-property `rcirc-text' is added over the actual response
13113 text to make easy to find inside the returned string.
13114 (rcirc-print): When filling, just look for the `rcirc-text'
13115 text-property to find the appropriate fill prefix, instead of
13116 using hardwired patterns.
13117
13118 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13119
13120 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13121 Managing Standard.
13122
13123 2006-02-11 Kim F. Storm <storm@cua.dk>
13124
13125 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13126 Don't use insert-buffer; do insert-buffer-substring directly.
13127 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13128
13129 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13130
13131 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13132 with inhibit-read-only. Suggested by Stefan Monnier.
13133 (revert-buffer): Let insert-file-contents discard
13134 buffer-undo-list. Simplify code.
13135 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13136
13137 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13138
13139 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13140
13141 * help.el (describe-key-briefly): Now a wrapper for
13142 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13143 to t. Populate yank-menu if empty.
13144 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13145 (describe-key): Now a wrapper for describe-key-internal. Bind
13146 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13147 (describe-key-internal): Renamed from describe-key.
13148
13149 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13150
13151 * progmodes/glasses.el (glasses-separator): Doc fix.
13152 (glasses-original-separator): New defcustom.
13153 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13154
13155 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13156
13157 * mwheel.el (mouse-wheel-up-event): Doc fix.
13158
13159 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13160
13161 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13162 (tumme-dir): New function. Copied from thumbs.el.
13163
13164 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13165
13166 * desktop.el (desktop-outvar): Fix typo.
13167 (desktop-save-buffer-p): Doc fix.
13168
13169 * subr.el (substitute-key-definition): Fix typo.
13170
13171 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13172
13173 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13174 when window-system is mac.
13175
13176 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13177
13178 2006-02-10 Kim F. Storm <storm@cua.dk>
13179
13180 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13181 indirect-function instead of using condition-case.
13182
13183 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13184
13185 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13186 less `colloquial'...
13187
13188 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13189
13190 * tumme.el: Add a couple of todo items.
13191
13192 2006-02-09 Lars Hansen <larsh@soem.dk>
13193
13194 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13195 (highlight-changes-mode): Don't change desktop-locals-to-save.
13196
13197 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13198
13199 * image-mode.el (image-toggle-display): Clear image cache if using
13200 filename.
13201
13202 2006-02-09 Masatake YAMATO <jet@gyve.org>
13203
13204 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13205 a `dired-man' target.
13206
13207 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13208 boundary of symbols.
13209
13210 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13211
13212 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13213
13214 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13215
13216 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13217 `mapcar'; return nil.
13218
13219 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13220
13221 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13222 some other event.
13223
13224 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13225
13226 * net/rcirc.el (rcirc-startup-channels-alist):
13227 Add irc.freenode.net and #emacs as defaults.
13228 (rcirc-ignore-all-activity-flag): Remove variable.
13229 (rcirc-authinfo): New variable.
13230 (rcirc-authinfo-filename): Remove variable.
13231 (rcirc-always-use-server-buffer-flag): New flag.
13232 (rcirc): M-x rcirc will automatically connect without prompting.
13233 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13234 connection in lisp.
13235 (rcirc-process-server-response-1): Remove everything but the nick
13236 portion of the sender so it doesn't need to be done everywhere
13237 else. Update related code.
13238 (global-map): Remove global keybindings.
13239 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13240 (rcirc-send-input): Split into several functions.
13241 (rcirc-process-input-line, rcirc-process-message)
13242 (rcirc-process-command): New functions.
13243 (rcirc-target-buffer): New function to determine where to route
13244 messages.
13245 (rcirc-user-nick): Save match data.
13246 (rcirc-toggle-ignore-buffer-activity)
13247 (rcirc-update-activity-string): Remove global ignore functionality,
13248 which can be done now by toggling rcirc-track-minor-mode.
13249 (rcirc-track-minor-mode-map): New keymap.
13250 (rcirc-track-minor-mode): New minor-mode.
13251 (ignore): Make the ignore output nicer. Always print it when
13252 adding or removing nicks.
13253 (rcirc-url-regexp): Improve.
13254 (rcirc-mangle-text): Remove properties before using text in the
13255 modeline.
13256 (rcirc-authenticate): Authentication data comes from
13257 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13258 (rcirc-server-prefix): Inherit from rcirc-server.
13259
13260 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13261
13262 * Makefile.in (compile): Append "|| true" to the end of the `find'
13263 command, like compile-always does.
13264
13265 2006-02-08 Sam Steingold <sds@gnu.org>
13266
13267 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13268 output from a dead connection.
13269
13270 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13271
13272 * dired.el (dired-mode-map): Add more bindings for tumme.
13273
13274 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13275
13276 * wdired.el (wdired-mode-map): Use remap.
13277 (wdired-get-filename): Massage.
13278 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13279 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13280 `keymap' property rather than `local-map'.
13281
13282 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13283
13284 * tumme.el (tumme-get-thumbnail-image): New utility function.
13285 Suggested by from Chong Yidong.
13286 (tumme-dired-with-window-configuration): Rename from
13287 `tumme-dired'. Add code to save window configuration.
13288 (tumme-restore-window-configuration): New command to restore the
13289 window configuration that `tumme-dired-with-window-configuration'
13290 saves before it changes the window configuration.
13291 (tumme-show-all-from-dir): New command to display thumbnails for
13292 all files in a directory entered by the user, like M-x thumbs.
13293 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13294 have been created.
13295 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13296 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13297 Remove obsolete test function.
13298
13299 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13300
13301 * vc.el (small-temporary-file-directory): Remove defvar; there's
13302 a defcustom for it in files.el.
13303
13304 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13305 Fix typo in message.
13306 (tumme-gallery-generate): Fix typo in `error' message.
13307 (tumme-display-window-height-correction)
13308 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13309 (tumme-line-up-interactive): Dox fixes.
13310 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13311 (tumme-restore-window-configuration, tumme-format-properties-string)
13312 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13313 Fix typos in docstrings.
13314
13315 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13316
13317 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13318
13319 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13320
13321 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13322 User should use hook if desired.
13323
13324 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13325 buffer if necessary.
13326 (gdb-delete-frame-or-window): New function.
13327 (gdb-breakpoints-mode-map): Bind "q" to it.
13328
13329 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13330
13331 * textmodes/nroff-mode.el: Clean up name space.
13332 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13333 (nroff-mode): Obey the global setting of nroff-electric-mode.
13334 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13335
13336 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13337
13338 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13339
13340 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13341
13342 2006-02-06 Lars Hansen <larsh@soem.dk>
13343
13344 * generic-x.el (etc-fstab-generic-mode): Add file system types
13345 cifs and usbdevfs. Allow special chars in file names.
13346
13347 2006-02-05 Jay Belanger <belanger@truman.edu>
13348
13349 Update copyright notices of the files in lisp/calc.
13350
13351 2006-02-05 Romain Francoise <romain@orebokech.com>
13352
13353 Update copyright notices of all files in the lisp/play directory.
13354
13355 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13356
13357 * ldefs-boot.el: Regenerate.
13358
13359 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13360
13361 2006-02-05 Kim F. Storm <storm@cua.dk>
13362
13363 * files.el (magic-mode-regexp-match-limit): New defvar.
13364 (set-auto-mode): Use it to limit magic-mode-alist matching.
13365
13366 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13367
13368 * info.el (Info-index, Info-mode): Improve the description of the
13369 `i' command.
13370
13371 * ldefs-boot.el: Regenerate.
13372
13373 2006-02-03 Werner Lemberg <wl@gnu.org>
13374
13375 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13376 greedy to find the closing bracket in \*[...] and similar
13377 expressions. This is a first rough fix -- many additional
13378 refinements are necessary to make nroff mode really usable with groff.
13379
13380 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13381
13382 * international/mule-cmds.el (set-locale-environment):
13383 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13384 libX11.
13385
13386 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13387
13388 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13389 archive are created in archive-tmpdir.
13390
13391 2006-02-02 John Paul Wallington <jpw@pobox.com>
13392
13393 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13394 (ibuffer-fontification-alist): Use it.
13395 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13396 to "* z" and the Ibuffer Mark menu.
13397
13398 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13399
13400 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13401
13402 * textmodes/table.el (*table--cell-describe-mode)
13403 (*table--cell-describe-bindings): Undo last change since
13404 print-help-return-message is not obsoleted by anything at all.
13405
13406 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * emulation/cua-base.el (cua-mode): Doc fix.
13409
13410 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13411
13412 * dframe.el (dframe-handle-make-frame-visible)
13413 (dframe-handle-iconify-frame, dframe-get-focus)
13414 (dframe-select-attached-frame, dframe-power-click)
13415 (dframe-frame-mode): Fix typos in docstrings.
13416
13417 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13418 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13419 Fix typos in docstrings.
13420
13421 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13422 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13423 (hi-lock-archaic-interface-message-used)
13424 (hi-lock-file-patterns-range): Fix typos in docstrings.
13425
13426 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13427 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13428
13429 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13430 Fix typo in docstring.
13431
13432 * net/newsticker.el (newsticker--decode-iso8601-date)
13433 (newsticker--set-customvar, newsticker--buffer-insert-item)
13434 (newsticker--do-run-auto-mark-filter)
13435 (newsticker--parse-generic-feed): Doc fixes.
13436 (newsticker--retrieval-timer-list, newsticker-url-list)
13437 (newsticker-hide-immortal-items-in-echo-area)
13438 (newsticker-hide-obsolete-items-in-echo-area)
13439 (newsticker-new-item-face, newsticker--enclosure)
13440 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13441 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13442 (newsticker--parse-generic-feed, newsticker--cache-contains)
13443 (newsticker--stat-num-items, newsticker-download-enclosures):
13444 Fix typos in docstrings.
13445
13446 * net/rcirc.el (rcirc-debug): Doc fix.
13447 (rcirc-fill-column, rcirc-receive-message-hooks)
13448 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13449 (rcirc-mode, rcirc-generate-new-buffer-name)
13450 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13451 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13452 Fix typos in docstrings.
13453 (rcirc-print): "?\ " -> "?\s".
13454 (rcirc-cmd-join): Improve argument/docstring consistency.
13455
13456 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13457
13458 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13459 before narrow-to-region.
13460
13461 2006-02-01 Richard M. Stallman <rms@gnu.org>
13462
13463 * simple.el (move-beginning-of-line): Scan properly for invis change.
13464
13465 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13466
13467 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13468
13469 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13470 change bit only when id-format is 'integer. Reported by Matt
13471 Hodges <M.P.Hodges@rl.ac.uk>.
13472
13473 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13474
13475 * hilit-chg.el (highlight-changes-initial-state)
13476 (highlight-changes-global-initial-state): Doc fixes.
13477 (highlight-changes-global-modes, global-highlight-changes):
13478 Fix typos in docstrings.
13479
13480 2006-02-01 Kim F. Storm <storm@cua.dk>
13481
13482 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13483 transient-mark-mode in doc string.
13484
13485 2006-01-31 Richard M. Stallman <rms@gnu.org>
13486
13487 * replace.el (multi-occur): Doc fix.
13488 (multi-occur-in-matching-buffers): Rename from
13489 multi-occur-by-filename-regexp. Prefix arg says match
13490 buffer names instead of file names.
13491
13492 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13493
13494 * bs.el: Allow non-default values of `bs-header-lines-length'.
13495 (bs--running-in-xemacs): Remove (not needed anymore).
13496 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13497 instead of `shrink-window', thus avoiding having to compute the
13498 height of the window.
13499 (bs--up): Wrap around even when there's no header.
13500 (bs--down): Use `forward-line' instead of `next-line'.
13501
13502 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13503
13504 * image-mode.el (image-toggle-display): Use file name if possible,
13505 instead of unnecessarily allocating a (possibly huge) lisp string.
13506
13507 2006-01-30 John Paul Wallington <jpw@pobox.com>
13508
13509 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13510 because the `assert' macro signals it at runtime.
13511
13512 * emacs-lisp/cl.el (toplevel): Remove definition of
13513 `cl-assertion-failed' condition.
13514
13515 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13516
13517 * thumbs.el (thumbs-marked-list): Make buffer-local and
13518 permanent-local.
13519 (thumbs-insert-thumb): Make help-echo non-sticky.
13520 (thumbs-file-alist): Use eolp as check for (non)-image.
13521
13522 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13523
13524 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13525 (ediff-before-session-group-setup-hooks)
13526 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13527 Fix typos in docstrings.
13528
13529 * window.el (bw-dir, bw-eqdir, balance-windows)
13530 (split-window-keep-point): Fix typos in docstrings.
13531
13532 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13533 (org-quote-string, org-calendar-to-agenda-key)
13534 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13535 (org-show-following-heading, org-tags-column)
13536 (org-use-tag-inheritance, org, org-allow-space-in-links)
13537 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13538 (org-enable-table-editor, org-calc-default-modes)
13539 (org-table-allow-automatic-line-recalculation)
13540 (org-export-html-style, org-export-with-fixed-width)
13541 (org-export-with-sub-superscripts, org-special-keyword)
13542 (org-formula, org-time-grid, org-table-may-need-update)
13543 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13544 (org-goto-quit, org-get-indentation, org-end-of-item)
13545 (org-move-item-down, org-move-item-up)
13546 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13547 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13548 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13549 (org-agenda-log-mode, org-agenda-toggle-diary)
13550 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13551 (org-agenda-file-to-end, org-agenda-no-heading-message)
13552 (org-agenda-get-closed, org-format-agenda-item)
13553 (org-cmp-priority, org-cmp-category, org-cmp-time)
13554 (org-agenda-change-all-lines, org-agenda-diary-entry)
13555 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13556 (org-link-search, org-camel-to-words, org-open-file)
13557 (org-remember-handler, org-table-convert-region)
13558 (org-table-move-row-down, org-table-move-row-up)
13559 (org-table-copy-region, org-table-wrap-region)
13560 (org-table-toggle-vline-visibility)
13561 (org-table-get-vertical-vector, org-table-modify-formulas)
13562 (org-table-get-specials, org-recalc-commands)
13563 (org-table-rotate-recalc-marks, org-table-eval-formula)
13564 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13565 (org-level-color-stars-only, org-insert-heading):
13566 Fix typos in docstrings.
13567 (last-arg): Add defvar.
13568
13569 * makefile.w32-in (WINS): Add erc.
13570 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13571
13572 2006-01-29 Bill Wohler <wohler@newt.com>
13573
13574 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13575 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13576 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13577 (mh-autoloads): Don't use comments on otherwise empty lines.
13578
13579 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13580
13581 * emulation/viper.el (viper-major-mode-modifier-list): Add
13582 insert-state and vi-state entries for erc-mode.
13583 (viper-go-away, viper-set-hooks): Add and remove
13584 viper-comint-mode-hook from erc-mode-hook as appropriate.
13585
13586 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13587
13588 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13589
13590 * bs.el (bs--format-aux): Implement `middle' alignment as
13591 described in the docstring for `bs-attributes-list'.
13592 (bs--get-name): Simplify. Don't pad the buffer name.
13593
13594 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13595
13596 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13597 English aspell dictionary is installed, use the first entry of
13598 ispell-dictionary-alist-1.
13599
13600 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13601
13602 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13603 Doc fix.
13604
13605 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13606
13607 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13608 for `process-file', in order to let it work for older Emacsen too.
13609
13610 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13611
13612 * international/latexenc.el: Add a suitable `coding:' tag.
13613 (latexenc-find-file-coding-system): Undo last change.
13614
13615 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13616
13617 * international/latexenc.el (latexenc-find-file-coding-system):
13618 Make sure latexenc-main-file is a regular file and is readable.
13619
13620 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13621
13622 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13623 Pass FILE to vc-user-login-name.
13624
13625 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13626
13627 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13628
13629 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13630 there are no more images to display.
13631 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13632 the next image.
13633
13634 2006-01-26 Richard M. Stallman <rms@gnu.org>
13635
13636 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13637
13638 * wid-edit.el (advertised-widget-backward): New alias.
13639 (widget-keymap): Use advertised-widget-backward for S-TAB.
13640
13641 * tumme.el: Correct the keywords.
13642 (tumme-dir-max-size): Use defvar.
13643 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13644
13645 * simple.el (move-beginning-of-line): Take account of fields.
13646 (clone-indirect-buffer-other-window): Take args like
13647 clone-indirect-buffer, and work like it.
13648
13649 * help-fns.el (describe-function): Don't pass `nil' as default.
13650
13651 * files.el (risky-local-variable-p): Follow var aliases.
13652
13653 * subr.el (lazy-completion-table): Doc fix.
13654
13655 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13656 global binding of `line'.
13657
13658 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13659
13660 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13661 Tramp.
13662
13663 * vc.el (vc-default-dired-state-info): Pass FILE to
13664 vc-user-login-name.
13665 (vc-default-update-changelog): Don't use vc-user-login-name, we
13666 don't need it here.
13667
13668 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13669 no longer necessary.
13670
13671 2006-01-25 Kenichi Handa <handa@m17n.org>
13672
13673 * international/mule.el (decode-char): Avoid the overhead of
13674 calling utf-lookup-subst-table-for-decode if
13675 utf-translate-cjk-mode is nil.
13676 (encode-char): Avoid the overhead of calling
13677 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13678 nil.
13679
13680 2006-01-22 Kenichi Handa <handa@m17n.org>
13681
13682 * international/mule.el (make-subsidiary-coding-system): Reset
13683 `coding-system-define-form' property of subsidiaries to nil.
13684 Avoid duplicated entry in coding-system-alist.
13685 (make-coding-system): Avoid duplicated entry in
13686 coding-system-alist.
13687 (define-coding-system-alias): Likewise.
13688
13689 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13690
13691 * completion.el: Minor fixes in introductory comment.
13692 (completion-def-wrapper): Fix alist.
13693
13694 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13695
13696 * thumbs.el (thumbs-new-image-size): New function.
13697 (thumbs-increment-image-size-element)
13698 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13699 (thumbs-decrement-image-size): Delete.
13700 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13701 temp files and use to resize.
13702 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13703 Use increment argument to enlarge/shrink. Preserve point.
13704 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13705 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13706 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13707 (thumbs-mark, thumbs-unmark): Preserve point.
13708 (thumbs-modify-image): Keep old temp files and use to modify.
13709 Cleanup old temp files at load time. Preserve point.
13710 (thumbs-view-image-mode-map): Use new command names.
13711
13712 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13713
13714 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13715
13716 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13717 the nastiest part of the cyclic dependency.
13718 (cal-menu-update): Use dotimes and calendar-increment-month.
13719
13720 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13721 (calendar-week-start-day): Add an :initializer.
13722 (calendar-mode-map): Use suppress-keymap, and command remapping.
13723 (describe-calendar-mode): Setup xref-stack info for the back button.
13724 (calendar-star-date): Insert before delete.
13725 (calendar-set-mode-line): Add file-modified info if applicable.
13726 (calendar-increment-month): New function.
13727
13728 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13729
13730 * font-lock.el (lisp-font-lock-keywords-2):
13731 Recognize "& keywords" only at word boundaries.
13732
13733 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13734
13735 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13736 and permanent-local.
13737 (thumbs-max-image-number): New variable.
13738 (thumbs-do-thumbs-insertion): Use them.
13739 (thumbs-per-line): Change default to 4.
13740 (thumbs-marked-list): Rename from thumbs-markedL.
13741 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13742 (thumbs-rename-images): Use -list instead of L for internal variables.
13743 (thumbs-call-convert): Use call-process instead of shell-command.
13744 (thumbs-insert-thumb): Add filename as help-echo to each image.
13745 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13746 Give dir to thumbs-show-thumbs-list.
13747 (thumbs-show-thumbs-list): Set default-directory to that of images.
13748 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13749 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13750 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13751 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13752
13753 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13754
13755 * ses.el (ses-read-cell): Provide a default value.
13756
13757 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13758
13759 * term/w32-win.el (image-library-alist): Add additional names for
13760 GIF library.
13761
13762 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13763
13764 * international/latexenc.el (latexenc-find-file-coding-system):
13765 Add file-regular-p check.
13766
13767 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13768
13769 * simple.el (clone-buffer): Don't show the new buffer in the same
13770 window.
13771
13772 2006-01-23 Juri Linkov <juri@jurta.org>
13773
13774 * faces.el (link, link-visited): New faces based on default values
13775 of `info-xref' and `info-xref-visited'.
13776
13777 * info.el (info-xref): Inherit from `link'.
13778 (info-xref-visited): Inherit from `link-visited'.
13779
13780 * cus-edit.el (custom-buffer-create-internal): Use widget type
13781 `custom-manual' instead of `info-link' and don't set properties
13782 `button-face' and `mouse-face' explicitly.
13783 (custom-browse-group-tag, custom-browse-variable-tag)
13784 (custom-browse-face-tag): Inherit from widget class
13785 `custom-group-link' instead of `push-button'.
13786 (custom-button-unraised): Inherit from `underline' face.
13787 (custom-link): Inherit from `link' face. Fix doc and group.
13788 (custom-add-parent-links, custom-group-value-create): Don't set
13789 properties `button-face' and `mouse-face' explicitly for
13790 `custom-group-link' widget.
13791 (custom-group-link): Add properties `button-face' and `mouse-face'
13792 to widget definition.
13793 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13794 editable-field's :keymap property.
13795 (custom-mode): Fix docstring: substitute keybindings for
13796 `widget-forward' and `widget-backward' from `widget-keymap',
13797 `widget-complete' from `custom-field-keymap', replace old
13798 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13799
13800 * desktop.el (desktop-load-file): Check for `fboundp' before
13801 calling `symbol-function'.
13802
13803 * simple.el (clone-buffer, clone-indirect-buffer)
13804 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13805 `read-string'. Fix prompts.
13806
13807 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13808
13809 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13810
13811 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13812
13813 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13814
13815 * startup.el (inhibit-splash-screen, initial-scratch-message):
13816 Doc fixes.
13817
13818 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13819
13820 Sync with Tramp 2.0.52.
13821
13822 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13823 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13824 `tramp-unload-tramp' for checklist.
13825
13826 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13827 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13828 (tramp-unload-file-name-handler-alist)
13829 (tramp-unload-tramp): New defuns.
13830 (tramp-advice-PC-expand-many-files): New defadvice.
13831 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13832 removed.
13833 (tramp-handle-expand-file-name): Remove double slash.
13834 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13835 It doesn't matter, because it will be converted later on.
13836 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13837 implementation was just heuristic.
13838 (tramp-post-connection): Set uid and gid properties.
13839 (tramp-convert-file-attributes): Set file's gid change bit.
13840 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13841 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13842 in case of su(do)? methods. The home directory of the local user
13843 will be taken else.
13844 (tramp-open-connection-telnet)
13845 (tramp-open-connection-rsh, tramp-open-connection-su)
13846 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13847 local shell prompt could hurt. Reported by Romain Francoise
13848 <romain@orebokech.com>.
13849 (tramp-let-maybe): Add `edebug-form-spec' property.
13850 (tramp-handle-expand-file-name): Bind `default-directory' locally
13851 to "/" in order to avoid problems with UNC shares or Cygwin
13852 mounts.
13853 (tramp-md5-function): Fix typo in error message.
13854
13855 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13856
13857 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13858 for byte-compiler pacification.
13859
13860 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13861
13862 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13863 ID-FORMAT `string'. This allows us to get rid of
13864 `vc-user-login-name UID'.
13865
13866 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13867
13868 2006-01-22 John Paul Wallington <jpw@pobox.com>
13869
13870 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13871
13872 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13873
13874 * emacs-lisp/find-func.el (find-definition-noselect)
13875 (find-variable-noselect): Search variables in C source code too.
13876 (find-function-C-source, find-function-noselect, find-function)
13877 (find-function-other-frame, find-variable-noselect, find-variable)
13878 (find-variable-other-frame, find-variable-at-point):
13879 Fix docstrings.
13880
13881 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13882
13883 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13884
13885 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13886
13887 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13888 Default to disabling the "Save affix" question.
13889
13890 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13891
13892 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13893 the first arg to run-python.
13894
13895 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13896
13897 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13898 is not loaded.
13899
13900 2006-01-20 Jay Belanger <belanger@truman.edu>
13901
13902 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13903 limit is 0.
13904
13905 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13906 the correct variable.
13907
13908 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13909
13910 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13911 link. Fixed buggy argument sequence in call to `org-view-tags'.
13912 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13913 (org-prefix-has-tag): New variable.
13914 (org-format-agenda-item): Remove tags from headline if
13915 appropriate.
13916 (org-agenda-remove-tags-when-in-prefix): New option.
13917 (org-get-tags-at): New function.
13918
13919 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13920
13921 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13922 (thumbs-find-image): Move image name and number from buffer name
13923 to mode name. Set thumbs-buffer. Preserve point so that large
13924 images remain visible.
13925 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13926 order.
13927 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13928 mode name.
13929 (thumbs-next-image, thumbs-previous-image): Make them work.
13930
13931 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13932
13933 * cus-edit.el (custom-buffer-create-internal): State in the text above
13934 the whole buffer buttons that they do not operate on hidden items.
13935 (custom-face-menu): Use `custom-face-save' instead of
13936 `custom-face-save-command'.
13937 (custom-face-save-command): Make it an alias for `custom-face-save'
13938 and declare it obsolete.
13939 (custom-face-save): Doc fix.
13940
13941 * dired.el (dired-no-confirm): Add quote.
13942 (dired-subdir-alist-pre-R): Add quote in
13943 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13944
13945 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13946
13947 * textmodes/table.el (table-mode-indicator): Typo in last change.
13948
13949 2006-01-19 Richard M. Stallman <rms@gnu.org>
13950
13951 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13952 Fixes bug reported in Nov 2005.
13953
13954 * isearch.el (isearch-forward): Doc fix.
13955
13956 * dired.el (dired-move-to-filename-regexp): Define as alias.
13957 (dired-no-confirm): Use defcustom.
13958 (dired-subdir-alist-pre-R): Put defvar at top level.
13959
13960 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13961
13962 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13963 Mark as risky.
13964
13965 * simple.el (set-mark-command): Doc fix.
13966 (clone-indirect-buffer-other-window):
13967 Read arg like clone-indirect-buffer.
13968 (move-beginning-of-line): Skip invisible newlines.
13969
13970 2006-01-19 Masatake YAMATO <jet@gyve.org>
13971
13972 * progmodes/cpp.el (cpp-edit-load): Make the order of
13973 listed conditions in a base C code buffer and its associate
13974 CPP Edit buffer the same.
13975
13976 2006-01-19 Kenichi Handa <handa@m17n.org>
13977
13978 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13979 (rmail-mime-feature): Likewise.
13980 (rmail-require-mime-maybe): Use display-warning to show a warning
13981 message.
13982
13983 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13984 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13985
13986 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13987
13988 * array.el: Move defvars out of eval-when-compile.
13989 (array-make-template): Replace undeclared global var with a local one.
13990 (array-mode): Inline initialization functions.
13991 (array-init-local-variables, array-init-max-row)
13992 (array-init-max-column, array-init-columns-per-line)
13993 (array-init-field-width, array-init-rows-numbered)
13994 (array-init-line-length, array-init-lines-per-row): Remove.
13995
13996 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13997 (doc-mode-map): Define explicitly.
13998 (doctor-txtype): Use mapc.
13999
14000 * textmodes/table.el: Move defvars out of eval-when-compile.
14001 Remove harmful code meant to avoid byte-compiler warnings.
14002 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14003 specification that checks table-fixed-width-mode directly.
14004 (table-recognize-region, table-recognize-cell):
14005 Use restore-buffer-modified-p.
14006 (table-fixed-width-mode): Remove code that refreshes
14007 table-fixed-mode-indicator.
14008 (*table--cell-describe-bindings, *table--cell-describe-mode):
14009 Avoid obsolete name print-help-return-message.
14010 (table--test-cell-list): Don't use replace-regexp from elisp.
14011 (table--point-entered-cell-function, table--point-left-cell-function):
14012 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14013
14014 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14015 that was after the end of file. Use buffer-file-name variable.
14016 (org-timestamp-change): Use with-current-buffer.
14017 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14018 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14019 `file'.
14020
14021 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14022 (fortran-break-line): Remove unused var `opoint'.
14023 (fortran-abbrev-start): Obey help-event-list.
14024
14025 2006-01-18 Jesper Harder <harder@phys.au.dk>
14026
14027 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14028
14029 2006-01-18 Masatake YAMATO <jet@gyve.org>
14030
14031 * progmodes/make-mode.el (makefile-imake-mode): New mode
14032 derived from makefile-mode.
14033 (makefile-imake-mode-syntax-table): New syntax table
14034 derived from makefile-mode-syntax-table.
14035 (makefile-mode): Write about makefile-imake-mode in doc string.
14036 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14037 (makefile-imake-font-lock-keywords): New font lock keywords.
14038
14039 * files.el (auto-mode-alist): Add Imakefile.
14040
14041 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14042
14043 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14044 loading the file rather than when turning on flyspell-mode.
14045
14046 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14047
14048 * cus-edit.el (customize-rogue): Minor doc fix.
14049
14050 2006-01-17 Juri Linkov <juri@jurta.org>
14051
14052 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14053 instead of the file at the mark as default if the file at the mark
14054 is the same as the file at point or if dired-dwim-target-directory
14055 is not the same as the current directory and the mark is not active.
14056
14057 * log-view.el (log-view-minor-wrap): Use the same logic to get
14058 revisions as `log-view-diff'.
14059
14060 * info.el (Info-revert-find-node): Check for Info-current-file
14061 before preserving new-history.
14062
14063 * man.el (Man-heading-regexp): Add `/'.
14064
14065 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14066 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14067
14068 2006-01-16 Juri Linkov <juri@jurta.org>
14069
14070 * faces.el (mode-line-faces): New defgroup.
14071 (mode-line-highlight): Move definition after new defgroup.
14072 (mode-line, mode-line-inactive, mode-line-highlight):
14073 Replace :group `modeline' with `mode-line-faces'.
14074 (mode-line-buffer-id): New face.
14075 (modeline-buffer-id): New face alias.
14076 (vertical-border): Remove :group `modeline'.
14077
14078 * bindings.el (propertized-buffer-identification): Use face
14079 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14080 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14081 (mode-line-buffer-identification-keymap): For mouse-1 replace
14082 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14083 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14084 mouse-3.
14085
14086 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14087 Buffer-menu-buffer. Doc fix.
14088 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14089 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14090 `Buffer-menu-buffer'.
14091
14092 * info.el (Info-mode-line-node-keymap): New defvar.
14093 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14094 Propertize Info-current-node with `mode-line-buffer-id' and
14095 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14096
14097 * time.el (display-time-mail-face): Replace :group `faces' with
14098 `mode-line-faces'.
14099
14100 2006-01-16 Kenichi Handa <handa@m17n.org>
14101
14102 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14103
14104 * language/european.el (cp1252): New alias for windows-1252.
14105
14106 * international/mule.el (autoload-coding-system): Prepare for EOL
14107 variants.
14108
14109 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14110
14111 * term.el (term-raw-map): Add mapping for insert.
14112 (term-send-insert): New.
14113 (term-mode): Make variables local here instead of doing it in
14114 `term-emulate-terminal'.
14115 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14116 Scroll reverse needs to take into account the scroll region.
14117 Saving and restoring the cursor should save the color attributes too.
14118 (term-reset-terminal): Reset the scroll region.
14119 (term-handle-ansi-escape): Cursor up and down should take into
14120 account the scroll region.
14121 (term-set-scroll-region): Rename from `term-scroll-region'.
14122 Move to 0,0 after setting the region.
14123 (term-handle-scroll): Handle scroll up.
14124 (term-down): Fix off by one error.
14125 (term-delete-lines): Do not delete outside the scroll region.
14126 (term-insert-lines): Take into account the scroll region.
14127
14128 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14129
14130 * textmodes/ispell.el (ispell-internal-change-dictionary)
14131 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14132 (start, end): Move declaration outside of eval-when-compile.
14133
14134 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14135 (flyspell-mode-on): Use it.
14136
14137 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14138 ispell-kill-ispell-hook.
14139
14140 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14141
14142 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14143 (Custom-reset-saved): Do not ask for confirmation in single option
14144 buffers.
14145
14146 2006-01-13 Richard M. Stallman <rms@gnu.org>
14147
14148 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14149
14150 2006-01-13 Romain Francoise <romain@orebokech.com>
14151
14152 * add-log.el (add-change-log-entry, change-log-merge):
14153 Conditionally use `hard-newline'.
14154
14155 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14156
14157 * wid-edit.el (widget-field-end): If the overlay is no longer
14158 associated with a buffer, behave as if the overlay didn't exist.
14159
14160 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14161 Make sure the links use the `custom-link' face.
14162
14163 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14164
14165 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14166 (ld-script-mode): Don't set indent-line-function since we don't
14167 have one.
14168
14169 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14170
14171 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14172 application.
14173 (org-file-apps-defaults-gnu): Use mailcap as the default for
14174 selecting an application on a UNIX system.
14175 (org-agenda-show-tags): New command.
14176 (org-table-insert-hline): Keep cursor in current table line.
14177 (org-table-convert): Offset effect of modifying
14178 `org-table-insert-hline'.
14179 (org-format-agenda-item): New optional argument TAG.
14180 (org-compile-prefix-format): Handle %T format for the tag.
14181 (org-expand-wide-chars): New function.
14182 (org-table-insert-row, org-table-insert-hline):
14183 Use `org-expand-wide-chars'.
14184 (org-open-file): Fix bug in program launch.
14185 (org-get-time-of-day): Fix bug with times before 1am.
14186 (org-agenda-menu): Add tags commands.
14187
14188 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14189
14190 * textmodes/ispell.el (ispell-init-process): Include the used
14191 dictionary in ispell process start message.
14192 (ispell-internal-change-dictionary): When flyspell-mode is active
14193 and dictionary is changed, make sure ispell process is restarted
14194 and flyspell word cache cleared out for the current buffer.
14195 (ispell-change-dictionary): Make sure flyspell word cache is
14196 cleared out in all buffers with active flyspell mode when
14197 dictionary is globally changed.
14198 Call ispell-internal-change-dictionary after dictionary change.
14199
14200 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14201
14202 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14203
14204 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14205 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14206 years. Fix small differences wrt Makefile.in.
14207 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14208 Makefile.in does.
14209
14210 2006-01-12 Bill Wohler <wohler@newt.com>
14211
14212 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14213 mh-search.el.
14214
14215 2006-01-12 Masatake YAMATO <jet@gyve.org>
14216
14217 * progmodes/ld-script.el: Update copyright year.
14218
14219 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14220
14221 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14222 Don't add widget if setting undefined.
14223
14224 2006-01-12 John Paul Wallington <jpw@pobox.com>
14225
14226 * help-fns.el (describe-variable): Remove newlines from void
14227 variable output.
14228
14229 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14230
14231 * wdired.el (wdired-mode-map): Add help echo for
14232 wdired-abort-changes.
14233
14234 * man.el (Man-file-name-regexp): Adjust for a list of files.
14235
14236 2006-01-12 Masatake YAMATO <jet@gyve.org>
14237
14238 * progmodes/ld-script.el (auto-mode-alist): Support
14239 suffix conventions used in netbsd and eCos.
14240
14241 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14242
14243 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14244 (custom-variable-menu, custom-face-menu, custom-group-menu)
14245 (Custom-mode-menu): Change names of menu items. (As discussed on
14246 emacs-devel.)
14247 (custom-face-menu): Add "Undo Edits" item.
14248
14249 * startup.el (init-file-user): defcustom -> defvar.
14250
14251 * tooltip.el (tooltip-mode): Doc fix.
14252
14253 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14254
14255 * reveal.el (reveal-post-command): window-buffer signals an error on
14256 dead windows rather than returning nil.
14257 (reveal-open-new-overlays): An overlay might die while we open others.
14258
14259 2006-01-11 Bill Wohler <wohler@newt.com>
14260
14261 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14262 phrasing in docstring.
14263
14264 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14265 can give some systems gas. Add new file mh-buffers.el.
14266
14267 2006-01-06 Masatake YAMATO <jet@gyve.org>
14268
14269 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14270 C preprocessor forward ported from GNU Emacs 21.2.
14271
14272 * progmodes/asm-mode.el (asm-font-lock-keywords):
14273 Use `cpp-font-lock-keywords'.
14274
14275 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14276
14277 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14278 of $ for "\\.ld[s]?".
14279
14280 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14281
14282 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14283 (tcl-indent-line): Return `noindent' if inside a string.
14284
14285 * progmodes/flymake.el (flymake-split-string): Remove more than one
14286 empty string at beg/end of the result.
14287 (flymake-find-buildfile, flymake-find-possible-master-files):
14288 Use expand-file-name.
14289 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14290 since expand-file-name does it for us. Use directory-file-name.
14291 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14292 (flymake-ler-get-type, flymake-ler-get-text)
14293 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14294 (flymake-current-line-no): Remove spurious interactive spec.
14295 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14296 (flymake-check-include): Remove arg inc-path merged into inc-name.
14297 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14298 Arg regexp-list replaced by a simple regexp.
14299 (flymake-master-make-header-init, flymake-master-tex-init):
14300 Correspondingly replace regexp-list with a regexp. Fix regexp.
14301
14302 2006-01-10 Simon Josefsson <jas@extundo.com>
14303
14304 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14305 describing AUTH PLAIN fix.
14306
14307 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14308
14309 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14310 (report-emacs-bug): Don't record initial prompt text.
14311 Instead, add text properties to prompting text.
14312 (report-emacs-bug-hook): Delete prompting text.
14313
14314 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14317 `dirs'. Adjust callers.
14318
14319 2006-01-09 John Paul Wallington <jpw@gnu.org>
14320
14321 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14322
14323 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14324
14325 * reveal.el (reveal-open-new-overlays): New extracted fun.
14326 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14327 using them. Simplify the code.
14328 (reveal-post-command): Use them. Fix up obsolete windows in
14329 reveal-open-spots.
14330
14331 * progmodes/flymake.el: Use `require' rather than autoload for
14332 XEmacs's overlays.
14333 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14334 Delete. Use file-relative-name instead.
14335 (flymake-get-syntax-check-program-args, flymake-perl-init):
14336 Simplify the resulting code.
14337
14338 * log-view.el (log-view-file-re, log-view-message-re): Add support
14339 for DaRCS output.
14340
14341 2006-01-09 Alex Schroeder <alex@gnu.org>
14342
14343 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14344 identifiers sometimes added in square brackets at the beginning of
14345 subject lines.
14346
14347 2006-01-07 Richard M. Stallman <rms@gnu.org>
14348
14349 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14350 (Custom-reset-current, Custom-reset-saved): Change question text.
14351 (Custom-reset-standard): Likewise.
14352 (custom-variable-reset-saved): Doc fix.
14353
14354 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14355
14356 * startup.el (init-file-user): Doc fix.
14357
14358 2006-01-07 Alex Schroeder <alex@gnu.org>
14359
14360 * mail/rmail.el (rmail-current-subject): New function.
14361 (rmail-current-subject-regexp): New function.
14362 (rmail-next-same-subject): Use it.
14363
14364 * mail/rmailsum.el (rmail-summary-by-topic):
14365 Use rmail-current-subject and rmail-current-subject-regexp.
14366 (rmail-summary-next-same-subject): Ditto.
14367
14368 * net/rcirc.el (rcirc-send-input): No longer check whether the
14369 process is open, since not all commands need an open process.
14370 (rcirc-send-string): Check whether the process is open before
14371 sending anything.
14372 (rcirc-ignore-list): New option.
14373 (rcirc-ignore-list-automatic): New variable.
14374 (rcirc-print): Take rcirc-ignore-list into account.
14375 (rcirc-cmd-ignore): New command.
14376 (rcirc-ignore-update-automatic): New function.
14377 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14378 list if ignored nicks.
14379 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14380
14381 2006-01-06 David Reitter <david.reitter@gmail.com>
14382
14383 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14384 reflect the address to which the report will be sent.
14385
14386 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14387
14388 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14389 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14390
14391 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14392
14393 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14394
14395 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14396 the doc string: "functoin" => "function".
14397 * ldefs-boot.el: Likewise.
14398
14399 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14400 message text: "Duplicat" => "Duplicate".
14401
14402 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14403
14404 * files.el (basic-save-buffer-2): If backing-up failed, reset
14405 buffer-backed-up to nil.
14406
14407 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14408
14409 * progmodes/gud.el (gdb-script-skip-to-head)
14410 (gdb-script-calculate-indentation): Indent for breakpoint command
14411 lists also.
14412
14413 2006-01-05 Bill Wohler <wohler@newt.com>
14414
14415 * Makefile.in (compile-always): Add mh-autoloads dependency.
14416 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14417 provides it.
14418 (updates): Remove mh-autoloads dependency, since it probably has
14419 already run recently (via recompile).
14420
14421 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14424 argument `force' to disable the flyspell-last-buffer optimization.
14425 (flyspell-mode-on): Use it.
14426
14427 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14428 flymake-simple-cleanup.
14429 (flymake-allowed-file-name-masks): Use this new default.
14430 All the functions are now called in the right buffer rather than
14431 passing the buffer as argument.
14432 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14433 (flymake-parse-err-lines): Remove redundant buffer arg.
14434 (flymake-get-program-dir): Comment out unused function.
14435 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14436 Remove redundant buffer argument.
14437 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14438 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14439
14440 2006-01-05 Richard M. Stallman <rms@gnu.org>
14441
14442 * info.el (Info-find-node): Don't record previous node if have none.
14443 (info): Go to directory only if history is empty.
14444
14445 * simple.el (mark): Doc fix.
14446
14447 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14448
14449 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14450 already of desired type.
14451 (mac-ae-list): Coerce parameter to "list" type.
14452 (mac-dispatch-apple-event): Replace cadr part of event with a
14453 dummy position so that event-start returns it.
14454
14455 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14456
14457 * textmodes/org.el (org-end-of-subtree): New function.
14458 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14459 Use `org-end-of-subtree'.
14460 (org-agenda, org-agenda-convert-date): Protect calls to
14461 `fit-window-to-buffer'.
14462 (org-tags-view): Force matching of sublevels when doing a
14463 todo-only search. Define the correct redo command, including the
14464 arguments.
14465 (org-agenda-redo): Display message.
14466 (org-check-for-org-mode): New function.
14467 (org-agenda-type): New variable.
14468 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14469 Set `org-agenda-type'.
14470 (org-agenda-check-type): New function.
14471 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14472 (org-agenda-week-view, org-agenda-day-view)
14473 (org-agenda-next-date-line, org-agenda-previous-date-line)
14474 (org-agenda-log-mode, org-agenda-toggle-diary)
14475 (org-agenda-toggle-time-grid, org-agenda-date-later)
14476 (org-agenda-date-prompt, org-agenda-diary-entry)
14477 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14478 (org-agenda-convert-date, org-agenda-menu):
14479 Use `org-agenda-check-type'.
14480 (org-make-overlay, org-delete-overlay)
14481 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14482 New compatibility functions.
14483 (org-calendar-select-mouse): New command.
14484
14485 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14486
14487 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14488 (Custom-reset-standard): Fix y-or-n-p messages.
14489 (custom-link): New face for links.
14490 (custom-buffer-create-internal, custom-manual): Use it.
14491 (custom-face-save): Push to theme-face before setting face spec.
14492
14493 * wid-edit.el (widget-default-mouse-face-get): New function.
14494 (widget-specify-button): Handle mouse-face like button-face.
14495
14496 * custom.el (load-theme): Clear old theme settings if reloading.
14497
14498 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14499
14500 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14501 "Erase Customization" button back to same position it occupies in
14502 the individual State menus.
14503
14504 2006-01-04 Kim F. Storm <storm@cua.dk>
14505
14506 * wid-edit.el (key-sequence): Rework widget to read key binding
14507 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14508 (widget-key-sequence-default-value): Default value for empty sequence.
14509 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14510 (widget-key-sequence-read-event): New command for C-q.
14511 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14512 (widget-key-sequence-value-to-external): New functions.
14513
14514 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14515
14516 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14517 Use expand-file-name.
14518 (flymake-delete-temp-directory): Use expand-file-name,
14519 file-name-directory, and directory-file-name.
14520 (flymake-strrchr): Delete.
14521 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14522 to the init-f function.
14523 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14524 (flymake-init-find-buildfile-dir)
14525 (flymake-init-create-temp-source-and-master-buffer-copy)
14526 (flymake-simple-make-init-impl, flymake-simple-make-init)
14527 (flymake-master-make-init, flymake-master-make-header-init)
14528 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14529 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14530 (flymake-xml-init): Remove corresponding redundant buffer argument.
14531 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14532 the default anyway. Clean up regexps.
14533
14534 * progmodes/flymake.el (flymake-temp-source-file-name)
14535 (flymake-master-file-name, flymake-temp-master-file-name)
14536 (flymake-base-dir): New buffer-local vars.
14537 (flymake-buffer-data, flymake-get-buffer-value)
14538 (flymake-set-buffer-value): Replace those hash-tables by the new
14539 buffer-local vars. Update callers.
14540
14541 * progmodes/flymake.el (flymake-check-start-time)
14542 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14543 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14544 Move definition, so we can remove redundant earlier declaration.
14545 (flymake-replace-regexp-in-string, flymake-split-string)
14546 (flymake-get-temp-dir): Use defalias.
14547 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14548 (flymake-xemacs-window-edges): Remove unused function.
14549 (flymake-get-point-pixel-pos): Move.
14550 (flymake-pid-to-names, flymake-reg-names)
14551 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14552 Replace by a simple list flymake-processes and by process-buffer.
14553 Update callers. Other than simplify the code, it uses buffers rather
14554 than buffer-names so it doesn't get confused by uniquify.
14555 (flymake-buffer-data): The global value should just be nil.
14556
14557 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14558 Optimize the body of a defalias like any other code.
14559
14560 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14561 Make sure we've setup font-lock's vars. It may influence which
14562 function we then call.
14563 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14564 here since it's too late anyway.
14565
14566 2006-01-03 Romain Francoise <romain@orebokech.com>
14567
14568 * startup.el (fancy-splash-tail, normal-splash-screen):
14569 Update copyright year.
14570
14571 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14572
14573 * mouse.el (mouse-drag-track): Rename, from
14574 `mouse-drag-region-1'. Includes optional argument required to
14575 enable post-drag event processing (e.g. delete region keys).
14576 Can be used without this argument to track a mouse region and operate
14577 on it as soon as the drag completes.
14578 (mouse-drag-region): Use `mouse-drag-track'.
14579
14580 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14581
14582 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14583 Move to `custom-buffer' group.
14584
14585 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14586 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14587 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14588 (custom-theme-face-menu): New variables.
14589 (custom-theme-add-variable, custom-theme-variable-action)
14590 (custom-variable-reset-theme, custom-theme-delete-variable)
14591 (custom-face-reset-theme, custom-theme-face-action)
14592 (custom-theme-delete-face, custom-theme-merge-theme)
14593 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14594
14595 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * custom.el: Move Custom Themes commentary to start of theme code.
14598 (custom-known-themes): Rename `standard' theme to `changed'.
14599 (custom-push-theme): Caller no longer specifies what theme to use
14600 when doing `reset'---the setting is simply removed from the theme.
14601 Delete MODE from `theme-value' and `theme-settings' properties.
14602 (custom-declare-theme): Ignore &rest args since we don't use them.
14603
14604 (custom-loaded-themes): Delete variable.
14605 (custom-theme-load-themes, custom-theme-loaded-p)
14606 (custom-theme-value): Delete functions.
14607
14608 (custom-declare-theme): Signal error on invalid theme names.
14609 (provide-theme): custom-loaded-themes was deleted.
14610 (load-theme): Load the file unconditionally.
14611 (enable-theme): Call `load-theme' if theme is undefined.
14612 (custom-enabled-themes): Only update value for successful loads.
14613 (disable-theme): Complete from enabled themes when interactive.
14614 (custom-variable-theme-value): Calculate theme value directly.
14615
14616 (custom-theme-reset-variables, custom-reset-variables): Mark as
14617 XEmacs compatibility functions. We don't actually use these.
14618
14619 * cus-edit.el (custom-variable-state-set):
14620 Use custom-variable-theme-value instead of custom-theme-value.
14621 (custom-face-state-set): Rename `standard' theme to `changed'.
14622 (custom-save-variables, custom-save-faces): Delete unneeded
14623 references to custom-reset-variables.
14624 (custom-save-resets): Delete function.
14625 (custom-save-variables, custom-save-faces): MODE argument deleted.
14626 (custom-save-variables, custom-save-faces): Ignore theme values.
14627
14628 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14629 compatibility function.
14630
14631 2006-01-01 Richard M. Stallman <rms@gnu.org>
14632
14633 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14634 (Custom-reset-current, Custom-reset-saved): Likewise.
14635 (Custom-reset-standard): Show message if aborted.
14636 (custom-mode): Doc fix, describing those commands.
14637
14638 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14639 put on event-kind property.
14640
14641 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14642
14643 * custom.el (provide-theme): Ban `user' theme name.
14644 (custom-enabling-themes): New variable.
14645 (enable-theme): Don't enable user if custom-enabling-themes is t.
14646 (custom-enabled-themes): Make it a defcustom.
14647 (custom-theme-recalc-face): No-op if face is undefined.
14648
14649 * cus-edit.el (custom-button-mouse): New variable.
14650 (custom-button-mouse): New face.
14651 (custom-raised-buttons, custom-mode): Use it.
14652
14653 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14654
14655 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14656
14657 * progmodes/gud.el (gud-display-line): Support hl-line in the
14658 source buffer.
14659
14660 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14661
14662 * mouse.el (mouse-drag-window-above): Verify that the found window
14663 overlaps with the given window in the horizontal dimension.
14664
14665 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14666
14667 * Makefile.in (cvs-update): New target.
14668
14669 * makefile.w32-in (cvs-update): Ditto.
14670
14671 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14672
14673 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14674 (custom-new-theme-mode-map): New variable.
14675
14676 2005-12-30 Richard M. Stallman <rms@gnu.org>
14677
14678 * custom.el (custom-load-themes): Function deleted.
14679
14680 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14681 (custom-save-variables): Don't delete or add custom-load-themes call.
14682
14683 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14684
14685 * cus-start.el: Add `visible-cursor'.
14686
14687 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14688 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14689 (flymake-process-filter): Switch to buffer before calling it instead.
14690 (flymake-post-syntax-check, flymake-highlight-err-lines)
14691 (flymake-delete-own-overlays, flymake-parse-err-lines)
14692 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14693 (flymake-count-lines, flymake-parse-residual):
14694 Remove constant buffer argument.
14695 (flymake-start-syntax-check-for-current-buffer): Remove.
14696 Update callers to use flymake-start-syntax-check instead.
14697 (flymake-display-err-menu-for-current-line):
14698 Remove unused var `mouse-pos'.
14699 (flymake-restore-formatting): Comment out unused function.
14700 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14701 argument, use current-buffer instead. Update callers.
14702
14703 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14704
14705 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14706 buffer-local because choose-completion-delete-max-match requires
14707 that we set completion-ignore-case (i.e., binding via let is not
14708 sufficient).
14709 (bibtex-complete): Always set completion-ignore-case and
14710 choose-completion-string-functions. The latter is needed because
14711 choose-completion-string-functions keeps its value if we quit the
14712 *Completions* buffer without requesting a completion.
14713
14714 2005-12-30 Andreas Schwab <schwab@suse.de>
14715
14716 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14717
14718 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14719
14720 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14721
14722 2005-12-30 Juri Linkov <juri@jurta.org>
14723
14724 * locate.el (locate-fcodes-file, locate-header-face)
14725 * progmodes/delphi.el (delphi-other-face)
14726 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14727
14728 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14729 group `paren-showing-faces'.
14730
14731 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14732 (goto-address): Fix docstring.
14733
14734 * net/webjump.el (webjump-sample-sites): Update URLs.
14735
14736 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14737
14738 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14739
14740 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14741
14742 * font-lock.el (font-lock-compile-keywords): Signal an error when
14743 font-lock-set-defaults hasn't been called.
14744
14745 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14746
14747 * subr.el (noreturn, 1value): Doc fixes.
14748
14749 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14750
14751 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14752 that assoc-string returns nil.
14753
14754 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14755
14756 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14757 (bibtex-entry-type-str, bibtex-empty-field-re)
14758 (bibtex-search-backward-string, bibtex-preamble-prefix)
14759 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14760 (bibtex-any-valid-entry-type): New variable.
14761 (bibtex-parse-field-name): Simplify.
14762 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14763 (bibtex-preamble-prefix): Include left delimiter.
14764 (bibtex-search-forward-field, bibtex-search-backward-field):
14765 Allow unbounded search past entry boundaries (required by bibtex-pop).
14766 (bibtex-text-in-field-bounds): Use push.
14767 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14768 (bibtex-parse-preamble, bibtex-valid-entry)
14769 (bibtex-beginning-first-field): New functions.
14770 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14771 (bibtex-map-entries): Fix docstring.
14772 (bibtex-flash-head): New arg prompt. Simplify.
14773 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14774 (bibtex-insert-kill): Simplify. Always insert text past the
14775 current field or entry.
14776 (bibtex-format-entry): Use bibtex-parse-field.
14777 (bibtex-pop): Use bibtex-beginning-of-entry and
14778 bibtex-end-of-entry to initiate the search. Insert empty field if
14779 we found ourselves.
14780 (bibtex-print-help-message): New args field and comma.
14781 Handle entry keys.
14782 (bibtex-make-field): Use bibtex-beginning-of-entry.
14783 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14784 invalid entry.
14785 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14786 Handle preambles. Simplify code for thorough test.
14787 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14788 New arg comma. Handle entry heads.
14789 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14790 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14791 New arg comma.
14792 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14793 (bibtex-fill-field): Simplify.
14794 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14795 bibtex-parse-field.
14796 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14797 (bibtex-complete): Use bibtex-parse-preamble.
14798
14799 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14800
14801 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14802 Display name of expression instead of convenience variable.
14803 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14804
14805 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14806 toggle-gud-tooltip-dereference.
14807 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14808 (gud-tooltip-tips): ...here when dereferencing.
14809
14810 2005-12-28 Bill Wohler <wohler@newt.com>
14811
14812 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14813
14814 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14815
14816 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14817 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14818 (vc-annotate-display-autoscale): Adjust call.
14819 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14820 Fix interactive spec.
14821 (vc-annotate-time-span): Remove.
14822 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14823 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14824 (vc-annotate-display-select): Use new name.
14825
14826 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14827 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14828 Correct the construction of span entries. Simplify.
14829 (vc-annotate-display-select): Fix the nil case.
14830 (vc-annotate): Remove obsolete (and now broken) code.
14831 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14832 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14833
14834 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14835
14836 * subr.el (lazy-completion-table): Correct typo in docstring.
14837
14838 * startup.el (command-line): Use `custom-reevaluate-setting' for
14839 `send-mail-function'.
14840
14841 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14842
14843 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14844
14845 * mail/smtpmail.el (smtpmail-try-auth-methods):
14846 Send credentials together with "AUTH PLAIN" command.
14847
14848 2005-12-27 Richard M. Stallman <rms@gnu.org>
14849
14850 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14851 mouse-2, go back to previously selected window, so it's selected
14852 when mouse-2 command runs.
14853
14854 2005-12-27 Juri Linkov <juri@jurta.org>
14855
14856 * descr-text.el (describe-text-sexp): Use square brackets for
14857 button [Show] to distinguish it from the property value `show'.
14858 (describe-property-list): Use `insert-text-button' with
14859 `help-face' type instead of putting face in quotes, because button
14860 is not created automatically for a list of faces.
14861 (describe-text-properties-1): Put button-type value in quotes to
14862 distinguish from plain text "button".
14863 (describe-char): Display code point values in hex. Don't use
14864 `symbol-name' for `current-input-method' because it is a string.
14865 Use `insert-text-button' with `help-face' type instead of putting
14866 hardcoded face in quotes, because button is not created automatically.
14867
14868 2005-12-27 Richard M. Stallman <rms@gnu.org>
14869
14870 * progmodes/glasses.el (glasses-face): More specific custom type.
14871
14872 * files.el (set-visited-file-name): Doc fix.
14873
14874 * textmodes/flyspell.el (flyspell-external-point-words):
14875 Use local var buffer-scan-pos to advance scan for next misspelling.
14876 Advance it only after we find the misspelling.
14877
14878 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14879
14880 * textmodes/flyspell.el (flyspell-external-point-words):
14881 New criteria for finding the misspelling in the buffer.
14882
14883 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14884
14885 * help-mode.el (help-insert-string): Set help-xref-stack-item
14886 rather than call help-setup-xref.
14887
14888 * descr-text.el (describe-char): Revert previous changes for
14889 optional buffer argument.
14890
14891 2005-12-27 Juri Linkov <juri@jurta.org>
14892
14893 * help-mode.el (help-insert-string): New function. Save buffer
14894 contents in cases where it is impossible to recompute the old contents.
14895
14896 * descr-text.el (describe-char): Set help-xref-stack-item
14897 explicitly after buffer has been generated.
14898
14899 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14900
14901 * cus-start.el (all): Add x-gtk-show-hidden-files.
14902
14903 2005-12-26 Richard M. Stallman <rms@gnu.org>
14904
14905 * replace.el (perform-replace): Calculate match-again
14906 before skipping read-only matches.
14907
14908 * paren.el (paren-showing-faces): New group.
14909 (show-paren-match, show-paren-mismatch): Move to that group.
14910
14911 * button.el (button): Put into group `basic-faces'.
14912
14913 * progmodes/make-mode.el: Remove faces from group `faces'.
14914
14915 * apropos.el (apropos, apropos-value): Doc fix.
14916 (apropos-documentation): Doc fix.
14917
14918 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14919
14920 * subr.el (lazy-completion-table): Remove argument `args'.
14921
14922 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14923 Don't use the `args' argument of lazy-completion-table.
14924
14925 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * descr-text.el (describe-char): Add optional argument for buffer.
14928 Set buffer appropriately. Call help-setup-xref.
14929 Suggested by Stefan Monnier.
14930
14931 2005-12-26 Juri Linkov <juri@jurta.org>
14932
14933 * descr-text.el: Require `help-fns' at runtime. Don't require
14934 `button' for byte compilation.
14935 (describe-text-widget): Add `help-echo' for first button.
14936 Use `help-info' for second.
14937 (describe-property-list): Use `help-argument-name' instead of `italic'.
14938 (describe-text-category): Add prompt to interactive spec.
14939 Call `help-setup-xref'.
14940 (describe-char): Use `help-character-set'. Add `help-echo' for
14941 code point. Use `help-input-method'. Remove superfluous insert.
14942
14943 2005-12-25 Richard M. Stallman <rms@gnu.org>
14944
14945 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14946 at point, in case of narrowing.
14947
14948 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14949
14950 * locate.el (locate-header-face): Allow nil in type.
14951
14952 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14953
14954 2005-12-25 Romain Francoise <romain@orebokech.com>
14955
14956 * battery.el (battery-linux-proc-acpi): Also try
14957 `/proc/acpi/thermal_zone/THM0/temperature'.
14958
14959 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14960
14961 * custom.el (custom-push-theme): Fix docstring.
14962
14963 * cus-edit.el (custom-variable-set, custom-variable-save)
14964 (custom-variable-save): Custom-quote widget values.
14965 (customize-save-variable): Fix custom-push-theme call.
14966
14967 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14968
14969 * w32-fns.el (w32-batch-update-autoloads): New function.
14970
14971 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14972 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14973 from the command line.
14974
14975 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14976
14977 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14978 reset means to remove setting from theme entirely. Don't keep
14979 expanding theme-settings list; delete old entries if necessary.
14980
14981 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14982 customization" button one line up.
14983 (custom-themed): New face.
14984 (custom-magic-alist): New value, THEMED, for theme settings.
14985 (custom-variable-state-set, custom-face-state-set):
14986 Check theme-value instead of saved-value.
14987 (custom-variable-reset-standard, custom-face-reset-standard):
14988 Remove theme setting entirely. Recalculate new values.
14989 (custom-variable-set, custom-variable-set)
14990 (custom-variable-reset-saved, custom-variable-reset-backup)
14991 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14992 (custom-variable-save): Fix typos.
14993
14994 2005-12-23 Juri Linkov <juri@jurta.org>
14995
14996 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14997 Add autoload cookies.
14998 (edebug-outside-d-c-i-n-s-w): New variable.
14999 (edebug-display, edebug-outside-excursion): Use it to save the
15000 original value of default-cursor-in-non-selected-windows.
15001 Set default-cursor-in-non-selected-windows to t while Edebug
15002 is active.
15003 (edebug-mode, edebug-eval-mode): Doc fix.
15004
15005 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15006 with `buffer-substring-no-properties' to remove common substring
15007 highlighting.
15008
15009 * info.el (info-other-window, info): Rename function argument
15010 `file' to `file-or-node'.
15011 (Info-complete-menu-item): Use local variable `complete-nodes' to
15012 keep the global value of `Info-complete-nodes' unchanged for
15013 subsequent completions.
15014 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15015
15016 * simple.el (get-next-valid-buffer, last-buffer)
15017 (next-error-buffer-p, next-error-find-buffer)
15018 (minibuffer-history-sexp-flag): Doc fix.
15019
15020 * savehist.el (savehist-mode-hook): Add `:group'.
15021
15022 * log-view.el: Call autoload for vc-find-version.
15023 (log-view-current-file): Adjust subgroup numbers.
15024 (log-view-current-tag): Add `length'.
15025
15026 2005-12-23 Richard M. Stallman <rms@gnu.org>
15027
15028 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15029
15030 2005-12-23 Juri Linkov <juri@jurta.org>
15031
15032 * hi-lock.el (hi-lock-archaic-interface-message-used)
15033 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15034 (hi-lock-mode): Display "Hi" in the mode line only when
15035 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15036 (hi-lock-write-interactive-patterns):
15037 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15038 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15039 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15040 font-lock-add-keywords to t.
15041
15042 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15043
15044 * hi-lock.el (hi-lock-highlight-range): New variable.
15045 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15046 only if font-lock-fontified is non-nil. Remove overlays.
15047 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15048 font-lock-fontified is non-nil, otherwise use overlays (instead of
15049 text properties).
15050 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15051 New variables.
15052 (hi-lock-string-serialize) New function.
15053
15054 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15055
15056 * menu-bar.el (menu-find-file-existing): New function.
15057 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15058
15059 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15060
15061 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15062
15063 * vc.el: Remove unnecessary leading * in docstrings.
15064 (vc-annotate-mode-map): Move initialization into declaration.
15065 (vc-static-header-alist): Nitpick on the regexp.
15066 (vc-default-init-version): New fun.
15067 (vc-register): Use it.
15068 (vc-insert-headers): Use dolist.
15069 (vc-annotate-get-backend): Remove unused function.
15070 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15071 (vc-annotate-mode): Remove corresponding call.
15072 (vc-annotate-car-last-cons): Simplify.
15073 (vc-annotate-buffers): Remove var.
15074 (vc-annotate-backend): Make it buffer-local.
15075 (vc-annotate): Move the interaction to the interactive spec.
15076 Add a `buf' argument.
15077 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15078 killing&creating a vc-annotate buffer, which is very disruptive when
15079 the buffers are shown in dedicated frames.
15080
15081 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15082
15083 * descr-text.el: Add FSF as maintainer.
15084 (describe-text-mode, describe-text-mode-map)
15085 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15086 help-mode.
15087 (describe-text-widget, describe-text-sexp)
15088 (describe-property-list, describe-text-category)
15089 (describe-text-properties, describe-text-properties-1)
15090 (describe-char): Use help buttons instead of widgets.
15091 (describe-char-unicodedata-file): Make URL link in doc string.
15092
15093 2005-12-22 Richard M. Stallman <rms@gnu.org>
15094
15095 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15096 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15097 Don't include buttons that write a file when there's no file.
15098 (custom-variable-menu, custom-face-menu, custom-group-menu):
15099 Don't include commands that write a file when there's no file.
15100 (customize-browse): Reword the top-of-buffer help intro.
15101 (custom-buffer-create-internal): Fix previous change.
15102 (customize-changed-options-previous-release): Prev release is 21.1.
15103 (customize-changed-options): Doc fix.
15104 (customize-changed): New alias.
15105 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15106 Say "standard values".
15107 (Custom-reset-standard): Doc fix.
15108 (custom-face-reset-standard): Doc fix.
15109
15110 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15111
15112 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15113 even if font-lock-mode is non-nil since it may be t without having
15114 turned on font-lock-mode-internal.
15115 (font-lock-choose-keywords): Minor optimization.
15116 (font-lock-add-keywords, font-lock-remove-keywords)
15117 (font-lock-set-defaults): Don't call make-local-variable on a variable
15118 that we know to already be local.
15119
15120 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15121
15122 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15123 messages if in the minibuffer.
15124
15125 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15126
15127 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15128 (tex-mode-flyspell-verify, flyspell-get-word)
15129 (flyspell-external-point-words): Don't use point-min/max uselessly.
15130
15131 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15132 by Kevin Rodgers. Instead, just hide the completions buffer if we
15133 don't need to show it.
15134
15135 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15136
15137 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15138
15139 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15140
15141 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15142 delete-windows-on with an inexistent buffer.
15143
15144 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15145
15146 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15147 Delete defcustom variable :tag names.
15148
15149 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15150
15151 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15152 (log-view-font-lock-keywords): Ajust subgroup numbers.
15153 (log-view-current-tag): Don't hard code the number of subgroups.
15154
15155 2005-12-20 Juri Linkov <juri@jurta.org>
15156
15157 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15158 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15159
15160 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15161 (menu-bar-non-minibuffer-window-p): Instead of checking
15162 display-multi-frame-p, use selected-frame when menu-updating-frame
15163 is nil.
15164
15165 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15166
15167 * align.el (align-rules-list): Use [ \t] instead of \s-
15168 for column separators in text mode.
15169
15170 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15171
15172 * help-mode.el (help-customize-variable, help-customize-face):
15173 Don't pop help-xref-stack as help-follow no longer pushes
15174 anything on to it.
15175
15176 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15177
15178 * textmodes/org.el (org-agenda-custom-commands): New option.
15179 (org-agenda): Offer custom commands on splash screen.
15180 (org-make-tags-matcher): Parser for Boolean logic added.
15181 (org-agenda-set-tags): New command.
15182 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15183 (org-set-tags): Efficiency improvements.
15184 (org-auto-align-tags): New option.
15185 (org-todo, org-demote, org-promote): Realign tags.
15186 (org-tags-completion-function): Use also "&" and "|" as separators.
15187 (org-org-menu): Agenda commands simplified.
15188
15189 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15190
15191 * cus-edit.el (customize-apropos, customize-apropos-options):
15192 Docstring changes.
15193
15194 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15195
15196 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15197
15198 * longlines.el (longlines-mode): Wrap while widened.
15199 (longlines-decode-region, longlines-encode-region): Compute max
15200 just once.
15201
15202 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15203
15204 * cus-edit.el (mac): New group.
15205
15206 * cus-start.el (all): Add user options in macterm.c. Add test for
15207 Mac-related built-ins. Fix test for GTK-related built-ins.
15208
15209 * term/mac-win.el (mac-handle-language-change)
15210 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15211 (mac-services-open-selection, mac-services-mail-selection)
15212 (mac-services-mail-to, mac-services-insert-text)
15213 (mac-dispatch-apple-event): Add docstrings.
15214 (x-get-selection, mac-select-convert-to-string): Select coding
15215 system from `utf-16be' and `utf-16le' using `byteorder'.
15216
15217 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15220 a "list" (lambda ...) rather than a real completion list.
15221
15222 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15223 lexical-let when encountering ((lambda (...) ...) ...).
15224
15225 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15226
15227 * progmodes/sh-script.el (sh-mode):
15228 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15229 * textmodes/picture.el (picture-mode): Update docstrings.
15230
15231 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15232
15233 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15234 commands enclosed in $(ARGQUOTE)s should not be split between two
15235 lines, as that will break with GNU Make >3.80, when sh.exe is used
15236 and arg quoting is with '..'.
15237 (autoloads): Don't break the quoted --eval expression between
15238 several lines.
15239
15240 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15241
15242 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15243 Capture error from printing circular structures.
15244
15245 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15246
15247 * wid-edit.el (widget-checkbox-action): Clear undo info.
15248
15249 2005-12-16 Bill Wohler <wohler@newt.com>
15250
15251 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15252 bar, not menubar in comment.
15253
15254 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15255
15256 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15257 After-change-functions should not clobber the match data.
15258
15259 2005-12-16 Juri Linkov <juri@jurta.org>
15260
15261 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15262 instead of `buffer-substring'.
15263 (completion-common-substring): Doc fix.
15264 (completion-setup-function): Use minibuffer-completion-contents
15265 instead of minibuffer-contents. Don't set common-string-length
15266 initially. Remove special handling of partial-completion-mode.
15267 Move computation of completion-base-size into one cond.
15268 Call completion-base-size-function in mainbuf. In computation of
15269 completion-base-size for file name completion don't move point to
15270 the end of the minibuffer. Move computation of common-string-length
15271 into one cond. Start putting faces only when common-string-length>=0.
15272 Add condition to put completions-common-part when
15273 common-string-length>0.
15274
15275 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15276 place point at the first different character in the minibuffer
15277 even if this position is at the beginning of the minibuffer.
15278
15279 * info.el (Info-read-node-name-1): In completion-base-size-function's
15280 lambda return 1 if common-substring or minibuffer-completion-contents
15281 starts with (, and 0 otherwise.
15282
15283 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15284 Use `crm-current-element' for second arg of `display-completion-list'.
15285
15286 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15287
15288 * files.el (set-auto-mode): Look for an interpreter specified on
15289 the first line also if search for mode specification succeeded,
15290 but the mode is not known.
15291
15292 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15293
15294 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15295 (org-open-at-point): Implement tag searches as links.
15296 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15297 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15298 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15299 (org-agenda-dispatch): New commands.
15300 (org-use-tag-inheritance, org-tags-column): New options.
15301 (org-tab-follows-link, org-return-follows-link): New options.
15302 (org-tags): New customize group.
15303 (org-start-icalendar-file): Get local time zone.
15304 (org-tags-completion-function): New function.
15305 (org-set-font-lock-defaults): Make sure links will also be
15306 highlighted inside headlines.
15307
15308 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15309
15310 * term.el (term-emulate-terminal):
15311 Let term-handle-ansi-terminal-messages override what Bash says about
15312 its current directory.
15313
15314 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15315
15316 * bindings.el (last-buffer): Move to simple.el.
15317 * simple.el (last-buffer): Move here.
15318 (get-next-valid-buffer): New function.
15319 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15320 (prev-buffer): Ditto. Rename to `previous-buffer'.
15321
15322 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15323 * bindings.el (global-map): Ditto.
15324
15325 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15326
15327 * cus-edit.el: Introductory comment change.
15328 (custom-magic-alist): Change message string for the `rogue' state.
15329
15330 2005-12-15 Richard M. Stallman <rms@gnu.org>
15331
15332 * tooltip.el: Delete defcustom variable :tag names.
15333
15334 * complete.el (partial-completion-mode): Doc fix.
15335
15336 * textmodes/flyspell.el (flyspell-external-point-words):
15337 Use save-excursion to ensure we don't move backward in the
15338 search loop, not even one character.
15339 (flyspell-delete-all-overlays): Use remove-overlays directly.
15340
15341 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15342 (ispell-start-process): Set that variable.
15343 Clear ispell-buffer-local-name.
15344 (ispell-internal-change-dictionary):
15345 Set ispell-current-dictionary after killing process.
15346 (ispell-buffer-local-dict):
15347 Don't set spell-personal-dictionary after killing process.
15348 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15349 (ispell-tex-skip-alists, ispell-html-skip-alists)
15350 (ispell-skip-region-alist): Mark as risky.
15351
15352 * net/newsticker.el (newsticker--retrieval-timer-list)
15353 (newsticker--display-timer, newsticker-running-p)
15354 (newsticker-ticker-running-p): Definitions moved up.
15355
15356 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15357
15358 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15359
15360 2005-12-15 David Ponce <david@dponce.com>
15361
15362 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15363 (recentf-edit-list, recentf-open-files): Signal an error when
15364 there is no recent file.
15365
15366 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15367
15368 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15369 read-only except for texinfo-format-region evaluation.
15370
15371 2005-12-14 Richard M. Stallman <rms@gnu.org>
15372
15373 * vc.el (vc-default-previous-version, vc-default-next-version)
15374 (vc-do-command): Doc fixes.
15375
15376 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15377
15378 * textmodes/bibtex.el (bibtex-expand-strings)
15379 (bibtex-autokey-expand-string, bibtex-name-part)
15380 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15381 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15382 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15383 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15384 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15385 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15386 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15387 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15388 (bibtex-beginning-of-last-entry): Remove.
15389 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15390 message if comma is missing but buffer is read-only.
15391 (bibtex-parse-field-text): Handle whitespaces at the end of field
15392 text. Return 3-element list with beginning and end of field text
15393 and end of field.
15394 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15395 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15396 (bibtex-search-forward-field, bibtex-search-backward-field):
15397 Search always delimited by limits of entry. Use more efficient
15398 search algorithms.
15399 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15400 bibtex-end-of-name-in-field.
15401 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15402 extracting the content of a field.
15403 (bibtex-text-in-field): Use search limits.
15404 (bibtex-parse-string-prefix): Handle empty string keys based on
15405 bibtex-string-empty-key.
15406 (bibtex-parse-string): Fix docstring.
15407 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15408 (bibtex-preamble-prefix, bibtex-strings): New functions.
15409 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15410 BibTeX entries (consistent with other BibTeX functions).
15411 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15412 (bibtex-search-entry): Fix docstring. Simplify.
15413 (bibtex-flash-head, bibtex-complete-string-cleanup)
15414 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15415 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15416 (bibtex-parse-entry): New optional arg content.
15417 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15418 Use bibtex-text-in-field-bounds.
15419 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15420 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15421 bibtex-parse-string-postfix.
15422 (bibtex-find-text-internal): New function.
15423 (bibtex-remove-delimiters): Use it.
15424 (bibtex-find-text): Use it. New optional arg help.
15425 (bibtex-complete): Handle BibTeX string and preamble entries.
15426 (bibtex-Preamble): Fix order of closing delimiters.
15427
15428 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15429
15430 * vc.el (vc-default-revert): New fun.
15431
15432 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15433
15434 2005-12-14 Romain Francoise <romain@orebokech.com>
15435
15436 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15437 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15438 (font-lock-remove-keywords): Likewise.
15439
15440 2005-12-14 Juri Linkov <juri@jurta.org>
15441
15442 * log-view.el (log-view-diff): Doc fix.
15443
15444 * isearch.el (isearch-query-replace): Use (mark) instead of
15445 isearch-opoint if mark is active in transient-mark-mode.
15446
15447 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15448
15449 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15450
15451 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15452
15453 * progmodes/cpp.el (cpp-face): New widget.
15454 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15455
15456 2005-12-14 Juri Linkov <juri@jurta.org>
15457
15458 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15459 around `erase-buffer' and `insert'.
15460
15461 * descr-text.el (describe-text-properties): Replace buffer name
15462 "*Help-2*" with "*Help*<2>".
15463 (describe-char): Add functions print-help-return-message,
15464 toggle-read-only. Use help-setup-xref with nil to not store
15465 describe-char in help-xref-stack. Use help-make-xrefs to
15466 make [back] button.
15467
15468 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15469
15470 * wdired.el (wdired-old-point): New internal variable.
15471 (wdired-change-to-wdired-mode): Set it buffer-locally.
15472 (wdired-abort-changes): Restore point after aborting changes.
15473
15474 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * vc.el (vc-do-command): Add a new value t for okstatus.
15477
15478 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15479 frame in case of errors.
15480
15481 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15482
15483 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15484 so it comes after "On the Left" in the menu.
15485
15486 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15487
15488 * cus-edit.el (customize-apropos, customize-apropos-options)
15489 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15490
15491 2005-12-12 Bill Wohler <wohler@newt.com>
15492
15493 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15494 non-writable Subversion-controlled files by saving window
15495 configuration before calling vc-do-command. vc-do-command calls
15496 pop-to-buffer on error which is unexpected during registration.
15497
15498 2005-12-12 Jay Belanger <belanger@truman.edu>
15499
15500 * calc/README: Update the summary of changes.
15501
15502 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15503
15504 * descr-text.el (describe-char): Rework last fix to solve the problem
15505 is the same way it's solved for everything else in that function
15506 (i.e. by extracting the info before setting up the *Help* buffer).
15507
15508 2005-12-12 Kim F. Storm <storm@cua.dk>
15509
15510 * subr.el (version-regexp-alist): Allow space as separator before
15511 non-numeric part, e.g. "1.0 alpha".
15512 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15513
15514 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15515
15516 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15517 Implement Logging and the keep-modes setting.
15518 (org-get-category): Make sure a string is returned.
15519 (org-log-done): New function.
15520 (org-log-done, org-closed-string): New options.
15521
15522 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15523
15524 * tooltip.el (tooltip-y-offset): Change default to 20.
15525
15526 2005-12-12 Richard M. Stallman <rms@gnu.org>
15527
15528 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15529
15530 * frame.el (display-hourglass): Doc fix.
15531
15532 * help.el (help-for-help-internal): Simplify entry for `a'.
15533
15534 * info.el (Info-on-current-buffer): Doc fix.
15535 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15536
15537 * startup.el (inhibit-splash-screen): Make this the real name.
15538 (inhibit-startup-message): Make this the alias.
15539 (command-line): Find only simple.el, and use its directory
15540 to fill in other preloaded files' names.
15541 (command-line): Deactivate the mark if deactivate-mark is set.
15542
15543 * international/mule.el (load-with-code-conversion):
15544 Bind deactivate-mark.
15545
15546 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15547
15548 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15549
15550 * cus-edit.el (customize-apropos): Avoid listing an option more
15551 than once under different aliases. No longer list user options
15552 that are not defined with defcustom (unless a prefix arg is given).
15553 Doc fix.
15554 (customize-apropos-options): Doc fix.
15555
15556 2005-12-11 Juri Linkov <juri@jurta.org>
15557
15558 * frame.el (set-background-color, set-foreground-color)
15559 (set-cursor-color, set-mouse-color, set-border-color):
15560 Add explicit prompts to read colors by `facemenu-read-color'.
15561 (show-trailing-whitespace, blink-cursor-delay)
15562 (blink-cursor-interval, display-hourglass, hourglass-delay):
15563 Remove tags.
15564 (display-hourglass, hourglass-delay): Doc fix.
15565 (cursor-in-non-selected-windows): Capitalize words in tag.
15566
15567 * faces.el (frame-background-mode): Replace `choice-item' keywords
15568 with `const' to not make [default] button. Change default value tag
15569 from `default' to `automatic'. Doc fix.
15570 (trailing-whitespace) <defface>: Change group `whitespace' to
15571 `whitespace-faces'.
15572
15573 2005-12-11 Richard M. Stallman <rms@gnu.org>
15574
15575 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15576
15577 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15578
15579 * term/mac-win.el: Create keymap for mac-apple-event-map.
15580
15581 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15582
15583 * tooltip.el (tooltip-mode): Move to start of file so that it
15584 appears at top of customize buffer.
15585
15586 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15587 Add the gud groupname.
15588 (gud-tooltip-mode): Add the tooltip groupname.
15589 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15590 avoid conflict with tooltip-use-echo-area.
15591
15592 2005-12-10 Romain Francoise <romain@orebokech.com>
15593
15594 * help.el (help-for-help-internal): Add `r' in doc string.
15595
15596 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15597
15598 * align.el (align-regexp, align-highlight-rule):
15599 Use region-beginning and region-end instead of point and mark, so that
15600 repetition (with `repeat-complex-command') recomputes the region
15601 bounds.
15602
15603 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15604
15605 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15606 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15607 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15608 (balance-windows): Rewrite using the above new functions.
15609
15610 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15611
15612 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15613 react if global-hi-lock-mode seems intended.
15614 (global-hi-lock-mode) Renamed from hi-lock-mode.
15615 (hi-lock-archaic-interface-message-used)
15616 (hi-lock-archaic-interface-deduce): New variables.
15617 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15618 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15619 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15620 Replace hi-lock-buffer-mode with hi-lock-mode.
15621
15622 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15623
15624 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15625 completion list, even after a partial completion has been
15626 inserted in the current buffer. If there are more than 1
15627 completion, redisplay the *Completions* buffer; if the
15628 completion is unique, delete the *Completions* window.
15629
15630 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15631
15632 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15633 strings and long subject lines that were broken into multiple
15634 lines at arbitrary places. Handle subjects that have "Re: " in
15635 the middle.
15636
15637 2005-12-10 John W. Eaton <jwe@octave.org>
15638
15639 * emacs/octave-mod.el (octave-electric-space): Don't indent
15640 comments or strings if octave-auto-indent is nil.
15641
15642 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15643
15644 * term/mac-win.el: Require url when compiling.
15645 Call mac-process-deferred-apple-events after loading init files.
15646 (mac-apple-event-map): New defvar. Define event handlers in it.
15647 (core-event, internet-event): New Apple event class symbols.
15648 (open-application, reopen-application, open-documents)
15649 (print-documents, open-contents, quit-application)
15650 (application-died, show-preferences, autosave-now, get-url):
15651 New Apple event ID symbols.
15652 (about): New HICommand ID symbol.
15653 (mac-event-spec, mac-event-ae): New macros.
15654 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15655 (mac-ae-selection-range, mac-ae-text-for-search)
15656 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15657 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15658 and Services menu events are now defined in mac-apple-event-map.
15659 (mac-drag-n-drop): Remove selection range handling.
15660
15661 2005-12-10 Kenichi Handa <handa@m17n.org>
15662
15663 * simple.el (zap-to-char):
15664 * isearch.el (isearch-process-search-char): Translate CHAR by
15665 translation-table-for-input.
15666
15667 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15668
15669 * foldout.el (foldout-exit-fold): Properly hide subtree.
15670
15671 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15672
15673 * files.el (save-buffer):
15674 * international/ucs-tables.el (ucs-set-table-for-input):
15675 * mail/mail-extr.el (mail-extract-address-components):
15676 * mail/sendmail.el (mail-mode): Reformat doc string.
15677
15678 2005-12-09 Juri Linkov <juri@jurta.org>
15679
15680 * isearch.el (isearch-highlight): Change main overlay priority
15681 from 1 to 1001. Simplify.
15682 (isearch-lazy-highlight-update): Change lazy overlay priority
15683 from 0 to 1000.
15684
15685 * replace.el (replace-highlight): Change overlay priority from
15686 1 to 1001.
15687
15688 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15689 Change overlay priority from 1 to 1001. Reuse existing overlay.
15690
15691 * compare-w.el (compare-windows-highlight): Change overlay
15692 priority from 1 to 1000.
15693
15694 * menu-bar.el (menu-bar-edit-menu): Add listp around
15695 pending-undo-list to disable menu item "undo" when pending
15696 undo list is empty.
15697
15698 * locate.el (locate): Disable undo in *Locate* buffer.
15699
15700 2005-12-09 Kim F. Storm <storm@cua.dk>
15701
15702 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15703
15704 2005-12-09 David Ponce <david@dponce.com>
15705
15706 * recentf.el: Improvement of the menu code.
15707 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15708 instead of menu hook.
15709 (recentf-show-menu, recentf-hide-menu): New functions.
15710 (recentf-menu-customization-changed, recentf-mode): Use them.
15711 (recentf-menu-action, recentf-max-menu-items)
15712 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15713 (recentf-arrange-by-rule-others)
15714 (recentf-arrange-by-rules-min-items)
15715 (recentf-arrange-by-rule-subfilter) : Don't use
15716 `recentf-menu-customization-changed'.
15717 (recentf-arrange-rules): Likewise. Accept functions to compute
15718 sub-menu titles.
15719 (recentf-menu-filter): Likewise. Doc fix.
15720 (recentf-menu-value-shortcut): Doc fix.
15721 (recentf-dump-variable): Quote atom value.
15722 (recentf-make-menu-items): Update to use it as a menu filter.
15723 (recentf-match-rule): New function.
15724 (recentf-arrange-by-rule): Use it.
15725 (recentf-indirect-mode-rule): New function.
15726 (recentf-build-mode-rules): Use it.
15727 (recentf-dir-rule): New function.
15728 (recentf-arrange-by-dir): Use it.
15729 (recentf-filter-changer-current): Rename from
15730 `recentf-filter-changer-state'. All references updated.
15731 (recentf-filter-changer-alist): Update filter names.
15732 (recentf-filter-changer-select): New function.
15733 (recentf-filter-changer): Use it. Make a sub-menu from filters
15734 available in `recentf-filter-changer-alist'.
15735 (recentf-data-cache, recentf-clear-data)
15736 (recentf-update-menu): Remove. All references updated.
15737 (recentf-match-rule-p, recentf-build-dir-rules)
15738 (recentf-filter-changer-goto-next)
15739 (recentf-filter-changer-get-current)
15740 (recentf-filter-changer-get-next): Remove.
15741
15742 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15743
15744 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15745 buffer "Reset" button to "Reset to Current" for consistency with
15746 the State buttons.
15747
15748 2005-12-08 John Paul Wallington <jpw@pobox.com>
15749
15750 * ibuf-ext.el (define-ibuffer-filter filename):
15751 If `dired-directory' is a list then really use its car.
15752
15753 2005-12-08 Kim F. Storm <storm@cua.dk>
15754
15755 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15756 Fix indention of text on right side of replaced rectangle.
15757
15758 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15759
15760 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15761 No need to check gud-comint-buffer is bound.
15762 (gdb): Prevent multiple debugging when first session uses gdba.
15763
15764 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15765
15766 CC Mode update to 5.31.
15767
15768 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15769 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15770 We might do this function properly in the future).
15771
15772 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15773 New macros c-sentence-end and c-default-value-sentence end, to cope
15774 with Emacs 22's new function `sentence-end'.
15775
15776 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15777
15778 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15779 compat issue using `c-put-overlay' and `c-delete-overlay'.
15780
15781 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15782 New compat macros to handle overlays/extents.
15783
15784 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15785
15786 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15787 (for GNU Emacs 20.4)
15788
15789 * progmodes/cc-defs.el:
15790 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15791
15792 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15793 highlighting mechanism so it will work in XEmacs too.
15794
15795 * progmodes/cc-defs.el: Insert c-int-to-char.
15796
15797 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15798 call to the new macro c-int-to-char. This solves XEmacs's
15799 regarding characters as different from integers.
15800
15801 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15802
15803 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15804 New internal helper.
15805
15806 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15807 construct to make the indirect face lookup work in XEmacs.
15808
15809 (c-cpp-matchers): Append the negation char face to the existing
15810 fontification, so that the cpp face doesn't disappear.
15811 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15812 and strings.
15813
15814 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15815 to map to `font-lock-negation-char-face' in emacsen where it exists.
15816
15817 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15818
15819 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15820
15821 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15822 Rename "c-subword-move-mode" as "c-subword-mode".
15823
15824 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15825 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15826
15827 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15828
15829 * progmodes/cc-mode.el: Added autoload directive for
15830 `c-subword-move-mode' for use in older emacsen.
15831
15832 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15833
15834 * progmodes/cc-mode.el:
15835 (i) Insert a binding for C-c C-backspace into
15836 c-bind-special-erase-keys which works in TTYs.
15837 (ii) Make sure that when file styles are used, any explicitly
15838 given style variables take priority over those in the style.
15839 Do this by calling `hack-local-variables' a second time.
15840
15841 * progmodes/cc-vars.el: Add language specific customization
15842 widgets for AWK to c-doc-comment-style, c-require-final-newline
15843 and c-default-style. Add a defcustom for awk-mode-hook.
15844 Give c-syntactic-element and c-syntactic-context doc-strings by
15845 directly setting their `variable-documentation' propery.
15846 This allows Emacs 22.1 to read these with C-h v.
15847
15848 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15849
15850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15851
15852 * progmodes/cc-fonts.el, cc-vars.el
15853 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15854 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15855 Masatake YAMATO.
15856
15857 (c-doc-comment-style): Made GtkDoc default in C mode.
15858
15859 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15860 and C-c C-<delete>.
15861
15862 (c-bind-special-erase-keys): New function for use on
15863 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15864
15865 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15866 <delete> key behavior in XEmacs according to `delete-forward-p'.
15867 C.f. `c-electric-delete'.
15868
15869 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15870
15871 * progmodes/cc-mode.el: Give c-hungry-backspace and
15872 c-hungry-delete-forward permanent key bindings.
15873
15874 * progmodes/cc-cmds.el (c-electric-semi&comma):
15875 Bind c-syntactic-context for calls to "criteria functions", for
15876 consistency with other calls to user functions.
15877
15878 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15879 `current-prefix-arg', since this might be the prefix arg to a
15880 command which calls c-indent-command as a function. Change the
15881 interactive spec from "p" to "P".
15882
15883 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15884 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15885 was difficult to understand.
15886
15887 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15888
15889 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15890 first char of an identifier.
15891
15892 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15893 +" syntax in C++.
15894
15895 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15896
15897 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15898 auto-fill doesn't split a c-comment's last word from a hanging
15899 "*/" when a space is typed between them after fill-column.
15900
15901 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15902
15903 * progmodes/cc-styles.el (c-set-style)
15904 (c-setup-paragraph-variables): Abort the command if we're not in a
15905 CC Mode buffer.
15906
15907 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15908 with blank comment-prefix, and a blank line as the comment's
15909 second line.
15910
15911 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15912
15913 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15914 Incorporate the patterns added in the Emacs development branch
15915 for the new Emacs 22 face `font-lock-negation-char-face'.
15916
15917 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15918 of "red" since it stands out better in xterms and DOS terminals.
15919
15920 * progmodes/cc-engine.el (c-literal-faces):
15921 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15922
15923 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15924
15925 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15926 forcibly enable c-electric-flag.
15927
15928 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15929 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15930 after the comment-prefix of a C-style comment will close that comment.
15931
15932 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15933
15934 * progmodes/cc-fonts.el (c-basic-matchers-before)
15935 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15936 in Pike.
15937
15938 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15939 digraphs.
15940
15941 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15942 (c-cpp-message-directives, c-cpp-include-directives)
15943 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15944 (c-cpp-expr-directives): Introduce new language constants to
15945 control cpp syntax in a cleaner way.
15946
15947 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15948
15949 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15950
15951 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15952 (c-multiline-string-start-char): New language constants and
15953 variables to specify how newlines in string literals work.
15954
15955 (c-font-lock-invalid-string): Use them.
15956
15957 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15958 unbalanced close brace is entered. Optimization by avoiding going
15959 back over arbitrarily large blocks. Removed hints that this
15960 function only would be relevant/useful in AWK.
15961
15962 (c-electric-brace): Indent syntactically after the cleanups since
15963 lineup functions might do it differently then.
15964
15965 * progmodes/cc-engine.el, cc-langs.el
15966 (c-opt-op-identifier-prefix): New language constant and variable.
15967
15968 (c-just-after-func-arglist-p, c-after-special-operator-id)
15969 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15970
15971 * progmodes/cc-align.el, cc-engine.el
15972 (c-after-special-operator-id): New helper to handle C++ operator
15973 identifiers.
15974
15975 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15976 (c-guess-basic-syntax): Handle C++ operator identifiers in
15977 declarations.
15978
15979 * progmodes/cc-langs.el (c-assignment-operators): Add the
15980 trigraph version of ^= too.
15981
15982 * progmodes/cc-langs.el (c-assignment-operators): Add the
15983 trigraph version of |= in C++.
15984
15985 * progmodes/cc-fonts.el (c-font-lock-declarators):
15986 Handle `c-decl-hangon-kwds' after the identifier name.
15987
15988 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15989 whether an arglist is "nonempty", ignore a comment after the open
15990 paren if it isn't followed by a non-comment token on the same line.
15991
15992 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15993 Enable heuristics below the point to cope with classes inside special
15994 brace lists in Pike.
15995
15996 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15997
15998 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15999
16000 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16001
16002 * progmodes/cc-guess.el (cc-guess-install): New function to
16003 install an already guessed style in another buffer.
16004
16005 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16006 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16007 anyway if the change always is undone.
16008
16009 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16010
16011 Implement togglable electricity:
16012
16013 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16014 saying when it should be used.
16015
16016 * progmodes/cc-engine.el: Add the new buffer-local variable,
16017 c-electric-flag.
16018
16019 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16020 c-toggle-auto-newline.
16021
16022 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16023 c-toggle-auto-newline. Remove the binding for
16024 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16025 c-toggle-electric-state.
16026
16027 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16028
16029 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16030 c-\(forward\|backward\)-subword.
16031 (c-update-modeline): Add the new modeline flag `l' for
16032 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16033 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16034 Make the old name an alias of the new name.
16035 (c-toggle-electric-state): New function.
16036 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16037 Adapt these functions to do electric things only when
16038 c-electric-flag is non-nil.
16039 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16040 new functions from c-electric-brace.
16041 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16042 mode, so that the tentative extra newline doesn't change the
16043 syntax of the following brace.
16044 (c-electric-brace): Restructure by extracting the above functions.
16045 Tidy up the coding somewhat.
16046 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16047 restructure a bit.
16048
16049 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16050
16051 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16052 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16053
16054 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16055 (c-submode-indicators): Change name from `c-auto-hungry-string'
16056 since it's now used to track another submode.
16057
16058 (c-update-modeline): Convert to function and extended to check
16059 `c-subword-move-mode'.
16060
16061 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16062 Convert to compat aliases for `c-forward-subword' and
16063 `c-backward-subword'.
16064
16065 * progmodes/cc-subword.el: New functions and minor mode to handle
16066 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16067
16068 (c-forward-subword, c-backward-subword, c-mark-subword)
16069 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16070 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16071 Functions corresponding to the standard word handling functions.
16072
16073 (c-subword-move-mode): Minor mode that replaces all the standard
16074 word handling functions with their subword equivalences.
16075
16076 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16077
16078 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16079 entry for one-liner-defun.
16080
16081 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16082 name in its def-edebug-spec.
16083
16084 * progmodes/cc-cmds.el (c-electric-brace): Make the
16085 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16086 compacts space before a comment, if this will make things fit on
16087 one line.
16088
16089 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16090
16091 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16092
16093 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16094 clean-up one-liner-defun.
16095
16096 * progmodes/cc-styles.el: Add the new "awk" style.
16097
16098 * progmodes/cc-vars.el: Add description of one-liner-defun to
16099 c-cleanup-list's doc-string. New user options,
16100 c-max-one-liner-length. In c-default-style, set the default style
16101 for AWK to "awk".
16102
16103 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16104
16105 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16106 macros inside labels.
16107
16108 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16109 `c-at-statement-start-p' and `c-at-expression-start-p'.
16110
16111 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16112 error if the mark isn't set.
16113
16114 * progmodes/cc-engine.el (c-guess-continued-construct)
16115 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16116 accurately detect functions inside functions.
16117
16118 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16119 like `c-at-statement-start-p' that additionally recognizes commas
16120 and expression parentheses as delimiters.
16121
16122 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16123 to avoid heuristics that doesn't work for unclosed blocks.
16124 (c-at-statement-start-p): New function.
16125
16126 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16127 Objective-C directives, e.g. directives spanning lines should work
16128 reasonably well now.
16129
16130 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16131
16132 (c-forward-objc-directive): New function to move over any ObjC
16133 directive.
16134
16135 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16136 (c-basic-matchers-before): Use it.
16137
16138 (c-font-lock-objc-iip-decl): Remove.
16139
16140 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16141 in the template arglist recognition.
16142
16143 * progmodes/cc-styles.el (c-style-alist): Fix several
16144 inconsistencies in the Whitesmith style.
16145
16146 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16147 New lineup function to get lines after Whitesmith style blocks
16148 correctly indented.
16149
16150 (c-lineup-whitesmith-in-block): Back out the compensation for
16151 opening parens since it's done using `add' lists in the style
16152 definition instead. Don't use the anchor position since it varies
16153 too much between the syntactic symbols. :P
16154
16155 * progmodes/cc-vars.el (c-valid-offset): Update.
16156
16157 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16158 lists where the offsets are combined according to several
16159 different methods: `first', `min', `max', and `add'.
16160 Report offset evaluation errors with `c-benign-error' so that some kind
16161 of reindentation still is done.
16162
16163 * progmodes/cc-engine.el (c-guess-basic-syntax):
16164 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16165 `arglist-close'.
16166
16167 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16168 situations for `arglist-cont-nonempty' and `arglist-close'.
16169
16170 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16171
16172 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16173 cc-bytecomp-boundp' in a number of places.
16174
16175 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16176 macro related issue.
16177
16178 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16179
16180 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16181 list is now [asdf], a char class [:alpha:].
16182 Include code for char classes.
16183 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16184 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16185
16186 Remove (nearly all of) the cruft associated with AWK Mode's former
16187 concept of "virtual semicolons":
16188
16189 Adapt c-beginning-of-statement, c-end-of-statement (together with
16190 subfunctions) to use the new notion of "virtual semicolon" in
16191 place of the old awkward special handling for AWK. There remains
16192 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16193 * progmodes/cc-cmds.el:
16194 (c-ascertain-adjacent-literal): In the backwards direction, now
16195 recognises AWK regexp delimiters as string delimiters.
16196 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16197 check more rigorously for "end of macro".
16198 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16199 virtual semicolons;
16200 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16201 out the code for forward movement into ...
16202 (c-end-of-statement): Now contains the code for forward movement,
16203 adapted for virtual semicolons.
16204
16205 * progmodes/cc-engine.el:
16206 (c-ws*-string-limit-regexp): New regexp.
16207 (c-forward-single-comment, c-backward-single-comment): Comment out
16208 the (now redundant) "special" AWK stuff.
16209
16210 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16211 c-string-par-start, c-string-par-separate to be more like Text
16212 Mode than Fundamental Mode.
16213
16214 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16215
16216 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16217 to the fontified region so that fontification doesn't occur
16218 outside it (could happen e.g. when fontifying a line with an
16219 unfinished declaration).
16220
16221 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16222
16223 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16224 start of the file. ^L now separate sections of the file.
16225 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16226 (c-awk-one-line-possibly-open-string-re)
16227 (c-awk-regexp-one-line-possibly-open-char-class-re)
16228 (c-awk-one-line-possibly-open-regexp-re)
16229 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16230 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16231
16232 Amend the concept of "virtual semicolons" (in the indentation
16233 engine) for languages like AWK, such that they are now
16234 conceptually attached to end of the last token of a statement, not
16235 the end of the line. (In AWK Mode, however, the pertinent text
16236 property is still physically set on the EOL.) Remove the specific
16237 tests for awk-mode, thus facilitating the introduction of other
16238 language modes where EOLs can end statements.
16239 (Note: The funtionality in cc-cmds.el, specifically
16240 c-beginning/end-of-statement has yet to be amended.)
16241
16242 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16243 New macros.
16244
16245 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16246 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16247 c-vsemi-status-unknown-p-fn (in a new page).
16248
16249 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16250 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16251 numerous awkward forms like
16252 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16253 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16254 variable before-ws-ip, the place just after char-before-ip appears.
16255
16256 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16257 a comment.
16258
16259 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16260
16261 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16262 `c-tentative-buffer-changes'.
16263
16264 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16265 convert to macro to choose between Emacs and XEmacs at compile time.
16266
16267 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16268
16269 (c-tentative-buffer-changes): New macro to handle temporary buffer
16270 changes in a convenient way.
16271
16272 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16273 for `c-tentative-buffer-changes'.
16274
16275 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16276 the checks for paren sexps between the point and the keyword, to
16277 avoid some false alarms.
16278
16279 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16280 Fixed a situation where an error could be thrown for unbalanced
16281 parens. Changed to make use of c-keyword-member' to avoid some
16282 repeated regexp matches.
16283
16284 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16285 These language variable are no longer necessary.
16286
16287 (c-block-stmt-kwds): New language constant used by
16288 c-looking-at-inexpr-block'.
16289
16290 (c-guess-basic-syntax): Remove an optional check that looked at
16291 the existence of the now removed language variables.
16292
16293 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16294 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16295 object instantiation expressions as declarations in some contexts.
16296 This bug only affected languages where the declarator can't be
16297 enclosed in parentheses.
16298
16299 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16300 insert newlines before and after substatement braces.
16301
16302 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16303 function declaration headers and the handling of C++ style member
16304 init lists.
16305
16306 (c-just-after-func-arglist-p): Rewritten to use
16307 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16308
16309 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16310
16311 (c-guess-basic-syntax): Adapt case 5B for the new
16312 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16313 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16314 covers all cases now).
16315
16316 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16317
16318 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16319
16320 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16321 c-string-par-start/separate c-sentence-end-with-esc-eol,
16322 initialised in c-setup-paragraph-variables, used in string
16323 scanning subroutines of c-beginning-of-statement.
16324
16325 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16326 which precedes the newly inserted `{'.
16327
16328 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16329
16330 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16331 function for declaration level blocks. It should now cope with
16332 templates better and also be a lot more comprehensible.
16333
16334 (c-looking-at-decl-block): The new function.
16335
16336 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16337 for compatibility.
16338
16339 (c-add-class-syntax, c-guess-continued-construct)
16340 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16341
16342 (c-decl-block-key): Change to tell apart ambiguous and
16343 unambiguous keywords. Pike specials are now handled directly in
16344 the code instead.
16345
16346 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16347 New language constants and variables to make the backward skip in
16348 `c-looking-at-decl-block' as tight as possible.
16349
16350 (c-nonsymbol-token-char-list): New language constant.
16351
16352 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16353 find balanced template arglists backwards.
16354
16355 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16356 making char classes for `c-syntactic-skip-backward'.
16357
16358 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16359 16D - can't be a class-close at that point.
16360
16361 * progmodes/cc-engine.el (c-guess-basic-syntax)
16362 (c-add-class-syntax): Don't narrow out the enclosing declaration
16363 level. This makes everything a lot easier, and it was actually
16364 only four small places that needed it to work. Some places that
16365 previously did `widen' are removed now, which has the effect that
16366 `c-guess-basic-syntax' never will look at things outside the
16367 current narrowment now. The anchor position for `topmost-intro'
16368 is affected by this, but it was so bogus it was basically useless
16369 before, and now it's equally bogus but in a slightly different way.
16370
16371 (c-narrow-out-enclosing-class): Gone.
16372
16373 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16374 the narrowed region.
16375
16376 (c-least-enclosing-brace): Remove silly optional argument.
16377
16378 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16379 the point could be left directly after an open paren when finding
16380 the beginning of the first decl in the block.
16381
16382 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16383 Specify which submatch to use.
16384
16385 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16386
16387 (c-decl-start-re): No longer any need for special treatment of
16388 ObjC due to the above.
16389
16390 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16391 presumably follows C in that regard.
16392
16393 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16394 New language constants to specify operator tokens inside
16395 identifiers in a more high level way.
16396
16397 (c-opt-identifier-prefix-key): New internal language constant.
16398
16399 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16400 (c-identifier-start, c-identifier-key): Now completely calculated
16401 from other constants.
16402
16403 (c-identifier-last-sym-match): Decommission since it's no longer used.
16404
16405 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16406
16407 * progmodes/cc-engine.el (c-forward-name): Remove the
16408 optimization when c-identifier-key is equal to c-symbol-key since
16409 it doesn't work in byte compiled files. Don't record empty
16410 regions as identifiers.
16411
16412 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16413 simplify access to `c-operators' and its likes.
16414
16415 (c-operator-list, c-all-op-syntax-tokens)
16416 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16417 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16418 (c-primary-expr-regexp, c-cast-parens): Use it.
16419
16420 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16421 an explicit language in functions.
16422
16423 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16424 variant of adornment.
16425
16426 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16427 variable.
16428
16429 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16430 the Pike value.
16431
16432 * progmodes/cc-engine.el (c-on-identifier)
16433 (c-simple-skip-symbol-backward): Small fix for handling "-"
16434 correctly in `skip-chars-backward'. Affected the operator lfun
16435 syntax in Pike.
16436
16437 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16438 diagnostic message about precompiled language vars not being used.
16439
16440 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16441 "__attribute__" is followed by a parenthesis.
16442
16443 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16444 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16445 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16446
16447 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16448 Internal cleanups to properly detect the declared identifiers in
16449 various declarations.
16450
16451 (c-decl-start-kwds): New language constant to recognize
16452 declarations that can start anywhere. Used for class declarations
16453 in Pike.
16454
16455 (c-specifier-key, c-not-decl-init-keywords)
16456 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16457 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16458
16459 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16460 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16461 handling of the compiler specific extension keywords into a new
16462 language constant `c-decl-hangon-kwds' that defines keyword
16463 clauses to be ignored in declarations.
16464
16465 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16466 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16467 Necessary to stop at the declared identifier in e.g. IDL valuetype
16468 declarations.
16469
16470 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16471 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16472 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16473 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16474 class and enum declarations as such and not as part of the type.
16475
16476 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16477 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16478
16479 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16480 declarations when there's some syntax error later on.
16481
16482 (c-complex-decl-matchers): Did away with a reference to
16483 `c-specifier-key'.
16484
16485 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16486 value - this variable is always dynamically bound.
16487
16488 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16489 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16490 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16491 functions that might do hidden buffer changes: All such internal
16492 functions are now marked instead of those that don't.
16493
16494 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16495 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16496 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16497 (c-literal-type): Allow these functions to make hidden buffer changes,
16498 so that they are free to use text property caching later on.
16499
16500 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16501 (c-electric-brace, c-electric-slash, c-electric-star)
16502 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16503 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16504 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16505 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16506 with the changed semantics of the functions above.
16507
16508 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16509 when macros occur in obscure places. Optimized the sexp movement
16510 a bit.
16511
16512 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16513
16514 Enhancements for c-beginning-of-statement to work in AWK Mode:
16515
16516 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16517 (completed statement) with `}' (statement completed by closing
16518 brace or semicolon) and `$' (statement completed by EOL).
16519
16520 (c-awk-virtual-semicolon-ends-prev-line-p)
16521 (c-awk-virtual-semicolon-ends-line-p)
16522 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16523 (c-awk-at-statement-end-p): New functions.
16524
16525 * progmodes/cc-cmds.el: Simplify the structure of functions
16526 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16527 two functions and c-beginning-of-statement to handle AWK Mode.
16528
16529 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16530 c-backward-single-comment for AWK mode. Attempt to clarify their
16531 doc-strings.
16532
16533 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16534
16535 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16536
16537 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16538 label handling. Labels are now recognized in a uniform and more
16539 robust way, regardless of context. Text properties are put on all
16540 labels to recognize the following declarations better.
16541 Multiword labels are handled both in indentation and fontification for
16542 the benefit of language extensions like Qt. For consistency, keywords
16543 in labels are now fontified with the label face instead.
16544 That also applies to "case" and "default".
16545
16546 (c-beginning-of-statement-1): Fix some bugs in the label
16547 handling. Disregard `c-nonlabel-token-key' in labels that begin
16548 with `c-label-kwds'.
16549
16550 (c-find-decl-spots): Support that the callback adds more
16551 `c-decl-end' spots to find.
16552
16553 (c-forward-decl-or-cast-1): Don't treat a list of plain
16554 identifiers followed by a colon as a declaration.
16555
16556 (c-forward-label): New function to recognize labels.
16557
16558 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16559 `c-forward-label'. Moved the label recognition cases (14 and 15)
16560 earlier since they aren't so context sensitive now. Handle labels
16561 on the top level gracefully. Moved access label recognition to
16562 the generic label case (CASE 15) - removed CASE 5E.
16563
16564 (c-font-lock-declarations): Add recognition of labels in the
16565 same round since we need to handle labels in parallell with other
16566 declarations to recognize both accurately. It should also improve
16567 speed.
16568
16569 (c-simple-decl-matchers, c-basic-matchers-after):
16570 Move `c-font-lock-labels' so that it only is used on decoration level 2
16571 since `c-font-lock-declarations' handles it otherwise.
16572
16573 (c-complex-decl-matchers): Remove the simplistic recognition of
16574 access labels.
16575
16576 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16577 with labels earlier.
16578
16579 (c-decl-start-re): New language variable to make
16580 `c-font-lock-declarations' stop for the special protection labels
16581 in Objective-C that start with `@'.
16582
16583 (c-label-key): Remove since it's no longer used.
16584
16585 (c-recognize-colon-labels, c-label-prefix-re): New language
16586 constants to support recognition of generic colon-terminated labels.
16587
16588 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16589 are colon terminated labels.
16590
16591 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16592 first argument starts with a special brace list.
16593
16594 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16595 (c-font-lock-declarations): Break out the declaration and cast
16596 recognition from `c-font-lock-declarations' to a new function, so
16597 that it can be used in the indentation engine.
16598
16599 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16600 up to the start of the literal. Fixed bug with the point on the
16601 wrong side of the search limit that could happen when the start
16602 position is inside a literal.
16603
16604 * progmodes/cc-engine.el (c-parse-state)
16605 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16606 so that it's kept a little bit back to increase the hit rate.
16607
16608 (c-parse-state): Change the macro handling and fixed some
16609 glitches. Macro context is checked more often than necessary now,
16610 but otoh less garbage conses are generated.
16611
16612 * progmodes/cc-engine.el (c-parse-state)
16613 (c-invalidate-state-cache): Cache the last position where
16614 `c-state-cache' applies. This can speed up refontification quite
16615 a bit in blocks where there are many non-brace parens before the point.
16616
16617 (c-state-cache-end): New variable for this.
16618
16619 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16620 cache variable.
16621
16622 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16623 get close initial continue positions when the start position is
16624 inside a literal or macro. Do not call the callback for spots
16625 before the start position (which can happen e.g. for `c-decl-end'
16626 spots inside comments). Optimize better in special cases when the
16627 region is a single line inside a literal or macro (typically when
16628 the current line is refontified).
16629
16630 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16631 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16632 entries from the paren state.
16633
16634 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16635 special case for "else if" clauses.
16636
16637 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16638 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16639
16640 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16641 New language variable to recognize the gcc extension with statement
16642 blocks inside expressions.
16643
16644 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16645 it somewhat more comprehensible. The argument AT-BLOCK-START is
16646 no longer used and hence removed.
16647
16648 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16649 to `c-add-stmt-syntax'.
16650
16651 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16652 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16653 This fixes bogus label recognition.
16654
16655 * progmodes/cc-engine.el (c-add-type, c-check-type)
16656 (c-forward-name, c-forward-type): Improve storage of template
16657 types in `c-found-types' so that they can be recognized better.
16658
16659 (c-syntactic-content): Add option to skip past nested parens.
16660
16661 * progmodes/cc-engine.el (c-forward-name):
16662 Set `c-last-identifier-range' all the time. It's less work that way.
16663 Handle that there might not be an identifier to store in
16664 `c-last-identifier-range'.
16665
16666 (c-forward-type): Handle that `c-last-identifier-range' might be
16667 nil from `c-forward-name'.
16668
16669 * progmodes/cc-defs.el (c-safe-scan-lists)
16670 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16671
16672 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16673 to work even if the form fails.
16674
16675 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16676 down in a large file in one go.
16677
16678 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16679
16680 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16681 function which is like `c-lineup-math' but returns nil instead of
16682 `c-basic-offset' when it doesn't match.
16683
16684 (c-lineup-math): Change to use `c-lineup-assignments'.
16685
16686 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16687
16688 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16689 c-beginning-of-statement. New subfunctions
16690 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16691
16692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16693
16694 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16695 hardcoded char classes whereever possible. Changed a couple of
16696 places to use skip by syntax instead of skip by char class.
16697
16698 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16699 Fix a bug in the regexp that caused extreme backtracking.
16700
16701 * progmodes/cc-langs.el (c-block-comment-starter)
16702 (c-block-comment-ender): New language constants to specify in a
16703 single place how block comments look.
16704
16705 (c-comment-start-regexp, c-block-comment-start-regexp)
16706 (comment-start, comment-end, comment-start-skip)
16707 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16708 (c-syntactic-ws, c-nonempty-syntactic-ws)
16709 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16710 `c-line-comment-starter', `c-block-comment-starter' and
16711 `c-block-comment-ender'.
16712
16713 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16714 New language constants to break up things a bit.
16715
16716 (c-simple-ws): New language constant for simple whitespace.
16717
16718 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16719
16720 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16721 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16722 newlines. Allow and ignore nil elements in the list.
16723
16724 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16725
16726 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16727 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16728
16729 * progmodes/cc-cmds.el: Tidy up the comments in
16730 c-beginning-of-statement and subfunctions.
16731
16732 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16733 more flexible c-put-char-property and c-clear-char-properties.
16734 Add the author's email address.
16735
16736 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16737
16738 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16739 closing "*/" of a block comment.
16740
16741 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16742 subfunctions) so that it works at BOB and EOB.
16743
16744 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16745 c-beginning-of-statement, including new variable
16746 c-block-comment-start-regexp.
16747
16748 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16749
16750 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16751 symbols from `*-font-lock-extra-types' so that there's no need to
16752 use `regexp-opt' on those lists.
16753
16754 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16755 `c-type-modifier-kwds' is empty.
16756
16757 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16758 there are several strings on the same line.
16759
16760 * progmodes/cc-engine.el (c-literal-limits): Remove the
16761 compatibility function for older emacsen. `c-literal-limits-fast'
16762 has now taken the place of this function.
16763
16764 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16765 with older emacsen: We now require `pps-extended-state'.
16766
16767 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16768
16769 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16770 which obviates the need to hack sentence-end. This now handles
16771 escaped newlines in strings correctly. Correct minor bugs in
16772 c-move-over-sentence and in c-beginning-of-statement.
16773
16774 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16775 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16776 that movement over macros and code are rigorously separated from
16777 eachother. Correct a few incidental bugs.
16778
16779 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16780 Improve its doc-string. Improve the handling of certain specific cases.
16781
16782 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16783
16784 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16785 (c-guess-basic-syntax): Change the way class-level labels are
16786 recognized; they can now contain essentially any symbols.
16787
16788 (c-opt-extra-label-key): New language variable to cope with the
16789 special protection label syntax in Objective-C.
16790
16791 (c-opt-access-key): Remove; this is now handled better by
16792 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16793
16794 (c-complex-decl-matchers): Update to handle that
16795 `c-opt-access-key' no longer exists.
16796
16797 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16798 improved label recognition in `c-beginning-of-statement-1'.
16799
16800 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16801 Recognize bitfields better.
16802
16803 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16804 Remove some cruft and fixed a bug that could cause it to go to a
16805 position further down.
16806
16807 * progmodes/cc-langs.el, cc-engine.el
16808 (c-beginning-of-statement-1): Improve detection of labels in
16809 declaration contexts.
16810
16811 (c-beginning-of-decl-1): Use it.
16812
16813 (c-nonlabel-token-key): New language constant and variable needed
16814 by `c-beginning-of-statement-1'.
16815
16816 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16817 manifested itself due to the correction in `c-forward-sexp'.
16818
16819 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16820 Make these behave as documented when used at the buffer limits.
16821
16822 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16823 (c-type-decl-end-used): Made this a language variable.
16824
16825 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16826 correctly when `combine-after-change-calls' is used together with
16827 temporary narrowings.
16828
16829 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16830 Report labels correctly when the start point is immediately after the
16831 colon.
16832
16833 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16834 Remove since it isn't used anymore.
16835
16836 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16837 bracket arglists such as template parens in C++.
16838
16839 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16840 in the last check-in. Some optimization.
16841
16842 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16843 where it could stop at the same level in a preceding sexp when
16844 PAREN-LEVEL is set.
16845
16846 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16847 text property lookup only when it's needed.
16848
16849 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16850 Change the policy for paren marked angle brackets to be more
16851 persistent; once marked they remain marked even when they're found
16852 to be unbalanced in the searched region. This should keep the
16853 paren syntax around even when individual lines are refontified in
16854 multiline template arglists.
16855
16856 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16857 to control markup so that incorrect angle bracket arglists aren't
16858 marked in contexts where the correct value for
16859 `c-disallow-comma-in-<>-arglists' isn't known.
16860
16861 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16862 argument has become `c-parse-and-markup-<>-arglists'.
16863
16864 (c-remove-<>-arglist-properties): Remove - no longer used.
16865
16866 (c-after-change-check-<>-operators): New function used on
16867 `after-change-functions' to avoid that "<" and ">" characters that
16868 are part of longer operators have paren syntax.
16869
16870 (c-<>-multichar-token-regexp): New language variable used by
16871 `c-after-change-check-<>-operators'.
16872
16873 (c-after-change): Call `c-after-change-check-<>-operators'.
16874
16875 (c-font-lock-<>-arglists): Use the context properties set by
16876 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16877 correctly to avoid doing invalid markup.
16878
16879 (c-font-lock-declarations): Remove code that undoes the invalid
16880 markup done by `c-font-lock-<>-arglists'.
16881
16882 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16883 after `c-font-lock-declarations'.
16884
16885 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16886 Add paren-level feature.
16887
16888 (c-guess-basic-syntax): Improve the anchor position for
16889 `template-args-cont' in nested template arglists. There's still
16890 much to be desired in this area, though.
16891
16892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16893
16894 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16895 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16896
16897 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16898
16899 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16900 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16901
16902 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16903 it doesn't work no longer are supported.
16904
16905 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16906 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16907 requires support for the syntax-table' text property, which rules
16908 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16909 cruft associated with those versions.
16910
16911 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16912 for the `syntax-table' text property, which rules out Emacs 19 and
16913 XEmacs < 21.4. Removed various compatibility cruft associated
16914 with those versions.
16915
16916 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16917 support for the `syntax-table' text property.
16918
16919 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16920 variable and use an extra quoted face name instead. All the
16921 emacsen flavors handle that correctly.
16922
16923 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16924 (c-font-lock-declarators, c-font-lock-declarations)
16925 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16926 property to mark the items in in declarator lists to handle
16927 refontification inside multiline declarations better.
16928
16929 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16930 construct like "a * b = c;" as a declaration.
16931
16932 2005-12-08 Kim F. Storm <storm@cua.dk>
16933
16934 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16935 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16936 select either meta, hyper, or super modifier for rectangle commands.
16937 (cua--rectangle-modifier-key): New defvar.
16938 (cua--M/H-key): Use it. Remove special case for `space'.
16939 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16940 on X, to meta otherwise. Always bind C-return to toggle
16941 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16942
16943 * emulation/cua-rect.el (cua-help-for-rectangle):
16944 Use cua--rectangle-modifier-key. Handle super modifier too.
16945 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16946 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16947
16948 * ido.el: Move Acknowledgements and History after Commentary.
16949 Minor changes to Commentary.
16950
16951 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16952 keymap if cua--prefix-override-timer is `shift'.
16953 (cua--shift-control-prefix): New function; emulate "type prefix
16954 key twice" functionality to handle shifted prefix key override.
16955 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16956 New commands.
16957 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16958
16959 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16960
16961 * textmodes/org.el (org-insert-heading): Try to do items before
16962 headings.
16963 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16964 (org-insert-item): New function.
16965 (org-renumber-ordered-list): Don't skip to higher level lists.
16966
16967 2005-12-08 Juri Linkov <juri@jurta.org>
16968
16969 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16970
16971 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16972
16973 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16974
16975 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16976 the constructed function name fun-1.
16977
16978 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16979 because such links don't lead to parent documentation.
16980
16981 2005-12-08 Kenichi Handa <handa@m17n.org>
16982
16983 * descr-text.el (describe-char): Use *Help-2* buffer if the
16984 current buffer is *Help*. Call describe-text-properties while
16985 setting the original buffer.
16986
16987 2005-12-07 Bill Wohler <wohler@newt.com>
16988
16989 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16990 and causes problems with non-MH users (such as Gnus users).
16991
16992 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16993
16994 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16995 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16996 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16997 command "info sources". Move calls to GDB command "list".
16998 (gdb-find-file-hook): Just use gdb-source-file-list.
16999 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17000 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17001 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17002 (gdb-data-list-register-values-handler): Use correct trigger name.
17003
17004 2005-12-07 Kim F. Storm <storm@cua.dk>
17005
17006 * ido.el (ido-completion-map): Rename from ido-mode-map.
17007 (ido-common-completion-map, ido-file-completion-map)
17008 (ido-file-dir-completion-map, ido-buffer-completion-map):
17009 Rename from ido-mode-....-map.
17010 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17011 (ido-setup-completion-map): Rename from ido-define-mode-map.
17012 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17013 to ido-completion-map.
17014
17015 2005-12-07 Kenichi Handa <handa@m17n.org>
17016
17017 * international/mule-cmds.el
17018 (set-display-table-and-terminal-coding-system): If the coding
17019 system specified in `unibyte-display' property is different from
17020 the arg coding-system, don't setup standard-display-table.
17021
17022 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17023
17024 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17025 that comments end at \n, regardless of selective-display.
17026
17027 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17028
17029 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17030 (gdb-version): New variables.
17031 (gdb-source-file-list, gdb-register-names)
17032 (gdb-changed-registers): New variables for use with GDB 6.4+.
17033 (gdb-ann3): Replace with...
17034 (gdb-init-1, gdb-init-2): ...two new functions.
17035 (gdba, gdb-prompt): Call gdb-init-1.
17036 (gdb-get-version): New function. Call gdb-init-2 from here.
17037 (gud-watch): Make it work with mouse events too.
17038 (gdb-post-prompt): Don't add to queue until GDB version is known.
17039 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17040 (gdb-locals-mode): Use gdb-version.
17041 (gdb-memory-format-map, gdb-memory-unit-map)
17042 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17043 (gdb-locals-font-lock-keywords-1)
17044 (gdb-locals-font-lock-keywords-2): New variables.
17045 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17046 (gdb-set-gud-minor-mode-existing-buffers-1)
17047 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17048 (gdb-var-update-1, gdb-var-update-handler-1)
17049 (gdb-data-list-register-values-handler)
17050 (gdb-data-list-register-values-custom)
17051 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17052 (gdb-stack-list-locals-handler, gdb-get-register-names):
17053 New functions for use with GDB 6.4+.
17054 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17055 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17056 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17057 (gdb-stack-list-locals-regexp)
17058 (gdb-data-list-register-names-regexp): New regexps for use with
17059 GDB 6.4+.
17060
17061 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17062
17063 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17064
17065 2005-12-06 Nozomu Ando <nand@mac.com>
17066
17067 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17068 prompts work for AUTH PLAIN. Also reported by Steve Allan
17069 <seallan@verizon.net>.
17070
17071 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17072
17073 * frame.el (set-frame-parameter): Add doc string.
17074
17075 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17076
17077 * textmodes/org.el (org-occur-highlights): New variable.
17078 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17079 (org-highlight-sparse-tree-matches): New option.
17080 (org-do-occur): New function.
17081 (org-get-heading): Make it work also at beginning of line.
17082 (org-category-table): New variable.
17083 (org-get-category-table, org-get-category)
17084 (org-camel-to-words, org-link-search): New functions.
17085 (org-select-this-todo-keyword): New variable.
17086 (org-todo-list): New command.
17087 (org-shiftright, org-shiftleft): New commands.
17088 (org-agenda-todo): Add prefix argument.
17089 (org-show-hierarchy-above): New option.
17090 (org-show-todo-tree): Numerical prefix creates tree for specific
17091 TODO keyword.
17092 (org-outline-level): New function, to assign a level to plain
17093 lists items.
17094 (org-cycle-include-plain-lists): New option.
17095 (org-mode): Use `org-outline-level' as value of `outline-level'.
17096 (org-cycle): Temporarily switch `outline-regexp' if
17097 `org-cycle-include-plain-lists' is non-nil.
17098 (org-start-icalendar-file): Fix format bug.
17099 (org-agenda-get-day-entries): Create category table.
17100 (org-agenda-get-todos, org-agenda-get-timestamps)
17101 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17102 (org-agenda-get-blocks): Use `org-get-category'.
17103 (org-context-in-file-links): Rename from
17104 `org-line-numbers-in-file-links'.
17105
17106 2005-12-06 Romain Francoise <romain@orebokech.com>
17107
17108 * window.el (balance-windows): Delete extraneous third arg in call
17109 to `enlarge-window'.
17110
17111 2005-12-06 Kenichi Handa <handa@m17n.org>
17112
17113 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17114
17115 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17116
17117 * progmodes/gdb-ui.el (gdb-var-create-handler)
17118 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17119 (gdb-var-list-children-handler, gdb-var-update-handler):
17120 Current buffer is already gdb-partial-output-buffer, don't
17121 make it current again.
17122
17123 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17124
17125 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17126 (list-buffers-noselect): Use it.
17127
17128 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17129
17130 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17131 (mail-yank-ignored-headers): Use regexp-opt.
17132 (mail-mode-map): Move initialization into declaration.
17133 (mail-sent-via): Remove unused shadowed var `to-line'.
17134 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17135 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17136 (mail-do-fcc): Use dolist and push.
17137 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17138 (mail-yank-ignored-headers): Don't autoload.
17139
17140 2005-12-05 Kenichi Handa <handa@m17n.org>
17141
17142 * international/mule-cmds.el (set-language-info-internal): New fun.
17143 (set-language-info): Call set-language-info-internal to update
17144 language-info-alist. If LANG-ENV is the current one, call
17145 set-language-environment to make INFO effective now.
17146 (set-language-info-alist): Likewise.
17147 (locale-language-names): With locale "en", use English
17148 lang. env. but set the default codings to iso-8859-1.
17149
17150 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17151
17152 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17153 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17154 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17155 for plain strings.
17156 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17157 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17158 Create registers buffer if necessary. Echo new state in minibuffer.
17159 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17160
17161 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17162
17163 * info.el (Info-fontify-node): Match external links using
17164 non-directory part of filename.
17165
17166 2005-12-04 Juri Linkov <juri@jurta.org>
17167
17168 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17169 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17170 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17171 because there is no customization option for it.
17172
17173 * font-lock.el (lisp-font-lock-keywords-1):
17174 Add define-global-minor-mode.
17175
17176 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17177
17178 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17179 properties on the constructed variable names.
17180
17181 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17182 Put `definition-name' properties on the constructed function names
17183 next-sym and prev-sym.
17184
17185 * emacs-lisp/find-func.el (find-function-regexp):
17186 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17187 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17188 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17189 and easy-menu-define.
17190
17191 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17192 easy-mmode-define-global-mode and define-global-minor-mode.
17193 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17194
17195 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17196 instead of easy-mmode-define-global-mode.
17197
17198 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17199 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17200
17201 * cus-edit.el (customize-group, customize-group-other-window):
17202 Filter out autoloaded options from the group completion list by
17203 using heuristics that autoloaded groups don't have `custom-autoload'
17204 property on their symbols (they have only `custom-loads').
17205
17206 * simple.el (completion-setup-function): Put completions-common-part
17207 face on complete completion string too (i.e. completion string
17208 without completions-first-difference face).
17209
17210 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17211
17212 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17213
17214 * view.el (view-mode): Doc fix.
17215
17216 * disp-table.el (standard-display-european): Add to the warning
17217 message a reference to the doc string.
17218
17219 * play/yow.el (apropos-zippy): Call print-help-return-message,
17220 similar to other Help and Apropos commands.
17221
17222 * help.el (print-help-return-message): If pop-up-frames is
17223 non-nil, set up help-return-method to delete the help window and,
17224 possibly, its frame as well, and don't display message about
17225 scrolling the help window. Doc fix.
17226 (help-return-method): Doc fix.
17227
17228 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17229
17230 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17231 whereby names of length one or names starting with a
17232 symbol-constituent character would not be returned.
17233
17234 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17235
17236 * subr.el (atomic-change-group): Add edebug and indentation spec.
17237
17238 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17239
17240 * completion.el (save-completions-file-name): Fix typo in last change.
17241
17242 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17243
17244 * info.el: Move back/forward history to the beginning of the tool bar.
17245
17246 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17247
17248 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17249 Add fset of allout-real-isearch-abort during compile to fix
17250 byte-compilation warnings.
17251 (allout-mode-p): Move definition of this macro above all uses, or
17252 byte compilation in barren Emacs (eg, during Emacs build) will
17253 lack the definition.
17254 (allout-mode): Move this variable above any uses, or byte
17255 compilation will fail.
17256 (allout-resolve-xref): Remove use of personal file-reference function.
17257 (allout-toggle-current-subtree-encryption): Do the current (ie,
17258 visible containing) topic, rather than nearest around point. Doc fix.
17259 (allout-toggle-subtree-encryption): New function, workhorse that
17260 works on nearest topic containing point.
17261 (allout-encrypt-string): Signal requirement for newer version of pgg.
17262 (allout-resumptions): Doc fix.
17263
17264 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17265
17266 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17267
17268 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17269
17270 * textmodes/flyspell.el (flyspell-external-point-words):
17271 Consider a misspelling as found in the string search if: (a) misspelling
17272 and found string lengths match, or (b) misspelling is found as
17273 element in a boundary-chars separated longer string, or (c)
17274 ispell-program-name is really ispell and misspelling is found as
17275 part of a TeX string. After successful match move beginning of
17276 search region to end of match. Warn about not found misspellings
17277 once the process is done.
17278 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17279
17280 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17281
17282 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17283 tool bar (removed inadvertently).
17284
17285 2005-12-02 Juri Linkov <juri@jurta.org>
17286
17287 * log-view.el (log-view-diff): Clarify doc string.
17288
17289 2005-12-01 Bill Wohler <wohler@newt.com>
17290
17291 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17292 triggers lm-verify errors.
17293
17294 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17295
17296 * simple.el (transient-mark-mode, line-number-mode)
17297 (column-number-mode, size-indication-mode): Remove `:require nil'.
17298
17299 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17300
17301 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17302 in the margin also.
17303 (gdb-breakpoints-mode-map): Use D instead of d for
17304 gdb-delete-breakpoint.
17305 (gdb-get-frame-number): Require a number to match on.
17306 (gdb-threads-mode-map): Add follow-link binding.
17307
17308 2005-11-30 Jason Rumney <jasonr@gnu.org>
17309
17310 * isearch.el (isearch-mode-map): Avoid exiting search on
17311 language-change event.
17312
17313 2005-11-30 Romain Francoise <romain@orebokech.com>
17314
17315 * speedbar.el (speedbar-default-position): New defcustom.
17316 (speedbar-frame-reposition-smartly): Use it.
17317
17318 * dframe.el (dframe-reposition-frame-emacs): Fix position
17319 computation for `left' location.
17320 Update copyright year.
17321
17322 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17323
17324 * help.el (help-map): Move initialization into declaration.
17325
17326 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17327
17328 * help-fns.el (help-argument-name): Don't autoload.
17329 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17330 to be re-loaded when customizing the `help' group.
17331
17332 2005-11-30 John Paul Wallington <jpw@gnu.org>
17333
17334 * help-fns.el (describe-function-1): Fill arglist output.
17335
17336 2005-11-30 Kim F. Storm <storm@cua.dk>
17337
17338 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17339 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17340 after revert-buffer (or anything else which kills all local variables).
17341
17342 * apropos.el (apropos-parse-pattern): Doc fix.
17343 Set apropos-regexp directly, rather than expecting callers to do so.
17344 (apropos-command, apropos, apropos-value, apropos-documentation):
17345 Simplify calls to apropos-parse-pattern.
17346
17347 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17348
17349 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17350 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17351 (hi-lock-write-interactive-patterns): Use comment-region.
17352
17353 * longlines.el (longlines-mode): Add mail-setup-hook.
17354
17355 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17356
17357 * simple.el (sendmail-user-agent-compose, next-line):
17358 Conditionally use hard-newline.
17359
17360 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17361
17362 * international/latexenc.el (latex-inputenc-coding-alist):
17363 Reword doc string.
17364
17365 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17366
17367 * help.el (describe-key-briefly, describe-key): Recognize default
17368 bindings.
17369
17370 2005-11-29 Romain Francoise <romain@orebokech.com>
17371
17372 * view.el (view-inhibit-help-message): New defcustom.
17373 (view-mode-enter): Use it.
17374
17375 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17376
17377 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17378 Preserve user position.
17379
17380 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17381
17382 * font-lock.el: Throw error if facemenu is not loaded to prevent
17383 accidental change of loading order in loadup.el. (Suggested by RMS.)
17384
17385 * loadup.el: Add comment explaining why facemenu must be loaded
17386 before font-lock.
17387
17388 2005-11-28 Jay Belanger <belanger@truman.edu>
17389
17390 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17391 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17392
17393 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17394
17395 * calc/calc-embed.el (calc-do-embedded): Update help message.
17396
17397 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17398
17399 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17400
17401 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17402
17403 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17404 called-interactively-p.
17405 (elp-profilable-p): Rename from elp-not-profilable-p.
17406 Invert result and take into account macros and autoloaded functions.
17407 (elp-instrument-function): Update call.
17408 (elp-instrument-package): Update call. Add completion.
17409 (elp-pack-number): Use match-string.
17410 (elp-results-jump-to-definition-by-mouse): Merge into
17411 elp-results-jump-to-definition and then remove.
17412 (elp-output-insert-symname): Make help echo text single-line.
17413
17414 * replace.el (query-replace-map): Move initialization into declaration.
17415 (occur-engine): Use with-current-buffer.
17416 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17417 (occur-mode-mouse-goto): Replace with an alias.
17418
17419 2005-11-28 Juri Linkov <juri@jurta.org>
17420
17421 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17422
17423 * term/w32-win.el: Bind [S-tab] to [backtab].
17424
17425 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17426 `Info-find-file' to t.
17427
17428 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17429 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17430 and same-window-regexps.
17431 (occur-next-error): Don't move point for arg 0.
17432
17433 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17434
17435 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17436
17437 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17438
17439 * log-edit.el (log-edit-changelog-use-first): New var.
17440 (log-edit-changelog-ours-p): Use it.
17441 (log-edit-insert-changelog): Set it with new arg `use-first'.
17442 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17443 (log-edit-hook): Add them to the list of suggested options.
17444
17445 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17446 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17447 redundant work.
17448 (flyspell-mode-on): Use add-hook for after-change-functions.
17449 (flyspell-mode-off): Use remove-hook for after-change-functions.
17450 (flyspell-changes): Make it buffer-local.
17451 (flyspell-after-change-function): Make it non-interactive. Use push.
17452 (flyspell-post-command-hook): Check input-pending-p while processing
17453 the potentially long list of buffer changes.
17454
17455 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17456
17457 * buff-menu.el (list-buffers-noselect): Display the selected
17458 frame's buffer list, not the global one.
17459
17460 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17461
17462 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17463 that (list last-input-event) works as in interactive spec.
17464
17465 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17466
17467 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17468 `facemenu-keymap' needs to be defined when font-lock is loaded.
17469 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17470
17471 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17472
17473 * completion.el: Remove useless leading * in defcustom docstrings.
17474 (save-completions-file-name): Use ~/.emacs.d if available.
17475 (completion-standard-syntax-table): Rename from
17476 cmpl-standard-syntax-table and fold initialization into declaration,
17477 thus removing cmpl-make-standard-completion-syntax-table.
17478 (completion-lisp-syntax-table, completion-c-syntax-table)
17479 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17480 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17481 (symbol-under-point, symbol-before-point)
17482 (symbol-under-or-before-point, symbol-before-point-for-complete)
17483 (add-completions-from-c-buffer): Use with-syntax-table.
17484 (make-completion): Don't return a list of completion entries.
17485 Update callers.
17486 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17487 (completion-initialize): Rename from initialize-completions.
17488 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17489 (kill-emacs-save-completions): Collect stats here.
17490 (save-completions-to-file, load-completions-from-file):
17491 Use with-current-buffer.
17492 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17493 into a function. Move all calls to toplevel.
17494 (completion-lisp-mode-hook): New fun.
17495 (completion-c-mode-hook, completion-setup-fortran-mode):
17496 Set the syntax-table here. Use local-set-key.
17497 (completion-saved-bindings): New var.
17498 (dynamic-completion-mode): Make it into a proper minor mode.
17499 (load-completions-from-file): Remove unused var `num-uses'.
17500
17501 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17502 constructor if it is explicitly overridden.
17503
17504 * complete.el (PC-completion-as-file-name-predicate):
17505 Use minibuffer-completing-file-name.
17506 (partial-completion-mode): Use find-file-not-found-functions.
17507 (PC-lisp-complete-symbol): Use with-syntax-table.
17508 (PC-look-for-include-file): Remove dead setq.
17509 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17510 (PC-complete): Use with-current-buffer.
17511
17512 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17513 escape single quotes.
17514
17515 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17516
17517 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17518 of `if' whose condition always returned nil. Doc fix.
17519
17520 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17521 window's buffer the current buffer around the call to
17522 `list-buffers-noselect'. This is necessary to mark that buffer
17523 with a `.' in the Buffer Menu when called from Lisp, for instance
17524 by Auto Revert Mode.
17525
17526 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17527
17528 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17529 attaching to it.
17530 (gdb-pre-prompt): Make sure gdb-error is reset.
17531
17532 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17533 with a child process, detect it.
17534 (gud-speedbar-buttons): Match regexp more carefully.
17535
17536 2005-11-27 Richard M. Stallman <rms@gnu.org>
17537
17538 * mouse.el (mouse-drag-move-window-bottom):
17539 Use adjust-window-trailing-edge.
17540
17541 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17542
17543 * simple.el (blink-matching-open): Ignore
17544 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17545 (blink-matching-paren-on-screen): Update docstring.
17546
17547 * paren.el (show-paren-mode): No longer change
17548 `blink-matching-paren-on-screen'.
17549
17550 2005-11-27 John Paul Wallington <jpw@pobox.com>
17551
17552 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17553 (gdb-threads-select, gdb-edit-register-value):
17554 Use `posn-set-point' instead of `mouse-set-point' because the
17555 latter is not fbound when configured without X.
17556
17557 2005-11-27 Kim F. Storm <storm@cua.dk>
17558
17559 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17560 existing face when partially highlighting a TAB in a rectangle.
17561
17562 2005-11-26 Kim F. Storm <storm@cua.dk>
17563
17564 * ido.el (ido-mode-map): Doc fix.
17565 (ido-mode-common-map, ido-mode-file-map)
17566 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17567 (ido-define-mode-map): Rewrite. Select one of the new maps as
17568 parent for ido-mode-map instead of building from scratch.
17569 (ido-init-mode-maps): New defun to initialize new maps.
17570 (ido-mode): Call it.
17571 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17572 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17573
17574 2005-11-26 John Paul Wallington <jpw@pobox.com>
17575
17576 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17577 `mouse-set-point' because the latter is not fbound when configured
17578 without X.
17579
17580 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17581
17582 * files.el (file-relative-name): Doc fix.
17583
17584 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17585
17586 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17587 non-empty string for secondary prompt PS2.
17588
17589 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17590
17591 * progmodes/compile.el (compilation-setup): Fix last change.
17592
17593 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17594
17595 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17596 (gdb-mouse-toggle-breakpoint-margin)
17597 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17598 Add gdb-server-prefix to keep out of command history.
17599 (gdb-edit-register-value): New function.
17600 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17601 (gdb-info-registers-custom): Use above map.
17602
17603 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17604
17605 * custom.el (enable-theme): Signal error if argument is not a
17606 theme. Don't recalculate a face if it's not loaded yet.
17607
17608 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17609 the `user' theme is in effect.
17610
17611 * info.el (Info-on-current-buffer): Record actual filename in
17612 Info-current-file, instead of t, or a fake filename if a non-file
17613 buffer. Make autoload.
17614 (Info-find-node, Info-revert-find-node): No need to check for
17615 Info-current-file nil.
17616 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17617 Info-current-file is now never `t'.
17618 (Info-fontify-node): Many simplifications due to Info-current-file
17619 always being valid. Use Info-find-file to find node filename.
17620
17621 2005-11-25 David Kastrup <dak@gnu.org>
17622
17623 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17624 new character, then delete" in order to preserve markers.
17625
17626 2005-11-25 David Ponce <david@dponce.com>
17627
17628 * recentf.el (recentf-arrange-by-rule): Handle a special
17629 `auto-mode-alist'-like "strip suffix" rule.
17630 (recentf-build-mode-rules): Handle second level auto-mode entries.
17631
17632 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17633
17634 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17635 window modes.
17636
17637 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17638 jde-javadoc-checker-report-mode.
17639
17640 * ediff-wind (ediff-make-wide-display): Slight simplification.
17641
17642 * ediff.el (ediff-date): Change the date of last update.
17643
17644 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17645
17646 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17647 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17648 (hi-lock-mode): New global minor mode.
17649 (turn-on-hi-lock-if-enabled): New function.
17650 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17651 Change arguments to regexp and face instead of a font-lock pattern.
17652 Directly set face property, instead of refontifying.
17653 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17654 (hi-lock-find-patterns): Use line-number-at-pos.
17655
17656 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17657 arguments for hi-lock-set-pattern.
17658 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17659 Call font-lock-fontify-buffer.
17660 (hi-lock-find-file-hook, hi-lock-current-line)
17661 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17662
17663 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17664 turned off.
17665
17666 * progmodes/compile.el (compilation-setup): Don't fiddle with
17667 font-lock-defaults.
17668
17669 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17670
17671 * progmodes/gdb-ui.el (gdb-var-create-handler)
17672 (gdb-var-list-children-handler): Find values for all variable
17673 objects. gud-speedbar-buttons decides whether to display them.
17674
17675 2005-11-24 Romain Francoise <romain@orebokech.com>
17676
17677 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17678 buffer name with a space.
17679
17680 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17681
17682 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17683 `org-export-local-list-max-depth'. Change default value to 3.
17684 (org-auto-renumber-ordered-lists)
17685 (org-plain-list-ordered-item-terminator): New options.
17686 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17687 (org-get-indentation, org-get-string-indentation)
17688 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17689 New functions.
17690 (org-move-item-down, org-move-item-up): New commands.
17691 (org-export-as-html): New classes for CSS support. Bug fix in
17692 regular expression detecting fixed-width regions. Respect
17693 `org-local-list-ordered-item-terminator'.
17694 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17695 also a list item.
17696 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17697 New item moving functions.
17698
17699 2005-11-24 Juri Linkov <juri@jurta.org>
17700
17701 * isearch.el (isearch-repeat): With empty search ring set
17702 `isearch-error' to the error string instead of signaling error
17703 with the function `error'.
17704
17705 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17706
17707 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17708
17709 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17710
17711 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17712 and variable.
17713 (gdb-var-create-handler, gdb-var-list-children-handler):
17714 Don't match on "char **...".
17715 (gdb-var-update-handler): Find values for all variable objects.
17716 (gdb-info-frames-custom): Identify frames by leading "#".
17717
17718 * progmodes/gud.el (gud-speedbar-menu-items): Add
17719 gdb-speedbar-auto-raise as radio button.
17720 (gud-speedbar-buttons): Raise speedbar if requested.
17721 Don't match on "char **...".
17722 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17723 Make it editable.
17724
17725 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17726
17727 * info.el (Info-fontify-node): Handle the case where
17728 Info-current-file is t.
17729
17730 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17731
17732 * simple.el (blink-matching-open): Fix off-by-one in last change.
17733
17734 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17735
17736 * term/mac-win.el: Don't change default directory.
17737
17738 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17739
17740 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17741 buffers correctly. (It used to throw an error in such buffers.)
17742 Make it ask for confirmation in group buffers and other Custom
17743 buffers containing more than one customization item.
17744
17745 2005-11-22 John Paul Wallington <jpw@gnu.org>
17746
17747 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17748 property on mail and url overlays.
17749 (goto-address-at-point): Use `posn-set-point' instead of
17750 `mouse-set-point' because the latter is not fbound when configured
17751 without X.
17752
17753 2005-11-22 Lars Hansen <larsh@soem.dk>
17754
17755 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17756 (ls-lisp-classify, ls-lisp-format): Delete call to
17757 ls-lisp-parse-symlink.
17758 (ls-lisp-handle-switches): Handle symlinks to directories as
17759 directories when ls-lisp-dirs-first in non-nil.
17760
17761 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17762
17763 * startup.el (command-line): Make sure that loaddefs.el is handled
17764 correctly in load-history.
17765
17766 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17767
17768 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17769 (gdb-struct-string, gdb-array-string): New constants.
17770 (gdb-info-locals-handler): Use them.
17771 (gdb-reset): Reset gdb-var-list to nil.
17772
17773 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17774
17775 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17776 in patterns.
17777
17778 2005-11-21 Juri Linkov <juri@jurta.org>
17779
17780 * custom.el (defcustom): Update link types in docstring.
17781
17782 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17783
17784 * custom.el (defgroup): Add doc-string-elt info.
17785
17786 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17787
17788 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17789
17790 * newcomment.el (comment-enter-backward): Fix last fix.
17791
17792 * simple.el (blink-matching-open):
17793 * paren.el (show-paren-function): Allow new paren-class info.
17794
17795 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17796
17797 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17798 handled automagically.
17799
17800 2005-11-20 Andreas Schwab <schwab@suse.de>
17801
17802 * descr-text.el (describe-char): When copying overlays put them
17803 over the full char description instead of just the first character
17804 of it.
17805
17806 2005-11-20 Juri Linkov <juri@jurta.org>
17807
17808 * simple.el (what-cursor-position):
17809 * descr-text.el (describe-char): Use Lisp-readable syntax
17810 for octal and hex. Reorder decimal, octal and hex values.
17811 Remove excess whitespace in the output. Use `=' in `column='
17812 like in `point=' and `Hscroll='.
17813
17814 * international/mule-cmds.el (encoded-string-description):
17815 Use Lisp-readable syntax for hex.
17816
17817 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * newcomment.el (comment-enter-backward): Handle the case where the
17820 comment is closed by EOB.
17821
17822 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17823
17824 * longlines.el (longlines-before-revert-hook)
17825 (longlines-after-revert-hook): New functions.
17826 (longlines-mode): Turn off longlines temporarily when reverting.
17827 Add a message-setup-hook.
17828 (longlines-decode-buffer): New function.
17829 (longlines-wrap-line): Preserve marker positions.
17830
17831 2005-11-19 Andreas Schwab <schwab@suse.de>
17832
17833 * emacs-lisp/shadow.el: Handle compressed files.
17834
17835 2005-11-19 Romain Francoise <romain@orebokech.com>
17836
17837 * net/browse-url.el (browse-url-default-browser): Signal an error
17838 if no usable browser can be found, rather than try to load w3.
17839
17840 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17841
17842 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17843 replacing existing properties.
17844 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17845 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17846 tty specs.
17847 (rcirc-server-prefix, rcirc-server): New faces.
17848 (rcirc-url-regexp): Generate with rx macro.
17849 (rcirc-last-server-message-time): New variable.
17850 (rcirc-filter): Record time of last message.
17851 (rcirc-keepalive): Kill processes that did not send a message
17852 since the last ping.
17853 (rcirc-mode): Give rcirc-topic a local binding here.
17854
17855 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17856
17857 * subr.el (read-passwd): Fontify the prompt as we do with other
17858 prompts.
17859
17860 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17861
17862 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17863 binding buffer-read-only to nil.
17864
17865 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17866
17867 * complete.el (partial-completion-mode):
17868 Mention completion-auto-help in the doc string.
17869
17870 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17871 more Lisp-ish way.
17872
17873 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17874
17875 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17876 digits, not 8, to avoid misalignment for files larger than 100MB.
17877
17878 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17879
17880 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17881 Mention "keyboard shortcuts" in the help text.
17882
17883 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17884
17885 * startup.el (fancy-splash-default-action): Discard only
17886 mouse-down and succeeding mouse-up events in the splash screen
17887 window so that drag-n-drop event can be processed.
17888
17889 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17890
17891 * longlines.el (longlines-mode): Add hacks for mail-mode and
17892 message-mode.
17893
17894 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17895
17896 * textmodes/org.el (org-table-sort-lines): New command.
17897 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17898 (org-add-file): Command removed, use `org-agenda-file-to-front'
17899 instead.
17900 (org-export-icalendar): Use `org-icalendar-combined-name'.
17901 (org-cycle-agenda-files, org-agenda-file-to-end)
17902 (org-agenda-file-to-front): New commands.
17903 (org-table-tab-jumps-over-hlines, org-export-html-style):
17904 New options.
17905 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17906 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17907 New functions.
17908 (org-fill-paragraph): Call `org-table-align' in tables.
17909 (org-mode): Call `org-set-autofill-regexps'.
17910 (org-export-as-html): Support for local handformatted lists.
17911 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17912 (org-export-local-list-max-depth): New option.
17913 (org-html-expand): Use `org-html-protect'.
17914
17915 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17916
17917 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17918 to "p".
17919 (gdb): Move definition of gud-pp to...
17920
17921 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17922 speedbar.
17923 (gdb-find-watch-expression): New function.
17924
17925 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17926
17927 * faces.el (face-attribute, set-face-attribute): Mention existence
17928 of `:ignore-defface' setting in docstring.
17929
17930 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17931
17932 * simple.el (completion-setup-function): Fix last change.
17933
17934 2005-11-17 John Paul Wallington <jpw@pobox.com>
17935
17936 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17937 Use `posn-set-point' instead of `mouse-set-point' because the
17938 latter is not fbound when configured without X.
17939
17940 * comint.el (comint-insert-input): Likewise.
17941
17942 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17943
17944 * simple.el (hard-newline): New variable.
17945 (sendmail-user-agent-compose, next-line): Use it.
17946
17947 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17948 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17949 (mail-mail-reply-to, mail-mail-followup-to)
17950 (mail-position-on-field, mail-signature, mail-yank-original)
17951 (mail-attach-file): Likewise.
17952
17953 * mail/mailheader.el (mail-header-format)
17954 (mail-header-format-function): Likewise.
17955
17956 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17957
17958 2005-11-17 Juri Linkov <juri@jurta.org>
17959
17960 * font-lock.el (font-lock-faces): Rename this defgroup from
17961 `font-lock-highlighting-faces'.
17962 (font-lock-comment-face, font-lock-comment-delimiter-face)
17963 (font-lock-string-face, font-lock-doc-face)
17964 (font-lock-keyword-face, font-lock-builtin-face)
17965 (font-lock-function-name-face, font-lock-variable-name-face)
17966 (font-lock-type-face, font-lock-constant-face)
17967 (font-lock-warning-face, font-lock-negation-char-face)
17968 (font-lock-preprocessor-face)
17969 (font-lock-regexp-grouping-backslash)
17970 (font-lock-regexp-grouping-construct): Rename :group from
17971 `font-lock-highlighting-faces' to `font-lock-faces'.
17972
17973 * cus-edit.el (lisp, c, tex):
17974 * progmodes/ada-mode.el (ada):
17975 * progmodes/asm-mode.el (asm):
17976 * progmodes/cperl-mode.el (cperl-faces):
17977 * progmodes/cpp.el (cpp):
17978 * progmodes/dcl-mode.el (dcl):
17979 * progmodes/f90.el (f90):
17980 * progmodes/fortran.el (fortran):
17981 * progmodes/icon.el (icon):
17982 * progmodes/idlwave.el (idlwave-misc):
17983 * progmodes/m4-mode.el (m4):
17984 * progmodes/make-mode.el (makefile):
17985 * progmodes/meta-mode.el (meta-font):
17986 * progmodes/modula2.el (modula2):
17987 * progmodes/octave-mod.el (octave):
17988 * progmodes/pascal.el (pascal):
17989 * progmodes/perl-mode.el (perl):
17990 * progmodes/prolog.el (prolog):
17991 * progmodes/ps-mode.el (PostScript-edit):
17992 * progmodes/scheme.el (scheme):
17993 * progmodes/sh-script.el (sh-script):
17994 * progmodes/simula.el (simula):
17995 * progmodes/tcl.el (tcl):
17996 * textmodes/nroff-mode.el (nroff):
17997 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17998 * textmodes/sgml-mode.el (sgml):
17999 * textmodes/texinfo.el (texinfo):
18000 Add :link (custom-group-link font-lock-faces) to defgroup.
18001
18002 * hi-lock.el (hi-lock): Rename this defgroup from
18003 `hi-lock-interactive-text-highlighting'. Change parent group from
18004 `faces' to `font-lock'. Add link to the manual.
18005 (hi-lock-mode, hi-lock-file-patterns-range)
18006 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18007 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18008 (hi-lock-faces): Add :group `faces'.
18009
18010 * cus-edit.el (custom-variable-prompt): Clarify the code.
18011
18012 * faces.el (face-read-string): Set the default value arg of
18013 completing-read.
18014
18015 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18016
18017 * rfn-eshadow.el (file-name-shadow-properties)
18018 (file-name-shadow-tty-properties, file-name-shadow-mode):
18019 Remove autoloads, because the file is now preloaded.
18020
18021 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18022
18023 * printing.el (easy-menu-intern): Don't define.
18024 (pr-get-symbol): Use easy-menu-intern only if defined.
18025
18026 * simple.el (blink-matching-open): Simplify a bit.
18027 (completion-setup-function): Fix the case of partial-completion-mode
18028 when the minibuffer's contents start with "-".
18029 Obey completion-base-size-function even when
18030 minibuffer-completing-file-name is non-nil.
18031
18032 2005-11-16 Richard M. Stallman <rms@gnu.org>
18033
18034 * net/eudcb-ph.el (eudc-ph-open-session):
18035 Use set-process-query-on-exit-flag.
18036
18037 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18038
18039 * international/ucs-tables.el (ucs-set-table-for-input):
18040 Use make-local-variable, not make-variable-buffer-local.
18041
18042 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18043 Improve warning message text.
18044
18045 * savehist.el (savehist-save-hook): Add :group.
18046
18047 * menu-bar.el (menu-bar-help-menu):
18048 Rename Find Extra Packages to External Packages.
18049
18050 * cus-edit.el (Custom-reset-standard): Verify that
18051 :custom-standard-value prop exists before calling it.
18052
18053 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18054
18055 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18056
18057 * wid-edit.el (color): Enclose %t in %{...%}.
18058
18059 * cus-edit.el (face): Enclose %t in %{...%}.
18060
18061 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18062
18063 * savehist.el (savehist-mode-hook): Re-add the var.
18064 (savehist-mode): Use it.
18065
18066 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18067
18068 * textmodes/flyspell.el: Fix commenting convention.
18069 Remove unnecessary leading * in custom docstrings.
18070 (flyspell-emacs): Remove unused var.
18071 (flyspell-delete-region-overlays): Use remove-overlays.
18072 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18073 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18074 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18075 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18076 (make-flyspell-overlay): Don't locally reuse a global name.
18077 (flyspell-highlight-incorrect-region)
18078 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18079 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18080 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18081 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18082 Wrap calls to accept-process-output inside with-local-quit since it's
18083 often called from a post-command-hook.
18084 (flyspell-correct-word, flyspell-auto-correct-word):
18085 Use ispell-send-string.
18086 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18087
18088 * calendar/diary-lib.el (diary-list-entries): Also hide the
18089 terminating newline.
18090
18091 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18092
18093 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18094 window-system, to allow fonts on tty.
18095
18096 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18097
18098 * progmodes/gud.el (gud-speedbar-item-info): New function.
18099 (gud-install-speedbar-variables): Use it to display data type
18100 of watch expression as a tooltip in speedbar.
18101
18102 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18103
18104 * font-core.el (global-font-lock-mode): Add :version keyword,
18105 because default was changed.
18106
18107 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18108
18109 * startup.el (command-line): Use `custom-reevaluate-setting' for
18110 `file-name-shadow-mode'.
18111
18112 * loadup.el: Preload rfn-eshadow.
18113
18114 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18115 Add :version keyword.
18116 (file-name-shadow-properties, file-name-shadow-tty-properties)
18117 (file-name-shadow): Add :version keyword.
18118
18119 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18120 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18121 in the custom-group property of the symbol frames and the fringe
18122 group got no link to its parent group frames.
18123 Doc fix.
18124
18125 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18126
18127 * progmodes/gud.el (gud-stop-subjob): New function.
18128 (gud-menu-map, gud-tool-bar-map): Use it.
18129
18130 2005-11-16 Kim F. Storm <storm@cua.dk>
18131
18132 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18133 than kill it.
18134 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18135 to a more useful/logical place.
18136
18137 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18138
18139 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18140 go buttons complementary.
18141
18142 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18145 (rfn-eshadow-sifn-equal): New function.
18146 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18147
18148 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18149
18150 * viper-utils.el (viper-non-word-characters-reformed-vi):
18151 Quote `-' in string.
18152
18153 * viper.el (viper-emacs-state-mode-list): Ensure that
18154 rcirc-mode buffers come up in Emacs state.
18155
18156 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18157 operation.
18158
18159 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18160
18161 * term.el (term-termcap-format): Fix typos.
18162 (term-down): Fix the negative argument case.
18163
18164 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18165
18166 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18167 2005-08-15.
18168 (gdb-ann3): New command gud-go.
18169 (menu): Accomodate gdb-mi.el.
18170 (gdb-assembler-custom): Make buffer of selected window current
18171 so that set-window-point works.
18172
18173 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18174 buttons and include new ones.
18175
18176 2005-11-16 Kim F. Storm <storm@cua.dk>
18177
18178 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18179 (gud-menu-map): Use it.
18180
18181 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18182
18183 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18184 that works correctly for Custom and that does not override a user
18185 who disables it.
18186
18187 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18188 (help-xref-interned, help-follow): Make hyperlinks for variables
18189 that are unbound, but have a non-nil variable-documentation property.
18190
18191 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18192 mode hook. (It conflicted with defcustoms for some mode hooks.)
18193 Use the `variable-documentation' property to give the mode hook a
18194 docstring and expand that docstring.
18195
18196 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18197
18198 * savehist.el (savehist-mode): Don't bother with
18199 `custom-set-minor-mode'.
18200 (savehist-coding-system): Check XEmacs version.
18201 (history-length): Declare also at run time.
18202 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18203 Don't set the customize state.
18204 (savehist-minibuffer-hook): Special case for when
18205 minibuffer-history-variable is equal to t.
18206
18207 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18208
18209 * files.el (write-file): Refresh VC status.
18210
18211 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18212 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18213 than fundamental-mode to see if the mode was set.
18214
18215 2005-11-14 Romain Francoise <romain@orebokech.com>
18216
18217 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18218 dummy function in `eval-when-compile' to avoid compiler warning.
18219 Require `man' at compile time.
18220
18221 2005-11-14 Jay Belanger <belanger@truman.edu>
18222
18223 * calc-alg.el (calcFunc-write-out-power): Rename it to
18224 calcFunc-powerexpand.
18225 (math-write-out-power): Rename it to math-powerexpand; have it
18226 handle negative exponents.
18227 (calc-writeoutpower): Rename it to calc-powerexpand.
18228
18229 * calc-ext.el: Change calcFunc-writeoutpower and
18230 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18231 autoloads.
18232 Add calcFunc-ldiv to autoloads.
18233
18234 * calc-arith.el (calcFunc-ldiv): New function.
18235
18236 * calc.el (calc-left-divide): New function.
18237
18238 2005-11-14 Juri Linkov <juri@jurta.org>
18239
18240 * cus-edit.el (custom-variable-prompt): Set the default value arg
18241 of completing-read.
18242
18243 * cus-dep.el (custom-make-dependencies): Reverse the list of
18244 found dependencies.
18245
18246 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18247
18248 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18249 Highlighting" entry, it is on by default now.
18250 (menu-bar-options-save): Do not save global-font-lock-mode.
18251
18252 2005-11-13 Richard M. Stallman <rms@gnu.org>
18253
18254 * textmodes/flyspell.el (flyspell-large-region):
18255 Call flyspell-accept-buffer-local-defs.
18256
18257 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18258
18259 * textmodes/flyspell.el (flyspell-notify-misspell):
18260 Fix misspelling of "Misspelling".
18261 (flyspell-process-localwords): New function.
18262 (flyspell-large-region): Call flyspell-process-localwords and
18263 flyspell-delete-region-overlays.
18264 (flyspell-delete-region-overlays): New function.
18265 (flyspell-delete-all-overlays): Call that.
18266
18267 2005-11-13 Richard M. Stallman <rms@gnu.org>
18268
18269 * help.el (help-for-help-internal): Improve doc of C-h a.
18270 (describe-key): Improve prompt; doc fix.
18271
18272 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18273
18274 * vc-svn.el (vc-svn-registered): Catch all errors.
18275
18276 * cus-dep.el (custom-make-dependencies): Typo.
18277
18278 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18279
18280 * net/tramp-util.el (top): Fix compilation warning.
18281
18282 2005-11-13 Kim F. Storm <storm@cua.dk>
18283
18284 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18285
18286 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18287
18288 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18289 (gud-speedbar-buttons): Match on "const char *" too.
18290
18291 * progmodes/gdb-ui.el (gdb-var-create-handler)
18292 (gdb-var-list-children-handler): Match on "const char *" too.
18293 (gdb-var-evaluate-expression-handler): Match on empty string.
18294 (gdb-var-update-handler): Only call
18295 gdb-var-evaluate-expression-handler when required.
18296
18297 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18298
18299 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18300 selected window. This still doesn't work for speedbar.
18301 (gud-speedbar-buttons): Handle string expressions properly.
18302
18303 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18304 (gdb-var-create-handler): Handle string expressions properly.
18305 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18306 Handle string expressions properly. Move "type" field into regexp.
18307
18308 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18309
18310 * bookmark.el (bookmark-maybe-message): New function to reduce
18311 code duplication: invokes `message' iff baud-rate is high enough.
18312 (bookmark-write-file): Use above instead of an inline conditional.
18313 (bookmark-load): Same.
18314
18315 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18316
18317 * bookmark.el (bookmark-write-file): Don't visit the destination
18318 file, just write the data to it using write-region. This is
18319 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18320 change to avoid visiting the file in the first place.
18321
18322 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18323
18324 * hi-lock.el (hi-lock-mode): Set the default value of
18325 font-lock-defaults.
18326
18327 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18328
18329 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18330 arg to `file-attributes'.
18331 (find-lisp-format): The UID and GID can now be strings.
18332
18333 2005-11-12 Kim F. Storm <storm@cua.dk>
18334
18335 * help.el (help-map): Bind C-h d to apropos-documentation.
18336
18337 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18338 when point is at end-of-buffer.
18339
18340 * apropos.el (apropos-match-face): Doc fix.
18341 (apropos-sort-by-scores): Add new choice `verbose'.
18342 (apropos-documentation-sort-by-scores): New defcustom.
18343 (apropos-pattern): Now contains the pattern entered by the user.
18344 (apropos-pattern-quoted): New defvar.
18345 (apropos-regexp): New defvar, containing the regexp corresponding
18346 to apropos-pattern.
18347 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18348 (apropos-read-pattern): New defun. Use it to read pattern arg in
18349 interactive calls; returns list of words for a word list, and
18350 string for a regexp.
18351 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18352 parses a list of words or regexp as returned by apropos-read-pattern.
18353 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18354 (apropos-score-doc): Return a very high score if the string
18355 entered by the user matches literally.
18356 (apropos-variable): Doc fix. Use apropos-read-pattern.
18357 (apropos-command): Doc fix. Use apropos-read-pattern and
18358 apropos-parse-pattern. Call apropos-print with nosubst=t.
18359 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18360 apropos-parse-pattern.
18361 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18362 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18363 apropos-documentation-sort-by-scores. Call apropos-print with
18364 nosubst=t.
18365 (apropos-documentation-internal): Pass doc string through
18366 substitute-key-definition before adding text properties.
18367 Highlight substring matching literal user input if possible.
18368 (apropos-documentation-check-doc-file): Remove locals beg and end.
18369 Fix calculation of score (as added twice). Pass doc string through
18370 substitute-key-definition before adding text properties.
18371 (apropos-documentation-check-elc-file): Pass doc string through
18372 substitute-key-definition before adding text properties.
18373 Highlight substring matching literal user input if possible.
18374 (apropos-print): Add new arg NOSUBST; if set, command and variable
18375 doc strings have already been passed through substitute-key-definition.
18376 Add code to handle apropos-accumulator items without score element
18377 for backwards compatibility (e.g. with woman package).
18378 Only show scores if apropos-sort-by-scores is `verbose'.
18379
18380 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18381
18382 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18383 Add jka-compr-load-suffixes to load-suffixes.
18384
18385 * jka-compr.el: Require jka-cmpr-hook.
18386 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18387 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18388 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18389 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18390 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18391 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18392 (jka-compr-uninstall): Remove entries from
18393 jka-compr-added-to-file-coding-system-alist after they are used.
18394 (jka-compr-error): Remove unused var `curbuf'.
18395 (jka-compr-file-local-copy): Remove unused var `notfound'.
18396
18397 2005-11-10 Romain Francoise <romain@orebokech.com>
18398
18399 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18400
18401 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18402
18403 * progmodes/gud.el (gud-menu-map): Move parentheses.
18404 (gdb): New command gud-pv.
18405
18406 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18407
18408 * tar-mode.el: Remove spurious or unnecessary leading stars
18409 in docstrings.
18410 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18411 (tar-parse-octal-integer-safe): Use mapc.
18412 (tar-header-block-summarize): Remove unused var `ck'.
18413 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18414 cleared before. Obey default-enable-multibyte-characters.
18415 Use mapconcat. Simplify setting of tar-header-offset.
18416 (tar-mode-map): Move initialization inside delcaration.
18417 (tar-flag-deleted): Use `abs'.
18418 (tar-expunge-internal): Remove unused var `line'.
18419 (tar-expunge-internal): Don't hardcode point-min==1.
18420 (tar-expunge): Widen while doing set-buffer-multibyte.
18421 (tar-rename-entry): Use file-name-coding-system.
18422 (tar-alter-one-field): Don't hardcode point-min==1.
18423 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18424 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18425
18426 2005-11-10 Masatake YAMATO <jet@gyve.org>
18427
18428 * add-log.el (add-log-current-defun): Handle class::method
18429 notation of c++. Fix incorrect comment.
18430
18431 2005-11-10 Alan Mackenzie <acm@muc.de>
18432
18433 * help-fns.el (describe-variable): Make C-h v work when a variable
18434 has variable documentation yet is unbound.
18435
18436 2005-11-10 Masatake YAMATO <jet@gyve.org>
18437
18438 * man.el (Man-highlight-references): Set an empty
18439 string to `Man-arguments' if it is nil.
18440 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18441
18442 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18443
18444 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18445 commenting conventions.
18446
18447 * cus-dep.el (custom-make-dependencies): Simplify.
18448 Better follow the commenting conventions.
18449
18450 2005-11-09 Richard M. Stallman <rms@gnu.org>
18451
18452 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18453 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18454 All uses changed.
18455 (apropos-rewrite-regexp): Doc fix.
18456 (apropos-variable, apropos-command, apropos, apropos-value):
18457 Change prompt; carry through the argument renaming.
18458
18459 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18460
18461 * find-lisp.el: Require dired.
18462 (find-lisp-find-dired-internal): Do not call
18463 `abbreviate-file-name' on DIR.
18464
18465 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18466
18467 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18468
18469 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18470
18471 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18472 when using the speedbar.
18473 (gdb): New command gud-pp.
18474 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18475
18476 2005-11-09 Juri Linkov <juri@jurta.org>
18477
18478 * replace.el (occur-excluded-properties): New defcustom.
18479 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18480
18481 2005-11-08 Jay Belanger <belanger@truman.edu>
18482
18483 * calc/calc-units.el (math-convert-units): Replace any composite
18484 unit by its definition.
18485
18486 2005-11-08 Lars Hansen <larsh@soem.dk>
18487
18488 * emacs-lisp/autoload.el (update-directory-autoloads):
18489 Add obsolete function alias.
18490
18491 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18492
18493 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18494 comment-indent-function.
18495 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18496
18497 * reveal.el (reveal-post-command): Rework the handling of
18498 reveal-open-spots, so as to be more reliable. There were several
18499 tricky corner cases where an open spot might be lost, or where
18500 a closed spot might end up on the list of open spots.
18501 Only reveal text that's ellipsised.
18502
18503 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18504
18505 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18506
18507 2005-11-07 John Paul Wallington <jpw@gnu.org>
18508
18509 * ibuffer.el (ibuffer): Search iconified frames too when
18510 getting Ibuffer buffer's window.
18511
18512 2005-11-06 Richard M. Stallman <rms@gnu.org>
18513
18514 * progmodes/compile.el (compilation-internal-error-properties):
18515 save-excursion around the computation of MARKER.
18516
18517 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18518
18519 * textmodes/flyspell.el (flyspell-external-point-words):
18520 flyspell-get-word returns a list, not just a string.
18521
18522 2005-11-06 John Paul Wallington <jpw@pobox.com>
18523
18524 * ibuffer.el (ibuffer): Search all visible frames when getting
18525 Ibuffer buffer's window.
18526
18527 2005-11-07 Masatake YAMATO <jet@gyve.org>
18528
18529 * man.el (Man-reference-regexp): Accept spaces between
18530 `Man-name-regexp' and `Man-section-regexp'.
18531 (Man-apropos-regexp): New variable.
18532 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18533 if available.
18534 (Man-highlight-references, Man-highlight-references0):
18535 Handle the case when `Man-arguments' includes "-k".
18536 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18537 `TARGET'. `TARGET' can be a number, function or nil.
18538
18539 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18540
18541 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18542 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18543 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18544 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18545 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18546 (gdb-send-item): Use buffer-local-value and simplify.
18547
18548 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18549
18550 * startup.el (command-line): Use `custom-reevaluate-setting' for
18551 `global-font-lock-mode'.
18552
18553 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18554 by default, except in batch mode or when the -D option is given.
18555
18556 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18557 specified keyword args on to `define-minor-mode'. Update docstring.
18558
18559 2005-11-05 Romain Francoise <romain@orebokech.com>
18560
18561 * replace.el (occur-engine): Add marker at end of line, too.
18562
18563 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18564
18565 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18566 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18567 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18568 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18569 argument to all these routines, so the passphrase can be managed
18570 externally and passed in to the system.
18571 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18572 pgg-add-passphrase-to-cache function.
18573
18574 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18575 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18576 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18577 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18578 argument to all these routines, so the passphrase can be managed
18579 externally and passed in to the system.
18580 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18581 function.
18582
18583 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18584
18585 * font-lock.el: Don't deal with font-lock-face-attributes here,
18586 move the code ...
18587
18588 * startup.el (command-line): ... here. Use face-spec-set instead
18589 of custom-declare-face.
18590
18591 * faces.el (face-spec-set): Reset the face if spec is not nil.
18592
18593 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18594
18595 * newcomment.el (comment-region-internal): Box more tightly in the
18596 common case where there's no TAB in the boxed text.
18597
18598 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18599
18600 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18601 up-node.
18602
18603 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18604
18605 * newsticker.el: Commentary updated. Code formatting changed.
18606 (newsticker-version): Change to "1.9".
18607 (newsticker, newsticker-feed): Doc fix.
18608 (newsticker-url-list): Doc fix. Add option "Weekly".
18609 (newsticker-retrieval-interval): Add option "Weekly".
18610 (newsticker-headline-processing): Doc fix.
18611 (newsticker-auto-mark-filter): Remove.
18612 (newsticker-auto-mark-filter-list): New.
18613 (newsticker-layout, newsticker-sort-method): Doc fix.
18614 (newsticker-hide-old-items-in-newsticker-buffer)
18615 (newsticker-heading-format, newsticker-item-format)
18616 (newsticker-desc-format): Doc fix.
18617 (newsticker-show-all-rss-elements): Remove.
18618 (newsticker-show-all-news-elements): New.
18619 (newsticker-faces, newsticker-ticker): Doc fix.
18620 (remove-from-invisibility-spec): Code formatting.
18621 (newsticker--process-ids): New.
18622 (newsticker-mode): Doc fix.
18623 (newsticker-mode): Change mode-line-format.
18624 (newsticker-start): Remove debug output.
18625 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18626 (newsticker-w3m-show-inline-images): Code formatting.
18627 (newsticker-next-item): Call `force-mode-line-update'.
18628 (newsticker-previous-item): Call `force-mode-line-update'.
18629 (newsticker-next-feed): Call `force-mode-line-update'.
18630 (newsticker-previous-feed): Call `force-mode-line-update'.
18631 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18632 (newsticker-show-old-items): Do not show descs.
18633 (newsticker-hide-entry): Hide too much.
18634 (newsticker-hide-entry, newsticker-show-entry)
18635 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18636 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18637 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18638 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18639 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18640 (newsticker-get-news): Call `force-mode-line-update'.
18641 Collect process ids.
18642 (newsticker--sentinel): Change coding system handling.
18643 Move image retrieval to new functions newsticker--get-logo-url-*.
18644 Move feed parsing to new functions newsticker--parse-*.
18645 Update list of process ids.
18646 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18647 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18648 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18649 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18650 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18651 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18652 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18653 (newsticker--decode-coding-string): Remove.
18654 (newsticker--decode-numeric-entities): Check input. Format code.
18655 (newsticker--remove-whitespace): Check input.
18656 (newsticker--do-forget-preformatted): Doc fix.
18657 (newsticker--decode-rfc822-date): Allow for missing time.
18658 (newsticker--update-process-ids): New.
18659 (newsticker--image-sentinel): Change comment.
18660 (newsticker--image-read): Change error message.
18661 (newsticker--imenu-goto): Doc fix. Show headline title.
18662 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18663 (newsticker--buffer-do-insert-text): Clean whitespace in
18664 html-rendered headline title. Code formatting.
18665 Call `newsticker--buffer-print-extra-elements'.
18666 (newsticker--buffer-print-extra-element): Remove.
18667 (newsticker--buffer-print-extra-elements): New.
18668 (newsticker--buffer-do-print-extra-element): New.
18669 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18670 large sizes.
18671 (newsticker--run-auto-mark-filter)
18672 (newsticker--do-run-auto-mark-filter):
18673 Use `newsticker-auto-mark-filter-list'.
18674
18675 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18676
18677 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18678 (rcirc-print): Force redisplay before running hooks. Do long
18679 buffer truncation after making new text read-only. Deal with nil
18680 text when decoding strings. If TARGET is nil, use either the
18681 currently selected buffer, if it is an rcirc buffer and of the
18682 same process or the process buffer.
18683 (rcirc-mode): Remove header-line. Recompute short buffer names.
18684 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18685 (rcirc-short-buffer-name): Add variable.
18686 (rcirc-kill-buffer-hook): Recompute short buffer names.
18687 Remove nick from private channel.
18688 (rcirc-send-input): Send command text to current-buffer.
18689 Don't clear overlay arrow here.
18690 (rcirc-short-buffer-name): Return a short buffer name.
18691 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18692 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18693 buffer-name abbreviations.
18694 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18695 Do not touch nick-table when killing a parted channel.
18696 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18697 Clear arrow from current buffer if it is now hidden.
18698 (rcirc-current-buffer): Add variable.
18699 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18700 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18701 Remove -face from names.
18702 (rcirc-update-activity-string): Print "DND" when globally ignoring
18703 activity.
18704 (rcirc-ignore-buffer-activity-flag): Rename from
18705 rcirc-ignore-channel-activity.
18706 (rcirc-ignore-all-activity-flag): Doc fix.
18707 (rcirc-channels): Remove variable.
18708 (rcirc-kill-buffer-hook):
18709 (rcirc-get-buffer-create): Add nick to private channel.
18710 (rcirc-multiline-edit-submit): Remove tabs.
18711 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18712 folded.
18713 (rcirc-remove-nick-channel): Bug fix.
18714 (rcirc-toggle-ignore-buffer-activity): Rename from
18715 rcirc-toggle-ignore-channel-activity.
18716 (rcirc-record-activity): Add buffers to the front of the list.
18717 (rcirc-update-activity): Remove killed buffers from list.
18718 (rcirc-process-server-response-1): Remove last argument if it is
18719 null before calling handler.
18720 (rcirc): Add "rcirc" defcustom prefix.
18721 (rcirc-prompt): Simplify default prompt.
18722 Use custom-initialize-default.
18723 (rcirc-private-chats): Remove variable.
18724 (rcirc-prompt): Change initialization.
18725 (rcirc-version): Remove function.
18726 (rcirc-id-string): Add constant.
18727 (rcirc-last-buffer): Remove variable.
18728 (rcirc-buffer-alist): Add variable.
18729 (rcirc-connect): Update variable setup.
18730 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18731 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18732 default.
18733 (rcirc-handler-generic): Trigger activity.
18734 (rcirc-send-message): Create the buffor of the target.
18735 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18736 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18737 (rcirc-multiline-edit-cancel): Remove function.
18738 (rcirc-set-last-buffer): Remove function.
18739 (rcirc-get-any-buffer): Add function.
18740 (rcirc-join-channels): Don't print /join text.
18741 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18742 messages.
18743 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18744 (rcirc-handler-NOTICE): Recognize CTCP responses.
18745 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18746 constructing TOPIC string for buffers we are not JOINed.
18747 (rcirc-handler-CTCP-response): Add handler.
18748 (rcirc-multiline-edit-submit): Restore the window-configuration
18749 before adjusting point.
18750 (rcirc): Add customization group.
18751 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18752 (rcirc-user-full-name, rcirc-startup-channels-alist)
18753 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18754 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18755 (rcirc-input-ring-size, rcirc-read-only-flag)
18756 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18757 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18758 Change defvar to defcustom.
18759 (rcirc-update-prompt): Add optional ALL arg, which will update
18760 prompts in all rcirc buffers. Regexp quote replacement text.
18761 (rcirc-fill-column): Accept frame-width as a value.
18762 (rcirc-set-changed): Add function.
18763 (rcirc-next-active-buffer): Write more meaningful messages.
18764 (rcirc-faces): Add customization group.
18765 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18766 (rcirc-nick-in-message-face, rcirc-prompt-face)
18767 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18768 (with-rcirc-process-buffer): Move before first usage.
18769 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18770 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18771 (rcirc-debug): Rename from `rcirc-log'.
18772 (rcirc-format-response-string): Do not print `-' chars for a
18773 NOTICE with no sender. Simplify output of server responses.
18774
18775 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18776
18777 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18778 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18779 Make urls mouse and RET clickable.
18780
18781 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18782
18783 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18784
18785 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18786
18787 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18788 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18789 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18790 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18791 argument to all these routines, so the passphrase can be managed
18792 externally and passed in to the system.
18793 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18794 pgg-add-passphrase-to-cache function.
18795
18796 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18797 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18798 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18799 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18800 argument to all these routines, so the passphrase can be managed
18801 externally and passed in to the system.
18802 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18803 function.
18804
18805 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18806
18807 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18808 from goto-address-url-regexp.
18809
18810 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18811
18812 * textmodes/org.el (org-read-date, org-goto-calendar)
18813 (org-recenter-calendar, org-agenda-goto-calendar):
18814 Temporarily clear `calendar-move-hook'.
18815
18816 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18817
18818 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18819 merging.
18820
18821 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18822 have merge clashes.
18823
18824 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18825
18826 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18827 Undo previous change.
18828
18829 * startup.el (command-line): Use `custom-reevaluate-setting' for
18830 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18831 tty-register-default-colors on Mac.
18832
18833 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18834
18835 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18836 (gdb-buffer-type): Make it automatically buffer local...
18837 (gdb-get-create-buffer): ...and set it accordingly.
18838 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18839 actually work.
18840
18841 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18842
18843 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18844 not red.
18845
18846 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18847
18848 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18849 case GUD buffer is not visible.
18850 (gdb-goto-breakpoint): Try to force display in source buffer.
18851 (gdb-frame-gdb-buffer): Copy other similar functions.
18852 (gdb-restore-windows): Don't display source if not asked for.
18853 (gdb-assembler-buffer-name): Don't capitalise.
18854
18855 2005-11-03 Richard M. Stallman <rms@gnu.org>
18856
18857 * wid-edit.el (key-sequence): New widget type.
18858
18859 * simple.el (set-mark-command-repeat-pop): New variable.
18860 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18861 if set-mark-command-repeat-pop is true.
18862
18863 * info.el (Info-fontify-node): Don't display extra "see" if there
18864 already is one here.
18865
18866 * mouse.el: Fix special handling of DEL after dragging a region:
18867 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18868 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18869
18870 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18871
18872 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18873 not to assume it pertains to an affix.
18874
18875 * textmodes/flyspell.el (flyspell-post-command-hook):
18876 Bind deactivate-mark to prevent deactivation.
18877
18878 2005-11-03 Lars Hansen <larsh@soem.dk>
18879
18880 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18881 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18882 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18883
18884 2005-11-03 Romain Francoise <romain@orebokech.com>
18885
18886 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18887 Update copyright years.
18888
18889 2005-11-03 Sam Steingold <sds@gnu.org>
18890
18891 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18892 Use system-type instead of window-system because window-system is not
18893 correctly defined during loadup.
18894
18895 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18896
18897 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18898 (xml-parse-tag): Join strings separated by a comment properly.
18899
18900 2005-11-02 Andreas Schwab <schwab@suse.de>
18901
18902 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18903
18904 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18905
18906 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18907 (byte-optimize-pure-func): Quote the eval'd value.
18908
18909 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18910 Rename from perl-font-lock-syntactic-face-function.
18911 Change the calling convention so it can be used as a font-lock MATCHER.
18912 Do the parse-partial-sexp loop outselves.
18913 (perl-font-lock-syntactic-keywords): Use it.
18914 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18915
18916 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18917
18918 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18919 disassembly buffer too.
18920 (gdb-exited): Remove overlay arrows when execution has finished.
18921 (gdb-info-frames-custom, gdb-info-threads-custom)
18922 (gdb-info-registers-custom): Don't add inappropriate text
18923 properties if inferior is not active.
18924
18925 2005-11-02 Glenn Morris <rgm@gnu.org>
18926
18927 * progmodes/fortran.el (fortran-blink-match):
18928 Use `blink-matching-delay'.
18929
18930 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18931
18932 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18933
18934 2005-11-02 Lars Hansen <larsh@soem.dk>
18935
18936 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18937 "Permission denied".
18938
18939 2005-11-01 Richard M. Stallman <rms@gnu.org>
18940
18941 * textmodes/flyspell.el (flyspell-external-point-words):
18942 Pass nil to flyspell-get-word.
18943
18944 2005-11-02 Kim F. Storm <storm@cua.dk>
18945
18946 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18947 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18948
18949 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18950
18951 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18952 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18953 (calendar-mouse-print-dates): Add optional `event' argument.
18954 Update interactive-spec.
18955 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18956 Use `calendar-event-to-date' instead of `event'.
18957
18958 2005-11-02 Masatake YAMATO <jet@gyve.org>
18959
18960 * progmodes/ld-script.el (ld-script-builtins):
18961 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18962 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18963 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18964
18965 2005-11-01 Romain Francoise <romain@orebokech.com>
18966
18967 * vc-sccs.el: Update copyright year.
18968 * ezimage.el: Likewise.
18969
18970 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18971
18972 * info.el (Info-fontify-node): Use `string-width' for fontifying
18973 underlined titles.
18974
18975 2005-11-01 Juri Linkov <juri@jurta.org>
18976
18977 * info.el (Info-fontify-node): Downcase node header keywords Node,
18978 Prev, Next, Up before comparison.
18979 (Info-history): Insert absolute directory name, and put invisible
18980 property on it.
18981
18982 2005-11-01 Juri Linkov <juri@jurta.org>
18983
18984 * info.el (Info-file-supports-index-cookies): New variable.
18985 (Info-find-node-2): Check makeinfo version for index cookie support.
18986 (Info-index-nodes): Search for nodes with index cookies only when
18987 Info-file-supports-index-cookies is t. Otherwise, search nodes
18988 with "Index" in the node name.
18989 (Info-index-node): Search index cookie in the current node only when
18990 Info-file-supports-index-cookies is t. Otherwise, check the word
18991 "Index" in the node name.
18992 (Info-find-emacs-command-nodes): Remove code that searches nodes
18993 with "Index" node name in the top menu.
18994
18995 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18996
18997 * progmodes/scheme.el (scheme-mode-variables): Use the default
18998 comment-indent-function.
18999
19000 * faces.el (face-attribute): Handle the case where a face inherits from
19001 a non-existent face.
19002
19003 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19004 for octal and hexa output, and merge the char into the paren.
19005 (kill-new): Use push.
19006 (copy-to-buffer): Use with-current-buffer.
19007 (completion-setup-function): Move code in loop to remove redundancy.
19008 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19009 those inherited from minibuffer-local-completion-map.
19010
19011 * savehist.el (savehist-mode) <defcustom>:
19012 Use custom-set-minor-mode if available.
19013 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19014 and emit a message if applicable.
19015
19016 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19017
19018 * savehist.el: Sync up to version 19.
19019 (savehist-mode): New minor mode.
19020 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19021 (savehist-length): Remove (use history-length instead).
19022 (savehist-file-modes): Rename from savehist-modes.
19023 (savehist-save-hook, savehist-loaded): New vars.
19024 (savehist-load): Use savehist-mode. Try to smooth up transition from
19025 old format to new format.
19026 (savehist-install): Allow savehist-autosave-interval to be nil.
19027 (savehist-save): Run the new hook. Be more careful to only trim the
19028 history variables.
19029 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19030 (savehist-printable): Print into a buffer rather than char-by-char.
19031
19032 2005-11-01 John Wiegley <johnw@newartisans.com>
19033
19034 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19035 toggle-ignore keybinding (C-a). The author said it had been
19036 disabled much earlier due to a possible incompatibility, but after
19037 many months of usage I have encountered no problems (and it is a
19038 rather useful option, especially for switching to " *temp*").
19039
19040 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19041 support for OS/X's AddressBook, by calling out to the open source
19042 program "contacts" (installable through Fink).
19043
19044 * net/eudc.el (eudc-expand-inline): If the
19045 `eudc-multiple-match-handling-method' is set to `all', delete the
19046 query string before inserting the query result.
19047
19048 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19049 flag, to prevent Eshell from using the system ls when
19050 `eshell-ls-insert-directory' is in used.
19051 (eshell-ls-insert-directory): Disable font-lock in directory
19052 buffer so that Eshell's own fontification is seen. This broke
19053 recently due to changes in font-lock, so this goes back to version
19054 21 behavior.
19055
19056 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19057
19058 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19059 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19060 (gdb-many-windows): Doc fix.
19061
19062 2005-10-31 Romain Francoise <romain@orebokech.com>
19063
19064 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19065
19066 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19067
19068 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19069 that global-font-lock-mode can be enabled by default.
19070
19071 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19072 (font-lock-add-keywords, font-lock-remove-keywords)
19073 (font-lock-fontify-buffer): Remove autoload cookies.
19074
19075 * jit-lock.el (jit-lock-register): Likewise.
19076
19077 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19078
19079 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19080
19081 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19082 intact if there is no gud-comint-buffer.
19083
19084 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19085
19086 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19087 old prompt comint-prompt-read-only is t and GDB commands are
19088 issued from tool bar etc.
19089
19090 2005-10-31 Masatake YAMATO <jet@gyve.org>
19091
19092 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19093
19094 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19095
19096 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19097 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19098
19099 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19100
19101 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19102 starting at beginning of line. Fontification is messed up when
19103 `open-paren-in-column-0-is-defun-start' set to t.
19104 Reported by John Paul Wallington <jpw@pobox.com>.
19105
19106 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19107
19108 * comint.el (comint-send-input): Call `comint-update-fence' when
19109 `comint-process-echoes' and `comint-prompt-read-only' are both
19110 non-nil, to avoid leftover read-only newline.
19111
19112 2005-10-30 Richard M. Stallman <rms@gnu.org>
19113
19114 * textmodes/flyspell.el (flyspell-external-point-words):
19115 Detect when WORD can't be checked properly because
19116 flyspell-get-word finds just part of it, and move on.
19117
19118 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19119 boundarychar for Polish.
19120 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19121 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19122
19123 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19124
19125 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19126 (gdb-registers-font-lock-keywords): Delete.
19127 (gdb-registers-mode): Don't fontify.
19128 (gdb-info-registers-custom): Use text properties instead as, in
19129 future, changed register values will use font-lock-warning-face.
19130 (gdb-local-font-lock-keywords): Rename to...
19131 (gdb-locals-font-lock-keywords): ...for consistency.
19132
19133 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19134
19135 * vc.el (vc-switch-backend): Better error message if the buffer is
19136 not visiting a file under version control.
19137
19138 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19139
19140 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19141
19142 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19143 ~/.emacs.d/.emacs.
19144
19145 2005-10-29 Richard M. Stallman <rms@gnu.org>
19146
19147 * replace.el (occur-mode-mouse-goto): Always go to other window.
19148 (occur-mode-goto-occurrence): Always switch in same window.
19149
19150 * simple.el (undo): Display message at end, not at start.
19151
19152 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19153 New arg REUSE-CELL.
19154 (cancel-timer-internal): New function.
19155 (timer-event-handler): Use cancel-timer-internal,
19156 and pass the cell it returns to timer-activate...
19157
19158 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19159 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19160 (jit-lock-after-change): Test memory-full.
19161
19162 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19163
19164 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19165 part of the decoded armor to find the key-identifier.
19166 (pgg-gpg-lookup-key-owner): New function to return the
19167 human-readable identifier of a key owner.
19168 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19169 key itself.
19170 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19171 the key value) if we have a key and can match it against a secret
19172 key. Also, added a note pointing out fact that the prompt only
19173 indicates the first matching key.
19174
19175 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19176 pgg-decrypt-region.
19177 (pgg-pending-timers): A new hash for tracking the passphrase cache
19178 timers, so that new ones supercede old ones.
19179 (pgg-add-passphrase-to-cache): Rename from
19180 `pgg-add-passphrase-cache' to reduce confusion (all callers
19181 changed). Modified to cancel old timers when new ones are added.
19182 (pgg-remove-passphrase-from-cache): Rename from
19183 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19184 changed). Modified to cancel old timers when their keys are
19185 removed from the cache.
19186 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19187 XEmacs, an indirection to delete-itimer.
19188 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19189 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19190 users can only check cache without risk of prompting. Correct bug in
19191 notruncate behavior.
19192 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19193 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19194 Add informative docstrings.
19195 (pgg-decrypt): Convey provided passphrase in subordinate call to
19196 pgg-decrypt-region.
19197
19198 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19199 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19200 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19201 `passphrase' argument, so the passphrase can be managed externally
19202 and then passed in to the system.
19203
19204 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19205 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19206 so the passphrase cache can be used reliably with identifiers
19207 besides a pgp packet's key id.
19208
19209 * pgg-gpg.el (pgg-pgp-encrypt-region)
19210 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19211 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19212 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19213 argument to all these routines, so the passphrase can be managed
19214 externally and passed in to the system.
19215
19216 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19217 `notruncate' argument, so the passphrase cache can be used
19218 reliably with identifiers besides a pgp packet's key id.
19219
19220 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19221
19222 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19223 symmetric encryption.
19224 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19225 encrypted session key.
19226 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19227 message ask for the passphrase in a proper way.
19228
19229 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19230 New user commands for symmetric encryption.
19231
19232 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19233
19234 * textmodes/conf-mode.el (conf-assignment-sign)
19235 (conf-assignment-regexp): Fix docstrings.
19236 (conf-mode-initialize): New function.
19237 (conf-mode): Remove optional args. Use delay-mode-hooks to
19238 recognize recursive calls.
19239 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19240 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19241 (conf-xdefaults-mode): Use define-derived-mode and
19242 conf-mode-initialize.
19243
19244 2005-10-29 Romain Francoise <romain@orebokech.com>
19245
19246 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19247
19248 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19249
19250 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19251 part of the decoded armor to find the key-identifier.
19252 (pgg-gpg-lookup-key-owner): New function to return the
19253 human-readable identifier of a key owner.
19254 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19255 key itself.
19256 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19257 the key value) if we have a key and can match it against a secret
19258 key. Also, added a note pointing out fact that the prompt only
19259 indicates the first matching key.
19260
19261 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19262 pgg-decrypt-region.
19263 (pgg-pending-timers): A new hash for tracking the passphrase cache
19264 timers, so that new ones supercede old ones.
19265 (pgg-add-passphrase-to-cache): Rename from
19266 `pgg-add-passphrase-cache' to reduce confusion (all callers
19267 changed). Modified to cancel old timers when new ones are added.
19268 (pgg-remove-passphrase-from-cache): Rename from
19269 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19270 changed). Modified to cancel old timers when their keys are
19271 removed from the cache.
19272 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19273 XEmacs, an indirection to delete-itimer.
19274 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19275 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19276 users can only check cache without risk of prompting. Correct bug in
19277 notruncate behavior.
19278 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19279 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19280 Add informative docstrings.
19281 (pgg-decrypt): Convey provided passphrase in subordinate call to
19282 pgg-decrypt-region.
19283
19284 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19285
19286 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19287 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19288 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19289 `passphrase' argument, so the passphrase can be managed externally
19290 and then passed in to the system.
19291
19292 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19293 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19294 so the passphrase cache can be used reliably with identifiers
19295 besides a pgp packet's key id.
19296
19297 * pgg-gpg.el (pgg-pgp-encrypt-region)
19298 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19299 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19300 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19301 argument to all these routines, so the passphrase can be managed
19302 externally and passed in to the system.
19303
19304 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19305 `notruncate' argument, so the passphrase cache can be used
19306 reliably with identifiers besides a pgp packet's key id.
19307
19308 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19309
19310 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19311 symmetric encryption.
19312 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19313 encrypted session key.
19314 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19315 message ask for the passphrase in a proper way.
19316
19317 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19318 New user commands for symmetric encryption.
19319
19320 2005-10-28 Bill Wohler <wohler@newt.com>
19321
19322 * help-mode.el (help-url): New button type. Calls browse-url.
19323 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19324 Similar to Info nodes: URL `url'.
19325 (help-make-xrefs): Create help-url buttons for
19326 help-xref-url-regexp matches.
19327
19328 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19329
19330 * tool-bar.el (tool-bar-add-item-from-menu)
19331 (tool-bar-local-item-from-menu): Fix doc strings.
19332
19333 2005-10-28 Romain Francoise <romain@orebokech.com>
19334
19335 * ldefs-boot.el: Update.
19336
19337 * subr.el (locate-library): Move from help-fns.el.
19338 * help-fns.el (locate-library): Move to subr.el.
19339
19340 2005-10-28 Richard M. Stallman <rms@gnu.org>
19341
19342 * net/tramp.el (tramp-completion-mode): defvar moved up.
19343
19344 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19345
19346 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19347
19348 * files.el (find-file-noselect): Use %d to format large file size.
19349
19350 * bindings.el (mode-line-format): Add %e.
19351
19352 * loadup.el ("facemenu"): Load unconditionally.
19353 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19354 ("x-dnd"): Load, when appropriate.
19355
19356 * startup.el (command-line): Call before-init-hook earlier.
19357 Warn about some bad characters in -u user name.
19358
19359 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19360 (flyspell-external-point-words): Error if misspelled word is not found.
19361 Set flyspell-large-region-beg at end of word.
19362
19363 2005-10-28 Andreas Schwab <schwab@suse.de>
19364
19365 * view.el (View-revert-buffer-scroll-page-forward):
19366 Use view-page-size-default.
19367
19368 2005-10-28 Juri Linkov <juri@jurta.org>
19369
19370 * international/quail.el (quail-get-current-str): Translate last
19371 raw character for deterministic input methods.
19372
19373 2005-10-27 Jay Belanger <belanger@truman.edu>
19374
19375 * calc/calc-ext.el: Add functions to autoloads.
19376 (math-identity-matrix-p, math-ident-row-p): New functions.
19377
19378 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19379 multiplication by an identity matrix; don't turn multiplication by
19380 an inverse matrix into division.
19381 (math-div-symbol-fancy): Replace division by matrices with
19382 multiplication by inverse.
19383
19384 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19385
19386 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19387 (calc-writeoutpower): New functions.
19388
19389 2005-10-27 Romain Francoise <romain@orebokech.com>
19390
19391 * replace.el (occur-engine): Include colon in mouse-face highlight.
19392
19393 * dired-x.el: Change Maintainer field.
19394
19395 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19396
19397 * longlines.el (longlines-mode): Bind after-change-functions to
19398 nil during initial decoding and final encoding.
19399
19400 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19401
19402 * term.el (term-emulate-terminal, term-handle-colors-array)
19403 (term-handle-ansi-escape): Specify the terminfo capabilities
19404 implemented.
19405
19406 2005-10-26 Richard M. Stallman <rms@gnu.org>
19407
19408 * info.el (Info-fontify-node): Fix detection of sentence-break
19409 before *Note.
19410
19411 2005-10-26 Romain Francoise <romain@orebokech.com>
19412
19413 * smerge-mode.el: Add `tools' to file keywords.
19414
19415 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19416
19417 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19418 when the fringe is not available.
19419
19420 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19421 (def-gdb-auto-update-trigger): Simplify construction.
19422 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19423 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19424 defined explicitly.
19425 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19426 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19427 defined explicitly.
19428 (gdb-info-locals-custom): Remove as it's a no-op.
19429
19430 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19431
19432 * longlines.el (longlines-mode): Remove narrowing before
19433 performing the initial decoding or final encoding.
19434
19435 2005-10-25 Romain Francoise <romain@orebokech.com>
19436
19437 * emacs-lisp/find-func.el (find-library-name): Also strip
19438 extension if library name ends in .el, to take advantage of
19439 `find-library-suffixes'.
19440
19441 2005-10-25 Richard M. Stallman <rms@gnu.org>
19442
19443 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19444
19445 2005-10-25 Juri Linkov <juri@jurta.org>
19446
19447 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19448 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19449
19450 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19451
19452 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19453 (blackbox-redefine-key): Add argument `map'.
19454
19455 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19456 regions when moving the jit-lock-context-unfontify-pos boundary.
19457
19458 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19459
19460 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19461
19462 2005-10-25 Masatake YAMATO <jet@gyve.org>
19463
19464 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19465
19466 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19467
19468 * play/blackbox.el (blackbox-redefine-key): New function.
19469 (blackbox-mode-map): Use it to remap existing bindings for cursor
19470 motion instead of binding literal keys.
19471
19472 2005-10-25 Glenn Morris <rgm@gnu.org>
19473
19474 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19475 diary does not end in a newline. Do not assume a blank line at
19476 the start of the diary file.
19477
19478 2005-10-25 Kenichi Handa <handa@m17n.org>
19479
19480 * international/quail.el (quail-translate-key): If the input
19481 method is deterministic and failed to handle the last key, restart
19482 the key handling loop from an appropriate key.
19483
19484 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19485
19486 * vc.el (vc-dired-mode): Extend comment for binding of
19487 `directory-listing-before-filename-regexp'.
19488
19489 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * textmodes/texinfo.el (texinfo-mode):
19492 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19493 not to unnecessarily expose emacs-mule's internal char codes.
19494
19495 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19496
19497 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19498 Display hand pointer and help-echo on disabled icon too.
19499 (gdb-mouse-until): New function.
19500 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19501
19502 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19503
19504 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19505 with 2005-10-23 change to doctor.el.
19506
19507 * finder.el (finder-mode-map): Add follow-link binding.
19508
19509 2005-10-25 Kim F. Storm <storm@cua.dk>
19510
19511 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19512 to gdb-mouse-toggle-breakpoint-fringe.
19513 (gdb-mouse-toggle-breakpoint-margin): Rename from
19514 gdb-mouse-toggle-breakpoint. Fix doc.
19515 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19516 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19517 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19518 string properties also for fringe breakpoint bitmaps.
19519
19520 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19521
19522 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19523
19524 2005-10-25 Masatake YAMATO <jet@gyve.org>
19525
19526 * simple.el (completion-common-substring):
19527 Use `completion-common-substring' prior to `completion-base-size'.
19528
19529 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19530
19531 * savehist.el: Require CL while compiling.
19532 (savehist-history-variables): Remove.
19533 (savehist-save-minibuffer-history, savehist-additional-variables)
19534 (savehist-minibuffer-history-variables): New vars.
19535 (savehist-save): Use them.
19536 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19537 (savehist-install): New fun, extracted from savehist-load.
19538 (savehist-load): Use them.
19539
19540 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19541
19542 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19543 a dummy doc-string-elt property.
19544 (defalias, defvaralias, define-category): Add a docstring property.
19545
19546 * image.el (defimage):
19547 * widget.el (define-widget):
19548 * custom.el (defface, defcustom): Add `doc-string' declaration.
19549
19550 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19551 (defadvice): Add `doc-string' declaration.
19552
19553 * emacs-lisp/byte-run.el (macro-declaration-function):
19554 Handle `doc-string' declarations.
19555 (define-obsolete-function-alias, define-obsolete-variable-alias):
19556 Add `doc-string' declaration.
19557
19558 2005-10-24 Kenichi Handa <handa@m17n.org>
19559
19560 * international/utf-7.el (utf-7): Add autoload cookie.
19561
19562 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19563
19564 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19565
19566 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19567 list of directories passed to batch-update-autoloads. Add "." to
19568 the list of the echoed directories.
19569
19570 * pgg-def.el:
19571 * pgg-gpg.el:
19572 * pgg-parse.el:
19573 * pgg-pgp.el:
19574 * pgg-pgp5.el:
19575 * pgg.el: Moved here from the gnus subdirectory.
19576
19577 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19578
19579 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19580 in case comint-prompt-read-only is set to t.
19581
19582 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19583 in case comint-prompt-read-only is set to t.
19584
19585 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19586
19587 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19588 Now a string.
19589 (icalendar-import-format): Handle CLASS, STATUS, URL.
19590 Rename `subject' to `summary'.
19591 (icalendar-import-format-summary): Rename from
19592 `icalendar-import-format-subject'.
19593 (icalendar-import-format-url, icalendar-import-format-status)
19594 (icalendar-import-format-class): New variables.
19595 (icalendar--rris): Take variable argument list.
19596 (icalendar--datestring-to-isodate): Remove unnecessary
19597 calendar-style check when converting dates with explicit month names.
19598 (icalendar-export-region): Change return type of conversion
19599 subroutines. Bury current buffer unless error occurred.
19600 (icalendar--convert-to-ical)
19601 (icalendar--parse-summary-and-rest): New functions.
19602 (icalendar--convert-ordinary-to-ical)
19603 (icalendar--convert-weekly-to-ical)
19604 (icalendar--convert-yearly-to-ical)
19605 (icalendar--convert-block-to-ical)
19606 (icalendar--convert-cyclic-to-ical)
19607 (icalendar--convert-anniversary-to-ical): Change return type.
19608 Strip trailing blanks from subject.
19609 (icalendar--convert-sexp-to-ical): Change return type.
19610 Strip trailing blanks from subject. Handle simple sexp
19611 entries as generated by icalendar.el.
19612 (icalendar--convert-float-to-ical)
19613 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19614 (icalendar-import-file): Doc fix.
19615 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19616 Correct call to icalendar--rris.
19617 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19618 `summary'.
19619 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19620
19621 2005-10-24 Romain Francoise <romain@orebokech.com>
19622
19623 * server.el (server-sentinel): Set query-on-exit flag to nil on
19624 new client processes (it isn't inherited from the server process).
19625
19626 * replace.el (occur-engine): Rearrange text properties.
19627
19628 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19629
19630 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19631 case-fold-search is nil.
19632 (debug-help-follow): Use help-xref-interned directly.
19633
19634 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19635
19636 * thumbs.el (thumbs-image-type): Add .pbm.
19637
19638 2005-10-23 Richard M. Stallman <rms@gnu.org>
19639
19640 * faces.el (inhibit-face-set-after-frame-default): New variable.
19641 (set-face-attribute): Bind it.
19642 (face-set-after-frame-default): Test it.
19643
19644 * help-fns.el (describe-simplify-lib-file-name): New function.
19645 (describe-function-1, describe-variable): Use it.
19646
19647 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19648
19649 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19650 Eliminate nil as possible value.
19651 (tooltip-hide-delay): Reduce internal-border-width.
19652
19653 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19654 (menu-bar-file-menu) <new-file>: Likewise.
19655
19656 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19657
19658 * international/mule.el (load-with-code-conversion):
19659 Pass full file name to `eval-buffer' unless preloading.
19660
19661 * textmodes/flyspell.el (flyspell-large-region):
19662 Call ispell-check-version.
19663
19664 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19665 Fix the make-variable-buffer-local call that was supposed
19666 to be for this variable.
19667 (ispell-aspell-supports-utf8): Doc fix.
19668 (ispell-find-aspell-dictionaries): Preserve elements of
19669 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19670 (ispell-aspell-find-dictionary): Return nil on error.
19671
19672 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19673 (doctor-symptoms): Likewise.
19674
19675 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19676
19677 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19678
19679 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19680 (custom-raised-buttons): Add :set spec.
19681 (custom-button-unraised, custom-button-pressed-unraised):
19682 New faces, so that custom-raised-buttons actually does something.
19683 (custom-mode): Use custom-button and custom-button-pressed.
19684
19685 * wid-edit.el (widget-specify-button): Don't ignore
19686 widget-mouse-face on graphic terminals.
19687 (widget-move-and-invoke): Cleanup.
19688
19689 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19690
19691 * whitespace.el (whitespace-cleanup): Doc fix.
19692
19693 2005-10-23 Romain Francoise <romain@orebokech.com>
19694
19695 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19696 `eval-after-load' to avoid evaluating their result.
19697
19698 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19699
19700 * files.el (directory-listing-before-filename-regexp):
19701 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19702
19703 * dired.el (dired-move-to-filename-regexp): Remove.
19704 All occurences replaced by `directory-listing-before-filename-regexp'.
19705
19706 * dired-x.el, locate.el, vc.el:
19707 Replace `dired-move-to-filename-regexp' by
19708 `directory-listing-before-filename-regexp'. In vc.el it is
19709 overwritten locally; maybe this can be handled in files.el too.
19710
19711 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19712 replaced by `directory-listing-before-filename-regexp'.
19713
19714 2005-10-23 Andreas Schwab <schwab@suse.de>
19715
19716 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19717 and eval-next-after-load.
19718
19719 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19720
19721 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19722 exist, create it.
19723
19724 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19725
19726 * allout.el: Remove autoloads for mailcrypt and crypt++.
19727 Require pgg, pgg-gpg during compilation.
19728 (allout-version): Increment version number to 2.1, and use a literal
19729 rather than RCS Id.
19730 (allout-default-encryption-scheme): Remove.
19731 (allout-passphrase-verifier-handling)
19732 (allout-passphrase-verifier-string)
19733 (allout-file-passphrase-verifier-string)
19734 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19735 (allout-passphrase-hint-handling): Rename and simplify.
19736 (allout-init): Use `find-file-hook' if available, otherwise
19737 `find-file-hooks'.
19738 (allout-mode): Use `write-file-functions' if available, otherwise
19739 `local-write-file-hooks' and, instead of making auto-save-hook
19740 buffer local, make the write-file-hook activity contingent to
19741 allout-mode.
19742 (allout-mode): Use key-binding substitution in the docstring.
19743 (allout-kill-line): Spell-out kill ring data structure mutation
19744 instead of using byte-compiler-complaint-provoking `pop'.
19745 (allout-insert-listified): Use `insert' rather than `insert-string'
19746 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19747 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19748 (allout-encrypt-string): Totally revamped vis new underlying
19749 encryption facilities.
19750 (allout-mc-activate-passwd): Remove.
19751 (allout-obtain-passphrase): New, more or less replaces
19752 allout-mc-activate-passwd.
19753 (allout-encrypted-key-info): More or less replaces
19754 allout-encrypted-text-type.
19755 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19756 (my-mark-marker): Use `(featurep 'xemacs)'.
19757
19758 2005-10-23 Lars Hansen <larsh@soem.dk>
19759
19760 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19761 (byte-compile-file-form-defmumble, byte-compile-defun)
19762 (byte-compile-defmacro): Use it.
19763 (byte-compile-form): Don't call byte-compile-set-symbol-position
19764 when a byte-compile handler is called.
19765
19766 2005-10-22 Romain Francoise <romain@orebokech.com>
19767
19768 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19769
19770 * subr.el (eval-after-load): Convert library name to an absolute
19771 file name using locate-library, since load-history no longer has
19772 library names in it.
19773
19774 2005-10-22 Richard M. Stallman <rms@gnu.org>
19775
19776 * files.el (make-temp-file): Move from subr.el.
19777 * subr.el (make-temp-file): Move to files.el.
19778
19779 * window.el (get-buffer-window-list): Move from subr.el.
19780 * subr.el (get-buffer-window-list): Move to window.el.
19781
19782 * image.el (image-load-path): Use eval-at-startup to initialize.
19783
19784 * subr.el (eval-at-startup): New macro.
19785
19786 * subr.el: Much rearrangement of functions and division
19787 into pages. No code changes.
19788
19789 2005-10-22 Kenichi Handa <handa@m17n.org>
19790
19791 * tar-mode.el (tar-extract): Be sure to call
19792 find-operation-coding-system if set-auto-coding doesn't find a
19793 coding system.
19794
19795 2005-10-22 Kim F. Storm <storm@cua.dk>
19796
19797 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19798 Change users.
19799 (image-type-file-name-regexps): New defconst.
19800 (image-type-from-data): Simplify loop.
19801 (image-type-from-buffer): New defun.
19802 (image-type-from-file-header): Use it instead of image-type-from-data.
19803 Use image-search-load-path instead of only looking in data-directory.
19804 (image-type-from-file-name): New defun.
19805 (image-search-load-path): Change `pathname' to `filename'.
19806 Make PATH arg optional, default to image-load-path.
19807
19808 2005-10-21 Richard M. Stallman <rms@gnu.org>
19809
19810 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19811
19812 * textmodes/paragraphs.el (sentence-end-base): New variable.
19813 (sentence-end): Use sentence-end-base.
19814
19815 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19816
19817 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19818 property independently from the font-lock-multiline variable.
19819
19820 2005-10-21 Richard M. Stallman <rms@gnu.org>
19821
19822 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19823
19824 * startup.el (command-line): Convert library names
19825 in `load-history' to absolute file names.
19826
19827 * subr.el (symbol-file): Doc fix.
19828
19829 * loadhist.el (file-loadhist-lookup): Call locate-library
19830 instead of find-library-name. Don't try converting
19831 abs file names to library names, since load-history no longer
19832 has library names in it.
19833 (file-dependents, file-provides, file-requires): Doc fixes.
19834
19835 2005-10-21 Juri Linkov <juri@jurta.org>
19836
19837 * progmodes/etags.el (tags-table-mode): New function.
19838 (tags-verify-table): Replace initialize-new-tags-table with
19839 tags-table-mode.
19840
19841 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19842 default value.
19843 (desktop-modes-not-to-save): Add tags-table-mode to the
19844 default value.
19845
19846 * info.el (Info-index-next): Add total number of index
19847 alternatives to the message.
19848
19849 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19850 backward only space (instead of space and period) before looking
19851 at sentence end.
19852
19853 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19854 Add the old variable value as 4th default-value arg of read-string.
19855
19856 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19857
19858 * cus-face.el (custom-declare-face): Make face from X resources
19859 also on Mac.
19860
19861 * disp-table.el (standard-display-g1, standard-display-graphic):
19862 Refuse to use string glyphs also on Mac.
19863 (standard-display-european): Don't set terminal coding system also
19864 on Mac.
19865
19866 * frame.el (display-screens): Use x-display-screens also on Mac.
19867
19868 2005-10-21 Romain Francoise <romain@orebokech.com>
19869
19870 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19871
19872 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19873
19874 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19875 and $? into sexps.
19876
19877 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19878 warning face on open-paren-in-column-0.
19879
19880 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19881 boundary case. Fix typo.
19882 Suggested by Martin Rudalics <rudalics@gmx.at>.
19883
19884 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19885
19886 * textmodes/org.el (org-combined-agenda-icalendar-file)
19887 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19888 (org-export-icalendar-this-file)
19889 (org-export-icalendar-all-agenda-files)
19890 (org-export-icalendar-combine-agenda-files): New commands.
19891 (org-export-icalendar, org-print-icalendar-entries)
19892 (org-start-icalendar-file, org-finish-icalendar-file)
19893 (org-ical-ts-to-string): New functions.
19894 (org-read-date, org-goto-calendar)
19895 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19896 call to `calendar'.
19897 (orgtbl-setup): Remove the :keys arguments from the menu description.
19898 (org-after-save-iCalendar-file-hook): New variable.
19899
19900 2005-10-21 Kenichi Handa <handa@m17n.org>
19901
19902 * language/vietnamese.el (tcvn-5712): Make it an alias of
19903 vietnamese-tcvn coding-system.
19904
19905 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19906
19907 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19908 group id is given.
19909
19910 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19911
19912 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19913 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19914 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19915 whose line is either continued or ends with a comment.
19916
19917 2005-10-20 Romain Francoise <romain@orebokech.com>
19918
19919 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19920
19921 * replace.el (occur-engine): Add follow-link property.
19922
19923 * font-core.el (font-lock-mode): Doc fix.
19924
19925 2005-10-20 Richard M. Stallman <rms@gnu.org>
19926
19927 * net/rcirc.el: New file.
19928
19929 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19930
19931 * term.el (term-term-name): Initialize to "eterm-color".
19932
19933 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19934
19935 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19936 for encryption functionality.
19937 Move allout customization subgroup from `editing' to `outlines' group.
19938 Fix commentary keywords to legitimate ones.
19939 Update author info (using my current email address, obscurified).
19940 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19941 (allout-encrypted-topic-p, allout-encrypted-text-type)
19942 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19943 (allout-situate-encryption-key-verifier)
19944 (allout-get-encryption-key-verifier, allout-verify-key)
19945 (allout-next-topic-pending-encryption)
19946 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19947 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19948 (outline-key-verifier-handling, outline-key-hint-handling)
19949 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19950 (allout-file-key-verifier-string, allout-encryption-scheme)
19951 (allout-key-verifier-string, allout-key-hint-string)
19952 (allout-after-save-decrypt): New variables.
19953 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19954 (allout-after-saves-handler): New hook functions.
19955 (allout-post-command-business): Do allout-after-save-decrypt.
19956 (allout-enable-file-variable-adjustment): Custom var to enable
19957 mechanism for adding and adjusting settings of Emacs file variables.
19958 (allout-adjust-file-variable, allout-file-vars-section-data):
19959 New functions, implement the mechanism.
19960 (outlineify-sticky): Use the file vars mechanism.
19961 (allout-inhibit-protection, allout-during-write-cue)
19962 (allout-override-protect, allout-before-change-protect): Remove.
19963 (allout-flag-region, allout-open-topic): Adjust read-only text.
19964 (allout-open-line-not-read-only): Add to facilitate read-only
19965 text based protection.
19966 (allout-kill-line): Revise to adjust read-only text, clue the
19967 user about the inhibition.
19968 (allout-unprotected): Use unwind-protect.
19969 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19970 topic deeper than the offspring depth of the previous topic -
19971 avoiding confusing "containment discontinuities".
19972 (allout-reindent-bodies): Fix retention of body relative hanging
19973 indent during promotion of collapsed bodies.
19974 (allout-open-topic): Make it easy to open new topic with same
19975 bullet as current topic - topic creation functions provided with
19976 any universal argument provokes now prompt for bullet, defaulting
19977 to the bullet of the previous topic.
19978 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19979 Plain bullet alternates `.' period and `,' comma only. All other
19980 bullets are relegated to special status (but customizable).
19981 (allout-end-of-entry): Rename from allout-end-of-current-entry
19982 since it actually operates w.r.t. most immediately containing
19983 entry, visible or not.
19984 (allout-hide-current-entry, allout-show-current-entry): Use the
19985 revised version.
19986 (allout-old-expose-topic): Solidify deprecation.
19987 (allout-end-of-subtree): Add so we can span concealed as well
19988 as visible topics.
19989 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19990 (allout-end-of-current-heading): Tweak to just respect the first line.
19991 (allout-get-body-text): Add.
19992 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19993 when invoked interactively.
19994 (allout-up-current-level): Use `interactive-p'.
19995 (allout-mode, allout-init): Miscellaneous docstring and
19996 operational refinements, as well as hookups of new encryption stuff.
19997 (allout-beginning-of-current-entry): Now works as advertised.
19998 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19999 (allout-isearch-rectification): Refine condition for isearching.
20000 (allout-isearch-abort, allout-enwrap-isearch)
20001 (allout-flag-region, my-region-active-p): Relocate some macros.
20002 (allout-title): Fallback title is (buffer-name), not
20003 non-existing (current-buffer-name).
20004 (subst-char-in-string): Define if absent (for some XEmacs versions).
20005
20006 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20007
20008 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20009 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20010 (mail-citation-prefix-regexp, mail-signature-file)
20011 (mail-default-headers, mail-bury-selects-summary)
20012 (mail-send-nonascii): Add autoload cookies.
20013
20014 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20015
20016 * frame.el (blink-cursor-mode): Add `mac' to the list of
20017 window-system's that support blinking cursor.
20018
20019 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20020
20021 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20022
20023 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20024
20025 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20026 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20027 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20028
20029 2005-10-20 Kim F. Storm <storm@cua.dk>
20030
20031 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20032 (ido-set-current-directory): Don't add / after final @.
20033 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20034 Explicitly handle ange-ftp completion oddities.
20035 (ido-make-file-list): Don't rotate list at tramp root to avoid
20036 triggering tramp file handler for expand-file-name via get-file-buffer.
20037
20038 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20039
20040 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20041
20042 2005-10-19 Jay Belanger <belanger@truman.edu>
20043
20044 * calc/calc-units.el (math-standard-units): Add units, adjust
20045 symbols and update values.
20046 (math-unit-prefixes): Add more prefixes.
20047
20048 2005-10-19 Romain Francoise <romain@orebokech.com>
20049
20050 * bookmark.el (bookmark-menu-heading): New face.
20051 (bookmark-bmenu-list): Use it.
20052 Don't fiddle with `baud-rate' at top-level.
20053
20054 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20055
20056 * image.el (create-image, find-image): Mention max-image-size in
20057 docstring.
20058
20059 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20060
20061 * savehist.el (savehist-load): Revert to checking XEmacs.
20062
20063 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20064 Various docstring and line-width fixups.
20065 (conf-mode): Use cond.
20066 Set font-lock-defaults. Don't set comment-use-syntax.
20067
20068 2005-10-18 David Ponce <david@dponce.com>
20069
20070 * tree-widget.el (tree-widget-button-click): New function.
20071 (tree-widget-button-keymap): Use it.
20072
20073 2005-10-18 Romain Francoise <romain@orebokech.com>
20074
20075 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20076 (bookmark-bmenu-hide-filenames): Add follow-link property.
20077 Improve help-echo text.
20078
20079 * ffap.el (find-file-at-point): Doc fix.
20080
20081 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20082
20083 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20084
20085 2005-10-18 Masatake YAMATO <jet@gyve.org>
20086
20087 Install to the CVS repository what I forgot to install in my
20088 2005-10-16 changes.
20089
20090 * progmodes/python.el (python-complete-symbol): Pass the common
20091 prefix substring of completion to `display-completion-list'.
20092
20093 * textmodes/org.el (org-complete): Ditto.
20094
20095 2005-10-18 Masatake YAMATO <jet@gyve.org>
20096
20097 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20098
20099 * woman.el (WoMan-xref-man-page): New button type derived
20100 from `Man-abstract-xref-man-page'.
20101 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20102
20103 * man.el (Man-abstract-xref-man-page): New button type.
20104 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20105 (Man-highlight-references): Add new optional argument `xref-man-type'.
20106
20107 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20108
20109 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20110
20111 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20112
20113 * cus-edit.el (Custom-move-and-invoke): Delete.
20114 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20115
20116 * wid-edit.el (widget-move-and-invoke): New function, from
20117 Custom-move-and-invoke.
20118
20119 2005-10-17 Bill Wohler <wohler@newt.com>
20120
20121 Move all remaining images from lisp/toolbar to etc/images, move
20122 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20123 the low resolution images in their own directory (low-color).
20124
20125 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20126 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20127 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20128 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20129 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20130 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20131 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20132
20133 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20134 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20135 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20136 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20137 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20138 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20139 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20140 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20141 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20142 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20143 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20144 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20145 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20146 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20147 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20148
20149 To conform with convention, replace the underscore (_) in the
20150 following image names with dash (-) or (/) as appropriate.
20151
20152 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20153 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20154 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20155 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20156 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20157 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20158 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20159 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20160 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20161 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20162 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20163 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20164 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20165 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20166 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20167
20168 * info.el (info-tool-bar-map): Replace underscores in image names
20169 with dashes.
20170
20171 * makefile.w32-in (WINS): Remove toolbar.
20172
20173 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20174
20175 * tool-bar.el: Move to lisp from toolbar. Now that
20176 toolbar is empty, it should be deleted when folks run "cvs up -P".
20177
20178 2005-10-18 Jay Belanger <belanger@truman.edu>
20179
20180 * calc/calc-store.el (calc-store-into): Get the proper variable name
20181 to display in message.
20182
20183 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20184
20185 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20186 expressions display in speedbar for all buffers when debugging.
20187 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20188
20189 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20190 (speedbar-insert-button, speedbar-make-button):
20191 Use add-text-properties.
20192 (speedbar-update-localized-contents)
20193 (speedbar-update-directory-contents)
20194 (speedbar-update-special-contents): Use dolist.
20195 (speedbar-buffer-easymenu-definition): Add a menu separator.
20196
20197 2005-10-17 Jason Rumney <jasonr@gnu.org>
20198
20199 * makefile.w32-in: Use $(lisp) consistently.
20200 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20201 for shell specific generation of mh-autoloads.
20202
20203 2005-10-17 Richard M. Stallman <rms@gnu.org>
20204
20205 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20206
20207 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20208
20209 * jit-lock.el (jit-lock-fontify-now):
20210 Move jit-lock-context-unfontify-pos to avoid wasted work.
20211
20212 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20213
20214 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20215 `tramp-completion-mode' for checking if we are in completion mode.
20216 (tramp-completion-handle-file-name-all-completions): Reorder code
20217 in order to complete for file names only in case there are no
20218 method/user/host completions. This is necessary for cooperation
20219 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20220
20221 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20222
20223 * longlines.el (longlines-search-forward)
20224 (longlines-search-backward): Match any number of spaces.
20225
20226 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20227
20228 * diff-mode.el (diff-mode): Doc fix.
20229
20230 2005-10-16 David Reitter <david.reitter@gmail.com>
20231
20232 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20233 as default on darwin and windows systems.
20234
20235 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20236
20237 * arc-mode.el (archive-zip-extract): Doc fix.
20238
20239 2005-10-16 Romain Francoise <romain@orebokech.com>
20240
20241 * mouse.el (mouse-1-click-follows-link): Doc fix.
20242
20243 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20244
20245 * savehist.el: Don't require CL at runtime.
20246 (savehist-xemacs): Remove.
20247 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20248 (savehist-no-conversion): Use (featurep 'xemacs).
20249 (savehist-load): Check existence of start-itimer rather than XEmacs.
20250 Use an idle timer.
20251 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20252 `delete-if-not'.
20253
20254 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20255
20256 * savehist.el: Newer version.
20257 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20258 (savehist-last-checksum, savehist-no-conversion): New vars.
20259 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20260 New functions.
20261 (savehist-load, savehist-save): Use them.
20262 (savehist-delimit): Remove.
20263
20264 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20265
20266 * progmodes/compile.el (compilation-goto-locus): Display the
20267 compilation buffer first and the source buffer second, in case they're
20268 in overlapping frames. Don't raise the compilation frame if it was the
20269 selected window upon entry. Pass the `other-window' arg to
20270 pop-to-buffer.
20271
20272 * info.el (Info-fontify-node): Use dolist.
20273 Change add-text-properties to put-text-property.
20274
20275 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20276
20277 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20278 bound of search.
20279
20280 2005-10-16 Masatake YAMATO <jet@gyve.org>
20281
20282 * dabbrev.el (dabbrev-completion): Pass the common
20283 prefix substring of completion to `display-completion-list'.
20284
20285 * filecache.el (file-cache-minibuffer-complete)
20286 (file-cache-complete): Ditto.
20287
20288 * tempo.el (tempo-display-completions): Ditto.
20289
20290 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20291
20292 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20293
20294 * eshell/em-hist.el (eshell-list-history): Ditto.
20295
20296 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20297
20298 * mail/mailalias.el (mail-complete): Ditto.
20299
20300 * progmodes/etags.el (complete-tag): Ditto.
20301
20302 * progmodes/make-mode.el (makefile-complete): Ditto.
20303
20304 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20305
20306 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20307
20308 * progmodes/pascal.el (pascal-complete-word)
20309 (pascal-show-completions): Ditto.
20310
20311 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20312
20313 * simple.el (completion-common-substring): New variable.
20314 (completion-setup-function): Use `completion-common-substring'
20315 to put faces.
20316
20317 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20318
20319 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20320 (x-get-selection, mac-select-convert-to-string): Convert from/to
20321 UTF-16 clipboard data as in native byte order, no BOM.
20322
20323 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20324
20325 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20326 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20327 (gud-sentinel): Use speedbar-frame to check for speedbar.
20328
20329 2005-10-15 Richard M. Stallman <rms@gnu.org>
20330
20331 * savehist.el: New file.
20332
20333 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20334
20335 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20336 Fix bug in \bf fontification.
20337
20338 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20339
20340 * pcvs.el (cvs-edit-log-files): New var.
20341 (cvs-mode-edit-log): New arg `file'.
20342 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20343 Instead force the use of the original file and nothing else.
20344 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20345 the cvs-minor-wrap-function is set.
20346 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20347
20348 2005-10-14 Bill Wohler <wohler@newt.com>
20349
20350 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20351 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20352 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20353 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20354 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20355 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20356 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20357 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20358 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20359 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20360 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20361 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20362 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20363 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20364 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20365
20366 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20367 appropriately (for example, gud-break to gud/break).
20368
20369 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20370
20371 * longlines.el (longlinges-search-function)
20372 (longlines-search-forward, longlines-search-backward): New functions.
20373 (longlines-mode): Set isearch-search-fun-function to
20374 longlinges-search-function.
20375
20376 * mouse.el (mouse-drag-region-1): Handle the case where a
20377 double-click event is bound to an arbitrary function.
20378
20379 2005-10-14 David Ponce <david@dponce.com>
20380
20381 * recentf.el (recentf-track-opened-file)
20382 (recentf-track-closed-file, recentf-update-menu)
20383 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20384 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20385 mouse-1-click-follows-link.
20386
20387 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20388
20389 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20390 Gnome file-manager.png. Suggested by
20391 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20392
20393 * toolbar/README: Add diropen.xpm.
20394
20395 2005-10-13 Bill Wohler <wohler@newt.com>
20396
20397 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20398 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20399
20400 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20401
20402 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20403 Don't waste the byte-compiler's time on constant data.
20404
20405 2005-10-13 Kenichi Handa <handa@m17n.org>
20406
20407 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20408 byte with `escape-glyph' face.
20409
20410 * international/fontset.el (ccl-encode-unicode-font):
20411 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20412 Handle the case that ucs-mule-to-mule-unicode translates a character to
20413 ASCII (usually for IPA characters).
20414
20415 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20416
20417 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20418 Don't hide the underline of titles if font-lock-mode is disabled.
20419
20420 2005-10-12 Bill Wohler <wohler@newt.com>
20421
20422 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20423 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20424 files in MH-E-SRC have been updated.
20425 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20426
20427 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20428
20429 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20430 (mixal-mode-syntax-table): Add \n as end-comment.
20431 (mixal-operation-codes-alist): Immediately initialize to full value.
20432 (mixal-add-operation-code): Remove.
20433 (mixal-describe-operation-code): Make the arg non-optional.
20434 Use the interactive spec instead.
20435 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20436 (mixal-font-lock-keywords): Don't highlight comments here any more.
20437 (mixal-font-lock-syntactic-keywords): New var.
20438 (mixal-mode): Use it. Fix comment-start-skip.
20439
20440 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20441
20442 * startup.el (command-line-x-option-alist): -nb => -nbi
20443
20444 2005-10-12 Kim F. Storm <storm@cua.dk>
20445
20446 * startup.el (fancy-splash-default-action): Discard mouse click in
20447 the splash screen window, as it has no sensible meaning in the
20448 next window to be selected. Fixes error reported by Jan D.
20449
20450 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20451
20452 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20453
20454 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20457 Try to fix up minor layout issues like indentation, line break, etc...
20458 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20459 because it doesn't work.
20460 (mixal-operation-codes): Add some more codes.
20461 (mixal-font-lock-keywords): Process comments here.
20462 (mixal-mode): mixasm no longer needs -g option.
20463
20464 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20465
20466 * progmodes/sh-script.el (sh-tmp-file):
20467 Use mktemp -t. Finish support for es and rc shells.
20468
20469 2005-10-11 Jay Belanger <belanger@truman.edu>
20470
20471 * calc/calcalg2.el (calc-integral): With an argument, compute the
20472 definite integral.
20473
20474 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20475
20476 * mouse.el (mouse-drag-region-1): Don't try to catch a
20477 double-click when doing follow-link (it's overridden anyway).
20478
20479 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20480
20481 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20482 (autoload-print-form-outbuf): Add docstring.
20483
20484 2005-10-11 Juri Linkov <juri@jurta.org>
20485
20486 * info.el (Info-mode-menu): Delete menu item "Edit".
20487 (Info-mode): Delete description of Info-edit from docstring,
20488 and rearrange descriptions of Info commands in the order
20489 they are documented in the Info manual.
20490
20491 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20492
20493 * calendar/appt.el (appt-check): Use diary-selective-display var.
20494
20495 2005-10-10 Richard M. Stallman <rms@gnu.org>
20496
20497 * net/newsticker.el (newsticker-start, newsticker-show-news):
20498 Add autoload cookies.
20499
20500 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20501
20502 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20503
20504 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20505
20506 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20507
20508 2005-10-10 Jay Belanger <belanger@truman.edu>
20509
20510 * calc/calc-arith.el (math-check-known-scalarp)
20511 (math-check-known-matrixp): Check the values of arguments that are
20512 variables.
20513 (math-check-known-square-matrixp): New function.
20514 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20515 (math-super-types): Add sqmatrix type.
20516
20517 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20518 mode name `square' to `sqmatrix'.
20519
20520 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20521 mode name `square' to `sqmatrix'.
20522
20523 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20524
20525 * progmodes/etags.el (select-tags-table-mode): Don't use
20526 selective-display.
20527 (tags-select-tags-table): Pass `button' to the action function.
20528 (select-tags-table): Place the side-info on button properties rather
20529 than in hidden text. Abbreviate file names.
20530 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20531 (select-tags-table-select): Add `button' argument.
20532 Get side-info from the button property rather than from hidden text.
20533
20534 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20535
20536 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20537 (gud-speedbar-buttons): Preserve point if possible.
20538 (gud-sentinel): Restore previous speedbar display type.
20539
20540 * progmodes/gdb-ui.el (gdba): Improve diagram.
20541 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20542 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20543 Call get-buffer-window once.
20544
20545 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20546
20547 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20548 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20549 (pascal-indent-command): Remove unused var `ind'.
20550 (pascal-indent-case): Remove unused var `oldpos'.
20551 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20552 since it's now used as a proper minor mode map.
20553 (pascal-outline): Rename to pascal-outline-mode.
20554 (pascal-outline-mode): Use define-minor-mode.
20555 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20556 selective-display.
20557
20558 2005-10-10 Andreas Schwab <schwab@suse.de>
20559
20560 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20561 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20562
20563 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20564 outside source directory.
20565
20566 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20567
20568 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20569 C-x' as a prefix.
20570 (orgtbl-mode-map): Full keymap instead of sparse, because all
20571 `self-insert-command' keys are redefined in this map.
20572 (org-export-as-html): Specify charset for HTML file, by taking it
20573 from the coding system.
20574
20575 2005-10-10 Kenichi Handa <handa@m17n.org>
20576
20577 * textmodes/flyspell.el (flyspell-check-word-p):
20578 If unread-command-events is non-empty, don't call sit-for.
20579
20580 2005-10-09 Richard M. Stallman <rms@gnu.org>
20581
20582 * font-lock.el (font-lock-syntactic-keywords)
20583 (font-lock-keywords): Doc fixes.
20584
20585 * textmodes/flyspell.el (flyspell-external-point-words):
20586 Simplify logic, and don't try to check for consecutive appearances
20587 of one incorrect word.
20588
20589 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20590
20591 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20592 separator.
20593
20594 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20595 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20596 (gud-expansion-speedbar-buttons): New function.
20597 (gud-speedbar-buttons): Check for gud-comint-buffer.
20598
20599 2005-10-09 Bill Wohler <wohler@newt.com>
20600
20601 * Makefile.in (updates): Add mh-loaddefs dependency.
20602
20603 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20604
20605 * speedbar.el (speedbar-file-key-map): Fix typo.
20606
20607 2005-10-09 Daniel Brockman <daniel@brockman.se>
20608
20609 * cus-start.el (line-spacing): Add custom spec.
20610
20611 2005-10-09 Romain Francoise <romain@orebokech.com>
20612
20613 * textmodes/ispell.el (ispell-check-version): Fix last change.
20614
20615 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20616
20617 * term/x-win.el: Remove -i, --icon-type from comment.
20618
20619 * startup.el (command-line-x-option-alist): Remove options -i,
20620 -itype, --icon-type, added -nb, --no-bitmap-icon
20621
20622 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20623
20624 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20625 instead of :active.
20626
20627 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20628
20629 * textmodes/ispell.el (ispell-check-version):
20630 Ignore hyphen, and all that follows, in aspell's version text.
20631
20632 2005-10-08 Jay Belanger <belanger@truman.edu>
20633
20634 * calc/calc-arith.el (math-known-square-matrixp): New function.
20635 (math-pow-fancy): Check for matrices before distributing exponent
20636 across products.
20637
20638 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20639 fullscreen keypad. Suggested by Luc Teirlinck.
20640 (calc-keypad-show-input): Add space for formatting.
20641
20642 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20643 Add square matrix option.
20644
20645 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20646 of checking calc-matrix-mode when deciding how to expand.
20647
20648 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20649
20650 2005-10-08 Lars Hansen <larsh@soem.dk>
20651
20652 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20653 Add error handling.
20654 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20655
20656 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20657
20658 Sync with Tramp 2.0.51.
20659
20660 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20661 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20662 Insert special handling for `last-coding-system-used', again
20663 it still seems to be necessary (unlike stated before).
20664 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20665 (tramp-password-prompt-regexp): There might be other words before
20666 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20667 (tramp-chunksize): Improve docstring.
20668 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20669 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20670 Christian Joergensen <bugs@razor.dk>.
20671
20672 2005-10-07 Glenn Morris <rgm@gnu.org>
20673
20674 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20675 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20676 precision'.
20677
20678 2005-10-07 Romain Francoise <romain@orebokech.com>
20679
20680 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20681 (ibuffer-do-shell-command-pipe-replace)
20682 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20683 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20684 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20685 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20686 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20687 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20688 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20689 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20690 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20691 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20692 Autoload file sans suffix.
20693
20694 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20695
20696 2005-10-07 David Ponce <david@dponce.com>
20697
20698 * recentf.el (recentf-menu-open-all-flag): New option.
20699 (recentf-digit-shortcut-command-name): New function.
20700 (recentf--shortcuts-keymap): New variable.
20701 (recentf-menu-shortcuts): New variable.
20702 (recentf-make-menu-items): Initialize it. Replace the "More..."
20703 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20704 (recentf-menu-value-shortcut): New function.
20705 (recentf-make-menu-item): Use it. No more in-lined.
20706 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20707 (recentf-open-most-recent-file): Rename from
20708 `recentf-open-file-with-key'. Don't depend on key binding.
20709 (recentf-mode-map): New variable.
20710 (recentf-mode): Use it.
20711
20712 2005-10-06 Bill Wohler <wohler@newt.com>
20713
20714 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20715
20716 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20717 (MH-E-SRC): New. Used by mh-autoloads.
20718 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20719 files in MH-E-SRC have been updated.
20720 (compile, recompile, bootstrap): Depend on mh-autoloads.
20721
20722 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20723
20724 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20725 gud-break and gud-remove icons when the fringe is not available.
20726
20727 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20728 Typo.
20729
20730 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20731
20732 * play/zone.el (zone): Wrap body with save-window-excursion.
20733
20734 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20735
20736 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20737 Use the new `list-only' arg to diary-list-entries.
20738
20739 * calendar/diary-lib.el: Use overlays rather than selective-display.
20740 (diary-selective-display): New var.
20741 (diary-header-line-format): Use it.
20742 (diary-list-entries): Add argument `list-only'.
20743 Put the buffer in diary-mode. Don't add \^M at beg and end.
20744 Replace \^M by invisible overlays.
20745 (diary-unhide-everything): Replace \^M by invisible overlays.
20746 (print-diary-entries): Look for overlays rather than \^M.
20747 Add a space to the temp buffer name.
20748 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20749 Put the buffer in diary-mode.
20750 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20751 (diary-anniversary): Make the year arg optional.
20752 (diary-time-regexp): New const.
20753 (diary-font-lock-keywords): Use it to accept a few more time formats.
20754
20755 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20756
20757 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20758
20759 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20760 Fix bug introduced 2005-07-03: Use (car (last ...))
20761 to faithfully reproduce replaced artist-last.
20762 (artist-set-arrow-points-for-poly): Likewise.
20763 Suggested by Johan Bockg\e,Ae\e(Brd.
20764
20765 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20766
20767 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20768 * wid-edit.el (widget):
20769 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20770 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20771
20772 2005-10-06 Kenichi Handa <handa@m17n.org>
20773
20774 * international/mule-cmds.el (set-language-environment):
20775 Fix setting up of case-table for unibyte mode.
20776
20777 * simple.el (what-cursor-position): If the character is displayed
20778 by some `display' text property, show that. Don't use
20779 single-key-description for eight-bit characters in multibyte mode.
20780
20781 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20782
20783 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20784 (gdb-ann3): Set it.
20785 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20786 (gdb-info-frames-custom): Use inverse-video for first five
20787 characters of selected frame only.
20788 (gdb-get-frame-number): Select frame even when point is on frame
20789 number.
20790
20791 2005-10-06 Masatake YAMATO <jet@gyve.org>
20792
20793 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20794 Put `font-lock-function-name-face'.
20795 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20796 and `font-lock-variable-name-face'
20797 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20798 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20799 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20800 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20801 (gdb-local-font-lock-keywords): New font lock keywords definition.
20802 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20803 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20804 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20805
20806 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20807
20808 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20809 (ediff-merge-region-is-non-clash-to-skip): Previously called
20810 ediff-merge-region-is-non-clash.
20811
20812 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20813 Use insert-buffer-substring.
20814
20815 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20816 selecting files to patch. Also bug fixes.
20817
20818 * ediff-util.el (ediff-setup): Bug fix.
20819 (ediff-next-difference): Never skip clashes that differ in white
20820 space only.
20821
20822 * ediff-wind.el (ediff-setup-control-frame)
20823 (ediff-destroy-control-frame): Check the menubar feature.
20824
20825 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20826 (viper-refresh-mode-line): Use make-local-variable to localize
20827 some vars instead of make-variable-buffer-local. Suggested by
20828 Stefan Monnier.
20829
20830 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20831 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20832 Use make-local-variable instead of make-variable-buffer-local.
20833 Suggested by Stefan Monnier.
20834
20835 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20836 (viper-comint-mode-hook): Use make-local-variable on
20837 require-final-newline.
20838 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20839
20840 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20841
20842 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20843 also the second char of a comment-start sequence.
20844 (scheme-sexp-comment-syntax-table): New var.
20845 (lambda, define): Set their scheme-doc-string-elt property.
20846 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20847 Use lisp-font-lock-syntactic-face-function now that it properly
20848 handles |...| symbols.
20849 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20850 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20851
20852 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20853 bit from # to |.
20854 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20855
20856 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20857 (lisp-doc-string-elt-property): New var.
20858 (lisp-font-lock-syntactic-face-function): Use it.
20859 Rewrite to recognize docstrings even for forms not at toplevel.
20860
20861 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20862 annotation on the | part of #| rather than on the # part.
20863 (scheme-font-lock-syntactic-face-function): New function, to
20864 distinguish strings from |...| symbols.
20865 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20866 syntax-table so that #|...|# is properly highlighted.
20867
20868 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20869 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20870
20871 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20872
20873 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20874 and C-e.
20875
20876 * emacs-lisp/eldoc.el: Move comments into docstrings.
20877 (eldoc-message-commands): Initialize in its declaration.
20878 Add move-beginning-of-line and move-end-of-line.
20879 (eldoc-add-command, eldoc-add-command-completions)
20880 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20881
20882 * outline.el (outline-mark-subtree): Activate the mark.
20883
20884 * calendar/appt.el (appt-time-regexp): New var.
20885 (appt-add, appt-make-list): Use it.
20886 (appt-convert-time): Clean up.
20887
20888 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20889 Don't set any syntax-table property here.
20890 (tex-font-lock-verb): New function. Do it here.
20891 (tex-font-lock-syntactic-keywords): Use it.
20892
20893 2005-10-04 Richard M. Stallman <rms@gnu.org>
20894
20895 * wid-edit.el (widget-file-complete): Get the widget start point
20896 the right way. Default directory to `/' if file has none.
20897
20898 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20899
20900 * textmodes/flyspell.el (flyspell-mode-on):
20901 Call ispell-maybe-find-aspell-dictionaries.
20902
20903 * textmodes/ispell.el (ispell-word, ispell-region):
20904 Call ispell-maybe-find-aspell-dictionaries.
20905 (ispell-accept-buffer-local-defs):
20906 Don't call ispell-maybe-find-aspell-dictionaries
20907
20908 2005-10-04 Richard M. Stallman <rms@gnu.org>
20909
20910 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20911
20912 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20913
20914 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20915 instead of `fboundp' in order to allow for anonymous functions.
20916
20917 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20918
20919 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20920 case the user clicks on the link while another window is selected.
20921 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20922
20923 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20924 functionality.
20925 (dframe-help-echo): Save point in case mouse tracking is off.
20926
20927 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20928
20929 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20930
20931 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20932
20933 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20934 not change the global value of those vars.
20935
20936 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20937 make-local-variable which we do not need any more.
20938
20939 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20940
20941 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20942 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20943 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20944 (speedbar-path-line): Define obsolete aliases.
20945 (speedbar-line-directory): Doc fix.
20946
20947 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20948 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20949 instead of speedbar-line-path.
20950
20951 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20952
20953 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20954 to nil if dropping on a window. Handle dropping on a minibuffer window
20955 like dropping on a non-window part of Emacs.
20956
20957 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20958
20959 * net/ange-ftp.el: Use with-current-buffer.
20960 (ange-ftp-insert-directory): Do not follow symlinks any more.
20961
20962 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20963 Remove interactive spec.
20964
20965 2005-10-03 Kim F. Storm <storm@cua.dk>
20966
20967 * ido.el (ido-mode): Use custom-initialize-set.
20968
20969 2005-10-02 Richard M. Stallman <rms@gnu.org>
20970
20971 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20972 Use insert-buffer-substring.
20973
20974 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20975 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20976
20977 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20978
20979 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20980 in last change.
20981 (ange-ftp-insert-directory): Fix up the search for the case where
20982 `file' is absolute.
20983
20984 2005-10-02 Romain Francoise <romain@orebokech.com>
20985
20986 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20987
20988 2005-10-02 Andreas Schwab <schwab@suse.de>
20989
20990 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20991 directory component in the session info.
20992
20993 2005-10-01 Richard M. Stallman <rms@gnu.org>
20994
20995 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20996
20997 * simple.el (next-error-internal): New function.
20998
20999 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21000 (compilation-start): Pass new arg to compilation-buffer-name.
21001 (compile-goto-error): Use next-error-internal.
21002
21003 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21004
21005 * speedbar.el: Remove RCS tag.
21006 (speedbar-check-read-only): Handle non-existent files.
21007
21008 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21009
21010 * info.el (Info-speedbar-hierarchy-buttons)
21011 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21012
21013 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21014
21015 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21016 Do not match newline.
21017 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21018 (bibtex-summary): Remove unnecessary save-excursion.
21019 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21020
21021 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21022
21023 * term/mac-win.el: Add charset info for "iso10646-1".
21024 Modify default fontset to use ATSUI-compatible fonts for some charsets
21025 if available.
21026
21027 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21028
21029 * speedbar.el: Re-apply arch tag.
21030 (speedbar-version): Rename to version 1.0. Suggested by Eric
21031 M. Ludlam.
21032 Reapply two changes from Emacs CVS' version of speedbar lost
21033 during the merge:
21034 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21035 (speedbar-frame-parameters): Improve customize type.
21036
21037 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21038
21039 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21040 (ange-ftp-file-directory-p): Fix the symlink case.
21041 (ange-ftp-insert-directory): When listing a single file, get a list of
21042 the parent buffer and extract the relevant line. Inspired from a patch
21043 by Katsumi Yamaoka <yamaoka@jpl.org>.
21044 (ange-ftp-file-name-sans-versions): Simplify.
21045
21046 2005-09-30 Bill Wohler <wohler@newt.com>
21047
21048 Move MH-E image files from toolbar and mail directories into
21049 etc/images.
21050
21051 * mail/reply2.*: Move to etc/images/mail/reply*.
21052
21053 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21054 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21055 etc/images.
21056
21057 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21058 * toolbar/reply*: Move to etc/images/mail.
21059
21060 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21061
21062 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21063
21064 * speedbar.el: New version 1.0pre3.
21065
21066 Frame management code (including timer, and mouse click specifics)
21067 moved to dframe.el:
21068 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21069 (speedbar-timer): Removed. Use dframe-timer.
21070 (speedbar-close-frame): Removed. Use dframe-close-frame.
21071 (speedbar-activity-change-focus-flag): Removed. Use
21072 dframe-activity-change-focus-flag.
21073 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21074 dframe-update-speed.
21075
21076 (speedbar-current-frame): New macro. Use this instead of the
21077 variable speedbar-frame.
21078
21079 (speedbar-use-images, speedbar-expand-image-button-alist)
21080 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21081
21082 (speedbar-find-image-on-load-path): Removed. Replaced by
21083 defezimage in ezimage.el.
21084 (speedbar-expand-image-button-alist): Removed. Replaced by
21085 ezimage-expand-image-button-alist in ezimage.el.
21086
21087 (speedbar-ignored-directory-regexp)
21088 (speedbar-add-ignored-directory-regexp)
21089 (speedbar-ignored-directory-expressions)
21090 (speedbar-line-directory, speedbar-buffers-line-directory)
21091 (speedbar-directory-line, speedbar-buffers-line-directory):
21092 Renamed, replacing `path' with `directory'.
21093
21094 (speedbar-create-directory, speedbar-expand-line-descendants)
21095 (speedbar-toggle-line-expansion)
21096 (speedbar-contract-line-descendants): New commands.
21097
21098 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21099 (speedbar-use-tool-tips-flag): New options.
21100
21101 (speedbar-check-read-only, speedbar-require-version)
21102 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21103 (speedbar-handle-delete-frame, speedbar-try-completion)
21104 (speedbar-update-localized-contents): New functions.
21105
21106 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21107 (speedbar-object-read-only-indicator): New variables.
21108
21109 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21110 New hooks.
21111
21112 (speedbar-separator-face): New face.
21113
21114 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21115 (speedbar-ignored-modes): Add fundamental-mode.
21116 (speedbar-directory-unshown-regexp): Add . directories.
21117
21118 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21119 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21120 `]' for full expand/close.
21121 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21122
21123 (speedbar-check-vc): Support hidden files.
21124 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21125 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21126 state is nil, it is not checked out.
21127
21128 (speedbar-line-text, speedbar-line-token): Support expand buttons
21129 with no text.
21130 (speedbar-refresh): Universal argument acts as power-click.
21131 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21132 that buffer to get variable values.
21133
21134 And many other bugfixes.
21135
21136 * dframe.el, ezimage.el, sb-image.el: New files.
21137
21138 * sb-*.xpm: Remove files. New image files installed into
21139 etc/images/ezimage.
21140
21141 2005-09-30 Kenichi Handa <handa@m17n.org>
21142
21143 * ps-mule.el (ps-mule-show-warning): If a character is in
21144 ps-print-translation-table, don't treat it as non-printable.
21145
21146 2005-09-30 David Ponce <david@dponce.com>
21147
21148 * tree-widget.el (tree-widget-themes-load-path): New variable.
21149 (tree-widget-themes-directory): Doc fix.
21150 (tree-widget-image-formats) [Emacs]: Doc fix.
21151 (tree-widget--locate-sub-directory): New function.
21152 (tree-widget-themes-directory): Use it.
21153
21154 * recentf.el (recentf-filename-handlers): Rename from
21155 `recentf-filename-handler'. Allow a list of functions.
21156 (recentf-menu-items-for-commands): Fix :help strings.
21157 (recentf-apply-filename-handlers): New function.
21158 (recentf-expand-file-name): Use it.
21159 (recentf-cleanup): Remove duplicates too.
21160
21161 2005-09-29 Juri Linkov <juri@jurta.org>
21162
21163 * faces.el: Rearrange face definitions to be in the same order as
21164 their face descriptions in "(emacs)Standard Faces".
21165
21166 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21167
21168 * tooltip.el (tooltip): Add group `basic-faces'.
21169
21170 * buff-menu.el (Buffer-menu-buffer): Remove group
21171 `font-lock-highlighting-faces'.
21172
21173 * progmodes/compile.el (compilation-error, compilation-warning)
21174 (compilation-info, compilation-line-number, compilation-column-number):
21175 Change group from `font-lock-highlighting-faces' to `compilation'.
21176
21177 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21178 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21179 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21180 (vhdl-font-lock-reserved-words-face)
21181 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21182 `font-lock-highlighting-faces'.
21183
21184 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21185
21186 2005-09-28 Kim F. Storm <storm@cua.dk>
21187
21188 * emulation/cua-base.el: Set CUA move property on additional commands:
21189 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21190 forward-sexp, backward-sexp, forward-list, backward-list.
21191
21192 2005-09-28 Romain Francoise <romain@orebokech.com>
21193
21194 * comint.el (comint-show-output): Really set point at the
21195 beginning of the output when not using `comint-use-prompt-regexp'.
21196
21197 2005-09-27 Jay Belanger <belanger@truman.edu>
21198
21199 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21200 in TeX mode.
21201
21202 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21203
21204 * textmodes/org.el (org-table-sum): Fix format string.
21205
21206 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21207 Quote face names.
21208
21209 2005-09-26 Romain Francoise <romain@orebokech.com>
21210
21211 * isearch.el (isearch-forward-regexp): Close doc string.
21212
21213 2005-09-25 Richard M. Stallman <rms@gnu.org>
21214
21215 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21216
21217 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21218
21219 * progmodes/compile.el (compilation-error-properties):
21220 When getting the file from the previous error message,
21221 correctly decode the new data format.
21222
21223 * progmodes/cc-cmds.el (c-electric-paren):
21224 Call old-blink-paren only for close-paren.
21225
21226 2005-09-24 Andreas Schwab <schwab@suse.de>
21227
21228 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21229 condition.
21230
21231 2005-09-25 Romain Francoise <romain@orebokech.com>
21232
21233 * dired-aux.el (dired-copy-file-recursive):
21234 * dired.el (dired-delete-file):
21235 * ediff-mult.el (ediff-dir-diff-copy-file):
21236 * ediff-util.el (ediff-test-save-region):
21237 * forms.el (forms-mode):
21238 * ido.el (ido-file-internal, ido-delete-file-at-head):
21239 * log-edit.el (log-edit-done):
21240 * ses.el (ses-yank-resize):
21241 * play/gomoku.el (gomoku-human-plays, gomoku)
21242 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21243 (gomoku-offer-a-draw):
21244 * play/landmark.el (lm-human-resigns, lm):
21245 * net/eudcb-ldap.el (eudc-ldap-check-base):
21246 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21247 * progmodes/ebrowse.el (ebrowse-find-pattern):
21248 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21249 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21250 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21251
21252 * vc.el (vc-delete-file):
21253 * play/gomoku.el (gomoku-terminate-game, gomoku)
21254 (gomoku-prompt-for-move, gomoku-human-takes-back):
21255 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21256 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21257
21258 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21259
21260 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21261 color rxvt terminals by using the code xterm.el used to use before
21262 2005-04-09 in order to match the colors used by rxvt.
21263
21264 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21265
21266 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21267 colors rxvt-unicode terminals by using the same code as xterm.el.
21268
21269 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21270
21271 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21272 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21273 new symbol used for the tex-verbatim face.
21274
21275 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21276
21277 * woman.el (woman-file-name):
21278 * wid-edit.el (widget-file-prompt-value)
21279 (widget-coding-system-prompt-value):
21280 * w32-fns.el (set-w32-system-coding-system):
21281 * vc.el (vc-version-diff, vc-annotate):
21282 * textmodes/reftex-auc.el (reftex-arg-cite)
21283 (reftex-arg-index-tag):
21284 * textmodes/refer.el (refer-get-bib-files):
21285 * textmodes/artist.el (artist-figlet-choose-font):
21286 * terminal.el (terminal-emulator):
21287 * replace.el (occur-read-primary-args):
21288 * rect.el (string-rectangle, string-insert-rectangle):
21289 * ps-print.el (ps-print-preprint):
21290 * progmodes/pascal.el (pascal-goto-defun):
21291 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21292 * progmodes/compile.el (compilation-find-file):
21293 * printing.el (pr-interactive-n-up):
21294 * play/animate.el (animate-birthday-present):
21295 * net/rcompile.el (remote-compile):
21296 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21297 * mail/rmailsum.el (rmail-summary-search-backward)
21298 (rmail-summary-search):
21299 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21300 (rmail-output-read-file-name):
21301 * mail/rmail.el (rmail-search, rmail-search-backwards):
21302 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21303 * locate.el (locate):
21304 * international/quail.el (quail-show-keyboard-layout):
21305 * international/mule.el (set-buffer-file-coding-system)
21306 (revert-buffer-with-coding-system, set-file-name-coding-system)
21307 (set-terminal-coding-system, set-keyboard-coding-system)
21308 (set-next-selection-coding-system):
21309 * international/mule-diag.el (describe-coding-system)
21310 (describe-font, describe-fontset):
21311 * international/mule-cmds.el (universal-coding-system-argument)
21312 (search-unencodable-char, describe-input-method)
21313 (set-language-environment, describe-language-environment):
21314 * international/codepage.el (codepage-setup):
21315 * international/code-pages.el (codepage-setup):
21316 * info.el (Info-search, Info-follow-reference)
21317 (Info-search-backward):
21318 * emacs-lisp/advice.el (ad-read-advised-function)
21319 (ad-read-advice-class, ad-clear-cache, ad-activate)
21320 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21321 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21322 (ad-read-regexp):
21323 * ediff-util.el (ediff-toggle-regexp-match):
21324 * ediff-ptch.el (ediff-prompt-for-patch-file):
21325 * dired-aux.el (dired-diff):
21326 * diff.el (diff):
21327 * cus-edit.el (custom-variable-prompt):
21328 * calendar/timeclock.el (timeclock-ask-for-project):
21329 * calc/calcalg3.el (calc-get-fit-variables):
21330 * calc/calc-store.el (calc-edit-variable)
21331 (calc-permanent-variable):
21332 * vc-mcvs.el (vc-mcvs-register):
21333 * shadowfile.el (shadow-define-literal-group):
21334 * woman.el (woman-file-name):
21335 * vc.el (vc-version-diff, vc-merge):
21336 * textmodes/reftex-index.el (reftex-index-complete-tag):
21337 * format.el (format-decode-buffer, format-decode-region):
21338 * emulation/viper-cmd.el (viper-read-string-with-history):
21339 * emacs-lisp/debug.el (cancel-debug-on-entry):
21340 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21341 * ediff.el (ediff-merge-revisions)
21342 (ediff-merge-revisions-with-ancestor, ediff-revision):
21343 * completion.el (interactive-completion-string-reader):
21344 * calc/calc-prog.el (calc-user-define-formula):
21345 Follow convention for reading with the minibuffer.
21346
21347 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21348
21349 * progmodes/python.el (python-describe-symbol): Add globals() and
21350 locals() to the arguments of emacs.ehelp.
21351
21352 2005-09-24 Magnus Henoch <mange@freemail.hu>
21353
21354 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21355 New function, code extracted from ispell-valid-dictionary-list.
21356 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21357 Call it.
21358
21359 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21360
21361 * subr.el (version-regexp-alist): Extend valid syntax for version
21362 strings: allow any of the characters -,_,+ to separate the
21363 alpha/beta/rc part from the version part. Doc fix.
21364 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21365
21366 2005-09-23 David Reitter <david.reitter@gmail.com>
21367
21368 * mail/mailclient.el: New file.
21369
21370 2005-09-23 Richard M. Stallman <rms@gnu.org>
21371
21372 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21373 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21374 Doc fixes.
21375
21376 * progmodes/cc-mode.el (c-font-lock-init):
21377 Specify font-lock-lines-before.
21378
21379 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21380
21381 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21382 whole conflict.
21383
21384 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21385
21386 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21387 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21388 of `remap' feature when available. Additional key bindings for
21389 better tty support.
21390 (org-mode-restart, org-force-self-insert): New commands.
21391 (org-time-stamp-inactive): New command.
21392 (org-remap): New function.
21393 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21394 (org-enable-fixed-width-editor): Move to `org-structure'
21395 customization group.
21396 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21397 blank field after field motion commands.
21398
21399 2005-09-23 Kenichi Handa <handa@m17n.org>
21400
21401 * international/mule-cmds.el (set-language-environment):
21402 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21403 have to call utf-translate-cjk-load-tables.
21404
21405 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21406
21407 * mouse.el (mouse-move-drag-overlay): Fix last change.
21408
21409 2005-09-22 David Ponce <david@dponce.com>
21410
21411 * tree-widget.el (tree-widget-value-create): Fix previous change.
21412
21413 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21414
21415 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21416
21417 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21418
21419 * mouse.el (mouse-move-drag-overlay): New function.
21420 (mouse-drag-region-1): Use it.
21421 Try to simplify a bit the state handling. Handle clicks on links
21422 inside intangible areas.
21423 (mouse-save-then-kill): Minor simplification.
21424 (mouse-secondary-overlay): Make it always non-nil instead of
21425 recreating it each time.
21426 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21427 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21428 Simplify accordingly.
21429
21430 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21431
21432 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21433
21434 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21435
21436 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21437 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21438 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21439 to patch.
21440
21441 * ediff-util.el: Use insert-buffer-substring.
21442
21443 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21444
21445 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21446 field boundaries in the minibuffer.
21447 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21448 (viper-minibuffer-post-command-hook): New hook.
21449 (viper-line): Don't move cursor at bolp.
21450
21451 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21452
21453 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21454 avoid compiler warnings.
21455
21456 * emulation/viper-macs.el (ex-map): Better messages.
21457
21458 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21459
21460 * emulation/viper.el: Replace make-variable-buffer-local with
21461 viper-make-variable-buffer-local everywhere, to avoid warnings.
21462
21463 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21464
21465 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21466 Delete unused var `old-selected-window'.
21467 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21468 (mouse-drag-secondary): Delete unused var `start-frame'.
21469
21470 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21471
21472 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21473
21474 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21475
21476 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21477 Re-indent within 80 columns. Use inhibit-read-only.
21478
21479 2005-09-19 Romain Francoise <romain@orebokech.com>
21480
21481 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21482
21483 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21484
21485 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21486 unconditionally, since the after-change-function already did it.
21487
21488 2005-09-19 Miles Bader <miles@gnu.org>
21489
21490 * net/newsticker.el: Get rid of CVS keyword.
21491
21492 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21493
21494 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21495 The prompt is formatted later.
21496
21497 2005-09-19 David Ponce <david@dponce.com>
21498
21499 * tree-widget.el (tree-widget-value-create): Save the converted
21500 tree :node widget.
21501
21502 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21503
21504 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21505 variable `message'.
21506
21507 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21508
21509 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21510 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21511 <slawomir.nowaczyk.847@student.lu.se>.
21512
21513 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21514
21515 * image.el (image-load-path): Use symbol `data-directory' instead
21516 of its value, for backward compatibility with packages that bind
21517 it during `find-image'. Suggested by Katsumi Yamaoka.
21518 (image-search-load-path): Handle symbols whose values are strings.
21519
21520 2005-09-18 Romain Francoise <romain@orebokech.com>
21521
21522 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21523 with-current-buffer form in save-excursion.
21524
21525 2005-09-18 Deepak Goel <deego@gnufans.org>
21526
21527 * apropos.el (apropos-command): Fix `message' call: first arg
21528 should be a format spec. In this and all other cases that appear
21529 below and elsewhere in the source code, I made a change only when
21530 two conditions were satisfied: [1] I can think of a possibility
21531 that the arguments would cause an error, for example, the code in
21532 question relies on external variables such as filenames. [2] I
21533 was sure that the arg to `message' could not have been nil in the code.
21534
21535 * textmodes/tildify.el (tildify-region): Ditto.
21536
21537 * textmodes/reftex-index.el (reftex-index-change-entry)
21538 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21539 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21540 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21541 (org-priority, org-table-sum):
21542 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21543 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21544 (flyspell-word, flyspell-display-next-corrections):
21545 * textmodes/bibtex.el (bibtex-print-help-message):
21546 * textmodes/artist.el (artist-key-set-point-poly):
21547 * term/mac-win.el (mac-services-insert-text):
21548 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21549 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21550 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21551 (vhdl-compose-configuration):
21552 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21553 (sh-set-indent, sh-learn-line-indent):
21554 * progmodes/ps-mode.el (ps-mode-target-column):
21555 * progmodes/idlwave.el (idlwave-make-tags)
21556 (idlwave-scan-library-catalogs):
21557 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21558 * progmodes/gud.el (gud-jdb-analyze-source):
21559 * progmodes/flymake.el (flymake-log):
21560 * progmodes/ebnf2ps.el (ebnf-generate-region):
21561 * progmodes/cmacexp.el (c-macro-expansion):
21562 * progmodes/ada-xref.el (ada-treat-cmd-string):
21563 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21564 (ada-justified-indent-current, ada-batch-reformat):
21565 * play/zone.el (zone):
21566 * play/landmark.el (lm-move):
21567 * play/decipher.el (decipher-show-alphabet):
21568 * net/newsticker.el (newsticker--display-jump)
21569 (newsticker--display-scroll):
21570 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21571 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21572 * mail/feedmail.el (feedmail-dump-message-to-queue):
21573 * eshell/esh-proc.el (eshell-remove-process-entry):
21574 * emulation/ws-mode.el (ws-last-error):
21575 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21576 (viper-record-kbd-macro):
21577 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21578 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21579 * emacs-lisp/find-func.el (find-function-noselect):
21580 * calendar/timeclock.el (timeclock-status-string)
21581 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21582 (timeclock-when-to-leave-string):
21583 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21584 * calc/calc-units.el (calc-enter-units-table):
21585 * calc/calc-mode.el (calc-mode-record-mode):
21586 * woman.el (woman-mini-help):
21587 * wdired.el (wdired-change-to-wdired-mode):
21588 * vc.el (vc-retrieve-snapshot):
21589 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21590 * startup.el (display-startup-echo-area-message):
21591 * simple.el (set-goal-column):
21592 * ses.el (ses-command-hook, ses-recalculate-cell):
21593 * server.el (server-process-filter):
21594 * printing.el (pr-interface-txt-print, pr-interface-printify)
21595 (pr-interface-ps):
21596 * pcvs.el (cvs-help):
21597 * log-edit.el (log-edit, log-edit-mode-help):
21598 * iswitchb.el (iswitchb-possible-new-buffer):
21599 * isearch.el (isearch-edit-string):
21600 * image-mode.el (image-mode, image-minor-mode):
21601 * ibuf-macs.el (define-ibuffer-filter):
21602 * hi-lock.el (hi-lock-find-patterns):
21603 * files.el (toggle-read-only):
21604 * ediff-util.el (ediff-copy-diff)
21605 (ediff-write-merge-buffer-and-maybe-kill):
21606 * echistory.el (Electric-history-undefined):
21607 * dnd.el (dnd-insert-text):
21608 * dired-aux.el (dired-query):
21609 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21610 * bookmark.el (bookmark-bmenu-locate):
21611 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21612 Fix `message' calls to ensure first arg is a format string.
21613 The change was made only when these two conditions were satisfied:
21614 [1] when there is a possibility that the arguments would cause an error
21615 for example, if the code in question relies on external variables
21616 such as filenames, and
21617 [2] if the arg to `message' could not have been nil in the code.
21618
21619 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21620 Not having a %s would be weird, though not technically wrong.
21621
21622 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21623
21624 * term/mac-win.el (mac-add-charset-info): Doc fix.
21625
21626 2005-09-17 Romain Francoise <romain@orebokech.com>
21627
21628 * shell.el (shell-resync-dirs): Handle echoing processes more
21629 reliably. Don't insert resync command if `comint-process-echoes'
21630 is non-nil.
21631
21632 2005-09-17 Magnus Henoch <mange@freemail.hu>
21633
21634 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21635 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21636 aspell versions >= 0.60.
21637 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21638 only if ispell-aspell-supports-utf8 is non-nil.
21639
21640 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21641
21642 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21643 buffer-local value to lisp-indent-function.
21644
21645 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21646
21647 * progmodes/glasses.el (glasses-make-readable): If
21648 glasses-separator differs from underscore, put appropriate
21649 overlays over underscore characters.
21650 (glasses-convert-to-unreadable): If glasses-separator differs from
21651 underscore, try to convert glasses-separator characters to
21652 underscores.
21653
21654 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21655
21656 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21657 Use with-syntax-table and dolist.
21658
21659 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21660
21661 * textmodes/reftex-auc.el:
21662 * textmodes/reftex-cite.el:
21663 * textmodes/reftex-dcr.el:
21664 * textmodes/reftex-global.el:
21665 * textmodes/reftex-parse.el:
21666 * textmodes/reftex-ref.el:
21667 * textmodes/reftex-sel.el:
21668 * textmodes/reftex-toc.el:
21669 * textmodes/reftex-vars.el:
21670 * textmodes/reftex.el: Small changes to remove compiler warnings.
21671
21672 * textmodes/reftex-index.el: Likewise.
21673 (reftex-query-index-phrase): More efficient use of markers.
21674
21675 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21676
21677 * image.el (image-load-path): New variable.
21678 (image-search-load-path): New function.
21679 (find-image): Search for images in `image-load-path'.
21680
21681 2005-09-15 Richard M. Stallman <rms@gnu.org>
21682
21683 * follow.el: Change Maintainer field.
21684
21685 2005-09-15 David Ponce <david@dponce.com>
21686
21687 * recentf.el (recentf-save-file-modes): New option.
21688 (recentf-save-list): Use it.
21689
21690 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21691
21692 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21693 (mode-line-mule-info, mode-line-modified): Move bindings from
21694 mouse-3 to mouse-1.
21695
21696 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21697
21698 * simple.el (sendmail-user-agent-compose): Revert last change.
21699
21700 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21701
21702 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21703 Use with-current-buffer.
21704 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21705 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21706 (ange-ftp-insert-directory): Remove unused var `short'.
21707 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21708
21709 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21710 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21711
21712 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21713 (check-calendar-holidays, diary-list-entries): Autoload.
21714 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21715 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21716
21717 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21718 which mistakenly removed a call to display-buffer.
21719
21720 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21721
21722 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21723
21724 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21725
21726 * progmodes/hideshow.el
21727 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21728 (hs-allow-nesting): New user var.
21729 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21730 (hs-hide-block-at-point): When nesting allowed,
21731 if there is already an overlay in place, delete it.
21732 (hs-safety-is-job-n): Delete func; remove call sites.
21733 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21734 (hs-overlay-at): New func.
21735 (hs-already-hidden-p, hs-show-block): Use it.
21736 (hs-hide-all): Don't pre-clean if nesting allowed.
21737 (hs-show-all): Temporarily disallow
21738 nesting around call to `hs-discard-overlays'.
21739
21740 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21741
21742 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21743 Delete unused local var.
21744
21745 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21746
21747 * help-fns.el (describe-categories): "?\ " -> "?\s".
21748 (help-do-arg-highlight): Recognize also ARG-n, as in
21749 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21750
21751 * international/codepage.el (dos-unsupported-char-glyph):
21752 * net/newsticker.el (tool-bar-map, w3-mode-map)
21753 (w3m-minor-mode-map):
21754 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21755 (ent-alist):
21756 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21757
21758 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21759
21760 * custom.el (custom-push-theme): Handle the case where a symbol is
21761 bound but face properties have not yet been assigned.
21762
21763 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21764 Fix behavior if noerase is `t' and there is no mail buffer.
21765
21766 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21767 if `continue' is nil, rather than signal an error.
21768
21769 2005-09-12 Richard M. Stallman <rms@gnu.org>
21770
21771 * font-lock.el (font-lock-keywords): Add autoload.
21772
21773 * help-fns.el (describe-variable): Rearrange to put source link
21774 in a predictable place.
21775
21776 * net/newsticker.el: New file.
21777
21778 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21779
21780 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21781 (calendar-basic-setup): Use the new nil arg.
21782 (number-of-diary-entries): Move to diary-lib.el.
21783
21784 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21785 (diary-list-entries): Use with-syntax-table and dolist.
21786 Rename from list-diary-entries.
21787 Use number-of-diary-entries if `number' is nil.
21788 (diary, diary-view-entries): Use this new name and new nil arg value.
21789 (number-of-diary-entries): Move from calendar.el.
21790 (diary-unhide-everything): New function.
21791 (include-other-diary-files, fancy-diary-display)
21792 (diary-show-all-entries, make-diary-entry): Use it.
21793 (diary-mail-entries): Use buffer-string.
21794 (mark-diary-entries): Fix long standing paren typo.
21795 (diary-sexp-entry): Use count-lines.
21796 (make-diary-entry): Avoid `previous-line'.
21797 (diary-mode-map): New var.
21798 (diary-mode): Redraw cal after saving. Setup header-line.
21799 (fancy-diary-display-mode): Use local-set-key.
21800
21801 * startup.el (command-line): Try calling various terminal-init-foo-bar
21802 functions by stripping hyphenated suffixes from $TERM.
21803
21804 * files.el (normal-mode): Check boundness of font-lock-keywords.
21805
21806 2005-09-12 Richard M. Stallman <rms@gnu.org>
21807
21808 * progmodes/compile.el: Don't decide a file's directory
21809 until the user actually tries to go there.
21810 (compilation-next-error-function):
21811 Pass compilation-find-file the directory from the file-struct.
21812 (compilation-internal-error-properties): Separate local FILE-STRUCT
21813 from FILE. Doc the args better. Rename arg FMT to FMTS.
21814 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21815 Expand it, and if nil, use default-directory.
21816 (compilation-get-file-structure): Don't mix specified directory
21817 with default directory. Put specified directory into
21818 file-struct. Don't make the file name absolute.
21819
21820 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21821 (compile-command): Add autoload.
21822 (compilation-disable-input): Add autoload.
21823
21824 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21825
21826 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21827 strings of the variables it can override.
21828 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21829 %Q and %q, for fully-qualified domain name and unqualified host name.
21830
21831 2005-09-11 Kim F. Storm <storm@cua.dk>
21832
21833 * emacs-lisp/authors.el (authors-aliases): Update list.
21834 (authors-fixed-entries): Update mldrag.el entry.
21835
21836 2005-09-10 Alan Mackenzie <acm@muc.de>
21837
21838 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21839 from the region narrowed to.
21840
21841 2005-09-10 Magnus Henoch <mange@freemail.hu>
21842
21843 * textmodes/ispell.el (ispell-check-version): Signal an error if
21844 aspell version is less than 0.60.
21845
21846 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21847
21848 * progmodes/octave-inf.el (inferior-octave-startup):
21849 Resync current dir at the end.
21850
21851 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21852
21853 * woman.el (woman-topic-at-point-default):
21854 Rename to woman-use-topic-at-point-default.
21855 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21856 (woman-file-name): Reflect renames above. Automatically use the
21857 word at point as topic if woman-use-topic-at-point is non-nil.
21858 Otherwise offer it as default but don't insert it in the
21859 minibuffer. Also use `test-completion' instead of `assoc' as
21860 suggested by Stefan Monnier.
21861
21862 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21863
21864 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21865 the attempt to do it over Tramp. This is not yet supported.
21866
21867 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21868
21869 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21870 (menu-bar-non-minibuffer-window-p): New functions.
21871 ("Split Window", "Save As..."): Use them.
21872 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21873 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21874 Use menu-bar-menu-frame-live-and-visible-p.
21875 ("Save Buffer", "Insert File", "Open Directory...")
21876 ("Open File...", "Visit New File..."):
21877 Use menu-bar-non-minibuffer-window-p.
21878 (kill-this-buffer-enabled-p, dired <menu-enable>):
21879 Use menu-bar-non-minibuffer-window-p.
21880
21881 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21882
21883 * cus-start.el (all): Don't complain about fringe-related
21884 built-ins if fringes are not supported. Ditto about
21885 selection-related built-ins. Fix the test for GTK-related built-ins.
21886
21887 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21888 ("Postscript Print Buffer", "Print Region", "Save As...")
21889 ("Save", "Insert File...", "Open Directory...")
21890 ("Open File...", "Visit New File..."")
21891 ("Truncate Long Lines in this Buffer"): Don't look at
21892 menu-updating-frame if this display does not support multiple frames.
21893
21894 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21895
21896 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21897
21898 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21899
21900 * woman.el: Format- and whitespace-related changes.
21901
21902 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21903
21904 * woman.el: Fix my email address.
21905
21906 2005-09-08 Richard M. Stallman <rms@gnu.org>
21907
21908 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21909 (sh-mode): Locally set skeleton-pair-default-alist.
21910
21911 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21912
21913 * progmodes/flymake.el: Require `compile' unconditionally.
21914
21915 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21916
21917 * woman.el (woman-file-name): Provide a default, not initial input.
21918
21919 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21920
21921 * font-lock.el (font-lock-support-mode): Doc fix.
21922
21923 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21924
21925 2005-09-08 Richard M. Stallman <rms@gnu.org>
21926
21927 * simple.el (blink-matching-open): Get rid of text props from
21928 the string shown in echo area. Don't permanently set point.
21929 Some rearrangements.
21930
21931 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21932
21933 * recentf.el (recentf-filename-handler): Add custom choice
21934 `abbreviate-file-name'.
21935
21936 * msb.el (msb--very-many-menus): Fix typo.
21937
21938 * disp-table.el (standard-display-european): Don't set
21939 enable-multibyte-characters to nil.
21940
21941 2005-09-08 David Ponce <david@dponce.com>
21942
21943 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21944 (recentf-expand-file-name): Doc fix.
21945 (recentf-dialog-mode-map): Define digit shortcuts.
21946 (recentf--files-with-key): New variable.
21947 (recentf-show-digit-shortcut-filter): New function.
21948 (recentf-open-files-items): New function.
21949 (recentf-open-files): Use it.
21950 (recentf-open-file-with-key): New command.
21951
21952 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21953
21954 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21955 Suggested by Kim F. Storm.
21956 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21957 (Buffer-menu-make-sort-button): Use global keymap.
21958
21959 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21960
21961 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21962 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21963 necessary any longer with the remapped command.
21964 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21965 formatting time only.
21966
21967 * net/tramp.el (tramp-action-password)
21968 (tramp-multi-action-password): Compile the password prompt from
21969 `method', `user' and `host'. Sometimes it isn't obvious which
21970 password to enter, for example with remote files offered by
21971 recentf.el, or with multiple steps. Suggested by Robert Marshall
21972 <robert@chezmarshall.freeserve.co.uk>.
21973
21974 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21975
21976 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21977 Fix regexp for when "s///" is at the beginning of line.
21978
21979 2005-09-07 Jay Belanger <belanger@truman.edu>
21980
21981 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21982 when in matrix mode.
21983
21984 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21985
21986 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21987 non-anonymous functions.
21988
21989 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21990
21991 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21992 when using a header line. Otherwise, use mouse-1-click-follows-link.
21993
21994 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21995 can't be moved; don't signal an error.
21996
21997 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21998
21999 * cus-theme.el (custom-theme-write-faces): Save the current face
22000 spec, not the defface spec.
22001
22002 * custom.el (custom-known-themes): Clarify meaning of "standard".
22003 (custom-push-theme): Save old values in the standard theme.
22004 (disable-theme): Correct typo.
22005 (custom-face-theme-value) Deleted unused function.
22006 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22007
22008 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22009
22010 * progmodes/compile.el (compilation-goto-locus): Take into account
22011 iconified frames when determining whether the buffer is
22012 already visible.
22013 Don't reset window height if the window already existed.
22014
22015 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22016
22017 * custom.el (load-theme): Rename from require-theme.
22018 Add interactive spec.
22019 (enable-theme): Rename from custom-enable-theme.
22020 Add interactive spec.
22021 (disable-theme): Rename from custom-disable-theme.
22022 Add interactive spec.
22023 (custom-make-theme-feature): Doc fix.
22024 (custom-theme-directory): Doc fix.
22025 (provide-theme): Call enable-theme.
22026
22027 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22028
22029 * obsolete/lazy-lock.el (lazy-lock-mode):
22030 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22031 font-lock-mode if it's off. Print a warning instead.
22032
22033 * progmodes/compile.el (compilation-start): Ignore errors if the
22034 process died before we get to send-eof.
22035
22036 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22037 Undo last change. Enclosing the result in quotes broke things on Unix
22038 since tex-send-command passes it through shell-quote-argument.
22039 (tex-send-command): Pass `file' through convert-standard-filename
22040 when possible.
22041 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22042 info in a transcript.
22043
22044 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22045
22046 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22047 fix compilation warning. Reorder the key definitions to group
22048 together keys emitted by the current version of xterm.
22049
22050 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22051 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22052 Reorder predicates to correct min-color usage.
22053
22054 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22055
22056 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22057 Kill local variables when longlines-mode is turned off.
22058
22059 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22060
22061 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22062
22063 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22064
22065 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22066
22067 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22068 (font-lock-lines-before): Change default to being inactive.
22069 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22070 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22071
22072 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22073
22074 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22075 Deactivate temporarily advice if active (not needed for Emacs 22,
22076 but for backwards compatibility).
22077 (tramp-exists-file-name-handler): Rewrite. First implementation
22078 was too simple.
22079 (tramp-advice-make-auto-save-file-name):
22080 Call `tramp-handle-make-auto-save-file-name' (again, just for
22081 backwards compatibility).
22082
22083 2005-08-31 Reto Zimmermann <reto@gnu.org>
22084
22085 * progmodes/vhdl-mode.el
22086 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22087 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22088 (vhdl-set-default-project): New function (easier setting of default).
22089 (vhdl-port-copy): Handle extended identifiers for generics.
22090 (vhdl-compiler-alist): Better description for error message regexp.
22091 (vhdl-make): Query for target, use previous as default.
22092 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22093 (vhdl-font-lock-keywords-2): Fix fontification for record
22094 el. assign.
22095 (vhdl-speedbar-make-subpack-line): Add package body link.
22096 (vhdl-generate-makefile-1): Not include itself as dependency.
22097 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22098 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22099 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22100 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22101 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22102 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22103 (vhdl-import-project): Add string argument for `error'.
22104 (vhdl-compose-configuration)
22105 (vhdl-compose-configuration-architecture): Add configuration
22106 declaration generation.
22107 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22108 (vhdl-trailer-re): Add "record" keyword (better indentation).
22109 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22110 "[^ \t-\"]+".
22111 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22112 (vhdl-testbench-entity-file-name)
22113 (vhdl-testbench-architecture-file-name): Allow separate
22114 customization of testbench file names.
22115 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22116 (vhdl-get-visible-signals): Allow newline within alias declaration.
22117 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22118 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22119 (member-ignore-case): Alias for missing function in XEmacs.
22120 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22121 (vhdl-update-sensitivity-list): Ignore case on read signals.
22122 (vhdl-replace-string): Adjust case only for file names.
22123 (vhdl-update-sensitivity-list): Fix search for read signals.
22124 (vhdl-update-sensitivity-list): Exclude formal parameters.
22125 (vhdl-get-visible-signals): Include aliases of signals.
22126 (vhdl-get-visible-signals): Fix signal name searching.
22127 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22128 (vhdl-fixup-whitespace-region): Fix for character
22129 literals (e.g. `:').
22130
22131 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22132
22133 * ansi-color.el (comint-last-output-start):
22134 * bs.el (font-lock-verbose):
22135 * diff-mode.el (add-log-buffer-file-name-function):
22136 * dired-x.el (vm-folder-directory):
22137 * faces.el (help-xref-stack-item):
22138 * files.el (font-lock-keywords):
22139 * find-lisp.el (dired-buffers, dired-subdir-alist):
22140 * ido.el (cua-inhibit-cua-keys):
22141 * log-view.el (cvs-minor-wrap-function):
22142 * outline.el (font-lock-warning-face):
22143 * simple.el (compilation-current-error):
22144 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22145 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22146 * tooltip.el (comint-prompt-regexp):
22147 * w32-fns.el (explicit-shell-file-name):
22148 * term/mac-win.el (mac-charset-info-alist)
22149 (mac-services-selection, mac-system-script-code):
22150 * term/tty-colors.el (msdos-color-values):
22151 * term/w32-win.el (xlfd-regexp-registry-subnum):
22152 * term/x-win.el (x-keysym-table, x-selection-timeout)
22153 (x-session-id, x-session-previous-id):
22154 * textmodes/ispell.el (mail-yank-prefix):
22155 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22156 * textmodes/org.el (calc-embedded-close-formula)
22157 (calc-embedded-open-formula)
22158 (font-lock-unfontify-region-function):
22159 * textmodes/reftex-global.el (isearch-next-buffer-function)
22160 (TeX-master):
22161 * textmodes/reftex.el (font-lock-keywords):
22162 * textmodes/tex-mode.el (font-lock-comment-face)
22163 (font-lock-doc-face):
22164 * textmodes/texinfo.el (outline-heading-alist):
22165 Add defvars.
22166
22167 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22168 (artist-spray-chars, artist-mode-init, artist-replace-string)
22169 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22170 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22171 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22172
22173 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22174 (conf-align-assignments): "?\ " -> "?\s".
22175
22176 * textmodes/reftex-index.el (TeX-master): Add defvar.
22177 (reftex-index-phrases-marker): Move up defvar.
22178
22179 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22180 (reftex-toc-include-labels-indicator)
22181 (reftex-toc-include-index-indicator)
22182 (reftex-toc-max-level-indicator): Move up declarations.
22183
22184 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22185 of args to `tramp-run-real-handler', even if it's empty in this case.
22186
22187 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22188
22189 * dired.el (dired-move-to-filename-regexp): Add date format for
22190 Mac OS X 10.3 in East Asian locales.
22191
22192 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22193
22194 * files.el (make-auto-save-file-name): Add file name handler call
22195 if applicable.
22196
22197 * net/tramp.el (tramp-file-name-handler-alist)
22198 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22199 (tramp-handle-make-auto-save-file-name): Rename from
22200 `tramp-make-auto-save-file-name'.
22201 (tramp-exists-file-name-handler): New defun.
22202 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22203 `make-auto-save-file-name' is not a magic file name operation.
22204
22205 2005-08-30 Richard M. Stallman <rms@gnu.org>
22206
22207 * files.el (risky-local-variable-p):
22208 Match `-predicates' and `-commands.
22209
22210 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22211 (custom-save-all): Visit the file if necessary;
22212 kill the buffer if we created it.
22213 (custom-save-delete): Don't visit file or kill buffer here.
22214
22215 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22216
22217 * textmodes/org.el (org-special-keyword): New face.
22218 (org-table-copy-down, org-table-eval-formula)
22219 (org-table-recalculate, org-init-section-numbers):
22220 Use `string-to-number' instead of `string-to-int'.
22221 (org-get-location): Use `insert-buffer-substring' instead of
22222 `insert-buffer'.
22223 (org-modify-diary-entry-string): New function.
22224 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22225 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22226 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22227 active region.
22228 (org-export-as-html): Handle QUOTE keyword.
22229 (org-quote-string): New option.
22230 (org-bookmark-jump-unhide): New function, used for
22231 `bookmark-after-jump-hook'.
22232 (org-diary-default-entry): Apply only when not called through
22233 `org-agenda'.
22234
22235 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22236
22237 * net/eudc.el (mode-popup-menu):
22238 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22239 * progmodes/ada-mode.el (compile-auto-highlight)
22240 (skeleton-further-elements):
22241 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22242 * progmodes/cmacexp.el (msdos-shells):
22243 * progmodes/compile.el (font-lock-extra-managed-props)
22244 (font-lock-keywords, font-lock-maximum-size)
22245 (font-lock-support-mode):
22246 * progmodes/grep.el (font-lock-lines-before):
22247 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22248 * progmodes/mixal-mode.el (compile-command):
22249 * progmodes/perl-mode.el (font-lock-comment-face)
22250 (font-lock-doc-face, font-lock-string-face):
22251 * progmodes/prolog.el (comint-prompt-regexp):
22252 * progmodes/sh-script.el (font-lock-comment-face)
22253 (font-lock-set-defaults, font-lock-string-face):
22254 * progmodes/sql.el (font-lock-keyword-face)
22255 (font-lock-set-defaults, font-lock-string-face):
22256 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22257 (itimer-version, lazy-lock-defer-contextually)
22258 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22259 Add defvars.
22260
22261 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22262 (cperl-electric-keyword, cperl-electric-pod)
22263 (cperl-electric-backspace, cperl-forward-re)
22264 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22265 (vc-rcs-header, vc-sccs-header): Add defvars.
22266
22267 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22268 (font-lock-syntactic-keywords, gud-find-expr-function):
22269 Add defvars.
22270
22271 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22272 (gdb-frame-parameters): Declare before use.
22273
22274 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22275 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22276 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22277 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22278
22279 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22280 (idlwave-help-with-source): Use `insert-buffer-substring', not
22281 `insert-buffer'.
22282
22283 2005-08-29 Juri Linkov <juri@jurta.org>
22284
22285 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22286 Put outline-back-to-heading function call inside save-excursion.
22287
22288 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22289
22290 * man.el (Man-init-defvars, Man-translate-references)
22291 (Man-support-local-filenames, Man-highlight-references):
22292 * progmodes/sql.el (sql-interactive-mode):
22293 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22294
22295 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22296 (compilation-mode-font-lock-keywords): Add defvars.
22297 (checkdoc-interactive-loop): "?\ " -> "?\s".
22298
22299 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22300 (font-lock-doc-face, font-lock-string-face)
22301 (font-lock-keywords-case-fold-search): Add defvars.
22302 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22303
22304 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22305 Don't pass X and Y (they are ignored anyway).
22306 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22307 (mouse-delete-window): Make arguments optional.
22308
22309 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22310 (caesar-translate-table, minor-modes, news-buffer-save)
22311 (news-group-name, news-minor-modes): Add defvars.
22312
22313 * emacs-lisp/lselect.el (mouse-highlight-priority)
22314 (x-lost-selection-functions, zmacs-regions):
22315 * emacs-lisp/pp.el (font-lock-verbose):
22316 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22317 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22318 (ses-mode-map):
22319 * emacs-lisp/tcover-unsafep.el (safe-functions):
22320 * international/mule-cmds.el (mac-system-coding-system)
22321 (mac-system-locale):
22322 * language/ethio-util.el (rmail-current-message)
22323 (rmail-message-vector):
22324 * language/thai-util.el (thai-auto-composition-mode):
22325 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22326 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22327 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22328 (vm-primary-inbox, vm-spool-files):
22329 * mail/rmail.el (deleted-head, font-lock-fontified)
22330 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22331 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22332 (total-messages):
22333 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22334 (rmail-summary-mode-map):
22335 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22336 (rmail-last-label, rmail-last-multi-labels)
22337 (rmail-summary-vector, rmail-total-messages):
22338 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22339 * mail/rmailsum.el (msgnum):
22340 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22341 (rmail-current-message):
22342 * obsolete/fast-lock.el (font-lock-face-list):
22343 * obsolete/rnewspost.el (mail-reply-buffer):
22344 * obsolete/scribe.el (compile-command):
22345 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22346
22347 2005-08-28 John Paul Wallington <jpw@gnu.org>
22348
22349 * ibuf-ext.el (ibuffer-auto-update-changed):
22350 Use `frame-or-buffer-changed-p' to check whether we need to update.
22351 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22352 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22353 as a `frame-or-buffer-changed-p' state vector instead.
22354
22355 2005-08-27 Romain Francoise <romain@orebokech.com>
22356
22357 * textmodes/makeinfo.el (makeinfo-compile):
22358 Use `compilation-start'. Set `next-error-function' according to
22359 `disable-errors'.
22360 (makeinfo-next-error): New function.
22361 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22362 (makeinfo-buffer): Likewise.
22363
22364 * progmodes/compile.el (compilation-start): Add autoload cookie.
22365
22366 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22367 * textmodes/sgml-mode.el: Likewise.
22368 * progmodes/python.el: Likewise.
22369
22370 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22371
22372 * simple.el (blink-matching-paren-distance): Document the meaning
22373 of nil value, and allow to customize to nil.
22374
22375 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22376 command.com, not command.exe.
22377
22378 2005-08-26 John Wiegley <johnw@newartisans.com>
22379
22380 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22381 code around a bit so that an extraneous nil argument is not added
22382 to a command when no args are given.
22383
22384 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22385 double-quoted argument resolves to nil, return it as an empty
22386 string rather than as nil. This made it impossible to pass "" to
22387 a shell script as a null string argument.
22388
22389 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22390
22391 * outline.el (outline-invent-heading): New fun.
22392 (outline-promote, outline-demote): Use it.
22393 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22394 (outline-end-of-subtree): Remove unused var `opoint'.
22395
22396 2005-08-26 David Reitter <david.reitter@gmail.com>
22397
22398 * menu-bar.el (truncate-lines, write-file, print-buffer)
22399 (ps-print-buffer-faces, ps-print-buffer, split-window):
22400 Disable menu items when the frame they refer to is invisible, or when
22401 they refer to a buffer and the minibuffer is selected.
22402
22403 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22404
22405 * progmodes/flymake.el (flymake-highlight-err-lines):
22406 Use save-excursion around flymake-highlight-line to preserve point.
22407
22408 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22409
22410 * progmodes/octave-mod.el: Change Author and Maintainer address.
22411 (octave-maintainer-address): Change Kurt's email address.
22412 * progmodes/octave-inf.el: Change Author and Maintainer address.
22413 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22414
22415 2005-08-26 Kim F. Storm <storm@cua.dk>
22416
22417 * subr.el (version-list-<, version-list-<=, version-list-=):
22418 Rename from integer-list-*.
22419 (version-list-not-zero): Likewise. Fix while loop.
22420 (version=): Use version-list-= instead of string-equal.
22421
22422 2005-08-26 Richard M. Stallman <rms@gnu.org>
22423
22424 * outline.el (outline-promote): Try shortening the heading.
22425 As last resort, read the heading to use.
22426 (outline-demote): As last resort, read the heading to use.
22427
22428 2005-08-26 Romain Francoise <romain@orebokech.com>
22429
22430 * progmodes/compile.el (compilation-start): Doc fix.
22431
22432 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22433 (antlr-font-lock-additional-keywords): Fix reference to
22434 `antlr-font-lock-literal-regexp' erroneously changed during the
22435 mass face rename.
22436 (antlr-run-tool): Use `compilation-start'.
22437
22438 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22439 instead of the obsolete `compile-internal'.
22440
22441 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22442
22443 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22444 (number, original-date):
22445 * calendar/cal-china.el (date):
22446 * calendar/cal-coptic.el (date):
22447 * calendar/cal-french.el (date):
22448 * calendar/cal-hebrew.el (date, entry, number, original-date):
22449 * calendar/cal-islam.el (date, number, original-date):
22450 * calendar/cal-iso.el (date):
22451 * calendar/cal-julian.el (date):
22452 * calendar/cal-mayan.el (date):
22453 * calendar/cal-menu.el (date, event):
22454 * calendar/cal-persia.el (date):
22455 * calendar/lunar.el (date):
22456 * calendar/solar.el (date): Add defvars.
22457
22458 * emerge.el:
22459 * ibuffer.el:
22460 * info-xref.el:
22461 * obsolete/bg-mouse.el:
22462 * obsolete/sun-curs.el:
22463 * obsolete/swedish.el: Move the `defvar's to the top level.
22464
22465 * smerge-mode.el (smerge-refined-change): Add :group.
22466
22467 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22470 (smerge-keep-n): Remove props.
22471 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22472 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22473 now that it's done in smerge-keep-n.
22474 (smerge-refined-change): New face.
22475 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22476 (smerge-refine): New funs.
22477 (smerge-basic-map): Bind smerge-refine.
22478
22479 2005-08-25 Juri Linkov <juri@jurta.org>
22480
22481 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22482 compilation-process-setup-function and compilation-disable-input
22483 in grep-mode instead of let-bindings in grep.
22484
22485 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22486 Delete "Automatic File De/compression" (auto-compression-mode).
22487
22488 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22489
22490 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22491 Silence warning about non-existent variable.
22492
22493 2005-08-25 Richard M. Stallman <rms@gnu.org>
22494
22495 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22496 Rename "Describe Key" to "Describe Key or Mouse Operation".
22497
22498 * mail/mailalias.el (build-mail-aliases): Delete comments
22499 from the contents before processing them.
22500
22501 * isearch.el (isearch-edit-string): Erase the Search prompt
22502 if user enters an empty string and there is no default.
22503
22504 * comint.el (comint-file-name-prefix): Add autoload.
22505
22506 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22507
22508 * subr.el (play-sound): Rearrange to avoid warning.
22509
22510 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22511
22512 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22513 New hook.
22514 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22515
22516 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22517
22518 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22519
22520 * custom.el (custom-theme-set-variables): Sort minor modes last.
22521
22522 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22523
22524 * subr.el (version-separator, version-regexp-alist): New vars used by
22525 version comparison funs.
22526 (integer-list-<, integer-list-=, integer-list-<=)
22527 (integer-list-not-zero): New funs for integer list comparison.
22528 (version-to-list, version=, version<, version<=): New funs for version
22529 comparison.
22530
22531 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22532
22533 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22534 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22535 time to silence the byte-compiler.
22536
22537 * ibuffer.el (ibuffer-compile-make-eliding-form)
22538 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22539 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22540 so it's silly to get warnings for it).
22541 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22542 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22543 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22544 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22545 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22546 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22547 Defvar at compile time.
22548 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22549 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22550 Declare them before use.
22551
22552 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22553 (info-xref-good, info-xref-bad): Defvar at compile time.
22554
22555 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22556 Use `let*' instead of `let'.
22557
22558 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22559 (*mouse-y*, menu, char): Defvar at compile time.
22560 (sc::menu): Declare it before use.
22561 (sc::pack-one-line): Use `let', not `let*'.
22562
22563 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22564 (mail-send-hook): Defvar at compile time.
22565
22566 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22567 Defvar at compile time.
22568
22569 * term/sun-mouse.el (current-global-mousemap)
22570 (current-local-mousemap): Declare them before use.
22571
22572 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22573
22574 * bookmark.el (bookmark-after-jump-hook): New hook.
22575 (bookmark-jump): Run `bookmark-after-jump-hook'.
22576
22577 2005-08-23 Juri Linkov <juri@jurta.org>
22578
22579 * faces.el (minibuffer-prompt): Doc fix.
22580
22581 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22582
22583 * progmodes/xscheme.el: Trivial changes to silence warnings.
22584 (xscheme-previous-mode, xscheme-previous-process-state):
22585 Add defvars.
22586 (xscheme-last-input-end, xscheme-process-command-line)
22587 (xscheme-process-name, xscheme-buffer-name)
22588 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22589 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22590 (xscheme-control-g-synchronization-p)
22591 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22592 (default-xscheme-runlight, xscheme-runlight)
22593 (xscheme-runlight-string, xscheme-process-filter-state)
22594 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22595 Move to beginning of file.
22596 (scheme-interaction-mode-commands-alist)
22597 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22598 Declare them before use. Note: the initialization code for the
22599 variables has not been moved because it uses functions that reference
22600 the variables.
22601 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22602 (xscheme-prompt-for-expression-map): Declare them before use.
22603 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22604
22605 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22606
22607 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22608
22609 2005-08-22 Juri Linkov <juri@jurta.org>
22610
22611 * faces.el (set-face-underline): Delete this duplicate function
22612 and make an obsolete alias to set-face-underline-p.
22613 (set-face-underline-p): Use docstring of set-face-underline.
22614 (describe-face): Create hyperlink to parent face.
22615
22616 * info.el (Info-insert-dir): Use save-excursion around
22617 insert-buffer-substring.
22618 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22619 (Info-escape-percent): Delete function.
22620 (Info-fontify-node): Replace Info-escape-percent by
22621 replace-regexp-in-string with REP arg set to lambda that
22622 duplicates `%' and preserves text properties.
22623
22624 * progmodes/compile.el (compilation-disable-input): Doc fix.
22625 (define-compilation-mode): Doc fix and refill.
22626 (kill-compilation): Use `mode-name' in the error message.
22627 (compilation-find-file): Use `compilation-error' in the
22628 read-file-name's prompt.
22629
22630 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22631
22632 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22633 (smerge-auto-leave): Make undo re-enable the mode.
22634 (debug-ignored-errors): Add the user-error of impossible resolution.
22635 (smerge-resolve): Move things around a bit, in preparation for later.
22636 (smerge-diff): Don't fail if the buffer has no associated file.
22637 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22638 (smerge-conflict-overlay): New function.
22639 (smerge-match-conflict): Don't add text properties here.
22640 (smerge-find-conflict): Instead, add an overlay here.
22641 Also check for the case where we're inside a conflict already, so as to
22642 obviate the need for font-lock-multiline, which is unbearably slow with
22643 large conflicts and ciomplex font-lock patterns.
22644 (smerge-remove-props): Remove overlay rather than text-properties.
22645 (smerge-mode): Don't set font-lock-multiline.
22646 Remove overlays when turned off.
22647
22648 2005-08-21 Kim F. Storm <storm@cua.dk>
22649
22650 * ido.el (ido-ignore-item-p): Use save-match-data.
22651 Bind case-fold-search to ido-case-fold locally.
22652
22653 2005-08-20 Richard M. Stallman <rms@gnu.org>
22654
22655 * files.el (normal-mode): If font lock is on, turn it off and on.
22656
22657 * subr.el (replace-regexp-in-string): Doc fix.
22658
22659 * startup.el (command-line-1): Don't suppress startup screen
22660 due to existing processes.
22661
22662 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22663
22664 * progmodes/compile.el (compilation-disable-input): Default to nil.
22665
22666 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22667
22668 * progmodes/compile.el (compilation-disable-input): New defcustom.
22669 (compilation-start): If compilation-disable-input is non-nil, send
22670 EOF to the compilation process.
22671
22672 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22673
22674 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22675 Run the argument of tex-shell-cd-command through
22676 convert-standard-filename, to get the correct style of slashes on
22677 Windows, and enclose the result in quotes, in case the file name
22678 includes whitespace or other special characters.
22679
22680 2005-08-19 Andreas Schwab <schwab@suse.de>
22681
22682 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22683 process.
22684
22685 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22686
22687 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22688
22689 2005-08-18 Kim F. Storm <storm@cua.dk>
22690
22691 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22692
22693 2005-08-18 Richard M. Stallman <rms@gnu.org>
22694
22695 * scroll-lock.el: New file.
22696
22697 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22698
22699 * dired.el (dired-move-to-end-of-filename):
22700 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22701
22702 2005-08-18 Kim F. Storm <storm@cua.dk>
22703
22704 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22705 rather than toggle mode when custom value is nil.
22706 (ido-everywhere): Fix defun doc string.
22707
22708 2005-08-17 Richard M. Stallman <rms@gnu.org>
22709
22710 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22711 as tag instead of "Inviolable".
22712
22713 2005-08-17 Kim F. Storm <storm@cua.dk>
22714
22715 * windmove.el (windmove-coordinates-of-position): Remove.
22716 (windmove-coordinates-of-window-position): Remove.
22717 (windmove-reference-loc): Use posn-at-point instead.
22718
22719 * subr.el (insert-for-yank-1): Doc fix.
22720
22721 * ido.el (ido-enter-matching-directory): Rename from
22722 ido-enter-single-matching-directory. Change `slash' choice to
22723 `only'. Add `first' choice.
22724 (ido-exhibit): Adapt to above changes.
22725
22726 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22727
22728 * Makefile.in: Expand comment about building loaddefs.el.
22729
22730 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22731
22732 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22733 Comment use of defadvice.
22734
22735 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22736
22737 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22738
22739 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22740 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22741 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22742 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22743 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22744 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22745 for backward compatibility for faces that did not appear in the
22746 previous Emacs release.
22747
22748 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22749
22750 2005-08-15 Kim F. Storm <storm@cua.dk>
22751
22752 * emulation/cua-base.el (cua-delete-region): Return t if
22753 deleted region was non-empty.
22754 (cua-replace-region): Inhibit overwrite-mode for
22755 self-insert-command if replaced region was non-empty.
22756 (cua--explicit-region-start, cua--status-string): Make them
22757 buffer-local at top-level...
22758 (cua-mode): ...rather than when mode is enabled.
22759
22760 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22761
22762 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22763 Set t for Emacs 21, 22, and so on.
22764
22765 2005-08-15 David Ponce <david@dponce.com>
22766
22767 * tree-widget.el: Update Commentary header.
22768 (tree-widget-theme): Doc fix.
22769 (tree-widget-space-width): New option.
22770 (tree-widget-image-properties): Look up in the default theme too.
22771 (tree-widget--cursors): Only for images with arrow pointer shape.
22772 (tree-widget-lookup-image): Pointer shape is hand by default.
22773 (tree-widget-icon): Rename generic icon widget from
22774 `tree-widget-control'.
22775 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22776 derive from `tree-widget-icon'.
22777 (tree-widget-handle): Improve default look and feel of the text
22778 representation.
22779 (tree-widget): Rename :*-control properties to :*-icon properties.
22780 Add :action and :help-echo properties.
22781 (tree-widget-after-toggle-functions): Move.
22782 (tree-widget-close-node, tree-widget-open-node): Remove.
22783 (tree-widget-before-create-icon-functions): New hook.
22784 (tree-widget-value-create): Update to allow customization of icons
22785 and nodes at run-time via that new hook.
22786 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22787 (tree-widget-icon-action, tree-widget-icon-help-echo)
22788 (tree-widget-action, tree-widget-help-echo): New functions.
22789
22790 2005-08-15 Kim F. Storm <storm@cua.dk>
22791
22792 * ido.el (ido-buffer-internal): Use with-no-warnings.
22793 (ido-make-merged-file-list): Use while-no-input.
22794
22795 2005-08-15 Richard M. Stallman <rms@gnu.org>
22796
22797 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22798 (flyspell-large-region): Fix doc and custom type.
22799
22800 2005-08-14 Richard M. Stallman <rms@gnu.org>
22801
22802 * files.el (interpreter-mode-alist): Doc fix.
22803
22804 * mail/rmail.el (rmail-nonignored-headers): New variable.
22805 (rmail-clear-headers): Use it.
22806 (rmail-reply): Better handling of mail-followup-to header.
22807
22808 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22809 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22810 don't try to refer to executable-font-lock-keywords.
22811 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22812 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22813 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22814 (sh-mode): Set comment-start-skip, local-abbrev-table,
22815 imenu-case-fold-search.
22816 (sh-set-shell): Don't set them here.
22817 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22818 Don't cache the results in the original alist; don't ever modify
22819 that alist.
22820
22821 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22822
22823 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22824 empty.
22825
22826 2005-08-15 Andreas Schwab <schwab@suse.de>
22827
22828 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22829
22830 * dired.el, info.el, mail/rmail.el: Revert last change.
22831
22832 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22833
22834 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22835 modification in `eval-after-load' form.
22836 * info.el: Likewise.
22837 * mail/rmail.el: Likewise.
22838
22839 2005-08-14 Juri Linkov <juri@jurta.org>
22840
22841 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22842 Remove highlighting of "Compilation started". Highlight only
22843 the word "finished" in "Compilation finished". Add highlighting
22844 of "interrupt", "killed", "terminated" and the exit code.
22845 (compilation-start): Add newline after header. Use exactly the
22846 same time stamp format as the finishing message.
22847 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22848
22849 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22850 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22851 Add highlighting of "interrupt", "killed", "terminated".
22852
22853 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22854 enabled and the current command is self-insert-command, call it
22855 explicitly with overwrite-mode bound to nil, to not allow it
22856 to delete the character after the selected region.
22857
22858 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22859
22860 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22861 move-end-of-line, end-of-line, and beginning-of-line to the list
22862 of commands after which the echo area is updated.
22863
22864 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22865
22866 * cus-edit.el (custom-save-all, custom-save-delete):
22867 Bind recentf-exclude to exclude custom-file.
22868
22869 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22870
22871 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22872 to go to the bottom of the mail message. Added to
22873 `rmail-summary-mode-map' with key "/".
22874 (rmail-summary-show-message): New (internal) function for use by
22875 both `rmail-summary-beginning/end-of-message'.
22876 (rmail-summary-beginning-of-message): Change to use
22877 rmail-summary-show-message.
22878
22879 * mail/rmail.el (rmail-end-of-message): New command to go to the
22880 end of the current message. Added to `rmail-mode-map' with key "/".
22881 (rmail-beginning-of-message): Fix to work as documented.
22882 (rmail-mode): Change documentation.
22883
22884 * progmodes/compile.el (compilation-start): Add the line
22885 "Compilation started" with compilation start time.
22886 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22887
22888 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22889
22890 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22891 of menu items.
22892
22893 2005-08-11 Richard M. Stallman <rms@gnu.org>
22894
22895 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22896
22897 * battery.el (battery-status-function): Don't use ignore-errors.
22898
22899 2005-08-11 Lute Kamstra <lute@gnu.org>
22900
22901 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22902 define-obsolete-variable-alias.
22903
22904 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22905
22906 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22907 (ange-ftp-send-cmd): Revert last change, and expand
22908 the comment explaining the problem.
22909
22910 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22911
22912 * ldefs-boot.el: Update.
22913
22914 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22915 item to "Time, Load and Mail". Change help echo text.
22916
22917 * time.el (display-time-use-mail-icon, display-time-format)
22918 (display-time-string-forms): Shorten first line of docstrings.
22919
22920 2005-08-10 Lars Hansen <larsh@soem.dk>
22921
22922 * desktop.el (desktop-buffer-mode-handlers):
22923 Make non-customizable. Add autoload cookie. Change initial value to
22924 nil; add elements in respective modules instead. Fix doc string.
22925 (desktop-load-file): New function.
22926 (desktop-minor-mode-handlers): New autoloaded variable.
22927 (desktop-create-buffer): Call minor mode handlers.
22928 Use desktop-load-file to load major and minor mode modules prior to
22929 checking for a handler.
22930 (desktop-save): Don't add nil to desktop-minor-modes for minor
22931 modes with nil function in desktop-minor-mode-table. Don't delete
22932 desktop file before rewriting it.
22933 (desktop-locals-to-save): Add autoload cookie. Don't make
22934 automatically buffer-local. Add variables column-number-mode,
22935 size-indication-mode, indent-tabs-mode,
22936 indicate-buffer-boundaries, indicate-empty-lines and
22937 show-trailing-whitespace.
22938 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22939 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22940 (desktop-clear-preserve-buffers-regexp): Delete.
22941 (desktop-clear-preserve-buffers): Update initial value and docstring.
22942 (desktop-save-buffer): Fix doc string.
22943
22944 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22945 (hilit-chg-desktop-restore): New function.
22946 (highlight-changes-mode): Add highlight-changes-mode to
22947 desktop-locals-to-save.
22948
22949 * dired.el: Add handler to desktop-buffer-mode-handlers.
22950 (dired-restore-desktop-buffer): Remove autoload cookie.
22951 (dired-mode): Add autoload cookie.
22952
22953 * info.el: Add handler to desktop-buffer-mode-handlers.
22954 (Info-restore-desktop-buffer): Remove autoload cookie.
22955 (Info-mode): Add autoload cookie.
22956
22957 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22958 (mh-restore-desktop-buffer): Remove autoload cookie.
22959 (mh-folder-mode): Add autoload cookie.
22960
22961 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22962 (rmail-restore-desktop-buffer): Remove autoload cookie.
22963
22964 2005-08-11 Masatake YAMATO <jet@gyve.org>
22965
22966 * hexl.el (hexl-address-region):
22967 (hexl-ascii-region, hexl-font-lock-keywords):
22968 (hexl-highlight-line-range): Use the term "region"
22969 instead of "area" for consistency with the other symbols
22970 defined in hexl.el.
22971
22972 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22973
22974 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22975 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22976 out by Juri Linkov). Add `display-battery-mode'.
22977
22978 2005-08-09 Juri Linkov <juri@jurta.org>
22979
22980 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22981 Remove `-text' from face variable names.
22982 (compilation-error-file-name, compilation-warning-file-name)
22983 (compilation-info-file-name): Delete faces.
22984 (compilation-line-number, compilation-column-number):
22985 Remove face underlining.
22986 (compilation-message-face): Set to `underline' value by default.
22987 (compilation-error-face, compilation-warning-face)
22988 (compilation-info-face): Remove `-file-name' from face names.
22989 (compilation-error-text-face, compilation-warning-text-face)
22990 (compilation-info-text-face): Delete face variables.
22991 (compilation-text-face): Delete function.
22992
22993 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22994 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22995 (grep-error-face): Set to `compilation-error' instead of
22996 `compilation-error-face' (which is redefined to `grep-hit-face' in
22997 grep buffers).
22998 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22999 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23000
23001 * dired-aux.el (dired-do-query-replace-regexp):
23002 Use `query-replace-read-args'.
23003
23004 * replace.el (query-replace-read-from, query-replace-read-to)
23005 (query-replace-read-args): Rename arg `string' to `prompt'.
23006
23007 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23008
23009 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23010
23011 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23012 uploading files.
23013 (ange-ftp-canonize-filename): Handle file names beginning with ~
23014 correctly.
23015
23016 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23017
23018 * textmodes/fill.el (canonically-space-region)
23019 (fill-context-prefix, fill-french-nobreak-p)
23020 (fill-delete-newlines, fill-comment-paragraph)
23021 (justify-current-line): "?\ " -> "?\s".
23022
23023 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23024
23025 * textmodes/fill.el (fill-nonuniform-paragraphs):
23026 Improve argument/docstring consistency.
23027
23028 2005-08-09 Richard M. Stallman <rms@gnu.org>
23029
23030 * textmodes/ispell.el (ispell-word): More fboundp checks.
23031
23032 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23033 (find-file-noselect-1): Call it here, only if RAWFILE.
23034 (normal-mode): Always set some major mode.
23035 (save-some-buffers-action-alist): Change some explanation strings.
23036 (file-name-non-special): In the `quote' method, use unwind-protect.
23037
23038 2005-08-09 Magnus Henoch <mange@freemail.hu>
23039
23040 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23041 (ispell-have-aspell-dictionaries): New variable.
23042 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23043 (ispell-get-aspell-config-value): New function.
23044 (ispell-aspell-find-dictionary): New function.
23045 (ispell-aspell-add-aliases): New function.
23046 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23047 appropriate. Don't look for ispell dictionaries if we use aspell.
23048 (ispell-menu-map): Don't build a submenu of dictionaries.
23049
23050 2005-08-09 Richard M. Stallman <rms@gnu.org>
23051
23052 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23053 (sql-read-passwd): Use read-passwd.
23054
23055 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23056 (idlwave-toolbar-is-possible): Add defvars.
23057
23058 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23059 Avoid warnings.
23060
23061 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23062 (idlwave-system-class-info, idlwave-executive-commands-alist):
23063 Use defvar.
23064
23065 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23066
23067 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23068 Avoid warnings.
23069
23070 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23071 and content-type: headers.
23072
23073 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23074
23075 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23076 and rename some of them to be more self-explanatory.
23077
23078 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23079
23080 * startup.el (command-line-1): Implement -scriptload.
23081
23082 * replace.el (occur-engine): Initial *Occur* output not undoable.
23083
23084 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23085 and improve help strings.
23086
23087 * isearch.el (isearch-repeat): When changing direction,
23088 mark search successful.
23089
23090 * ediff-init.el: Use (featurep 'xemacs).
23091
23092 * comint.el (send-invisible): Identify buffer, if not selected.
23093
23094 * align.el: Delete autoload for c-guess-basic-syntax.
23095
23096 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23097
23098 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23099 Improve argument/docstring consistency. Doc fixes.
23100 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23101 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23102 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23103 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23104 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23105 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23106 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23107 Defvar at compile time.
23108
23109 2005-08-09 Juri Linkov <juri@jurta.org>
23110
23111 * info.el: Replace `info' with upper-case `Info' where appropriate.
23112 (info-title-1, info-title-2, info-title-3, info-title-4)
23113 (info-menu-header): Move up face definitions.
23114 (info-menu-star): Rename from `info-menu-5'.
23115 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23116 (Info-fontify-visited-nodes): Fix docstring.
23117 (Info-hide-note-references): Fix docstring.
23118 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23119 menu items in the same way as on cross-references.
23120 (info-apropos): Fix sorting order and formatting to be like in the
23121 stand-alone Info browser. Display error messages for 1 sec.
23122 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23123 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23124 from the menu bar.
23125 (Info-insert-dir): Restore point after calling
23126 `insert-buffer-substring'.
23127
23128 2005-08-08 Richard M. Stallman <rms@gnu.org>
23129
23130 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23131 (recompute-lucid-menubar): Add defvars.
23132
23133 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23134
23135 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23136
23137 * net/net-utils.el (run-dig): Rename from `dig'.
23138
23139 * play/gametree.el (gametree-mode): Use make-local-variable,
23140 not make-variable-buffer-local.
23141
23142 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23143
23144 * ansi-color.el (ansi-color-make-extent)
23145 (ansi-color-set-extent-face): Use fboundp, not functionp.
23146
23147 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23148 not make-variable-buffer-local.
23149
23150 * bookmark.el (Info-current-file): Add defvar.
23151 (bookmark-jump-noselect): Use with-no-warnings.
23152
23153 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23154
23155 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23156
23157 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23158
23159 * find-file.el (ada-procedure-start-regexp)
23160 (ada-package-start-regexp): Add defvars.
23161
23162 * info.el (Info-insert-dir): Use insert-buffer-substring.
23163
23164 * xml.el (xml-att-def-re): Add defvar.
23165
23166 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23167 calling convention.
23168
23169 * subr.el (while-no-input): Return t if there is input.
23170
23171 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23172
23173 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23174
23175 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23176
23177 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23178 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23179
23180 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23181
23182 * cmuscheme.el (scheme-start-file): Replace reference to
23183 `user-emacs-directory' by "~/.emacs.d/".
23184
23185 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23186
23187 * info.el (Info-dir-remove-duplicates): Avoid case folding
23188 in loop; instead, keep downcased strings for comparison.
23189 Suggested by Helmut Eller.
23190
23191 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23192
23193 Sync with Tramp 2.0.50.
23194
23195 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23196 XEmacs case; not necessary anymore.
23197 (tramp-user-regexp): Allow "@" as part of user name.
23198 (tramp-handle-set-visited-file-modtime)
23199 (tramp-handle-insert-file-contents)
23200 (tramp-handle-write-region): No special handling for
23201 `last-coding-system-used, because this is done in
23202 `tramp-accept-process-output' now.
23203 (tramp-accept-process-output): New defun.
23204 (tramp-process-one-action, tramp-process-one-multi-action)
23205 (tramp-wait-for-regexp, tramp-wait-for-output)
23206 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23207 Howells <dhowells@redhat.com>.
23208 (clear-visited-file-modtime): Defadvice removed. The check for
23209 unset buffer's modtime does not need to be based on
23210 `tramp-buffer-file-attributes'. Suggested by RMS.
23211 (tramp-message): Insert "\n" if not being at beginning of line.
23212 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23213 sequence with same logic.
23214 (tramp-completion-handle-expand-file-name): Discard call of
23215 `tramp-drop-volume-letter'. It is not necessary, and there have
23216 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23217 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23218 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23219 should always be visible.
23220 (tramp-handle-insert-directory, tramp-setup-complete)
23221 (tramp-set-process-query-on-exit-flag)
23222 (tramp-append-tramp-buffers): Pacify byte-compiler.
23223 (tramp-bug): Delete non-existing variables from list.
23224 Apply `tramp-load-report-modules' as pre-hook.
23225 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23226 `shell-prompt-pattern' because of non-7bit characters.
23227 Reported by Sebastian Luque <sluque@mun.ca>.
23228 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23229 (tramp-match-string-list): Remove function.
23230 (tramp-wait-for-regexp): Remove call of that function.
23231 Suggested by Kim F. Storm <storm@cua.dk>.
23232 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23233 instead of octal character code ?\600. The latter resulted in a
23234 syntax error with XEmacs.
23235
23236 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23237 XEmacs case; not necessary anymore.
23238 (tramp-smb-handle-write-region): No special handling for
23239 `last-coding-system-used, because this is done in
23240 `tramp-accept-process-output' now.
23241 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23242
23243 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23244
23245 * wid-edit.el (widget-choice-value-create):
23246 Unconditionally respect user choice. Set :explicit-choice back to nil
23247 when no longer needed.
23248 (widget-choice-action): Unconditionally respect user choice.
23249 Eliminate :explicit-choice-value.
23250
23251 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23252
23253 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23254 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23255 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23256 running new function `toggle-indicate-empty-lines'.
23257 Rename "Customize" item to "Customize fringe".
23258 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23259 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23260 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23261 Delete "Empty lines only" item.
23262 (menu-bar-showhide-fringe-ind-customize): New function.
23263 (menu-bar-showhide-fringe-ind-mixed)
23264 (menu-bar-showhide-fringe-ind-box)
23265 (menu-bar-showhide-fringe-ind-right)
23266 (menu-bar-showhide-fringe-ind-left)
23267 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23268 instead of `fringe-indicators'.
23269
23270 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23271
23272 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23273 Change the date of last update.
23274
23275 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23276
23277 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23278 (viper-exec-yank, viper-put-back): Don't display modification msg
23279 if in the minibuffer.
23280
23281 * viper-init.el (viper-replace-overlay-cursor-color)
23282 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23283 Make variables frame local.
23284
23285 * viper-util.el (viper-append-filter-alist): Use append instead of
23286 nconc.
23287
23288 * viper.el (viper-vi-state-mode-list)
23289 (viper-emacs-state-mode-list): Move help-mode and
23290 completion-list-mode from the first list to the second.
23291 (viper-mode): Docstring.
23292 (viper-go-away, viper-non-hook-settings): Don't localize
23293 minor-mode-alist in newer Emacsen. Add advice to
23294 set-cursor-color. Don't bind "\C-c\\".
23295
23296 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23297
23298 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23299 (scheme-macro-expand-command): New user options.
23300 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23301 (scheme-form-at-point, scheme-start-file)
23302 (scheme-interactively-start-process): New functions.
23303 (scheme-get-process): New function, extracted from `scheme-proc'.
23304 (run-scheme): Call `scheme-start-file' to get start file, and pass
23305 it to `make-comint'.
23306 (switch-to-scheme, scheme-proc):
23307 Call `scheme-interactively-start-process' if no Scheme buffer/process
23308 is available.
23309
23310 2005-08-06 Juri Linkov <juri@jurta.org>
23311
23312 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23313 Use `compilation-text-face', `compilation-info-text-face' and
23314 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23315 (compilation-error): New face.
23316 (compilation-error-file-name): Inherit from
23317 `compilation-error' instead of `font-lock-warning-face'.
23318 (compilation-warning-file-name): Inherit from
23319 `compilation-warning' instead of `font-lock-warning-face'.
23320 (compilation-info, compilation-error-file-name)
23321 (compilation-warning-file-name, compilation-info-file-name)
23322 (compilation-line-number, compilation-column-number): Doc fix.
23323 (compilation-error-text-face, compilation-warning-text-face)
23324 (compilation-info-text-face): New face variables.
23325 (compilation-line-face, compilation-column-face)
23326 (compilation-enter-directory-face)
23327 (compilation-leave-directory-face): Doc fix.
23328 (compilation-text-face): New function.
23329
23330 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23331 instead of 1 to display binary file names as info file links.
23332 (grep-error-face): Use `compilation-error-face' instead of
23333 `font-lock-keyword-face'.
23334 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23335 and `compilation-warning-text-face' instead of
23336 `font-lock-keyword-face'. Use `compilation-error-text-face'
23337 instead of `grep-error-face'.
23338
23339 2005-08-05 Kenichi Handa <handa@m17n.org>
23340
23341 * international/code-pages.el: Add autoload cookies for all coding
23342 systems.
23343
23344 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23345
23346 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23347
23348 2005-08-04 Juri Linkov <juri@jurta.org>
23349
23350 * progmodes/compile.el (compilation-mode-map):
23351 * progmodes/grep.el (grep-mode-map):
23352 Bind TAB to `compilation-next-error' and [backtab] to
23353 `compilation-previous-error'.
23354
23355 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23356 matching line numbers, column numbers and their ranges with regexp
23357 matching only line numbers.
23358 (grep-context-face): New face variable.
23359 (grep-mode-font-lock-keywords): Use it.
23360
23361 * faces.el (read-face-name): Delete duplicate faces.
23362
23363 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23364
23365 * thumbs.el (thumbs-find-image): Don't make variables
23366 automatically buffer local.
23367 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23368 (thumbs-image-num): Make automatically buffer local.
23369 (thumbs-show-thumbs-list): Use `make-local-variable', not
23370 `make-variable-buffer-local'.
23371 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23372
23373 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23374 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23375 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23376 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23377 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23378 (feelings-about, foullst, found, hello, history, howareyoulst)
23379 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23380 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23381 (neglst, obj, object, owner, please, problems, qlist)
23382 (random-adjective, relation, remlst, repetitive-shortness)
23383 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23384 (shortlst, something, sportslst, stallmanlst, states, subj)
23385 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23386 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23387 Defvar at compile time.
23388
23389 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23390 not `make-variable-buffer-local'.
23391
23392 2005-08-02 Kim F. Storm <storm@cua.dk>
23393
23394 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23395 rectangle overlay in selected window.
23396
23397 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23398
23399 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23400 instead of display group. Make `indicate-buffer-boundaries'
23401 customizable through Custom.
23402
23403 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23404
23405 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23406 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23407 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23408 (gdb-put-string): Fix typos in docstrings.
23409
23410 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23411
23412 Update copyright notices of files in progmodes directory for
23413 release of Emacs 22.1.
23414
23415 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23416
23417 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23418 Don't barf if the GUD buffer has been killed.
23419
23420 2005-08-01 Kim F. Storm <storm@cua.dk>
23421
23422 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23423
23424 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23425
23426 * simple.el (next-error-follow-minor-mode):
23427 make-variable-buffer-local -> make-local-variable.
23428
23429 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23430
23431 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23432 (byte-compile-form-make-variable-buffer-local): New functions to warn
23433 about misuses of make-variable-buffer-local where make-local-variable
23434 was meant.
23435
23436 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23437
23438 * bs.el (bs-attributes-list): Doc fix.
23439 (bs): Update url-link.
23440
23441 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23442 (desktop-load-default): Simplify.
23443
23444 * ibuffer.el (ibuffer-columnize-and-insert-list)
23445 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23446 (ibuffer-unmark-all, ibuffer-toggle-marks)
23447 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23448 (ibuffer-compile-make-format-form, ibuffer-format-column)
23449 (ibuffer-current-buffers-with-marks)
23450 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23451 (ibuffer): Doc fix.
23452 (ibuffer-mode): Fix typo in docstring.
23453 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23454 with `define-obsolete-variable-alias'.
23455 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23456
23457 2005-07-29 Kenichi Handa <handa@m17n.org>
23458
23459 * international/mule-cmds.el (select-message-coding-system):
23460 Be sure to use LF for end-of-line. If no coding system is decided,
23461 return iso-8859-1-unix.
23462
23463 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23464
23465 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23466 (ange-ftp-pending-error-line): New vars.
23467 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23468 to handle the non-fatal no-route-to-host messages.
23469 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23470
23471 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23472
23473 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23474 (isearch-quote-char, isearch-printing-char)
23475 (isearch-text-char-description): "?\ " -> "?\s".
23476 (isearch-lazy-highlight-cleanup)
23477 (isearch-lazy-highlight-initial-delay)
23478 (isearch-lazy-highlight-interval)
23479 (isearch-lazy-highlight-max-at-a-time)
23480 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23481 Declare with define-obsolete-*-alias macros.
23482 (isearch-forward): Fix typo in docstring.
23483 (search-invisible, search-ring-yank-pointer)
23484 (regexp-search-ring-yank-pointer): Doc fixes.
23485
23486 * recentf.el (recentf-menu-append-commands-p): Declare with
23487 `define-obsolete-variable-alias'.
23488 (recentf-max-saved-items, recentf-menu-filter)
23489 (recentf-arrange-by-rule-subfilter): Doc fixes.
23490 (recentf-menu-append-commands-flag)
23491 (recentf-initialize-file-name-history, recentf-expand-file-name)
23492 (recentf-clear-data): Fix typos in docstrings.
23493
23494 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23495
23496 * progmodes/gdb-ui.el: Smarten comments.
23497 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23498
23499 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23500
23501 * term/apollo.el (terminal-init-apollo): New function containing
23502 all former top level forms in the file.
23503 * term/bobcat.el (terminal-init-bobcat):
23504 * term/cygwin.el (terminal-init-cygwin):
23505 * term/iris-ansi.el (terminal-init-iris-ansi):
23506 * term/linux.el (terminal-init-linux):
23507 * term/news.el (terminal-init-news):
23508 * term/rxvt.el (terminal-init-rxvt):
23509 * term/sun.el (terminal-init-sun):
23510 * term/tvi970.el (terminal-init-tvi970):
23511 * term/vt100.el (terminal-init-vt100):
23512 * term/vt102.el (terminal-init-vt102):
23513 * term/vt125.el (terminal-init-vt125):
23514 * term/vt200.el (terminal-init-vt200):
23515 * term/vt201.el (terminal-init-vt201):
23516 * term/vt220.el (terminal-init-vt220):
23517 * term/vt240.el (terminal-init-vt240):
23518 * term/vt300.el (terminal-init-vt300):
23519 * term/vt320.el (terminal-init-vt320):
23520 * term/vt400.el (terminal-init-vt400):
23521 * term/vt420.el (terminal-init-vt420):
23522 * term/wyse50.el (terminal-init-wyse50):
23523 * term/xterm.el (terminal-init-xterm): Likewise.
23524
23525 * term/README: Describe the terminal-init-* functionality.
23526
23527 * startup.el (command-line): After loading the terminal initialization
23528 file call the corresponding terminal initialization function.
23529
23530 2005-07-27 Kenichi Handa <handa@m17n.org>
23531
23532 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23533 negative.
23534
23535 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23536 (ps-mule-composition-prologue): Fix for the case that
23537 RelativeCompose is false.
23538
23539 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23540
23541 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23542
23543 * descr-text.el (describe-char): Handle the case where the list of
23544 chars is displayed in a separate frame.
23545 Be a bit more discriminating when looking for the char.
23546
23547 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23548
23549 * bookmark.el (bookmark-automatically-show-annotations)
23550 (bookmark-read-annotation-text-func): Doc fixes.
23551 (bookmark-save): Improve argument/docstring consistency.
23552 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23553 (bookmark-alist-from-buffer)
23554 (bookmark-upgrade-file-format-from-0)
23555 (bookmark-grok-file-format-version)
23556 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23557 (bookmark-read-annotation-mode)
23558 (bookmark-insert-current-bookmark, bookmark-jump)
23559 (bookmark-exit-hook): Fix typos in docstrings.
23560 (bookmark-exit-hooks): Define as obsolete alias.
23561 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23562 not `bookmark-exit-hooks'. Fix docstring.
23563 (bookmark-bmenu-select): "?\ " -> "?\s".
23564
23565 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23566
23567 * startup.el (command-line): Fix typo.
23568
23569 2005-07-24 Richard M. Stallman <rms@gnu.org>
23570
23571 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23572 not emacs-quick-startup.
23573
23574 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23575
23576 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23577 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23578 instead of `reb-with-current-window'.
23579 (reb-prev-match): Likewise. Also, don't move left if the search
23580 was unsuccessful.
23581 (reb-initialize-buffer): New function.
23582 (re-builder, reb-change-syntax): Use it.
23583
23584 * man.el (Man-goto-page): Make second argument NOERROR optional.
23585
23586 2005-07-23 Richard M. Stallman <rms@gnu.org>
23587
23588 * man.el (Man-bgproc-sentinel): Check here for failure to find
23589 any man page in the output, and report the error here.
23590 (Man-arguments): Make it permanent local.
23591 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23592 (Man-mode): Pass t for NOERROR.
23593
23594 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23595 (grep-mode-font-lock-keywords):
23596 Don't use compilation-...-face for messages that are not file names.
23597
23598 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23599 Don't use compilation-...-face for messages that are not file names.
23600
23601 2005-07-22 Juri Linkov <juri@jurta.org>
23602
23603 * startup.el (normal-splash-screen): Update menu name.
23604
23605 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23606
23607 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23608
23609 * term/xterm.el: Load term/rxvt if the terminal is actually an
23610 rxvt terminal.
23611 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23612
23613 * term/rxvt.el (function-key-map): Use substitute-key-definition
23614 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23615
23616 * term/cygwin.el: New file.
23617
23618 2005-07-22 Kim F. Storm <storm@cua.dk>
23619
23620 * image-file.el (insert-image-file, image-file-yank-handler):
23621 Fix last change to maintain a (unique) yank-handler on yanked images.
23622
23623 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23624
23625 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23626 of the file size (as in "177B" for 177 bytes). This happens with
23627 "ls -lh" on FreeBSD.
23628
23629 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23630
23631 * hilit-chg.el (highlight-changes-global-initial-state)
23632 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23633 (hilit-chg-fixup, highlight-changes-mode):
23634 Fix typos in docstrings.
23635 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23636 Doc fixes.
23637
23638 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23639
23640 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23641 mode function using `eval-after-load'.
23642
23643 2005-07-21 Kim F. Storm <storm@cua.dk>
23644
23645 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23646 included when reporting an Emacs crash, and tell about the DEBUG file.
23647
23648 * image-file.el (insert-image-file): Add yank-handler.
23649 (image-file-yank-handler): Yank handler to make unique copies of
23650 images when they are yanked into a buffer next to each other.
23651
23652 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23653
23654 * comint.el (comint-use-prompt-regexp, comint-send-input)
23655 (comint-source-default, comint-extract-string)
23656 (comint-get-source, comint-word, comint-completion)
23657 (comint-source, comint-prompt-read-only, comint-update-fence):
23658 Fix typos in docstrings.
23659 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23660 Declare with define-obsolete-*-alias macros.
23661 (comint-previous-matching-input-from-input)
23662 (comint-next-matching-input-from-input)
23663 (comint-previous-matching-input, comint-next-matching-input)
23664 (comint-forward-matching-input):
23665 Improve argument/docstring consistency.
23666
23667 * desktop.el (desktop-clear-preserve-buffers-regexp):
23668 Also preserve the *server* buffer.
23669
23670 * simple.el (clone-indirect-buffer): Doc fix.
23671 (fixup-whitespace, just-one-space)
23672 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23673 (next-error, next-error-highlight)
23674 (next-error-highlight-no-select, next-error-last-buffer)
23675 (next-error-buffer-p, next-error-find-buffer, next-error)
23676 (previous-error, next-error-no-select, previous-error-no-select)
23677 (open-line, split-line, minibuffer-prompt-width, kill-new)
23678 (binary-overwrite-mode): Fix typos in docstrings.
23679 (set-fill-column): Fix typo in message.
23680
23681 * skeleton.el (skeleton-proxy-new): Doc fix.
23682
23683 * strokes.el (strokes-load-hook): Doc fix.
23684 (strokes-grid-resolution, strokes-get-grid-position)
23685 (strokes-renormalize-to-grid, strokes-read-stroke)
23686 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23687 (strokes-global-map): Fix typos in docstrings.
23688 (strokes-help): Doc fix. Fix help message and pass it through
23689 `substitute-command-keys'.
23690
23691 * tempo.el (tempo-insert-prompt, tempo-interactive)
23692 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23693 (tempo-insert-string-functions, tempo-local-tags)
23694 (tempo-define-template, tempo-insert-template)
23695 (tempo-insert-prompt-compat, tempo-is-user-element)
23696 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23697 Fix typos in docstrings.
23698
23699 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23700 (vcursor-key-bindings, vcursor-use-vcursor-map)
23701 (vcursor-find-window, vcursor-scroll-down)
23702 (vcursor-disable, vcursor-beginning-of-buffer)
23703 (vcursor-end-of-buffer): Fix typos in docstrings.
23704 (vcursor-relative-move, vcursor-get-char-count):
23705 Improve argument/docstring consistency.
23706
23707 * version.el: "?\ " -> "?\s".
23708
23709 * wid-edit.el (widget-default-create, widget-after-change)
23710 (widget-default-format-handler, widget-checklist-add-item)
23711 (widget-radio-add-item, widget-choose, widget-specify-secret)
23712 (widget-field-value-create, widget-field-value-get)
23713 (widget-editable-list-format-handler)
23714 (widget-editable-list-entry-create, widget-group-value-create)
23715 (widget-documentation-link-add)
23716 (widget-documentation-string-value-create): "?\ " -> "?\s".
23717 (widget-convert-text): Doc fix.
23718 (widget-narrow-to-field, widget-field-find)
23719 (widget-url-link-action, widget-emacs-library-link-action)
23720 (widget-color-notify): Fix typos in docstrings.
23721
23722 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23723 (x-select-text, set-w32-system-coding-system)
23724 (w32-add-charset-info): Fix typos in docstrings.
23725
23726 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23727 (cua-enable-cua-keys, cua-use-hyper-key)
23728 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23729 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23730
23731 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23732
23733 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23734 `defalias' instead of faking it.
23735
23736 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23737 (eshell-ls-missing, eshell-ls-dired-initial-args)
23738 (eshell-ls-use-in-dired): Fix typos in docstrings.
23739
23740 2005-07-20 Kim F. Storm <storm@cua.dk>
23741
23742 * emulation/cua-base.el (cua-mode): Improve doc string.
23743
23744 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23745
23746 * abbrev.el (expand-region-abbrevs): Doc fix.
23747 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23748 Improve argument/docstring consistency.
23749
23750 * arc-mode.el (archive-get-descr, archive-alternate-display):
23751 Doc fixes.
23752 (archive-l-e): Improve argument/docstring consistency.
23753 (archive-tmpdir, archive-unixdate, archive-unixtime)
23754 (archive-chmod-entry): Fix typos in docstrings.
23755 (archive-unflag, archive-unflag-backwards)
23756 (archive-unmark-all-files): "?\ " -> "?\s".
23757
23758 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23759 (Buffer-menu-not-modified, Buffer-menu-execute)
23760 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23761 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23762
23763 * composite.el (compose-string, encode-composition-rule)
23764 (compose-last-chars): Fix typos in docstrings.
23765
23766 * desktop.el (desktop-enable, desktop-basefilename):
23767 Declare with `define-obsolete-variable-alias'.
23768 (desktop-internal-v2s): Don't quote keywords.
23769 (desktop-clear): "?\ " -> "?\s".
23770
23771 * dired.el (dired-align-file, dired-flag-backup-files)
23772 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23773 (dired-listing-switches, dired-ls-F-marks-symlinks)
23774 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23775 (dired-directory, dired-faces, dired, dired-revert)
23776 (dired-mode, dired-summary, dired-view-file)
23777 (dired-copy-filename-as-kill, dired-delete-file)
23778 (dired-no-confirm, dired-unmark-all-marks)
23779 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23780 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23781 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23782 Fix typos in message strings.
23783
23784 * dired-x.el (virtual-dired): Declare with `defalias'.
23785 (dired-mark-unmarked-files, dired-local-variables-file)
23786 (dired-omit-here-always): Doc fix.
23787 (dired-omit-mode, dired-find-subdir)
23788 (dired-enable-local-variables, dired-clean-up-buffers-too)
23789 (dired-extra-startup, dired-mark-extension, dired-jump)
23790 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23791 (dired-smart-shell-command, dired-guess-shell-alist-user)
23792 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23793 (dired-x-bind-find-file, dired-x-submit-report):
23794 Fix typos in docstrings.
23795 (dired-mark-unmarked-files): "?\ " -> "?\s".
23796
23797 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23798
23799 * faces.el (describe-face): "?\ " -> "?\s".
23800 (read-all-face-attributes, read-face-font, modify-face)
23801 (face-attr-construct, italic): Fix typos in docstrings.
23802 (frame-update-face-colors): Declare with
23803 `define-obsolete-function-alias'.
23804
23805 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23806 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23807 (magic-mode-alist, buffer-file-numbers-unique)
23808 (write-file-functions, get-free-disk-space):
23809 Fix typos in docstrings.
23810 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23811 (write-contents-hooks, write-file-hooks):
23812 Declare with `define-obsolete-variable-alias'.
23813
23814 * forms-d2.el (arch-rj): Fix typo in docstrings.
23815 (arch-tocol): Likewise. "?\ " -> "?\s".
23816
23817 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23818 Fix typo in docstring.
23819 (set-screen-width, set-screen-height): Delete redundant info in
23820 doctrings.
23821 (new-frame, screen-height, screen-width): Declare with
23822 `define-obsolete-function-alias'.
23823 (delete-frame-hook, blink-cursor): Declare with
23824 `define-obsolete-variable-alias'.
23825
23826 * paths.el (prune-directory-list): Fix typos in docstring.
23827
23828 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23829 (cvs-prefix-get): Fix typos in docstrings.
23830
23831 * ps-print.el (ps-extend-face-list, ps-extend-face)
23832 (ps-print-background-image): Fix typos in docstrings.
23833 (ps-default-fg, ps-default-bg): Doc fixes.
23834
23835 * s-region.el (s-region-bind): Doc fix.
23836 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23837
23838 * textmodes/org.el (org-table-formula-substitute-names)
23839 (org-table-get-vertical-vector): Doc fixes.
23840 (org-table-recalculate): Remove unused argument to `message'.
23841
23842 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23843
23844 * textmodes/org.el (org-table-column-names)
23845 (org-table-column-name-regexp)
23846 (org-table-named-field-locations): New variables.
23847 (org-archive-subtree): Protect `this-command' when calling
23848 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23849 the kill buffer.
23850 (org-complete): Remove fixed-formula completion.
23851 (org-edit-formulas-map): New variable.
23852 (org-table-edit-formulas): New command.
23853 (org-finish-edit-formulas, org-abort-edit-formulas)
23854 (org-show-variable, org-table-get-vertical-vector): New functions.
23855 (org-table-maybe-eval-formula): Handle `:=' fields.
23856 (org-table-get-stored-formulas, org-table-store-formulas)
23857 (org-table-get-formula, org-table-modify-formulas)
23858 (org-table-replace-in-formulas): Handle named field formulas.
23859 (org-table-get-specials): Store locations of named fields.
23860
23861 2005-07-19 Juri Linkov <juri@jurta.org>
23862
23863 * progmodes/grep.el (grep-regexp-alist)
23864 (grep-mode-font-lock-keywords, grep-process-setup):
23865 Use default GNU grep match color "01;31m" instead of "01;41m".
23866 (grep-regexp-alist, grep-mode-font-lock-keywords):
23867 Use `\\[[0-9]*m' instead of `\\[00m'.
23868 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23869 sgr_start where its handling is more important. Use the real
23870 length of sgr_start instead of constant 8.
23871 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23872 specially. Delete all remaining escape sequences.
23873 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23874 (grep-regexp-alist): Make hyperlink only for binary file name
23875 instead of the whole line.
23876 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23877 (grep-mode): Add autoload.
23878
23879 * emacs-lisp/find-func.el (find-function-regexp):
23880 Add `define-compilation-mode'.
23881
23882 2005-07-19 Juri Linkov <juri@jurta.org>
23883
23884 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23885 (compare-windows-sync-string-size, compare-windows-recenter)
23886 (compare-windows-highlight, compare-windows): Add version 22.1.
23887 (compare-windows) <defface>: Inherit from lazy-highlight instead
23888 of duplicating its default value.
23889
23890 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23891 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23892
23893 * descr-text.el (describe-char): Create link buttons for `charset'
23894 and `code point'. Add the current input method name with a link
23895 button to `to input' field. Print face names of display table
23896 characters in `The display table entry is displayed by' section
23897 instead of printing face-id in the `display' field.
23898 Guess hardcoded faces and create a link button for them.
23899 Skip empty fields when calculating max-width.
23900 Treat `widget-create' specially while inserting strings from the
23901 collected field list.
23902 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23903
23904 * diff-mode.el (diff-file-header): Change foreground color from
23905 yellow to green on light backgrounds.
23906 (diff-context): Inherit from `shadow' only for color/grayscale
23907 with more than 88 colors.
23908 (diff-indicator-removed, diff-indicator-added)
23909 (diff-indicator-changed): New faces.
23910 (diff-font-lock-keywords): Use new faces. Regroup rules.
23911 Add "^---$" for `normal' diff format. Fontify `#' lines with
23912 font-lock-comment-delimiter-face and font-lock-comment-face.
23913 Add `#' to ^[^...] in the rule for `diff-context-face'.
23914
23915 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23916 a button-like box. Inherit from `highlight' on low colors.
23917 (shadow): Use shades of gray only for color/grayscale with
23918 more than 88 colors. Use green for light backgrounds with
23919 8 colors, and yellow for dark backgrounds with 8 colors.
23920
23921 * font-lock.el (font-lock-regexp-grouping-backslash):
23922 Don't inherit from escape-glyph (use bold for all cases).
23923
23924 * info.el (info-xref-visited): Use light foreground color `violet'
23925 for dark backgrounds instead of dark color `magenta3'.
23926 (info-title-1): Use `yellow' color for dark backgrounds.
23927
23928 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23929 too-light magenta2.
23930
23931 * replace.el (match): Use slightly more light RoyalBlue3 instead
23932 of dark RoyalBlue4.
23933
23934 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23935
23936 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23937
23938 * novice.el (disabled-command-hook): Declare it with
23939 `define-obsolete-variable-alias'.
23940
23941 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23942 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23943 (desktop-load-default): Add release to obsolescence info.
23944 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23945 (desktop-append-buffer-args, desktop-read):
23946 Fix typos in docstrings.
23947 (desktop-kill): Fix typo in message.
23948 (desktop-save): Doc fix.
23949
23950 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23951
23952 * viper-cmd.el (viper-escape-to-state): Bug fix.
23953 (viper-envelop-ESC-key): Change the definition of fast
23954 keysequence so it'll work with keyboard macros.
23955
23956 * ediff.el (ediff-patch-buffer): Change the docstring.
23957
23958 2005-07-19 Kenichi Handa <handa@m17n.org>
23959
23960 * international/mule-cmds.el (select-safe-coding-system): Try to
23961 use an auto-coding (if any) before anything else. If the found
23962 auto-coding is invalid, show a warning message.
23963
23964 * international/mule.el (find-auto-coding): New function created
23965 by modifying the body of set-auto-coding.
23966 (set-auto-coding): Use find-auto-coding to find a coding.
23967
23968 2005-07-18 Richard M. Stallman <rms@gnu.org>
23969
23970 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23971 not isearch-mode-end-hook-error.
23972 (allout-before-change-protect): Fix error message.
23973
23974 2005-07-18 Juri Linkov <juri@jurta.org>
23975
23976 * allout.el (allout-mode):
23977 * calculator.el (calculator-copy):
23978 * custom.el (custom-known-themes):
23979 * dired.el (dired-desktop-buffer-misc-data)
23980 (dired-restore-desktop-buffer):
23981 * dired-x.el (dired-omit-marker-char):
23982 * files.el (basic-save-buffer):
23983 * font-core.el (font-lock-mode):
23984 * calendar/calendar.el (calendar-goto-hebrew-date)
23985 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23986 (calendar-goto-persian-date):
23987 * language/ethio-util.el (ethio-sera-to-fidel-region):
23988 * textmodes/picture.el (picture-mode):
23989 Delete duplicate duplicate words.
23990
23991 2005-07-18 Juri Linkov <juri@jurta.org>
23992
23993 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23994 chars * ? } |.
23995 (isearch-fallback): Don't call `isearch-process-search-char'.
23996 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23997 (isearch-process-search-char): Call `isearch-fallback' for regexp
23998 chars * ? } |.
23999 (isearch-return-char): Make obsolete with `make-obsolete' instead
24000 of simply documenting it as obsolete in the docstring.
24001 (isearch-fallback): Refill docstring.
24002
24003 * international/isearch-x.el
24004 (isearch-process-search-multibyte-characters): Remove unneeded
24005 `concat'. Add intermediate values to `junk-hist' instead of
24006 `minibuffer-history'. Test the length of `str'.
24007
24008 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24009
24010 * allout.el (allout-resolve-xref): Fix typos in error strings.
24011 (allout-before-change-protect): Remove unneeded `concat'.
24012
24013 * array.el (array-mode, array-reconfigure-rows)
24014 (untabify-backward): Fix typos in docstrings.
24015 (array-reconfigure-rows): Use `insert-buffer-substring', not
24016 `insert-buffer'.
24017
24018 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24019 * progmodes/ada-mode.el (ada-make-body):
24020 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24021
24022 * dired.el (dired-log):
24023 * tar-mode.el (tar-subfile-save-buffer):
24024 * play/zone.el (zone-pgm-stress-destress):
24025 Use `insert-buffer-substring', not `insert-buffer'.
24026
24027 2005-07-17 Simon Josefsson <jas@extundo.com>
24028
24029 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24030
24031 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24032
24033 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24034 Add plain auth method.
24035 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24036
24037 2005-07-17 Kim F. Storm <storm@cua.dk>
24038
24039 * ido.el (dired-other-window): Add ido property.
24040
24041 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24042
24043 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24044 Fix typo in docstring.
24045 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24046 `insert-file-literally'.
24047
24048 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24049 info and delete redundant message. Doc fix.
24050 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24051 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24052
24053 2005-07-16 Richard M. Stallman <rms@gnu.org>
24054
24055 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24056 (byte-compile-and): Use byte-compile-and-recursion.
24057 (byte-compile-or-recursion): New function.
24058 (byte-compile-or): Use that.
24059 (byte-compile-if): Guard the else-clause too.
24060 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24061
24062 * isearch.el (isearch-mode-end-hook-quit): New variable.
24063 (isearch-done): Bind it.
24064 (isearch-mode-end-hook): Doc fix.
24065
24066 * allout.el (allout-isearch-did-quit): Variable deleted.
24067 (allout-real-isearch-abort): Function name no longer used.
24068 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24069 (allout-isearch-rectification): isearch-mode always exists.
24070 Don't set allout-isearch-did-quit.
24071 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24072 allout-isearch-did-quit.
24073 (allout-enwrap-isearch): Just add the hook.
24074 (allout-isearch-abort): Function deleted.
24075 (allout-pre-command-business): Avoid warning.
24076
24077 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24078 Correctly avoid warnings.
24079 (pascal-outline): Likewise.
24080
24081 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24082
24083 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24084
24085 * play/tetris.el (tetris-mode): Avoid warning.
24086
24087 * play/snake.el (snake-mode): Avoid warning.
24088
24089 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24090 (gamegrid-set-display-table): Avoid warning.
24091 (gamegrid-set-timer): Likewise.
24092 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24093 (gamegrid-add-score-with-update-game-score-1): Take FILE
24094 as argument.
24095 (gamegrid-add-score-with-update-game-score): Pass that argument.
24096 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24097
24098 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24099
24100 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24101 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24102
24103 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24104 and insert-file.
24105
24106 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24107 (sc-ask): Avoid warnings.
24108
24109 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24110 (eshell-hist-initialize): Use that var the natural way.
24111
24112 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24113
24114 * emacs-lisp/re-builder.el (reb-cook-regexp):
24115 Avoid warning calling lre-compile-string.
24116 (reb-color-display-p): Avoid warning.
24117
24118 * calculator.el (calculator-last-input): Guard uses
24119 of event-key and key-press-event-p.
24120 (event-key, key-press-event-p): Delete definitions.
24121
24122 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24123 (find-gc-source-directory, find-gc-subrs-callers)
24124 (find-gc-noreturn-list, find-gc-source-files)
24125 (find-gc-subrs-called): Vars renamed and defvar'd.
24126
24127 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24128 (checkdoc-overlay-put, checkdoc-delete-overlay)
24129 (checkdoc-overlay-start, checkdoc-overlay-end)
24130 (checkdoc-mode-line-update, checkdoc-char=):
24131 Define such that compiler knows they are defined.
24132 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24133 (checkdoc-read-event): Delete. Use read-event directly.
24134
24135 * whitespace.el (whitespace-make-overlay)
24136 (whitespace-overlay-put, whitespace-delete-overlay)
24137 (whitespace-overlay-start, whitespace-overlay-end):
24138 Define such that compiler knows they are defined.
24139 (whitespace): Move conditional inside.
24140
24141 * tempo.el (tempo-insert-template): Suppress warning.
24142
24143 * ediff-diff.el (longlines-mode): Add defvar.
24144
24145 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24146
24147 * server.el: Bind "C-x #" in a way that works even if C-x is
24148 redefined to a command key, not a prefix key.
24149
24150 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24151
24152 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24153 cl-make-type-test till execution time.
24154
24155 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24156
24157 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24158 arg ARG and use it.
24159
24160 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24161
24162 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24163
24164 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24165
24166 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24167 a defcustom with two :set or :type keywords.
24168
24169 2005-07-15 Richard M. Stallman <rms@gnu.org>
24170
24171 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24172 Don't give ^M comment-end syntax.
24173
24174 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24175
24176 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24177 Don't consider gdbmi (gdb-mi.el has its own update functions).
24178 (gdb-var-delete): Make it work for gdbmi as well.
24179 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24180
24181 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24182 (gud-speedbar-menu-items): Correct logic for enabling items.
24183
24184 2005-07-15 Kim F. Storm <storm@cua.dk>
24185
24186 * ido.el: Fix commentary.
24187 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24188 Use with-no-warnings around ffap-guesser.
24189 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24190 Let bind minibuffer-completing-file-name to t.
24191
24192 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24193
24194 * startup.el (site-run-file, keyboard-type): Doc fixes.
24195 (command-line): Check for "--basic-display" argument; also for
24196 "--quick", not "--bare-bones" (which was renamed).
24197 (fancy-splash-text): Add missing item "Getting New Versions".
24198 (normal-splash-screen): Fix typos and improve consistency with
24199 `fancy-splash-text'. Update copyright year.
24200
24201 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24202 valid binding for `help-char'.
24203
24204 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24205
24206 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24207
24208 * term.el (term-mode): Disable cua-mode for term buffers.
24209
24210 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24211
24212 * add-log.el (add-log-mailing-address, change-log-merge):
24213 Doc fixes.
24214 (change-log-get-method-definition): Fix typo in docstring.
24215
24216 2005-07-14 Kim F. Storm <storm@cua.dk>
24217
24218 * emulation/cua-base.el:
24219 (cua--pre-command-handler-1, cua--pre-command-handler)
24220 (cua--post-command-handler-1, cua--post-command-handler):
24221 Split in two. Check (buffer local) value of cua-mode.
24222 (cua-selection-mode): New command.
24223
24224 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24225
24226 * custom.el (custom-initialize-safe-set)
24227 (custom-initialize-safe-default): Doc fixes.
24228
24229 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24230 and simplify :init-value again.
24231
24232 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24233 and simplify :init-value again. Delete autoload.
24234
24235 * startup.el (command-line): Use `custom-reevaluate-setting' again
24236 for tooltip-mode.
24237
24238 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24239 a defcustom with two :initialize keywords.
24240
24241 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24242
24243 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24244 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24245 (allout-post-command-business, allout-flag-region)
24246 (isearch-reenable-font-lock, allout-yank)
24247 (allout-insert-latex-header, allout-insert-latex-trailer)
24248 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24249 (allout-latex-verb-quote): Fix typos in docstrings.
24250 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24251 (allout-unprotected, allout-prefix-data):
24252 Improve argument/docstring consistency.
24253 (allout-chart-subtree): Fix argument spec.
24254 (allout-open-topic): Rename `use_sib_bullet' argument to
24255 `use-sib-bullet'. Doc fix.
24256
24257 * whitespace.el (whitespace-check-buffer-leading)
24258 (whitespace-check-buffer-trailing)
24259 (whitespace-check-buffer-indent)
24260 (whitespace-check-buffer-spacetab)
24261 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24262 (whitespace-check-leading-whitespace)
24263 (whitespace-check-trailing-whitespace)
24264 (whitespace-check-spacetab-whitespace)
24265 (whitespace-check-indent-whitespace)
24266 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24267 (whitespace-modes): Fix typos in docstrings.
24268 (defgroup, defcustom): Doc fixes.
24269
24270 * winner.el (winner-mode, winner-boring-buffers)
24271 (winner-pending-undo-ring): Doc fixes.
24272 (winner-ring): Remove unneeded `progn'.
24273 (winner-equal): `defsubst' it.
24274 (winner-redo): Fix message.
24275
24276 2005-07-13 Kim F. Storm <storm@cua.dk>
24277
24278 * simple.el (line-move-1): Always use vertical-motion to
24279 do the last (or only) line move to ensure some movement.
24280 Undo 2005-06-23 change--don't check for overlays.
24281
24282 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24283
24284 * term/mac-win.el (ccl-encode-mac-roman-font)
24285 (ccl-encode-mac-centraleurroman-font)
24286 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24287 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24288 Change charset-id boundary of dimension to ?\xef.
24289 (mac-char-fontspec-list): New constant.
24290 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24291 argument. Nil uses itself as family in font-spec. Previous
24292 behavior for nil is now provided by non-nil non-string argument.
24293 All callers changed. Add font-specs for Mac fonts to
24294 "fontset-default" unless iso8859-1 fonts are installed.
24295
24296 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24299 a continuation line if the \ is preceded by SPC or TAB.
24300 (sh-get-indent-info): Simplify.
24301 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24302 Use with-current-buffer.
24303
24304 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24305 when the matched text is empty.
24306
24307 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24308
24309 * startup.el (command-line): Revert to previous handling of
24310 tooltip-mode. Explain in comment why the complexity is needed.
24311
24312 * tooltip.el (tooltip-mode): Revert to previous implementation of
24313 its defcustom.
24314
24315 * frame.el (blink-cursor-mode): Revert to previous implementation
24316 of its defcustom. Update comment.
24317
24318 2005-07-12 Lars Hansen <larsh@soem.dk>
24319
24320 * desktop.el: Update e-mail address.
24321
24322 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24323
24324 * term/mac-win.el (mac-services-mail-selection)
24325 (mac-services-mail-to): New functions.
24326 (mac-application-menu-map): Bind them.
24327
24328 2005-07-12 wulei <milton@wulei.net> (tiny change)
24329
24330 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24331
24332 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24333
24334 * custom.el (custom-reevaluate-setting): Doc fix.
24335
24336 2005-07-11 Jay Belanger <belanger@truman.edu>
24337
24338 * calc/calc.el (calc-embedded-announce-formula-alist)
24339 (calc-embedded-open-close-plain-alist)
24340 (calc-embedded-open-close-mode-alist): Add checks for additional
24341 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24342
24343 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24344
24345 * custom.el (custom-enable-theme): Don't add theme to
24346 `custom-enabled-themes' with `push' because there is no
24347 setf-method for `delq'.
24348
24349 2005-07-11 Richard M. Stallman <rms@gnu.org>
24350
24351 * custom.el (custom-declare-variable): Doc fix.
24352
24353 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24354 from the alists.
24355
24356 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24357 Do nothing if edebug-active.
24358
24359 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24360 (edebug-display): Do it here instead.
24361
24362 2005-07-10 Richard M. Stallman <rms@gnu.org>
24363
24364 * cus-face.el (custom-theme-set-faces): Make it work.
24365 (custom-reset-faces): Doc fix.
24366 (custom-theme-reset-internal-face, custom-theme-face-value):
24367 Functions deleted.
24368
24369 * custom.el (custom-push-theme): Maintain list of the settings
24370 of a given theme in its theme-settings property.
24371 Maintain position of old settings in the theme-value
24372 or theme-face property.
24373 (custom-enabled-themes): New variable.
24374 (custom-theme-enabled-p): New function.
24375 (provide-theme): Update custom-enabled-themes.
24376 Disable and reenable the `user' theme.
24377 (require-theme): Doc fix.
24378 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24379 (custom-theme-value, custom-theme-variable-value): Likewise.
24380 (custom-theme-reset-internal): Likewise.
24381 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24382 (custom-enable-theme, custom-disable-theme): New functions.
24383 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24384 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24385 (custom-theme-reset-variables): Simplify.
24386 (deftheme, custom-declare-theme, custom-make-theme-feature):
24387 Definitions moved.
24388
24389 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24390
24391 * longlines.el (longlines-show-region)
24392 (longlines-unshow-hard-newlines): Recognize hard newlines by
24393 non-nil hard property, instead of t.
24394
24395 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24396
24397 * viper-cmd.el (viper--key-maps): New variable.
24398 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24399 emulation-mode-map-alists.
24400 (viper-envelop-ESC-key): Use viper-subseq.
24401 (viper-search-forward/backward/next): Disable debug-on-error.
24402
24403 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24404 (viper-ESC-key): New defcustoms.
24405
24406 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24407
24408 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24409 (viper-subseq): Copy of subseq from cl.el.
24410
24411 * viper.el (viper-go-away, viper-set-hooks): Use
24412 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24413
24414 * viper-mous.el (viper-current-frame-saved): Use defvar.
24415
24416 * viper-init.el: Get rid of -face in face names.
24417
24418 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24419 Make it work with longlines mode
24420
24421 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24422
24423 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24424
24425 * ediff-init.el: Get rid of -face in face names.
24426
24427 2005-07-10 Richard M. Stallman <rms@gnu.org>
24428
24429 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24430 and with-timeout-unsuspend.
24431
24432 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24433 and with-timeout-unsuspend.
24434
24435 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24436 (with-timeout): Bind that variable to record timers.
24437 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24438
24439 * emacs-lisp/debug.el (debug-help-follow): New function.
24440 (debugger-mode-map): Use that instead of help-follow.
24441 (debugger-setup-buffer): Use eval-buffer-list
24442 to handle eval-buffer frames.
24443
24444 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24445
24446 * timezone.el (timezone-parse-date): Change first regexp
24447 so it will not mistakenly match dates with no time zone.
24448
24449 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24450
24451 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24452
24453 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24454
24455 * custom.el (custom-initialize-safe-set)
24456 (custom-initialize-safe-default): New functions.
24457
24458 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24459 and simplify :init-value.
24460
24461 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24462 and simplify :init-value. Delete obsolete comment.
24463
24464 * startup.el (command-line): Use `custom-reevaluate-setting' to
24465 handle `tooltip-mode'. Delete obsolete comment.
24466
24467 * files.el (set-visited-file-name): Avoid calling
24468 `file-name-nondirectory' with a nil argument.
24469
24470 2005-07-09 Richard M. Stallman <rms@gnu.org>
24471
24472 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24473 was called with nil for the buffer, handle the read position right.
24474 Handle read position for eval-region, too.
24475
24476 2005-07-09 Juri Linkov <juri@jurta.org>
24477
24478 * fringe.el (fringe-mode): Add period in docstring.
24479 (fringe-query-style): Build prompt depending on `all-frames' arg.
24480
24481 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24482 to not create links to unrelated functions in the Help buffer.
24483
24484 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24485 Doc fix.
24486
24487 * simple.el (next-error-hook): New variable.
24488 (next-error): Use it. Doc fix.
24489
24490 * textmodes/ispell.el (ispell-command-loop): Add current
24491 dictionary name and program name to mode-line-format.
24492 (ispell-region, ispell-process-line): Add current dictionary name
24493 and program name to messages.
24494
24495 2005-07-08 Jay Belanger <belanger@truman.edu>
24496
24497 * calc/calc.el (calc-embedded-announce-formula-alist)
24498 (calc-embedded-open-close-formula-alist)
24499 (calc-embedded-open-close-word-alist)
24500 (calc-embedded-open-close-plain-alist)
24501 (calc-embedded-open-close-new-formula-alist)
24502 (calc-embedded-open-close-mode-alist)
24503 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24504 (calc-embedded-mode-hook): New variables.
24505
24506 * calc/calc-embed.el (calc-embedded-firsttime)
24507 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24508 New variables.
24509 (calc-do-embedded): Use calc-embedded-firsttime,
24510 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24511 determine whether or not to run hooks.
24512 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24513 calc-embedded-firsttime-formula appropriately.
24514 Set calc-embedded delimiter variables according to mode.
24515
24516 2005-07-08 Richard M. Stallman <rms@gnu.org>
24517
24518 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24519 Check for "emacs", etc., as entire symbol, not just as word.
24520 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24521
24522 * files.el (set-visited-file-name): Report the error
24523 for "empty filename" earlier.
24524 (kill-some-buffers): Ignore buffers already dead.
24525
24526 * fringe.el (fringe-mode): Doc fix.
24527
24528 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24529 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24530 Use unwind-protect to ensure byte-compile-unresolved-functions
24531 is updated.
24532
24533 * whitespace.el (whitespace-buffer-leading-cleanup):
24534 Simplify w/ skip-chars-forward.
24535 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24536
24537 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24538 Unconditionally try to leave point at the same old place.
24539
24540 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24541
24542 * comint.el (comint-postoutput-scroll-to-bottom)
24543 (comint-show-maximum-output): Take scroll-margin into consideration.
24544
24545 2005-07-08 Kim F. Storm <storm@cua.dk>
24546
24547 * ido.el (ido-use-filename-at-point): New choice `guess'.
24548 (ido-file-internal): Try ffap-guesser if selected.
24549
24550 * ido.el (ido-before-fallback-functions): New hook.
24551 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24552 (ido-read-file-name): Run it.
24553
24554 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24555
24556 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24557 strings rather than a list of symbols to the completion function.
24558
24559 2005-07-07 Jay Belanger <belanger@truman.edu>
24560
24561 * calc/calc-units.el (math-apply-units): Change the places in
24562 which units are simplified.
24563
24564 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24565
24566 * cus-edit.el (customize-option, customize-option-other-window):
24567 Make them handle aliases.
24568
24569 * custom.el (custom-variable-p): Make it recursively follow
24570 aliases. Mention that in the docstring.
24571
24572 2005-07-07 Richard M. Stallman <rms@gnu.org>
24573
24574 * cus-start.el (exec-path): Use `directory' instead of `file'.
24575 Fix tag for nil.
24576
24577 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24578
24579 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24580 when called non-interactively. Doc fix.
24581
24582 2005-07-07 Lute Kamstra <lute@gnu.org>
24583
24584 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24585 new address as well.
24586
24587 2005-07-07 Kenichi Handa <handa@m17n.org>
24588
24589 * international/mule.el (make-coding-system):
24590 Describe `ascii-incompatible' property in the docstring.
24591 (set-file-name-coding-system): Signal an error if coding-system is
24592 ascii-incompatible.
24593 (set-keyboard-coding-system): Likewise.
24594
24595 * international/mule-cmds.el (set-default-coding-systems):
24596 Don't set default-file-name-coding-system and
24597 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24598
24599 * international/utf-16.el: Declare that all UTF-16-based coding
24600 systems are ASCII-incompatible.
24601
24602 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24603
24604 * progmodes/gud.el: Require font-lock for displaying errors.
24605 Used by gdb-ui.el.
24606
24607 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24608
24609 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24610 values for the pattern lists which are `read'able but not
24611 `append'able (like symbols).
24612
24613 2005-07-06 Richard M. Stallman <rms@gnu.org>
24614
24615 * progmodes/flymake.el (flymake-float-time): Instead of
24616 with-no-warnings, test for XEmacs.
24617 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24618 to avoid warning.
24619
24620 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24621
24622 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24623
24624 2005-07-05 Lute Kamstra <lute@gnu.org>
24625
24626 * battery.el: Add support for Darwin (with much debugging help
24627 from Samuel Lauber <sam124@operamail.com>).
24628 (battery-status-function, battery-echo-area-format)
24629 (battery-mode-line-format): Add support for pmset on Darwin.
24630 (battery-load-low, battery-load-critical): New user options.
24631 (battery-pmset): New function.
24632
24633 2005-07-05 Lute Kamstra <lute@gnu.org>
24634
24635 Update FSF's address in GPL notices.
24636
24637 * textmodes/page-ext.el: Update FSF's address.
24638
24639 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24640
24641 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24642 filling from using prefix when filling a single-line docstring.
24643
24644 * progmodes/flymake.el: Remove useless eval-when-compile.
24645
24646 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24647
24648 2005-07-04 Richard M. Stallman <rms@gnu.org>
24649
24650 * textmodes/org.el (org-file-apps-defaults-gnu):
24651 Rename from org-file-apps-defaults-linux.
24652 (org-default-apps): Don't test system-type for `linux'.
24653 (org-file-apps): Doc fix.
24654
24655 2005-07-04 David Ponce <david@dponce.com>
24656
24657 * tree-widget.el: Improve header Commentary section.
24658 (tree-widget) [defgroup]
24659 (tree-widget-image-enable, tree-widget-themes-directory)
24660 (tree-widget-theme, tree-widget-image-properties-emacs)
24661 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24662 (tree-widget-image-formats, tree-widget-control)
24663 (tree-widget-empty-control, tree-widget-leaf-control
24664 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24665 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24666 (tree-widget-keep, tree-widget-after-toggle-functions)
24667 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24668 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24669 :help-echo message.
24670 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24671 (tree-widget-image-properties): Doc fix. Clearer implementation.
24672 (tree-widget--cursors): New constant.
24673 (tree-widget-lookup-image): New function split from
24674 `tree-widget-find-image'. Clearer implementation.
24675 (tree-widget-find-image): Use it.
24676 (tree-widget-button-keymap): Use `set-keymap-parent'.
24677 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24678 Define the sub-widgets here.
24679 (tree-widget-node): Check that :node is not a tree-widget.
24680 (tree-widget-get-super, tree-widget-open-control)
24681 (tree-widget-close-control, tree-widget-empty-control)
24682 (tree-widget-leaf-control, tree-widget-guide)
24683 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24684 (tree-widget-no-handle, tree-widget-value-delete)
24685 (tree-widget-map): Remove.
24686 (tree-widget-children-value-save): Doc fix. Simplified.
24687 (tree-widget-value-create): Update according to previous changes.
24688
24689 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24690
24691 * textmodes/org.el: Leading space replaced by TABS.
24692 (org-recalc-marks, org-table-rotate-recalc-marks)
24693 (org-table-get-specials): Treat "^" and "_" marks.
24694 (org-table-justify-field-maybe): Optional argument NEW.
24695 (org-table-eval-formula): Parsing of the format simplified.
24696 New modes C,I. Honor the %= parameter in the current table.
24697 Avoid unnecessary re-align by using the NEW argument to
24698 `org-table-justify-field-maybe'.
24699 (org-calc-default-modes): Default for date-format mimicks org-mode.
24700 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24701
24702 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24703
24704 * cus-face.el (custom-theme-set-faces): Make it handle face
24705 aliases whose alias declarations are pre- or autoloaded.
24706
24707 2005-07-04 Juri Linkov <juri@jurta.org>
24708
24709 * faces.el (read-face-name): Put the code for getting a face name
24710 from the buffer before adding the faces from the `face' property.
24711 Use `completing-read-multiple' instead of `completing-read'.
24712 Require `crm'. Add default value and post-process the returned
24713 list of faces.
24714
24715 * emacs-lisp/crm.el (crm-find-current-element)
24716 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24717
24718 * emacs-lisp/lisp-mode.el (eval-defun-1):
24719 * emacs-lisp/edebug.el (edebug-eval-defun):
24720 Remove unnecessary quotes.
24721
24722 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24723
24724 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24725 (prolog-indent-level): Fix typo in docstring.
24726
24727 * info.el (Info-history, Info-history-forward)
24728 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24729
24730 * add-log.el (add-change-log-entry):
24731 * comint.el (comint-dynamic-list-input-ring)
24732 (comint-dynamic-list-completions):
24733 * dabbrev.el (dabbrev-expand):
24734 * delim-col.el (delimit-columns-rectangle-line):
24735 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24736 (diff-unified->context):
24737 * ediff-init.el (ediff-abbrev-jobname):
24738 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24739 (ediff-replace-session-activity-marker-in-meta-buffer):
24740 * info.el (Info-summary):
24741 * lpr.el (printify-region):
24742 * printing.el (pr-create-interface):
24743 * ps-print.el (ps-print-quote):
24744 * ses.el (ses-column-widths, ses-print-cell)
24745 (ses-adjust-print-width, ses-center):
24746 * shell.el (shell-file-name-quote-list):
24747 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24748 (strokes-fill-current-buffer-with-whitespace)
24749 (strokes-xpm-for-stroke, strokes-list-strokes)
24750 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24751 * term.el (term-dynamic-list-input-ring)
24752 (term-dynamic-list-completions):
24753 * calc/calc.el (math-format-stack-value):
24754 * emacs-lisp/edebug.el (edebug-display-freq-count):
24755 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24756 (delphi-new-comment-line):
24757 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24758 * progmodes/executable.el (executable-set-magic):
24759 * progmodes/python.el (inferior-python-mode):
24760 * progmodes/scheme.el (scheme-mode-syntax-table):
24761 * progmodes/sh-script.el (sh-maybe-here-document):
24762 * progmodes/sql.el (sql-copy-column):
24763 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24764 * textmodes/bibtex.el (bibtex-mode):
24765 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24766 (sgml-auto-attributes):
24767 * textmodes/table.el (table-insert, table-shorten-cell)
24768 (table--generate-source-scan-lines, table-delete-row)
24769 (*table--cell-delete-char, table--spacify-frame)
24770 (table--horizontally-shift-above-and-below)
24771 (table--cell-insert-char, table--cell-blank-str)
24772 (table--fill-region-strictly):
24773 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24774 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24775
24776 * add-log.el (change-log):
24777 * apropos.el (apropos):
24778 * comint.el (comint-completion, comint-source):
24779 * dabbrev.el (dabbrev):
24780 * delim-col.el (columns):
24781 * diff-mode.el (diff-mode):
24782 * ediff.el (ediff):
24783 * ediff-diff.el (ediff-diff):
24784 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24785 * ediff-mult.el (ediff-mult):
24786 * ediff-ptch.el (ediff-ptch):
24787 * ediff-wind.el (ediff-window):
24788 * facemenu.el (facemenu):
24789 * indent.el (indent):
24790 * info.el (info):
24791 * jka-cmpr-hook.el (compression, jka-compr):
24792 * lpr.el (lpr):
24793 * outline.el (outlines):
24794 * pcmpl-cvs.el (pcmpl-cvs):
24795 * pcmpl-rpm.el (pcmpl-rpm):
24796 * printing.el (printing):
24797 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24798 (ps-print-vertical, ps-print-headers, ps-print-font)
24799 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24800 (ps-print-background, ps-print-printer, ps-print-page)
24801 (ps-print-miscellany):
24802 * ses.el (ses):
24803 * shell.el (shell, shell-directories, shell-faces):
24804 * startup.el (initialization):
24805 * strokes.el (strokes):
24806 * term.el (term):
24807 * uniquify.el (uniquify):
24808 * w32-vars.el (w32):
24809 * calc/calc.el (calc):
24810 * emacs-lisp/bytecomp.el (bytecomp):
24811 * emacs-lisp/cl-indent.el (lisp-indent):
24812 * emacs-lisp/edebug.el (edebug):
24813 * emacs-lisp/elp.el (elp):
24814 * emacs-lisp/testcover.el (testcover):
24815 * emacs-lisp/trace.el (trace):
24816 * emulation/viper-ex.el (viper-ex):
24817 * emulation/viper-mous.el (viper-mouse):
24818 * mail/mailalias.el (mailalias):
24819 * mail/supercite.el (supercite, supercite-frames)
24820 (supercite-attr, supercite-cite, supercite-hooks):
24821 * net/rcompile.el (remote-compile):
24822 * net/rlogin.el (rlogin):
24823 * obsolete/ooutline.el (outlines):
24824 * progmodes/delphi.el (delphi):
24825 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24826 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24827 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24828 (ebnf-optimization):
24829 * progmodes/etags.el (etags):
24830 * progmodes/executable.el (executable):
24831 * progmodes/idlwave.el (idlwave):
24832 * progmodes/pascal.el (pascal):
24833 * progmodes/prolog.el (prolog):
24834 * progmodes/python.el (python):
24835 * progmodes/scheme.el (scheme):
24836 * progmodes/sh-script.el (sh, sh-script):
24837 * progmodes/sql.el (SQL):
24838 * progmodes/tcl.el (tcl):
24839 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24840 * textmodes/enriched.el (enriched):
24841 * textmodes/makeinfo.el (makeinfo):
24842 * textmodes/sgml-mode.el (sgml):
24843 * textmodes/table.el (table-hooks):
24844 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24845 * textmodes/texinfo.el (texinfo):
24846 * textmodes/two-column.el (two-column):
24847 Finish `defgroup' description with period.
24848
24849 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24850 * eshell/esh-var.el (eshell-var):
24851 * progmodes/vhdl-mode.el (vhdl-testbench):
24852 * textmodes/org.el (org): Fix typos in docstrings.
24853
24854 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24855 consistency.
24856
24857 * progmodes/flymake.el (flymake-find-file): Remove.
24858 (flymake-float-time): Use `with-no-warnings'.
24859 (flymake-check-start-time, flymake-check-was-interrupted)
24860 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24861 (flymake-new-err-info): `defvar' at compile time.
24862
24863 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24864
24865 * replace.el (occur-hook): Doc fix.
24866 (occur-1): Don't call `occur-hook' if there are no matches.
24867
24868 2005-07-03 Richard M. Stallman <rms@gnu.org>
24869
24870 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24871 global-map, save the same map.
24872 (global-map): Don't alter it at top level.
24873 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24874 Then alter it here instead.
24875 (tpu-edt-off): Set global-map to the saved one.
24876
24877 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24878 All references simplified.
24879 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24880 (zmacs-regions): Add defvar.
24881 (repeat-complex-command-map): Everything about that deleted.
24882
24883 * textmodes/artist.el (artist-key-is-drawing)
24884 (artist-key-endpoint1, artist-key-poly-point-list)
24885 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24886 (artist-key-compl-table, artist-rb-save-data)
24887 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24888 Don't put them in eval-when-compile.
24889 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24890
24891 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24892 Use with-no-warnings.
24893
24894 * net/browse-url.el (dos-windows-version): Add defvar.
24895
24896 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24897
24898 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24899 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24900 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24901 Add defvar.
24902 (rmail-summary-beginning-of-message): Use with-no-warnings.
24903 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24904
24905 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24906 Use with-no-warnings.
24907
24908 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24909 (c-mark-function): Add point-moving-unit property.
24910 (vi-goto-line): Use with-no-warnings.
24911
24912 * emulation/edt.el (edt-last-copied-word): Add defvar.
24913 (zmacs-region-stays): Likewise.
24914 (edt-mark-section-wisely): Use c-mark-function for C.
24915 Use makr-defun for Fortran.
24916 (time-string): defvar deleted.
24917 (edt-display-the-time): Don't set time-string.
24918
24919 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24920
24921 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24922 Don't warn when name is not constant
24923 or for defining the group `emacs'.
24924
24925 * tooltip.el (gud-tooltip-mode): Add defvar.
24926
24927 * startup.el (default-frame-background-mode): Add defvar.
24928
24929 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24930
24931 * info.el (tool-bar-map): Add defvar.
24932
24933 * dired.el (dnd-protocol-alist): Add defvar.
24934
24935 * dired-aux.el (dired-query): Display question with answer, when
24936 the user answers.
24937
24938 * custom.el (custom-add-option): Doc fix.
24939
24940 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24941
24942 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24943
24944 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24945 bogus name from the last change.
24946
24947 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24948
24949 * custom.el (custom-declare-variable): Fix typos in comment.
24950 (custom-known-themes): Doc fix.
24951 (custom-theme-directory): New defcustom.
24952 (require-theme): Make it check `custom-theme-directory'.
24953
24954 * cus-theme.el (custom-new-theme-mode): New function.
24955 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24956 (custom-theme-description): Add compiler defvars.
24957 (customize-create-theme): Add doc to the "*New Custom Theme*"
24958 buffer. Use `custom-new-theme-mode'.
24959 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24960 and save it to the `custom-theme-directory'. Make this the
24961 default directory of the buffer.
24962
24963 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24964
24965 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24966 Fix unbalanced parentheses.
24967
24968 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24969
24970 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24971 into flymake-mode and delegate to flymake-mode.
24972
24973 * find-file.el (ff-which-function-are-we-in): Clean up.
24974
24975 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24976
24977 * replace.el (occur-rename-buffer): Fix docstring.
24978
24979 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24980 (edt-last-copied-word, edt-learn-macro-count)
24981 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24982 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24983 (time-string, zmacs-region-stays):
24984 * emulation/edt-mapper.el (edt-save-function-key-map)
24985 (EDT-key-name): `defvar' to silence the byte-compiler.
24986
24987 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24988
24989 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24990 font-lock-regexp-backslash. Doc fix.
24991 (font-lock-regexp-backslash-grouping-construct): Rename from
24992 font-lock-regexp-backslash-construct. Doc fix.
24993 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24994 grouping constructs.
24995
24996 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24997
24998 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24999 updating all the prerequisites.
25000
25001 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25002
25003 * textmodes/org.el (org-agenda-start-on-weekday)
25004 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25005 (org-agenda-use-time-grid, org-archive-location)
25006 (org-allow-space-in-links, org-usenet-links-prefer-google)
25007 (org-enable-table-editor, org-export-default-language)
25008 (org-export-html-show-new-buffer, org-fill-paragraph)
25009 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25010 (org-goto-quit, org-occur, org-eval-in-calendar)
25011 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25012 (org-agenda-diary-entry, org-remember-help)
25013 (org-table-convert-region, org-at-table-p)
25014 (org-table-move-row-down, org-table-move-row-up)
25015 (org-table-copy-region, org-table-toggle-vline-visibility)
25016 (org-table-get-stored-formulas, org-table-get-specials)
25017 (org-recalc-commands, org-table-eval-formula)
25018 (org-table-formula-substitute-names, orgtbl-make-binding)
25019 (org-format-org-table-html, org-format-table-table-html)
25020 (org-format-table-table-html-using-table-generate-source)
25021 (org-customize): Fix typos in docstrings.
25022 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25023 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25024 (org-back-to-heading): Doc fixes.
25025 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25026 (org-agenda-change-all-lines, org-get-header):
25027 Improve argument/docstring consistency.
25028 (orgtbl-error): Fix error message.
25029
25030 * progmodes/flymake.el (flymake-find-possible-master-files)
25031 (flymake-master-file-compare, flymake-get-line-err-count)
25032 (flymake-highlight-line, flymake-gui-warnings-enabled):
25033 Fix typos in docstrings.
25034 (flymake-parse-line, flymake-get-project-include-dirs-function)
25035 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25036 Doc fixes.
25037 (flymake-get-project-include-dirs-function)
25038 (flymake-make-err-menu-data):
25039 Improve argument/docstring consistency.
25040
25041 2005-07-01 Lute Kamstra <lute@gnu.org>
25042
25043 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25044 Catch errors with ignore-errors. Use temporary buffer.
25045 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25046
25047 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25048 background color faces.
25049 (facemenu-set-foreground, facemenu-set-background):
25050 Use facemenu-set-face-from-menu.
25051 (facemenu-set-face-from-menu): Treat face names that start with
25052 "fg:" or "bg:" as special.
25053 (facemenu-add-new-color): Don't create faces. Simplify.
25054
25055 2005-06-30 Richard M. Stallman <rms@gnu.org>
25056
25057 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25058 (crm-find-current-element): Likewise.
25059
25060 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25061
25062 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25063
25064 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25065
25066 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25067 (archive-mouse-extract): Make it an obsolete alias.
25068 (archive-mode-map): Don't use archive-mouse-extract any more.
25069 (archive-mode, archive-extract): write-contents-hooks ->
25070 write-contents-functions.
25071 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25072 first arg.
25073 (archive-rename-entry): Update the call.
25074 (archive-zip-summarize): Remove unused var `method'.
25075 (archive-lzh-summarize): Remove unused var `creator'.
25076
25077 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25078 dedicated frame upon exit.
25079
25080 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25081 (archive-zip-extract, archive-zip-expunge)
25082 (archive-zip-update, archive-zip-update-case): Use executable-find.
25083 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25084 Use restore-buffer-modified-p.
25085 (archive-extract, archive-add-new-member, archive-write-file-member):
25086 Use with-current-buffer.
25087 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25088
25089 2005-06-30 Andreas Schwab <schwab@suse.de>
25090
25091 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25092
25093 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25094
25095 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25096
25097 2005-06-30 Juri Linkov <juri@jurta.org>
25098
25099 * faces.el (vertical-border): Inherit from mode-line-inactive
25100 only on tty.
25101
25102 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25103
25104 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25105 example, -NLINES in the `occur' docstring).
25106
25107 * replace.el (occur-1): When no matches are found, do not set the
25108 `buffer-read-only' and modified flags for the occur buffer,
25109 because it is deleted.
25110
25111 * emulation/cua-base.el (cua-check-pending-input)
25112 (cua-repeat-replace-region, cua-mode, cua-debug)
25113 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25114 Fix typos in docstrings.
25115
25116 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25117 (cua-cut-region-to-global-mark)
25118 (cua--cut-rectangle-to-global-mark):
25119 Remove period from end of messages.
25120
25121 * emulation/cua-rect.el (cua-do-rectangle-padding):
25122 Remove period from end of messages.
25123 (cua--rectangle-seq-format): Fix typo in docstring.
25124 (cua-sequence-rectangle, cua-fill-char-rectangle):
25125 Improve argument/docstring consistency.
25126
25127 2005-06-29 Juri Linkov <juri@jurta.org>
25128
25129 * faces.el (default-frame-background-mode): New internal variable.
25130 (frame-set-background-mode): Use it.
25131
25132 * startup.el (normal-top-level): Set default-frame-background-mode
25133 instead of frame-background-mode. Before setting it, test for its
25134 nil value. Remove tests for frame-background-mode and frame
25135 parameter `reverse'. Add test for "unspecified-fg".
25136
25137 * term/xterm.el (xterm-rxvt-set-background-mode):
25138 * term/rxvt.el (rxvt-set-background-mode):
25139 Set default-frame-background-mode instead of frame-background-mode.
25140
25141 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25142
25143 * simple.el (set-variable): Warn about obsolete user variables.
25144
25145 * imenu.el (imenu--completion-buffer):
25146 * mouse.el (mouse-buffer-menu-alist):
25147 * msb.el (msb-invisible-buffer-p):
25148 * calendar/diary-lib.el (diary-header-line-format):
25149 * emacs-lisp/pp.el (pp-buffer):
25150 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25151 * textmodes/picture.el (picture-replace-match):
25152 Change space constants followed by a sexp to "?\s ".
25153
25154 * play/decipher.el (decipher-loop-with-breaks):
25155 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25156 constants "protected" from end of line by a comment to "?\s".
25157
25158 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25159
25160 * font-lock.el (save-buffer-state): Use `declare'.
25161
25162 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25163 reset the syntax-table to cperl-mode-syntax-table.
25164 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25165 "foo_print_bar" is not matched as a reserved keyword.
25166
25167 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25168
25169 * textmodes/org.el (orgtbl-setup): New function, for delayed
25170 setup for the orgtbl commands.
25171 (org-calc-default-modes): New option.
25172 (orgtbl-make-binding): Use `defun' to get better help display.
25173 (org-diary): Call `org-compile-prefix-format'.
25174 (org-table-formula-substitute-names): New function.
25175 (org-agenda-day-view, org-agenda-week-view): New commands.
25176 (org-agenda-toggle-week-view): Command removed.
25177 (org-tbl-menu): Split off from org-org-menu.
25178 (org-mode): Move removal of outline-mode menus to here.
25179 (org-table-formula-debug): New option.
25180 (org-table-insert-row): Keep first field if just "#" or "*".
25181 (org-mode): Paragraph regexps fixed.
25182 (org-table-recalculate-regexp): New constant.
25183 (org-table-justify-field-maybe): Avoid replace if not necessary.
25184 (org-copy-special, org-cut-special): Use `call-interactively'.
25185 (org-table-copy-region): Take region from `interactive' call.
25186 (org-trim): Return string even if no match.
25187 (org-formula): New face.
25188 (org-set-font-lock-defaults): No longer highlight "FIXME".
25189 But highlight formula-related fields in table.
25190 (org-table-p): Use regexp, not fontification.
25191 (org-table-align): Handle white space at end of line.
25192 (org-table-formula-evaluate-inline): New option.
25193 (org-mode): Auto-wrapping in comment lines turned off.
25194 (org-table-copy-down): Evaluate only in copied field, not in
25195 destination.
25196 (org-table-current-formula): Variable removed.
25197 (org-table-store-formulas, org-table-get-stored-formulas)
25198 (org-table-modify-formulas, org-table-replace-in-formulas)
25199 (org-table-maybe-eval-formula): New functions.
25200 (org-table-get-formula): Modify to use stored formulas.
25201 (org-table-insert-column, org-table-delete-column)
25202 (org-table-move-column): Call `org-table-modify-formulas'.
25203 (org-complete): Add completion for keyword formulas.
25204 (orgtbl-mode): Pull orgtbl-mode-map to start of
25205 minor-mode-map-alist.
25206
25207 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25208
25209 * progmodes/python.el (python-check): Require `compile' before
25210 modifying its variables.
25211
25212 * newcomment.el (comment-indent-default): Don't get fooled by an early
25213 end of buffer.
25214
25215 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25216
25217 * ps-print.el (ps-print-version): Fix version number.
25218
25219 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25220
25221 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25222
25223 2005-06-28 Richard M. Stallman <rms@gnu.org>
25224
25225 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25226 (flyspell-local-mouse-map): Declaration deleted.
25227 (flyspell-mouse-map): Bind only mouse-2.
25228 (flyspell-mode-map): Don't test flyspell-use-local-map.
25229 (flyspell-overlay-keymap-property-name): Var deleted.
25230 (flyspell-mode-on): Don't make local bindings for
25231 flyspell-mouse-map and flyspell-mode-map.
25232 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25233
25234 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25235
25236 * progmodes/compile.el (compilation-next-error-function):
25237 Don't switch buffers; operate on the current buffer.
25238
25239 * progmodes/compile.el (compilation-error-file-name)
25240 (compilation-warning-file-name, compilation-info-file-name)
25241 (compilation-line-number, compilation-column-number): New faces.
25242 (compilation-error-face, compilation-warning-face)
25243 (compilation-info-face, compilation-line-face)
25244 (compilation-column-face): Use them.
25245
25246 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25247
25248 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25249
25250 * bindings.el (global-map): Bind insertchar and its variants.
25251
25252 2005-06-27 Richard M. Stallman <rms@gnu.org>
25253
25254 * textmodes/artist.el (artist-text-overwrite)
25255 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25256
25257 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25258
25259 * ps-print.el: It was not working the page selection for printing.
25260 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25261 (ps-print-version): New version 6.6.7.
25262 (ps-end-sheet): New fun.
25263 (ps-header-sheet, ps-end-job): Call it.
25264
25265 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25266
25267 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25268
25269 2005-06-27 Lute Kamstra <lute@gnu.org>
25270
25271 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25272 background color faces.
25273 (facemenu-get-face): Delete function.
25274 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25275 (facemenu-add-new-color): Make second argument mandatory.
25276 Create the appropriate face and return it. Simplify.
25277 (facemenu-set-foreground, facemenu-set-background): Don't check if
25278 color is defined. Use return value of facemenu-add-new-color.
25279
25280 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25281
25282 * progmodes/gud.el (gud-filter): Add missing argument to
25283 with-selected-window.
25284
25285 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25286
25287 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25288 a :require to the defcustom.
25289
25290 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25291 defcustoms corresponding to minor modes.
25292
25293 2005-06-26 David Ponce <david@dponce.com>
25294
25295 * recentf.el: Require tree-widget instead of wid-edit.
25296 (recentf-filename-handler): Fix widget :type.
25297 (recentf-cancel-dialog, recentf-open-more-files)
25298 (recentf-open-files-action): Doc fix.
25299 (recentf-dialog-goto-first): New function.
25300 (recentf-dialog-mode-map): Set parent keymap first.
25301 (recentf-dialog-mode): Define with define-derived-mode.
25302 Don't display continuation lines in dialogs.
25303 (recentf-edit-list): Rename from recentf-edit-selected-items.
25304 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25305 Simplify.
25306 (recentf-edit-list-validate): New function.
25307 (recentf-edit-list): Update accordingly.
25308 (recentf-open-files-item-shift): Remove.
25309 (recentf-open-files-item): Convert menu elements into tree and
25310 link widgets. Don't create the widgets.
25311 (recentf-open-files): Update accordingly.
25312 (recentf-save-list): Untabify.
25313
25314 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25315
25316 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25317 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25318 partially contained in the active region. Do not take active
25319 region into account when called from Lisp, unless INTERACTIVE arg
25320 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25321 avoid trouble with fields. Make marker point nowhere when no
25322 longer used. Always return nil. Doc fix.
25323 (flush-lines): Add INTERACTIVE arg. Do not take active region
25324 into account when called from Lisp, unless INTERACTIVE arg is
25325 non-nil. Use `forward-line' instead of `beginning-of-line' to
25326 avoid trouble with fields. Make marker point nowhere when no
25327 longer used. Always return nil. Doc fix.
25328 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25329 interchangeable. Do not take active region into account when
25330 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25331 message in echo area when called from Lisp, unless INTERACTIVE arg
25332 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25333 Return the number of matches. Doc fix.
25334 (occur): Doc fix.
25335 (perform-replace): Make comment follow double space convention for
25336 the sake of `outline-minor-mode'.
25337
25338 * faces.el (facep): Doc fix.
25339
25340 2005-06-25 Richard M. Stallman <rms@gnu.org>
25341
25342 * facemenu.el (facemenu-enable-faces-p): New function.
25343 (facemenu-background-menu, facemenu-foreground-menu)
25344 (facemenu-face-menu): Add menu-enable property.
25345
25346 * jka-compr.el (jka-compr-insert-file-contents):
25347 Special handling if cannot find the uncompression program.
25348
25349 * cus-face.el (custom-face-attributes): Add autoload.
25350
25351 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25352 Bind comment-indent-function locally.
25353
25354 * window.el (save-selected-window): Use save-current-buffer.
25355
25356 * subr.el (with-selected-window): Use save-current-buffer.
25357
25358 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25359 and with-current-buffer.
25360
25361 2005-06-24 Richard M. Stallman <rms@gnu.org>
25362
25363 * simple.el (line-move-1): Fix previous change.
25364
25365 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25366
25367 * replace.el (occur-1): Set `buffer-read-only' and the
25368 buffer-modified flag before running `occur-hook' to protect
25369 against unintentional buffer switches that can lead to data loss.
25370
25371 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25372
25373 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25374 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25375 initial error.
25376
25377 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25378 after fresh input.
25379 (gdb-var-create-handler): Put name of expression in quotes.
25380
25381 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25382
25383 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25384 elements of RING in order, and without bogus nil elements.
25385
25386 2005-06-23 Richard M. Stallman <rms@gnu.org>
25387
25388 * simple.el (set-variable): Args renamed; doc fix.
25389 (line-move-1): When there are overlays around, use vertical-motion.
25390
25391 * faces.el (escape-glyph): Use brown against light background.
25392 (nobreak-space): Rename from no-break-space.
25393 Fix previous change.
25394
25395 * dired-aux.el (dired-do-copy): Fix arg prompt.
25396
25397 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25398
25399 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25400
25401 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25402 rather than "Distributor".
25403
25404 2005-06-23 Lute Kamstra <lute@gnu.org>
25405
25406 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25407 (debug-on-entry): Use it. New interactive declaration that uses
25408 function-called-at-point.
25409
25410 2005-06-23 Kim F. Storm <storm@cua.dk>
25411
25412 * subr.el (save-match-data): Add comment about using evaporate arg
25413 to set-match-data.
25414
25415 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25416
25417 * cus-edit.el (customize-face)
25418 (customize-face-other-window): Handle face aliases.
25419
25420 * faces.el (face-documentation, set-face-attribute)
25421 (face-spec-set): Handle face aliases.
25422
25423 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25424
25425 * help-mode.el (help-make-xrefs): If a symbol representing a face
25426 name is not followed by the word "face", it could still be a
25427 function or variable name, so don't bypass other checks.
25428
25429 2005-06-22 Juri Linkov <juri@jurta.org>
25430
25431 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25432 Replace aliased functions with calls where second arg `inherit' is t.
25433
25434 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25435
25436 * progmodes/gdb-ui.el (gdb-error): New variable.
25437 (gdb-error): New function.
25438 (gdb-annotation-rules): Act on error-begin and error annotations.
25439 (gdb-concat-output): Use font-lock-warning-face for errors.
25440
25441 2005-06-22 Miles Bader <miles@gnu.org>
25442
25443 * bindings.el (propertized-buffer-identification): Use renamed
25444 `Buffer-menu-buffer' face.
25445
25446 * faces.el (vertical-border): Rename from `vertical-divider'.
25447 (escape-glyph): Change dark-background color back to `cyan'.
25448
25449 2005-06-21 Juri Linkov <juri@jurta.org>
25450
25451 * faces.el (face-user-default-spec): Try getting `customized-face'
25452 prior to `saved-face'.
25453 (frame-background-mode): Refill docstring.
25454
25455 * emacs-lisp/lisp-mode.el (eval-defun-1):
25456 * emacs-lisp/edebug.el (edebug-eval-defun):
25457 Set `saved-face' temporarily to nil before calling form.
25458 Set `customized-face' to the new spec after that.
25459
25460 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25461
25462 * subr.el (1value, lambda, key-substitution-in-progress):
25463 Doc fixes.
25464
25465 * autoinsert.el (auto-insert-alist):
25466 * ses.el (ses-call-printer):
25467 * subr.el (noreturn):
25468 * emacs-lisp/lisp.el (check-parens):
25469 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25470 * net/browse-url.el (browse-url-mosaic):
25471 * progmodes/cc-defs.el (c-safe-scan-lists):
25472 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25473 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25474 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25475 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25476 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25477 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25478
25479 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25480
25481 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25482
25483 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25484
25485 * calendar/appt.el (appt-make-list): Activate the package, if
25486 not already active (for backwards compatibility).
25487
25488 2005-06-20 Kim F. Storm <storm@cua.dk>
25489
25490 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25491
25492 2005-06-20 Miles Bader <miles@gnu.org>
25493
25494 * faces.el (vertical-divider): New face.
25495
25496 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25497
25498 * simple.el (kill-whole-line): Doc fix.
25499 (next-error-buffer-p, next-error-find-buffer)
25500 (clone-indirect-buffer): Fix typos in docstrings.
25501 (comment-line-break-function): Doc fix: don't say variable
25502 is automatically buffer-local (it isn't).
25503
25504 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25505
25506 * net/tramp-ftp.el (top):
25507 * net/tramp-smb.el (top):
25508 * net/tramp-util.el (top):
25509 * net/tramp-uu.el (top):
25510 * net/tramp-vc.el (top):
25511 * net/tramp.el (top): Revert copyright years back to original
25512 ones. Tramp has a life outside GNU Emacs.
25513
25514 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25515
25516 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25517
25518 2005-06-18 Juri Linkov <juri@jurta.org>
25519
25520 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25521 end of first regexp to limit the match to the position between
25522 line number and source line with same separator character as used
25523 between file name and line number. In the second regexp limit
25524 mouse-face area to file name and line number by adding new group
25525 for them and referring it in HYPERLINK arg.
25526 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25527 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25528 previous line where grep markers may be already removed.
25529
25530 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25531
25532 * progmodes/ps-mode.el: Update version and maintainer's email address.
25533
25534 2005-06-18 Steve Youngs <steve@xemacs.org>
25535
25536 * net/browse-url.el (browse-url-browser-function)
25537 (browse-url-default-browser): Add firefox.
25538 (browse-url-firefox-program, browse-url-firefox-arguments)
25539 (browse-url-firefox-startup-arguments)
25540 (browse-url-firefox-new-window-is-tab): New defcustoms.
25541 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25542
25543 2005-06-17 Richard M. Stallman <rms@gnu.org>
25544
25545 * startup.el (command-line): Warn if specified user name has
25546 no home directory.
25547
25548 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25549 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25550
25551 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25552 Doc fixes.
25553
25554 * faces.el (underline): Try bold if terminal doesn't support underline.
25555
25556 * mail/sendmail.el (mail-setup-with-from): New variable.
25557 (mail-insert-from-field): New function.
25558 (sendmail-send-it): Call it.
25559 (mail-setup): Optionally call it here.
25560
25561 * term/linux.el: Call tty-no-underline.
25562
25563 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25564
25565 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25566
25567 2005-06-17 Miles Bader <miles@gnu.org>
25568
25569 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25570 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25571 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25572 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25573 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25574 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25575 Remove "-face" suffix from face names.
25576 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25577 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25578 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25579 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25580 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25581 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25582 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25583 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25584 New backward-compatibility aliases for renamed faces.
25585 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25586 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25587 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25588 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25589 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25590 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25591 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25592 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25593 Use renamed ediff faces.
25594
25595 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25596 Remove "-face" suffix from face names.
25597 (eshell-test-ok-face, eshell-test-failed-face):
25598 New backward-compatibility aliases for renamed faces.
25599 (eshell-run-test): Use renamed eshell-test faces.
25600
25601 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25602 face name.
25603 (eshell-prompt-face): New backward-compatibility alias for renamed
25604 face.
25605 (eshell-emit-prompt): Use renamed eshell-prompt face.
25606
25607 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25608 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25609 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25610 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25611 Remove "-face" suffix from face names.
25612 (eshell-ls-directory-face, eshell-ls-symlink-face)
25613 (eshell-ls-executable-face, eshell-ls-readonly-face)
25614 (eshell-ls-unreadable-face, eshell-ls-special-face)
25615 (eshell-ls-missing-face, eshell-ls-archive-face)
25616 (eshell-ls-backup-face, eshell-ls-product-face)
25617 (eshell-ls-clutter-face):
25618 New backward-compatibility aliases for renamed faces.
25619 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25620
25621 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25622 Remove "-face" suffix from face name.
25623 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25624 instead of literal face.
25625
25626 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25627
25628 * emacs-lisp/warnings.el (display-warning, lwarn)
25629 (warning-minimum-log-level): Doc fixes.
25630 (warning-minimum-level, warning-minimum-log-level):
25631 Add :debug to :type choices.
25632
25633 * progmodes/ada-mode.el (ada-format-paramlist)
25634 (ada-get-indent-case, ada-check-matching-start)
25635 (ada-check-defun-name, ada-goto-matching-decl-start)
25636 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25637 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25638 (ada-make-subprogram-body): Follow error conventions.
25639 (ada-case-exception-file, ada-indent-comment-as-code)
25640 (ada-indent-handle-comment-special, ada-indent-renames)
25641 (ada-indent-return, ada-search-directories-internal)
25642 (ada-tab-policy, ada-case-exception-substring)
25643 (ada-other-file-alist, ada-matching-start-re)
25644 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25645 (ada-imenu-generic-expression, ada-compile-goto-error)
25646 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25647 (ada-popup-menu, ada-add-extensions, ada-mode)
25648 (ada-region-selected, ada-create-case-exception)
25649 (ada-create-case-exception-substring, ada-after-keyword-p)
25650 (ada-activate-keys-for-case, ada-adjust-case-region)
25651 (ada-adjust-case-buffer, ada-format-paramlist)
25652 (ada-scan-paramlist, ada-insert-paramlist)
25653 (ada-indent-newline-indent)
25654 (ada-indent-newline-indent-conditional)
25655 (ada-justified-indent-current, ada-goto-previous-word)
25656 (ada-indent-current, ada-get-indent-open-paren)
25657 (ada-get-indent-paramlist, ada-get-indent-end)
25658 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25659 (ada-get-indent-block-start, ada-get-indent-subprog)
25660 (ada-get-indent-noindent, ada-get-indent-label)
25661 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25662 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25663 (ada-goto-stmt-end, ada-goto-next-word)
25664 (ada-check-matching-start, ada-check-defun-name)
25665 (ada-goto-matching-decl-start, ada-goto-matching-start)
25666 (ada-goto-matching-end, ada-search-ignore-string-comment)
25667 (ada-in-decl-p, ada-looking-at-semi-or)
25668 (ada-looking-at-semi-private, ada-in-paramlist-p)
25669 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25670 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25671 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25672 (ada-previous-package, ada-create-menu)
25673 (ada-fill-comment-paragraph-justify)
25674 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25675 (ada-other-file-name, ada-last-which-function-line)
25676 (ada-last-which-function-subprog, ada-which-function)
25677 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25678 (ada-gen-treat-proc, ada-check-emacs-version)
25679 (ada-continuation-indent, ada-align-region-separate):
25680 Fix typos in docstrings.
25681 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25682
25683 2005-06-16 Lute Kamstra <lute@gnu.org>
25684
25685 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25686 conditionally.
25687
25688 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25689
25690 * comint.el (comint-replace-by-expanded-filename)
25691 (comint-prompt-regexp, comint-delimiter-argument-list)
25692 (comint-preinput-scroll-to-bottom):
25693 * info.el (Info-hide-cookies-node):
25694 * ls-lisp.el (ls-lisp-classify):
25695 * find-file.el (ff-search-directories, ff-special-constructs)
25696 (ff-find-other-file):
25697 * font-lock.el (font-lock-keywords):
25698 * shell.el (shell-prompt-pattern)
25699 (shell-dynamic-complete-functions, shell-mode)
25700 (shell-delimiter-argument-list):
25701 * term.el (term-replace-by-expanded-filename)
25702 (term-prompt-regexp, term-delimiter-argument-list):
25703 * woman.el (woman-ignore, woman0-if):
25704 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25705 * emacs-lisp/elint.el (elint-init-env):
25706 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25707 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25708 * language/ethio-util.el (ethio-tilde-escape)
25709 (ethio-use-three-dot-question):
25710 * net/zone-mode.el (zone-mode-load-time-setup):
25711 * progmodes/cc-align.el (c-lineup-argcont):
25712 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25713 * progmodes/cperl-mode.el (cperl-set-style-back):
25714 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25715 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25716 Fix spellings in docstrings.
25717
25718 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25719 * progmodes/modula2.el (m2-for): Fix spellings.
25720
25721 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25722
25723 * simple.el (undo-more): Don't use `format' on `error' arguments.
25724 Improve argument/docstring consistency.
25725 (pending-undo-list): Doc fix.
25726
25727 * smerge-mode.el (smerge-ensure-match):
25728 * emulation/vip.el (vip-ex):
25729 * net/zone-mode.el (zone-mode-update-serial):
25730 * progmodes/idlwave.el (idlwave-complete):
25731 * progmodes/vhdl-mode.el (vhdl-visit-file)
25732 (vhdl-compose-wire-components):
25733 Don't use `format' on `error' arguments.
25734
25735 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25736 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25737 (tooltip-help-tips): Fix typos in docstrings.
25738
25739 2005-06-16 David Ponce <david@dponce.com>
25740
25741 * tree-widget.el (tree-widget-value-create): Simplify last change.
25742
25743 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25744
25745 * ido.el (ido-incomplete-regexp): New variable.
25746 (ido-set-matches-1): Handle invalid-regexp error and set
25747 ido-incomplete-regexp.
25748 (ido-incomplete-regexp): New face.
25749 (ido-completions): Use it.
25750 (ido-complete, ido-exit-minibuffer, ido-completions):
25751 Handle incomplete regexps.
25752 (ido-completions): Add check for complete match when entering a regexp.
25753
25754 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25755
25756 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25757
25758 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25759
25760 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25761 by field delimiters.
25762
25763 2005-06-15 David Ponce <david@dponce.com>
25764
25765 * tree-widget.el: eval-and-compile inlined functions so they will
25766 be available at run-time too.
25767 (tree-widget-super-format-handler)
25768 (tree-widget-format-handler): Remove.
25769 (tree-widget-value-create): Handle the :indent property.
25770
25771 2005-06-15 Miles Bader <miles@gnu.org>
25772
25773 * progmodes/which-func.el (which-func): Only inherit
25774 `font-lock-function-name-face' when that makes sense against the
25775 default mode-line face, otherwise set the face color explicitly.
25776
25777 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25778 faces instead of (non-existent) variables.
25779
25780 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25781
25782 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25783 (iswitchb-get-matched-buffers): Likewise. Simplify.
25784
25785 2005-06-14 Miles Bader <miles@gnu.org>
25786
25787 * progmodes/ld-script.el (ld-script-location-counter):
25788 Remove "-face" suffix from face name.
25789 (ld-script-location-counter-face):
25790 New backward-compatibility alias for renamed face.
25791 (ld-script-location-counter-face): Use renamed face.
25792
25793 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25794 (cperl-hash): Remove "-face" suffix from face names.
25795 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25796 New backward-compatibility aliases for renamed faces.
25797 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25798 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25799
25800 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25801 name.
25802 (which-func-face): New backward-compatibility alias for renamed face.
25803 (which-func-format): Use renamed which-func face.
25804
25805 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25806 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25807 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25808 names.
25809 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25810 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25811 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25812 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25813 (vhdl-speedbar-architecture-selected)
25814 (vhdl-speedbar-configuration-selected)
25815 (vhdl-speedbar-package-selected)
25816 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25817 names.
25818 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25819 Use renamed faces.
25820 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25821 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25822 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25823 Use renamed faces.
25824 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25825 names.
25826 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25827 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25828 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25829 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25830 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25831 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25832
25833 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25834 face name.
25835 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25836 (sh-heredoc-face): Use renamed sh-heredoc face.
25837
25838 * progmodes/idlw-help.el (idlwave-help-link):
25839 Remove "-face" suffix from face name.
25840 (idlwave-help-link-face):
25841 New backward-compatibility alias for renamed face.
25842 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25843
25844 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25845 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25846 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25847 New backward-compatibility aliases for renamed faces.
25848 (idlwave-shell-disabled-breakpoint-face)
25849 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25850
25851 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25852 Remove "-face" suffix from face names.
25853 (flymake-errline-face, flymake-warnline-face):
25854 New backward-compatibility aliases for renamed faces.
25855 (flymake-highlight-line): Use renamed flymake faces.
25856
25857 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25858 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25859 (ebrowse-member-class, ebrowse-progress):
25860 Remove "-face" suffix from face names.
25861 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25862 (ebrowse-file-name-face, ebrowse-default-face)
25863 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25864 (ebrowse-progress-face):
25865 New backward-compatibility aliases for renamed faces.
25866 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25867 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25868 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25869 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25870
25871 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25872 antlr-syntax)
25873 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25874 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25875 names.
25876 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25877 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25878 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25879 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25880 backward-compatibility aliases for renamed faces.
25881 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25882 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25883 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25884 remove "font-lock-". Use renamed antlr-mode faces.
25885 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25886 literal face-names with face variable references.
25887
25888 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25889 face name.
25890 (Buffer-menu-buffer-face): New backward-compatibility alias for
25891 renamed face.
25892 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25893
25894 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25895
25896 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25897 Eliminate "-face" suffix.
25898 (makefile-targets): Inherit from font-lock-function-name-face and
25899 eliminate "-face" suffix.
25900 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25901 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25902 actions, instead of prepending, to make it less visible.
25903 (makefile-previous-dependency, makefile-match-dependency):
25904 Don't match a target on a continuation line.
25905
25906 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25907
25908 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25909
25910 * progmodes/gdb-ui.el (menu): Re-order menu items.
25911 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25912
25913 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25914 Define in tooltip.el.
25915 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25916 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25917 gud-tooltip-echo-area.
25918
25919 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25920 backward compatibility and make obsolete.
25921 (tooltip-help-tips): Use tooltip-use-echo-area.
25922 (tooltip-show-help-function): Rename to...
25923 (tooltip-show-help): ...this, because it is a function.
25924 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25925
25926 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25927
25928 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25929 (edebug-print-length, edebug-print-level, edebug-print-circle)
25930 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25931 (edebug-eval-print-last-sexp): Doc fixes.
25932
25933 2005-06-14 Kim F. Storm <storm@cua.dk>
25934
25935 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25936 as the coverage buffer/file/both may change.
25937
25938 2005-06-14 Lute Kamstra <lute@gnu.org>
25939
25940 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25941 and run-mode-hooks. Simplify.
25942
25943 * mail/rmailedit.el (rmail-edit-mode):
25944 * progmodes/octave-inf.el (inferior-octave-mode):
25945 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25946
25947 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25948 and run-mode-hooks.
25949 (recentf-edit-list, recentf-open-files): Don't call
25950 kill-all-local-variables directly.
25951
25952 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25953
25954 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25955
25956 * emacs-lisp/byte-run.el (make-obsolete)
25957 (define-obsolete-function-alias): Rename arguments FUNCTION and
25958 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25959 (make-obsolete-variable, define-obsolete-variable-alias):
25960 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25961 respectively.
25962
25963 * isearchb.el (isearchb-activate):
25964 * pcvs.el (cvs-mode):
25965 * ses.el (ses-load):
25966 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25967 * net/tramp.el (tramp-find-file-exists-command)
25968 (tramp-find-shell):
25969 * progmodes/ada-mode.el (ada-create-case-exception)
25970 (ada-create-case-exception-substring, ada-make-subprogram-body):
25971 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25972 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25973 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25974 * textmodes/org.el (org-promote, org-evaluate-time-range)
25975 (org-agenda-next-date-line, org-agenda-previous-date-line)
25976 (org-agenda-error, org-open-at-point, org-table-move-row)
25977 (org-format-table-table-html-using-table-generate-source)
25978 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25979 * textmodes/reftex.el (reftex-access-scan-info):
25980 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25981 (reftex-toc-promote-prepare): Follow error conventions.
25982
25983 * diff-mode.el (diff-mode): Fix typo in docstring.
25984
25985 * forms.el (forms--intuit-from-file): Fix reference to
25986 `forms-number-of-fields' in error message.
25987 (forms-print): Fix quoting in error message.
25988
25989 * forms.el (forms-mode):
25990 * emulation/vi.el (vi-goto-insert-state):
25991 * progmodes/flymake.el (flymake-new-err-info)
25992 (flymake-start-syntax-check-for-current-buffer)
25993 (flymake-simple-cleanup):
25994 * eshell/esh-var.el (eshell/export):
25995 * progmodes/gud.el (xdb):
25996 * textmodes/flyspell.el (flyspell-incorrect-hook)
25997 (flyspell-maybe-correct-transposition)
25998 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25999
26000 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26001
26002 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26003 minibuffer prompt.
26004
26005 2005-06-13 Kim F. Storm <storm@cua.dk>
26006
26007 * subr.el (add-to-ordered-list): New defun.
26008
26009 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26010 add cua--keymap-alist to emulation-mode-map-alists.
26011
26012 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26013
26014 * subr.el (complete-in-turn): New macro.
26015 (dynamic-completion-table, lazy-completion-table): Add debug info.
26016
26017 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26018 in preference to face aliases.
26019
26020 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26021 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26022 Remove unused vars `start' and `firstline'.
26023 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26024 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26025
26026 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26027
26028 * cus-start.el (all): Don't complain about missing GTK-related
26029 variables, unless either `gtk' is boundp or this isn't a
26030 `windows-nt' build.
26031
26032 2005-06-13 Lute Kamstra <lute@gnu.org>
26033
26034 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26035 run-mode-hooks.
26036
26037 * ediff-mult.el (ediff-meta-mode):
26038 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26039
26040 * ledit.el (ledit-mode): Use delay-mode-hooks.
26041
26042 * woman.el (woman-mode-line-format): Delete constant.
26043 (woman-mode-map): Initialize it properly.
26044 (woman-mode): Set mode-class property to special.
26045 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26046 Set major-mode and mode-name. Don't set mode-line-format directly.
26047 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26048
26049 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26050 string argument obsolete.
26051
26052 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26053
26054 * textmodes/org.el (org-CUA-compatible): New option.
26055 (org-disputed-keys): New variable.
26056 (org-key): New function.
26057 (orgtbl-make-binding): Add docstring to the created function.
26058 (org-mode): Set paragraph start/separate regexps.
26059 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26060 (org-archive-location, org-archive-mark-done)
26061 (org-archive-stamp-time): New options.
26062 (org-archive-subtree): New command.
26063 (org-fill-paragraph): New function.
26064 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26065 (org-fake-empty-table-line): Function removed.
26066 (org-format-org-table-html): Do not create empty table lines at
26067 separator lines. Improved table header treatment.
26068 (org-link-format): New option.
26069 (org-make-link): New function.
26070 (org-insert-link, org-store-link): Use org-make-link.
26071 (org-open-file): Quote file name for shell command, to allow
26072 spaces in file names.
26073 (org-link-regexp): Fix bug with mailto link.
26074 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26075 New constants.
26076 (org-export-as-html): Deal with the optional angles around a link.
26077 Better treatment of file: links.
26078 (org-open-at-point): Replace @{ and @} with < and >.
26079 (org-run-mode-hooks): Function removed.
26080 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26081
26082 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26083
26084 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26085 MI command -data-list-register-values.
26086 (gdb-post-prompt): Indent properly.
26087
26088 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26089
26090 * hilit-chg.el (highlight-changes-colors): Rename from
26091 `highlight-changes-colours'.
26092 (highlight-changes-colours): Keep as obsolete alias.
26093 (highlight-changes-face-list): Doc fix.
26094 (hilit-chg-make-list): Use `highlight-changes-colors'.
26095
26096 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26097
26098 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26099 defun-prompt-regexp.
26100
26101 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26102
26103 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26104 and cygwin.
26105
26106 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26107 Don't use an old loaddefs.el, as in Makefile.in.
26108
26109 2005-06-12 Lute Kamstra <lute@gnu.org>
26110
26111 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26112
26113 * man.el (Man-mode-map): Initialize it properly.
26114 (Man-mode): Set mode-class property to special.
26115
26116 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26117
26118 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26119
26120 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26121 A newline is needed in the docstring there.
26122
26123 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26124 Doc fixes.
26125
26126 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26127
26128 * printing.el: Doc fix. The menubar is no more changed when printing
26129 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26130 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26131 (pr-version): New version number (6.8.4).
26132 (pr-menu-bind): New command.
26133 (pr-update-menus): Docstring and code fix.
26134 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26135 Docstring fix.
26136 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26137 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26138
26139 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26140
26141 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26142 "Returns" to "return", document useful return values, etc.
26143
26144 2005-06-11 Alan Mackenzie <acm@muc.de>
26145
26146 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26147 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26148 (adaptive-file-function): Minor amendment to doc-string.
26149
26150 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26151
26152 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26153 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26154 Fix :type--it is `integer', not `string'.
26155
26156 * faces.el (modeline-highlight): Rename from (the erroneous)
26157 `modeline-higilight'.
26158
26159 2005-06-11 Lute Kamstra <lute@gnu.org>
26160
26161 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26162 lisp-interaction-mode-map but make it the parent.
26163 (edebug-eval-mode): Use define-derived-mode.
26164
26165 2005-06-11 Andreas Schwab <schwab@suse.de>
26166
26167 * bindings.el: Add binding of `ESC functionkey' for every
26168 `M-functionkey'.
26169 * hexl.el (hexl-mode-map): Likewise.
26170
26171 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26172
26173 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26174 [msft]: update regexp for newer msft compilers.
26175
26176 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26177
26178 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26179 ATTLIST portions of included DTDs.
26180 (xml-parse-dtd): Eliminate use of inefficient match-data.
26181
26182 2005-06-10 Miles Bader <miles@gnu.org>
26183
26184 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26185 (mpuz-text): Remove "-face" suffix from face names.
26186 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26187 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26188 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26189
26190 * play/gomoku.el (gomoku-O, gomoku-X):
26191 Remove "-face" suffix from face names.
26192 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26193 New backward-compatibility aliases for renamed faces.
26194 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26195
26196 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26197
26198 * thumbs.el: Fixes for changes of 2005-06-09.
26199 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26200 as a directory.
26201 (thumbs-thumbname): Remove directory separator from format string;
26202 `thumbs-thumbsdir' now returns a valid directory name.
26203 (thumbs-temp-dir): New defsubst.
26204 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26205 Use it.
26206
26207 * cus-edit.el (minibuffer):
26208 * files.el (make-backup-file-name-function):
26209 * filesets.el (filesets-external-viewers):
26210 * hilit-chg.el (highlight-changes-colours)
26211 (highlight-changes-face-list, highlight-changes-rotate-faces):
26212 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26213 * kmacro.el (kmacro-call-macro):
26214 * log-edit.el (log-edit-changelog-full-paragraphs):
26215 * mouse.el (mouse-1-click-follows-link):
26216 * skeleton.el (skeleton-autowrap):
26217 * subr.el (insert-for-yank-1):
26218 * tempo.el (tempo-insert-region):
26219 * terminal.el (terminal-emulator):
26220 * time.el (display-time-mail-face):
26221 * vc.el (vc-annotate):
26222 * vcursor.el (vcursor-copy-line):
26223 * woman.el (woman-bold-headings, woman-ignore)
26224 (woman-default-faces, woman-monochrome-faces):
26225 * calendar/todo-mode.el (todo-insert-threshold):
26226 * emulation/pc-select.el (pc-select-selection-keys-only)
26227 (pc-selection-mode):
26228 * emulation/vip.el (vip-find-char-forward):
26229 * emulation/viper-cmd.el (viper-find-char-forward):
26230 * international/mule-cmds.el
26231 (select-safe-coding-system-accept-default-p)
26232 (input-method-exit-on-invalid-key):
26233 * international/mule-diag.el (describe-coding-system):
26234 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26235 * net/browse-url.el (browse-url-xterm-program):
26236 * obsolete/lazy-lock.el (lazy-lock-mode):
26237 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26238 (cperl-mode):
26239 * progmodes/cpp.el (cpp-face-light-name-list)
26240 (cpp-face-dark-name-list):
26241 * progmodes/delphi.el (delphi-newline-always-indents):
26242 Fix spellings in docstrings.
26243
26244 * ido.el (ido-mode, ido-file-extensions-order)
26245 (ido-default-file-method, ido-default-buffer-method)
26246 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26247 (ido-decorations, ido-read-file-name-as-directory-commands)
26248 (ido-read-file-name-non-ido, ido-work-directory-list)
26249 (ido-ignore-item-temp-list, ido-current-directory)
26250 (ido-magic-forward-char, ido-enter-find-file)
26251 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26252 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26253
26254 2005-06-10 Lute Kamstra <lute@gnu.org>
26255
26256 * play/dunnet.el (dun-mode): Use define-derived-mode.
26257 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26258 obsolete alias.
26259
26260 * play/doctor.el (doctor-mode-map): Remove defvar.
26261 (doctor-mode): Use define-derived-mode.
26262
26263 * mail/mspools.el (mspools-mode):
26264 * net/eudc-hotlist.el (eudc-hotlist-mode):
26265 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26266
26267 2005-06-10 Miles Bader <miles@gnu.org>
26268
26269 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26270 Remove "-face" suffix from face names.
26271 (flyspell-incorrect-face, flyspell-duplicate-face):
26272 New backward-compatibility aliases for renamed faces.
26273 (flyspell-mode-on, make-flyspell-overlay)
26274 (flyspell-highlight-incorrect-region)
26275 (flyspell-highlight-duplicate-region)
26276 (flyspell-display-next-corrections)
26277 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26278
26279 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26280 from face name.
26281 (texinfo-heading-face): New backward-compatibility alias for
26282 renamed face.
26283 (texinfo-heading-face): Use renamed texinfo-heading face.
26284
26285 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26286 suffix from face names.
26287 (tex-math-face, tex-verbatim-face):
26288 New backward-compatibility aliases for renamed faces.
26289 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26290 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26291 literal face name.
26292
26293 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26294 name.
26295 (table-cell-face): New backward-compatibility alias for renamed face.
26296 (table--put-cell-face-property, table--update-cell-face):
26297 Use renamed table-cell face.
26298
26299 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26300 from face name.
26301 (sgml-namespace-face): New backward-compatibility alias for
26302 renamed face.
26303 (sgml-namespace-face): Use renamed sgml-namespace face.
26304
26305 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26306 (org-level-4, org-level-5, org-level-6, org-level-7)
26307 (org-level-8, org-warning, org-headline-done)
26308 (org-deadline-announce, org-scheduled-today)
26309 (org-scheduled-previously, org-link, org-done, org-table)
26310 (org-time-grid): Remove "-face" suffix from face names.
26311 (org-level-1-face, org-level-2-face, org-level-3-face)
26312 (org-level-4-face, org-level-5-face, org-level-6-face)
26313 (org-level-7-face, org-level-8-face, org-warning-face)
26314 (org-headline-done-face, org-deadline-announce-face)
26315 (org-scheduled-today-face, org-scheduled-previously-face)
26316 (org-link-face, org-done-face, org-table-face)
26317 (org-time-grid-face):
26318 New backward-compatibility aliases for renamed faces.
26319 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26320 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26321 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26322 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26323
26324 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26325 (viper-minibuffer-emacs, viper-minibuffer-insert)
26326 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26327 (viper-search-face, viper-replace-overlay-face)
26328 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26329 (viper-minibuffer-vi-face):
26330 New backward-compatibility aliases for renamed faces.
26331 (viper-search-face, viper-replace-overlay-face)
26332 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26333 (viper-minibuffer-vi-face): Use renamed viper faces.
26334
26335 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26336 Remove "-face" suffix from face names.
26337 (testcover-nohits-face, testcover-1value-face):
26338 New backward-compatibility aliases for renamed faces.
26339 (testcover-mark): Use renamed testcover faces.
26340
26341 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26342 face name.
26343 (diary-button-face): New backward-compatibility alias for renamed face.
26344 (diary-entry): Use renamed diary-button face.
26345
26346 * calendar/calendar.el (diary, calendar-today, holiday)
26347 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26348 (diary-face, calendar-today-face, holiday-face):
26349 New backward-compatibility aliases for renamed faces.
26350 (eval-after-load "facemenu", diary-entry-marker)
26351 (calendar-today-marker, calendar-holiday-marker, diary-face):
26352 Use renamed calendar faces.
26353
26354 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26355 (compare-windows-face): New backward-compatibility alias for
26356 renamed face.
26357 (compare-windows-highlight): Use renamed compare-windows face.
26358
26359 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26360 (strokes-char-face): New backward-compatibility alias for renamed face.
26361 (strokes-encode-buffer): Use renamed strokes-char face.
26362
26363 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26364 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26365 Remove "-face" suffix from face names.
26366 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26367 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26368 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26369 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26370 Use renamed pcvs faces.
26371 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26372 * pcvs-defs.el (cvs-mode-map): Likewise.
26373 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26374
26375 * info.el (info-title-1, info-title-2, info-title-3)
26376 (info-title-4): Remove "-face" suffix from and downcase face names.
26377 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26378 (Info-title-4-face):
26379 New backward-compatibility aliases for renamed faces.
26380 (Info-fontify-node): Use renamed info faces.
26381
26382 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26383 Remove "-face" suffix from face names.
26384 (highlight-changes-face, highlight-changes-delete-face):
26385 New backward-compatibility aliases for renamed faces.
26386 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26387 (hilit-chg-make-list): Use renamed highlight-changes faces.
26388
26389 * generic-x.el (show-tabs-tab, show-tabs-space):
26390 Remove "-face" suffix from face names.
26391 (show-tabs-tab-face, show-tabs-space-face):
26392 New backward-compatibility aliases for renamed faces.
26393 (show-tabs-generic-mode-font-lock-defaults-1)
26394 (show-tabs-generic-mode-font-lock-defaults-2):
26395 Use renamed show-tabs faces.
26396
26397 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26398 (smerge-markers): Remove "-face" suffix from face names.
26399 (smerge-mine-face, smerge-other-face, smerge-base-face)
26400 (smerge-markers-face):
26401 New backward-compatibility aliases for renamed faces.
26402 (smerge-mine-face, smerge-other-face, smerge-base-face)
26403 (smerge-markers-face): Use renamed smerge faces.
26404
26405 * log-view.el (log-view-file, log-view-message): Remove "-face"
26406 suffix from face names.
26407 (log-view-file-face, log-view-message-face):
26408 New backward-compatibility aliases for renamed faces.
26409 (log-view-file-face, log-view-message-face): Use renamed log-view
26410 faces.
26411
26412 * paren.el (show-paren-match, show-paren-mismatch):
26413 Remove "-face" suffix from face names.
26414 (show-paren-match-face, show-paren-mismatch-face):
26415 New backward-compatibility aliases for renamed faces.
26416 (show-paren-function): Use renamed show-paren faces.
26417
26418 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26419 (ruler-mode-margins, ruler-mode-fringes)
26420 (ruler-mode-column-number, ruler-mode-fill-column)
26421 (ruler-mode-comment-column, ruler-mode-goal-column)
26422 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26423 suffix from face names.
26424 (ruler-mode-default-face, ruler-mode-pad-face)
26425 (ruler-mode-margins-face, ruler-mode-fringes-face)
26426 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26427 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26428 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26429 New backward-compatibility aliases for renamed faces.
26430 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26431 (ruler-mode-column-number, ruler-mode-fill-column)
26432 (ruler-mode-comment-column, ruler-mode-goal-column)
26433 (ruler-mode-tab-stop, ruler-mode-current-column)
26434 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26435 faces.
26436
26437 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26438 face name.
26439 (whitespace-highlight-the-space): Use renamed face.
26440 (whitespace-highlight-face): New backward-compatibility alias for
26441 renamed face.
26442
26443 * woman.el (woman-italic, woman-bold, woman-unknown)
26444 (woman-addition, woman-symbol-face):
26445 Remove "-face" suffix from face names.
26446 (woman-italic-face, woman-bold-face, woman-unknown-face)
26447 (woman-addition-face):
26448 New backward-compatibility aliases for renamed faces.
26449 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26450 (woman-decode-region, woman-replace-match)
26451 (woman-display-extended-fonts, woman-special-characters)
26452 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26453 Use renamed woman faces.
26454
26455 * longlines.el (longlines-visible-face): Face removed.
26456
26457 * diff-mode.el (diff-header, diff-file-header, diff-index)
26458 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26459 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26460 suffix from face names.
26461 (diff-header-face, diff-file-header-face, diff-index-face)
26462 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26463 (diff-changed-face, diff-function-face, diff-context-face)
26464 (diff-nonexistent-face): New backward-compatibility aliases for
26465 renamed faces.
26466 (diff-header-face, diff-file-header-face)
26467 (diff-index, diff-index-face, diff-hunk-header)
26468 (diff-hunk-header-face, diff-removed, diff-removed-face)
26469 (diff-added, diff-added-face, diff-changed-face, diff-function)
26470 (diff-function-face, diff-context-face, diff-nonexistent)
26471 (diff-nonexistent-face): Use renamed diff-mode faces.
26472
26473 * progmodes/compile.el (compilation-warning-face)
26474 (compilation-info-face): Remove "-face" suffix from face names.
26475 (compilation-warning-face, compilation-info-face):
26476 New backward-compatibility aliases for renamed faces.
26477 (compilation-warning-face, compilation-info-face):
26478 Use renamed compilation faces.
26479
26480 * add-log.el (change-log-date, change-log-name)
26481 (change-log-email, change-log-file, change-log-list)
26482 (change-log-conditionals, change-log-function)
26483 (change-log-acknowledgement): Remove "-face" suffix from face names.
26484 (change-log-date-face, change-log-name-face)
26485 (change-log-email-face, change-log-file-face)
26486 (change-log-list-face, change-log-conditionals-face)
26487 (change-log-function-face, change-log-acknowledgement-face):
26488 New backward-compatibility aliases for renamed faces.
26489 (change-log-font-lock-keywords): Use renamed change-log faces.
26490
26491 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26492 (custom-set, custom-changed, custom-saved, custom-button)
26493 (custom-button-pressed, custom-documentation, custom-state)
26494 (custom-comment, custom-comment-tag, custom-variable-tag)
26495 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26496 (custom-group-tag): Remove "-face" suffix from face names.
26497 (custom-magic-alist, custom-magic-value-create)
26498 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26499 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26500 (custom-set-face, custom-changed-face, custom-saved-face)
26501 (custom-button-face, custom-button-pressed-face)
26502 (custom-documentation-face, custom-state-face)
26503 (custom-comment-face, custom-comment-tag-face)
26504 (custom-variable-tag-face, custom-variable-button-face)
26505 (custom-face-tag-face, custom-group-tag-face-1)
26506 (custom-group-tag-face):
26507 New backward-compatibility aliases for renamed faces.
26508
26509 * wid-edit.el (widget-documentation, widget-button)
26510 (widget-field, widget-single-line-field, widget-inactive)
26511 (widget-button-pressed): "-face" suffix removed from face names.
26512 (widget-documentation-face, widget-button-face)
26513 (widget-field-face, widget-single-line-field-face)
26514 (widget-inactive-face, widget-button-pressed-face):
26515 New backward-compatibility aliases for renamed faces.
26516 (widget-documentation-face, widget-button-face)
26517 (widget-button-pressed-face, widget-specify-field)
26518 (widget-specify-inactive): Use renamed widget faces.
26519
26520 2005-06-10 Kenichi Handa <handa@m17n.org>
26521
26522 * term/x-win.el (x-clipboard-yank): Remove condition-case
26523 wrapping.
26524
26525 2005-06-11 Kenichi Handa <handa@m17n.org>
26526
26527 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26528 date lines stricter.
26529
26530 2005-06-10 Zhang Wei <id.brep@gmail.com>
26531
26532 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26533 of x-get-selection.
26534
26535 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26536
26537 * comint.el (comint-mode, comint-snapshot-last-prompt):
26538 * frame.el (frame-current-scroll-bars):
26539 * term.el (term-mode, term-check-proc, term-input-sender)
26540 (term-simple-send, term-extract-string, term-word)
26541 (term-match-partial-filename):
26542 * window.el (window-current-scroll-bars):
26543 * emulation/cua-base.el (cua-normal-cursor-color)
26544 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26545 (cua-global-mark-cursor-color):
26546 * mail/undigest.el (rmail-forward-separator-regex):
26547 Fix typos in docstrings.
26548
26549 * comint.el (comint-check-proc, make-comint-in-buffer)
26550 (comint-source-default): Doc fixes.
26551
26552 * term.el (term-send-string): Improve argument/docstring consistency.
26553
26554 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26555
26556 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26557 call to `delete-region'.
26558 (comint-mode-hook): Do not enable Font Lock by default.
26559
26560 2005-06-09 Lute Kamstra <lute@gnu.org>
26561
26562 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26563 could be void.
26564
26565 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26566
26567 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26568 (debug): Use it.
26569 (debugger-step-through, debugger-continue, debugger-jump)
26570 (debugger-return-value): Set it when needed.
26571 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26572 Use inhibit-read-only.
26573
26574 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26575
26576 * window.el (shrink-window-if-larger-than-buffer)
26577 (window-size-fixed): Fix typo in docstring.
26578
26579 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26580 thumbnails directory on loading.
26581 (thumbs-conversion-program): Use `eq' to check the system type,
26582 not `equal'.
26583 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26584 not "/tmp". Fix docstring.
26585 (thumbs-thumbsdir): New function to return the thumbnails
26586 directory, creating it if needed.
26587 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26588 (thumbs-temp-file): Delete variable and make it into a function.
26589 (thumbs-resize-image, thumbs-modify-image): Use it.
26590 (thumbs-kill-buffer): Simplify.
26591 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26592 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26593 docstrings.
26594
26595 2005-06-09 Kim F. Storm <storm@cua.dk>
26596
26597 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26598 set-match-data to free markers in match-data.
26599
26600 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26601 match-data to unchain markers in match-data.
26602
26603 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26604
26605 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26606 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26607 unnecessary now.
26608
26609 2005-06-08 Richard M. Stallman <rms@gnu.org>
26610
26611 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26612 give the variable a doc string that doesn't say don't set it directly.
26613
26614 * textmodes/ispell.el (ispell-check-version):
26615 Use match-string-no-properties.
26616 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26617 (ispell-buffer-local-words): Likewise.
26618
26619 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26620 except on terminals with enough colors to really display it.
26621 (makefile-dependency-regex): Delete spurious `bb'.
26622
26623 * faces.el (escape-glyph): Use blue once again in last case.
26624 (no-break-space): Redefine so that it isn't invisible on a tty.
26625
26626 2005-06-08 Kim F. Storm <storm@cua.dk>
26627
26628 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26629 also when reading directory name.
26630
26631 2005-06-08 Lute Kamstra <lute@gnu.org>
26632
26633 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26634 (flyspell-mode-line-string): Remove autoload cookie.
26635 (flyspell-mode): Remove defvar.
26636
26637 2005-06-07 Lute Kamstra <lute@gnu.org>
26638
26639 * textmodes/org.el (org-run-mode-hooks): New function.
26640 (org-agenda-mode): Use it.
26641
26642 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26643
26644 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26645
26646 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26647
26648 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26649
26650 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26651
26652 * font-lock.el (font-lock-add-keywords): Doc fix.
26653
26654 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26655
26656 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26657 (tex-compile-default): In the absence of any history, use the order in
26658 tex-compile-alist to choose the preferred command.
26659 (tex-compile-commands): Reorder a bit.
26660
26661 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26662 (flyspell-incorrect-face, flyspell-duplicate-face):
26663 Use (X)Emacs-agnostic code.
26664 (flyspell-mode-map): Don't overwrite at each load. Remove code
26665 redundant with the subsequent add-minor-mode. Merge Emacs and
26666 XEmacs code.
26667 (flyspell-word): Minor simplification.
26668 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26669 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26670 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26671 Merge the corresponding Emacs code.
26672 (flyspell-correct-word, flyspell-xemacs-popup):
26673 Use flyspell-do-correct.
26674
26675 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26676 a dedicated window.
26677
26678 * international/latexenc.el (latexenc-find-file-coding-system):
26679 Undo part of last patch, to turn off a compiler warning.
26680
26681 2005-06-06 Juri Linkov <juri@jurta.org>
26682
26683 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26684 Rename `tmm-inactive-face' to `tmm-inactive'.
26685
26686 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26687
26688 * iswitchb.el: Rename faces.
26689
26690 2005-06-06 Kim F. Storm <storm@cua.dk>
26691
26692 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26693 (cua-global-mark): Remove -face suffix from face names.
26694
26695 * emulation/cua-gmrk.el (cua--init-global-mark):
26696 Remove cua-global-mark face setup.
26697
26698 2005-06-06 Richard M. Stallman <rms@gnu.org>
26699
26700 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26701 just like other allowed characters.
26702 (makefile-match-dependency): Exclude leading and training whitespace
26703 from the range of regexp subexp 1.
26704 (makefile-macroassign-regex): Don't try to match the body,
26705 just the name of the macro being defined.
26706
26707 * info.el (Info-read-node-name-2): New function.
26708 (Info-read-node-name-1): Use that.
26709 Add a completion-base-size-function property.
26710
26711 * simple.el (completion-setup-function): Look for
26712 completion-base-size-function property of minibuffer-completion-table.
26713
26714 * files.el (locate-file-completion): Doc fix.
26715
26716 * printing.el: Don't call pr-update-menus; user must do that.
26717
26718 * emacs-lisp/debug.el (debugger-window): New variable.
26719 (debug): Use debugger-window if it is set and still alive.
26720 Record debugger-window for next entry.
26721
26722 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26723
26724 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26725
26726 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26727 (hack-one-local-variable, hack-local-variables)
26728 (hack-local-variables-prop-line): Pass that arg.
26729
26730 2005-06-06 Kim F. Storm <storm@cua.dk>
26731
26732 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26733 (ido-indicator): Remove -face suffix from face names.
26734
26735 2005-06-06 Juri Linkov <juri@jurta.org>
26736
26737 * font-lock.el (font-lock-regexp-backslash)
26738 (font-lock-regexp-backslash-construct): New faces.
26739 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26740 after `('. Add `while-no-input' to control structures.
26741
26742 * faces.el (no-break-space, shadow): New faces.
26743 (escape-glyph): Use less loud colors pink2 and red4.
26744
26745 * diff-mode.el (diff-context-face)
26746 * dired.el (dired-ignored)
26747 * rfn-eshadow.el (file-name-shadow)
26748 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26749
26750 * info.el (Info-title-1-face): Use green instead of yellow because
26751 bold yellow is not readable on light backgrounds.
26752
26753 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26754 before selecting the desired mode to not spend time fontifying
26755 old contents.
26756
26757 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26758
26759 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26760 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26761
26762 * ps-print.el (ps-default-fg, ps-default-bg):
26763 Fix typos in docstrings.
26764
26765 * isearchb.el (isearchb): Don't pass a spurious second argument to
26766 `iswitchb-completions'.
26767
26768 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26769
26770 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26771 to preserve point.
26772 (gdb-find-file-hook): Add doc string.
26773
26774 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26775 C dereferenced pointer expression.
26776 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26777
26778 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26779
26780 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26781 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26782 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26783 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26784 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26785 Make background transparent.
26786
26787 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26788
26789 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26790 (font-lock-remove-keywords): Doc fix.
26791 (font-lock-mode-major-mode): Compiler defvar.
26792 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26793
26794 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26795 (font-lock-mode): Update `font-lock-mode-major-mode'.
26796 (font-lock-set-defaults): Compiler defvar.
26797 (font-lock-default-function): Take `font-lock-mode-major-mode'
26798 into account.
26799
26800 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26801 keep track of which major mode it enabled the minor mode for.
26802 Use find-file-hook again. Update docstring.
26803
26804 * simple.el (eval-expression-print-level)
26805 (eval-expression-print-length, eval-expression-debug-on-error):
26806 Doc fixes.
26807
26808 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26809
26810 * iswitchb.el (iswitchb-single-match-face)
26811 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26812 (iswitchb-invalid-regexp-face): New faces.
26813 (iswitchb-completions): Use them.
26814 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26815 now marked as an obsolete alias.
26816 (iswitchb-read-buffer): Remove check for bound font variables.
26817 (iswitchb-invalid-regexp): New free variable.
26818 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26819 set iswitchb-invalid-regexp.
26820 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26821 invalid regexps.
26822 (iswitchb-completions): Add check for complete match when entering
26823 a regexp.
26824 (iswitchb-completions): Remove require-match argument.
26825 (iswitchb-exhibit): Fix caller.
26826 (iswitchb-common-match-inserted): New variable.
26827 (iswitchb-complete, iswitchb-completion-help): Use it.
26828
26829 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26830
26831 * url-http.el (url-http-chunked-encoding-after-change-function):
26832 Use `url-http-debug' instead of `message'.
26833
26834 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26835
26836 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26837 callback argument.
26838
26839 2005-06-04 Kim F. Storm <storm@cua.dk>
26840
26841 * simple.el (line-move): Only call sit-for when moving backwards.
26842
26843 * ido.el (ido-make-merged-file-list-1): New defun split from
26844 ido-make-merged-file-list.
26845 (ido-make-merged-file-list): Bind throw-on-input around call to
26846 ido-make-merged-file-list-1. Return input-pending-p if
26847 interrupted by more input available.
26848 (ido-read-internal): Handle input-pending-p return value from
26849 ido-make-merged-file-list.
26850
26851 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26852
26853 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26854 compatibility code.
26855
26856 * international/latexenc.el (latexenc-find-file-coding-system):
26857 Don't inherit the EOL part of the coding-system from the
26858 tex-main buffer. Fit within 80 columns.
26859
26860 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26861
26862 * tmm.el (tmm-inactive-face): New face.
26863 (tmm-remove-inactive-mouse-face): New function.
26864 (tmm-prompt, tmm-add-one-shortcut)
26865 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26866 but not selectable.
26867
26868 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26869
26870 * faces.el (face-equal): Improve argument/docstring consistency.
26871
26872 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26873
26874 * progmodes/make-mode.el (makefile-targets-face)
26875 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26876 (makefile-bsdmake-dependency-regex)
26877 (makefile-makepp-rule-action-regex)
26878 (makefile-bsdmake-rule-action-regex): New constants.
26879 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26880
26881 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26882 Allow (...) within `...' for makepp messages.
26883
26884 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26885
26886 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26887
26888 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26889 "." files are deleted from all file lists before comparison.
26890
26891 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26892 (viper-ESC-key): Made them customizable.
26893
26894 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26895
26896 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26897
26898 * autorevert.el (auto-revert-buffers): Use save-match-data.
26899
26900 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26901
26902 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26903 menu items with a nil command binding.
26904
26905 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26906
26907 * emacs-lisp/cl-macs.el (defsetf):
26908 Improve argument/docstring consistency.
26909
26910 * faces.el (list-faces-display): Improve the formatting by
26911 computing the maximum length required for any face-name (reworked
26912 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26913 (internal-find-face): Remove redundant info in docstring.
26914
26915 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26916
26917 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26918 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26919 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26920 (gdb-assembler-custom): Improve regexps.
26921 (def-gdb-auto-update-handler): Use window point to preserve point.
26922
26923 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26924
26925 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26926
26927 2005-05-31 Jay Belanger <belanger@truman.edu>
26928
26929 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26930 to calc-embedded.
26931 (calc-embedded-make-info): Have plain prefix argument select
26932 entire line.
26933
26934 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26935
26936 * faces.el (list-faces-display): Signal error if passed a regexp
26937 that matches no face name.
26938
26939 * simple.el (filter-buffer-substring): Fix typo in docstring.
26940
26941 2005-05-31 Richard M. Stallman <rms@gnu.org>
26942
26943 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26944 (vhdl-emacs-21): Doc fix.
26945 (vhdl-mode): Unconditionally set comment-padding.
26946 (vhdl-fixup-whitespace-region): Insert spaces only where
26947 there are none.
26948 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26949
26950 2005-05-30 John Wiegley <johnw@newartisans.com>
26951
26952 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26953 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26954 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26955 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26956 `string-to-number'.
26957
26958 2005-05-30 Jay Belanger <belanger@truman.edu>
26959
26960 * calc/calc.el (calc-bug-address): Fix docstring.
26961 (calc-window-hook, calc-trail-window-hook): New variables.
26962 (calc-trail-display): Restore use of calc-trail-window-hook.
26963 (calc): Restore use of calc-window-hook.
26964
26965 2005-05-31 Masatake YAMATO <jet@gyve.org>
26966
26967 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26968
26969 * help-fns.el (help-C-file-name): Add autoload mark for
26970 `find-function-noselect'.
26971
26972 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26973
26974 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26975 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26976
26977 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26978
26979 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26980 included diary buffer if it was not already being visited.
26981 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26982
26983 * calendar/icalendar.el (top-level): Do not require appt.
26984
26985 * mail/supercite.el (sc-select-attribution): Only use a list
26986 element from sc-attrib-selection-list if it returns a string.
26987 Reported by Davide G. M. Salvetti <salve@debian.org>.
26988
26989 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26990
26991 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26992 includes a hash value to improve its uniqueness, and has a ".jpg"
26993 extension. Also, it is now a valid filename on all systems.
26994 (thumbs-make-thumb): Use `let', not `let*'.
26995 (thumbs-show-thumbs-list): Check for JPEG availability.
26996
26997 2005-05-30 Richard M. Stallman <rms@gnu.org>
26998
26999 * filesets.el (filesets-menu-ensure-use-cached):
27000 Prevent warning when emacs-version>= is undefined.
27001
27002 * printing.el (pr-interactive-n-up): Use string-to-number.
27003
27004 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27005
27006 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27007 Warn only when name to be defined is quoted.
27008
27009 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27010
27011 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27012 Make regexp more robust.
27013 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27014 Force regeneration of disassembly.
27015
27016 2005-05-29 Jay Belanger <belanger@truman.edu>
27017
27018 * calc/calc.el (calc-user-invocation): Check if
27019 calc-invocation-macro is non-nil.
27020
27021 2005-05-29 Juri Linkov <juri@jurta.org>
27022
27023 * add-log.el (change-log-font-lock-keywords):
27024 Add `+' to e-mail regexp to accept mail address with keywords.
27025
27026 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27027
27028 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27029
27030 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27031
27032 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27033
27034 2005-05-29 Richard M. Stallman <rms@gnu.org>
27035
27036 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27037 Undo the change that moves to end of the current word.
27038
27039 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27040
27041 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27042 Throw error when count <= 0 to ensure input is a number.
27043 (gdb-read-memory-custom): Pick up address from buffer.
27044 (gdb-memory-mode): Allow user to increment and decrement
27045 memory address from header line.
27046
27047 2005-05-29 Richard M. Stallman <rms@gnu.org>
27048
27049 * flyspell.el (flyspell-version): Function deleted.
27050 (flyspell-auto-correct-previous-hook): Doc fix.
27051
27052 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27053 Do nothing if memory is full.
27054
27055 * font-lock.el (font-lock-fontify-syntactically-region):
27056 Pass t for GREEDY to looking-back.
27057
27058 * saveplace.el (save-place-alist-to-file): Write the file
27059 using write-region.
27060
27061 * subr.el (looking-back): New argument GREEDY.
27062
27063 * progmodes/compile.el (compilation-start): Set the mode
27064 before inserting the initial text.
27065
27066 * progmodes/which-func.el (which-func-update-1): Turn the mode
27067 off in case of error by setting which-func-mode.
27068
27069 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27070
27071 * flyspell.el (flyspell-auto-correct-previous-word):
27072 Narrow down to what's on the screen, and recenter overlays
27073 at the end of the next word.
27074
27075 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27076
27077 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27078 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27079 (flyspell-abbrev-p): Default to nil.
27080 (flyspell-use-global-abbrev-table-p): Doc fix.
27081 (flyspell-large-region): Allow nil as value.
27082 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27083
27084 (mail-mode-flyspell-verify): More robust handling
27085 of `mail-header-separator'. More efficient signature detection.
27086 Allow for regexp metacharacters in message-header-separator.
27087 Adding `To' not to be checked in mail-mode-flyspell-verify.
27088
27089 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27090 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27091 Bind flyspell-auto-correct-binding.
27092 Bind C-. and C-, .
27093 (flyspell-mode-map): Likewise.
27094 (flyspell-mode): Doc fix.
27095 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27096 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27097 (flyspell-word-cache-result): New var, always local.
27098 (flyspell-check-pre-word-p): Doc fix.
27099 (flyspell-check-changed-word-p): Handle spc like newline.
27100 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27101 (flyspell-word-search-backward, flyspell-word-search-forward):
27102 New functions.
27103 (flyspell-word): Return t if nothing to check.
27104 When parsing TeX code, check for after } or \.
27105 Use flyspell-word-search-backward to find previous word.
27106 Return nil if duplicated word.
27107 For word already checked, return same value as last time.
27108 Set flyspell-word-cache-result after checking.
27109 Don't clobber the return value.
27110 (flyspell-get-word): Major rewrite.
27111 (flyspell-external-point-words): New locals pword, pcount.
27112 Fix size used in progress message.
27113 Find the proper corresponding word in flyspell-large-region-buffer.
27114 (flyspell-region): Check for flyspell-large-region = nil.
27115 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27116 (flyspell-auto-correct-word): Check that WORD is a cons.
27117 (flyspell-correct-word): Likewise.
27118
27119 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27120
27121 * progmodes/make-mode.el (makefile-rule-action-regex)
27122 (makefile-macroassign-regex, makefile-makepp-mode)
27123 (makefile-bsdmake-mode): Continuation lines may be empty.
27124 Reported by Joshua Varner.
27125 (makefile-makepp-font-lock-keywords): Add $(stem).
27126
27127 2005-05-28 Karl Berry <karl@gnu.org>
27128
27129 * textmodes/tex-mode.el: Now that tex-send-command calls
27130 shell-quote-argument (2005-03-31 change), remove all calls to
27131 shell-quote-argument; they all end up invoking tex-send-command.
27132 The double quoting loses on filenames with non-safe characters,
27133 such as "@". Reported by Frederik Fouvry.
27134
27135 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27136
27137 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27138 about preserving point.
27139
27140 2005-05-27 Jay Belanger <belanger@truman.edu>
27141
27142 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27143 Info-goto-node.
27144
27145 * calc/calc-embed.el (calc-embed-arg): New variable.
27146 (calc-do-embedded-activate, calc-embedded-activate-formula)
27147 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27148 variable by new variable.
27149 (calc-embedded-make-info): Replace undeclared variable by new
27150 variable. When selecting region with positive prefix
27151 argument, use end of previous line instead of beginning of line.
27152
27153 * calc/calc-aent.el (calc-arg-values): Declare it.
27154
27155 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27156 Declare them.
27157
27158 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27159
27160 * calc/calc.el (calc-alg-map): Declare it.
27161
27162 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27163
27164 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27165
27166 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27167 (gdb-registers-buffer, toggle-gdb-all-registers):
27168 Toggle display of floating point registers.
27169 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27170
27171 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27172 (toggle-gud-tooltip-dereference):
27173 Rename from gud-toggle-tooltip-dereference.
27174
27175 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27176
27177 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27178
27179 2005-05-27 Jay Belanger <belanger@truman.edu>
27180
27181 * calc/calc-prog.el (calc-kbd-report): Remove.
27182 (calc-kbd-query): Rewrite.
27183
27184 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27185
27186 * image.el (image-library-alist): Move to image.c.
27187 (image-type-available-p): Doc fix.
27188
27189 2005-05-27 Lute Kamstra <lute@gnu.org>
27190
27191 * calc/calc.el (calc):
27192 * outline.el (outline-1, outline-2, outline-3, outline-4)
27193 (outline-5, outline-6, outline-7, outline-8):
27194 * textmodes/dns-mode.el (dns-mode):
27195 * textmodes/sgml-mode.el (sgml-namespace-face):
27196 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27197 (tex-verbatim-face, tex-use-reftex):
27198 * textmodes/texinfo.el (texinfo-heading-face):
27199 Specify customization group.
27200
27201 * longlines.el: Don't require easy-mmode.
27202 (longlines-visible-face): Specify customization group.
27203
27204 2005-05-27 Kenichi Handa <handa@m17n.org>
27205
27206 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27207 encoding table of windows-1251.
27208
27209 * international/ucs-tables.el (ucs-set-table-for-input):
27210 If translation-table-for-input of a coding system is a symbol, get
27211 its translation-table property.
27212
27213 * international/code-pages.el: Don't register a coding system into
27214 non-iso-charset-alist more than once.
27215 (cp-make-coding-system): Likewise.
27216
27217 2005-05-26 John Wiegley <johnw@newartisans.com>
27218
27219 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27220 `eshell-resume-eval' is wrapped in a list, it indicates that the
27221 command was run asynchronously. In that case, unwrap the value
27222 before checking the delimiter value.
27223
27224 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27225 character before a space at the end of a line is \, assume the space
27226 is part of the last argument rather than a final argument separator.
27227
27228 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27229 is in use, and the target is `t' or `nil' (which are the most common
27230 values), don't assume that the symbol target is a buffer.
27231
27232 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27233
27234 * calendar/calendar.el (calendar-mode-line-format):
27235 Use mode-line-highlight as mouse-face.
27236
27237 * time.el (display-time-string-forms, display-time-update):
27238 Use mode-line-highlight as mouse-face.
27239
27240 2005-05-26 Jay Belanger <belanger@truman.edu>
27241
27242 * calc/calc.el (calc-language-alist): Remove extra defvar.
27243
27244 2005-05-26 Lute Kamstra <lute@gnu.org>
27245
27246 * arc-mode.el (archive-mode):
27247 * bookmark.el (bookmark-read-annotation-mode)
27248 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27249 * bs.el (bs-mode):
27250 * calc/calc-yank.el (calc-edit-mode):
27251 * calc/calc.el (calc-mode, calc-trail-mode):
27252 * calculator.el (calculator-mode):
27253 * chistory.el (command-history-mode):
27254 * comint.el:
27255 * cus-edit.el (custom-mode):
27256 * descr-text.el (describe-text-mode):
27257 * ebuff-menu.el (Electric-buffer-menu-mode):
27258 * ediff-util.el (ediff-mode):
27259 * emacs-lisp/re-builder.el (reb-mode):
27260 * emulation/vi.el (vi-mode-setup):
27261 * emulation/ws-mode.el (wordstar-mode):
27262 * eshell/esh-mode.el (eshell-mode):
27263 * forms.el (forms-mode):
27264 * help-mode.el (help-mode):
27265 * hexl.el (hexl-mode):
27266 * ibuffer.el (ibuffer-mode):
27267 * ielm.el (inferior-emacs-lisp-mode):
27268 * info.el (Info-mode, Info-edit-mode):
27269 * international/swedish.el:
27270 * ledit.el (ledit-from-lisp-mode):
27271 * locate.el (locate-mode):
27272 * mail/rmail.el (rmail-mode):
27273 * mail/rmailedit.el (rmail-edit-mode):
27274 * mail/rmailsum.el (rmail-summary-mode):
27275 * mail/supercite.el (sc-electric-mode):
27276 * net/eudc.el (eudc-mode):
27277 * net/quickurl.el (quickurl-list-mode):
27278 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27279 * obsolete/ooutline.el (outline-mode):
27280 * obsolete/options.el (Edit-options-mode):
27281 * obsolete/rnews.el (news-mode):
27282 * obsolete/rnewspost.el (news-reply-mode):
27283 * play/5x5.el (5x5-mode):
27284 * play/decipher.el (decipher-mode, decipher-stats-mode):
27285 * play/gomoku.el (gomoku-mode):
27286 * play/snake.el (snake-mode):
27287 * play/solitaire.el (solitaire-mode):
27288 * play/tetris.el (tetris-mode):
27289 * progmodes/ada-mode.el (ada-mode):
27290 * progmodes/antlr-mode.el (antlr-mode):
27291 * progmodes/autoconf.el (autoconf-mode):
27292 * progmodes/dcl-mode.el (dcl-mode):
27293 * progmodes/delphi.el (delphi-mode):
27294 * progmodes/ebrowse.el (ebrowse-tree-mode)
27295 (ebrowse-electric-list-mode, ebrowse-member-mode)
27296 (ebrowse-electric-position-mode):
27297 * progmodes/f90.el (f90-mode):
27298 * progmodes/fortran.el (fortran-mode):
27299 * progmodes/icon.el (icon-mode):
27300 * progmodes/idlw-help.el (idlwave-help-mode):
27301 * progmodes/idlw-shell.el (idlwave-shell-mode):
27302 * progmodes/idlwave.el (idlwave-mode):
27303 * progmodes/inf-lisp.el (inferior-lisp-mode):
27304 * progmodes/m4-mode.el (m4-mode):
27305 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27306 * progmodes/modula2.el (modula-2-mode):
27307 * progmodes/octave-inf.el (inferior-octave-mode):
27308 * progmodes/octave-mod.el (octave-mode):
27309 * progmodes/pascal.el (pascal-mode):
27310 * progmodes/sh-script.el (sh-mode):
27311 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27312 * progmodes/vhdl-mode.el (vhdl-mode):
27313 * progmodes/xscheme.el (scheme-interaction-mode):
27314 * replace.el (occur-mode):
27315 * ses.el (ses-mode):
27316 * simple.el (completion-list-mode):
27317 * skeleton.el:
27318 * speedbar.el (speedbar-mode):
27319 * term.el (term-mode):
27320 * terminal.el (terminal-edit-mode):
27321 * textmodes/reftex-index.el (reftex-index-mode)
27322 (reftex-index-phrases-mode):
27323 * textmodes/reftex-sel.el (reftex-select-label-mode)
27324 (reftex-select-bib-mode):
27325 * textmodes/reftex-toc.el (reftex-toc-mode):
27326 * wdired.el (wdired-change-to-wdired-mode):
27327 * wid-browse.el (widget-browse-mode):
27328 Use run-mode-hooks.
27329
27330 * array.el (array-mode):
27331 * calendar/todo-mode.el (todo-mode):
27332 * man.el (Man-mode):
27333 * play/landmark.el (lm-mode):
27334 * play/mpuz.el (mpuz-mode):
27335 Use kill-all-local-variables and run-mode-hooks.
27336
27337 * subr.el (delay-mode-hooks): Specify indentation.
27338
27339 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27340
27341 * xml.el (xml-substitute-special): Don't die for undefined xml
27342 entities.
27343
27344 2005-05-26 Jay Belanger <belanger@truman.edu>
27345
27346 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27347 of nil.
27348
27349 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27350
27351 * progmodes/gdb-ui.el (gdb-frame-address):
27352 Rename from gdb-current-address.
27353 (gdb-previous-frame-address): Rename from gdb-previous-address.
27354 (gdb-selected-frame): Rename from gdb-current-frame.
27355 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27356 (gdb-frame-number): Rename from gdb-current-stack-level.
27357 (gdb-ann3): Match new mode-name for disassembly buffer.
27358 Extend initialization of variables.
27359 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27360 (gdb-memory-mode): Use mouse-face in header line.
27361 (gdb-assembler-buffer-name): Call it disassembly and give frame
27362 in mode line.
27363 (gdb-source-spec-regexp, gdb-assembler-custom)
27364 (gdb-invalidate-assembler, gdb-frame-handler):
27365 Make robust to leading zeroes in address format.
27366
27367 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27368
27369 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27370 define `org-mode'.
27371 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27372
27373 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27374
27375 * log-edit.el (log-edit-changelog-entries): Distinguish between
27376 filenames like xfns.c and fns.c.
27377
27378 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27379
27380 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27381 point after reverting.
27382 (Buffer-menu-make-sort-button): Handle the case where
27383 `Buffer-menu-use-header-line' is nil.
27384
27385 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27386
27387 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27388 New funcs. In minibuffer-local-completion-map bind `]', `/'
27389 and `:' to them.
27390
27391 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27392
27393 * startup.el (normal-top-level): Allow modification of load-path while
27394 we're iterating over it.
27395
27396 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27397
27398 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27399 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27400 (thumbs-resize-interactive, thumbs-insert-image)
27401 (thumbs-insert-thumb, thumbs-dired-show-marked)
27402 (thumbs-find-image-at-point, thumbs-delete-images)
27403 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27404 (thumbs-increment-image-size, thumbs-decrement-image-size):
27405 Fix typos in docstrings.
27406
27407 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27408
27409 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27410 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27411 (cperl-mode): Use them.
27412
27413 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27414
27415 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27416 Doc fixes.
27417
27418 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27419
27420 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27421 Bind C-d to gdb-inferior-io-eof.
27422
27423 * dired.el (dired-dnd-popup-notice): Use message-box.
27424
27425 2005-05-23 Masatake YAMATO <jet@gyve.org>
27426
27427 * bindings.el (mode-line-major-mode-keymap):
27428 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27429
27430 * faces.el (mode-line-highlight): New face.
27431
27432 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27433 as mouse-face.
27434
27435 * bindings.el (top-level, help-echo, mode-line-modified)
27436 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27437 as mouse-face.
27438
27439 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27440
27441 * progmodes/cc-engine.el (c-guess-basic-syntax):
27442 Remove spurious call to `zerop'.
27443
27444 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27445
27446 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27447
27448 CC Mode update to 5.30.10:
27449
27450 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27451 could go past the limit in decoration level 2, thereby causing
27452 errors during interactive fontification.
27453
27454 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27455 the file is evaluated interactively.
27456
27457 * cc-engine.el (c-guess-basic-syntax): Handle operator
27458 declarations somewhat better in C++.
27459
27460 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27461 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27462 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27463 (awk-mode): Use it.
27464 (make-local-hook): Suppress warning about obsoleteness.
27465
27466 * cc-engine.el, cc-align.el, cc-cmds.el
27467 (c-append-backslashes-forward, c-delete-backslashes-forward)
27468 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27469 Compensate for return value from `forward-line' when it has moved
27470 but not to a different line due to eob.
27471
27472 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27473 `objc-method-intro' and `objc-method-args-cont'.
27474
27475 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27476
27477 CC Mode update to 5.30.10:
27478
27479 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27480 in the copyright statement. Incidentally, change "along with GNU
27481 Emacs" to "along with this program" where it occurs.
27482
27483 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27484 so that it is interactive, hence can be found by M-x awk-mode
27485 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27486 <gmorris+emacs@ast.cam.ac.uk>.
27487
27488 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27489 Mode's regexps.
27490
27491 2005-05-23 Kevin Ryde <user42@zip.com.au>
27492
27493 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27494 c-parse-state, to avoid a lisp error (on bad code).
27495
27496 2005-05-23 Lute Kamstra <lute@gnu.org>
27497
27498 * subr.el (font-lock-defaults): Remove defvar as it's already
27499 defined in font-core.el.
27500
27501 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27502
27503 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27504
27505 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27506 more general and work when GDB variable "print pretty" is on,
27507 as with Emacs, for example.
27508
27509 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27510
27511 * font-core.el: Update comment.
27512
27513 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27514 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27515
27516 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27517
27518 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27519
27520 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27521 and `yank-handler' in the doc strings.
27522
27523 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27524
27525 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27526
27527 2005-05-22 Richard M. Stallman <rms@gnu.org>
27528
27529 * help.el (describe-key): Move print-help-return-message call
27530 out of conditional.
27531
27532 * progmodes/etags.el (list-tags): Use with-no-warnings.
27533
27534 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27535 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27536 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27537
27538 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27539
27540 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27541 Add defvar.
27542
27543 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27544 Use defvar, not defconst.
27545
27546 * hexl.el (hexl-follow-line): Use with-no-warnings.
27547
27548 * emulation/tpu-extras.el: Use write-file-functions instead of
27549 write-file-hooks.
27550
27551 * dired.el (dired-font-lock-keywords): Fontify files with junk
27552 extensions even if marked by -F.
27553
27554 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27555
27556 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27557 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27558 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27559 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27560 (concatenate, list-length, get*, getf, cl-remprop):
27561 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27562 (etypecase, progv, lexical-let, lexical-let*)
27563 (multiple-value-bind, multiple-value-setq, shiftf):
27564 Improve argument/docstring consistency.
27565
27566 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27567
27568 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27569
27570 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27571 doesn't exist.
27572
27573 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27574 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27575
27576 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27577
27578 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27579 already deleted variables: auto-fill-hook, blink-paren-hook,
27580 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27581 suspend-hooks, comment-indent-hook, meta-flag,
27582 before-change-function, after-change-function,
27583 font-lock-doc-string-face.
27584
27585 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27586
27587 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27588
27589 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27590
27591 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27592 rmail-dont-reply-to.
27593
27594 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27595
27596 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27597 literal blank when splitting new-header-values.
27598
27599 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27600
27601 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27602 string so that tmm doesn't create a completion entry for it.
27603
27604 * textmodes/table.el (table-disable-menu): Ditto.
27605
27606 2005-05-21 Richard M. Stallman <rms@gnu.org>
27607
27608 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27609
27610 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27611
27612 * net/rcompile.el (remote-compile): Use compilation-start.
27613
27614 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27615
27616 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27617
27618 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27619 Default to makefile-bsdmake-mode on BSD systems.
27620
27621 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27622 REGEXP may also be a search function now. The part of doc-string
27623 for describing the structure was 95% identical to that of
27624 `imenu--generic-function'. Unify it there.
27625
27626 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27627 Use function to find dependencies, because regexp alone is so complex,
27628 it easily goes into an endless loop.
27629 (makefile-makepp-mode): Also add submenu for Perl functions
27630 defined in the makefile.
27631 (makefile-bsdmake-mode): Special imenu-generic-expression no
27632 longer needed, due to function call.
27633 (makefile-match-dependency): Take BOUND into account when checking
27634 if we're through.
27635
27636 2005-05-20 Jay Belanger <belanger@truman.edu>
27637
27638 * calc/calc-units.el (calc-invalidate-units-table):
27639 Use inhibit-read-only.
27640 (math-build-units-table-buffer): Use view-mode.
27641
27642 2005-05-20 David Kastrup <dak@gnu.org>
27643
27644 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27645 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27646
27647 2005-05-20 Lute Kamstra <lute@gnu.org>
27648
27649 * diff-mode.el (diff-header-face, diff-file-header-face)
27650 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27651 (diff-added-face, diff-changed-face, diff-function-face)
27652 (diff-context-face, diff-nonexistent-face): Put them in the
27653 diff-mode customization group.
27654
27655 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27656
27657 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27658
27659 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27660
27661 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27662 Minor regexp-optimization.
27663
27664 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27665
27666 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27667 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27668 (org-agenda-add-time-grid-maybe): New function.
27669 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27670 (org-table-create): `dotimes' instead of `mapcar'.
27671 (org-xor): Simplify implementation.
27672 (org-agenda): `inhibit-redisplay' turned on.
27673 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27674 a consistent line after a state change.
27675 (org-agenda-remove-times-when-in-prefix): New option.
27676 (org-prefix-has-time): New variable.
27677 (org-parse-time-string): Optional argument NODEFAULT.
27678 (org-format-agenda-item): Parse items for time-of-day
27679 specifications and move these into the prefix if possible.
27680 (org-agenda-priority): Get current heading, not previous heading
27681 during agenda remote editing.
27682
27683 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27684
27685 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27686 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27687 (remove-duplicates, delete-duplicates, substitute)
27688 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27689 (nsubstitute-if-not, find, find-if, find-if-not, position)
27690 (position-if, position-if-not, count, count-if, count-if-not)
27691 (mismatch, search, sort*, stable-sort, merge, member*)
27692 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27693 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27694 (intersection, nintersection, set-difference, nset-difference)
27695 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27696 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27697 (nsublis, tree-equal): Improve argument/docstring consistency.
27698
27699 * subr.el (send-string, send-region): Remove obsolescence declaration.
27700 (window-dot, set-window-dot, read-input, show-buffer)
27701 (eval-current-buffer, string-to-int):
27702 Add release number to obsolescence declarations.
27703
27704 2005-05-19 Kim F. Storm <storm@cua.dk>
27705
27706 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27707 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27708
27709 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27710
27711 * faces.el (list-faces-display): Make back button respect optional
27712 regexp arg.
27713
27714 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27715
27716 * calculator.el (calculator-radix-grouping-mode)
27717 (calculator-radix-grouping-digits, calculator-displayer)
27718 (calculator-radix-grouping-separator, calculator-copy-displayer):
27719 * dabbrev.el (dabbrev-search-these-buffers-only):
27720 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27721 (diff-advance-after-apply-hunk, diff-mode-hook)
27722 (diff-minor-mode-prefix):
27723 * imenu.el (imenu-use-popup-menu):
27724 * jit-lock.el (jit-lock-context-time):
27725 * newcomment.el (comment-fill-column, comment-column)
27726 (comment-style, comment-padding, comment-multi-line)
27727 (comment-empty-lines, comment-auto-fill-only-comments):
27728 * reveal.el (reveal-around-mark):
27729 * uniquify.el (uniquify-buffer-name-style)
27730 (uniquify-after-kill-buffer-p)
27731 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27732 (uniquify-min-dir-content, uniquify-separator)
27733 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27734 * w32-vars.el (w32-fixed-font-alist):
27735 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27736 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27737 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27738 * progmodes/perl-mode.el (perl-indent-level)
27739 (perl-continued-statement-offset, perl-continued-brace-offset)
27740 (perl-brace-offset, perl-brace-imaginary-offset)
27741 (perl-label-offset, perl-indent-continued-arguments)
27742 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27743 * progmodes/tcl.el (tcl-indent-level)
27744 (tcl-continued-indent-level, tcl-auto-newline)
27745 (tcl-tab-always-indent, tcl-electric-hash-style)
27746 (tcl-help-directory-list, tcl-use-smart-word-finder)
27747 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27748 (inferior-tcl-source-command):
27749 * textmodes/fill.el (enable-kinsoku):
27750 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27751 * textmodes/table.el (table-yank-handler):
27752 Specify missing group (and type, if simple) in defcustom.
27753
27754 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27755
27756 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27757
27758 2005-05-19 Richard M. Stallman <rms@gnu.org>
27759
27760 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27761
27762 * subr.el (event-basic-type): Don't get an error.
27763 (left-fringe-p): Function deleted.
27764
27765 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27766 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27767
27768 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27769 in recursive copy.
27770
27771 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27772
27773 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27774
27775 * emacs-lisp/bytecomp.el
27776 (byte-compile-file-form-custom-declare-variable):
27777 Call byte-compile-nogroup-warn if appropriate.
27778
27779 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27780 (compilation-set-window): Don't call left-fringe-p; do it directly.
27781
27782 2005-05-19 Jay Belanger <belanger@truman.edu>
27783
27784 * calc/calc-graph.el (calc-graph-format-data): Make sure
27785 var-PlotRejects is bound before trying to check its value.
27786
27787 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27788
27789 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27790 definition of this variable from reftex-global.el to reftex.el,
27791 because it is needed in the menu.
27792
27793 2005-05-19 Lute Kamstra <lute@gnu.org>
27794
27795 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27796 years are fixed. Don't insert a space after a dash.
27797
27798 2005-05-19 Kim F. Storm <storm@cua.dk>
27799
27800 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27801
27802 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27803
27804 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27805 strings, because (eq ... ?\\) is fairly frequent.
27806
27807 * progmodes/make-mode.el (makefile-add-this-line-targets):
27808 Simplify and integrate into `makefile-pickup-targets'.
27809 (makefile-add-this-line-macro): Simplify and integrate into
27810 `makefile-pickup-macros.
27811 (makefile-pickup-filenames-as-targets): Simplify.
27812 (makefile-previous-dependency, makefile-match-dependency):
27813 Don't stumble over `::'.
27814
27815 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27816
27817 * subr.el (post-command-idle-hook, post-command-idle-delay):
27818 Remove obsoletion of post-command-idle-hook and
27819 post-command-idle-delay.
27820
27821 * faces.el (list-faces-display): Provide button when describe-face
27822 is called to take user back to the list of faces.
27823
27824 * help-fns.el (describe-variable): Remove hyperlinks in a
27825 variable's value as these are quite frequently inappropriate.
27826
27827 * follow.el (follow-submit-feedback, follow-mode):
27828 Remove references to post-command-idle-hook.
27829
27830 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27831
27832 * progmodes/make-mode.el (makefile-previous-dependency)
27833 (makefile-match-dependency): Check for := (and in bsd mode also
27834 !=) to give a better result, even when font-lock is not on.
27835
27836 2005-05-18 Jay Belanger <belanger@truman.edu>
27837
27838 * calc/calc-help.el (calc-s-prefix-help):
27839 Add `calc-copy-special-constant' to help string.
27840
27841 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27842
27843 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27844
27845 2005-05-18 Jay Belanger <belanger@truman.edu>
27846
27847 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27848 in linear factors are in proper order.
27849
27850 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27851
27852 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27853 Support for jurabib.
27854
27855 * textmodes/reftex.el (featurep): Define aliases for overlay
27856 commands, for XEmacs compatibility, and use these aliases in
27857 overlay initializations.
27858 (reftex-highlight): Use `reftex-move-overlay'.
27859 (reftex-unhighlight): Use `reftex-delete-overlay'.
27860 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27861 (reftex-access-search-path): Use `reftex-uniquify' instead of
27862 `reftex-uniq'
27863
27864 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27865 `before-string' property modification enables for Emacs as well.
27866 (reftex-select-item): Use `reftex-delete-overlay'.
27867 (reftex-select-mark): Use `reftex-make-overlay' and
27868 `reftex-overlay-put'.
27869 (reftex-select-unmark): Use `reftex-delete-overlay' and
27870 `reftex-overlay-put'.
27871
27872 2005-05-18 Lute Kamstra <lute@gnu.org>
27873
27874 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27875
27876 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27877
27878 * add-log.el (add-change-log-entry):
27879 * array.el (array-make-template, array-reconfigure-rows)
27880 (array-init-max-row, array-init-max-column)
27881 (array-init-columns-per-line, array-init-field-width):
27882 * replace.el (replace-match-maybe-edit, perform-replace):
27883 * textmodes/spell.el (spell-region):
27884 Replace `read-input' by `read-string'.
27885
27886 * forms.el (forms-mode):
27887 * finder.el (finder-compile-keywords):
27888 * shadowfile.el (shadow-read-files):
27889 Replace `eval-current-buffer' by `eval-buffer'.
27890
27891 * terminal.el (te-pass-through):
27892 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27893 (ange-ftp-raw-send-cmd):
27894 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27895 (send-process-next-char, telnet-initial-filter, telnet):
27896 Replace `send-string' by `process-send-string'.
27897
27898 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27899 (prolog-consult-region): Replace `send-string' by
27900 `process-send-string'; replace `send-region' by `process-send-region'.
27901
27902 * progmodes/delphi.el (delphi-log-msg):
27903 Replace `set-window-dot' by `set-window-point'.
27904
27905 * subr.el (window-dot, set-window-dot, read-input, send-string)
27906 (send-region, show-buffer, eval-current-buffer):
27907 Make really obsolete, as the comment says.
27908
27909 2005-05-17 Kim F. Storm <storm@cua.dk>
27910
27911 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27912 (cua--init-keymaps): Bind C-return instead of S-return to set
27913 rectangle mark.
27914
27915 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27916 instead of S-return to toggle/clear rectangle mark.
27917
27918 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27919
27920 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27921 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27922 Also fontify plain strings assigned to variables, mostly so that a
27923 colon has a face and is thus not taken as a dependency separator.
27924 (makefile-previous-dependency): Inline the new matcher, because it
27925 is too complex to work in both directions.
27926 (makefile-match-dependency): Eliminate `backward' arg (see above).
27927 Completely reimplemented so as to not sometimes go into an endless
27928 loop. It should also be more efficient, because first it only
27929 searches for `:', instead of applying the very complex regexp.
27930 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27931 to be fontified in one piece can be too long for JIT.
27932 Makefiles are never *that* big.
27933
27934 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27935
27936 * dired.el (dired-mode): Simplify.
27937
27938 2005-05-17 Lute Kamstra <lute@gnu.org>
27939
27940 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27941 defcustom for the mode hook variable.
27942
27943 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27944 Emacs Lisp Reference Manual.
27945
27946 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27947
27948 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27949 (evenp, list*):
27950 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27951 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27952
27953 * net/tramp-smb.el (tramp-smb-open-connection):
27954 Pass `tramp-chunksize' as fifth (required) argument.
27955
27956 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27957
27958 * font-lock.el (lisp-font-lock-keywords-1):
27959 Set `font-lock-negation-char-face' for [^...] char group.
27960 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27961
27962 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27963 a var, and refine it to mask one more level of nested vars.
27964 (makefile-rule-action-regex): Turn it into a var, and refine it so
27965 it recognizes backslashed continuation lines as belonging to the
27966 same command.
27967 (makefile-macroassign-regex): Refine it so it recognizes
27968 backslashed continuation lines as belonging to the same command.
27969 (makefile-var-use-regex): Don't look at the next char, because it
27970 might be the same one to be skipped by the initial [^$], leading
27971 to an overlooked variable use.
27972 (makefile-make-font-lock-keywords): Remove two parameters, which
27973 are now variables that some of the modes set locally.
27974 Handle dependency and rule action matching through functions, because
27975 regexps alone match too often. Dependency matching now comes
27976 last, so it can check, whether a colon already matched something else.
27977 (makefile-mode): Inform that font-lock improves makefile parsing
27978 capabilities.
27979 (makefile-match-dependency, makefile-match-action): New functions.
27980
27981 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27982
27983 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27984
27985 * align.el (align-regexp):
27986 * ansi-color.el (ansi-color-get-face):
27987 * array.el (array-reconfigure-rows, array-init-max-row)
27988 (array-init-max-column, array-init-columns-per-line)
27989 (array-init-field-width):
27990 * dired-aux.el (dired-trample-file-versions):
27991 * dired-x.el (dired-mark-sexp):
27992 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27993 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27994 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27995 * faces.el (face-read-integer):
27996 * files.el (backup-extract-version, insert-directory):
27997 * hexl.el (hexl-insert-decimal-char):
27998 * server.el (server-process-filter):
27999 * shell.el (shell-extract-num):
28000 * startup.el (command-line-1):
28001 * term.el (term-command-hook):
28002 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28003 (time-stamp-do-number):
28004 * time.el (display-time-update):
28005 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28006 (timezone-fix-time):
28007 * vms-patch.el (vms-suspend-resume-hook):
28008 * calendar/appt.el (appt-convert-time):
28009 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28010 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28011 * calendar/cal-islam.el (mark-islamic-diary-entries):
28012 * calendar/calendar.el (calendar-cursor-to-date)
28013 (calendar-star-date):
28014 * calendar/diary-lib.el (diary-attrtype-convert)
28015 (mark-diary-entries, diary-entry-time):
28016 * calendar/solar.el (solar-get-number):
28017 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28018 * emacs-lisp/re-builder.el (reb-display-subexp):
28019 * emulation/edt.el (edt-set-scroll-margins):
28020 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28021 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28022 (vip-get-ex-count):
28023 * emulation/viper-ex.el (viper-get-ex-token)
28024 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28025 * international/fontset.el (fontset-plain-name):
28026 * mail/feedmail.el (feedmail-look-at-queue-directory):
28027 * mail/mailalias.el (mail-get-names):
28028 * mail/rmail.el (rmail-convert-to-babyl-format):
28029 * mail/rmailsum.el (rmail-make-basic-summary-line)
28030 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28031 (rmail-summary-goto-msg):
28032 * mail/smtpmail.el (smtpmail-read-response):
28033 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28034 (ange-ftp-vms-add-file-entry):
28035 * play/gametree.el (gametree-looking-at-ply)
28036 (gametree-current-branch-score):
28037 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28038 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28039 * progmodes/cperl-mode.el (condition-case):
28040 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28041 (ebrowse-set-member-buffer-column-width)
28042 (ebrowse-select-1st-to-9nth):
28043 * progmodes/etags.el (etags-snarf-tag):
28044 * progmodes/flymake.el (flymake-parse-line):
28045 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28046 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28047 (idlwave-shell-menu-def):
28048 * progmodes/ps-mode.el (ps-run-goto-error):
28049 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28050 (vhdl-speedbar-contract-level):
28051 * term/mac-win.el (x-handle-numeric-switch):
28052 * term/sun-mouse.el (sun-get-frame-data):
28053 * term/w32-win.el (x-handle-numeric-switch):
28054 * term/x-win.el (x-handle-numeric-switch):
28055 * textmodes/ispell.el (ispell-parse-output):
28056 * textmodes/nroff-mode.el (nroff-outline-level):
28057 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28058 (reftex-bib-sort-year-reverse, reftex-format-citation):
28059 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28060 (reftex-section-number):
28061 * textmodes/texinfmt.el (texinfo-paragraphindent):
28062 Replace `string-to-int' by `string-to-number'.
28063
28064 * international/latexenc.el: Add page marker to force the "Local
28065 Variables:" string out of the last page.
28066
28067 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28068
28069 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28070 tooltip-change-major-mode.
28071 (gud-tooltip-print-command): Remove case where gud-minor-mode
28072 is gdb ("--fullname").
28073 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28074 explain to user.
28075
28076 2005-05-16 Jay Belanger <belanger@truman.edu>
28077
28078 * calc/calc-store.el (calc-copy-special-constant): New function.
28079
28080 * calc/calc-ext.el (calc-init-extensions): Add binding for
28081 `calc-copy-special-constant'.
28082
28083 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28084 for the `calc-copy-special-constant' command.
28085
28086 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28087
28088 * subr.el (left-fringe-p): New function.
28089
28090 * progmodes/compile.el (compilation-setup): Set local value of
28091 overlay-arrow-string to "" always.
28092 (compilation-set-window): Left fringe then don't scroll.
28093 No left fringe then no arrow and scroll message to top.
28094 (compilation-context-lines): Adjust doc string accordingly.
28095
28096 2005-05-16 Kim F. Storm <storm@cua.dk>
28097
28098 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28099 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28100 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28101 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28102 (ido-read-file-name): Handle commands with ido property value
28103 equal to find-file as reading a file name, to allow C-d to enter dired.
28104 (ibuffer-find-file): Add ido property with value find-file.
28105
28106 2005-05-15 Kim F. Storm <storm@cua.dk>
28107
28108 * subr.el (open-network-stream-nowait): Remove.
28109 (open-network-stream-server): Remove.
28110
28111 2005-05-15 Richard M. Stallman <rms@gnu.org>
28112
28113 * faces.el (describe-face): Output a definition link button.
28114
28115 * help-mode.el (help-face-def): New button type.
28116
28117 * emacs-lisp/copyright.el (copyright-fix-years):
28118 Match properly if the first year is 2-digit.
28119 Don't mess up the whitespace after the years by filling.
28120
28121 * dired-aux.el (dired-mark-confirm):
28122 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28123
28124 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28125 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28126 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28127
28128 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28129 Set font-lock-comment-start-skip.
28130
28131 * font-lock.el (font-lock-comment-start-skip): New variable.
28132 (font-lock-comment-end-skip): New variable.
28133 (font-lock-fontify-syntactically-region): Use them if non-nil.
28134
28135 2005-05-15 Jay Belanger <belanger@truman.edu>
28136
28137 * calc/calc-store.el (calc-store-value): Return a string rather
28138 than display it as a message.
28139 Use calc-var-name for variable name.
28140 (calc-store-into): Add the result of calc-store-value to message.
28141 (calc-copy-variable): Add a message.
28142 (calc-store-exchange): Improve error messages.
28143 (calc-store-binary, calc-store-map): Don't reset the values of
28144 special constants.
28145
28146 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28147
28148 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28149 manual to docstring.
28150
28151 * files.el (hack-local-variables-confirm): Add STRING argument.
28152 Make the function handle non file visiting buffers correctly.
28153 (hack-local-variables-prop-line, hack-local-variables)
28154 (hack-one-local-variable): Use STRING arg of
28155 `hack-local-variables-confirm'.
28156
28157 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28158
28159 Sync with Tramp 2.0.49.
28160
28161 * net/tramp.el (tramp-handle-dired-call-process)
28162 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28163 because the contents of the Tramp buffer is changed before
28164 insertion (`expand-file' and alike).
28165 (tramp-handle-insert-directory): If `localname' has an empty
28166 nondirectory name, it must not be quoted.
28167 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28168 variable `tramp-chunksize'. Change callees.
28169 (tramp-open-connection-setup-interactive-shell): Check remote host
28170 for buggy `send-process-string' implementation.
28171 Set `tramp-chunksize' if found. Reported by Michael Kifer
28172 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28173 (tramp-handle-shell-command): `insert-buffer' cannot be used
28174 because the contents of the Tramp buffer is changed before
28175 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28176 <frederic.bothamy@free.fr>.
28177 (tramp-set-auto-save): Actions should be done for Tramp file name
28178 handler only. Ange-FTP has its own auto-save mechanism.
28179 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28180 (tramp-set-auto-save-file-modes): Set file modes of
28181 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28182 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28183 (tramp-bug): Remove obsolete variable.
28184 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28185 for presence of `mml-mode'. Make it running for older Emacsen as well.
28186
28187 2005-05-14 John Paul Wallington <jpw@pobox.com>
28188
28189 * ibuf-ext.el (define-ibuffer-filter filename):
28190 If `dired-directory' is a list, use its car.
28191
28192 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28193
28194 * ibuffer.el (define-ibuffer-column filename):
28195 If `dired-directory' is a list, use its car.
28196
28197 2005-05-14 Richard M. Stallman <rms@gnu.org>
28198
28199 * subr.el (symbol-file): Doc fix.
28200
28201 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28202 (byte-compile-form): Call byte-compile-nogroup-warn.
28203 (byte-compile-warning-types): Doc fix.
28204
28205 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28206
28207 * progmodes/cc-engine.el (c-literal-faces):
28208 Add font-lock-comment-delimiter-face.
28209
28210 * net/net-utils.el (dig): Use with-no-warnings.
28211
28212 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28213 (sc-recite-frame-alist, sc-default-cite-frame)
28214 (sc-default-uncite-frame, sc-default-recite-frame)
28215 (sc-attrib-selection-list, sc-rewrite-header-list):
28216 Mark as risky-local-variable.
28217
28218 * international/ogonek.el (ogonek-jak, ogonek-how):
28219 Don't use beginning-of-buffer.
28220
28221 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28222
28223 * calendar/solar.el (solar-data-list): Move definition up.
28224
28225 * dnd.el (dnd-protocol-alist): Add autoload.
28226
28227 * progmodes/sh-script.el: Many doc usage fixes.
28228 (sh-indent-after-do): Change default to match common styles.
28229
28230 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28231
28232 * files.el (interpreter-mode-alist)
28233 (auto-mode-interpreter-regexp): Doc fixes.
28234
28235 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28236
28237 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28238
28239 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28240
28241 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28242
28243 * dired.el (dired-mode): make-variable-buffer-local =>
28244 make-local-variable.
28245
28246 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28247
28248 * term/mac-win.el (mac-select-convert-to-string): Try coding
28249 systems in mac-script-code-coding-systems if specified one cannot
28250 encode string for `com.apple.traditional-mac-plain-text'.
28251
28252 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28253
28254 * progmodes/make-mode.el (makefile-targets-face)
28255 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28256 (makefile-dependency-regex): Fix it to not make the colon in
28257 $(var:a=b) special.
28258 (makefile-rule-action-regex): New regexp for highlighting embedded
28259 Shell strings.
28260 (makefile-macroassign-regex): Handle != for highlighting as
28261 embedded Shell strings.
28262 (makefile-var-use-regex): New const.
28263 (makefile-statements, makefile-automake-statements)
28264 (makefile-gmake-statements, makefile-makepp-statements)
28265 (makefile-bsdmake-statements): New consts.
28266 (makefile-make-font-lock-keywords): New function.
28267 (makefile-automake-font-lock-keywords)
28268 (makefile-gmake-font-lock-keywords)
28269 (makefile-makepp-font-lock-keywords)
28270 (makefile-bsdmake-font-lock-keywords): New consts.
28271 (makefile-mode-map): Add switchers between the various submodes.
28272 (makefile-mode): Document the availability of the variants.
28273 (makefile-automake-mode, makefile-gmake-mode)
28274 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28275
28276 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28277 new variants of makefile-mode.
28278
28279 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28280
28281 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28282 the inheritance.
28283
28284 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28285
28286 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28287 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28288
28289 * files.el (normal-mode): Extend the scope of the
28290 `enable-local-variables' binding to include the `set-auto-mode' call.
28291 (magic-mode-alist): Doc fix.
28292
28293 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28294
28295 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28296 font-lock-comment-face rather than copying its setting.
28297
28298 2005-05-12 Andreas Schwab <schwab@suse.de>
28299
28300 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28301
28302 2005-05-12 Lute Kamstra <lute@gnu.org>
28303
28304 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28305 defcustom for the mode hook variable. Delete the last argument.
28306 * generic-x.el: Fix callers of define-generic-mode.
28307 (generic-x-modes): Delete group.
28308 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28309 generic-x customization group.
28310
28311 2005-05-12 Kim F. Storm <storm@cua.dk>
28312
28313 * font-lock.el (font-lock-negation-char-face): Default to "off".
28314
28315 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28316 font-lock-negation-char-face to ! in !=.
28317
28318 2005-05-12 Masatake YAMATO <jet@gyve.org>
28319
28320 * add-log.el (find-change-log): Fix typos in the docstring
28321 of function.
28322
28323 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28324
28325 * international/latexenc.el (latexenc-find-file-coding-system):
28326 Avoid `re-search-forward' when looking for input encoding because
28327 of speed and safety. Better regular expressions for recognizing
28328 input encoding. Limit a search for TeX-master/tex-main-file to
28329 the local variable section.
28330
28331 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28332
28333 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28334 syntax of $ to "'" (quote).
28335
28336 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28337
28338 * dnd.el (dnd-protocol-alist): Improve custom type.
28339
28340 * dired.el (dired-dnd-protocol-alist): New variable.
28341 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28342 `dired-mode-hook' to the end.
28343
28344 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28345
28346 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28347 comment-end if comment-start-skip is not set.
28348 Obey the font-lock-comment-delimiter-face variables.
28349
28350 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28351
28352 * files.el (executable-find): Move from executable.el. Use
28353 locate-file.
28354 * progmodes/executable.el (executable-find): Move to files.el.
28355
28356 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28357 when trying to ensure forward progress.
28358
28359 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28360
28361 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28362 (mouse-select, mouse-select-internal, mouse-extend-internal):
28363 Use it to implement mouse-1-click-follows-link functionality.
28364
28365 2005-05-11 Richard M. Stallman <rms@gnu.org>
28366
28367 * font-lock.el (font-lock-fontify-syntactically-region):
28368 Use font-lock-comment-delimiter-face for comment delimiters.
28369
28370 2005-05-10 Jay Belanger <belanger@truman.edu>
28371
28372 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28373 preserving embedded modes.
28374
28375 2005-05-10 Richard M. Stallman <rms@gnu.org>
28376
28377 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28378
28379 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28380 Move from ada-stmt.el.
28381 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28382
28383 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28384 Move to ada-mode.el.
28385 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28386
28387 * cus-edit.el (custom-file): Call file-chase-links.
28388
28389 * files.el (read-directory-name): Fix previous change.
28390 (hack-local-variables-confirm): New function.
28391 (hack-local-variables-prop-line, hack-local-variables)
28392 (hack-one-local-variable): Use it.
28393
28394 2005-05-10 Lute Kamstra <lute@gnu.org>
28395
28396 * font-lock.el (font-lock-keywords-alist)
28397 (font-lock-removed-keywords-alist): Clarify docstrings.
28398
28399 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28400
28401 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28402 (gdb-source-info): Check for preprocessor info.
28403 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28404 a macro for a function.
28405 (gdb-info-breakpoints-custom): Try to find file again if not already
28406 found (user might have used GDB dir command).
28407 (gdb-get-location): Update gdb-location-alist correctly for change
28408 to gdb-info-breakpoints-custom.
28409
28410 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28411 (gud-tooltip-print-command): Add gdbmi case.
28412 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28413 preprocessor info.
28414
28415 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28416
28417 * startup.el (fancy-splash-insert): Fix typo in doc string.
28418
28419 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28420
28421 * obsolete/float.el (string-to-float):
28422 * obsolete/hilit19.el (hilit-add-pattern):
28423 * obsolete/rnews.el (news-parse-range, news-select-message)
28424 (news-get-pruned-list-of-files): Replace `string-to-int' by
28425 `string-to-number'.
28426
28427 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28428 `find-file-not-found-hooks'; use `add-hook'.
28429 (uncompress-while-visiting): Set `write-file-functions', not
28430 `write-file-hooks'; use `add-hook'.
28431
28432 2005-05-09 Kim F. Storm <storm@cua.dk>
28433
28434 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28435 (cua-paste): Handle clipboard action.
28436 (cua--init-keymaps): Remap clipboard-kill-region and
28437 clipboard-kill-ring-save.
28438
28439 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28440
28441 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28442 Improve commentary.
28443
28444 * simple.el (next-error-overlay-arrow-position): Revert the change
28445 made on 2005-04-30.
28446
28447 2005-05-07 Jay Belanger <belanger@truman.edu>
28448
28449 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28450 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28451 `calc-sel-reselect'.
28452
28453 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28454 Calc is in embedded mode.
28455
28456 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28457
28458 * progmodes/compile.el (compilation-setup):
28459 Set overlay-arrow-string to an empty string on text terminals.
28460
28461 * textmodes/ispell.el (ispell-program-name): Try looking for
28462 "aspell" along exec-path, and if found, use it as the default
28463 speller program.
28464
28465 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28466
28467 * international/mule.el (sgml-xml-auto-coding-function):
28468 Recognize encoding='FOO' in single quotes as well as in double quotes.
28469
28470 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28471
28472 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28473 as well as `interactive', so that defmacro* would recognize
28474 `declare' forms.
28475
28476 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28477
28478 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28479 Explain more about the LIGHTER arg's usage in the doc string.
28480 Add commentary to clarify what the code does. Fix the regexp that
28481 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28482 since it could have characters special to regular expressions.
28483
28484 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28485
28486 * replace.el (occur-1): Bind inhibit-read-only so that
28487 erase-buffer doesn't barf on read-only text properties (likewise
28488 for add-text-properties in occur-engine). Mark buffer as unmodified.
28489 (occur-engine): Don't set buffer-read-only here.
28490
28491 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28492
28493 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28494 list-buffers-directory. This caused the *cvs-commit* buffer to be
28495 sometimes mistakenly reused as a *cvs* buffer.
28496
28497 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28498
28499 * tooltip.el: Move code for GUD tooltips into gud.el.
28500 (require): CL no longer needed to compile case.
28501 (tooltip-mode): Do not toggle functions for GUD tooltips.
28502 (tooltip-gud-tips-p): Remove. Replace with minor mode
28503 gud-tooltip-mode in gud.el.
28504 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28505 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28506 tooltip-gud prefix with gud-tooltip and obsolete.
28507 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28508 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28509 (tooltip-mouse-motion): Mouse movement functions/variable.
28510 Rename in gud.el by adding gud prefix.
28511 (tooltip-gud-original-filter, tooltip-gud-dereference)
28512 (tooltip-gud-event, tooltip-toggle-gud-tips)
28513 (tooltip-gud-process-output, tooltip-gud-print-command)
28514 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28515 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28516 (gdb-tooltip-print): Move to gdb-ui.el.
28517
28518 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28519 (require): CL needed to compile case.
28520 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28521 tooltip-gud-tips-p. Make it a minor-mode.
28522 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28523 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28524 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28525 (gud-tooltip-change-major-mode)
28526 (gud-tooltip-activate-mouse-motions-if-enabled)
28527 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28528 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28529 (gud-tooltip-original-filter, gud-tooltip-dereference)
28530 (gud-tooltip-event, tooltip-toggle-gud-tips)
28531 (gud-tooltip-process-output, gud-tooltip-print-command)
28532 (gud-tooltip-tips): Move from tooltip.el.
28533
28534 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28535 (gdb-cpp-define-alist-flags): Doc fix.
28536 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28537 gud-tooltip-mode is t.
28538
28539 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28540
28541 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28542 evaporate if their text is deleted.
28543 (goto-address-at-point): Make it work as a mouse binding as well.
28544 (goto-address-at-mouse): Obsolete it. Update users.
28545
28546 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28547
28548 * calendar/appt.el (top-level): No longer activate on load.
28549
28550 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28551
28552 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28553 * net/webjump.el (webjump):
28554 * progmodes/idlw-help.el (idlwave-do-context-help1)
28555 (idlwave-highlight-linked-completions):
28556 * textmodes/po.el (po-find-file-coding-system-guts):
28557 Replace `assoc-ignore-case' by `assoc-string'.
28558
28559 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28560
28561 * files.el (locate-file): Doc fix.
28562
28563 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28564 Remove the redundant test for ms-dos.
28565
28566 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28567 look for the preprocessor with exec-suffixes. If not found in
28568 standard places, look in exec-path. Remove most of the tests that
28569 used system-type.
28570
28571 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28572
28573 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28574
28575 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28576 file-name clash with jka-compr.el on 8+3 filesystems.
28577
28578 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28579
28580 * term/mac-win.el: Don't define or bind scroll bar functions if
28581 x-toolkit-scroll-bars is t.
28582 (x-select-text, x-get-selection-value): Clear
28583 x-last-selected-text-clipboard if x-select-enable-clipboard is
28584 nil.
28585 (PRIMARY): Put mac-scrap-name property.
28586 (mac-select-convert-to-file-url): New function.
28587 (public.file-url): New selection target type. Add to
28588 selection-converter-alist.
28589 (x-get-selection, x-selection-value): Handle it.
28590 (x-cut-buffer-or-selection-value): New alias.
28591
28592 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28593
28594 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28595 entry to avoid calling bibtex-find-entry with arg global
28596 being t. Remove arg key.
28597 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28598 (bibtex-copy-summary-as-kill): Change accordingly.
28599
28600 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28601
28602 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28603 (org-agenda-date-later): Use with-current-buffer.
28604
28605 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28606
28607 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28608 (define-obsolete-variable-alias): Doc Fixes.
28609
28610 2005-05-06 Kim F. Storm <storm@cua.dk>
28611
28612 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28613 vertical-motion when selective-display is active.
28614
28615 * ido.el (ido-setup-hook): New hook.
28616 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28617 (ido-input-stack): New var.
28618 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28619 ido-next-work-file binding to M-O.
28620 Bind M-f to ido-wide-find-file-or-pop-dir.
28621 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28622 (ido-read-internal): Run ido-setup-hook.
28623 Catch quit in read-file-name and read-string to cancel edit.
28624 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28625 Automatically pop-all when completing a directory name (RET).
28626 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28627 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28628 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28629 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28630 New functions for M-b/M-f to move among the directory components.
28631 (ido-make-merged-file-list): Catch quit to cancel merge.
28632 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28633 (ido-completion-help): No warnings for ido-completion-buffer-full.
28634
28635 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28636
28637 * font-lock.el (font-lock-negation-char-face): New face and variable.
28638 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28639 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28640 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28641 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28642
28643 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28644
28645 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28646 Fix typo in docstring.
28647
28648 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28649 (ebrowse-print-statistics-line)
28650 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28651
28652 * term/w32-win.el (image-library-alist): Add additional name for
28653 Xpm library.
28654
28655 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28656
28657 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28658 use gcc instead of cpp.
28659
28660 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28661 (gdb-create-define-alist): Use it.
28662 (gdb-cpp-define-alist-program): Update for MS-DOS.
28663
28664 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28665
28666 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28667
28668 2005-05-04 Richard M. Stallman <rms@gnu.org>
28669
28670 * help.el (describe-key): No error when UNTRANSLATED is nil.
28671
28672 * simple.el (line-move-1): Fix previous change to signal errors
28673 appropriately.
28674
28675 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28676
28677 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28678 (icalendar-duration-correction): Remove.
28679 (icalendar--get-event-properties): Split result at commas.
28680 (icalendar--decode-isoduration): New optional argument
28681 DURATION-CORRECTION.
28682 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28683 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28684 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28685 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28686 (icalendar--convert-anniversary-to-ical): New functions, extracted
28687 from icalendar-export-region, with bug fixes.
28688 (icalendar-export-region): Use the above functions.
28689 (icalendar-import-buffer): Check before saving diary file.
28690 (icalendar--convert-recurring-to-diary)
28691 (icalendar--convert-non-recurring-all-day-to-diary)
28692 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28693 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28694 (icalendar--convert-ical-to-diary): Use the above functions.
28695
28696 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28697
28698 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28699 Remove these recent additions.
28700 (c-mode): Restore to before 2005-04-28.
28701
28702 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28703 recent addition.
28704
28705 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28706 (gdb-define-alist): New variables.
28707 (gdb-create-define-alist): New function.
28708 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28709 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28710 with string-to-number.
28711 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28712
28713 * progmodes/gud.el: Replace string-to-int with string-to-number.
28714 (gud-find-file): Handle gdb-define-alist.
28715
28716 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28717
28718 2005-05-02 Jay Belanger <belanger@truman.edu>
28719
28720 * calc/calc-aent.el (math-read-token):
28721 * calc/calc-bin.el (calc-word-size):
28722 * calc/calc-ext.el (calc-read-number-fancy):
28723 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28724 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28725 * calc/calc-frac.el (calc-over-notation):
28726 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28727 (calc-graph-num-points, calc-graph-init):
28728 * calc/calc-prog.el (calc-read-parse-table-part)
28729 (calc-edit-macro-repeats):
28730 * calc/calc-yank.el (calc-do-grab-rectangle):
28731 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28732 Replace `string-to-int' by `string-to-number'.
28733
28734 2005-05-02 Kim F. Storm <storm@cua.dk>
28735
28736 * kmacro.el: Use executing-kbd-macro-index variable.
28737
28738 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28739
28740 * net/rlogin.el (rlogin-parse-words): Delete func.
28741 (rlogin): Use split-string, not rlogin-parse-words.
28742 Also, if there are option-like elements in the parsed args,
28743 take the host to be the first arg immediately following them.
28744 Suggested by Michael Mauger.
28745
28746 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28747
28748 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28749
28750 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28751
28752 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28753 (cc-mode-cpp-program): Rename to cc-define-list-program and
28754 move to cc-vars.el.
28755
28756 * progmodes/cc-vars.el (cc-define-list-program):
28757 Change to "gcc -E -dM -". Make customizable.
28758
28759 2005-05-02 Kim F. Storm <storm@cua.dk>
28760
28761 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28762
28763 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28764
28765 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28766
28767 * international/mule-util.el (truncate-string): Remove alias and
28768 obsolete declaration.
28769
28770 * international/mule-cmds.el (update-iso-coding-systems):
28771 Remove alias and obsolete declaration.
28772
28773 * international/mule.el (coding-system-parent): Remove alias and
28774 obsolete declaration.
28775
28776 * subr.el (define-function, sref): Remove aliases and obsolete
28777 declarations.
28778 (chars-in-region): Remove obsolete declaration.
28779
28780 2005-05-01 Richard M. Stallman <rms@gnu.org>
28781
28782 * info.el (Info-mode): Set widen-automatically to nil, locally.
28783
28784 * simple.el (widen-automatically): New variable.
28785 (pop-global-mark): Obey widen-automatically.
28786
28787 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28788
28789 * term/xterm.el (function-key-map): Call substitute-key-definition
28790 before the keymap size is increased by a lot of define-key calls.
28791
28792 2005-05-01 Richard M. Stallman <rms@gnu.org>
28793
28794 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28795 Rename ARG to ELEMENT. Doc fix.
28796
28797 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28798
28799 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28800 Remove references to allout-exposure/change to allout-new-exposure.
28801
28802 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28803 bytecode symbols.
28804
28805 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28806 (compiled-function-p, focus-frame, unfocus-frame):
28807 Remove aliases and obsolete declarations.
28808 Back out inadvertent changes from previous commit.
28809
28810 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28811
28812 * files.el (require-final-newline): Make Custom tags consistent
28813 with mode-require-final-newline.
28814 (mode-require-final-newline): Doc fix.
28815
28816 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28817
28818 * international/latexenc.el (latexenc-find-file-coding-system):
28819 Fix regular expressions.
28820
28821 2005-05-01 David Kastrup <dak@gnu.org>
28822
28823 * international/latexenc.el (latexenc-find-file-coding-system):
28824 Fix regular expressions.
28825
28826 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28827
28828 * subr.el (string-to-int): Make obsolete.
28829
28830 2005-04-30 Richard M. Stallman <rms@gnu.org>
28831
28832 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28833
28834 * loadup.el: load jka-comp-hook.
28835
28836 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28837 (jka-compr-handler): Add autoload. `put' calls moved
28838 to jka-comp-hook.el.
28839 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28840 (jka-compr-inhibit): Autoload.
28841
28842 * jka-comp-hook.el: New file.
28843 Enable the mode by default.
28844
28845 * files.el (backup-buffer-copy): Use copy-file instead
28846 of write-region, and put back the 'excl.
28847
28848 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28849
28850 * progmodes/flymake.el (flymake-split-string)
28851 (flymake-split-string, flymake-log, flymake-pid-to-names)
28852 (flymake-reg-names, flymake-get-source-buffer-name)
28853 (flymake-unreg-names, flymake-add-line-err-info)
28854 (flymake-add-err-info): Clarify docstrings.
28855 (flymake-popup-menu, flymake-make-emacs-menu)
28856 (flymake-make-xemacs-menu): Add docstrings.
28857 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28858 Set variables directly throughout.
28859
28860 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28861
28862 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28863 exists. Initialize cc-define-alist.
28864 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28865 If there is no file (Macroexpansion) don't create an alist.
28866
28867 2005-04-29 Sam Steingold <sds@gnu.org>
28868
28869 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28870 (cc-create-define-alist): Use it instead of the hard-coded string.
28871
28872 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28873
28874 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28875 for latexenc.
28876
28877 2005-04-29 Lute Kamstra <lute@gnu.org>
28878
28879 * emacs-lisp/generic.el: Improve commentary section.
28880 (define-generic-mode): Improve docstring.
28881
28882 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28883
28884 * textmodes/org.el (many places): Change to quiet the byte compiler.
28885 (org-prefix-format-compiled): New variable.
28886 (org-compile-prefix-format): New function.
28887 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28888 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28889 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28890 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28891 consistency with entries from `org-mode' files.
28892 (org-get-time-of-day): Fix bug with partial matches early in a line.
28893 (org-non-link-chars): New constant.
28894 (org-link-regexp): Respect `org-non-link-chars'.
28895 (org-agenda-day-view): Remove command.
28896 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28897 (org-follow-bbdb-link, org-store-link): Search also company field.
28898 (org-highlight-overlay): New variable.
28899 (org-highlight, org-unhighlight): New functions.
28900 (org-agenda-mode): Add pre-command-hook to remove highlight.
28901 (org-evaluate-time-range): Behavior depends upon whether time stamp
28902 contains a time or not.
28903 (org-show-subtree, org-show-entry): New functions.
28904 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28905
28906 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28907
28908 * comint.el (comint-output-filter-functions): Add autoload cookie.
28909
28910 2005-04-28 Kim F. Storm <storm@cua.dk>
28911
28912 * ido.el (ido-everywhere): Fix last change.
28913
28914 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28915
28916 * international/latexenc.el: New file.
28917 * international/mule-conf.el (file-coding-system-alist): For .tex,
28918 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28919
28920 2005-04-28 Lute Kamstra <lute@gnu.org>
28921
28922 * font-lock.el (font-lock-add-keywords)
28923 (font-lock-remove-keywords): Clarify docstring.
28924 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28925 Don't start docstrings with a `*'.
28926 (font-lock-update-removed-keyword-alist): Give it a docstring.
28927
28928 * generic-x.el: Update commentary section.
28929 Only require font-lock when compiling.
28930 Define all modes conditionally.
28931 Place all generic modes in the generic-x-modes customization group.
28932 (generic-x-modes): New customization group.
28933 (generic-default-modes, generic-mswindows-modes)
28934 (generic-unix-modes, generic-other-modes): New constants.
28935 (generic-define-mswindows-modes, generic-define-unix-modes):
28936 Update docstrings. Make them obsolete.
28937 (generic-extras-enable-list): New default value. Update docstring.
28938 Improve :type. Change :set function.
28939 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28940 Fix docstring.
28941
28942 * emacs-lisp/generic.el (generic-mode-internal):
28943 Simplify font-lock-defaults.
28944 (define-generic-mode): Fix docstring.
28945
28946 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28947
28948 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28949 font-lock-face property to highlight matches.
28950
28951 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28952
28953 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28954 (cc-define-alist): New variable.
28955 (c-mode): Make it local and initialize it.
28956
28957 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28958 (gdb-exited): New function.
28959 (gdb-annotation-rules): Use it.
28960 (gdb-starting): Set gdb-active-process to t.
28961 (gdb-stopping): Amend doc string.
28962 (gdb-reset): Set gdb-active-process to nil.
28963
28964 * tooltip.el (tooltip-gud-tips): Show the associated #define
28965 directives when a C program under GDB is not executing.
28966
28967 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28968
28969 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28970 font-lock-fontify-syntactic-keywords.
28971
28972 * font-lock.el (font-lock-default-fontify-region): Don't force
28973 parse-sexp-lookup-properties to nil.
28974
28975 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28976
28977 * man.el (man-mode-syntax-table): Set up `:' to have
28978 word-constituent syntax.
28979
28980 2005-04-27 Lute Kamstra <lute@gnu.org>
28981
28982 * novice.el (disable-command): Don't add spurious newlines to the
28983 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28984
28985 2005-04-26 Jay Belanger <belanger@truman.edu>
28986
28987 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28988 than one window before deleting window.
28989
28990 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28991
28992 * shell.el (shell-prompt-pattern): Doc fix.
28993 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28994
28995 * comint.el (comint-prompt-regexp, comint-get-old-input)
28996 (comint-use-prompt-regexp)
28997 (comint-use-prompt-regexp-instead-of-fields)
28998 (comint-replace-by-expanded-history, comint-send-input)
28999 (comint-output-filter, comint-get-old-input-default)
29000 (comint-line-beginning-position, comint-bol, comint-show-output)
29001 (comint-backward-matching-input, comint-forward-matching-input)
29002 (comint-next-prompt, comint-previous-prompt):
29003 Rename `comint-use-prompt-regexp-instead-of-fields' to
29004 `comint-use-prompt-regexp'. Keep old name as alias and declare
29005 obsolete.
29006 (comint-use-prompt-regexp): Shorten first line of doc string.
29007
29008 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29009 Set paragraph-separate buffer locally to "\\'".
29010
29011 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29012 Adapt to above name change.
29013
29014 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29015 (smbclient-prompt-regexp): Ditto.
29016
29017 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29018
29019 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29020
29021 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29022 gdb-location-list.
29023 Break lines that are over 80 characters wide.
29024
29025 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29026
29027 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29028 New fun and var, to preserve compatibility.
29029
29030 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29031
29032 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29033
29034 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29035 name to file-newer-than-file-p.
29036
29037 2005-04-26 Richard M. Stallman <rms@gnu.org>
29038
29039 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29040
29041 * progmodes/python.el (python-mode):
29042 Use new name eldoc-documentation-function.
29043
29044 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29045
29046 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29047 (eldoc-documentation-function):
29048 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29049
29050 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29051
29052 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29053
29054 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29055
29056 * term/xterm.el (function-key-map): Fix strings for
29057 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29058 {C,S,A,C-S}-{f1-f12}.
29059
29060 2005-04-26 Kenichi Handa <handa@m17n.org>
29061
29062 * international/mule-cmds.el (select-safe-coding-system):
29063 Fix previous change.
29064
29065 2005-04-26 Lute Kamstra <lute@gnu.org>
29066
29067 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29068
29069 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29070 (font-lock-comment-delimiter-face): Ditto.
29071
29072 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29073
29074 2005-04-25 Jay Belanger <belanger@truman.edu>
29075
29076 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29077 to t while inserting information; use help-mode.
29078
29079 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29080
29081 * term.el (ansi-term-color-vector): Use the xterm colors.
29082 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29083
29084 2005-04-25 Lute Kamstra <lute@gnu.org>
29085
29086 * font-core.el (font-lock-defaults): Fix docstring.
29087
29088 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29089
29090 2005-04-25 Kenichi Handa <handa@m17n.org>
29091
29092 * international/mule-cmds.el (select-safe-coding-system):
29093 Don't check consistency with coding: spec, etc if raw-text or
29094 no-conversion was found to be safe.
29095
29096 2005-04-24 Richard M. Stallman <rms@gnu.org>
29097
29098 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29099 citation markers at start of each line.
29100
29101 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29102 citation markers at start of each line.
29103
29104 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29105
29106 * files.el (mode-require-final-newline): Fix previous change.
29107 (require-final-newline): Fix type label.
29108
29109 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29110
29111 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29112 statement in buffer (broken by 2004-11-24 change).
29113
29114 2005-04-24 Kim F. Storm <storm@cua.dk>
29115
29116 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29117 and read-file-name-function values. Don't overwrite existing
29118 non-nil values if ido-mode is enabled without ido-everywhere.
29119
29120 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29121
29122 * files.el (mode-require-final-newline): Minor doc fix.
29123
29124 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29125
29126 * subr.el (syntax-after): Doc fix.
29127 (syntax-class): If argument is nil, return nil. Mask off upper 16
29128 bits, not 8 bits.
29129
29130 * files.el (mode-require-final-newline): Doc fix.
29131 (backup-buffer-copy): Fix last change.
29132
29133 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29134
29135 * term/mac-win.el: Require select. Set selection-coding-system to
29136 mac-system-coding-system. Call menu-bar-enable-clipboard.
29137 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29138 (x-select-enable-clipboard): New variables.
29139 (x-select-text, x-get-selection, x-selection-value)
29140 (x-get-selection-value, mac-select-convert-to-string)
29141 (mac-services-open-file, mac-services-open-selection)
29142 (mac-services-insert-text): New functions.
29143 (CLIPBOARD, FIND): Put mac-scrap-name property.
29144 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29145 (public.tiff): Put mac-ostype property.
29146 (selection-converter-alist): Add entries for them.
29147 (mac-application-menu-map): New keymap.
29148 (interprogram-cut-function, interprogram-paste-function): Set to
29149 x-select-text and x-get-selection-value, respectively.
29150 (split-window-keep-point): Set to t.
29151
29152 2005-04-23 Richard M. Stallman <rms@gnu.org>
29153
29154 * files.el (read-directory-name): Always pass non-nil
29155 DEFAULT-FILENAME arg to read-file-name.
29156 (backup-buffer-copy, basic-save-buffer-2): Take care against
29157 writing thru an unexpected existing symlink.
29158 (revert-buffer): In indirect buffer, revert the base buffer.
29159 (magic-mode-alist): Doc fix.
29160 (buffer-stale-function): Doc fix.
29161 (minibuffer-with-setup-hook): Avoid warning.
29162 (mode-require-final-newline): Doc and custom fix.
29163
29164 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29165
29166 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29167 use the default appearance.
29168 (font-lock-comment-delimiter-face): New face, new variable.
29169
29170 * imenu.el (imenu--generic-function): The official position of a
29171 definition is the start of the line that BEG is in.
29172
29173 * midnight.el (midnight-timer): Move defvar up.
29174
29175 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29176
29177 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29178
29179 * startup.el (command-line): Use with-no-warnings.
29180
29181 * window.el (window-size-fixed): New defvar.
29182
29183 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29184
29185 * mail/rmail.el (rmail-font-lock-keywords):
29186 Use font-lock-comment-delimiter-face.
29187
29188 * mail/sendmail.el (mail-font-lock-keywords):
29189 Use font-lock-comment-delimiter-face.
29190
29191 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29192
29193 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29194
29195 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29196 Specify t for LAXMATCH when matching directories.
29197 Save match data around compilation-compat-error-properties form.
29198
29199 2005-04-23 David Kastrup <dak@gnu.org>
29200
29201 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29202 Mention that the autoloaded aliases should be kept for AUCTeX.
29203
29204 2005-04-23 Andreas Schwab <schwab@suse.de>
29205
29206 * isearch.el (isearch-forward): Doc fix.
29207
29208 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29209
29210 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29211 (jit-lock-stealth-nice): Change default value to 0.5.
29212
29213 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29214
29215 * abbrev.el (write-abbrev-file): Write table entries in
29216 alphabetical order by table name.
29217
29218 2005-04-22 Kim F. Storm <storm@cua.dk>
29219
29220 * ido.el (ido-read-internal): Fix `list' completion.
29221
29222 2005-04-22 Kenichi Handa <handa@m17n.org>
29223
29224 * recentf.el (recentf-save-file-coding-system): New variable.
29225 (recentf-save-list): Encode the file by
29226 recentf-save-file-coding-system and add coding: tag.
29227
29228 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29229
29230 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29231
29232 2005-04-21 Lute Kamstra <lute@gnu.org>
29233
29234 * loadhist.el (unload-feature): Don't remove a function from hooks
29235 if it is about to be restored to an autoload . Remove functions
29236 that will become unbound from auto-mode-alist. Simplify the code.
29237
29238 * subr.el (assq-delete-all): New implementation that is linear,
29239 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29240 (rassq-delete-all): New function.
29241
29242 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29243 Add size-indication-mode.
29244
29245 2005-04-21 Kenichi Handa <handa@m17n.org>
29246
29247 * international/mule-cmds.el: Add autoload for widget-value in
29248 eval-when-compile.
29249
29250 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29251
29252 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29253 Add tooltip-mode.
29254
29255 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29256
29257 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29258
29259 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29260 (inferior-lisp-filter-regexp, inferior-lisp-program)
29261 (inferior-lisp-load-command, inferior-lisp-prompt)
29262 (inferior-lisp-mode-hook, lisp-source-modes)
29263 (inferior-lisp-load-hook): defvar->defcustom.
29264 (inferior-lisp-program, inferior-lisp-prompt)
29265 (inferior-lisp-load-hook): Doc fixes.
29266 (inferior-lisp-install-letter-bindings): Small change in
29267 introductory comment.
29268
29269 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29270
29271 * vc.el (vc-annotate-color-map): Change some colors so that text
29272 using them as foreground is readable on both white and black
29273 backgrounds.
29274
29275 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29276
29277 * international/mule-conf.el (translation-table-for-input):
29278 Remove redundant declaration.
29279
29280 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29281
29282 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29283
29284 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29285 (tooltip-toggle-gud-tips): New function.
29286
29287 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29288
29289 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29290 right angle brackets.
29291
29292 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29293
29294 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29295
29296 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29297
29298 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29299 Remove. Update callers to use expand-file-name instead.
29300
29301 * subr.el (syntax-class): New function.
29302
29303 * simple.el (blink-matching-open): Use it.
29304
29305 * paren.el (show-paren-function): Use it to recognize parens that are
29306 also used in 2-char comment markers.
29307
29308 2005-04-19 Lute Kamstra <lute@gnu.org>
29309
29310 * loadhist.el (unload-feature): Update for new format of
29311 load-history. Simplify the code.
29312
29313 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29314
29315 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29316 (mac-add-charset-info): New function. Initialize variable
29317 mac-charset-info-alist using it.
29318 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29319 for translation.
29320 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29321 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29322 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29323 New CCL programs.
29324
29325 2005-04-19 Kim F. Storm <storm@cua.dk>
29326
29327 * simple.el (next-buffer, prev-buffer, next-error)
29328 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29329 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29330
29331 * bindings.el (next-buffer, prev-buffer, next-error)
29332 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29333 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29334 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29335 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29336
29337 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29338
29339 * isearch.el (isearch-edit-string): Make the search-ring available for
29340 minibuffer history commands.
29341 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29342 the default history commands now work just as well.
29343 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29344
29345 2005-04-18 Kim F. Storm <storm@cua.dk>
29346
29347 * emulation/cua-base.el (cua--pre-command-handler): Add more
29348 elaborate check for shift modifier on non-window systems.
29349
29350 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29351
29352 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29353
29354 2005-04-18 Kim F. Storm <storm@cua.dk>
29355
29356 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29357 and make it optional. Don't test tooltip-gud-echo-area here.
29358 (tooltip-gud-process-output, gdb-tooltip-print):
29359 Pass tooltip-gud-echo-area to tooltip-show.
29360 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29361
29362 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29363
29364 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29365 `display-graphic-p' may not be bound yet.
29366
29367 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29368
29369 * startup.el (command-line): No longer enable Xterm Mouse mode by
29370 default in terminals compatible with xterm.
29371
29372 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29373
29374 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29375
29376 * tooltip.el (tooltip-gud-echo-area): Rename from
29377 tooltip-use-echo-area.
29378 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29379 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29380 area independently of where help tooltips are displayed.
29381
29382 2005-04-17 David Kastrup <dak@gnu.org>
29383
29384 * cus-theme.el (custom-theme-write-variables): Quote variables
29385 where necessary.
29386
29387 2005-04-17 Richard M. Stallman <rms@gnu.org>
29388
29389 * simple.el (yank-excluded-properties): Add follow-link to value.
29390
29391 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29392
29393 * startup.el (fancy-splash-max-time): Just 30 seconds.
29394 (fancy-splash-delay): Just 7.
29395 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29396
29397 * loadhist.el (unload-feature): Update for new format of load-history.
29398 Simplify the code.
29399
29400 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29401 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29402
29403 * mail/sendmail.el (mail-font-lock-keywords):
29404 Don't fontify subject text.
29405 Don't fontify the text of a citation.
29406
29407 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29408
29409 * comint.el (comint-output-filter): Run comint-output-filter-functions
29410 with point where the user had it.
29411
29412 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29413
29414 * international/ucs-tables.el (ucs-set-table-for-input):
29415 Disable when using unify-on-decoding.
29416
29417 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29418
29419 * emulation/cua-base.el (cua-global-mark-face): Add special case
29420 for displays supporting a high number of colors.
29421
29422 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29423
29424 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29425
29426 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29427
29428 * filesets.el (filesets-add-buffer): If user supplies a name of a
29429 non-existing fileset, create a new fileset.
29430
29431 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29432
29433 * textmodes/org.el (org-up-heading-all): Fix bug with
29434 `outline-up-heading-all'.
29435
29436 2005-04-16 Andreas Schwab <schwab@suse.de>
29437
29438 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29439 /etc/permissions.d/* and /etc/aliases.d/*.
29440
29441 2005-04-16 Kenichi Handa <handa@m17n.org>
29442
29443 * international/code-pages.el (cp-make-coding-system):
29444 Set `translation-table-for-input' property value to the symbol
29445 ucs-mule-to-mule-unicode, not to that value.
29446 (pt154): Escape guillemet by `\'.
29447
29448 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29449
29450 * loadup.el: Load tooltip if x-show-tip is fboundp.
29451
29452 * startup.el (command-line): Add comment.
29453
29454 * tooltip.el (tooltip-mode): Specify correct standard value for
29455 Custom in init-value.
29456
29457 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29458
29459 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29460 possible.
29461
29462 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29463
29464 * textmodes/org.el (org-agenda-date-prompt): Rename from
29465 `org-agenda-date-today'.
29466 (org-evaluate-time-range): Insert at point instead of directly
29467 after time range.
29468 (org-first-headline-recenter, org-subtree-end-visible-p)
29469 (org-optimize-window-after-visibility-change): New functions
29470 (org-agenda-post-command-hook): Don't allow point at end of line,
29471 to make sure it always hits the text properties.
29472 (org-agenda-next-date-line, org-agenda-previous-date-line):
29473 New commands.
29474 (org-set-regexps-and-options): Category may contain white space.
29475 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29476 Improve marker positions.
29477 (org-agenda-new-marker): Argument POS made optional.
29478 (org-agenda-get-timestamps): Deadlines which are done are listed
29479 in org-done-face now.
29480 (org-agenda-get-todos, org-agenda-get-timestamps)
29481 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29482 Set `undone-face' and `done-face' properties.
29483 (org-last-todo-state-is-todo): New variable.
29484 (org-todo): Set `org-last-todo-state-is-todo'.
29485 (org-agenda-todo): Change face according to
29486 `org-last-todo-state-is-todo'. And change other lines referring to
29487 the same entry.
29488 (org-calendar-goto-agenda): New command.
29489 (org-calendar-to-agenda-key): New option.
29490 (org-startup-folded): New allowed value `content'.
29491 (org-set-regexps-and-options): Accept new value `content' for
29492 `org-startup-folded'.
29493 (org-get-current-options): Handle new value `content' for
29494 `org-startup-folded'.
29495 (org-insert-todo-heading): New command.
29496 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29497 interactively in empty file and option
29498 `org-insert-mode-line-in-empty-file' has been set.
29499 (org-agenda-todo, org-agenda-priority): Modify to use
29500 `org-agenda-change-all-lines'.
29501 (org-warning-face): Change color on dark background
29502
29503 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29504
29505 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29506 use preferences AppleLocale and AppleLanguages, and variable
29507 mac-system-locale for default locale. On Mac OS Classic, use
29508 mac-system-coding-system for default coding systems.
29509
29510 * term/mac-win.el: Don't set file-name-coding-system.
29511 Decode variables system-name, emacs-build-system, user-login-name, and
29512 user-full-name by mac-system-coding-system on Mac OS Classic.
29513 (mac-system-coding-system): New variable.
29514
29515 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29516
29517 * startup.el (command-line): Handle `xterm-mouse-mode' before
29518 reading init file.
29519
29520 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29521
29522 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29523
29524 * progmodes/sh-script.el (sh-here-document-word): Make it a
29525 defcustom. Doc fix.
29526 (sh-add): Bash uses $(( )) for arithmetic.
29527 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29528 (sh-maybe-here-document): Remove quotes and leading whitespace
29529 from heredoc word when closing. Indent heredoc with tabs if word
29530 starts with "-".
29531
29532 2005-04-13 Richard M. Stallman <rms@gnu.org>
29533
29534 * simple.el (undo): Fix previous change.
29535
29536 * custom.el (defface): Doc fix.
29537
29538 2005-04-13 Lute Kamstra <lute@gnu.org>
29539
29540 * Makefile.in (DONTCOMPILE): Remove list.
29541 (compile, compile-always): Don't use DONTCOMPILE.
29542 (update-authors): Load the library in which batch-update-authors
29543 is defined.
29544 * makefile.w32-in (DONTCOMPILE): Remove list.
29545 (compile, compile-always): Fix comments.
29546 (update-authors): Load the library in which batch-update-authors
29547 is defined.
29548
29549 * generic-x.el (generic-mode-ini-file-find-file-hook):
29550 Rename to ini-generic-mode-find-file-hook.
29551 Keep generic-mode-ini-file-find-file-hook as an alias.
29552 (ini-generic-mode-find-file-hook): Rename from
29553 generic-mode-ini-file-find-file-hook. Fix docstring.
29554 (ini-generic-mode): Docstring change.
29555 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29556
29557 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29558 called from lisp.
29559
29560 * generic.el: Move to the emacs-lisp subdir.
29561
29562 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29563
29564 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29565 and C-S- function and cursor motion keys.
29566
29567 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29568
29569 * startup.el (command-line): Enable Xterm Mouse mode by default.
29570 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29571 for Custom. No longer show "Mouse" in mode line when enabled.
29572 Doc fix.
29573
29574 2005-04-12 Kim F. Storm <storm@cua.dk>
29575
29576 * emulation/cua-base.el (cua-rectangle-face)
29577 (cua-rectangle-noselect-face): Define face attributes here.
29578
29579 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29580
29581 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29582
29583 * startup.el (command-line): Turn off blinking cursor if
29584 cursorBlink in resources is off or false.
29585
29586 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29587
29588 * term/mac-win.el (dnd): Require dnd.
29589 (mac-drag-n-drop): Call dnd-handle-one-url.
29590 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29591 (kTextEncodingISOLatin2): Remove constants.
29592 (mac-script-code-coding-systems): New constant.
29593 (mac-handle-language-change): New function.
29594 (special-event-map): Bind it to `language-change' event.
29595 (mac-centraleurroman, mac-cyrillic): New coding systems.
29596 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29597 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29598 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29599 encode-mac-cyrillic, respectively.
29600
29601 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29602
29603 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29604 Don't set overlay-arrow-string to "=>" as this is done
29605 globally in C now.
29606
29607 2005-04-12 Lute Kamstra <lute@gnu.org>
29608
29609 * generic-x.el (rc-generic-mode, rul-generic-mode):
29610 Fix auto-mode-alist entries.
29611 (etc-fstab-generic-mode): Tweak fontification.
29612
29613 * generic.el (generic-make-keywords-list): Fix docstring.
29614 (generic-mode-internal): Simplify generic-font-lock-keywords.
29615
29616 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29617
29618 * whitespace.el (whitespace-buffer-leading)
29619 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29620 However, fix the highlight area for the leading and
29621 trailing whitespaces to show space.
29622
29623 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29624
29625 * whitespace.el (whitespace-version): Bump to 3.5
29626
29627 (whitespace-buffer-leading, whitespace-buffer-trailing):
29628 Invert sense of the test to highlight the whitespace.
29629
29630 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29631
29632 * progmodes/gud.el (gud-display-line): GUD uses its own
29633 overlay arrow now so don't set overlay-arrow-string.
29634 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29635
29636 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29637
29638 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29639 (term-ansi-current-reverse, term-ansi-current-invisible)
29640 (term-ansi-face-already-done): Change to boolean.
29641 (term-reset-terminal, term-handle-colors-array): Handle the above
29642 vars accordingly.
29643 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29644 (term-emulate-terminal): Use the new name.
29645
29646 * faces.el (secondary-selection): Use yellow1, not yellow.
29647 (trailing-whitespace): Use red1, not red.
29648
29649 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29650
29651 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29652 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29653 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29654
29655 * cus-edit.el (dnd): New group.
29656
29657 * term/w32-win.el (dnd): Require dnd
29658 (w32-drag-n-drop): Call dnd-handle-one-url.
29659
29660 * x-dnd.el: Require dnd.
29661 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29662 Call dnd-handle-one-url.
29663 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29664 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29665 to dnd-insert-text.
29666 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29667 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29668 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29669 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29670
29671 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29672
29673 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29674
29675 * wdired.el: Doc fixes.
29676 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29677 (wdired-use-dired-vertical-movement): Rename from
29678 wdired-always-move-to-filename-beginning.
29679 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29680 (wdired-change-to-wdired-mode): Change mode name.
29681 (wdired-newline): Delete.
29682
29683 2005-04-11 Richard M. Stallman <rms@gnu.org>
29684
29685 * whitespace.el (whitespace-highlight-the-space):
29686 Don't call whitespace-unhighlight-the-space here.
29687
29688 * simple.el (undo): Record t in undo-equiv-table
29689 for the redo record made by an undo-in-region.
29690
29691 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29692
29693 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29694 (gdb-frame-inferior-io-buffer): New Functions to control
29695 display of separate IO buffer.
29696 (menu): Add them to menu-bar.
29697 (gdb-display-buffer): Check for buffer another frame.
29698 Protect GUD buffer.
29699 (gdb-setup-windows): Create IO buffer if not already there.
29700 (gdb-memory-mode): Remove purecopy noops.
29701
29702 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29703
29704 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29705 and pass to self-insert-command.
29706
29707 2005-04-11 Lute Kamstra <lute@gnu.org>
29708
29709 * generic.el: Commentary section cleanup.
29710 (generic): Delete.
29711 (generic-use-find-file-hook, generic-lines-to-scan)
29712 (generic-find-file-regexp, generic-ignore-files-regexp)
29713 (default-generic-mode, generic-mode-find-file-hook)
29714 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29715 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29716 (generic-use-find-file-hook, generic-lines-to-scan)
29717 (generic-find-file-regexp, generic-ignore-files-regexp)
29718 (default-generic-mode, generic-mode-find-file-hook)
29719 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29720
29721 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29722
29723 * bookmark.el (bookmark-write-file): Catch errors writing file.
29724 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29725
29726 2005-04-10 Richard M. Stallman <rms@gnu.org>
29727
29728 * startup.el (fancy-splash-tail): Update copyright year.
29729 (command-line): Split part of -Q into -D.
29730 (emacs-basic-display): New defvar.
29731 (fancy-splash-text): Correct name of menu item.
29732
29733 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29734
29735 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29736 lines in one node.
29737
29738 * comint.el (comint-send-input): New arg ARTIFICIAL.
29739 Callers in this file changed.
29740
29741 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29742
29743 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29744
29745 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29746
29747 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29748 `ldap-search-internal'.
29749
29750 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29751
29752 * files.el (set-auto-mode-1): Use line-end-position.
29753
29754 * international/latin-1.el:
29755 * international/latin-2.el:
29756 * international/latin-3.el:
29757 * international/latin-4.el:
29758 * international/latin-5.el:
29759 * international/latin-8.el:
29760 * international/latin-9.el: Give punctuation syntax to NBSP.
29761
29762 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29763 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29764 Use char-classes to accept non-ascii letters, accepted in some recent
29765 bibtex implementations.
29766
29767 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29768
29769 * custom.el (custom-set-minor-mode): Any non-nil value for the
29770 variable should enable the mode when set through Custom.
29771
29772 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29773
29774 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29775 TAB binding so tab-always-indent is obeyed.
29776 (vhdl-minibuffer-local-map): Move initialization into declaration.
29777 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29778 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29779 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29780 (vhdl-current-line): Use line-beginning-position.
29781 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29782 with-output-to-temp-buffer, so the current position can be recorded.
29783
29784 2005-04-10 Masatake YAMATO <jet@gyve.org>
29785
29786 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29787 Add regexp for gcov.
29788
29789 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29790
29791 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29792 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29793 syntax which Emacs 20 doesn't support.
29794
29795 2005-04-09 Richard M. Stallman <rms@gnu.org>
29796
29797 * help.el (describe-key-briefly, describe-key):
29798 Replace strings as event types with "(any string)".
29799
29800 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29801
29802 * arc-mode.el (archive-mode-map): Move initialization into
29803 the declaration. Override *all* bindings of `undo'.
29804 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29805
29806 2005-04-09 Jay Belanger <belanger@truman.edu>
29807
29808 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29809
29810 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29811
29812 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29813 (xterm-register-default-colors): Update color values computation
29814 to match xterm-200.
29815
29816 2005-04-09 Kenichi Handa <handa@m17n.org>
29817
29818 * international/code-pages.el (iso-latin-7): Fix the map.
29819
29820 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29821
29822 * emacs-lisp/lisp.el (defun-prompt-regexp)
29823 (parens-require-spaces, buffer-end, end-of-defun)
29824 (insert-parentheses): Doc fixes.
29825
29826 2005-04-08 Kim F. Storm <storm@cua.dk>
29827
29828 * comint.el (comint-highlight-prompt): Fix face spec.
29829 * hi-lock.el (hi-green): Likewise.
29830
29831 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29832
29833 * cus-edit.el (custom-modified-face):
29834 * comint.el (comint-highlight-input): Fix previous changes.
29835 * term.el (term-handle-ansi-escape): Add a comment.
29836
29837 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29838
29839 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29840 in the buffer and in whitespace-highlighted-space.
29841 (whitespace-unhighlight-the-space): Simplify.
29842 (whitespace-buffer): Simplify.
29843
29844 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29845
29846 * textmodes/table.el (table-cell-face): Add special case for
29847 displays supporting a high number of colors.
29848 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29849 (vhdl-font-lock-reserved-words-face)
29850 (vhdl-speedbar-architecture-face)
29851 (vhdl-speedbar-instantiation-face)
29852 (vhdl-speedbar-architecture-selected-face)
29853 (vhdl-speedbar-instantiation-selected-face): Likewise.
29854 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29855 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29856 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29857 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29858 (ebrowse-progress-face): Likewise.
29859 * progmodes/compile.el (compilation-info-face): Likewise.
29860 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29861 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29862 * calendar/calendar.el (diary-face): Likewise.
29863 * woman.el (woman-italic-face, woman-bold-face)
29864 (woman-unknown-face): Likewise.
29865 * wid-edit.el (widget-button-pressed-face): Likewise.
29866 * whitespace.el (whitespace-highlight-face): Likewise.
29867 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29868 * pcvs-info.el (cvs-marked-face): Likewise.
29869 * info.el (info-xref): Likewise.
29870 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29871 * hilit-chg.el (highlight-changes-face)
29872 (highlight-changes-delete-face): Likewise.
29873 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29874 (hi-red-b): Likewise.
29875 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29876 * font-lock.el (font-lock-keyword-face)
29877 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29878 * cus-edit.el (custom-invalid-face, custom-modified-face)
29879 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29880 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29881 * comint.el (comint-highlight-prompt): Likewise.
29882
29883 2005-04-08 Lute Kamstra <lute@gnu.org>
29884
29885 * font-lock.el (font-lock-keywords): Docstring fixes.
29886
29887 2005-04-08 Kenichi Handa <handa@m17n.org>
29888
29889 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29890 chars are more than a limit, print " and more..." at the tail.
29891
29892 2005-04-08 Kim F. Storm <storm@cua.dk>
29893
29894 * emacs-lisp/authors.el (authors-aliases): Update list.
29895 (authors-ignored-files): New list.
29896 (authors-fixed-entries): Fix typo.
29897 (authors-renamed-files-alist): Update list.
29898 (authors-add): Check authors-ignored-files.
29899
29900 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29901
29902 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29903 optional, to ensure backward compatibility.
29904
29905 2005-04-08 Stephen Eglen <stephen@gnu.org>
29906
29907 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29908
29909 2005-04-08 Kim F. Storm <storm@cua.dk>
29910
29911 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29912
29913 * mouse.el (mouse-on-link-p): Doc fix.
29914
29915 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29916
29917 * ielm.el (ielm-prompt-read-only): Doc fix.
29918
29919 * comint.el (comint-prompt-read-only): Doc fix.
29920
29921 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29922
29923 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29924 ensure dired always handles wildcards passed to ffap.
29925 (find-file-at-point): Use it.
29926 (ffap-dired-wildcards): Doc fix.
29927
29928 2005-04-07 Juri Linkov <juri@jurta.org>
29929
29930 * simple.el (next-error-overlay-arrow-position): New defvar.
29931 Put "=>" on its property `overlay-arrow-string'. Add it to
29932 `overlay-arrow-variable-list'.
29933
29934 * progmodes/compile.el (compilation-setup):
29935 Set `next-error-overlay-arrow-position' to nil. Also set it to
29936 nil in the local hook `kill-buffer-hook'. Make local variable
29937 `overlay-arrow-string' and set it to "=>".
29938 (compilation-goto-locus): Set BOL position to
29939 `next-error-overlay-arrow-position' instead of
29940 `overlay-arrow-position'.
29941
29942 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29943 locally instead of adding it to the global hook.
29944 (Info-kill-buffer): Move up.
29945
29946 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29947
29948 * term/xterm.el (xterm-standard-colors): Update color values from
29949 xterm-200.
29950
29951 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29952
29953 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29954
29955 * fast-lock.el:
29956 * lazy-lock.el: Move them to the obsolete subdir.
29957
29958 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29959
29960 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29961 (wdired-add-replace-advice): Remove.
29962 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29963
29964 2005-04-06 Kim F. Storm <storm@cua.dk>
29965
29966 * startup.el (command-line): Add --bare-bones alias for -Q.
29967
29968 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29969
29970 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29971 create the startup fontset if a font specification ends with
29972 `mac-roman'.
29973
29974 2005-04-06 Lute Kamstra <lute@gnu.org>
29975
29976 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29977 change.
29978
29979 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29980 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29981
29982 2005-04-05 Lute Kamstra <lute@gnu.org>
29983
29984 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29985 (define-generic-mode): Ditto. Fix debug declaration.
29986
29987 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29988 Put them in the generic-x group.
29989
29990 * calendar/timeclock.el (timeclock): Doc fix.
29991
29992 * generic.el (define-generic-mode): Don't use custom-current-group.
29993 Document default :group value.
29994 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29995 (define-global-minor-mode): Don't use custom-current-group.
29996
29997 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29998
29999 * startup.el (command-line-1): Display startup-echo-area-message
30000 when fancy splash screen is in use.
30001
30002 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30003 (sh-escaped-newline): New face.
30004 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30005 newline, and use sh-escaped-newline face.
30006
30007 * progmodes/tcl.el (tcl-escaped-newline): New face.
30008 (tcl-builtin-list): New variable.
30009 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30010 newlines. Fix keywords subexpression number.
30011
30012 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30013
30014 * textmodes/org.el (org-diary-default-entry): Fix call to
30015 `add-to-diary-entry'.
30016
30017 2005-04-05 Kim F. Storm <storm@cua.dk>
30018
30019 * ediff-init.el: Use (featurep 'xemacs).
30020
30021 2005-04-05 David Ponce <david@dponce.com>
30022
30023 * cus-edit.el (face): Derive from symbol widget. Display sample
30024 of the current face on the fly.
30025 (widget-face-sample-face-get, widget-face-notify): New functions.
30026 (widget-face-value-create): Remove.
30027
30028 * wid-edit.el (widget-field-end): Temporarily remove field
30029 narrowing before to call `get-char-property'.
30030
30031 2005-04-04 Jay Belanger <belanger@truman.edu>
30032
30033 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30034 (math-read-subscripts): New variable.
30035 (math-read-preprocess-string): Process subscripts.
30036
30037 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30038
30039 * comint.el (comint-prompt-read-only): Doc fix.
30040
30041 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30042 `-1'. Doc fix.
30043
30044 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30045
30046 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30047 Change default value to nil.
30048
30049 2005-04-04 Lute Kamstra <lute@gnu.org>
30050
30051 * autorevert.el (auto-revert-mode): Specify :group.
30052 * battery.el (display-battery-mode): Specify :group.
30053 * diff-mode.el (diff-minor-mode): Specify :group.
30054 * font-core.el (font-lock-mode): Specify :group.
30055 * hl-line.el (hl-line-mode): Specify :group.
30056 * iimage.el (iimage): New customization group.
30057 (iimage-mode): Specify :group.
30058 * longlines.el (longlines-mode): Specify :group.
30059 * master.el: Don't require easy-mmode.
30060 (master): New customization group.
30061 (master-mode): Specify :group.
30062 * msb.el (msb-mode): Specify :group.
30063 * reveal.el (reveal-mode): Specify :group.
30064 * simple.el (next-error-follow-minor-mode): Specify :group.
30065 * smerge-mode.el (smerge-mode): Specify :group.
30066 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30067 * emulation/cua-base.el (cua-mode): Specify :group.
30068 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30069 * language/thai-util.el (thai-auto-composition-mode)
30070 (thai-word-mode): Specify :group.
30071 * mail/supercite.el (sc-minor-mode): Specify :group.
30072 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30073 * progmodes/flymake.el (flymake-mode): Specify :group.
30074 * progmodes/glasses.el (glasses-mode): Specify :group.
30075 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30076 * textmodes/enriched.el (enriched-mode): Specify :group.
30077 * textmodes/refill.el (refill-mode): Specify :group.
30078
30079 * add-log.el (change-log-font-lock-keywords): Names in
30080 parenthesized lists can contain spaces.
30081
30082 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30083
30084 * startup.el (fancy-splash-text): Shorten default text of
30085 "Emacs Tutorial" line. Also, if the current language env
30086 indicates an available tutorial file other than TUTORIAL,
30087 extract its title and append it to the line in parentheses.
30088 (fancy-splash-insert): If arg is a thunk, funcall it.
30089
30090 2005-04-04 Jay Belanger <belanger@truman.edu>
30091
30092 * calc.el (calc-language-alist): Add tags to customization type.
30093
30094 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30095
30096 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30097 Doc fix.
30098
30099 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30100
30101 * add-log.el (change-log-font-lock-keywords): The manual
30102 describing a Change Log entry, says: (...) "Aside from these
30103 header lines, every line in the change log starts with a space or
30104 a tab.". The font-lock was not highlighting lines started with
30105 spaces, added support for it.
30106
30107 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30108
30109 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30110 (bibtex-generate-url-list): Update docstring accordingly. Put the
30111 complex example in the docstring.
30112 (bibtex-font-lock-url): Use pop.
30113
30114 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30115
30116 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30117
30118 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30119
30120 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30121
30122 * filesets.el (filesets-set-default): Doc fix.
30123
30124 2005-04-03 Lute Kamstra <lute@gnu.org>
30125
30126 * generic.el (define-generic-mode): Add argument to specify
30127 keywords for defcustom.
30128 (default-generic-mode): Specify :group.
30129
30130 * generic-x.el: Specify :group for all generic modes.
30131
30132 * desktop.el (desktop-no-desktop-file-hook)
30133 (desktop-after-read-hook): Doc fix.
30134
30135 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30136
30137 * simple.el (visible-mode): Use explicit :group keyword.
30138 This changes the group of `visible-mode-hook' from paren-blinking
30139 to editing-basics.
30140
30141 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30142
30143 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30144 mailbox specifications as well as URLs.
30145 (rmail-insert-inbox-text): Remove unused conditional branches.
30146
30147 2005-04-01 Jay Belanger <belanger@truman.edu>
30148
30149 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30150 (calc-gnuplot-print-command): Move definitions to calc.el.
30151
30152 * calc/calc-embed.el (calc-embedded-announce-formula)
30153 (calc-embedded-open-formula, calc-embedded-close-formula)
30154 (calc-embedded-open-word, calc-embedded-close-word)
30155 (calc-embedded-open-plain, calc-embedded-close-plain)
30156 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30157 (calc-embedded-open-mode, calc-embedded-close-mode):
30158 Move definitions to calc.el.
30159
30160 * calc/calc.el (calc-settings-file, calc-language-alist):
30161 Make customizable.
30162 (calc-embedded-announce-formula, calc-embedded-open-formula)
30163 (calc-embedded-close-formula, calc-embedded-open-word)
30164 (calc-embedded-close-word, calc-embedded-open-plain)
30165 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30166 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30167 (calc-embedded-close-mode, calc-gnuplot-name)
30168 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30169 from other files and make customizable.
30170
30171 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30172
30173 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30174 Use buffer-live-p.
30175 (cvs-mode-run): Don't call cvs-update-header here.
30176 (cvs-run-process): Call cvs-update-header.
30177 Use process properties for cvs-postprocess and cvs-buffer so that
30178 the sentinel can behave better if the temp buffer is killed.
30179 Use a pipe rather than a tty, to better handle unexpected prompts.
30180 (cvs-sentinel): Rewrite. Call cvs-update-header.
30181
30182 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30183
30184 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30185 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30186
30187 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30188
30189 * generic.el (define-generic-mode): Add indentation rule.
30190
30191 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30192
30193 * files.el (mode-require-final-newline): Make Custom correctly
30194 report a nil value and allow to set it to nil via Custom.
30195 Doc fix.
30196
30197 2005-04-01 Kenichi Handa <handa@m17n.org>
30198
30199 * international/characters.el: Enable the correct case setting for
30200 dotless-i and dotted-I.
30201
30202 2005-04-01 Kim F. Storm <storm@cua.dk>
30203
30204 * ido.el (ido-file-internal): Fall back to non-ido command if
30205 initial directory is on slow ftp (or tramp) host.
30206
30207 2005-03-31 Richard M. Stallman <rms@gnu.org>
30208
30209 * emacs-lisp/autoload.el (make-autoload):
30210 Handle define-global-minor-mode.
30211
30212 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30213 Rename from easy-mmode-define-global-mode.
30214 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30215
30216 * progmodes/scheme.el (scheme-mode-syntax-table):
30217 Update syntax of | and # for two-character comment syntax.
30218
30219 2005-03-31 Lute Kamstra <lute@gnu.org>
30220
30221 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30222 (define-minor-mode): Call custom-current-group at load-time.
30223
30224 * generic.el (define-generic-mode): Add debug declaration.
30225 Add defcustom for the mode hook.
30226 (generic-mode-internal): Use run-mode-hooks.
30227
30228 2005-03-31 Kim F. Storm <storm@cua.dk>
30229
30230 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30231 (mouse-fixup-help-message): New defun called by show_help_echo
30232 to fixup mouse-2 prefix in help messages when applicable.
30233
30234 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30235
30236 2005-03-31 Kenichi Handa <handa@m17n.org>
30237
30238 * language/thai-word.el (thai-find-word-ends): Pay attention to
30239 the case that we reach the end of buffer.
30240
30241 * textmodes/fill.el (fill-text-properties-at): New function.
30242 (fill-newline): Use fill-text-properties-at instead of
30243 text-properties-at.
30244
30245 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30246
30247 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30248 not comint-quote-filename.
30249
30250 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30251
30252 * help-fns.el (help-with-tutorial): Revert last change.
30253
30254 2005-03-31 Kim F. Storm <storm@cua.dk>
30255
30256 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30257
30258 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30259
30260 * calendar/cal-china.el: Update reference to "Calendrical
30261 Calculations" book; there's a new edition.
30262 * calendar/cal-coptic.el: Likewise.
30263 * calendar/cal-french.el: Likewise.
30264 * calendar/cal-hebrew.el: Likewise.
30265 * calendar/cal-islam.el: Likewise.
30266 * calendar/cal-iso.el: Likewise.
30267 * calendar/cal-julian.el: Likewise.
30268 * calendar/cal-mayan.el: Likewise.
30269 * calendar/cal-persia.el: Likewise.
30270 * calendar/calendar.el: Likewise.
30271 * calendar/holidays.el: Likewise.
30272 * calendar/lunar.el: Likewise.
30273 * calendar/solar.el: Likewise.
30274
30275 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30276 white space from doc string.
30277
30278 2005-03-30 Jay Belanger <belanger@truman.edu>
30279
30280 * calc/calc-help.el (calc-full-help): Remove email address.
30281
30282 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30283
30284 * help-fns.el (help-with-tutorial): Delete title line.
30285
30286 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30287
30288 * calendar/cal-x.el (calendar-one-frame-setup)
30289 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30290 rather than `symbol' for set-window-dedicated-p.
30291
30292 * calendar/appt.el (appt-buffer-name): Make it a constant.
30293 (appt-add): Doc fix.
30294
30295 * filesets.el (filesets-menu-path, filesets-menu-before)
30296 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30297 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30298 (filesets-add-submenu): Delete and use add-submenu instead.
30299
30300 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30301
30302 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30303 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30304 (org-diary-default-entry): New function.
30305 (org-get-entries-from-diary): Better parsing of diary entries.
30306 (org-agenda-check-no-diary): New function.
30307 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30308 linking to diary entries.
30309 (org-agenda-execute-calendar-command): New function.
30310 (org-agenda): Improve visible section in window.
30311 Use `org-fit-agenda-window'.
30312 (org-fit-agenda-window): New option.
30313 (org-move-subtree-down): Better handling of empty lines
30314 at end of subtree.
30315 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30316 levels up.
30317 (org-fontify-done-headline): New option.
30318 (org-headline-done-face): New face.
30319 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30320 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30321 When current field is non-empty, it is copied to next row.
30322 (org-table-copy-from-above): Fix bug which made it
30323 impossible to copy fields containing only a single non-white character.
30324
30325 2005-03-30 Kim F. Storm <storm@cua.dk>
30326
30327 * kmacro.el (kmacro-end-macro): Isearch may store this command
30328 into the macro -- so ignore it when executing keyboard macro.
30329
30330 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30331
30332 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30333
30334 2005-03-29 Kenichi Handa <handa@m17n.org>
30335
30336 * language/thai.el ("Thai"): Set setup-function and exit-function
30337 for Thai language environment.
30338
30339 * language/thai-util.el: Require thai-word.
30340 (thai-word-mode-map): New variable.
30341 (thai-word-mode): New minor mode.
30342 (setup-thai-language-environment-internal): New function.
30343 (exit-thai-language-environment-internal): New function.
30344
30345 * language/thai-word.el (thai-word-table): Declare it by defvar,
30346 use dolist to initialize it.
30347 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30348 (thai-fill-find-break-point): New functions.
30349
30350 2005-03-29 Richard M. Stallman <rms@gnu.org>
30351
30352 * simple.el (idle-update-delay): Move definition up.
30353 (set-mark): Doc fix.
30354
30355 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30356
30357 * longlines.el: New file.
30358
30359 * simple.el (buffer-substring-filters): New variable.
30360 (filter-buffer-substring): New function.
30361 (kill-region, copy-region-as-kill): Use it.
30362
30363 * register.el (copy-to-register, append-to-register)
30364 (prepend-to-register): Use filter-buffer-substring.
30365
30366 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30367
30368 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30369 (gud-filter-pending-text): Move in front of gdb.
30370 (gud-overlay-arrow-position): New variable.
30371 (gud-sentinel, gud-display-line): Use it in place of
30372 overlay-arrow-position.
30373
30374 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30375
30376 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30377 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30378 (fortran-font-lock-keywords-4): New variable.
30379 (fortran-blocks-re, fortran-end-block-re)
30380 (fortran-start-block-re): New constants, for hideshow.
30381 (hs-special-modes-alist): Add a Fortran entry.
30382 (fortran-mode-map): Bind fortran-end-of-block,
30383 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30384 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30385 (fortran-looking-at-if-then, fortran-end-of-block)
30386 (fortran-beginning-of-block): New functions, for hideshow.
30387
30388 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30389 Doc fix. Tweak regexp.
30390 (f90-beginning-of-block): Push mark first.
30391
30392 2005-03-29 Jay Belanger <belanger@truman.edu>
30393
30394 * calc/calc.el: Update copyright date.
30395 (calc-version): Increase to 2.1.
30396 (calc-version-date): Remove.
30397
30398 * calc/calc-help.el: Update copyright date.
30399 (calc-full-help): Remove reference to calc-version-date.
30400 Update copyright date.
30401
30402 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30403
30404 * vc.el (vc-do-command): Use a pipe for async processes, so password
30405 prompts don't show up at places where the user can't reply.
30406
30407 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30408
30409 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30410 on the file name we pass to the inferior shell.
30411
30412 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30413
30414 * progmodes/which-func.el (which-function): Be robust in the face of an
30415 imenu--make-index-alist failure.
30416
30417 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30418
30419 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30420
30421 * progmodes/python.el (python-preoutput-filter): Fix last change.
30422
30423 2005-03-29 Lute Kamstra <lute@gnu.org>
30424
30425 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30426 functions and compiled macros.
30427 (debug-convert-byte-code): Handle macros too.
30428 (debug-on-entry-1): Don't signal an error when trying to clear a
30429 function that is not set to debug on entry.
30430
30431 2005-03-29 Jay Belanger <belanger@truman.edu>
30432
30433 * calc/calc-lang.el: Add functions to math-function-table
30434 properties of tex and math.
30435
30436 2005-03-29 Kenichi Handa <handa@m17n.org>
30437
30438 * ps-mule.el (ps-mule-plot-string): Translate characters by
30439 ps-print-translation-table.
30440 (ps-mule-begin-job): Call find-charset-region/string with
30441 ps-print-translation-table.
30442 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30443
30444 * ps-print.el (ps-print-translation-table): New variable.
30445 (ps-plot-region): Translate characters by ps-print-translation-table.
30446
30447 2005-03-29 Juri Linkov <juri@jurta.org>
30448
30449 * simple.el (next-error-highlight-timer): New variable.
30450
30451 * progmodes/compile.el (compilation-goto-locus):
30452 Use `next-error-highlight-timer' instead of `sit-for'.
30453
30454 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30455
30456 * mail/supercite.el (sc-mail-field): Use assoc-string.
30457 (sc-get-address): Simplify regexps.
30458
30459 * files.el (minibuffer-with-setup-hook): New macro.
30460 (find-file-read-args): Use it to avoid let-binding
30461 minibuffer-with-setup-hook (which breaks turning on/off
30462 file-name-shadow-mode while in the prompt).
30463
30464 * complete.el (PC-read-include-file-name-internal):
30465 Use test-completion.
30466
30467 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30468
30469 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30470
30471 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30472
30473 * window.el (window-buffer-height): Use count-screen-lines.
30474
30475 * progmodes/python.el (python-preoutput-leftover): New var.
30476 (python-preoutput-filter): Use it.
30477 (python-send-receive): Loop until all the result has been received.
30478
30479 2005-03-28 Juri Linkov <juri@jurta.org>
30480
30481 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30482
30483 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30484 "Recover Crashed Session".
30485 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30486 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30487 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30488 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30489 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30490 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30491 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30492 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30493
30494 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30495 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30496 Ediff Sessions", "Toggle use of separate control buffer frame",
30497 "Use separate frame for Ediff control buffer".
30498
30499 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30500 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30501 "Rename Bookmark", "Delete Bookmark".
30502
30503 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30504 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30505 Add `:active Info-index-alternatives' to "Next Matching Item".
30506
30507 * wdired.el (wdired-change-to-wdired-mode):
30508 Mention `wdired-abort-changes' key in the initial message.
30509
30510 * international/mule.el (auto-coding-alist): Associate non-ascii
30511 image filename extensions with `no-conversion'.
30512
30513 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30514
30515 * international/iso-acc.el:
30516 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30517
30518 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30519
30520 * textmodes/sgml-mode.el (html-mode): Doc update.
30521
30522 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30523
30524 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30525
30526 * term.el (term-move-columns): Fix face after extending a line.
30527 (term-insert-spaces): Likewise.
30528 (term-reset-terminal): Fix off by one error.
30529
30530 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30531
30532 * international/mule.el (auto-coding-alist): Add .xpi files.
30533
30534 * files.el (auto-mode-alist): Add .xpi files.
30535
30536 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30537
30538 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30539
30540 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30541
30542 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30543
30544 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30545
30546 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30547 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30548
30549 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30550 cursor to Jan 1 when needed.
30551 (calendar-end-of-year): Fix -/+ typo.
30552 Reported by Chong Yidong <cyd@stupidchicken.com>.
30553
30554 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30555
30556 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30557
30558 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30559 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30560
30561 2005-03-25 Richard M. Stallman <rms@gnu.org>
30562
30563 * filesets.el (filesets-init): Add autoload.
30564
30565 * mail/mailalias.el (mail-directory): Doc fix.
30566
30567 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30568
30569 * mail/mailalias.el (mail-directory-process): Do nothing if
30570 mail-directory-process is an atom.
30571 (mail-get-names): Ignore mail-directory-names if it is an atom.
30572 (mail-directory-process defvar): Doc fix.
30573 (mail-names): Doc fix.
30574
30575 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30576
30577 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30578
30579 2005-03-26 Kenichi Handa <handa@m17n.org>
30580
30581 * international/mule-util.el (detect-coding-with-priority):
30582 Call update-coding-systems-internal before detect-coding-region.
30583
30584 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30585
30586 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30587 (gdb-frames-mode-map): Add follow-link property.
30588
30589 2005-03-25 Jay Belanger <belanger@truman.edu>
30590
30591 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30592 for variables.
30593
30594 2005-03-25 Juri Linkov <juri@jurta.org>
30595
30596 * image-mode.el: Optimize image filename extension regexps in
30597 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30598 in `auto-mode-alist'.
30599 (image-mode): Add `image-toggle-display-text' to local hook
30600 `change-major-mode-hook'. Display the image as an image by
30601 default. Set `cursor-type' and `truncate-lines' if the image
30602 is already displayed. Take into account the current mode (image
30603 or text) in message.
30604 (image-minor-mode): New minor mode.
30605 (image-mode-maybe, image-toggle-display-text): New functions.
30606 (image-toggle-display): Use called-interactively-p.
30607 Let-bind `inhibit-read-only' to t.
30608
30609 * image-mode.el (image-minor-mode): Set `cursor-type' and
30610 `truncate-lines' if the image is already displayed. Add turning
30611 image-minor-mode off to `change-major-mode-hook'. Add message.
30612 Call `image-toggle-display-text' after turning image-minor-mode off.
30613
30614 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30615
30616 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30617 Terminal.app, use utf-8.
30618 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30619 (set-locale-environment): Use it.
30620
30621 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30622
30623 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30624
30625 * progmodes/python.el (python-close-block-statement-p)
30626 (python-outdent-p, python-current-defun): Use symbol-end.
30627
30628 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30629
30630 * files.el (save-some-buffers): Doc fix.
30631
30632 2005-03-25 Werner Lemberg <wl@gnu.org>
30633
30634 * complete.el, thumbs.el: Replace `legal' with `valid'.
30635 * calendar/calendar.el: Replace `legal' with `valid'.
30636 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30637 * mail/supercite.el: Replace `legal' with `valid'.
30638 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30639 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30640 Replace `legal' with `valid'.
30641 * textmodes/reftex-vars.el, textmodes/reftex.el:
30642 Replace `legal' with `valid'.
30643
30644 2005-03-25 Werner Lemberg <wl@gnu.org>
30645
30646 * calc/calc-forms.el, calc/calc-sel.el
30647 * midnight.el, vc-cvs.el
30648 * emacs-lisp/cl-macs.el
30649 * emulation/vip.el
30650 * eshell/esh-io.el, eshell/esh-var.el
30651 * mail/supercite.el
30652 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30653 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30654 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30655 * progmodes/sh-script.el, progmodes/xscheme.el
30656 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30657 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30658 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30659 * textmodes/reftex.el, textmodes/org.el:
30660 Replace `illegal' with `invalid'.
30661
30662 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30663
30664 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30665 (flymake-find-buildfile, flymake-find-possible-master-files)
30666 (flymake-check-include, flymake-parse-line): Replace loops over the
30667 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30668
30669 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30670 Substitute file-name-as-directory in the rest of the file.
30671 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30672 (flymake-replace-region): Remove unused arg `buffer'.
30673 (flymake-check-patch-master-file-buffer): Update calls to it.
30674 (flymake-add-err-info): Remove unused var `count'.
30675 (flymake-mode): Use define-minor-mode.
30676
30677 * progmodes/flymake.el: Use with-current-buffer.
30678 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30679 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30680 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30681 Avoid testing for `xemacs'.
30682 (flymake-nop): Move.
30683 (flymake-region-has-flymake-overlays): Return the computed value.
30684 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30685 Remove unused var `endline'.
30686 (flymake-get-line-count): Remove unused function.
30687 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30688
30689 * emulation/vi.el:
30690 * generic.el:
30691 * hilit-chg.el (global-highlight-changes):
30692 * hi-lock.el (hi-lock-mode):
30693 * follow.el: find-file-hooks -> find-file-hook.
30694
30695 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30696
30697 2005-03-24 Juri Linkov <juri@jurta.org>
30698
30699 * dired.el (dired-mode-map): Add menu item "Compare directories"
30700 for dired-compare-directories.
30701
30702 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30703 Doc fix. Replace `read-file-name' with `read-directory-name'.
30704
30705 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30706
30707 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30708
30709 2005-03-24 Jay Belanger <belanger@truman.edu>
30710
30711 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30712 relevant mode settings in calc-embedded-original-modes when modes
30713 are permanently changed.
30714
30715 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30716
30717 * autoinsert.el: find-file-hooks -> find-file-hook.
30718
30719 2005-03-24 Lute Kamstra <lute@gnu.org>
30720
30721 * generic.el (generic-font-lock-defaults): Make it obsolete.
30722 (generic-font-lock-keywords): New variable to replace
30723 generic-font-lock-defaults.
30724 (generic-mode-set-font-lock): Delete it.
30725 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30726 (generic-bracket-support): Add docstring.
30727
30728 * generic-x.el: Rename generic-font-lock-defaults to
30729 generic-font-lock-keywords throughout.
30730 (mailagent-rules-setup-function): Delete it.
30731 (mailagent-rules-generic-mode): Use anonymous function instead.
30732 (show-tabs-generic-mode-font-lock-defaults-1)
30733 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30734 Quote faces.
30735 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30736 not foreground.
30737
30738 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30739 Recognize define-generic-mode.
30740
30741 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30742
30743 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30744 if there's no completion table.
30745
30746 2005-03-23 Miles Bader <miles@gnu.org>
30747
30748 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30749 Remove tty-specific variants, as they're no longer needed.
30750
30751 2005-03-23 Lute Kamstra <lute@gnu.org>
30752
30753 * generic-x.el: Code cleanup: make args constant whenever possible.
30754 (installshield-statement-keyword-list)
30755 (installshield-system-functions-list)
30756 (installshield-system-variables-list, installshield-types-list)
30757 (installshield-funarg-constants-list): Make them constants.
30758
30759 * generic.el (generic-make-keywords-list): Add autoload cookie.
30760
30761 * calendar/time-date.el: Add comment on time value formats.
30762 Don't require parse-time.
30763 (with-decoded-time-value): New macro.
30764 (encode-time-value): New function.
30765 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30766 (days-to-time): Return a valid time value when arg is huge.
30767 (time-since): Use time-subtract.
30768 (time-to-number-of-days): Use time-to-seconds.
30769
30770 2005-03-23 David Ponce <david@dponce.com>
30771
30772 * recentf.el (recentf-keep): New option.
30773 (recentf-menu-action): Default to `find-file'.
30774 (recentf-keep-non-readable-files-flag)
30775 (recentf-keep-non-readable-files-p)
30776 (recentf-file-readable-p, recentf-find-file)
30777 (recentf-cleanup-remote): Remove.
30778 (recentf-include-p): More robust.
30779 (recentf-keep-p): New function.
30780 (recentf-remove-if-non-kept): Rename from
30781 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30782 All callers updated.
30783 (recentf-menu-items-for-commands): Fix help string.
30784 (recentf-track-closed-file): Update. Doc fix.
30785 (recentf-cleanup): Update. Count removed files. Doc fix.
30786
30787 2005-03-23 Kim F. Storm <storm@cua.dk>
30788
30789 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30790 Don't inherit from fringe face (now happens automatically).
30791
30792 2005-03-22 Kim F. Storm <storm@cua.dk>
30793
30794 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30795 position values.
30796
30797 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30798
30799 * menu-bar.el (showhide-date-time): Remove.
30800 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30801 (menu-bar-make-mm-toggle): Simplify.
30802
30803 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30804
30805 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30806 Accept qualified variable and function names.
30807
30808 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30809
30810 * bindings.el (completion-ignored-extensions):
30811 Remove ".lis" for `vax-vms'.
30812
30813 2005-03-22 Andreas Schwab <schwab@suse.de>
30814
30815 * generic-x.el: Revert last change.
30816 * ldefs-boot.el: Update.
30817
30818 2005-03-22 Jay Belanger <belanger@truman.edu>
30819
30820 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30821 (calc-embedded-save-original-modes)
30822 (calc-embedded-restore-original-modes): New functions.
30823 (calc-do-embedded): Save original modes when entering embedded mode
30824 and restore when leaving embedded mode.
30825 (calc-embedded-modes-change): Change the value of
30826 calc-embedded-original-modes to reflect permanent changes.
30827
30828 2005-03-22 Lute Kamstra <lute@gnu.org>
30829
30830 * generic-x.el: Require generic again.
30831
30832 2005-03-22 Miles Bader <miles@gnu.org>
30833
30834 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30835 Tweak details to look good on both ttys and bitmap displays, light
30836 or dark background, etc.
30837
30838 2005-03-21 Kim F. Storm <storm@cua.dk>
30839
30840 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30841 mouse position.
30842
30843 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30844
30845 * icomplete.el: Don't forcibly turn on the mode upon load.
30846 (icomplete-mode): Use define-minor-mode.
30847 (icomplete-eoinput): Default to nil.
30848 (icomplete-minibuffer-setup): Remove autoload.
30849 (icomplete-tidy): Simplify.
30850 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30851 in the initial state or if the user has modified the field.
30852 Fix handling of icomplete-max-delay-chars.
30853 Remove code that handles the oddball case where
30854 minibuffer-completion-table is an integer.
30855 Wrap icomplete-completions in while-no-input in case building
30856 completions takes more time than expected.
30857 (icomplete-completions): Simplify.
30858
30859 2005-03-21 Richard M. Stallman <rms@gnu.org>
30860
30861 * jka-compr.el (jka-compr-really-do-compress):
30862 Make variable buffer-local.
30863
30864 * image-mode.el: Handle .xpm files too.
30865 (image-toggle-display): Preserve modification flag.
30866
30867 * help.el (where-is): Don't mention aliases with no key bindings.
30868
30869 2005-03-21 Lute Kamstra <lute@gnu.org>
30870
30871 * generic.el: Fix commentary section. Don't require cl for
30872 compilation.
30873 (generic-mode-list): Add autoload cookie.
30874 (generic-use-find-file-hook, generic-lines-to-scan)
30875 (generic-find-file-regexp, generic-ignore-files-regexp)
30876 (generic-mode, generic-mode-find-file-hook)
30877 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30878 (define-generic-mode): Make it a defmacro. Fix docstring.
30879 (generic-mode-internal): Code cleanup. Add autoload cookie.
30880 (generic-mode-set-comments): Code cleanup.
30881 * generic-x.el: Don't prevent compilation. Don't require generic.
30882 Follow coding conventions. Minor code cleanup.
30883 (etc-fstab-generic-mode): Add some keywords.
30884 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30885 define-generic-mode like a function declaration.
30886
30887 2005-03-21 Jay Belanger <belanger@truman.edu>
30888
30889 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30890 changing modes.
30891
30892 2005-03-21 Sam Steingold <sds@gnu.org>
30893
30894 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30895
30896 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30897
30898 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30899 Add underscore to "f$ lexicals" regexp.
30900
30901 2005-03-20 Juri Linkov <juri@jurta.org>
30902
30903 * subr.el (progress-reporter-do-update): When `min-value' is equal
30904 to `max-value', set `percentage' to 0 and prevent division by zero.
30905
30906 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30907
30908 Sync with Tramp 2.0.48.
30909
30910 * net/tramp.el (all): Change all addresses to .gnu.org.
30911 (tramp-append-tramp-buffers): New defun.
30912 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30913 Catch `dont-send' signal.
30914 (tramp-set-auto-save-file-modes): Set always permissions, because
30915 there might be an old auto-saved file belonging to another
30916 original file. This could be a security threat. Reported by
30917 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30918 Check for Emacs 21.3.50 removed.
30919
30920 * net/tramp-smb.el (all): Remove debug construct for
30921 `with-parsed-tramp-file-name'.
30922 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30923 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30924 No error message if DIRECTORY or FILENAME doesn't exist.
30925 (tramp-smb-open-connection): Check existence of
30926 `tramp-smb-program'.
30927
30928 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30929
30930 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30931 Properly handle the case where the `m' or `s' command's argument is not
30932 yet terminated.
30933 (perl-indent-new-calculate): New function.
30934 (perl-indent-line): Use it.
30935
30936 2005-03-20 Miles Bader <miles@gnu.org>
30937
30938 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30939 in text-mode too. Change to new face names.
30940 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30941 Add `:weight bold' attribute.
30942 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30943
30944 2005-03-19 Juri Linkov <juri@jurta.org>
30945
30946 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30947
30948 * international/mule.el (auto-coding-alist): Sync with
30949 `auto-mode-alist' by adding upper case archive file extensions
30950 and adding ear/war to jar extension.
30951
30952 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30953
30954 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30955 running, restart it.
30956
30957 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30958
30959 * finder.el (finder-current-item): Throw an error on an empty line.
30960
30961 * man.el (Man-follow-manual-reference): If current-word returns
30962 nil, use "".
30963
30964 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30965
30966 * simple.el (goto-line): Doc fix.
30967
30968 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30969
30970 * files.el (save-buffer): Doc fix.
30971
30972 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30973
30974 * recentf.el (recentf-cleanup-remote): New variable.
30975 (recentf-cleanup): Use it to conditionally check availability of
30976 remote files.
30977
30978 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30979
30980 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30981 function names.
30982
30983 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30984
30985 * language/thai-word.el: New file.
30986
30987 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30988
30989 * files.el (backup-buffer): If the file's directory is not
30990 writable, use copy instead of move to backup the file.
30991
30992 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30993
30994 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30995
30996 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30997
30998 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30999 Use functionp instead of symbolp and fboundp. Reported by Drkm
31000 <darkman_spam@yahoo.fr>.
31001 (ps-print-version): New version 6.6.6.
31002
31003 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31004
31005 * textmodes/table.el (table--line-column-position): New idiom.
31006 (table--row-column-insertion-point-p): New function to test
31007 validity of row and column insertion operation at a location.
31008 (table-global-menu, table-cell-menu): Use above functions for
31009 deterministic test operation.
31010 (table--editable-cell-p): Behave in deterministic fashion.
31011
31012 2005-03-18 Juri Linkov <juri@jurta.org>
31013
31014 * isearch.el (isearch-lazy-highlight-new-loop):
31015 Make arguments beg and end optional.
31016 (isearch-update): Remove optional arguments nil from
31017 isearch-lazy-highlight-new-loop.
31018 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31019 isearch-lazy-highlight-case-fold-search instead of
31020 isearch-case-fold-search, and let-bind isearch-regexp to
31021 isearch-lazy-highlight-regexp.
31022 Use isearch-lazy-highlight-last-string instead of isearch-string.
31023
31024 * replace.el (perform-replace): Remove bindings of global
31025 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31026 Add three new arguments to `replace-highlight'.
31027 (replace-highlight): Add arguments string, regexp, case-fold.
31028 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31029 to allow isearch-lazy-highlight-new-loop to use these values
31030 to set corresponding isearch-lazy-highlight-* internal
31031 variables whose values lazy highlighting will use regardless of
31032 changes to global variables isearch-string, isearch-regexp,
31033 isearch-case-fold-search during lazy highlighting loop.
31034 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31035 to `lazy-highlight-cleanup'.
31036
31037 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31038 (ispell-highlight-face): Set default face to `isearch' when
31039 lazy highlighting is enabled.
31040 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31041 priority to 1. Add lazy highlighting.
31042 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31043 from `isearch-dehighlight'.
31044
31045 2005-03-18 David Ponce <david@dponce.com>
31046
31047 * files.el (hack-local-variables): Do a case-insensitive search
31048 for End.
31049
31050 2005-03-18 Juri Linkov <juri@jurta.org>
31051
31052 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31053 `isearch-lazy-highlight-cleanup', add alias to old name and
31054 declare obsolete. Add release numbers to other obsolete vars.
31055 (isearch-done, isearch-lazy-highlight-new-loop):
31056 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31057 (lazy-highlight-cleanup) <variable>: Doc fix.
31058 (isearch-lazy-highlight-update): Rename obsolete
31059 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31060
31061 2005-03-18 Kenichi Handa <handa@m17n.org>
31062
31063 * language/thai-util.el: Fix categorization of Thai characters in
31064 thai-category-table.
31065 (thai-composition-pattern): Adjust it for the above change.
31066 (thai-self-insert-command, thai-compose-syllable): New functions.
31067 (thai-compose-region): Use thai-compose-syllable.
31068 (thai-compose-string): Likewise.
31069 (thai-composition-function): Likewise.
31070 (thai-auto-composition): New function.
31071 (thai-auto-composition-mode): New minor mode.
31072
31073 * language/thai.el: Fix patterns to be registered in
31074 composition-function-table.
31075
31076 * international/quail.el (quail-input-method): Locally bind
31077 inhibit-modification-hooks to t.
31078
31079 2005-03-17 Richard M. Stallman <rms@gnu.org>
31080
31081 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31082 (perl-mode): Use run-mode-hooks.
31083
31084 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31085 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31086 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31087
31088 * mail/sendmail.el (sendmail-send-it): Reenable the code
31089 to compute resend-to-address and use it.
31090
31091 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31092
31093 * image-mode.el: New file.
31094
31095 * image.el (insert-sliced-image): Add autoload cookie.
31096
31097 * font-lock.el (font-lock-lines-before): New user option.
31098 (font-lock-after-change-function): Obey it.
31099
31100 * bindings.el (esc-map): Make M-g a prefix.
31101 Bind M-g g and M-g M-g to goto-line.
31102
31103 * faces.el (face-id): Doc fix.
31104
31105 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31106
31107 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31108 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31109 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31110
31111 * mail/sendmail.el (mail-yank-ignored-headers)
31112 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31113 Add Mail-Followup-To and Mail-Reply-To headers.
31114 (mail-citation-hook): Add autoload cookie.
31115 (mail-mode): Doc fix.
31116 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31117 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31118 (mail-mode-fill-paragraph): Handle those headers.
31119 (mail-mailing-lists): New variable.
31120 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31121
31122 2005-03-17 Juri Linkov <juri@jurta.org>
31123
31124 * isearch.el (isearch-fallback): Check for `(car previous)'
31125 before calling `isearch-other-end-state'.
31126
31127 2005-03-17 Kim F. Storm <storm@cua.dk>
31128
31129 * simple.el (move-beginning-of-line): Move to beginning of buffer
31130 line, as well as beginning of screen line.
31131
31132 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31133
31134 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31135 argument REDRAW rather than calendar-redrawing variable.
31136 * calendar/calendar.el (calendar-redrawing): Delete.
31137 (redraw-calendar): Do not bind calendar-redrawing.
31138
31139 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31140
31141 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31142 diary-file buffer.
31143
31144 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31145
31146 * help.el (describe-mode): Allow a :minor-mode-function property to
31147 specify a different minor mode toggle function than the variable.
31148 * simple.el (auto-fill-function):
31149 * subr.el (add-minor-mode): Use it.
31150
31151 2005-03-16 Kenichi Handa <handa@m17n.org>
31152
31153 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31154 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31155 (ethio-fidel-to-sera-buffer): Likewise.
31156
31157 2005-03-16 Juri Linkov <juri@jurta.org>
31158
31159 * emacs-lisp/find-func.el (find-function-regexp):
31160 Add defun-emitting macro `menu-bar-make-toggle'.
31161
31162 * isearch.el: Put `isearch-scroll' property to
31163 `split-window-horizontally'.
31164
31165 * info.el: Update error messages for `debug-ignored-errors'.
31166 (Info-isearch-search): Doc fix.
31167 (Info-find-node): Move up code to go into info buffer before
31168 recording the node to the history.
31169 (Info-fontify-node): Fontify titles only if the next line
31170 has two or more `*', `=', `-', `.'.
31171 Display "go to this node" for empty (match-string 3).
31172
31173 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31174
31175 * term/mac-win.el: Add mouse pointer shape constants.
31176
31177 2005-03-15 Kim F. Storm <storm@cua.dk>
31178
31179 * simple.el (move-beginning-of-line): Use vertical-motion.
31180
31181 2005-03-15 Juri Linkov <juri@jurta.org>
31182
31183 * isearch.el (isearch-error): New variable.
31184 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31185 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31186 (isearch-within-brackets-state): Remove.
31187 (isearch-case-fold-search-state, isearch-pop-fun-state):
31188 Decrease frame index.
31189 (isearch-mode, isearch-top-state, isearch-push-state)
31190 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31191 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31192 (isearch-search, isearch-lazy-highlight-new-loop):
31193 Replace `isearch-invalid-regexp' with `isearch-error'.
31194 Remove `isearch-within-brackets'.
31195 (isearch-search): Add `search-failed' handler to `condition-case'.
31196 (isearch-lazy-highlight-search): Add `condition-case' to catch
31197 errors and allow `isearch-lazy-highlight-update' to try
31198 highlighting from the beginning of the window.
31199 (isearch-repeat): Move up code to set isearch-wrapped to t
31200 before calling isearch-wrap-function.
31201
31202 * info.el (Info-isearch-initial-node): New internal variable.
31203 (Info-search): Signal an error in isearch mode when search leaves
31204 the initial node. Signal an error when `bound' is non-nil and
31205 nothing was found in the current subfile.
31206 (Info-isearch-search): Remove `condition-case'.
31207 (Info-isearch-wrap): Don't wrap when search failed during leaving
31208 the initial node. If `Info-isearch-search' is nil, wrap around
31209 the current node.
31210 (Info-isearch-start): New fun.
31211 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31212 `isearch-mode-hook'.
31213
31214 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31215
31216 * simple.el (normal-erase-is-backspace): Set default to t if
31217 running on Mac.
31218
31219 * term/mac-win.el (function-key-map): Sync with x-win.el.
31220
31221 2005-03-15 Kenichi Handa <handa@m17n.org>
31222
31223 * international/mule-cmds.el (locale-language-names): Modify the
31224 format of elements and add more entries.
31225 (locale-preferred-coding-systems): Add more entries.
31226 (set-locale-environment): Adjust for the change of
31227 locale-language-names.
31228
31229 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31230
31231 * pcvs.el (smerge-ediff): Remove bogus autoload.
31232
31233 2005-03-14 Lute Kamstra <lute@gnu.org>
31234
31235 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31236 Ignore a `*' at the beginning of a line.
31237
31238 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31239 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31240 subr.el.
31241 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31242 to specify indentation.
31243
31244 * generic.el (define-generic-mode): Let generic-mode-list be a
31245 list of strings; test membership with equal.
31246
31247 2005-03-14 Kim F. Storm <storm@cua.dk>
31248
31249 * simple.el (next-line, previous-line): Add optional try-vscroll
31250 arg to recognize interactive use. Pass it on to line-move.
31251 (line-move): Don't perform auto-window-vscroll when defining or
31252 executing keyboard macro to ensure consistent behavior.
31253
31254 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31255
31256 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31257
31258 2005-03-13 Lute Kamstra <lute@gnu.org>
31259
31260 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31261 debugger-setup-buffer so that backtrace marks the frames set to
31262 debug-on-exit and we don't have to do it manually. Set an extra
31263 debug-on-exit for macro's.
31264 (debugger-setup-buffer): Don't mark the top frame manually.
31265
31266 2005-03-12 Lute Kamstra <lute@gnu.org>
31267
31268 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31269 lisp-indent-function throughout.
31270 (with-no-warnings): Set lisp-indent-function property.
31271
31272 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31273
31274 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31275 Add entry for backslash.
31276
31277 2005-03-12 Juri Linkov <juri@jurta.org>
31278
31279 * info.el (Info-search): Four fixes for backward search.
31280
31281 2005-03-11 Jay Belanger <belanger@truman.edu>
31282
31283 * calc/calc.el (calc-language-alist): New variable.
31284 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31285 (calc-embedded-find-modes): Use calc-language-alist instead of
31286 calc-embedded-language-alist.
31287
31288 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31289
31290 * calendar/calendar.el (calendar-redrawing): New internal
31291 variable.
31292 (redraw-calendar): Remove bogus save-excursion from previous
31293 change. Bind calendar-redrawing to t for mark-diary-entries.
31294 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31295 calendar if that is why we were called.
31296
31297 2005-03-11 Kenichi Handa <handa@m17n.org>
31298
31299 * international/mule.el (make-coding-system): Set property
31300 coding-system-define-form to nil.
31301 (define-coding-system-alias): Likewise.
31302
31303 2005-03-11 Kenichi Handa <handa@m17n.org>
31304
31305 These changes are suggested by Dave Love <fx@gnu.org>.
31306
31307 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31308 coding: tag.
31309 (adaptive-fill-regexp): Add more bullets.
31310 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31311 regexps.
31312
31313 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31314
31315 * help.el (describe-mode): Properly handle non-trivial lighters.
31316 Don't ignore minor modes that are not listed in minor-mode-list.
31317
31318 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31319 feature ON when the user requests to turn it OFF.
31320
31321 2005-03-10 Lute Kamstra <lute@gnu.org>
31322
31323 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31324 (implement-debug-on-entry): New function to replace debug-entry-code.
31325 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31326 second argument as the 2005-03-07 change makes it obsolete.
31327 (debug-on-entry, cancel-debug-on-entry): Update call to
31328 debug-on-entry-1.
31329 (debug, debugger-setup-buffer): Comment update.
31330 (debugger-frame-number): Update to work with implement-debug-on-entry.
31331
31332 2005-03-10 Jay Belanger <belanger@truman.edu>
31333
31334 * calc/calc-embed.el (math-ms-args): Declare it.
31335 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31336 math-ms-args.
31337 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31338 variables.
31339
31340 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31341
31342 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31343 Use message-box.
31344
31345 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31346 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31347 (tooltip-gud-tips): Simplify.
31348 (tooltip-gud-tips-p): Remove superfluous :set.
31349 (tooltip-gud-modes): Add fortran-mode.
31350 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31351
31352 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31353
31354 2005-03-09 Kim F. Storm <storm@cua.dk>
31355
31356 * play/animate.el (animate-place-char): Use forward-line instead
31357 of next-line to improve performance.
31358
31359 2005-03-09 Simon Josefsson <jas@extundo.com>
31360
31361 * net/browse-url.el (browse-url-default-browser): Doc fix.
31362
31363 2005-03-09 Miles Bader <miles@gnu.org>
31364
31365 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31366 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31367
31368 2005-03-09 Kenichi Handa <handa@m17n.org>
31369
31370 * international/latin-1.el: Set case and syntax for 255 only if
31371 set-case-syntax-set-multibyte is nil.
31372
31373 * textmodes/ispell.el (ispell-insert-word): New function.
31374 (ispell-word): Use ispell-insert-word to insert a new word.
31375 (ispell-process-line): Likewise.
31376 (ispell-complete-word): Likewise.
31377
31378 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31379
31380 * calendar/calendar.el (redraw-calendar): Preserve point.
31381 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31382 (calendar-week-start-day): Move after definition of
31383 redraw-calendar. Delete buffer test, since redraw-calendar has
31384 that now.
31385
31386 * calendar/diary-lib.el (mark-diary-entries): Only call
31387 redraw-calendar in the first of any recursive calls.
31388 Reported by Alan Shutko <ats@acm.org>.
31389
31390 2005-03-08 Juri Linkov <juri@jurta.org>
31391
31392 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31393 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31394 (html-radio-buttons): Add a space before the trailing `/>' where
31395 sgml-xml-mode is non-nil.
31396 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31397 the subsequent tag of the empty XML tag.
31398 (html-href-anchor): Don't set initial input to "http:".
31399 (html-image): Ask for the image URL and set point inside alt="".
31400 (html-name-anchor): Duplicate the name in the `id' attribute when
31401 sgml-xml-mode is non-nil.
31402 (html-paragraph): Remove \n before <p>.
31403 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31404 instead of `checked' when sgml-xml-mode is non-nil.
31405
31406 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31407 Remove 1 space before #RRGGBB to not truncate it on terminal
31408 windows w/o fringes. Remove 1 space between bg and fg examples
31409 to get more space.
31410 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31411 avoid byte-compile warnings.
31412
31413 * image-file.el (image-file-handler): Put `safe-magic' property to
31414 `image-file-handler'.
31415
31416 * info.el (Info-isearch-search): Emulate word search in
31417 isearching through multiple Info nodes with Info-search.
31418 (Info-isearch-wrap): Allow isearch-word.
31419
31420 2005-03-08 Lute Kamstra <lute@gnu.org>
31421
31422 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31423 stepping into the debugger's code is not possible.
31424 (debugger-jumping-flag): Docstring update.
31425
31426 2005-03-08 Jay Belanger <belanger@truman.edu>
31427
31428 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31429 embedded mode begins.
31430 (calc-embedded-language-alist): New variable.
31431 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31432 set default language mode.
31433
31434 2005-03-08 Kenichi Handa <handa@m17n.org>
31435
31436 * international/ccl.el (define-ccl-program): Fix docstring about
31437 extra 256 bytes assured for the output buffer.
31438
31439 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31440 Fix BUFFER_MAGNIFICATION to 2.
31441 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31442
31443 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31444
31445 * align.el (align-rules-list): Added an alignment rule for CSS
31446 declarations (applies to css-mode and html-mode buffers).
31447
31448 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31449
31450 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31451
31452 2005-03-07 Kim F. Storm <storm@cua.dk>
31453
31454 * simple.el (move-beginning-of-line): New command.
31455
31456 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31457
31458 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31459
31460 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31461 and move-beginning-of-line.
31462
31463 * apropos.el (apropos-print): Omit command from M-x ... RET.
31464
31465 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31466
31467 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31468 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31469
31470 2005-03-06 Richard M. Stallman <rms@gnu.org>
31471
31472 * bindings.el (esc-map): Bind M-g to goto-line.
31473
31474 * facemenu.el (global-map): Bind M-o, not M-g.
31475
31476 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31477
31478 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31479 "Open Directory" as for "Open File".
31480
31481 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31482
31483 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31484 (push-mark-command): Run activate-mark-hook.
31485
31486 2005-03-06 Richard M. Stallman <rms@gnu.org>
31487
31488 * help-mode.el (help-mode-finish): Don't alter the element
31489 in view-return-to-alist if there already is one.
31490
31491 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31492 make sure the current buffer is the expected one.
31493
31494 * novice.el (disabled-command-function): Output in *Disabled Command*.
31495 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31496
31497 * textmodes/flyspell.el (flyspell-large-region):
31498 Pass args differently for aspell.
31499
31500 * files.el (mode-require-final-newline): Doc fix.
31501
31502 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31503
31504 * progmodes/which-func.el (which-function):
31505 Specify NOERROR when calling imenu--make-index-alist.
31506
31507 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31508
31509 * simple.el (normal-erase-is-backspace): Define default value.
31510
31511 * custom.el (custom-theme-set-variables): Remove unused var
31512 `immediate'.
31513 (custom-reevaluate-setting): Simple function to handle variables
31514 that are defined before their default value can really be
31515 computed.
31516
31517 * startup.el (command-line): Use it for temporary-file-directory,
31518 small-emporary-file-directory, auto-save-file-name-transforms,
31519 blink-cursor-mode, and normal-erase-is-backspace.
31520
31521 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31522 progress, even with buggy anchored keywords.
31523
31524 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31525
31526 * simple.el (goto-line): Remove unbalanced final parenthesis.
31527
31528 2005-03-05 Richard M. Stallman <rms@gnu.org>
31529
31530 * simple.el (goto-line): Use a number at point as the default.
31531 With C-u as arg, switch buffers.
31532
31533 2005-03-05 Juri Linkov <juri@jurta.org>
31534
31535 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31536 with `no-blinking-cursor'.
31537
31538 * startup.el (no-blinking-cursor): New defvar.
31539 (command-line): Add `--no-blinking-cursor' to longopts.
31540 Set `no-blinking-cursor' to t for command line arguments
31541 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31542 with `no-blinking-cursor' in the condition for calling
31543 `blink-cursor-mode'.
31544
31545 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31546
31547 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31548 (menu-bar-options-save): Add blink-cursor-mode.
31549 (menu-bar-options-menu): Add blink-cursor-mode.
31550
31551 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31552
31553 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31554 (icalendar-export-file, icalendar-export-region)
31555 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31556 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31557
31558 2005-03-04 Lute Kamstra <lute@gnu.org>
31559
31560 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31561 (debug-function-list): Ditto.
31562
31563 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31564
31565 * textmodes/texinfmt.el (texinfo-append-refill):
31566 Redefine the types of line to which @refill
31567 is not appended by replacing a search for `@refill\\|@bye' with
31568 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31569 itemize@refill' bug and the unfilled long lines bug.
31570 (texinfmt-version): Update number and date.
31571
31572 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31573
31574 * international/code-pages.el (windows-1250, windows-125[2-8])
31575 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31576
31577 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31578
31579 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31580 bound yet.
31581
31582 2005-03-02 Romain Francoise <romain@orebokech.com>
31583
31584 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31585 buffer after removing limits.
31586 (ibuffer-pop-filter): Ditto.
31587 Update copyright.
31588
31589 2005-03-02 Miles Bader <miles@gnu.org>
31590
31591 * button.el (make-text-button): If the user doesn't specify a
31592 type, use the default. Rewrite to use `add-text-properties' and
31593 plist functions.
31594
31595 2005-03-01 Lute Kamstra <lute@gnu.org>
31596
31597 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31598 (debugger-jumping-flag): New var.
31599 (debug-entry-code): Use it.
31600 (debugger-jump): Use debugger-jumping-flag and add
31601 debugger-reenable to post-command-hook.
31602 (debugger-reenable): Use debugger-jumping-flag and remove itself
31603 from post-command-hook.
31604 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31605 debugger-reenable.
31606
31607 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31608
31609 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31610 inclusion of "itemize\\|", which may be unnecessary, is certainly
31611 inelegant, and stops refilling in itemize lists when formatting
31612 Japanese Texinfo files to Info.
31613 Update copyright to 2005.
31614
31615 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31616
31617 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31618 of an error if GDB can't find the source file.
31619
31620 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31621
31622 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31623 not just the calendar.
31624
31625 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31626 first.
31627 (diary-redraw-calendar): New function.
31628 (make-diary-entry): Add diary-redraw-calendar to local
31629 write-contents-functions. Turn off selective display before
31630 inserting in diary.
31631
31632 2005-03-01 Kim F. Storm <storm@cua.dk>
31633
31634 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31635
31636 2005-03-01 Lute Kamstra <lute@gnu.org>
31637
31638 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31639 that debug-entry-code can be safely removed from a function while
31640 this code is being evaluated. Revert the 2005-02-27 change as the
31641 new implementation no longer requires it. Make sure that a
31642 function body containing just a string is not mistaken for a docstring.
31643 (debug): Skip one more frame in case of debug on entry.
31644 (debugger-setup-buffer): Delete one more frame line in case of
31645 debug on entry.
31646 (debugger-frame-number): Update to use the new text introduced by
31647 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31648
31649 2005-02-28 Kim F. Storm <storm@cua.dk>
31650
31651 * double.el (double-translate-key): Call force-window-update after
31652 read-event to avoid crash in redisplay.
31653
31654 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31655
31656 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31657 (debug): Use it. Move the inhibit-trace earlier.
31658 (debug-entry-code): New const.
31659 (debug-on-entry-1): Use it.
31660
31661 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31662
31663 * international/utf-16.el (ccl-encode-mule-utf-16le):
31664 Fix BUFFER_MAGNIFICATION to 2.
31665 (ccl-encode-mule-utf-16be): Likewise.
31666
31667 2005-02-28 Kenichi Handa <handa@m17n.org>
31668
31669 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31670 Fix BUFFER_MAGNIFICATION to 4.
31671 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31672
31673 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31674
31675 * speedbar.el (speedbar-update-flag): Doc fix.
31676 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31677 argument.
31678
31679 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31680
31681 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31682 have a non-nil `invisible' property but are actually visible.
31683
31684 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31685 for perldoc sections.
31686 (perl-outline-regexp, perl-outline-level): New var and function.
31687 (perl-mode): Use them.
31688
31689 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31690
31691 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31692 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31693
31694 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31695
31696 * cus-edit.el: Comment change.
31697 (custom-buffer-create-internal): Slightly reword text at top of
31698 Custom buffers. Mention there that saving an option edits the
31699 init file. Add link to Emacs manual node on `custom-file'.
31700 (custom-magic-alist): Rewrite individual State messages to use
31701 capitalized keywords. Doc fix.
31702
31703 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31704
31705 * calendar/calendar.el (calendar-buffer): Move above
31706 calendar-week-start-day.
31707 (calendar-week-start-day): Doc fix. Add :set function.
31708 (calendar-minimum-window-height): New variable.
31709 (generate-calendar-window): Only resize window if selected-window
31710 is displaying the calendar buffer. Use new variable
31711 calendar-minimum-window-height.
31712 (generate-calendar): Reword error message.
31713 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31714
31715 2005-02-27 Andreas Schwab <schwab@suse.de>
31716
31717 * vc.el (vc-do-command): Don't run command asynchronously when
31718 operating in a remote directory.
31719
31720 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31721 change from sync with Tramp 2.0.47.
31722
31723 2005-02-27 Richard M. Stallman <rms@gnu.org>
31724
31725 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31726
31727 * textmodes/flyspell.el (flyspell-mode-on):
31728 Call ispell-change-dictionary only if necessary.
31729
31730 * emacs-lisp/re-builder.el (regexp-builder): New function.
31731
31732 * register.el (describe-register-1): Explicitly handle
31733 yank-excluded-properties = t.
31734
31735 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31736 (custom-magic-alist): Change the status descriptions again.
31737 (face widget-type): Total rewrite based on `restricted-sexp'
31738 to eliminate the confusing double hiding levels.
31739
31740 * emacs-lisp/debug.el (debug-on-entry-1):
31741 If function body is empty, add nil as body form.
31742
31743 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31744
31745 * emacs-lisp/trace.el (inhibit-trace): New var.
31746 (trace-make-advice): Use it.
31747
31748 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31749
31750 2005-02-26 Kim F. Storm <storm@cua.dk>
31751
31752 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31753 (mouse-on-link-p, mouse-drag-region-1): Use it.
31754
31755 2005-02-25 Lute Kamstra <lute@gnu.org>
31756
31757 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31758
31759 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31760
31761 * frame.el (blink-cursor-mode): Add :group keyword.
31762
31763 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31764
31765 * calendar/icalendar.el (icalendar--decode-isodatetime):
31766 New optional argument DAY-SHIFT.
31767 (icalendar-export-region): Fix coding-system-for-write.
31768 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31769 events by one.
31770
31771 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31772
31773 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31774
31775 2005-02-24 Kim F. Storm <storm@cua.dk>
31776
31777 * international/iso-acc.el (iso-accents-compose): Fix crash
31778 during redisplay. Call force-window-update after read-event
31779 and delete-region to signal that window is not accurate.
31780
31781 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31782
31783 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31784 Remove unused and inexistent var `inhibit-trace'.
31785 (debugger-mode): Use run-mode-hooks.
31786 (debugger-list-functions): Add buttons; setup xref stack.
31787
31788 2005-02-23 Richard M. Stallman <rms@gnu.org>
31789
31790 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31791 appointment says it was explicitly made.
31792 (appt-add): Set the 3rd element.
31793 (appt-make-list): Preserve explicit appointments.
31794
31795 * subr.el (find-tag-default): Catch errors in forward-sexp.
31796
31797 2005-02-23 Juri Linkov <juri@jurta.org>
31798
31799 * info.el (Info-isearch-search): New defcustom.
31800 (Info-isearch-search): Call the default isearch function
31801 when Info-isearch-search is nil.
31802 (Info-isearch-wrap): Use variable Info-isearch-search.
31803
31804 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31805
31806 * cus-edit.el: Comment change.
31807
31808 2005-02-22 Kim F. Storm <storm@cua.dk>
31809
31810 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31811 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31812
31813 2005-02-22 Simon Josefsson <jas@extundo.com>
31814
31815 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31816 New variable.
31817 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31818 Oskarsson" <myrkraverk@users.sourceforget.net>.
31819
31820 2005-02-22 Kim F. Storm <storm@cua.dk>
31821
31822 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31823 check that window of that event is the selected window.
31824 (mouse-drag-region-1): Compare mouse event window to selected
31825 window before setting point.
31826
31827 * tooltip.el (tooltip-show-help-function): Pass event to
31828 mouse-on-link-p so it can check selected window.
31829
31830 2005-02-22 Kenichi Handa <handa@m17n.org>
31831
31832 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31833 (ps-mule-show-warning): New function.
31834 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31835 characters are found.
31836
31837 * ps-print.el (ps-header-footer-string): Return a list of header
31838 and footer strings.
31839
31840 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31841
31842 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31843
31844 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31845
31846 * frame.el (blink-cursor-mode): Use define-minor-mode.
31847
31848 * term/mac-win.el (function-key-map): Use char-names more consistently.
31849 (file-name-coding-system): Only set it for MacOS-9. The other case is
31850 already handled in mule-cmds.el (where it also works when mac-win.el
31851 is not used).
31852
31853 2005-02-21 Kenichi Handa <handa@m17n.org>
31854
31855 * international/mule.el (ctext-pre-write-conversion): Always use
31856 " *code-converting-work*" buffer for work.
31857
31858 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31859
31860 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31861
31862 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31863
31864 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31865
31866 * ses.el (undo-more): Restore defadvice, but only the part that
31867 allows changes outside the restricted area of the buffer.
31868
31869 2005-02-20 Kim F. Storm <storm@cua.dk>
31870
31871 * simple.el (line-move): Add fourth optional arg try-vscroll which
31872 must be set to perform auto-window-vscroll.
31873 When moving backwards and doing auto-window-vscroll, automatically
31874 vscroll to the last part of lines which are taller than the window.
31875 (next-line, previous-line): Set try-vscroll arg on line-move.
31876
31877 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31878
31879 * replace.el (query-replace, query-replace-regexp)
31880 (replace-string, replace-regexp): When operating on region, make
31881 the minibuffer prompt say so.
31882
31883 * isearch.el (isearch-forward): Document isearch-query-replace and
31884 isearch-query-replace-regexp keybindings.
31885
31886 2005-02-19 Jay Belanger <belanger@truman.edu>
31887
31888 * calc/calc-aent.el (math-read-token): Add local variable.
31889
31890 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31891 (calc-edit-top): Move declaration to earlier in file.
31892 (calc-edit-macro-repeats): Add local variables.
31893
31894 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31895 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31896 calcFunc-tanh.
31897 Adjust integration rule for calcFunc-tan.
31898
31899 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31900
31901 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31902 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31903 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31904 (viper-skip-separators): Bug fix.
31905 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31906 particular major mode.
31907 (viper-del-backward-char-in-replace): Don't put deleted char on the
31908 kill ring.
31909
31910 * viper-ex.el (viper-color-display-p): New function.
31911 (viper-has-face-support-p): Use viper-color-display-p.
31912
31913 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31914
31915 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31916
31917 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31918 (viper-file-remote-p): Make equivalent to file-remote-p.
31919
31920 * viper.el (viper-major-mode-modifier-list):
31921 Use viper-gnus-modifier-map.
31922
31923 2005-02-19 David Kastrup <dak@gnu.org>
31924
31925 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31926 quoting.
31927
31928 2005-02-19 Jay Belanger <belanger@truman.edu>
31929
31930 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31931 Remove extra definitions.
31932 (calc-coth): New function.
31933 (calcFunc-cot): Fix `let'.
31934
31935 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31936
31937 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31938 the reasons we use "type pc" in these faces.
31939
31940 * button.el (button): Ditto.
31941
31942 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31943
31944 * replace.el (query-replace-read-from): Set the value of
31945 query-replace-from-history-variable to handle the case of an empty
31946 string entered to accept the suggested default.
31947
31948 * net/tramp.el (tramp-file-name-for-operation):
31949 Use dired-call-process instead of dired-call-process-command.
31950
31951 2005-02-19 Jay Belanger <belanger@truman.edu>
31952
31953 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31954 (math-div-non-trig): New variables.
31955 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31956 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31957 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31958 trig expressions.
31959
31960 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31961
31962 * progmodes/gdb-ui.el (gdb-var-update-handler)
31963 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31964 for watch expressions,
31965 (gdb-var-create-handler): Don't set speedbar-update-flag.
31966 (gdb-post-prompt): Simplify test for speedbar.
31967
31968 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31969
31970 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31971 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31972 we use the syntax table of the correct buffer.
31973 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31974 Felix Gatzemeier.
31975
31976 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31977 (ediff-file-remote-p): Make synonymous with file-remote-p.
31978 In all deffaces ediff-*-face-*, use min-colors.
31979
31980 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31981 ediff-recurse-to-subdirectories.
31982 (ediff-mark-if-equal): Check that the arguments are strings, use
31983 ediff-same-contents (after to Felix Gatzemeier).
31984
31985 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31986 nil.
31987
31988 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31989
31990 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31991
31992 2005-02-18 David Kastrup <dak@gnu.org>
31993
31994 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31995 use `mark-active' when defined.
31996
31997 2005-02-18 Kenichi Handa <handa@m17n.org>
31998
31999 * ps-print.el (ps-font-info-database): New entry
32000 ZapfChancery-MediumItalic with correct font name. Fix font name
32001 of the entry Zapf-Chancery-MediumItalic.
32002
32003 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32004
32005 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32006
32007 2005-02-16 Kim F. Storm <storm@cua.dk>
32008
32009 * ido.el (ido-fallback-command): Pass user input to fallback command.
32010
32011 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32012
32013 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32014 (gdb-find-file-hook): Add server prefix.
32015
32016 2005-02-16 Richard M. Stallman <rms@gnu.org>
32017
32018 * replace.el (perform-replace): Pass new args to replace-highlight.
32019 (replace-highlight): Take region args,
32020 and pass them to isearch-lazy-highlight-new-loop.
32021
32022 * novice.el (disabled-command-hook): Autoload the defalias
32023 and the make-obsolete-variable call.
32024
32025 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32026
32027 * isearch.el (isearch-lazy-highlight-start-limit)
32028 (isearch-lazy-highlight-end-limit): New variables limit
32029 the region for highlighting.
32030 (isearch-lazy-highlight-new-loop): New args BEG and END.
32031 (isearch-lazy-highlight-search): Use the new vars.
32032 (isearch-lazy-highlight-update): Likewise.
32033
32034 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32035
32036 * cus-start.el (all): Use default-boundp.
32037
32038 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32039
32040 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32041
32042 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32043
32044 * autorevert.el (auto-revert-stop-on-user-input)
32045 (auto-revert-verbose): Doc fixes.
32046
32047 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32048
32049 * international/mule-cmds.el (set-locale-environment): Remove call
32050 to set-selection-coding-system on Windows.
32051
32052 2005-02-15 Jay Belanger <belanger@truman.edu>
32053
32054 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32055 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32056 calcFunc-coth.
32057 (math-simplify-sqrt): Add simplifications.
32058
32059 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32060 to list.
32061
32062 * calc/calc-ext.el: Add functions to autoloads.
32063
32064 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32065 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32066 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32067 (math-csc-raw, math-cot-raw): New functions.
32068
32069 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32070
32071 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32072 the variable name in a message.
32073
32074 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32075 calcFunc-csc, calcFunc-cot.
32076
32077 * calc/calcalg2.el: Add derivative and integration rules for
32078 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32079 calcFunc-csch, calcFunc-coth.
32080 (math-do-integral-methods): Add to checks for when to use
32081 substitutions.
32082
32083 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32084
32085 2005-02-15 Lute Kamstra <lute@gnu.org>
32086
32087 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32088 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32089 <monnier@iro.umontreal.ca>.
32090 (lisp-outline-level): Improve efficiency. Suggested by David
32091 Kastrup <dak@gnu.org>.
32092
32093 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32094
32095 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32096 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32097 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32098 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32099 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32100
32101 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32102
32103 * cus-start.el (all): Comment change.
32104
32105 2005-02-14 Lute Kamstra <lute@gnu.org>
32106
32107 * cus-start.el (all): Check if symbol is void.
32108
32109 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32110
32111 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32112 optional argument to \cite.
32113
32114 2005-02-14 Richard M. Stallman <rms@gnu.org>
32115
32116 * cus-edit.el (custom-buffer-create-internal): Update help message.
32117 (custom-magic-alist): Update help messages.
32118
32119 * cus-start.el (all): Allow a var to specify a standard value.
32120
32121 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32122
32123 * custom.el (custom-theme-set-variables): Handle variable aliases.
32124
32125 * frame.el (blink-cursor-timer): Doc fix.
32126 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32127 declare obsolete.
32128 (blink-cursor-mode): Define with defcustom and use correct
32129 standard expression in that defcustom.
32130 * startup.el (command-line): Adapt to above changes in frame.el.
32131
32132 2005-02-11 Lute Kamstra <lute@gnu.org>
32133
32134 * apropos.el (apropos-score-doc): Prevent division by zero.
32135
32136 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32137
32138 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32139 (icalendar--get-event-property-attributes)
32140 (icalendar--get-event-properties)
32141 (icalendar--datetime-to-diary-date): New functions.
32142 (icalendar--split-value): Doc fix.
32143 (icalendar--datetime-to-noneuropean-date)
32144 (icalendar--datetime-to-european-date): New optional argument
32145 SEPARATOR. Return result as a string instead of a list.
32146 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32147 (icalendar--convert-string-for-export): Rename arg S to STRING.
32148 (icalendar-export-region): Doc fix. Change name of error buffer.
32149 Save output buffer.
32150 (icalendar-import-file): Add blank at end of prompt.
32151 (icalendar-import-buffer): Doc fix. Do not switch to error
32152 buffer. Indicate status in return value.
32153 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32154 buffer. Save output buffer. Handle exception from recurrence
32155 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32156 events. Fix problems with weekly all-day events.
32157
32158 2005-02-10 Richard M. Stallman <rms@gnu.org>
32159
32160 * simple.el (eval-expression-print-format):
32161 Avoid warning about edebug-active.
32162
32163 * help.el (help-for-help-internal): Rename from help-for-help.
32164 (help-for-help): Define with defalias.
32165
32166 * font-core.el (font-lock-default-function): Use with-no-warnings.
32167
32168 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32169
32170 * custom.el (defface): Doc fix.
32171
32172 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32173
32174 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32175 width 0" to prevent word wrapping problems.
32176
32177 2005-02-09 Kim F. Storm <storm@cua.dk>
32178
32179 * ido.el (ido-file-extensions-order): New defcustom.
32180 (ido-file-extension-lessp, ido-file-extension-aux)
32181 (ido-file-extension-order): New advanced file ordering.
32182 (ido-file-lessp): New simple file ordering.
32183 (ido-sort-list): Remove.
32184 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32185 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32186
32187 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32188
32189 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32190 that some versions of grep produce.
32191 (grep-mode-font-lock-keywords): Likewise.
32192
32193 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32194
32195 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32196 (gdb-cdir): Delete.
32197 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32198 (gdb-source-info): Treat case when source file is in another
32199 directory properly.
32200 (gdb-get-location): New function.
32201
32202 2005-02-07 Jay Belanger <belanger@truman.edu>
32203
32204 * calc/calc-prog.el (calc-write-parse-table-part)
32205 (calc-fix-token-name): Fix a check for language type.
32206
32207 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32208
32209 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32210
32211 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32212 as directory not writable.
32213
32214 2005-02-07 Kim F. Storm <storm@cua.dk>
32215
32216 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32217 (cua--standard-movement-commands): Remove list.
32218 Instead, set CUA property value to move for movement commands.
32219 (cua-movement-commands): Remove. Users must set CUA prop instead.
32220 (cua--pre-command-handler): Check CUA property.
32221 (cua--init-keymaps): Don't remap undo commands.
32222 (cua-mode): Don't call cua--rectangle-on-off.
32223
32224 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32225 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32226 (cua--rect-undo-set-point): New var.
32227 (cua--rectangle-undo-boundary): Setup undo apply entry.
32228 (cua--rect-undo-handler): New function for rectangle undo.
32229 (cua--rect-start-position, cua--rect-end-position): Add.
32230 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32231 for restored rectangle. Set point if cua--rect-undo-set-point.
32232
32233 2005-02-06 Jay Belanger <belanger@truman.edu>
32234
32235 * calc/calc-lang.el (calc-tex-language): Display more information
32236 in messages.
32237
32238 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32239 in TeX mode.
32240
32241 2005-02-06 Richard M. Stallman <rms@gnu.org>
32242
32243 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32244
32245 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32246
32247 * net/ldap.el (ldap-search-internal): Support attributes with
32248 optional descriptions separated by a semi-colon, as in
32249 "userCertificate;binary".
32250
32251 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32252
32253 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32254 isn't a cons (i.e. the version is 0).
32255
32256 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32257
32258 * help.el (help-for-help): Doc fix.
32259
32260 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32261
32262 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32263 GDB-Windows on the menu-bar as this works better.
32264
32265 2005-02-04 Jay Belanger <belanger@truman.edu>
32266
32267 * calc/calc-embed.el (calc-embedded-update): Don't put in
32268 unnecessary newlines. Adjust the end of formula marker.
32269
32270 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32271 (math-latex-parse-two-args): New function.
32272
32273 2005-02-03 Lute Kamstra <lute@gnu.org>
32274
32275 * help-fns.el (help-with-tutorial): Make sure that users cannot
32276 remove the entire text of the tutorial by means of `undo'.
32277
32278 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32279
32280 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32281 in recent changes, where the ispell process was repeatedly
32282 killed & restarted.
32283
32284 * international/mule-cmds.el (set-locale-environment): Set file-name
32285 coding system to utf-8 on Darwin systems.
32286 (set-default-coding-systems): Don't set default-file-name-coding-system
32287 on Darwin systems.
32288
32289 2005-02-03 Richard M. Stallman <rms@gnu.org>
32290
32291 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32292
32293 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32294
32295 * faces.el (list-faces-display): Add optional argument.
32296
32297 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32298
32299 * font-core.el (font-lock-default-function): Handle the rare case where
32300 only font-lock-keywords is set.
32301
32302 2005-02-02 Kenichi Handa <handa@m17n.org>
32303
32304 * international/characters.el: Cancel previous change for
32305 I-WITH-DOT-ABOVE and DOTLESS-i.
32306
32307 * international/latin-5.el: Cancel previous change.
32308
32309 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32310
32311 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32312
32313 2005-02-02 Kenichi Handa <handa@m17n.org>
32314
32315 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32316 DOTLESS-i.
32317
32318 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32319 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32320
32321 * case-table.el (get-upcase-table): New function.
32322 (copy-case-table): Copy upcaes table too if non-nil.
32323 (set-case-syntax-delims): Maintain upcase table too.
32324 (set-case-syntax-pair): Likewise.
32325 (set-upcase-syntax, set-downcase-syntax): New functions.
32326 (set-case-syntax): Maintain upcase table too.
32327
32328 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32329
32330 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32331
32332 * progmodes/gud.el (gud-goto-info): New function.
32333 (gud-tool-bar-map): Use correct icon.
32334
32335 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32336
32337 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32338 When delegating, order args in the funcall correctly.
32339
32340 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32341
32342 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32343
32344 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32345
32346 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32347 buffer not visiting a file.
32348
32349 2005-01-31 Jay Belanger <belanger@truman.edu>
32350
32351 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32352 bound on the line with the formula.
32353
32354 2005-01-31 Kim F. Storm <storm@cua.dk>
32355
32356 * ses.el (ses-create-cell-variable-range)
32357 (ses-destroy-cell-variable-range, ses-reset-header-string)
32358 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32359 (ses-insert-row): Fix format of apply undo entries.
32360
32361 2005-01-31 Jay Belanger <belanger@truman.edu>
32362
32363 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32364 parts.
32365
32366 * calc/calc-embed.el (calc-embedded-open-formula)
32367 (calc-embedded-close-formula): Ignore matrix environments.
32368
32369 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32370 TeX mode.
32371
32372 * calc/calc-lang.el (math-function-table, math-oper-table)
32373 (math-variable-table): Adjust the LaTeX portions.
32374
32375 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32376 (math-latex-ignore-words): New constant.
32377
32378 2005-01-31 Richard M. Stallman <rms@gnu.org>
32379
32380 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32381 (ispell-local-dictionary): Doc fix.
32382 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32383 Don't reinitialize at run time. Don't defcustom.
32384 All uses changed to append ispell-local-dictionary-alist,
32385 or check it first.
32386 (ispell-current-dictionary): New variable for dictionary in use.
32387 (ispell-dictionary): Now used only for global default.
32388 (ispell-start-process): Set ispell-current-dictionary,
32389 not ispell-dictionary.
32390 (ispell-change-dictionary): Use this only for setting
32391 user preferences.
32392 (ispell-internal-change-dictionary): New function
32393 to change the current dictionary in use.
32394 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32395 Use ispell-current-dictionary.
32396 Handle ispell-local-dictionary-overridden.
32397 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32398
32399 2005-01-31 Jay Belanger <belanger@truman.edu>
32400
32401 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32402
32403 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32404 (calc-mode-map): Add calc-latex-language.
32405
32406 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32407 (math-latex-print-frac): New functions.
32408 (math-oper-table, math-function-table, math-variable-table)
32409 (math-complex-format, math-input-filter): Add latex properties.
32410 (calc-set-language): Set math-expr-special-function-mapping.
32411
32412 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32413 (calc-write-parse-table-part): Add LaTeX support.
32414
32415 * calc/calc.el (calc-language): Adjust docstring.
32416 (calc-set-mode-line): Add LaTeX support.
32417 (math-expr-special-function-mapping): New variable.
32418 (math-tex-ignore-words): Add to list.
32419
32420 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32421 Add LaTeX support.
32422 (math-compose-expr): Add support for special functions.
32423
32424 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32425
32426 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32427
32428 * progmodes/gdb-ui.el (gdb-memory-address)
32429 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32430 (gdb-memory-mode-map, gdb-memory-format-keymap)
32431 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32432 (gdb-memory-unit-menu): New variables for a buffer
32433 that lets the user examine program memory.
32434 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32435 (gdb-memory-format-binary, gdb-memory-format-octal)
32436 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32437 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32438 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32439 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32440 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32441 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32442 (gdb-memory-mode, gdb-memory-buffer-name)
32443 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32444 New functions for above buffer.
32445
32446 2005-01-30 Richard M. Stallman <rms@gnu.org>
32447
32448 * cus-edit.el (custom-bury-buffer): Function deleted.
32449 (custom-buffer-done-function): Option deleted.
32450 (custom-buffer-done-kill): New replacement option.
32451 (Custom-buffer-done): Call quit-window.
32452 (custom-buffer-create-internal): Update for above changes.
32453
32454 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32455
32456 * simple.el (undo-ask-before-discard): New var.
32457 (undo-outer-limit-truncate): Implement it.
32458 (undo-extra-outer-limit): Doc update.
32459
32460 2005-01-29 Richard M. Stallman <rms@gnu.org>
32461
32462 * ses.el (undo-more): Delete defadvice.
32463 (ses-begin-change): Doc fix.
32464
32465 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32466 instead of rebinding C-x u and C-_.
32467
32468 * files.el (normal-backup-enable-predicate): Return nil for files
32469 in /tmp, regardless of temporary-file-directory.
32470
32471 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32472
32473 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32474 (open-rectangle, delete-whitespace-rectangle-line)
32475 (clear-rectangle-line): If FILL, pass t instead of FILL
32476 for move-to-column's 2nd arg.
32477
32478 * simple.el (undo): Fix the test for continuing a series of undos.
32479 (undo-more): Set pending-undo-list to t when we reach end.
32480 (pending-undo-list): Move up defvar.
32481
32482 * wid-edit.el (widget-button-click):
32483 Shorten the range of the track-mouse binding.
32484
32485 * comint.el (comint-insert-input): Undo previous changes;
32486 use last-input-event in interactive spec.
32487
32488 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32489
32490 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32491 to nil before invoking call-process. Reset buffer's modified flag
32492 after fontifying it in the no-async branch.
32493
32494 * wid-edit.el (widget-specify-button): If mouse pointer shape
32495 cannot be changed, use mouse face instead.
32496
32497 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32498
32499 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32500 (gdb-goto-breakpoint): Make breakpoint handling work on template
32501 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32502 (gdb-assembler-custom): Update to recognize breakpoint information
32503 added on 2005-01-19.
32504
32505 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32506
32507 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32508 (dsssl-mode): Use define-derived-mode.
32509 (scheme-mode-initialize): Remove.
32510 (scheme-mode): Use run-mode-hooks.
32511
32512 * cus-edit.el (customize-group-other-window)
32513 (custom-buffer-create-other-window): Don't override special-display-*.
32514 (custom-mode-map): Make it dense.
32515
32516 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32517 sets the default value.
32518
32519 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32520
32521 * descr-text.el: Add more keywords.
32522
32523 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32524
32525 * speedbar.el: Avoid unnecessary use of locate-library.
32526
32527 * international/mule-cmds.el (standard-display-european-internal):
32528 Don't fiddle with latin-1 non-break space any more since it's now
32529 special cased in the C code.
32530 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32531
32532 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32533
32534 * cus-start.el (all): Add `undo-outer-limit'.
32535
32536 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32537
32538 * textmodes/bibtex.el (bibtex-format-entry):
32539 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32540 field lines.
32541 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32542 not on part of a buffer.
32543
32544 2005-01-25 Lute Kamstra <lute@gnu.org>
32545
32546 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32547 nonempty field text strings like "{letters\\macro{}more letters}".
32548 Clarify docstring.
32549 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32550 (bibtex-entry-offset, bibtex-parse-association)
32551 (bibtex-parse-field-name): Fix typos in docstrings.
32552 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32553
32554 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32555
32556 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32557 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32558 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32559 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32560
32561 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32562 isearch minor mode.
32563
32564 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32565
32566 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32567
32568 2005-01-24 Lute Kamstra <lute@gnu.org>
32569
32570 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32571 CASECHARS and NOT-CASECHARS regular expressions of the
32572 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32573 striding over charsets" error.
32574
32575 2005-01-24 Jay Belanger <belanger@truman.edu>
32576
32577 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32578 display variable name.
32579
32580 2005-01-24 Kenichi Handa <handa@m17n.org>
32581
32582 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32583 Fix setting of the element of encoded-kbd-iso2022-invocations.
32584
32585 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32586
32587 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32588 (gdb-threads-select): Change to also accept mouse events.
32589 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32590 (gdb-threads-mouse-select): Delete.
32591
32592 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32593
32594 * files.el (insert-directory): Take care of empty directory,
32595 listed without -a switch.
32596
32597 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32598
32599 * textmodes/refill.el (refill-post-command-function):
32600 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32601 to the list of functions that we should be careful not to undo.
32602 (refill-late-fill-paragraph-function): Remove.
32603 (refill-saved-state): New var.
32604 (refill-mode): Use it to save fill-paragraph-function.
32605 Save also the value of auto-fill-function.
32606
32607 * term/w32-win.el: Simplify code.
32608
32609 2005-01-23 Kim F. Storm <storm@cua.dk>
32610
32611 * simple.el (line-move): Adapt to new return value from
32612 pos-visible-in-window-p.
32613
32614 * simple.el (line-move): Fix last change. Check partial
32615 visibility at point rather than at window-start.
32616
32617 2005-01-22 Jason Rumney <jasonr@gnu.org>
32618
32619 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32620
32621 2005-01-22 David Kastrup <dak@gnu.org>
32622
32623 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32624
32625 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32626
32627 * type-break.el (type-break-mode): Add a test for
32628 type-break-file-name being non-nil.
32629
32630 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32631
32632 * net/eudc.el (top level): Call (message "") via progn, so that
32633 eudc-options-file is loaded.
32634
32635 2005-01-22 Kim F. Storm <storm@cua.dk>
32636
32637 * simple.el (line-move-1): Rename from line-move.
32638 (line-move): New function that adjusts vscroll for partially
32639 visible rows, and calls line-move-1 otherwise.
32640
32641 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32642
32643 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32644 since it's not a complete read-event implementation
32645
32646 2005-01-20 Jay Belanger <belanger@truman.edu>
32647
32648 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32649 for called function.
32650
32651 2005-01-20 Steven Tamm <steventamm@mac.com>
32652
32653 * term/mac-win.el (process-connection-type): Remove.
32654 Controlled now by s/darwin.h:PTY_ITERATION.
32655
32656 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32657
32658 * window.el (handle-select-window): Don't switch window when we're
32659 in the minibuffer.
32660
32661 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32662
32663 * subr.el (dotimes-with-progress-reporter): New macro.
32664
32665 * ses.el (ses-dotimes-msg): Remove macro.
32666 Use `dotimes-with-progress-reporter' instead.
32667
32668 2005-01-19 Steven Tamm <steventamm@mac.com>
32669
32670 * term/mac-win.el (process-connection-type): Use new
32671 operating-system-release variable to use ptys on Darwin 7 (OS X
32672 10.3) when using carbon build.
32673
32674 2005-01-19 Jay Belanger <belanger@truman.edu>
32675
32676 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32677 flags if the last command was a tab or M-tab.
32678
32679 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32680 in formula editing buffer.
32681
32682 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32683
32684 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32685 breakpoint image symbol in margin.
32686
32687 2005-01-19 Jay Belanger <belanger@truman.edu>
32688
32689 * calc/calc-prog.el (calc-execute-kbd-macro):
32690 Ignore calc-keep-arg-flag.
32691
32692 2005-01-19 Kenichi Handa <handa@m17n.org>
32693
32694 * textmodes/ispell.el (ispell-looking-at): New function.
32695 (ispell-process-line): Use ispell-looking-at to compare the ispell
32696 output and the buffer contents.
32697
32698 2005-01-18 Jay Belanger <belanger@truman.edu>
32699
32700 * calc/calc.el (calc-display-raw): Fix docstring.
32701
32702 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32703
32704 * simple.el (blink-matching-open): Strip extra info from syntax.
32705
32706 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32707 funny chars in the end-of-here-doc marker.
32708
32709 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32710
32711 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32712 that enable/disabled state of breakpoints is shown correctly in
32713 fringe and on ttys.
32714 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32715 Add breakpoint information as text properties.
32716 (gdb-mouse-toggle-breakpoint):
32717 Rename to gdb-mouse-set-clear-breakpoint.
32718 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32719 breakpoints in the margin.
32720 (gdb-remove-strings): Simplify.
32721
32722 2005-01-17 Jay Belanger <belanger@truman.edu>
32723
32724 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32725 erasing buffer.
32726
32727 2005-01-17 Richard M. Stallman <rms@gnu.org>
32728
32729 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32730 for calling grep-compute-defaults.
32731
32732 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32733 if buffer is empty.
32734
32735 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32736
32737 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32738
32739 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32740
32741 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32742 non-preloaded variables.
32743
32744 2005-01-17 Steven Tamm <steventamm@mac.com>
32745
32746 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32747 tex-shell cause to force interactivity when using pipes.
32748
32749 2005-01-17 Kim F. Storm <storm@cua.dk>
32750
32751 * simple.el (just-one-space): Make arg optional.
32752
32753 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32754
32755 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32756 posn-at-x-y to t to access left-margin.
32757
32758 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32759
32760 Sync with Tramp 2.0.47.
32761
32762 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32763 catching keep-date problems in cp/scp operations.
32764 (tramp-handle-copy-file): Don't call `set-file-modes'
32765 unconditionally. Specialized functions should know better what is
32766 necessary. This improves performance a little bit, and the
32767 functions could catch errors with `cp -p' and `scp -p'.
32768 (tramp-do-copy-or-rename-file-via-buffer)
32769 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32770 when appropriate.
32771 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32772 Call `set-file-modes' when appropriate.
32773 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32774 Johnsson <isak@hypergene.com>.
32775 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32776 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32777 <joakim@verona.se>.
32778 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32779 Emacs only.
32780
32781 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32782 `find-file-hooks' and `dired-mode-hook'.
32783 (tramp-minor-mode-map): Respective map. Add remapping for
32784 `compile' and `recompile'.
32785 (tramp-remap-command, tramp-recompile): New defuns.
32786 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32787 in buffer "*Compilation*". Call the commands asynchronously.
32788
32789 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32790 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32791 `shell-command', because it isn't magic in XEmacs. Reported by
32792 Adrian Aichner <adrian@xemacs.org>.
32793
32794 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32795 `substitute-in-file-name.
32796 (tramp-smb-handle-substitute-in-file-name): New defun.
32797 (tramp-smb-advice-PC-do-completion): Delete advice.
32798
32799 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32800
32801 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32802 Fix error in deleting region.
32803
32804 2005-01-15 Richard M. Stallman <rms@gnu.org>
32805
32806 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32807 In non-temp buffer, switch syntax table temporarily.
32808
32809 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32810
32811 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32812
32813 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32814
32815 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32816 (imenu--generic-function): Use START, not BEG, as pos of definition.
32817
32818 * simple.el (just-one-space): Argument specifies number of spaces.
32819
32820 * simple.el (eval-expression-print-format): Avoid warning
32821 about edebug-active.
32822
32823 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32824
32825 * progmodes/sh-script.el: Code copied from make-mode.el
32826 with small changes,
32827 (sh-mode-map): Bind C-c C-\.
32828 (sh-backslash-column, sh-backslash-align): New variables.
32829 (sh-backslash-region, sh-append-backslash): New functions.
32830
32831 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32832
32833 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32834 (rmail-pop-password, rmail-pop-password-required): Move to
32835 rmail-obsolete group.
32836 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32837 All callers updated.
32838 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32839 Take an argument specifying whether it is POP or IMAP mailbox we
32840 are using. All callers updated.
32841 (rmail-pop-password-error): Rename to
32842 rmail-remote-password-error. Added mailutils-specific error message.
32843 (rmail-movemail-search-path)
32844 (rmail-movemail-variant-in-use): New variables.
32845 (rmail-remote-password, rmail-remote-password-required):
32846 New customization variables.
32847 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32848 (rmail-parse-url): New function.
32849 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32850 with GNU mailutils movemail.
32851
32852 2005-01-15 Kevin Ryde <user42@zip.com.au>
32853
32854 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32855 suffix to space, $ or '$, to correctly position point when going
32856 to @table style constants like DBL_MAX.
32857
32858 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32859
32860 * type-break.el (type-break-mode, type-break-file-time)
32861 (type-break-file-keystroke-count, type-break-choose-file):
32862 Don't store data in or load data from the file if type-break-file-name
32863 is nil.
32864 (type-break-file-name): Doc update as per the above.
32865
32866 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32867
32868 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32869 lookup-key might return nil; handle that.
32870
32871 2005-01-15 Alan Mackenzie <acm@muc.de>
32872
32873 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32874 rather than the element found, thus enabling the tree to be setcar'd.
32875
32876 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32877
32878 * textmodes/org.el (org-show-following-heading): New option.
32879 (org-show-hierarchy-above): Use `org-show-following-heading'.
32880 (org-cycle): Documentation fix.
32881
32882 * textmodes/org.el (orgtbl-optimized): New option
32883 (orgtbl-mode): New command, a minor mode.
32884 (orgtbl-mode-map): New variable.
32885 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32886 (orgtbl-error, orgtbl-self-insert-command)
32887 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32888
32889 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32890 a local variable in each org-mode buffer.
32891
32892 * textmodes/org.el (org-set-regexps-and-options): Rename from
32893 `org-set-regexps'. Added checking for STARTUP keyword.
32894 (org-get-current-options): Add STARTUP options.
32895 (org-table-insert-row): Make mode intelligent about when
32896 realignment is needed.
32897 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32898 New commands.
32899 (org-enable-table-editor): New default value `optimized'.
32900 (org-table-blank-field): Support blanking regions if active.
32901
32902 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32903
32904 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32905 if the year is not given.
32906
32907 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32908 Add new escapes %m and %M, fixed bug with %F by adding
32909 save-match-data.
32910 (reftex-reference): Remove ?. from list of spaces.
32911 (reftex-label-info): Add automatic label prefix recognition.
32912
32913 * textmodes/reftex-index.el (reftex-index-next-phrase):
32914 Add slave parameter to call of `reftex-index-this-phrase'.
32915 (reftex-index-this-phrase): New optional argument.
32916 (reftex-index-region-phrases): Add slave parameter to call of
32917 `reftex-index-this-phrase'.
32918 (reftex-display-index): New argument redo.
32919 (reftex-index-rescan): Add `redo' to arguments of
32920 `reftex-display-index'.
32921 (reftex-index-Rescan, reftex-index-revert)
32922 (reftex-index-switch-index-tag): Add `redo' to arguments of
32923 `reftex-display-index'.
32924 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32925 indexing. Fix bug with matching is there is a quote before or
32926 after the word.
32927
32928 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32929 Fix bug when collecting citation keys in lines with comments.
32930 (reftex-citation): Prefix argument no longer rescans the document,
32931 but forces prompting for optional arguments of cite macros.
32932 (reftex-do-citation): Prompting for optional arguments implemented.
32933
32934 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32935 Add optional arguments to most cite commands.
32936 (reftex-cite-cleanup-optional-args): New option
32937 (reftex-cite-prompt-optional-args): New option.
32938 (reftex-trust-label-prefix): New option.
32939
32940 * textmodes/reftex-toc.el (reftex-toc-find-section):
32941 Add push-mark before changing the position in the buffer.
32942
32943 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32944 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32945
32946 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32947
32948 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32949 more carefully.
32950
32951 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32952
32953 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32954 (sgml-mode): Use it.
32955 (sgml-get-context): Better keep track of implicitly closed tags.
32956
32957 2005-01-13 Kenichi Handa <handa@m17n.org>
32958
32959 * textmodes/ispell.el: These changes are to fix misalignment error
32960 caused by equivalent characters of different Emacs charsets.
32961 (ispell-unified-chars-table): New variable.
32962 (ispell-get-decoded-string): New function.
32963 (ispell-get-casechars, ispell-get-not-casechars)
32964 (ispell-get-otherchars): Call ispell-get-decoded-string.
32965
32966 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32967
32968 * custom.el (custom-declare-variable): Just put symbol instead
32969 of (defvar . symbol) in `current-load-list'.
32970
32971 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32972
32973 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32974
32975 2005-01-12 Jay Belanger <belanger@truman.edu>
32976
32977 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32978 to create a Calc summary.
32979
32980 2005-01-12 Kim F. Storm <storm@cua.dk>
32981
32982 * mouse.el (mouse-on-link-p): Change functionality and doc
32983 string to comply with latest description in lisp ref.
32984
32985 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32986
32987 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32988 Enable mouse clicks on mode-line, header-line and margin.
32989 (event-type): Give mouse event symbols an `event-kind' property
32990 with value `mouse-click'.
32991
32992 2005-01-12 Juri Linkov <juri@jurta.org>
32993
32994 * facemenu.el (list-colors-display): Add new arg buffer-name.
32995 Use it. Fix docstring. Replace code for identifying duplicate
32996 colors by the name with call to `list-colors-duplicates' which
32997 identifies duplicate colors by the value unless the color
32998 is one of special Windows colors. Set truncate-lines to t.
32999 Print sorted duplicate color names on each line. Indent to 22
33000 \(the longest color name in rgb.txt) instead of 20. Optimize.
33001 (list-colors-duplicates): New function.
33002 (facemenu-color-name-equal): Delete function.
33003
33004 * facemenu.el (list-colors-print): New function created from code
33005 in list-colors-display. Print #RRGGBB at the window right edge.
33006 (list-colors-display): When temp-buffer-show-function is not
33007 defined, call list-colors-print from temp-buffer-show-hook
33008 to get the right value of window-width in list-colors-print
33009 after the buffer is displayed.
33010
33011 * simple.el (pop-mark): Move deactivate-mark out of conditional
33012 part to deactivate the active mark regardless of the state of the
33013 mark ring.
33014
33015 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33016 variables line in desktop files.
33017
33018 2005-01-12 Juri Linkov <juri@jurta.org>
33019
33020 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33021 Bring together isearch highlight related options.
33022 (lazy-highlight): Replace group `replace' by `matching'.
33023 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33024 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33025 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33026 and declare them obsolete.
33027 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33028 (isearch-faces): Remove defgroup.
33029 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33030 Move isearch highlighting code closer to lazy highlighting code.
33031
33032 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33033 (query-replace-highlight, query-replace-lazy-highlight)
33034 (query-replace): Move definitions to the beginning of the file.
33035
33036 2005-01-11 Juri Linkov <juri@jurta.org>
33037
33038 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33039 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33040 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33041
33042 * info.el (Info-history-forward): New variable.
33043 (Info-select-node): Reset Info-history-forward to nil.
33044 (Info-last): Turn into defalias.
33045 (Info-history-back): Rename from Info-last.
33046 Add current node to Info-history-forward.
33047 (Info-history-forward): New fun.
33048 (Info-mode-map): Replace Info-last by Info-history-back.
33049 Bind Info-history-forward to "r".
33050 (Info-mode-menu): Replace Info-last by Info-history-back.
33051 Fix menu item text. Add menu item for Info-history-forward.
33052 (info-tool-bar-map): Replace Info-last by Info-history-back.
33053 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33054 for Info-history-forward.
33055 (Info-mode): Replace Info-last by Info-history-back in docstring.
33056 Add local variable Info-history-forward.
33057 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33058
33059 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33060
33061 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33062 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33063 Ignore select-window events rather than fiddle with
33064 mouse-autoselect-window.
33065
33066 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33067
33068 * type-break.el (type-break-mode): Fix previous change.
33069
33070 2005-01-10 Jay Belanger <belanger@truman.edu>
33071
33072 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33073 calculator; only reset when point is inside a calculator.
33074 Don't adjust the window height if the window takes up the whole height
33075 of the frame.
33076
33077 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33078
33079 * ebuff-menu.el (Electric-buffer-menu-mode):
33080 Preserve value of buffer-local var header-line-format.
33081
33082 2005-01-09 Jay Belanger <belanger@truman.edu>
33083
33084 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33085 Make sure settings file exists before accessing it.
33086
33087 * calc/calc-embed.el (calc-embedded-subst):
33088 Replace math-multi-subst-rec, which is only supposed to be called
33089 by math-multi-subst, by math-multi-subst.
33090
33091 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33092
33093 * vc.el (vc-allow-async-revert): New user option.
33094 (vc-disable-async-diff): New internal variable.
33095 (vc-revert-buffer): Use them to disable asynchronous diff.
33096
33097 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33098 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33099 asynchronously if vc-disable-async-diff is t.
33100
33101 2005-01-09 Jay Belanger <belanger@truman.edu>
33102
33103 * calc/calc.el (defcalcmodevar): New macro.
33104 (calc-mode-var-list-restore-default-values)
33105 (calc-mode-var-list-restore-saved-values): New functions.
33106 (calc-mode-var-list): Use defcalcmodevar to define it.
33107 (calc-always-load-extensions, calc-line-numbering)
33108 (calc-line-breaking, calc-display-just, calc-display-origin)
33109 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33110 (calc-group-char, calc-point-char, calc-frac-format)
33111 (calc-prefer-frac, calc-hms-format, calc-date-format)
33112 (calc-float-format, calc-full-float-format, calc-complex-format)
33113 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33114 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33115 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33116 (calc-matrix-brackets, calc-language, calc-language-option)
33117 (calc-left-label, calc-right-label, calc-word-size)
33118 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33119 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33120 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33121 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33122 (calc-window-height, calc-display-trail, calc-show-selections)
33123 (calc-use-selections, calc-assoc-selections)
33124 (calc-display-working-message, calc-auto-why, calc-timing)
33125 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33126 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33127 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33128 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33129 (calc-gnuplot-geometry, calc-graph-default-resolution)
33130 (calc-graph-default-resolution-3d, calc-invocation-macro)
33131 (calc-show-banner): Use defcalcmodevar to declare them and set
33132 their default values.
33133
33134 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33135 instead of default values (but restore default values if there is
33136 an argument of 0).
33137
33138 2005-01-09 David Kastrup <dak@gnu.org>
33139
33140 * desktop.el (desktop-restore-eager): Fix typo in type.
33141
33142 2005-01-08 Richard M. Stallman <rms@gnu.org>
33143
33144 * cus-edit.el (customize): Delete :link.
33145
33146 2005-01-08 Jay Belanger <belanger@truman.edu>
33147
33148 * calc/calc.el (calc-mode): Remove the extension from the
33149 `calc-settings-file' file name when loading it.
33150
33151 2005-01-08 Kim F. Storm <storm@cua.dk>
33152
33153 * info.el (Info-mode-map, Info-next-link-keymap)
33154 (Info-prev-link-keymap, Info-up-link-keymap):
33155 Map follow-link to mouse-face.
33156 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33157
33158 2005-01-08 Jay Belanger <belanger@truman.edu>
33159
33160 * calc/calc.el (calc-settings-file): Change default value.
33161 Suggested by cgw in a comment in calc-mode.el.
33162
33163 * calc/calc-mode.el (calc-settings-file-name):
33164 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33165 Replace ~/.emacs in a prompt by calc-settings-file.
33166
33167 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33168
33169 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33170 (desktop-lazy-idle-delay): New customizable variables.
33171 (desktop-buffer-args-list): New variable.
33172 (desktop-append-buffer-args): New function.
33173 (desktop-save): Call desktop-append-buffer-args for some buffers.
33174 (desktop-lazy-create-buffer): New function.
33175 (desktop-idle-create-buffers): New function.
33176 (desktop-read): Add message about buffers to restore lazily.
33177 (desktop-lazy-abort): New command.
33178 (desktop-clear): Call desktop-lazy-abort.
33179 (desktop-lazy-complete): New command.
33180
33181 2005-01-06 Richard M. Stallman <rms@gnu.org>
33182
33183 * emacs-lisp/find-func.el (find-face-definition):
33184 Rename from find-face.
33185
33186 2005-01-06 Kim F. Storm <storm@cua.dk>
33187
33188 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33189
33190 * man.el (Man-xref-man-page, Man-xref-header-file)
33191 (Man-xref-normal-file): Add follow-link property.
33192
33193 2005-01-06 Jay Belanger <belanger@truman.edu>
33194
33195 * calc/calc-units.el: Make sure the proper macro definitions are
33196 available when compiling.
33197
33198 2005-01-06 Juri Linkov <juri@jurta.org>
33199
33200 * isearch.el (isearch-lazy-highlight-update):
33201 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33202
33203 2005-01-06 Miles Bader <miles@gnu.org>
33204
33205 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33206 (isearch-lazy-highlight-face): Use new name.
33207
33208 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33209
33210 * uniquify.el (uniquify-rationalize-file-buffer-names):
33211 Re-add an interactive spec.
33212 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33213 to the same name.
33214
33215 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33216 (isearch-update, isearch-done): Adjust calls accordingly.
33217
33218 2005-01-05 Richard M. Stallman <rms@gnu.org>
33219
33220 * custom.el (custom-set-variables, custom-theme-set-variables):
33221 Clarify documentation.
33222
33223 * emacs-lisp/find-func.el (find-variable)
33224 (find-variable-other-window, find-variable-other-frame):
33225 Fix the TYPE args to find-function-read and find-function-do-it.
33226 (find-function): Doc fix.
33227 (find-function-at-point): Replace function-at-point alias.
33228
33229 2005-01-04 Richard M. Stallman <rms@gnu.org>
33230
33231 * cus-face.el (custom-declare-face):
33232 Record defface in current-load-list.
33233
33234 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33235
33236 * emacs-lisp/find-func.el: Doc fixes.
33237 (find-face-regexp): New variable.
33238 (find-function-regexp-alist): New variable.
33239 (find-function-C-source): Third arg is now TYPE.
33240 (find-function-search-for-symbol): Handle general TYPE.
33241 (find-function-read, find-function-do-it): Handle general TYPE.
33242 (find-definition-noselect, find-face): New functions.
33243 (function-at-point): Alias deleted.
33244
33245 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33246
33247 * battery.el (display-battery-mode): Rename from display-battery.
33248 Handle the case where it gets turned off.
33249
33250 2005-01-04 Richard M. Stallman <rms@gnu.org>
33251
33252 * cus-edit.el (customize): Make :link point to user doc.
33253
33254 * man.el (Man-fontify-manpage): Turn off undo generation.
33255
33256 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33257
33258 2005-01-04 Andreas Schwab <schwab@suse.de>
33259
33260 * files.el (insert-directory): Only look for error lines in
33261 inserted text. Don't move too far after processing --dired markers.
33262
33263 2005-01-04 Richard M. Stallman <rms@gnu.org>
33264
33265 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33266 Don't expand if the character is @, period, dash, etc.
33267 (define-mail-abbrev): Quote names that contain problem characters.
33268
33269 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33270
33271 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33272
33273 2005-01-03 Richard M. Stallman <rms@gnu.org>
33274
33275 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33276 (query-replace-highlight, query-replace-lazy-highlight)
33277 (query-replace): Definitions moved up. Doc fix.
33278
33279 2005-01-03 Richard M. Stallman <rms@gnu.org>
33280
33281 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33282 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33283 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33284 (lazy-highlight-face): Rename from isearch-lazy-...
33285 Change all references to them.
33286
33287 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33288
33289 * cus-edit.el (custom-file): Doc fix for defcustom.
33290 (custom-file): The function no longer sets the variable
33291 `custom-file' to its return value.
33292
33293 * startup.el (command-line): No longer load `custom-file'.
33294
33295 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33296
33297 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33298
33299 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33300 Don't confuse module-prefixed identifiers for labels.
33301 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33302
33303 2005-01-02 Richard M. Stallman <rms@gnu.org>
33304
33305 * files.el (basic-save-buffer-1): Fix previous change.
33306
33307 * loadhist.el (file-loadhist-lookup): New function.
33308 (file-provides, file-requires): Use it.
33309
33310 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33311 instead of calculating the right size.
33312
33313 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33314
33315 * vc-svn.el (vc-svn-diff): Stay local if possible.
33316
33317 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33318
33319 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33320
33321 * files.el (hack-local-variables): Fix last change.
33322
33323 2005-01-02 Jay Belanger <belanger@truman.edu>
33324
33325 * calc/calc-yank.el (calc-edit-top): New variable.
33326 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33327 object. Change header properties.
33328 (calc-edit-finish, calc-edit-finish-stack-object)
33329 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33330 edited object.
33331 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33332 for the beginning of the edited object.
33333 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33334 for the beginning of the edited object.
33335 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33336 (calc-finish-formula-edit, calc-macro-repeats)
33337 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33338 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33339 beginning of the edited object.
33340 (calc-user-define-edit): Change the header for editing macros.
33341 Remove unnecessary variable.
33342
33343 2005-01-01 Jay Belanger <belanger@truman.edu>
33344
33345 * calc/calc-yank.el (calc-edit-mode): Change default header.
33346 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33347 * calc/calc-store.el (calc-edit-variable): Change title to match new
33348 header.
33349 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33350 mode to match new header.
33351 (calc-user-define-edit): Change titles to include names of commands.
33352 (calc-finish-formula-edit): Adjust to handle new header.
33353 (calc-finish-macro-edit): Remove.
33354 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33355 (calc-edit-macro-command, calc-edit-macro-command-type)
33356 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33357 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33358 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33359 (calc-edit-macro-finish-edit): New functions.
33360 (calc-user-define-edit): Use new functions to edit named calc macros.
33361
33362 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33363
33364 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33365
33366 * ses.el (copy-region-as-kill): Deactivate mark.
33367
33368 2005-01-01 Richard M. Stallman <rms@gnu.org>
33369
33370 * replace.el (occur-1): If the output buffer is also an input,
33371 don't kill it, rename it.
33372
33373 * faces.el (set-face-background, set-face-foreground): Doc fix.
33374
33375 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33376 for :foreground and :background.
33377
33378 * dired.el (dired-view-command-alist): Variable deleted.
33379 (dired-view-file, dired-mouse-find-file-other-window):
33380 Delete the code to use it.
33381
33382 2005-01-01 Kim F. Storm <storm@cua.dk>
33383
33384 * image.el (insert-sliced-image): Use t for line-height property.
33385
33386 See ChangeLog.11 for earlier changes.
33387
33388 ;; Local Variables:
33389 ;; coding: iso-2022-7bit
33390 ;; add-log-time-zone-rule: t
33391 ;; End:
33392
33393 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33394
33395 This file is part of GNU Emacs.
33396
33397 GNU Emacs is free software; you can redistribute it and/or modify
33398 it under the terms of the GNU General Public License as published by
33399 the Free Software Foundation; either version 2, or (at your option)
33400 any later version.
33401
33402 GNU Emacs is distributed in the hope that it will be useful,
33403 but WITHOUT ANY WARRANTY; without even the implied warranty of
33404 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33405 GNU General Public License for more details.
33406
33407 You should have received a copy of the GNU General Public License
33408 along with GNU Emacs; see the file COPYING. If not, write to the
33409 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33410 Boston, MA 02110-1301, USA.
33411
33412 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1