]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog.12
Merge from emacs--devo--0
[gnu-emacs] / lisp / ChangeLog.12
1 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
2
3 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
4 Don't re-query for each cleared BP.
5 (idlwave-shell-clear-bp): Optionally skip BP query.
6 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
7 of set-window-buffer, which incorrectly moves displayed region.
8
9 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
10
11 * calc/calc.el (calc-bug-address): Update maintainer's address.
12 * calc/*: Update maintainer's address.
13
14 2007-04-23 Richard Stallman <rms@gnu.org>
15
16 * simple.el (set-mark-command-repeat-pop): Doc fix.
17 Put in `editing-basics' group.
18
19 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
20
21 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
22 New functions.
23 (Info-mode-line-node-keymap): Bind mouse commands to
24 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
25
26 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
27
28 * locate.el (locate-local-prompt): New var.
29 (locate-prompt-for-command): Doc fix.
30 (locate-prompt-for-search-string): New function.
31 (locate): New optional arg. Make locate-local-prompt
32 buffer-local. Use locate-prompt-for-search-string.
33 (locate-with-filter): New optional arg.
34 Use locate-prompt-for-search-string.
35 (locate-update): Bind locate-prompt-for-command.
36
37 2007-04-23 Glenn Morris <rgm@gnu.org>
38
39 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
40
41 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
42
43 * button.el (button): Inherit from link face on a tty.
44
45 2007-04-23 Glenn Morris <rgm@gnu.org>
46
47 * button.el (button): Use color for this face on a tty.
48
49 * files.el (magic-mode-alist): Allow for carriage-returns in
50 html-mode and sgml-mode entries.
51
52 2007-04-22 Richard Stallman <rms@gnu.org>
53
54 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
55 Improve doc string of generated command.
56
57 * subr.el (read-number): Catch errors.
58
59 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
60
61 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
62
63 * image-dired.el: Rename from thumbnails.el. All instances of
64 "thumbnails" replaced with "image-dired".
65
66 * dired.el (dired-mode-map): Rename "thumbnails" again, to
67 "image-dired".
68
69 2007-04-22 Kim F. Storm <storm@cua.dk>
70
71 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
72 Don't use kill-line.
73
74 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
75
76 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
77 error message.
78
79 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
80
81 * dired.el: Rename "tumme" to "thumbnails".
82
83 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
84 replaced with "thumbnails".
85
86 2007-04-22 Glenn Morris <rgm@gnu.org>
87
88 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
89 and give it the risky-local-variable property.
90
91 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
92 before defining it.
93
94 2007-04-21 Martin Rudalics <rudalics@gmx.at>
95
96 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
97 Use delete-region instead of kill-line.
98
99 2007-04-21 Alan Mackenzie <acm@muc.de>
100
101 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
102 `kill-region' by `delete-region'.
103
104 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
105
106 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
107 instead of kill-region.
108
109 * progmodes/mantemp.el (mantemp-make-mantemps-region)
110 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
111 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
112 and kill-line.
113
114 * progmodes/vhdl-mode.el (vhdl-template-type)
115 (vhdl-template-record, vhdl-template-nature)
116 (vhdl-template-configuration-spec, vhdl-template-component-inst)
117 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
118 Use delete-region instead of kill-word and kill-line.
119
120 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
121
122 * dired-x.el (dired-virtual-mode): Doc fix.
123
124 2007-04-21 Richard Stallman <rms@gnu.org>
125
126 * font-lock.el (font-lock-keywords-alist): Mark as risky.
127
128 * subr.el (read-number): Doc fix.
129
130 * simple.el (pop-to-mark-command): Display message "mark popped"
131 if point does not move.
132 (set-mark-command): Doc fix.
133
134 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
135
136 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
137 (locate-local-filter, locate-local-search): New vars.
138 (locate): Make variables local.
139 (locate-update): Bind locate-buffer-name. Call locate using
140 locate-local-filter and locate-local-search.
141
142 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
143
144 * hi-lock.el (hi-lock-file-patterns-policy): New var.
145 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
146 (hi-lock-mode): Update docstring.
147
148 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
149
150 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
151 fill-nobreak-predicate when the break is past fill-column.
152
153 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
154
155 * locate.el (locate): Output from shell-command should go in the
156 current buffer rather than *Shell Command Output*.
157
158 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
159
160 * paren.el (show-paren-function): Fix last fix.
161
162 2007-04-19 Kevin Ryde <user42@zip.com.au>
163
164 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
165 (archive-lzh-summarize): Add optional start arg for where to start
166 looking at the archive.
167 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
168
169 * international/mule.el (auto-coding-alist): no-conversion for .exe
170 and .EXE.
171
172 2007-04-19 Alan Mackenzie <acm@muc.de>
173
174 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
175 function return type contains "struct", "union", etc.
176 c-end-of-defun goes too far forward.
177
178 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
179
180 * paren.el (show-paren-function): Reset window-start to avoid
181 recentering.
182
183 2007-04-19 Glenn Morris <rgm@gnu.org>
184
185 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
186
187 2007-04-18 Glenn Morris <rgm@gnu.org>
188
189 * calendar/diary-lib.el (diary-header-line-format): Add a custom
190 :set function.
191 (diary-list-entries): Only switch to diary-mode from
192 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
193 diary-mode set header-line-format, in case of any customization.
194
195 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
196
197 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
198 is less than the length of parse-time-syntax.
199
200 2007-04-17 David Kastrup <dak@gnu.org>
201
202 * replace.el (query-replace-regexp-eval): Deprecate.
203
204 2007-04-17 Alan Mackenzie <acm@muc.de>
205
206 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
207 point too close to EOB, leave point at EOB rather than last `}'.
208
209 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
210
211 * textmodes/bibtex.el (bibtex-include-OPTkey)
212 (bibtex-user-optional-fields, bibtex-entry-field-alist):
213 Fix defcustom.
214
215 2007-04-17 Glenn Morris <rgm@gnu.org>
216
217 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
218 be encoded, fall back to current year.
219
220 2007-04-14 Kevin Ryde <user42@zip.com.au>
221
222 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
223 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
224 M "MSDOS".
225
226 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
227
228 * progmodes/python.el (python-end-of-block): Avoid looping forever
229 if python-next-statement fails.
230
231 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
232
233 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
234
235 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
236
237 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
238 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
239
240 2007-04-15 Jay Belanger <belanger@truman.edu>
241
242 * calc/calc.el (calc-version): New function.
243 (calc-trail-mode): Shorten the title.
244
245 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
246
247 * mail/footnote.el (footnote-style): Clarify docstring to state
248 that customizing this only applies to future footnotes.
249
250 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
251
252 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
253 (bibtex-make-field): Check that INIT is a string. Use functionp.
254
255 2007-04-14 Glenn Morris <rgm@gnu.org>
256
257 * complete.el (PC-goto-end): New buffer-local variable.
258 (PC-do-completion-end): Make buffer-local.
259 (partial-completion-mode) <choose-completion-string-functions>:
260 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
261 (PC-do-completion): New optional fourth argument GOTO-END. Add a
262 doc string. Set PC-goto-end for choose-completion.
263 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
264 PC-do-completion.
265
266 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
267 arg to bibtex-make-field.
268 (bibtex-make-field): Add optional fourth arg NODELIM.
269 Insert delimiters around INIT unless this arg is non-nil.
270
271 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
272
273 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
274 global map isn't modified.
275
276 2007-04-14 Glenn Morris <rgm@gnu.org>
277
278 * calendar/appt.el (appt-disp-window): Do not split small windows.
279 Suggested by Jeff Miller <jmiller@cablespeed.com>.
280
281 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
282
283 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
284
285 * files.el: Ditto.
286
287 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
288
289 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
290
291 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
292 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
293 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
294 (term-pager-help): Fix typos in docstrings.
295
296 * wid-edit.el (widget-documentation): Fix typo in docstring.
297
298 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
299 Fix typos in error messages.
300
301 2007-04-13 Martin Rudalics <rudalics@gmx.at>
302
303 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
304 window marked as dedicated.
305
306 * mail/footnote.el (footnote-latin-string): New variable.
307 (footnote-latin-regexp): Redefine as regexp alternative.
308 (Footnote-latin): Use footnote-latin-string instead of
309 footnote-latin-regexp.
310
311 2007-04-13 Glenn Morris <rgm@gnu.org>
312
313 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
314 inherited keymaps.
315
316 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
317
318 * outline.el (outline-get-next-sibling): Clarify docstring.
319 (outline-get-last-sibling): Handle case where we are at the first
320 heading. Clarify docstring.
321
322 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
323
324 * progmodes/gud.el (gud-minor-mode-map): Make go button same
325 length as stop button to lessen flicker.
326 (jdb): Add gud-print.
327 (gud-find-expr): Jdb prints the expression with the value, so
328 don't insert it in the output.
329
330 2007-04-11 Jason Rumney <jasonr@gnu.org>
331
332 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
333 case hex. Do not try to decode non-hex letters.
334
335 2007-04-11 Markus Triska <markus.triska@gmx.at>
336
337 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
338 (byte-optimize-backward-word): Remove (move to bytecomp.el).
339 (byte-optimize-form-code-walker): Evaluate pure function calls if
340 possible.
341 (byte-optimize-all-constp): New function.
342
343 * emacs-lisp/bytecomp.el (byte-compile-char-before):
344 Improve numeric argument case.
345 (byte-compile-backward-char, byte-compile-backward-word):
346 New functions, performing rewriting previously done in byte-opt.el.
347 Fix their "Fixme" item (restriction to numeric arguments).
348
349 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
350
351 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
352 with dolist.
353 (after-init-hook): Don't quote lambda.
354 (desktop-first-buffer): Don't wrap it in eval-when-compile.
355 (desktop-internal-v2s): Remove unused var `el'.
356 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
357 desktop-restore-file-buffer.
358 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
359 desktop-create-buffer.
360
361 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
362
363 * woman.el (woman-decode-buffer): Postpone macro-set check...
364 (woman-decode-region): ...to here.
365
366 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
367
368 * startup.el (tty-handle-args): Use %S to log ARGS.
369
370 2007-04-10 Glenn Morris <rgm@gnu.org>
371
372 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
373 it is obsolete and has no effect.
374
375 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
376 byte-compiler.
377
378 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
379 obsolete function make-local-hook.
380
381 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
382 start to quieten byte-compiler.
383
384 2007-04-10 Markus Triska <markus.triska@gmx.at>
385
386 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
387 to bytecomp.el as byte-compile-char-before).
388 * emacs-lisp/bytecomp.el (byte-compile-char-before):
389 New function (modified replacement for byte-optimize-char-before in
390 byte-opt.el).
391
392 2007-04-09 Alan Mackenzie <acm@muc.de>
393
394 * startup.el (inhibit-splash-screen): Emphatically state that it
395 can't be set in site-start.el.
396
397 2007-04-09 Masatake YAMATO <jet@gyve.org>
398
399 * progmodes/cc-subword.el (c-capitalize-subword): More closely
400 mimic the behavior of `capitalize-word'. Do not move point with a
401 negative argument. Based on tiny change by Paul Curry.
402
403 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
404
405 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
406 Don't move point if ARG is negative.
407
408 2007-04-09 Alan Mackenzie <acm@muc.de>
409
410 Changes to make `narrow-to-defun' and `mark-defun' work properly
411 in CC Mode:
412
413 * progmodes/cc-defs.el (c-beginning-of-defun-1):
414 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
415 Bind beginning/end-of-defun-function to nil around calls to
416 beginning/end-of-defun.
417
418 * progmodes/cc-langs.el (beginning-of-defun-function)
419 (end-of-defun-function): New c-lang-setvar's.
420
421 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
422 (setq arg 1))" to enable non-interactive call.
423
424 2007-04-09 Eli Zaretskii <eliz@gnu.org>
425
426 * simple.el (set-mark-command): Doc fix.
427
428 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
429
430 * progmodes/gud.el (gdb): Restore existing session if user
431 tries to start a second one in graphical mode.
432
433 2007-04-08 Martin Rudalics <rudalics@gmx.at>
434
435 * cus-start.el <scroll-preserve-screen-position>: Add choices.
436
437 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
438
439 * term/xterm.el (terminal-init-xterm): Fix key definitions.
440 Add binding for C-M-SPC.
441
442 2007-04-08 Richard Stallman <rms@gnu.org>
443
444 * pcomplete.el (pcomplete-read-event): One single definition,
445 and not a defsubst.
446
447 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
448
449 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
450 byte-compiler warning "value unused".
451
452 2007-04-08 Andreas Schwab <schwab@suse.de>
453
454 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
455
456 2007-04-07 Glenn Morris <rgm@gnu.org>
457
458 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
459 Autoload these functions.
460 (diary-date-forms): Add a custom :set form.
461
462 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
463 before first use.
464 (diary-font-lock-keywords): New function with old code for
465 initialization of variable of same name.
466
467 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
468
469 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
470 clean-up: only insert space when on identifier, etc.
471
472 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
473
474 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
475
476 * net/tls.el (open-tls-stream): Properly handle case where there
477 is no associated buffer.
478
479 2007-04-07 Glenn Morris <rgm@gnu.org>
480
481 * ffap.el (ffap-file-at-point): Lower the priority of the
482 ffap-ftp-sans-slash-regexp check.
483
484 2007-04-06 Alan Mackenzie <acm@muc.de>
485
486 Fix fontification of labels, and other things with ":".
487
488 * progmodes/cc-engine.el (c-forward-label): The function now
489 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
490 the former t.
491
492 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
493 new return code from c-forward-label, fontifying tokens properly.
494 Add some general comments throughout the file.
495
496 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
497
498 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
499 Revert 2006-01-27 change.
500
501 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
502
503 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
504
505 * desktop.el (desktop-create-buffer, desktop-save):
506 Revert 2004-11-12 change for lack of copyright papers.
507
508 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
509 (dired-guess-default): Respect case.
510
511 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
512
513 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
514 was originally checked in as byte-optimize-concat on 1997-11-02.
515
516 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
517 1995-05-19 doc changes.
518
519 2007-04-06 Kim F. Storm <storm@cua.dk>
520
521 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
522 (unload-feature): Update interactive spec accordingly.
523
524 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
525
526 2007-04-06 John Paul Wallington <jpw@pobox.com>
527
528 * subr.el (with-case-table): Use `make-symbol' to avoid variable
529 capture. Restore the table in the same buffer.
530
531 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
532
533 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
534
535 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
536 Print entire form.
537
538 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
539
540 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
541 for low-color displays.
542
543 2007-04-05 Glenn Morris <rgm@gnu.org>
544
545 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
546 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
547 Seed random number generator on loading.
548
549 * emacs-lisp/authors.el (top-level): Provide self.
550
551 * play/animate.el (top-level): Provide self.
552
553 2007-04-04 Alan Mackenzie <acm@muc.de>
554
555 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
556 to mention c-syntactic-indentation.
557
558 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
559
560 * subr.el (with-case-table): New macro.
561
562 * international/mule.el (ascii-case-table): New var.
563
564 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
565 downcasing.
566
567 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
568
569 * progmodes/gud.el (gud-minor-mode-map): Simplify.
570
571 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
572 of the window if we're outside it e.g menu-bar.
573
574 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
575 window if we're outside it e.g menu-bar.
576
577 2007-04-03 Eli Zaretskii <eliz@gnu.org>
578
579 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
580 decode base-64 encoded body if its content-type is something other
581 than text/* or message/*.
582
583 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
584
585 * simple.el (activate-mark-hook): Fix typo in docstring.
586
587 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
588
589 * tmm.el (tmm-c-prompt): Initialize.
590 (tmm-menubar): Deal with extended menu-items at top level.
591 (tmm-get-keybind): Handle bindings redefined/undefined locally.
592 (tmm-prompt): Handle visibility of top level menu-items.
593
594 * progmodes/gud.el (gud-menu-map): Simplify.
595 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
596 menubar.
597
598 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
599
600 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
601
602 * comint.el (comint-send-input): Widen the buffer first.
603
604 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
605
606 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
609 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
610
611 * newcomment.el (comment-search-forward): Discard comment starters
612 before point.
613
614 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
615
616 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
617
618 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
619
620 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
621 when downcasing.
622
623 * button.el (previous-button): Rewrite to account for adjacent buttons.
624
625 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
626
627 * progmodes/idlwave.el (idlwave-auto-fill):
628 Revert paragraph-separate change.
629
630 * progmodes/idlw-shell.el (idlwave-shell-break-in):
631 Simplify module calc.
632 (idlwave-shell-set-bp-in-module): Compute module.
633
634 2007-03-31 Glenn Morris <rgm@gnu.org>
635
636 * emacs-lisp/timer.el (run-at-time): Doc fix.
637
638 * emacs-lisp/warnings.el (display-warning): If we create the
639 buffer displaying the warning, disable undo there.
640
641 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
642
643 * net/tramp.el (tramp-register-file-name-handler)
644 (tramp-register-completion-file-name-handler): New defsubst,
645 derived from `tramp-register-file-name-handlers'. The split is
646 necessary because Tramp's file name handlers must be registered at
647 different startup places.
648
649 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
650
651 * progmodes/hideshow.el (turn-off-hideshow): New function.
652 (hs-minor-mode): Use it instead of a lambda expression in
653 change-major-mode-hook.
654
655 2007-03-31 David Kastrup <dak@gnu.org>
656
657 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
658 corresponding to MANPATH_MAP entries.
659 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
660 (woman-parse-man.conf): Use more discriminating man.conf name.
661 (woman-parse-man.conf): Parse MANPATH_MAP entries.
662 (woman-manpath): Doc fix and type fix.
663 (woman-cached-data): Check for MANPATH_MAP entries.
664 (woman-expand-directory-path): Treat MANPATH_MAP entries.
665
666 2007-03-31 Stuart Herring <herring@lanl.gov>
667
668 * emacs-lisp/sregex.el (sregexq): Doc fix.
669
670 2007-03-31 Markus Triska <markus.triska@gmx.at>
671
672 * flymake.el (flymake-err-line-patterns): Doc fix.
673
674 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
675
676 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
677 Move to the right.
678
679 2007-03-30 Alan Mackenzie <acm@muc.de>
680
681 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
682
683 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
684
685 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
686 Use it, passed in explicitly, instead of from the dynamic binding.
687 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
688
689 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
690
691 * simple.el (blink-matching-open): When in minibuffer, don't
692 search for a match inside the prompt.
693
694 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
695
696 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
697 (tmm-prompt): Don't make the mouse user select the first menu
698 item twice.
699
700 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
701
702 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
703 SIGUSR1 and SIGUSR2.
704
705 2007-03-29 Kim F. Storm <storm@cua.dk>
706
707 * ido.el (ido-read-internal): When reading file or dir, only override
708 minibuffer-local-filename-completion-map, otherwise only override
709 minibuffer-local-completion-map.
710
711 2007-03-29 Glenn Morris <rgm@gnu.org>
712
713 * complete.el (partial-completion-mode): Set PC-do-completion-end
714 to nil after use.
715 (PC-lisp-complete-symbol): Create and use a marker at `end',
716 rather than using point-marker.
717
718 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
719
720 * simple.el (next-error-highlight): Doc fix.
721 (compose-mail): Revert 2007-03-19 change.
722
723 2007-03-28 Richard Stallman <rms@gnu.org>
724
725 * emacs-lisp/edebug.el (edebug-display): Don't go to
726 edebug-outside-buffer if it is dead.
727
728 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
729
730 * view.el (view-mode): Fix typos in docstring.
731
732 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
733
734 * recentf.el (recentf-save-file): Add a custom :set function.
735
736 2007-03-28 Glenn Morris <rgm@gnu.org>
737
738 * complete.el (PC-do-completion-end): New variable.
739 (partial-completion-mode) <choose-completion-string-functions>:
740 Use PC-do-completion-end in the non-minibuffer case to replace the
741 correct amount of text.
742 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
743 (PC-lisp-complete-symbol): Give marker the after-insertion type,
744 to deal with improvements inserted after point.
745
746 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
747
748 * button.el (make-text-button): Add explicit `button' property.
749 (default-button): Don't put a `button' property on it.
750
751 * progmodes/python.el (python-mode): Skip comments when parsing.
752
753 * vc-arch.el (vc-with-current-file-buffer): New macro.
754 (vc-arch-file-source-p): Use it to avoid infloop.
755
756 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
757
758 * emacs-lisp/lisp.el (lisp-complete-symbol):
759 Fix call to get-buffer-window to find windows in other frames.
760
761 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
762
763 * comint.el (comint-proc-query, comint-dynamic-list-completions):
764 Fix calls to get-buffer-window to find windows in other frames.
765 Reported by David Hansen <david.hansen@gmx.net>.
766
767 2007-03-27 Kevin Ryde <user42@zip.com.au>
768
769 * info.el (Info-display-images-node): On a text-only terminal,
770 show the "text" or "alt" parts of the image blobs.
771
772 2007-03-27 Glenn Morris <rgm@gnu.org>
773
774 * complete.el (PC-do-completion): Compute completion-base-size in
775 the non-filename case, rather than setting to nil.
776 (PC-lisp-complete-end): New variable.
777 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
778 original end in a series of consecutive invocations.
779
780 * calendar/calendar.el (calendar-mode-hook): Declare it.
781
782 * calendar/diary-lib.el (diary-live-p): Do not check for
783 diary-selective-display.
784
785 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
786
787 * replace.el (occur-next-error): *Occur* might not be displayed in the
788 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
789
790 2007-03-26 Richard Stallman <rms@gnu.org>
791
792 * textmodes/flyspell.el (flyspell-large-region):
793 Use ispell-call-process-region.
794
795 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
796
797 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
798 Use prin1 instead of princ.
799
800 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
801
802 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
803 Merge in X resources before global face.
804
805 * progmodes/compile.el (compilation-start): Save compilation-directory
806 rather than default-directory as local var.
807 (compilation-directory): Mark as safe local var.
808
809 * files.el: Don't mark default-directory as a safe local var.
810
811 2007-03-25 Alan Mackenzie <acm@muc.de>
812
813 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
814 * progmodes/cc-engine.el: Fix typo.
815
816 2007-03-25 Juri Linkov <juri@jurta.org>
817
818 * compare-w.el (compare-windows): Rename customization group
819 `compare-w' to `compare-windows'.
820 (compare-windows-whitespace, compare-ignore-whitespace)
821 (compare-ignore-case, compare-windows-sync)
822 (compare-windows-sync-string-size, compare-windows-recenter)
823 (compare-windows-highlight, compare-windows): Change group name in
824 the `group' tag from `compare-w' to `compare-windows'.
825 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
826
827 2007-03-24 Markus Triska <markus.triska@gmx.at>
828
829 * expand.el: Change example to always enable abbrev-mode,
830 and remove redundant `function'.
831 (expand-abbrev-hook): Add autoload cookie.
832
833 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
834
835 * emacs-lisp/testcover.el (testcover-start, testcover-end)
836 (testcover-mark-all, testcover-unmark-all): Add prompts to
837 interactive specs.
838
839 2007-03-24 Jason Rumney <jasonr@gnu.org>
840
841 * autorevert.el (find-file-hook, auto-revert-tail-mode):
842 Use file size in bytes for auto-revert-tail-pos not characters.
843
844 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
845
846 * vc-rcs.el (vc-rcs-annotate-command):
847 Set text property :vc-annotate-prefix on the annotation text.
848 (vc-rcs-annotate-time): Instead of searching for ": ",
849 search for end of text propertized with :vc-annotate-prefix.
850
851 2007-03-24 Martin Rudalics <rudalics@gmx.at>
852
853 * whitespace.el (top level): Remove calls putting
854 permanent-local nil property since these are no-ops.
855
856 * man.el (Man-support-local-filenames): Assure that
857 default-directory exists when doing call-process.
858
859 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
860
861 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
862 Fix omission bug: Use m4-program-options to construct shell command.
863
864 2007-03-23 David Kastrup <dak@gnu.org>
865
866 * progmodes/cc-mode.el (c-make-emacs-variables-local):
867 Use `mapcar' rather than `mapcan' to silence compiler warning.
868
869 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
870
871 * textmodes/reftex.el, textmodes/reftex-vars.el,
872 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
873 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
874 * textmodes/reftex-index.el, textmodes/reftex-global.el,
875 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
876 * textmodes/reftex-auc.el: Add maintainer address.
877
878 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
879
880 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
881 Make sure that `global-font-lock-mode' does not turn on font-lock
882 in these buffers.
883
884 2007-03-21 Kim F. Storm <storm@cua.dk>
885
886 * xt-mouse.el (xt-mouse-epoch): New variable.
887 (xterm-mouse-event): Use float-time.
888
889 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
890
891 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
892 current-time.
893
894 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
895
896 * complete.el (read-file-name-internal): Don't add the final > if the
897 completion is not finished (re-application of this patch, which was
898 accidentally undone by Eli).
899
900 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
901
902 * emulation/viper.el (viper-non-hook-settings): Handle mouse
903 clicks in describe-key and describe-key-briefly advice a little better.
904
905 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
906
907 * server.el (server-process-filter): Cancel any pending isearch.
908
909 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
910
911 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
912 (icalendar--get-unfolded-buffer): Define actual arguments rather
913 than just using &rest. Check replace-in-string is fbound.
914 (icalendar-import-buffer): Doc fix.
915 (icalendar--convert-ical-to-diary): Set diary-file.
916 Check diary-file before inserting final newline.
917 (icalendar--add-diary-entry): Return diary-file.
918
919 2007-03-21 Glenn Morris <rgm@gnu.org>
920
921 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
922 (diary-display-hook): Add custom :set function.
923
924 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
925 Add custom :set function.
926 (diary-header-line-format): Doc fix.
927 (diary-set-maybe-redraw): New function.
928 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
929 (diary-list-entries): Always run diary-mode.
930
931 2007-03-20 Kenichi Handa <handa@m17n.org>
932
933 * international/quail.el (quail-setup-completion-buf): Make the
934 completion buffer read-only.
935 (quail-completion): Adjusted for the above change. Leave the
936 modified flag nil.
937
938 2007-03-20 David Kastrup <dak@gnu.org>
939
940 * files.el (magic-mode-alist): Require literal "%!PS" string for
941 magic postscript file detection.
942
943 2007-03-20 Richard Stallman <rms@gnu.org>
944
945 * textmodes/ispell.el (ispell-call-process): New function.
946 Defends against bad `default-directory.'
947 (ispell-check-version, ispell-find-aspell-dictionaries)
948 (ispell-get-aspell-config-value, lookup-words): Call it.
949 (ispell-call-process-region): New function.
950 (ispell-send-string): Call it.
951
952 2007-03-20 Andreas Schwab <schwab@suse.de>
953
954 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
955 (finder-data): Likewise.
956 (autoloads): Likewise.
957
958 2007-03-20 Martin Rudalics <rudalics@gmx.at>
959
960 * files.el (basic-save-buffer): Do not set visited filename when
961 the corresponding directory does not exist or the specified
962 filename is that of an existing directory.
963
964 2007-03-20 Glenn Morris <rgm@gnu.org>
965
966 * calendar/diary-lib.el (diary-live-p): New function.
967 (number-of-diary-entries): Add a :set function to redisplay diary
968 when necessary.
969
970 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
971
972 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
973 from client program, mev, to compute mouse event.
974
975 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
976
977 * faces.el (momentary): Face removed; unused due to reversion of
978 2007-01-04 changes by Kevin Rodgers.
979
980 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
981 Suggested by Johan Bockg\e,Ae\e(Brd.
982
983 2007-03-19 Martin Rudalics <rudalics@gmx.at>
984
985 * font-lock.el (lisp-font-lock-keywords-1):
986 Highlight define-globalized-minor-mode as a keyword.
987
988 2007-03-19 Kim F. Storm <storm@cua.dk>
989
990 * calc/calc-forms.el (math-std-daylight-savings)
991 (math-std-daylight-savings-old): Doc fix.
992
993 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
994
995 * progmodes/python.el (python-default-template): Doc fix.
996 (python-buffer): Fix typo in docstring.
997
998 * isearchb.el (isearchb-follow-char):
999 * subr.el (def-edebug-spec): Fix typo in docstring.
1000
1001 2007-03-19 Richard Stallman <rms@gnu.org>
1002
1003 * files.el (default-directory): Mark safe.
1004 (basic-save-buffer-2): Put proper dir name in error message.
1005
1006 * simple.el (compose-mail): Run switch-function after
1007 setting up the mail buffer.
1008
1009 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1010
1011 2007-03-18 Jay Belanger <belanger@truman.edu>
1012
1013 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1014 (math-std-daylight-savings-new): Rename from
1015 `math-std-daylight-savings'.
1016 (math-std-daylight-savings-old): Rename from old value of
1017 `math-std-daylight-savings'.
1018 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1019 `math-std-daylight-savings-old' depending on the year.
1020
1021 2007-03-18 Detlev Zundel <dzu@gnu.org>
1022
1023 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1024 zero-width regexps as invalid but rather at least count them correctly.
1025
1026 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1027
1028 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1029 don't wait more if there is output available to process.
1030
1031 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1032
1033 * progmodes/compile.el (compilation-find-file): Revert change
1034 from 2006-07-18 to allow completion of directory names.
1035 Reported by John Carter <john.carter@tait.co.nz>.
1036
1037 2007-03-18 Kim F. Storm <storm@cua.dk>
1038
1039 * subr.el (when, unless): Doc fix.
1040
1041 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1042
1043 * net/tls.el (tls-program): Doc fix.
1044
1045 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1046
1047 * autorevert.el (auto-revert-tail-handler):
1048 Call after-revert-hook.
1049
1050 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1051
1052 * simple.el (switch-to-completions): No error if search for \n\n fails.
1053
1054 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1055
1056 * simple.el (line-move-1):
1057 Respect `inhibit-line-move-field-capture' property.
1058
1059 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1060
1061 * comint.el (comint-arguments): Mark backslash-escaped chars.
1062 (comint-delim-arg): Don't treat them as delimiters.
1063
1064 2007-03-12 Kim F. Storm <storm@cua.dk>
1065 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1066
1067 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1068
1069 * tempo.el (tempo-insert): Deal with 'r> if it appears
1070 specified with a prompt argument.
1071
1072 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1073
1074 * textmodes/org.el (org-set-font-lock-defaults):
1075 Handle narrow table columns correctly.
1076
1077 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1078
1079 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1080 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1081 Return to use of the -no-properties variants. There was
1082 consensus on emacs-devel that the speed of these variants was
1083 prefered since we are usually parsing files (from the internet
1084 or on disk) instead of XML created in Emacs.
1085
1086 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1087 Add customize option.
1088
1089 2007-03-12 Glenn Morris <rgm@gnu.org>
1090
1091 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1092 North American rule. Replace "daylight savings" with "daylight
1093 saving" in doc.
1094
1095 * calendar/cal-china.el, cal-dst.el, calendar.el, diary-lib.el:
1096 * calendar/lunar.el, solar.el: Replace "daylight savings" with
1097 "daylight saving" in text.
1098
1099 * woman.el (woman-change-fonts): Tweak previous change by using
1100 woman-request-regexp rather than "^\\.".
1101
1102 * startup.el (command-line-1): Make insertion of
1103 initial-scratch-message not depend on scratch being selected.
1104
1105 2007-03-11 Juri Linkov <juri@jurta.org>
1106
1107 * replace.el (match): Use yellow background on light-bg terminals.
1108
1109 2007-03-11 Richard Stallman <rms@gnu.org>
1110
1111 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1112 Correctly compute line number.
1113
1114 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1115
1116 * type-break.el (type-break-get-previous-count):
1117 Repeat previous change here.
1118
1119 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1120
1121 * progmodes/grep.el (grep-find-ignored-directories):
1122 Add .git and .bzr to list.
1123
1124 2007-03-11 Andreas Schwab <schwab@suse.de>
1125
1126 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1127
1128 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1129
1130 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1131
1132 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1133
1134 * faces.el (face-set-after-frame-default): Recalculate face
1135 customizations after applying X resources.
1136
1137 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1138
1139 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1140 (rcirc-keepalive-seconds): Remove variable.
1141 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1142 (rcirc-process, rcirc-user-disconnect): New variables.
1143 (rcirc-connect): Initalize new variables.
1144 (rcirc-keepalive): Don't send keepalive pings before connection
1145 is completed.
1146 (rcirc-sentinel): Do mark all channels with activity when
1147 connection is dropped. Run hook with process buffer local.
1148 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1149 (rcirc-buffer-process): Return value of rcirc-process if
1150 rcirc-server-buffer is nil.
1151 (rcirc-server-name): Return the reported server name.
1152 (rcirc-update-prompt): Simplify computation of the server name.
1153 (rcirc-format-response-string): Likewise.
1154 (rcirc-handler-001): Mark server as connected, record the reported
1155 server name, and schedule a timeout.
1156 (rcirc-track-nick): Add a spec for the tty class.
1157 (rcirc-user-non-nick): Remove function.
1158 (rcirc-nick-prefix-chars): Add variable.
1159 (rcirc-user-nick): Use above variable.
1160
1161 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1162
1163 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1164 Bind deactivate-mark to nil.
1165
1166 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1167
1168 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1169 that buffer contents get erased during completion.
1170
1171 2007-03-10 Glenn Morris <rgm@gnu.org>
1172
1173 * woman.el (woman-change-fonts): Add a hack to deal with
1174 font-escape followed by "." at start of a line.
1175 (woman2-IP): Add a hack to deal with consecutive requests.
1176 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1177
1178 2007-03-10 Alan Mackenzie <acm@muc.de>
1179
1180 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1181
1182 2007-03-09 Richard Stallman <rms@gnu.org>
1183
1184 * abbrev.el (abbrev): Add `provide'.
1185
1186 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1187
1188 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1189
1190 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1191
1192 * complete.el (PC-try-completion): New function.
1193 (PC-do-completion, read-file-name-internal): Use it instead of
1194 try-completion.
1195
1196 2007-03-08 Alan Mackenzie <acm@muc.de>
1197
1198 Remove stale tokens from `c-found-types' cache.
1199
1200 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1201 (c-unfind-coalesced-tokens, c-before-change): New functions.
1202 (c-maybe-stale-found-type): New variable.
1203
1204 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1205 (c-trim-found-types): New functions.
1206
1207 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1208
1209 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1210 (debug-ignored-errors): Add entry from smerge-match-conflict.
1211
1212 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1213
1214 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1215 special help topics for keywords.
1216 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1217 etc. Assistant command.
1218
1219 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * replace.el (occur-engine): Move buffer-undo-list binding...
1222 (occur-1): ...to here.
1223
1224 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1225
1226 * simple.el (minibuffer-completing-symbol): New var.
1227 (eval-expression): Use it.
1228 (completion-setup-function): Don't bind completion-base-size when
1229 completing a symbol in the minibuffer.
1230
1231 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1234 tries to start a second session in graphical mode.
1235
1236 2007-03-07 Miles Bader <miles@gnu.org>
1237
1238 * international/isearch-x.el
1239 (isearch-process-search-multibyte-characters):
1240 Strip text-properties from PROMPT to avoid an error from read-string.
1241
1242 2007-03-07 Kim F. Storm <storm@cua.dk>
1243
1244 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1245 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1246
1247 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1248
1249 * complete.el (PC-do-completion): Delete duplicates in the list of
1250 possible completions.
1251
1252 2007-03-07 Glenn Morris <rgm@gnu.org>
1253
1254 * ses.el (ses-mode): Doc fix.
1255
1256 2007-03-06 Kim F. Storm <storm@cua.dk>
1257
1258 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1259
1260 2007-03-06 Kenichi Handa <handa@m17n.org>
1261
1262 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1263
1264 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1265
1266 * simple.el (completion-setup-function): Improve last fix so it doesn't
1267 set it to a relative directory name either.
1268
1269 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1270
1271 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1272
1273 2007-03-05 Richard Stallman <rms@gnu.org>
1274
1275 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1276
1277 * files.el (find-file-noselect): No error if file no longer exists.
1278 Display a message and avoid other questions.
1279
1280 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1281
1282 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1283 as not to use an invisible window and to create a window if none exist.
1284
1285 * progmodes/python.el (python-send-command): Restart proc if necessary.
1286 (python-proc): Simplify.
1287
1288 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1289
1290 * pcomplete.el (pcomplete-show-completions): Search all frames for
1291 completions buffer.
1292
1293 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1294
1295 * cus-edit.el (customize-save-variable): Clear customized-value
1296 property (saved values are now put in theme-value property).
1297 (customize-set-variable): Doc fix.
1298
1299 * complete.el (PC-do-completion): If completion-ignore-case is
1300 non-nil, replace field with completion string before exiting.
1301
1302 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1303
1304 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1305 Append its extension to the resulting temporary file name.
1306 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1307
1308 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1309 (tramp-smb-handle-write-region): Apply it.
1310
1311 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1312
1313 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1314 Redo previous change.
1315
1316 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1317
1318 * diff-mode.el (diff-mode): Doc fix.
1319
1320 2007-03-05 Kenichi Handa <handa@m17n.org>
1321
1322 * international/characters.el: Set category `l' (latin)
1323 for more characters.
1324
1325 2007-03-04 Kim F. Storm <storm@cua.dk>
1326
1327 * emacs-lisp/authors.el (authors-aliases): Add alias.
1328
1329 2007-03-04 Glenn Morris <rgm@gnu.org>
1330
1331 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1332 all when switching major mode.
1333 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1334 (hs-block-start-mdata-select, hs-block-end-regexp)
1335 (hs-forward-sexp-func, hs-adjust-block-beginning):
1336 Do not make these variables permanent-local.
1337
1338 2007-03-04 Richard Stallman <rms@gnu.org>
1339
1340 * progmodes/cperl-mode.el (cperl-mode):
1341 Modify cperl-compilation-error-regexp-alist by appending.
1342
1343 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1344 (edebug-mode): Add the hook.
1345 (edebug-recursive-edit): Remove the hook on exiting.
1346
1347 * type-break.el (type-break-get-previous-time):
1348 Handle end-of-file errors specially
1349 so they don't get reported wrong in .emacs.
1350
1351 * startup.el (fancy-splash-text): Clarify text.
1352
1353 * simple.el (beginning-of-buffer, end-of-buffer):
1354 Avoid treating plain C-u like numeric arg.
1355
1356 * simple.el (completion-setup-function): Don't set
1357 default-directory to nil.
1358
1359 * shell.el (shell-dirstack-query): Doc fix.
1360
1361 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1362 Don't select the window -- pass it to primitives instead.
1363
1364 * faces.el (minibuffer-prompt): Use medium blue by default.
1365
1366 2007-03-04 David Kastrup <dak@gnu.org>
1367
1368 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1369 Preserve 16 as default value for "seconds" when customizing.
1370
1371 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1372
1373 * textmodes/org.el (org-self-insert-command)
1374 (orgtbl-self-insert-command, org-delete-char)
1375 (org-delete-backward-char): Set the `flyspell-delayed' property.
1376
1377 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1378
1379 * international/mule.el (find-auto-coding): Don't search for
1380 line-ending characters past the end of the tail.
1381
1382 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1383
1384 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1385 Jump to the line where new score has been uploaded.
1386
1387 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1388 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1389 Do nothing when the game is paused.
1390
1391 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1392
1393 * textmodes/org.el (org-set-tags): Prevent slipping of point
1394 during completion.
1395
1396 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1397
1398 * isearch.el (isearch-message-prefix):
1399 Use minibuffer-prompt-properties.
1400
1401 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1402
1403 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1404 (ps-setup): Print which Emacsen is running ps-print package.
1405
1406 2007-03-01 Stuart Herring <herring@lanl.gov>
1407
1408 * files.el (set-auto-mode-0): Use `indirect-function'.
1409 (hack-one-local-variable): Don't reapply current major mode.
1410
1411 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1412
1413 * progmodes/python.el (python-quote-syntax): Don't bother with
1414 syntax-ppss-context.
1415 (python-fill-paragraph): Make sure that fenced-string delimiters that
1416 stand on their own line stay there.
1417
1418 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1419
1420 * replace.el (perform-replace): Propertize message.
1421
1422 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1423
1424 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1425 invisible heading.
1426
1427 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1428
1429 * net/tramp.el (tramp-file-name-handler): Revert last change.
1430
1431 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1432
1433 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1434 Correct doc strings.
1435
1436 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1437
1438 * replace.el (perform-replace): Undo forward-char immediately if
1439 non-adjacent search fails.
1440
1441 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1442
1443 * version.el (emacs-major-version, emacs-minor-version):
1444 string-to-int -> string-to-number.
1445
1446 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1447
1448 * help.el (where-is): Fail gracefully when not passed a command.
1449
1450 2007-02-28 Stuart Herring <herring@lanl.gov>
1451
1452 * find-lisp.el (find-lisp-default-directory-predicate):
1453 Fix bug: Do symlink check on expanded filename.
1454
1455 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1456
1457 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1458 changes during replacement.
1459 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1460
1461 2007-02-28 Lars Hansen <larsh@soem.dk>
1462
1463 * desktop.el: Delete header line listing me as maintainer.
1464
1465 2007-02-28 Glenn Morris <rgm@gnu.org>
1466
1467 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1468 the menus case.
1469
1470 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1471
1472 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1473 hooks to avoid confusion when combining after-change calls.
1474
1475 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1476
1477 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1478 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1479 (allout-distinctive-bullets-string): Add info about bullet conventions.
1480 (allout-mode): Add info about distinctive vs plain bullets.
1481
1482 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1483
1484 * textmodes/org.el (org-archive-subtree): Quote variable name.
1485 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1486
1487 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1488
1489 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1490 (gud-bashdb-command-name, bashdb): Remove.
1491 (gud, gud-menu-map): Remove references to bash/bashdb.
1492
1493 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1494
1495 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1496 keyword for Python 2.5.
1497
1498 2007-02-26 Romain Francoise <romain@orebokech.com>
1499
1500 * net/net-utils.el (whois-server-tld): Update server for .org.
1501 (whois-server-list): Add whois.publicinterestregistry.net.
1502 (whois-guess-server): Fix formatting in docstring.
1503
1504 2007-02-26 Kim F. Storm <storm@cua.dk>
1505
1506 * mouse.el (mouse-show-mark): Run hooks and perform command
1507 remapping for mouse-region-delete-keys.
1508
1509 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1510
1511 * font-core.el (font-lock-mode): Doc fix.
1512
1513 2007-02-25 Kim F. Storm <storm@cua.dk>
1514
1515 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1516 Add selected buffer to buffer-name-history.
1517 (ido-file-internal): Set this-command to fallback command.
1518 Add file names to file-name-history.
1519
1520 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1521 Apply minibuffer-prompt-properties.
1522
1523 2007-02-25 Andreas Schwab <schwab@suse.de>
1524
1525 * files.el (hack-one-local-variable-eval-safep): Correct handling
1526 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1527
1528 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1529
1530 * textmodes/org.el (org-table-overlay-coordinates)
1531 (org-table-toggle-coordinate-overlays): New functions.
1532 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1533 New variables.
1534 (org-startup-with-deadline-check): Remove option.
1535 (org-mode): Remove deadline check on startup.
1536 (org-table-limit-column-width): Remove option.
1537 (org-table-formula-numbers-only): Remove option.
1538 (org-link-style, org-link-format): Remove options.
1539 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1540 (org-export-ascii-show-new-buffer)
1541 (org-export-html-show-new-buffer): Remove options.
1542 (org-activate-links): Remove camel option.
1543 (org-file-link-context-use-camel-case): Remove option.
1544 (org-camel-regexp): Remove variable.
1545 (org-activate-camels): Remove function.
1546 (org-store-link): Remove Camel stuff.
1547 (org-make-org-heading-camel): Remove function.
1548 (org-open-at-point): Remove camel stuff.
1549 (org-link-search): Remove camel stuff.
1550 (org-camel-to-words): Function removed.
1551 (org-get-agenda-file-buffer): Make sure we prepare the base
1552 buffers, not any indirect buffers.
1553 (org-sort-entries): Sort top-level when not on a headline, and no
1554 active region.
1555 (org-in-regexp): New function.
1556 (org-search-not-self): Rename from `org-search-not-link'.
1557 (org-open-link-marker): New variable.
1558 (org-open-at-point): Set `org-open-link-marker'.
1559 (org-print-icalendar-entries): Fixe bug with excluding DONE
1560 entries from the exported list.
1561 (org-edit-formula-lisp-indent): New command.
1562 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1563 (orgtbl-to-latex, orgtbl-insert-radio-table)
1564 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1565 (orgtbl-radio-table-templates): New option.
1566 (org-store-link-props):
1567 (org-remember-templates): More possibilities to insert info
1568 into templates.
1569 (org-remember-apply-template): Make use of the extended
1570 template capabilities.
1571 (org-remember-redo-template): New command.
1572 (org-upgrade-old-links)
1573 (org-table-modify-formulas, org-table-replace-in-formulas)
1574 (org-table-find-dataline)
1575 (org-table-get-vertical-vector): Remove functions.
1576 (org-table-remove-rectangle-highlight)
1577 (org-time-stamp-format, org-toggle-log-option)
1578 (org-table-highlight-rectangle)
1579 (org-table-iterate, org-table-make-reference):
1580 (org-translate-time, org-tree-to-indirect-buffer)
1581 (org-table-field-info, org-table-fix-formulas)
1582 (org-table-force-dataline, org-table-get-descriptor-line)
1583 (org-table-get-range)
1584 (org-skip-comments, org-sort)
1585 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1586 (org-table-current-dline, org-table-current-field-formula)
1587 (org-table-edit-backward-field)
1588 (org-table-edit-formulas-post-command)
1589 (org-table-edit-line-down, org-table-edit-line-up)
1590 (org-agenda-archive)
1591 (org-agenda-clock-cancel)
1592 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1593 (org-agenda-open-link, org-agenda-show-new-time)
1594 (org-agenda-skip-subtree-when-regexp-matches)
1595 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1596 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1597 (org-do-sort, org-file-image-p, org-find-overlays)
1598 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1599 (org-highlight-until-next-command, org-isearch-end)
1600 (org-match-any-p, org-next-link, org-previous-link):
1601 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1602 (org-rewrite-old-row-references)
1603 (org-isearch-post-command)
1604 (org-table-edit-move, org-table-edit-next-field)
1605 (org-table-edit-scroll, org-table-edit-scroll-down)
1606 (org-set-frame-title, org-show-reference)
1607 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1608 (org-show-variable): Remove command.
1609 (org-add-log-maybe): New arguments STATE, FINDPOS
1610 (org-table-sort-lines): Rewrite from scratch.
1611 (org-link-search): New argument AVOID-POS.
1612 (org-print-icalendar-entries): Remove argument CATEGORY.
1613 (org-run-agenda-series): Remove argument WONDOW.
1614 (org-next-link, org-previous-link): New commands.
1615 (org-agenda-date-format): New option.
1616 (org-table-iterate): New command.
1617 (org-table-modify-formulas)
1618 (org-table-replace-in-formulas): Remove functions.
1619 (org-table-fix-formulas): New function.
1620 (org-table-insert-column, org-table-delete-column)
1621 (org-table-move-column): Use `org-table-fix-formulas'.
1622 (org-follow-gnus-link): Patch from Bastien/Leo.
1623 (org-table-current-field-formula): New function.
1624 (org-file-image-p): New function.
1625 (org-agenda-show-new-time): New function.
1626 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1627 (org-with-remote-undo): New macro.
1628 (org-agenda-undo): New command.
1629 (org-verify-change-for-undo): New function.
1630 (org-time-stamp-format): New function.
1631 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1632 by user.
1633 (org-match-any-p): New function.
1634 (org-make-tags-matcher): Handle regular expressions for tag and
1635 todo matches.
1636 (org-read-date): Accept "+N" as input for a date relative to the
1637 current date.
1638 (org-remove-subtree-entries-from-agenda): New function.
1639 (org-agenda-archive, org-agenda-kill):
1640 Use `org-remove-subtree-entries-from-agenda'.
1641 (org-do-sort, org-sort-entries): New functions.
1642 (org-sort): New command.
1643 (org-table-sort-lines): Use `org-do-sort'.
1644 (org-fix-decoded-time): New function.
1645 (org-table-number-regexp): Require 0x... to identify as number
1646 in tables.
1647 (org-startup-options): New keywords for note taking.
1648 (org-upgrade-old-links): Remove function.
1649 (org-get-repeat): New function.
1650 (org-show-context): Also show siblings on current level.
1651 (org-show-siblings): New function.
1652 (org-isearch-end, org-isearch-post-command): New functions.
1653 (org-show-siblings): New option.
1654 (org-show-context): Use `org-show-siblings'.
1655 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1656 to be bound, because user may just use elisp.
1657
1658 2007-02-24 Kim F. Storm <storm@cua.dk>
1659
1660 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1661 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1662
1663 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1664
1665 * startup.el (command-line): Also check if the abbrev file is readable.
1666
1667 2007-02-24 John Paul Wallington <jpw@pobox.com>
1668
1669 * net/tls.el (tls-certtool-program): Fix custom type.
1670
1671 * mail/feedmail.el (feedmail-message-id-generator)
1672 (feedmail-date-generator): Fix custom types.
1673
1674 * mail/rmail.el (rmail-message-filter): Fix custom type.
1675
1676 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1677
1678 * startup.el (command-line): If simple.el cannot be found, proceed
1679 with a warning message.
1680
1681 2007-02-24 Kenichi Handa <handa@m17n.org>
1682
1683 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1684 case that BEG is a string.
1685
1686 2007-02-24 Chris Moore <dooglus@gmail.com>
1687
1688 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1689 * pgg-pgp.el (pgg-pgp-encrypt-region):
1690 * pgg-gpg.el (pgg-gpg-encrypt-region):
1691 Check pgg-encrypt-for-me if no other recipients.
1692
1693 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1694
1695 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1696
1697 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1698 shell-quote-argument.
1699
1700 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1701
1702 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1703 from the comint buffer instead of the temporary one.
1704
1705 2007-02-23 David Reitter <david.reitter@gmail.com>
1706
1707 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1708 storing it in recentf-exclude.
1709
1710 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1711
1712 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1713 in splash screen.
1714
1715 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1716
1717 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1718 commands, for restart.
1719 (idlwave-shell-current-module): Fix handling of module name by type.
1720 (idlwave-shell-break-in): Update type handling.
1721 (idlwave-shell-bp-get): Encode type in BP structure.
1722 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1723 (idlwave-shell-module-source-query): Query routine info based on type.
1724 Fix path parsing for non-compiled files.
1725 (idlwave-shell-module-source-filter): Don't signal error in filter
1726 if no source found.
1727 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1728 filter race.
1729
1730 2007-02-22 Kim F. Storm <storm@cua.dk>
1731
1732 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1733 (editable-field): Document need to put some text before the %v
1734 escape in :format string.
1735
1736 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1739 (vc-svn-use-edit): Remove unused config var.
1740 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1741
1742 * outline.el (hide-sublevels): Keep empty last line, if available.
1743
1744 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1745 rather than the corresponding unicode char, to make the code
1746 more readable.
1747
1748 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1749
1750 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1751 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1752 (speedbar-item-info-tag-helper): Doc fixes.
1753
1754 2007-02-19 Kenichi Handa <handa@m17n.org>
1755
1756 * international/mule-cmds.el (locale-language-names):
1757 Map "eo" to "Esperanto".
1758
1759 * language/european.el ("Esperanto"): New language environment.
1760
1761 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1762
1763 * simple.el (kill-line): Doc fix.
1764
1765 2007-02-17 Kim F. Storm <storm@cua.dk>
1766
1767 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1768 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1769 (bindat--unpack-group, bindat--pack-group):
1770 Handle vectors with optional element type.
1771
1772 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1773
1774 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1775 if PASSPHRASE is given.
1776
1777 2007-02-17 Chris Moore <dooglus@gmail.com>
1778
1779 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1780 Recognize backups of bz2 compressed files.
1781
1782 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1783
1784 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1785 to nil to speed up lookup of the symbol in index nodes.
1786
1787 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1788
1789 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1790 Add indentation for the constants of Lisp.
1791
1792 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1793
1794 * ps-print.el: Use (defvar <foo>) where applicable.
1795 (ps-print-emacs-type): Remove.
1796 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1797 (ps-frame-parameter): Align its call-convention with frame-parameter.
1798 (ps-begin-job): Adjust calls to it appropriately.
1799 (ps-setup): Don't print ps-print-emacs-type.
1800 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1801 Define in such a way that it's obvious that it's defined.
1802 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1803 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1804 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1805
1806 2007-02-15 Alan Mackenzie <acm@muc.de>
1807
1808 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1809 an empty one-line C-style comment, post-position point properly.
1810
1811 2007-02-15 Chris Moore <dooglus@gmail.com>
1812
1813 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1814 (isearch-lazy-highlight-new-loop): Bind it.
1815 (isearch-lazy-highlight-search): Use it.
1816
1817 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1818
1819 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * font-lock.el (font-lock-extend-region-wholelines):
1822 Only return non-nil if the region has really been changed.
1823 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1824
1825 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1826
1827 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1828 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1829 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1830
1831 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * faces.el (color-values): Revert changes to docstring from
1834 2007-01-31 and 2000-09-07.
1835
1836 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1837 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1838 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1839 (ispell-help): Fix typos in docstring and output message.
1840
1841 2007-02-14 Kim F. Storm <storm@cua.dk>
1842
1843 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1844 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1845 (grep): Fix lgrep reference.
1846
1847 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1848 (standard-display-underline): Use make-glyph-code.
1849
1850 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1851
1852 * international/latin1-disp.el (latin1-display-char):
1853 Use make-glyph-code.
1854
1855 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1856
1857 * ehelp.el (with-electric-help, electric-help-exit)
1858 (electric-help-retain): Doc fixes.
1859
1860 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1861 (byte-compile-file): Doc fixes.
1862
1863 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1864
1865 * term/mac-win.el: Change all uses of
1866 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1867 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1868 (mac-ae-get-url): Call select-frame-set-input-focus.
1869 (mac-dnd-handle-drag-n-drop-event): Don't call
1870 select-frame-set-input-focus.
1871
1872 2007-02-13 Kenichi Handa <handa@m17n.org>
1873
1874 * international/characters.el: Fix documentation of category `a'.
1875
1876 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1877
1878 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1879
1880 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1881
1882 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1883 (tramp-get-remote-ln): Handle error case.
1884 Reported by Chris Moore <dooglus@gmail.com>.
1885
1886 2007-02-11 Kim F. Storm <storm@cua.dk>
1887
1888 * bindings.el (ctl-x-map): Remove register compatibility bindings
1889 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1890
1891 2007-02-11 Richard Stallman <rms@gnu.org>
1892
1893 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1894 in load history.
1895
1896 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1897 condition -- don't fail to stop at endpos.
1898
1899 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1900
1901 * textmodes/org.el (org-agenda-get-todos)
1902 (org-agenda-get-timestamps, org-agenda-get-closed)
1903 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1904 (org-agenda-get-blocks, org-format-agenda-item)
1905 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1906 from `category' to `org-category'.
1907
1908 2007-02-11 Kenichi Handa <handa@m17n.org>
1909
1910 * international/titdic-cnv.el (titdic-convert): Force files be written
1911 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1912 (miscdic-convert): Force files be written with Unix-like eol format.
1913
1914 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1915
1916 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1917
1918 * calculator.el (calculator-prompt): Doc fix.
1919 (calculator-mode-map): Fix typo in menu entry.
1920
1921 2007-02-10 Jay Belanger <belanger@truman.edu>
1922
1923 * calculator.el (calculator): Do more extensive checking for when
1924 3 lines should be used for the calculator.
1925
1926 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1927
1928 * info-look.el (info-lookup-make-completions):
1929 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1930 index nodes.
1931
1932 * info.el (Info-fontify-maximum-menu-size): Document the effect
1933 of a nil value.
1934 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1935 non-nil before using it as size.
1936
1937 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1938
1939 * subr.el (insert-for-yank-1): Prevent read-only properties from
1940 interfering with text property operations.
1941
1942 * image-mode.el (image-mode): Revert 2007-01-30 changes.
1943
1944 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
1945 (image-type-auto-detected-p): Fail if another match is found in
1946 auto-mode-alist.
1947
1948 * files.el (magic-mode-alist): Call image-mode instead of
1949 image-mode-maybe for autodetected images.
1950
1951 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
1952
1953 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
1954 Fix typos in docstrings.
1955 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
1956
1957 2007-02-09 Kim F. Storm <storm@cua.dk>
1958
1959 * emacs-lisp/float-sup.el: Remove obsolete comment.
1960
1961 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
1964
1965 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1966
1967 * simple.el: Revert previous change, at request of RMS:
1968 (fundamental-mode-hook): Remove.
1969 (fundamental-mode): Run after-change-major-mode-hooks manually,
1970 and don't run the now-nonexistent fundamental-mode-hook.
1971
1972 2007-02-08 Karl Fogel <kfogel@red-bean.com>
1973
1974 * simple.el (fundamental-mode-hook): Declare new hook.
1975 (fundamental-mode): Run the new dedicated hook, and don't run
1976 after-change-major-mode-hooks manually anymore.
1977
1978 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1979
1980 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
1981 added columns of chars. Remove support for the "no-meta-info" format.
1982 Prompted by Romain Francoise <romain@orebokech.com>.
1983
1984 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1985
1986 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
1987 (gdb-mouse-until, gdb-mouse-jump): Use it.
1988
1989 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
1990
1991 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
1992 work when there is just an assembler buffer (no source buffer).
1993
1994 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
1995
1996 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
1997 just because the diff was produced using "-p" (--show-c-function).
1998
1999 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2000
2001 * faces.el (frame-set-background-mode): Use `color-values' and
2002 `display-color-p', not `x-color-values' and `x-display-color-p'.
2003 (face-valid-attribute-values): Use `defined-colors' instead of
2004 `x-defined-colors'.
2005
2006 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2007
2008 * ps-print.ps: The ps-print commands without face printing should not
2009 print background color. Reported by Leo <sdl.web@gmail.com>.
2010 (ps-print-version): New version 6.7.3.
2011 (ps-begin-job): New arg. Fix ps-default-background and
2012 ps-default-foreground initialization.
2013 (ps-face-attributes): Fix doc string.
2014 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2015
2016 * printing.el: Fix ps-print link.
2017
2018 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2019
2020 * faces.el (face-set-after-frame-default): Compile attributes to
2021 be set by frame parameters before merging in X resources.
2022
2023 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2024
2025 * simple.el (blink-matching-paren-dont-ignore-comments):
2026 (blink-matching-paren-on-screen): Doc fixes.
2027
2028 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2029
2030 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2031
2032 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2033
2034 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2035 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2036 entries like `defun'. Return nil.
2037
2038 2007-02-05 Kim F. Storm <storm@cua.dk>
2039
2040 * ido.el: Doc fixes.
2041
2042 2007-02-04 David Kastrup <dak@gnu.org>
2043
2044 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2045 `mpuz-allow-double-multiplicator' is non-zero, and correct
2046 calculation of `min'.
2047
2048 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2049
2050 * wid-edit.el (widget-default-create): Insert new text at the
2051 :from marker _after_ the marker, not before it.
2052
2053 2007-02-04 Alan Mackenzie <acm@muc.de>
2054
2055 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2056 containing it is re-indented.
2057
2058 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2059
2060 * net/newsticker.el (newsticker--insert-image): Update docstring,
2061 and insert the image directly.
2062 (newsticker--buffer-redraw): Update docstring.
2063
2064 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2065 Rename from define-global-minor-mode.
2066
2067 * progmodes/cwarn.el (global-cwarn-mode):
2068 * emacs-lisp/autoload.el (make-autoload):
2069 * hi-lock.el (global-hi-lock-mode):
2070 * font-core.el (global-font-lock-mode): All callers changed.
2071
2072 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2073
2074 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2075 Don't copy @ignore lines into menu descriptions.
2076 (texinfo-multi-file-update): Goto the @node line before attempting
2077 to pluck the node name.
2078 (texinfo-multiple-files-update): Reverse the optional arguments'
2079 order, as per the doc string and the `interactive' form.
2080
2081 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2082
2083 * image-mode.el: Use autoload to avoid overriding disabled setting
2084 applied in .emacs.
2085
2086 2007-02-03 Alan Mackenzie <acm@muc.de>
2087
2088 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2089 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2090 adjacent paren groups).
2091
2092 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2093
2094 * progmodes/ebnf2ps.el: Doc fixes.
2095 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2096
2097 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2098
2099 * dired-x.el (dired-do-relsymlink): Add reference to
2100 dired-do-symlink. Add an autoload cookie.
2101
2102 * dired-aux.el (dired-do-symlink): Add reference to
2103 dired-do-relsymlink.
2104
2105 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2106
2107 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2108 <left-fringe mouse-3>: New bindings.
2109
2110 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2111
2112 * newsticker.el (newsticker-version): Changed to "1.10".
2113 (newsticker--set-customvar): Doc string.
2114 (newsticker-new-item-face): Doc string.
2115 (newsticker-mode): Initialize `invisibility-spec' with t.
2116 (newsticker-mode-map): Added
2117 `newsticker-mark-all-items-at-point-as-read'.
2118 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2119 (newsticker-w3m-show-inline-images): Do not call
2120 `w3m-remove-image'.
2121 (newsticker--buffer-after-w3m-insert-image): New advice for
2122 w3m-insert-image to cache images.
2123 (newsticker-next-item-same-feed): New.
2124 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2125 (newsticker-mark-all-items-of-feed-as-read): New.
2126 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2127 (newsticker-mark-item-at-point-as-read): Doc string.
2128 (newsticker-mark-item-at-point-as-read): Use new functions.
2129 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2130 `newsticker-mark-item-at-point-as-read'.
2131 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2132 (newsticker--sentinel): Yet another xml-parser workaround.
2133 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2134 days.
2135 (newsticker--buffer-do-insert-text): Fix.
2136 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2137 (newsticker--buffer-make-item-completely-visible):
2138 `switch-to-buffer' not necessary.
2139
2140 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2141
2142 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2143 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2144 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2145 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2146 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2147
2148 2007-02-02 Kenichi Handa <handa@m17n.org>
2149
2150 * international/quail.el (quail-show-key): Fix an error message.
2151
2152 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2153
2154 * faces.el (set-face-underline-p, modify-face): Rename arg
2155 UNDERLINE-P to UNDERLINE (it is not a flag).
2156
2157 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2158
2159 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2160 when adding gdb-speedbar-update to gdb-input-queue.
2161
2162 2007-02-01 Kenichi Handa <handa@m17n.org>
2163
2164 * international/quail.el (quail-show-key): Signal an error if the
2165 current input method is not using Quail.
2166
2167 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2168
2169 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2170 Trim leading whitespace in sysvar names.
2171
2172 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2173
2174 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2175
2176 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2177
2178 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2179
2180 2007-01-31 Romain Francoise <romain@orebokech.com>
2181
2182 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2183 previous change to this file.
2184
2185 2007-01-31 Jason Rumney <jasonr@gnu.org>
2186
2187 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2188 image-mode.
2189
2190 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2191 interfering with attempt to set major mode from modified
2192 auto-mode-alist.
2193
2194 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2195
2196 * faces.el (color-values): Doc fix.
2197 (face-differs-from-default-p): Don't check :foreground twice.
2198
2199 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2200
2201 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2202
2203 2007-01-31 Kenichi Handa <handa@m17n.org>
2204
2205 * international/quail.el (quail-store-decode-map-key): Store a
2206 translated character too.
2207 (quail-char-equal-p): New function.
2208 (quail-find-key1): Check character equality by quail-char-equal-p.
2209 (quail-decode-map-generated): New variable.
2210 (quail-find-key): Check quail-decode-map-generated and re-generate
2211 a decode map if necessary.
2212
2213 2007-01-30 Richard Stallman <rms@gnu.org>
2214
2215 * tutorial.el (tutorial--detailed-help): Make the list of
2216 changed keys look nicer.
2217
2218 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2219
2220 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2221 (gdb-var-delete): Use it.
2222 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2223 `in_scope'.
2224
2225 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2226
2227 * files.el (get-free-disk-space): Return nil for remote directories.
2228
2229 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2230 instead of "dir".
2231
2232 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2233
2234 * type-break.el (type-break-catch-up-event): New function.
2235 (type-break-demo-hanoi, type-break-demo-life)
2236 (type-break-demo-boring): Use it.
2237
2238 * image-mode.el (image-mode): Don't automatically view as image.
2239 (image-toggle-display): Add `disabled' property.
2240
2241 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2242
2243 * isearchb.el (isearchb-iswitchb):
2244 * ps-print.el (ps-build-face-reference):
2245 * emacs-lisp/shadow.el (list-load-path-shadows):
2246 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2247 * international/mule.el (find-auto-coding):
2248 * mail/supercite.el (sc-attrib-selection-list):
2249 * progmodes/cc-defs.el (c-emacs-features):
2250 * progmodes/cc-vars.el (c-offsets-alist):
2251 * progmodes/flymake.el
2252 (flymake-init-create-temp-source-and-master-buffer-copy):
2253 Fix typos in docstrings (some suggested by Chris Moore).
2254
2255 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2256 (vhdl-get-library-unit, vhdl-corresponding-begin)
2257 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2258 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2259 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2260 (vhdl-font-lock-match-item): Fix typos in docstrings.
2261 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2262 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2263 (vhdl-speedbar-insert-project-hierarchy):
2264 Improve argument/docstring consistency.
2265
2266 2007-01-29 Kenichi Handa <handa@m17n.org>
2267
2268 * international/titdic-cnv.el (py-converter): Fix previous change.
2269
2270 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2271
2272 * jka-compr.el (jka-compr-partial-uncompress)
2273 (jka-compr-call-process): Rebind default-directory if it is
2274 invalid. Suggested by Chris Moore.
2275
2276 * comint.el (comint-insert-input): Handle situation where the
2277 selected buffer is not the clicked buffer.
2278
2279 2007-01-29 Kenichi Handa <handa@m17n.org>
2280
2281 * international/ja-dic-cnv.el (skkdic-convert):
2282 Add byte-compile-disable-print-circle:t at the head.
2283
2284 * international/titdic-cnv.el (tit-process-header):
2285 Add byte-compile-disable-print-circle:t at the head.
2286 (miscdic-convert): Likewise.
2287 (py-converter): Skip the header comments.
2288
2289 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2290 New variable.
2291 (byte-compile-output-file-form): Bing print-circle to nil if
2292 byte-compile-output-file-form is not nil.
2293 (byte-compile-output-docform): Likewise.
2294
2295 2007-01-28 Kim F. Storm <storm@cua.dk>
2296
2297 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2298 Declare earlier to avoid byte compiler warnings.
2299
2300 2007-01-28 Markus Triska <markus.triska@gmx.at>
2301
2302 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2303
2304 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2305
2306 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2307 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2308 when calling update-game-score program. Remove unnecessary
2309 save-excursion.
2310
2311 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2312
2313 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2314
2315 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2316 avoid compiler warning.
2317 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2318 might have values other than "true" or "false".
2319
2320 2007-01-28 Richard Stallman <rms@gnu.org>
2321
2322 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2323 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2324
2325 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2326
2327 * image.el (image-type-header-regexps): Make GIF regex more specific.
2328
2329 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2330 Don't check `backspace'.
2331 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2332 in Fundamental mode.
2333
2334 * startup.el (fancy-splash-text, normal-splash-screen):
2335 Mention C-g.
2336
2337 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2338 when inserting in buffer.
2339
2340 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2341 inside the if.
2342
2343 2007-01-27 Richard Stallman <rms@gnu.org>
2344
2345 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2346
2347 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2348
2349 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2350 enum/union/struct/class definition.
2351 Revert change to call `forward-sexp' multiple times.
2352
2353 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2354
2355 * files.el (hack-local-variables-confirm): Don't keep trying to
2356 read an event from an empty kbd macro.
2357
2358 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2359
2360 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2361
2362 2007-01-27 Ben North <ben@redfrontdoor.org>
2363
2364 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2365 the arg CHILDREN -> WHICH.
2366
2367 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2368
2369 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2370 default-directory to a sane value when calling start-process.
2371
2372 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2373
2374 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2375 (ls-lisp-format-time-list): Doc fix. Mention
2376 ls-lisp-use-localized-time-format.
2377 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2378 ls-lisp-use-localized-time-format is non-nil, even if a valid
2379 locale is defined.
2380
2381 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2382
2383 * jka-compr.el (jka-compr-shell): Doc fix.
2384
2385 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2386
2387 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2388
2389 * ps-print.ps: Fix background height.
2390 (ps-print-version): New version 6.7.2.
2391
2392 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2393
2394 * makefile.w32-in (finder-data, custom-deps): Depend on
2395 $(lisp)/loaddefs.el.
2396
2397 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2398
2399 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2400
2401 2007-01-24 Miles Bader <miles@gnu.org>
2402
2403 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2404 (byte-compile-output-docform): Bind `print-circle' to t.
2405
2406 2007-01-24 Kenichi Handa <handa@m17n.org>
2407
2408 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2409 file name of the original SKK dictionary file.
2410
2411 2007-01-24 Kim F. Storm <storm@cua.dk>
2412
2413 * ido.el (ido-initial-position): New variable.
2414 (ido-read-internal): Set it if default item is specified.
2415 (ido-minibuffer-setup): Position cursor accordingly if set.
2416 (ido-edit-input): C-e moves to end of input if not already there.
2417 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2418 Don't switch to buffer mode if repeating C-b at start of input.
2419 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2420 input; else it moves to start of input.
2421 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2422 not at end of input, delete rest of input, rather than normal op.
2423
2424 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2425
2426 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2427
2428 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2429 of message. Activate mark.
2430 (ediff-activate-mark): Set transient-mark-mode to t.
2431
2432 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2433
2434 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2435
2436 * help-fns.el (describe-variable): Don't suppress display of
2437 buffer local value when the value is "large".
2438
2439 2007-01-22 Kim F. Storm <storm@cua.dk>
2440
2441 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2442 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2443 (ido-tidy): Use ido-active.
2444
2445 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2446
2447 * hexl.el (hexl-mode-exit): Add missing quote.
2448
2449 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2450
2451 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2452 (mac-ae-keyboard-modifiers): New function.
2453 (mac-handle-toolbar-switch-mode): Use it.
2454 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2455 if keyboard modifiers on drop contain option key.
2456 (mac-dnd-drop-data): Add optional argument `action'.
2457 (special-event-map): Remove binding for M-drag-n-drop.
2458
2459 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2460
2461 * add-log.el (add-log-current-defun): Use CC Mode functions to
2462 find the beginning and end of a defun.
2463
2464 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2465
2466 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2467 (gdb-var-create-handler): Handle value field in GDB output of
2468 -var-create.
2469 (gdb-max-frames): New variable.
2470 (gdb-stack-buffer, gdb-frames-select): Use it.
2471 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2472 if necessary.
2473 (gdb-get-frame-number): Simplify.
2474
2475 2007-01-21 Glenn Morris <rgm@gnu.org>
2476
2477 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2478 Update copyrights.
2479
2480 2007-01-21 Alan Mackenzie <acm@muc.de>
2481
2482 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2483 handling of K&R stuff.
2484
2485 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2486
2487 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2488
2489 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2490
2491 * ps-print.el: Handle frame parameters (background and/or foreground
2492 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2493 (ps-print-version): New version 6.7.1.
2494 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2495 (ps-frame-parameter): New fun.
2496 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2497 Fix doc and customization.
2498 (ps-begin-job): Get frame parameters (background and/or foreground
2499 colors).
2500 (ps-do-despool): Ensure ps-printer-name has a valid value.
2501
2502 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2505 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2506 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2507 mean unlimited.
2508
2509 2007-01-20 Alan Mackenzie <acm@muc.de>
2510
2511 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2512 much more rigorous analysis of putative K&R regions.
2513
2514 2007-01-20 Alan Mackenzie <acm@muc.de>
2515
2516 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2517 New functions.
2518
2519 2007-01-20 Alan Mackenzie <acm@muc.de>
2520
2521 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2522 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2523 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2524 * progmodes/cc-vars.el: Add my name.
2525
2526 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2527
2528 * files.el (find-alternate-file): Revert query message to Emacs 21
2529 version.
2530
2531 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2532
2533 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2534 the doc string how to use personal abbrevs without electric
2535 keywords.
2536
2537 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2538
2539 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2540 Fixed cursor position when toggle abbreviated display.
2541
2542 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2543
2544 * t-mouse.el: Update copyright following assignment by
2545 Alessandro Rubini.
2546
2547 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2548
2549 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2550 (type-break-demo-boring): Call read-event instead of read-char.
2551
2552 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change)
2553
2554 * progmodes/compile.el: Add handling for makepplog.
2555
2556 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2557
2558 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2559 aspell dictionaries are initialized when called non-interactively.
2560
2561 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2562
2563 * progmodes/compile.el (compilation-loop): New arg limit.
2564 Handle case where the first error is at point-min.
2565 (compilation-next-error): New arg to compilation-loop call.
2566
2567 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2568
2569 * info.el (Info-default-dirs): Change default info dir to
2570 share/info.
2571
2572 * paths.el (Info-default-directory-list): Ditto.
2573
2574 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2575
2576 * hexl.el (hexl-before-revert-hook): New function.
2577 (hexl-mode): Use it.
2578 (hexl-after-revert-hook): Just call hexl-mode.
2579 (hexl-mode-exit): Remove before-revert-hook.
2580
2581 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2584
2585 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2586
2587 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2588 by "-" in francais7 otherchars entry.
2589 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2590 otherchars entry.
2591
2592 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2593
2594 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2595 path. Rewrite function in `cond' style for readability.
2596
2597 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2598 (The path shortening, that is, not the rearrangement.)
2599
2600 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2601
2602 * term/mac-win.el (mac-ae-quit-application): New function.
2603 (mac-apple-event-map): Bind "quit application" Apple event to it.
2604
2605 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2606
2607 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2608 than the program's output.
2609
2610 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2611
2612 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2613 (kmacro-start-macro-or-insert-counter)
2614 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2615 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2616
2617 * longlines.el (longlines-show-hard-newlines):
2618 * ruler-mode.el (ruler-mode-ruler):
2619 * emulation/keypad.el (keypad-setup):
2620 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2621 Fix typo in docstring.
2622
2623 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2624
2625 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2626 Remove redirect character ">".
2627
2628 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2629
2630 * replace.el (perform-replace): Remove leftover code.
2631
2632 2007-01-12 Richard Stallman <rms@gnu.org>
2633
2634 * replace.el (perform-replace): Don't clear NODENT when computing
2635 the replacement string.
2636
2637 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2638
2639 * net/tramp.el (tramp-handle-file-local-copy):
2640 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2641 <christopher.ian.moore@gmail.com>.
2642
2643 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2644
2645 * diff-mode.el (diff-sanity-check-context-hunk-half)
2646 (diff-sanity-check-hunk): New functions.
2647 (diff-find-source-location): Use'em to check the hunks are well-formed.
2648
2649 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2650 activate undo when undo is not active.
2651 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2652
2653 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2654
2655 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2656 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2657 (ffap-url-at-point): Use char-classes rather than "a-z".
2658
2659 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2660
2661 * ediff-init.el (ediff-autostore-merges):
2662 * textmodes/fill.el (fill-region): Doc fix.
2663
2664 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2665
2666 * server.el (server-ensure-safe-dir): UIDs may be floats.
2667
2668 2007-01-10 Richard Stallman <rms@gnu.org>
2669
2670 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2671 around calls to directory-files.
2672
2673 * subr.el (momentary-string-display): Use save-excursion.
2674
2675 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2676 argument, but read it as `X' does.
2677
2678 2007-01-09 Juri Linkov <juri@jurta.org>
2679
2680 * info.el (Info-fontify-node): Don't hide node names of index entries.
2681
2682 * faces.el (momentary): Change :group to basic-faces where all
2683 basic faces belong to. Add :version.
2684
2685 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2686
2687 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2688 keybinding is found.
2689 (tutorial--find-changed-keys): Never treat null keybinding as a
2690 remapping.
2691
2692 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2693
2694 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2695
2696 2007-01-09 Kenichi Handa <handa@m17n.org>
2697
2698 * international/mule-cmds.el
2699 (select-safe-coding-system-interactively): Fix message.
2700
2701 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2702
2703 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2704 (tramp-process-actions): Add optional parameter TIMEOUT.
2705 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2706 (tramp-open-connection-su): Add timeout of 60".
2707
2708 2007-01-09 Richard Stallman <rms@gnu.org>
2709
2710 * progmodes/compile.el (compile): Doc fix.
2711
2712 2007-01-09 Markus Triska <markus.triska@gmx.at>
2713
2714 * tumme.el (tumme-display-thumb): Doc fix.
2715
2716 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2717
2718 * battery.el (battery-search-for-one-match-in-files):
2719 * bindings.el (mode-line-minor-mode-help):
2720 * x-dnd.el (x-dnd-types-alist):
2721 * calendar/icalendar.el (icalendar-import-buffer):
2722 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2723
2724 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2725
2726 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2727
2728 * replace.el (replace-regexp): Fix typo in docstring.
2729
2730 2007-01-07 Alan Mackenzie <acm@muc.de>
2731
2732 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2733 Amend doc-string and comments.
2734
2735 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2736
2737 * files.el (abbreviate-file-name): Doc fix.
2738
2739 2007-01-06 Markus Triska <triska@gmx.at>
2740
2741 * subr.el (split-string): Remove spurious ")" from doc string.
2742
2743 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2744
2745 * textmodes/table.el (table--warn-incompatibility):
2746 Use display-warning instead of momentary-string-display.
2747
2748 2007-01-05 Richard Stallman <rms@gnu.org>
2749
2750 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2751
2752 * simple.el (backward-kill-word): Doc fix.
2753
2754 2007-01-05 Romain Francoise <romain@orebokech.com>
2755
2756 * international/mule.el (sgml-html-meta-auto-coding-function):
2757 Ensure that the buffer contains a HTML document.
2758
2759 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2760
2761 * faces.el (momentary): Move here ...
2762 * subr.el (momentary): ... from here.
2763
2764 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2765
2766 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2767 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2768 large structures/arrays.
2769
2770 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2771
2772 * files.el (find-file-noselect-1, set-visited-file-name):
2773 Allow backup-enable-predicate to be nil.
2774
2775 2007-01-04 Andreas Schwab <schwab@suse.de>
2776
2777 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2778 last change.
2779
2780 2007-01-03 Richard Stallman <rms@gnu.org>
2781
2782 * woman.el (woman-decode-buffer): Clarify error message.
2783
2784 2007-01-03 Alan Mackenzie <acm@muc.de>
2785
2786 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2787
2788 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2789
2790 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2791
2792 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2793
2794 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2795
2796 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2797
2798 * emulation/viper.el (viper-custom-file-name, viper-mode):
2799 Fix typos in docstrings.
2800
2801 * subr.el (momentary-string-display): After moving point, set POS
2802 variable to it to avoid later errors once the buffer is modified.
2803 Doc fix.
2804
2805 2007-01-02 Alan Mackenzie <acm@muc.de>
2806
2807 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2808 check that the "*/" is present before trying to manipulate it.
2809
2810 2007-01-02 Richard Stallman <rms@gnu.org>
2811
2812 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2813
2814 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2815 Fix format of value.
2816
2817 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2818 Change messages accordingly.
2819 (customize-customized): Now alias.
2820
2821 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2822
2823 * files.el (version-control): Doc fix.
2824
2825 2007-01-01 Alan Mackenzie <acm@muc.de>
2826
2827 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2828 Check the format of c-state-cache is valid for an optimisation before
2829 using it.
2830
2831 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2832 are at a statement within a macro". Other changes so that only
2833 the first continuation line in a macro gets the symbol
2834 `cpp-define-intro', the others getting `statement', or whatever.
2835
2836 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2837 a string, preserve whitespace. Add a backslash only when also in
2838 a macro.
2839
2840 * progmodes/cc-defs.el: Correct typos.
2841
2842 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2843 new line after an escaped EOL in a string.
2844
2845 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2846 label when it directly follows "else", "do", ....
2847
2848 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2849 angle brackets (as seen in "explicit specialisations" of C++
2850 templates).
2851
2852 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2853 in the doc-string.
2854
2855 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2856 when the comment ender looks like "=========*/" and is alone on
2857 its line.
2858
2859 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2860 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2861 for the old name.
2862
2863 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2864 c-\(beginning\|end\)-of-defun by default.
2865
2866 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2867 New line-up function, for the DEFUN macro in the Emacs C sources.
2868 Only used in "gnu" style.
2869
2870 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2871 the "gnu" style.
2872
2873 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2874 clean-up comment-close-slash also to work when there's a comment
2875 terminator on the line.
2876 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2877 these for large arg - only take account of top level {..}, except
2878 for initial and final adjustments. M-- C-M-[ae] now go to the
2879 right defuns when the starting point is between defuns. They use
2880 the four new functions:
2881 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2882 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2883 support c-\(beginning\|end\)-of-defun.
2884
2885 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2886 expressions more rigorously, to exclude bit-field specifiers from
2887 being classed as labels.
2888 (c-forward-label): When analyzing a ":" within a macro, be careful
2889 about using c-forward-syntactic-ws at the macro beginning.
2890 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2891 stmt boundary, check for "operator=", etc.
2892
2893 * progmodes/cc-mode.el (c-postprocess-file-styles):
2894 Bind inhibit-read-only to t, around the call to
2895 c-remove-any-local-eval-or-mode-variables, so that it works on a
2896 RO file.
2897
2898 * progmodes/cc-defs.el (c-version): Update the version number to
2899 "5.31.4".
2900
2901 2007-01-01 Richard Stallman <rms@gnu.org>
2902
2903 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2904 only if we restored isearch-window-configuration.
2905
2906 2006-12-31 Romain Francoise <romain@orebokech.com>
2907
2908 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2909
2910 2006-12-31 Kim F. Storm <storm@cua.dk>
2911
2912 * files.el (auto-mode-case-fold): New defcustom.
2913 (set-auto-mode): If non-nil, perform second case-sensitive pass
2914 through auto-mode-alist if first pass failed.
2915
2916 2006-12-30 Richard Stallman <rms@gnu.org>
2917
2918 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2919
2920 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2921
2922 * allout.el (allout-encrypt-string): Handle symmetric-key
2923 passphrase caching but leave keypair caching to pgg.
2924
2925 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2926
2927 Sync with Tramp 2.0.55.
2928
2929 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2930 `integerp'. `char-equal' could fail else in case of negative
2931 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2932 (top): Check for `font-lock-add-keywords' before calling; it
2933 doesn't exist under XEmacs.
2934 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2935 (tramp-completion-mode): Remove clause (not
2936 tramp-unified-filenames), because the function is called in other
2937 context too, where this check results in wrong results in the
2938 XEmacs case on Windows.
2939 (tramp-touch): UTC handling is not possible for XEmacs.
2940
2941 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2942
2943 * scroll-bar.el (previous-scroll-bar-mode): New variable
2944 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
2945 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
2946
2947 * term/x-win.el: Set scroll bar mode to right if set by X resources.
2948
2949 2006-12-30 Richard Stallman <rms@gnu.org>
2950
2951 * files.el (make-backup-file-name-1): Precompute abs name
2952 but don't lose the relative name.
2953
2954 * international/mule-cmds.el (select-safe-coding-system-interactively):
2955 Fix message.
2956
2957 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
2958
2959 * files.el (backup-buffer): Show entire backup file name in msg.
2960
2961 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
2962
2963 * image.el (image-type-header-regexps, image-type-from-data)
2964 (image-type-from-buffer, image-type-from-file-header):
2965 Revert changes from 2006-12-26.
2966 (image-type-auto-detectable): New variable.
2967 (image-type-auto-detected-p): New function.
2968
2969 * files.el (magic-mode-alist): Detect image files with
2970 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
2971
2972 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
2973
2974 * dired.el (dired-sort-other): Move test for dired-mode...
2975 (dired-sort-set-modeline): ...to here.
2976
2977 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2978
2979 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
2980 change. Suggested by Stefan Monnier.
2981
2982 2006-12-29 Kim F. Storm <storm@cua.dk>
2983
2984 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
2985 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
2986
2987 2006-12-27 Kim F. Storm <storm@cua.dk>
2988
2989 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
2990 so it doesn't accidentally match an fsf.org mail address.
2991 (authors-renamed-files-alist): Add tcover-*.el.
2992
2993 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * vc-arch.el (vc-arch-find-version): New function.
2996
2997 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
2998 composed of arbitrary characters (even /) in some systems.
2999
3000 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3001
3002 * international/mule-cmds.el (select-safe-coding-system-interactively):
3003 Improve the message in the *Warning* buffer.
3004
3005 2006-12-27 Kim F. Storm <storm@cua.dk>
3006
3007 * ido.el (ido-set-matches-1): Fix last change. If default item is
3008 current buffer, it is ok to be first.
3009
3010 2006-12-27 Kenichi Handa <handa@m17n.org>
3011
3012 * international/mule-cmds.el (select-safe-coding-system-interactively):
3013 Use face `link' for problematic chars.
3014
3015 2006-12-27 Kenichi Handa <handa@m17n.org>
3016
3017 * international/mule-cmds.el (select-safe-coding-system-interactively):
3018 Improve the message in *Warning* buffer.
3019
3020 2006-12-27 Kim F. Storm <storm@cua.dk>
3021
3022 * ido.el (ido-set-matches-1): Never put current buffer first if
3023 there are other matches.
3024
3025 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3028 expressions.
3029 (gdb-var-delete): Handle duplicate names. Print message for non
3030 root expressions.
3031 (gdb-partial-output-name): Start buffer name with a space.
3032 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3033 buffer name.
3034
3035 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3036
3037 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3038 last footnote when `footnote-spaced-footnotes' is nil.
3039
3040 2006-12-26 Richard Stallman <rms@gnu.org>
3041
3042 * cus-edit.el (custom-browse-sort-alphabetically)
3043 (custom-buffer-sort-alphabetically)
3044 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3045
3046 * image.el (image-type-header-regexps): Change element format
3047 to include third item NOT-ALWAYS.
3048 (image-type-from-data): Handle new format.
3049 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3050 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3051
3052 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3053
3054 * add-log.el (add-log-current-defun): Call `forward-sexp'
3055 multiple times to pick a member function name defined as
3056 part of nested classes/namespaces.
3057
3058 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3059
3060 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3061 which keymap should be used to change menu. It does not affect any
3062 existent code.
3063
3064 2006-12-26 Richard Stallman <rms@gnu.org>
3065
3066 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3067 rather than for being in a minibuffer window.
3068
3069 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3070
3071 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3072 locale-coding-system.
3073 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3074 LF.
3075
3076 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3077
3078 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3079 (sql-mode-syntax-table): Disable double quoted strings.
3080 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3081
3082 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3083
3084 * startup.el (fancy-splash-last-input-event): New variable.
3085 (fancy-splash-special-event-action): New function.
3086 (fancy-splash-screens): Temporarily bind special events to it.
3087 Execute command for saved special event before exiting from
3088 recursive editing.
3089
3090 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3091 New functions.
3092 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3093 Use mac-unread-string.
3094
3095 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3096
3097 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3098 an optimized comment regexp if `comment-start-skip' uses a ^.
3099 * bs.el (bs--up): Remove interactive spec.
3100
3101 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3102
3103 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3104 Suggested by James Cloos.
3105
3106 2006-12-24 Kevin Ryde <user42@zip.com.au>
3107
3108 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3109 in March.
3110 (calendar-dst-ends): Default to first Sunday in November.
3111
3112 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3113
3114 * allout.el (allout-encrypt-string): Inhibit use of agent within
3115 body of let form where encryption happens. Acknowledge non-use of
3116 gpg-agent in docstring.
3117 (allout-toggle-subtree-encryption): Acknowledge non-use of
3118 gpg-agent in docstring.
3119
3120 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3123
3124 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3125
3126 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3127 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3128
3129 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3130 in hooks.
3131 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3132 actually modify buffer; ignore errors if occur.
3133
3134 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3135
3136 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3137 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3138 formatting.
3139
3140 2006-12-23 Richard Stallman <rms@gnu.org>
3141
3142 * simple.el (delete-horizontal-space): Doc fix.
3143
3144 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3145
3146 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3147 explicitly in a recursive Make, not implicitly through prerequisites,
3148 since the latter is wrong under parallel builds.
3149
3150 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3151
3152 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3153
3154 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3155
3156 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3157 message string.
3158
3159 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3160
3161 * outline.el (outline-next-visible-heading): Fix the case with a
3162 header at end-of-file with no final newline.
3163
3164 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3165
3166 * indent.el (tab-always-indent): Doc fix.
3167
3168 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3169
3170 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3171 (Info-fontify-node): Do fontify indices.
3172
3173 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3174 to the Emacs Lisp reference manual.
3175 (tutorial--tab-map): Remove. All callers changed.
3176 (tutorial--find-changed-keys): New elt QUIET, used to...
3177 (tutorial--display-changes): ...ensure that warning messages are
3178 only issued once per changed key.
3179 (tutorial--remove-remarks): Delete unused code-path.
3180 (lang-strings): Remove extraneous formatting.
3181 (tutorial--save-tutorial): Prompt before saving tutorial state.
3182
3183 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3184
3185 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3186 Replace '?\ ' by '?\s' throughout.
3187 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3188 `help' custom group.
3189 (tutorial--key-description): New function.
3190 (tutorial--display-changes): Remove redundant arg. Scan for all
3191 key sequences to avoid false matches. Cleanup.
3192 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3193 reduce homedir pollution.
3194 (help-with-tutorial): Call tutorial--display-changes with no arg.
3195
3196 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3197
3198 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3199
3200 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3201
3202 * net/tramp.el (tramp-default-method): We still need to check for
3203 `executable-find', because it is not bound under Emacs 20.
3204 (tramp-handle-file-name-completion)
3205 (tramp-completion-handle-file-name-completion): Handle optional
3206 parameter PREDICATE.
3207 (tramp-find-default-method): Add code for default values.
3208
3209 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3210
3211 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3212 make gud-go send "continue".
3213
3214 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3215
3216 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3217 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3218
3219 2006-12-19 Kim F. Storm <storm@cua.dk>
3220
3221 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3222 instead of global-map.
3223
3224 * files.el (magic-mode-alist): Allow matching file type by
3225 calling a function at bob. Check for image types by calling
3226 image-type-from-buffer. Suggested by Juanma Barranquero.
3227 (set-auto-mode): Do it.
3228
3229 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3230
3231 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3232 Remove "ControlMaster" option from the other `scp*' methods.
3233 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3234
3235 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3236
3237 * textmodes/org.el (org-mode): Show context after isearch.
3238 (org-show-siblings): New function.
3239 (org-show-context): Use `org-show-siblings'.
3240
3241 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3242
3243 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3244 Use syntax-ppss-toplevel-pos.
3245
3246 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3247
3248 * textmodes/org.el (org-current-line): Make sure that lines are
3249 counted from beginning of buffer.
3250 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3251 lines are counted from beginning of buffer.
3252
3253 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3254
3255 * info.el (Info-build-node-completions): Signal error if tag-table
3256 marker is not found.
3257
3258 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3259
3260 2006-12-17 Alan Mackenzie <acm@muc.de>
3261
3262 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3263 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3264 Based on code by Martin Rudalics.
3265
3266 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3267 open-paren-in-column-0-is-defun-start to nil any more.
3268
3269 2006-12-17 Richard Stallman <rms@gnu.org>
3270
3271 * simple.el (delete-horizontal-space): Use prefix arg.
3272
3273 * help-fns.el (describe-variable): Improve blank separator lines.
3274
3275 * files.el (magic-mode-alist): Mark as risky.
3276
3277 * files.el (make-backup-file-name-1):
3278 Expand backup-directory explicitly.
3279
3280 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3281
3282 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3283 check whether package password.el is loaded, or Pageant is running.
3284
3285 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3286
3287 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3288 (icalendar--rris): First try Emacs, then XEmacs.
3289 (icalendar--convert-ical-to-diary): Doc fix.
3290 Insert newline at end of target file.
3291
3292 2006-12-17 Kim F. Storm <storm@cua.dk>
3293
3294 * outline.el (outline-isearch-open-invisible-function): New defvar.
3295 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3296 overlay property instead of outline-isearch-open-invisible.
3297
3298 2006-12-16 Kim F. Storm <storm@cua.dk>
3299
3300 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3301 if ido-directory-too-big is set on entry.
3302 (ido-toggle-ignore, ido-completion-help): Print message while
3303 reading big directory.
3304
3305 2006-12-15 Richard Stallman <rms@gnu.org>
3306
3307 * shell.el (shell): Doc fix.
3308
3309 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3310
3311 * emulation/edt.el (edt-xserver):
3312 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3313 to fix a problem on Cygwin.
3314
3315 * emulation/edt.el
3316 * emulation/edt-mapper.el
3317 * emulation/edt-lk201.el
3318 * emulation/edt-pc.el
3319 * emulation/edt-vt100.el: Update maintainer's email address.
3320
3321 2006-12-15 Simon Marshall <simon@gnu.org>
3322
3323 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3324
3325 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3326
3327 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3328 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3329 instead of mac-atsu-font-table.
3330 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3331
3332 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3333
3334 * align.el (align-match-tex-pattern): Fix a rare bug which
3335 hanged Emacs.
3336
3337 2006-12-14 Richard Stallman <rms@gnu.org>
3338
3339 * startup.el (use-fancy-splash-screens-p): Use frame-height
3340 instead of window-height. Pass frame to image-size.
3341
3342 2006-12-13 Kenichi Handa <handa@m17n.org>
3343
3344 * international/mule-cmds.el (set-locale-environment):
3345 Set default-sendmail-coding-system too.
3346
3347 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3348
3349 * progmodes/idlw-help.el: Fix copyright notice.
3350
3351 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3354
3355 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * subr.el (unread-command-char): Reformat obsolescence info.
3358
3359 2006-12-11 Richard Stallman <rms@gnu.org>
3360
3361 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3362 about calls to cl-struct-setf-expander.
3363
3364 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3365
3366 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3367 (ediff-combination-pattern): Fix typo in docstring.
3368
3369 * textmodes/refer.el (refer-find-entry): Doc fix.
3370 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3371 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3372 Fix tipos in docstrings.
3373
3374 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3375
3376 2006-12-10 Kim F. Storm <storm@cua.dk>
3377
3378 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3379 instead of binding M-backspace.
3380
3381 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3382
3383 * replace.el (replace-match-data, replace-match-maybe-edit):
3384 * calc/calc-aent.el (calc-eval-error):
3385 * emulation/vi.el (vi-char-argument):
3386 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3387 (c-vsemi-status-unknown-p-fn): Doc fixes.
3388
3389 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3390
3391 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3392 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3393
3394 2006-12-10 Masatake YAMATO <jet@gyve.org>
3395
3396 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3397
3398 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3399
3400 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3401
3402 * man.el (Man-xref-button-action): New function. If the
3403 `Man-target-string' button property is a function, assume it
3404 accepts a position argument.
3405 (Man-abstract-xref-man-page): Use it.
3406 (Man-default-man-entry): New optional arg POS.
3407
3408 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3409 symlink arrows read-only and non-rear-sticky.
3410
3411 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3412
3413 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3414 (wdired-search-and-rename): Simplify code.
3415 (wdired-preprocess-files, wdired-preprocess-perms): Make
3416 read-only property of preceding character rear-nonsticky to
3417 avoid that it can be modified. Put old-name and old-link
3418 properties on character preceding name and replace
3419 put-text-property by add-text-properties.
3420 (wdired-get-filename, wdired-get-previous-link): Get old-name
3421 and old-link properties from character preceding name and
3422 simplify code.
3423 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3424 (wdired-perms-to-number): Make local-map property
3425 rear-nonsticky to avoid that text following permissions may be
3426 modified. Use add-text-properties instead of put-text-property
3427 when changing a permission bit.
3428 (wdired-change-to-dired-mode): Remove stickiness properties.
3429
3430 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3431
3432 * international/mule-cmds.el (register-input-method): Doc fix.
3433
3434 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3435
3436 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3437
3438 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3439
3440 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3441 Force buffer local defs evaluation on local variables loading.
3442 (flyspell-mode-on, flyspell-mode-off): Use it in
3443 `hack-local-variables-hook'.
3444
3445 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3446
3447 * emacs-lisp/find-func.el (find-variable): Doc fix.
3448
3449 * help-fns.el (variable-at-point): Doc fix.
3450
3451 * w32-fns.el (w32-append-code-lines): New function.
3452
3453 2006-12-09 Romain Francoise <romain@orebokech.com>
3454
3455 * comint.el (comint-insert-input): Delete obsolete comment.
3456
3457 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3460 current frame, in case we're connected to several displays.
3461
3462 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3463
3464 * frame.el (other-frame): Doc fix.
3465 (set-frame-parameter): Fix typo in docstring.
3466
3467 2006-12-07 Kim F. Storm <storm@cua.dk>
3468
3469 * info.el (Info-index): Strip leading colon from topic.
3470
3471 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3472
3473 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3474 to pointers.
3475
3476 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3477
3478 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3479 Trim out spurious class inheritance "None" entries.
3480
3481 2006-12-05 Kim F. Storm <storm@cua.dk>
3482
3483 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3484 (cua-paste-pop): Rework last change for
3485 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3486 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3487 text inserted by the last M-y command.
3488
3489 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3490
3491 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3492 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3493
3494 * shell.el (shell): Search the start file in ~/.emacs.d as
3495 `init_SHELLNAME.sh' instead.
3496
3497 2006-12-05 Glenn Morris <rgm@gnu.org>
3498
3499 * progmodes/cperl-mode.el (cperl-mode)
3500 * progmodes/f90.el (f90-mode-abbrev-table)
3501 * progmodes/fortran.el (fortran-mode-abbrev-table)
3502 * progmodes/octave-mod.el (octave-abbrev-table)
3503 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3504 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3505
3506 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3507 clear abbrev table, else saved abbrevs will not be restored.
3508
3509 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3510
3511 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3512 the call to `make-obsolete-variable', not in the docstring.
3513
3514 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3517
3518 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3519
3520 * progmodes/ebnf-abn.el:
3521 * progmodes/ebnf-bnf.el:
3522 * progmodes/ebnf-dtd.el:
3523 * progmodes/ebnf-ebx.el:
3524 * progmodes/ebnf-iso.el:
3525 * progmodes/ebnf-otz.el:
3526 * progmodes/ebnf-yac.el:
3527 * progmodes/ebnf2ps.el:
3528 * delim-col.el:
3529 * printing.el:
3530 * ps-bdf.el:
3531 * ps-mule.el:
3532 * ps-print.el: Remove 'Time-stamp' comment mark.
3533
3534 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3535 'easy-menu-add-item' when called in Emacs 21 or higher.
3536
3537 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3538
3539 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3540 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3541
3542 2006-12-04 Kim F. Storm <storm@cua.dk>
3543
3544 * bindings.el (global-map): Bind [signal t] to ignore, to have
3545 user signals ignored by default.
3546
3547 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3548
3549 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3550 Unicode data file pointed to by `describe-char-unicodedata-file'.
3551
3552 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3553
3554 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3555 O(n^2) regexp-search by anchoring the search.
3556
3557 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3558
3559 * whitespace.el (whitespace-cleanup-internal): Use current
3560 argument for recursive call.
3561
3562 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3563
3564 * net/tramp.el (tramp-methods): Add "ControlPath" and
3565 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3566 Andreas Schwab <schwab@suse.de>.
3567 (tramp-do-copy-or-rename-file-out-of-band)
3568 (tramp-open-connection-rsh): Compute format spec for ?t.
3569 (tramp-process-actions): Trace command parameters.
3570
3571 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3572
3573 * simple.el (toggle-truncate-lines): Clarify doc string.
3574
3575 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3576 (gdb-speedbar-expand-node): Use it.
3577
3578 2006-12-04 Richard Stallman <rms@gnu.org>
3579
3580 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3581
3582 * dired.el (dired-revert): Turn off dired-after-readin-hook
3583 around call to dired-readin.
3584
3585 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3586 to echo area messages.
3587 <indicate-empty-lines, case-fold-search>:
3588 Add "globally" to Help string.
3589 <case-fold-search>: MESSAGE arg need not say "globally".
3590 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3591
3592 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3593
3594 * outline.el (outline-end-of-subtree): Don't leave an empty
3595 line hidden as we would a real next heading.
3596
3597 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3598
3599 * allout.el (allout-ascend): Add an optional argument to preserve
3600 original position of point when unsuccessful. Also, fix a
3601 docstring error.
3602 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3603 work again, using allout-ascend's new option.
3604 (allout-setup-mode-map): Extract from allout-mode to initialize
3605 allout-mode-map. Call it on file load, so the mode docstring
3606 substitutions work even if allout mode has not yet been invoked.
3607 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3608 customizations since the map was last processed. Also, refine the
3609 docstring so it's ship-shape for release.
3610 (allout-default-layout, allout-beginning-of-line-cycles)
3611 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3612 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3613 (allout-version, allout-layout, allout-infer-body-reindent)
3614 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3615 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3616 (allout-previous-heading, allout-goto-prefix-doublechecked)
3617 (allout-current-bullet-pos, allout-next-sibling-leap)
3618 (allout-pre-command-business, allout-encrypted-type-prefix)
3619 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3620 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3621 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3622 (allout-old-expose-topic, allout-listify-exposed)
3623 (allout-process-exposed, allout-latex-verb-quote)
3624 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3625 (allout-toggle-current-subtree-encryption)
3626 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3627 Remove extraneous open-paren and close paren string escapes.
3628
3629 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3630
3631 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3632 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3633 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3634 Fix typos in docstrings.
3635
3636 2006-12-03 Glenn Morris <rgm@gnu.org>
3637
3638 * progmodes/cc-align.el
3639 * progmodes/cc-awk.el
3640 * progmodes/cc-cmds.el
3641 * progmodes/cc-compat.el
3642 * progmodes/cc-defs.el
3643 * progmodes/cc-engine.el
3644 * progmodes/cc-langs.el
3645 * progmodes/cc-menus.el
3646 * progmodes/cc-mode.el
3647 * progmodes/cc-styles.el
3648 * progmodes/cc-vars.el
3649 * progmodes/vhdl-mode.el: Fix Copyright format.
3650
3651 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3652
3653 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3654 initial down event.
3655
3656 2006-12-02 Kim F. Storm <storm@cua.dk>
3657
3658 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3659 (cua-repeat-replace-region): Make M-v more robust.
3660 (cua-paste-pop-rotate-temporarily): New defcustom.
3661 (cua-paste-pop): Use it.
3662 (cua-auto-mark-last-change): New defcustom.
3663 (cua-pop-to-last-change): New helper function.
3664 (cua-set-mark): Use them.
3665
3666 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3667
3668 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3669 mini-buffer message.
3670
3671 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3672
3673 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3674
3675 2006-12-01 Ben North <ben@redfrontdoor.org>
3676
3677 * paren.el: Fix the highlight overlay extension when the user types a
3678 sequence of char very fast just before the open parenthesis.
3679
3680 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3681
3682 * ps-mule.el: Eliminate Emacs 20 compatibility.
3683
3684 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3685 (ps-print-version): New version 6.7.
3686 (ps-print-quote): Replace '?\ ' by '?\s'.
3687
3688 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3689
3690 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3691 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3692 (hexl-end-of-1k-page): Doc fixes.
3693 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3694 Fix typos in docstrings.
3695
3696 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3697
3698 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3699 locally, i.e. without using file name handlers.
3700 (ido-read-internal): Allow mono letter host names, avoiding the
3701 `c:' problem by testing if the file exists locally.
3702 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3703
3704 2006-11-30 Masatake YAMATO <jet@gyve.org>
3705
3706 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3707 to avoid bytecomp warnings.
3708 (hexl-mode-old-ruler-function): New variable.
3709 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3710 and `hl-line-range-function' after `require' hl-line.
3711 Then bind `hl-line-range-function' and `hl-line-face'.
3712 Don't require frame. Don't use `with-no-warnings'.
3713 (hexl-activate-ruler): Store the original value of
3714 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3715 (hexl-mode-exit): Restore the original value of
3716 `ruler-mode-ruler-function'.
3717
3718 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3719
3720 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3721 (hexl-mode-old-hl-line-face): New variable.
3722 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3723 line when exit from the hexl-mode.
3724
3725 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3726
3727 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3728 Doc fixes.
3729
3730 * international/fontset.el (create-fontset-from-ascii-font)
3731 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3732 (fontset-name-p): Fix typo in docstring.
3733
3734 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3735
3736 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3737
3738 * ps-bdf.el: Fix maintainer email.
3739
3740 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3741 compatibility.
3742
3743 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3744 21 compatibility.
3745 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3746 Emacs 20 & 21.
3747
3748 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3749
3750 * progmodes/idlwave.el (idlwave-auto-fill):
3751 Remove paragraph-start let to prevent auto-fill giving up.
3752
3753 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3754
3755 * vt100-led.el (led-state): Fix typo in previous change.
3756
3757 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3758
3759 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3760 Fix interactive spec of the functions getting defined to make them
3761 work as documented.
3762
3763 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3764
3765 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3766
3767 2006-11-28 Kim F. Storm <storm@cua.dk>
3768
3769 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3770 icomplete-mode is enabled.
3771
3772 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3773
3774 * textmodes/org.el (require): Require gnus-sum during compilation
3775 to avoid problem with a macro call.
3776
3777 2006-11-28 Glenn Morris <rgm@gnu.org>
3778
3779 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3780
3781 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3782 (fortran-window-create-momentarily): Do not need string-to-char.
3783
3784 2006-11-28 Richard Stallman <rms@gnu.org>
3785
3786 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3787 Replace incorrect use of assoc-default with a loop.
3788
3789 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3790
3791 * simple.el (next-error-find-buffer): Improve messages.
3792
3793 * files.el (revert-buffer): Special error message if file
3794 is now not readable.
3795
3796 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3797 constructed commands.
3798
3799 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3800 in INSIDE_EMACS.
3801
3802 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3803
3804 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3805
3806 * server.el: Remove spurious * in docstrings.
3807 (server-process-filter): Exit from recursive editing before processing
3808 a new request.
3809
3810 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3811
3812 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3813 line so hidden blocks will be correctly identified.
3814
3815 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3816
3817 * ledit.el (ledit-save-defun, ledit-mode):
3818 * resume.el (resume-emacs-args-buffer):
3819 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3820 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3821 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3822 (command-send-input, command-kill-line):
3823 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3824
3825 * autoarg.el (autoarg-kp-mode): Doc fix.
3826
3827 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3828 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3829 (check-emacs-lock): Doc fix. Simplify.
3830
3831 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3832 (iimage-mode-buffer): Fix typos in docstring.
3833
3834 * misc.el (zap-up-to-char): Doc fix.
3835
3836 * time-stamp.el: Fix comment and obsolescence string for old
3837 functions. Use `dolist' instead of `while'.
3838
3839 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3840
3841 * disp-table.el (standard-display-8bit, standard-display-default):
3842 * ebuff-menu.el (electric-buffer-list):
3843 * ehelp.el (electric-help-command-loop):
3844 * font-core.el (font-lock-mode):
3845 * help-macro.el (make-help-screen):
3846 * help.el (describe-minor-mode-completion-table-for-indicator)
3847 (lookup-minor-mode-from-indicator):
3848 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3849 * info-look.el (info-lookup-guess-custom-symbol):
3850 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3851 * longlines.el (longlines-wrap-line):
3852 * macros.el (insert-kbd-macro):
3853 * menu-bar.el (menu-bar-update-buffers):
3854 * misc.el (copy-from-above-command):
3855 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3856 * newcomment.el (comment-indent):
3857 * novice.el (disabled-command-function):
3858 * sort.el (sort-fields-syntax-table):
3859 * subr.el (momentary-string-display):
3860 * tar-mode.el (tar-header-block-summarize)
3861 (tar-clear-modification-flags):
3862 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3863 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3864 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3865 (te-delete-char, te-down-vertically-or-scroll):
3866 * time-stamp.el (time-stamp-string-preprocess):
3867 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3868
3869 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3870
3871 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3872 in GUD mode.
3873
3874 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3875 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3876
3877 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3878
3879 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3880
3881 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3882
3883 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3884 (ada-compile-goto-error): Adapt to new argument profile of
3885 compilation-goto-locus in Emacs 22. Don't check if the various
3886 compile functions are defined; we already do "(require 'compile)".
3887
3888 2006-11-26 Kim F. Storm <storm@cua.dk>
3889
3890 * kmacro.el: Fix commentary.
3891
3892 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3893
3894 * progmodes/gud.el (gdb): Explain how to run in text command mode
3895 more clearly. Say in error message that multiple debugging
3896 requires restarting GDB.
3897
3898 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3899
3900 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3901
3902 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3903
3904 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3905 (flymake-popup-menu): Use it instead of posn-at-point.
3906
3907 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3908
3909 * progmodes/cc-vars.el (c-backslash-column):
3910 Mention c-backslash-max-column in documentation for c-backslash-column.
3911
3912 2006-11-24 Lars Hansen <larsh@soem.dk>
3913
3914 * net/tramp.el (tramp-default-method): Under Windows, change from
3915 plink to pscp.
3916 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3917 (tramp-actions-copy-out-of-band):
3918 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3919 (tramp-action-out-of-band): Move "Permission denied" handling to
3920 tramp-action-copy-failed.
3921 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3922 process buffer.
3923
3924 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3925
3926 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3927 strings to a single string. Quote `errors-file-name'.
3928 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3929 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3930 Adjust calls. Use `shell-quote-argument'.
3931
3932 * international/mule.el (load-with-code-conversion)
3933 (with-category-table): Use with-current-buffer.
3934 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3935
3936 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3937
3938 * mail/smtpmail.el (smtpmail-send-it):
3939 Copy buffer-file-coding-system from the mail buffer. Possibly add a
3940 MIME header for the message encoding.
3941 Bind coding-system-for-write around the call to mail-do-fcc.
3942 Use smtpmail-code-conv-from to encode queued mail messages.
3943
3944 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
3945
3946 * tabify.el (tabify-regexp): Doc fix.
3947
3948 * net/rcirc.el (rcirc-buffer-maximum-lines):
3949 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
3950
3951 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
3952 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
3953 Fix typos in output messages.
3954 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
3955
3956 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
3957
3958 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
3959 the horse's mouth.
3960 (hexlify-buffer): Don't re-encode an arg that's already encoded.
3961
3962 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
3963
3964 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
3965 Remove condition-case.
3966
3967 2006-11-23 Glenn Morris <rgm@gnu.org>
3968
3969 * progmodes/f90.el (f90-comment-indent): Do not move point in
3970 default case.
3971
3972 2006-11-21 Romain Francoise <romain@orebokech.com>
3973
3974 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
3975 from library name (reverts change of 2005-10-25).
3976
3977 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
3978
3979 * tutorial.el (tutorial--default-keys): Add newline and
3980 delete-backward-char bindings.
3981 (tutorial--detailed-help): Save excursion when finding keys.
3982 Correct warning string for M-x FOO case.
3983 (tutorial--display-changes): Print special keys in tutorial style.
3984 Tweak search regexp for changed keys.
3985
3986 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
3987
3988 * thingatpt.el (thing-at-point-url-at-point): Don't add a
3989 redundant scheme.
3990
3991 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
3992
3993 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
3994 are new to the list at IANA. Also added irc, mms, mmsh.
3995
3996 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
3997
3998 * progmodes/idlw-help.el (idlwave-html-help-location):
3999 Fail gracefully for missing help packages.
4000 (idlwave-help-assistant-open-link): Open full links.
4001 (idlwave-help-assistant-help-with-topic): Direct help link.
4002
4003 * progmodes/idlwave.el (idlwave-mode):
4004 Set add-log-current-defun-function.
4005 (idlwave-current-routine-fullname): Add, to support add-log.
4006 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4007 to reflect improvements to xml-parse-file.
4008 (idlwave-mode-menu-def): New binding for help-with-topic.
4009
4010 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4011 Handle extra newlines and spaces.
4012 (idlwave-shell-mode-map): Add help-with-topic.
4013
4014 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4015
4016 * tutorial.el (tutorial-warning-face): New face.
4017 (tutorial--detailed-help, tutorial--display-changes): Use it.
4018 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4019 Improve search pattern for occurrences of changed keys.
4020
4021 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4022
4023 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4024 (x-select-text): Set it.
4025 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4026 when checking for newness.
4027
4028 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4029
4030 * subr.el (posn-image):
4031 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4032
4033 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4034
4035 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4036
4037 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4038 Exceptions to the rule "add a space between an identifier and an
4039 opening parenthesis". Defaulted to the `#define' problem of cpp.
4040 (glasses-parenthesis-exception-p): New. Check if the region is an
4041 exception regarding to that.
4042 (glasses-make-readable): Use it.
4043 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4044 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4045
4046 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4047
4048 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4049
4050 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4051
4052 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4053
4054 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4055 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4056
4057 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4058
4059 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4060 conditions for function or variable bindings.
4061
4062 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4063
4064 * progmodes/compile.el (compilation-start): Ditto.
4065
4066 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4067
4068 * net/tramp.el (top): cl and custom are always required.
4069
4070 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4071
4072 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4073 cut-buffers with next-selection-coding-system if not nil.
4074
4075 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4076
4077 * textmodes/org.el (org-fix-decoded-time): New function.
4078 (org-display-custom-time): Use `org-fix-decoded-time'.
4079
4080 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4081
4082 * menu-bar.el (menu-bar-games-menu): Remove yow.
4083
4084 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4085
4086 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4087 (org-detach-overlay): Rename from `org-detatch-overlay'.
4088 (org-table-convert-region): Insert space after column separator.
4089 (org-agenda-kill): New command.
4090 (org-metaleft): Call `org-outdent-item' on bullets.
4091 (org-metaright): Call `org-indent-item' on bullets.
4092 (org-timestamp-change): Set `org-last-changed-timestamp'.
4093 (org-current-line): Make sure (bolp) returns correct result.
4094 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4095
4096 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4097
4098 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4099
4100 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4101
4102 * mouse.el (global-map): Change 2006-08-16 fix to call
4103 mouse-yank-at-click explicitly, since mouse events are not carried
4104 over into keyboard macros.
4105
4106 2006-11-16 Kim F. Storm <storm@cua.dk>
4107
4108 * ido.el (ido-file-internal): Use current buffer's file name as default
4109 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4110
4111 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4112
4113 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4114 (allout-inhibit-aberrance-doublecheck): Rename from
4115 allout-during-yank-processing. All callers changed.
4116 (allout-ascend): Provide for unusual case where some topic after
4117 the first in file is at lower depth than the first.
4118 (allout-shift-in): Ensure the offspring of the new containing
4119 topic are exposed.
4120 (allout-encrypt-string): Preserve the coding-system of the text,
4121 according to that of the containing buffer.
4122 (allout-toggle-subtree-encryption): When the text being encrypted
4123 requires a different coding system, offer to preserve the coding
4124 system using a file local var.
4125
4126 2006-11-15 Simon Marshall <simon@gnu.org>
4127
4128 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4129 to recognise "T t()" as a function declaration, rather than a
4130 variable instantiation, iff at the top-level or inside a class
4131 declaration. Suggested by Feng Li <fengli@gmail.com>.
4132
4133 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4134
4135 * progmodes/ada-xref.el (ada-parse-prj-file):
4136 Don't delete project buffer; user may want to edit it.
4137 (ada-xref-set-project-field, ada-xref-current-project-file)
4138 (ada-xref-current-project, ada-show-current-project)
4139 (ada-set-main-compile-application): New functions.
4140 (ada-xref-get-project-field, ada-require-project-file):
4141 Normalize use of ada-prj-default-project-file.
4142 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4143 Normalize use of ada-require-project-file.
4144 (ada-prj-find-prj-file): Improve doc string, comments.
4145
4146 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4147 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4148 (ada-create-menu): Add ada-set-main-compile-application,
4149 ada-show-current-main, ada-show-current-project.
4150
4151 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4152
4153 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4154 (inferior-python-mode): Use it.
4155
4156 2006-11-14 Andreas Schwab <schwab@suse.de>
4157
4158 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4159
4160 2006-11-13 Kim F. Storm <storm@cua.dk>
4161
4162 * ido.el (ido-copy-current-word): C-o copies region if active.
4163
4164 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4165
4166 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4167
4168 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4169
4170 * ediff.el (ediff-revision):
4171 * files.el (set-visited-file-name):
4172 * mail/rmailout.el (rmail-output-body-to-file):
4173 Use `format', not `message', in `y-or-n-p' call.
4174
4175 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4176
4177 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4178 (org-metaright): Call `org-indent-item' on bullets.
4179 (org-timestamp-change): Set `org-last-changed-timestamp'.
4180 (org-current-line): Make sure (bolp) returns correct result.
4181 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4182
4183 2006-11-12 Richard Stallman <rms@gnu.org>
4184
4185 * language/european.el (turkish-case-conversion-enable)
4186 (turkish-case-conversion-disable): New functions.
4187 ("Turkish" lang env): Use them.
4188
4189 * international/characters.el (case table):
4190 Do nothing special for i and I.
4191
4192 * subr.el (remove-overlays): Fix last change.
4193
4194 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4195 for visiting the custom file.
4196
4197 2006-11-12 Markus Triska <triska@gmx.at>
4198
4199 * play/handwrite.el (handwrite): Also process lines not ending
4200 with newline. Replace some position-fiddling with different
4201 logic. Improve performance.
4202
4203 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4204
4205 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4206 replacing deleted variable `ada-check-switch'.
4207 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4208 (ada-xref-project-files): Improve doc string.
4209 (ada-find-executable): New function.
4210 (ada-initialize-runtime-library): Use `ada-find-executable'.
4211 (ada-xref-set-default-prj-values): In compile commands, don't need
4212 `ada-cd-command'; `compile' does that more portably.
4213 Use ada-prj-default-check-cmd.
4214 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4215 properties if not specified in project file.
4216 (ada-goto-declaration): Display useful message for new error
4217 'error-file-not-found.
4218 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4219 'error-file-not-found.
4220 (ada-get-all-references): Match latest ali syntax. Signal new
4221 error 'error-file-not-found.
4222 (ada-find-in-ali): Match latest ali syntax.
4223 (ada-make-filename-from-adaname): Handle different semantics of
4224 gnatkr in GNAT 3.15p vs later.
4225
4226 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4227 ada-procedure-start-regexp.
4228 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4229
4230 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4231 with defvar.
4232 (ada-language-version): Rename ada05 -> ada2005.
4233 (ada-align-region-separate): Add `eval-when-compile'.
4234 (ada-name-regexp): Remove unneeded escapes in regexp character
4235 alternative.
4236 (ada-compile-goto-error-file-linenr-re): New constant.
4237 (ada-matching-start-re): Handle additional cases `declare',
4238 `procedure', `function'.
4239 (ada-compile-goto-error): Handle "... at line nn".
4240 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4241 Delete support for old versions of `align'.
4242 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4243 (ada-check-defun-name): Simplify handling of `declare'.
4244 (ada-goto-matching-start): Handle nested `begin ... end'.
4245 Handle `declare', `protected', `procedure', `function'.
4246 (ada-create-menu): Presence of arm95 is not conditional on using
4247 GNAT compiler.
4248
4249 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4250
4251 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4252 nil in the *RE-Builder* buffer (it causes spurious error messages).
4253
4254 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4255 been set to t, respect it.
4256
4257 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4258
4259 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4260 Delete commented out code for old Emacs versions. Autoloading of
4261 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4262 (ada-mode-version): Bump version number.
4263 (ada-95-string-keywords, ada-2005-string-keywords)
4264 (ada-2005-keywords, ada-name-regexp): New constant.
4265 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4266 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4267 (ada-package-start-regexp): Support private packages, include package
4268 name (for ada-set-point-accordingly).
4269 (ada-next-procedure, ada-previous-procedure)
4270 (ada-which-function-are-we-in): Match changes to
4271 ada-procedure-start-regexp.
4272 (ada-make-body): Make non-interactive; not a user function.
4273 (ada-make-subprogram-body): Improve doc string.
4274
4275 2006-11-11 Romain Francoise <romain@orebokech.com>
4276
4277 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4278 `compilation-error-regexp-alist' buffer-local, since we changed
4279 `compilation-error-regexp-alist-alist' locally.
4280
4281 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4282
4283 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4284 to the value of `server-raise-frame'.
4285
4286 2006-11-11 Glenn Morris <rgm@gnu.org>
4287
4288 * ido.el (ido-enable-prefix)
4289 * ses.el (ses-call-printer-return)
4290 * net/tramp.el (tramp-unified-filenames)
4291 * progmodes/cc-align.el (c-lineup-string-cont)
4292 * progmodes/compile.el (compilation-directory-matcher)
4293 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4294 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4295 (vhdl-clock-rising-edge)
4296 * textmodes/org.el (org-export-with-timestamps)
4297 (org-export-remove-timestamps-from-toc)
4298 (org-export-with-tags): Improve previous doc fixes.
4299
4300 2006-11-11 Richard Stallman <rms@gnu.org>
4301
4302 * textmodes/flyspell.el (flyspell-mode-map):
4303 Bind C-c $ instead of M-RET.
4304
4305 2006-11-10 Simon Marshall <simon@gnu.org>
4306
4307 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4308 fontification for "case" and "default" keywords.
4309
4310 2006-11-10 Andreas Schwab <schwab@suse.de>
4311
4312 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4313 Avoid starting sentence with "nil".
4314
4315 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4316
4317 * server.el (server-raise-frame): New option.
4318 (server-switch-buffer): Use it.
4319
4320 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4321
4322 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4323 with a capital.
4324
4325 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4326
4327 * textmodes/org.el (org-show-hierarchy-above)
4328 (org-show-following-heading): Fix typo in default value.
4329 (org-scan-tags): Make the search case-sensitive.
4330 (org-tags-sparse-tree): Don't overrule
4331 `org-show-following-heading' and `org-show-hierarchy-above'.
4332 (org-reveal): New command.
4333 (org-show-context): Rename from `org-show-hierarchy-above'.
4334 (org-fast-tag-selection-single-key): New option.
4335 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4336 (org-tags-overlay): New variable.
4337 (org-agenda-todo-ignore-deadlines): New option.
4338 ("session"): Add circular data structure `org-mark-ring' to
4339 exceptions list in session.el.
4340 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4341 New options.
4342 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4343 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4344 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4345 (org-finalize-agenda): Activate bracket links in agenda.
4346 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4347 INACTIVE-OK.
4348 (org-show-hierarchy-above, org-show-following-heading):
4349 List values allowed for fine-tuned configuration.
4350 (org-show-hierarchy-above): New argument CONTEXT, use the
4351 fine-tuned settings in `org-show-hierarchy-above' and
4352 `org-show-following-heading'.
4353 (org-display-custom-time): New function.
4354 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4355 (org-display-custom-times, org-time-stamp-custom-formats):
4356 (org-maybe-intangible): New macro.
4357 (org-activate-bracket-links, org-hide-wide-columns):
4358 Use `org-maybe-intangible'.
4359 (org-open-file): Use `shell-quote-argument'.
4360 (org-display-internal-link-with-indirect-buffer): New option.
4361 (org-file-remote-p): Get regexp from list.
4362 (org-link-expand-abbrev): New function.
4363 (org-link-abbrev-alist): New option.
4364 (org-open-at-point, org-cleaned-string-for-export):
4365 Call `org-link-expand-abbrev'.
4366 (org-timeline, org-agenda-list, org-todo-list)
4367 (org-tags-view): Remove the KEEP-MODES argument.
4368 (org-finalize-agenda-hook): New hook.
4369 (org-get-alist-option): New function.
4370 (org-follow-timestamp-link): New function.
4371 (org-open-at-point): Call `org-follow-timestamp-link'.
4372 (org-log-note-marker, org-log-note-purpose)
4373 (org-log-note-window-configuration): New variables.
4374 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4375 (org-log-note-headings): New option.
4376 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4377 (org-store-link): Support for dired-mode.
4378 (org-open-file): Substitute environment variables into filename.
4379 (org-last): New defsubst.
4380 (org-agenda-re-align-tags): New function.
4381 (org-agenda-align-tags-to-column): New option.
4382 (org-agenda-timeline): Group removed.
4383 (org-prepare-agenda, org-prepare-agenda-buffers)
4384 (org-run-agenda-series, org-timeline, org-agenda-list)
4385 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4386 the text property inticating the agenda type.
4387 (org-agenda-post-command-hook): Get agenda type from text property
4388 at point.
4389 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4390 and obey `org-agenda-overriding-arguments'.
4391 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4392 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4393 (org-agenda-week-view, org-agenda-day-view):
4394 Use `org-agenda-overriding-arguments' to make updating work with
4395 multi-block agendas.
4396 (org-agenda-prefix-format): Allow different formats for the
4397 different agenda entry types.
4398 (org-timeline-prefix-format): Option removed, use
4399 `org-agenda-prefix-format' instead.
4400 (org-prepare-agenda): New function.
4401 (org-select-timeline-window): Option removed, use
4402 `org-select-agenda-window' instead.
4403 (org-respect-restriction): Variable removed.
4404 (org-cmp-tag): New function.
4405 (org-agenda-sorting-strategy, org-entries-lessp):
4406 Implement sorting by last tag.
4407 (org-complete): Better completion in in-buffer option lines.
4408 (org-in-item-p): New function.
4409 (org-org-menu): Add entries for checkboxes.
4410 (org-cycle): Extra brouping in outline-regexp, because it is used
4411 in a search with "^" prepended.
4412 (org-provide-checkbox-statistics): New option.
4413 (org-set-font-lock-defaults): Highlight checkbox statistics.
4414 (org-update-checkbox-count-maybe)
4415 (org-get-checkbox-statistics-face): New functions.
4416 (org-update-checkbox-count): New command.
4417 (org-insert-item, org-toggle-checkbox):
4418 Call `org-update-checkbox-count-maybe'.
4419 (org-export-as-html): XEmacs compatibility for coding system.
4420 (org-force-cycle-archived): New command.
4421 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4422 overrules cycling.
4423 (org-fix-position-after-promote): If the line contains only a todo
4424 keyword, add a final space.
4425 (org-promote-subtree, org-demote-subtree):
4426 Call `org-fix-position-after-promote'.
4427
4428 2006-11-10 Glenn Morris <rgm@gnu.org>
4429
4430 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4431 date in every year.
4432 (calendar-dst-check-each-year-flag): New customizable variable.
4433 (calendar-dst-find-data): New function, extracted from
4434 calendar-current-time-zone.
4435 (calendar-current-time-zone): Use calendar-dst-find-data.
4436 (calendar-dst-transition-cache): New variable.
4437 (calendar-dst-find-startend, calendar-dst-starts)
4438 (calendar-dst-ends): New functions.
4439 (calendar-daylight-savings-starts)
4440 (calendar-daylight-savings-ends): Change value to use
4441 calendar-dst-starts, calendar-dst-ends; respectively.
4442
4443 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4444
4445 * ido.el (ido-enable-prefix)
4446 * ses.el (ses-call-printer-return)
4447 * net/tramp.el (tramp-unified-filenames)
4448 * progmodes/cc-align.el (c-lineup-string-cont)
4449 * progmodes/compile.el (compilation-directory-matcher)
4450 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4451 * progmodes/gdb-ui.el (gdb-many-windows)
4452 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4453 (vhdl-clock-rising-edge)
4454 * textmodes/org.el (org-export-with-timestamps)
4455 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4456 (org-read-date): Doc fix (Nil -> nil).
4457
4458 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4459
4460 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4461 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4462
4463 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4464
4465 * bs.el (bs--window-for-buffer): Remove.
4466 (bs--show-with-configuration): Use `get-window-with-predicate'
4467 instead of `bs--window-for-buffer'.
4468
4469 2006-11-10 Kenichi Handa <handa@m17n.org>
4470
4471 * files.el (revert-buffer): Fix previous change.
4472
4473 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4474
4475 * bs.el (bs--redisplay): Fix typo in docstring.
4476 (bs--window-config-coming-from): Make frame-local.
4477 (bs--restore-window-config): New function.
4478 (bs-kill, bs-select, bs-select-other-window)
4479 (bs-select-other-frame): Use it.
4480 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4481 (bs--show-with-configuration): Save the window configuration as a
4482 frame local var, and only if *buffer-selection* is not already
4483 visible on this frame.
4484
4485 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4486
4487 * vc-svn.el (vc-svn-admin-directory): New var.
4488 (vc-svn-registered, vc-svn-responsible-p)
4489 (vc-svn-repository-hostname): Use it.
4490 Suggested by arit93@yahoo.com.
4491
4492 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4493
4494 * ldefs-boot.el: Regenerate.
4495
4496 2006-11-08 Alan Mackenzie <acm@muc.de>
4497
4498 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4499 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4500 for least nested open-paren.
4501
4502 2006-11-08 Romain Francoise <romain@orebokech.com>
4503
4504 * subr.el (remove-overlays): Fix typo in last change.
4505
4506 2006-11-08 Richard Stallman <rms@gnu.org>
4507
4508 * subr.el (remove-overlays): Call overlay-recenter.
4509
4510 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4511
4512 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4513 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4514 behaviour.
4515 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4516 directly.
4517
4518 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4519
4520 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4521 (ido-max-dir-file-cache, ido-decorations)
4522 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4523 (ido-magic-backward-char, ido-enter-dired)
4524 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4525 (ido-list-directory, ido-first-match, ido-only-match)
4526 (ido-subdir, ido-indicator): Fix typos in docstrings.
4527 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4528 (ido-read-internal): Fix typo in error message.
4529
4530 2006-11-08 Kenichi Handa <handa@m17n.org>
4531
4532 * international/mule-cmds.el (set-default-coding-systems):
4533 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4534
4535 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4536
4537 * makefile.w32-in (setwins): Remove.
4538 (WINS_ALMOST): New macro.
4539 (WINS): Use it.
4540 (autoloads): Don't extract autoloads from files in obsolete/.
4541
4542 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4543
4544 * whitespace.el (whitespace-buffer): Call remove-overlays after
4545 overlay-recenter for performance. Suggested by Martin Rudalics.
4546
4547 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4548
4549 * net/tramp.el (tramp-default-method): scp is the default method.
4550
4551 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4552
4553 * server.el (server-start): Save also the Emacs pid in the server file.
4554
4555 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4556
4557 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4558 point when displaying a bibtex cross reference in the echo area.
4559
4560 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4561
4562 * international/mule.el (make-char): Fix typo in docstring.
4563 (load-with-code-conversion, charsetp): Doc fixes.
4564
4565 * international/ja-dic-cnv.el (skkdic-convert):
4566 * cus-edit.el (hook): Fix typo in docstring.
4567
4568 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4569
4570 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4571 (custom-mode-link-map): New variable.
4572 (custom-group-link, custom-manual): Use follow-link.
4573
4574 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4575
4576 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4577 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4578
4579 2006-11-06 Richard Stallman <rms@gnu.org>
4580
4581 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4582 New function broken out of flyspell-correct-word.
4583 (flyspell-mode-map): Bind it to M-RET.
4584 (flyspell-correct-word): Call it.
4585
4586 * textmodes/fill.el (fill-minibuffer-function): New function.
4587 (fill-paragraph): Bind fill-paragraph-function to
4588 fill-minibuffer-function.
4589
4590 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4591 so that they aren't undefined.
4592
4593 * dired.el (dired-readin): Locally bind file-name-coding-system.
4594
4595 * bindings.el: Shorten and clarify usual mode line mouse help string.
4596
4597 * Makefile.in (autoloads): Don't include `obsolete'.
4598
4599 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4600
4601 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4602 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4603 Printing menu if it's not initialized.
4604 (pr-menu-bind): Act on menu-bar-file-menu directly.
4605
4606 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * help.el (view-emacs-news): Fix typo in error message.
4609
4610 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4611
4612 * shadowfile.el (shadow-define-regexp-group)
4613 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4614 (shadow-read-files): Fix typo in message.
4615 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4616 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4617 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4618 (shadow-file-match): Fix typos in docstrings.
4619
4620 * terminal.el (terminal-emulator): Fix typo in message.
4621
4622 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4623
4624 * emacs-lisp/lselect.el (x-kill-primary-selection)
4625 (x-delete-primary-selection, x-copy-primary-selection):
4626 Fix typos in error messages.
4627
4628 * emulation/edt-mapper.el: Fix typo in interactive message.
4629
4630 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4631
4632 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4633 (ispell-help): Fix typos in docstrings.
4634 (ispell-help): Fix typo in output message.
4635
4636 * allout.el (allout-adjust-file-variable)
4637 (allout-passphrase-verifier-string)
4638 (allout-passphrase-hint-string)
4639 (allout-toggle-current-subtree-encryption):
4640 * apropos.el (apropos-synonyms):
4641 * cus-edit.el (hook):
4642 * emacs-lock.el (emacs-lock-from-exiting):
4643 * follow.el (follow-avoid-tail-recenter-p):
4644 * hexl.el (hexl-mode):
4645 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4646 * mouse.el (mouse-set-font):
4647 * resume.el (resume-emacs-args-file):
4648 * rfn-eshadow.el (file-name-shadow-tty-properties):
4649 * t-mouse.el (t-mouse-process, t-mouse-mode):
4650 * emacs-lisp/cust-print.el (custom-print-install)
4651 (custom-print-uninstall, custom-format):
4652 * emacs-lisp/shadow.el (list-load-path-shadows):
4653 * emulation/tpu-edt.el (tpu-help-text)
4654 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4655 (tpu-reset-control-keys):
4656 * emulation/vip.el (vip-emacs-local-map)
4657 (vip-change-mode-to-emacs):
4658 * emulation/viper.el (viper-mode, viper-set-hooks)
4659 (viper-major-mode-modifier-list):
4660 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4661 * emulation/viper-keym.el (viper-emacs-kbd-map)
4662 (viper-toggle-key):
4663 * mail/feedmail.el (feedmail-queue-reminder)
4664 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4665 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4666 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4667 (feedmail-sender-line, feedmail-force-binary-write)
4668 (feedmail-from-line, feedmail-deduce-envelope-from)
4669 (feedmail-x-mailer-line, feedmail-message-id-generator)
4670 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4671 (feedmail-enable-spray, feedmail-spray-this-address)
4672 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4673 (feedmail-queue-runner-confirm-global)
4674 (feedmail-ask-before-queue-prompt)
4675 (feedmail-ask-before-queue-reprompt)
4676 (feedmail-prompt-before-queue-standard-alist)
4677 (feedmail-prompt-before-queue-user-alist)
4678 (feedmail-prompt-before-queue-help-supplement)
4679 (feedmail-queue-use-send-time-for-message-id)
4680 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4681 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4682 (feedmail-mail-send-hook-queued)
4683 (feedmail-confirm-addresses-hook-example)
4684 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4685 (feedmail-queue-runner-mode-setter)
4686 (feedmail-queue-alternative-mail-header-separator)
4687 (feedmail-queue-runner-message-sender)
4688 (feedmail-buffer-eating-function, feedmail-binmail-template)
4689 (feedmail-run-the-queue-no-prompts)
4690 (feedmail-run-the-queue-global-prompt)
4691 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4692 (feedmail-envelope-deducer, feedmail-fiddle-date)
4693 (feedmail-default-message-id-generator)
4694 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4695 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4696 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4697 (vms-pmail-setup):
4698 * play/dunnet.el (dun-help):
4699 * play/handwrite.el (handwrite):
4700 * play/hanoi.el (hanoi-unix-64):
4701 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4702 * textmodes/enriched.el (fixed):
4703 * textmodes/org.el (org-file-apps)
4704 (org-emphasis-regexp-components, org-emphasis-alist):
4705 * textmodes/texinfmt.el (batch-texinfo-format):
4706 Fix typos in docstrings.
4707
4708 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4709
4710 * loadhist.el (read-feature): Don't complete features not loaded
4711 from a file (which make `unload-feature' to fail).
4712
4713 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4714
4715 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4716
4717 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4718
4719 * startup.el (command-line-1): Kill emacs if the last frame is
4720 deleted while evaluating the command-line arguments.
4721
4722 2006-11-05 Richard Stallman <rms@gnu.org>
4723
4724 * startup.el (init-file-had-error): Add doc string.
4725 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4726 Use fixed-width font for keyboard key descriptions.
4727
4728 * cus-edit.el (custom-save-all): Error if saving in .emacs
4729 and it had an error when loaded.
4730
4731 * dired-aux.el (dired-copy-file-recursive): Catch errors
4732 from recursive copies in the loop, around the recursive call.
4733
4734 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4735
4736 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4737 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4738 `/proc/acpi/thermal_zone/*'.
4739 (battery-search-for-one-match-in-files): New. Search a regexp in
4740 the content of some files.
4741
4742 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4743
4744 * window.el (mouse-autoselect-window-now): Remove variable.
4745 (mouse-autoselect-window-state): New variable.
4746 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4747 (mouse-autoselect-window-select, handle-select-window):
4748 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4749 Suspend delayed autoselection during menu or popup dialog.
4750
4751 * info-look.el (info-lookup-guess-custom-symbol): New function
4752 for retrieving symbol at point in custom buffers.
4753 (top level) <info-lookup-maybe-add-help>: Add backquote and
4754 comma to ignored characters in regexps of help specifications
4755 for emacs-lisp-mode and lisp-interaction-mode. This permits
4756 looking up symbols in `...' and after a comma. Add help
4757 specifications for custom-mode and help-mode.
4758
4759 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4760
4761 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4762 Don't encode body if RAW is non-nil, or if the old encoding is
4763 identical to the new encoding, or if the body contains only
4764 eight-bit-* characters.
4765
4766 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4767
4768 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4769 (faces-sample-overlay): Remove variable.
4770 (describe-face): Insert sample text in the face being described.
4771
4772 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4773
4774 * whitespace.el (whitespace-indent-regexp): Make this match any
4775 multiples of eight spaces near the beginning of a line.
4776 (whitespace-buffer): Use `remove-overlays' instead of
4777 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4778 speed up overlay handling.
4779 (whitespace-buffer-leading, whitespace-buffer-trailing):
4780 Make these functions highlight the text removed by
4781 `whitespace-buffer-leading-cleanup' and
4782 `whitespace-buffer-trailing-cleanup' respectively.
4783 (whitespace-buffer-search): Use `with-local-quit'.
4784 Move `format' out of loop to speed up scanning larger buffers.
4785 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4786 that function is never added to a hook.
4787 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4788 (whitespace-buffer-leading-cleanup)
4789 (whitespace-refresh-rescan-list): Fix docstrings.
4790
4791 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4792
4793 * allout.el (allout-during-yank-processing): Cue for inhibiting
4794 aberrance processing during yanks.
4795 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4796 the amount of yanked topics that can be aberrant.
4797 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4798 a function, and supplement with inihibition of doublechecking
4799 during yanks.
4800 (allout-beginning-of-line, allout-next-heading)
4801 (allout-previous-heading, allout-goto-prefix-doublechecked)
4802 (allout-back-to-current-heading, allout-next-visible-heading)
4803 (allout-next-sibling): Use new allout-do-doublecheck function.
4804 (allout-next-sibling): Ensure we made progress when returning
4805 other than nil.
4806 (allout-rebullet-heading): Preserve text property annotations
4807 indicating the text was hidden, if it was.
4808 (allout-kill-line): Remove any added was-hidden annotations.
4809 (allout-kill-topic): Remove any added was-hidden annotations.
4810 (allout-annotate-hidden): Inhibit adding was-hidden text
4811 properties to the undo list.
4812 (allout-deannotate-hidden): New function to remove was-hidden
4813 annotation.
4814 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4815 (allout-remove-exposure-annotation): Replace by
4816 allout-deannotate-hidden.
4817 (allout-yank-processing): Signal that yank processing is happening
4818 with allout-during-yank-processing. Also, wrap
4819 allout-unprotected's closer to the text changes, for easier
4820 debugging. We need to inhibit-field-text-motion explicitly, in
4821 lieu of the encompassing allout-unprotected.
4822 (outlineify-sticky): Adjust criteria for triggering new outline
4823 decorations to presence or absence of any topics, not just a topic
4824 at the beginning of the buffer.
4825
4826 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4827
4828 * bs.el (bs--show-all, bs--redisplay):
4829 * cus-edit.el (custom-unlispify-menu-entries)
4830 (custom-unlispify-tag-names, custom-prompt-variable):
4831 * expand.el (expand-pos):
4832 * speedbar.el (speedbar-generic-list-tag-p):
4833 * wid-edit.el (widget-image-enable):
4834 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4835 * emacs-lisp/find-func.el (find-function-noselect)
4836 (find-function, find-variable-noselect, find-variable)
4837 (find-definition-noselect, find-face-definition):
4838 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4839 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4840 * progmodes/ada-xref.el (ada-find-in-ali):
4841 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4842 * textmodes/org.el (org-copy-subtree):
4843 * textmodes/table.el (table--row-column-insertion-point-p):
4844 Use "non-nil" in docstrings.
4845
4846 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4847
4848 * sort.el (sort-columns): Set the field separator to tab; on
4849 NetBSD, sort complains if "\n" is used as field separator.
4850
4851 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4852
4853 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4854
4855 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4856
4857 * server.el (server-auth-key): Remove. Replace by a process-property.
4858 (server-start): Don't remove the file of the previous process, but
4859 instead clear out the place for the new file.
4860 (server-start): Set the :auth-key property.
4861 (server-process-filter): Use the :auth-key property.
4862
4863 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4864
4865 * textmodes/org.el (org-mode-map): No longer copy
4866 `outline-mode-map' explicitly - this is already done by
4867 `define-derived-mode'.
4868
4869 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4870
4871 * server.el (server-visit-files): Use `when'.
4872 (server-process-filter): When authentication fails, send error
4873 message to client. Wrap `process-send-region' in `ignore-errors'
4874 instead of `condition-case', and remove misleading comment.
4875
4876 2006-11-01 Juri Linkov <juri@jurta.org>
4877
4878 * simple.el (yank): Doc fix.
4879
4880 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4881
4882 * server.el: Try and fit within 80 columns.
4883 (server-start): Make the auth file unreadable by other users.
4884
4885 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4886
4887 * battery.el (battery-linux-proc-acpi): Prevent range error when
4888 `full-capacity' is 0.
4889
4890 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4891
4892 * faces.el (faces-sample-overlay): New defvar.
4893 (faces-sample-overlay): New function to show face sample text.
4894 (describe-face): Use it.
4895
4896 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4897
4898 * progmodes/ada-stmt.el: Change maintainer, apply
4899 whitespace-cleanup, checkdoc.
4900 (ada-func-or-proc-name): Add doc string.
4901
4902 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4903 whitespace-cleanup, checkdoc. Minor improvements to many doc
4904 strings and comments.
4905 (ada-prj-display-page): Change buffer name to more accurately
4906 reflect function.
4907
4908 * progmodes/ada-xref.el: Change maintainer, apply
4909 whitespace-cleanup, checkdoc. Minor improvements to many doc
4910 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4911 (ada-compile-current): Don't add newlines to commands.
4912
4913 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4914
4915 * server.el: Add support for TCP sockets.
4916 (server-use-tcp, server-host, server-auth-dir): New options.
4917 (server-auth-key): New variable.
4918 (server-ensure-safe-dir): Create nonexistent parent dirs.
4919 Ignore Unix-style file modes on Windows.
4920 (server-start): Crete a TCP or Unix socket according to the value
4921 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4922 `server-auth-dir' directory.
4923 (server-process-filter): Delete process if authentication
4924 fails (which never happens for Unix sockets).
4925
4926 2006-10-30 David Kastrup <dak@gnu.org>
4927
4928 * subr.el (add-to-list): Don't continue checking if a match has
4929 been found.
4930
4931 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4932
4933 * tutorial.el: Move defvars to avoid bytecomp warnings.
4934 (tutorial--find-changed-keys): Check if viper-current-state is
4935 bound before using it.
4936 (help-with-tutorial): Check if viper-tutorial is defined before
4937 using it.
4938
4939 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
4940
4941 * help-fns.el (help-with-tutorial): Move to tutorial.el.
4942
4943 * tutorial.el: New file.
4944 (help-with-tutorial): Move here from help-fns.el. Added help for
4945 rebound keys. Fixed resume of tutorial.
4946 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
4947 (tutorial--find-changed-keys, tutorial--display-changes)
4948 (tutorial--saved-dir, tutorial--saved-file)
4949 (tutorial--save-tutorial): New functions to support the changes in
4950 help-with-tutorial.
4951
4952 2006-10-30 Kenichi Handa <handa@m17n.org>
4953
4954 * files.el (revert-buffer): If a unibyte buffer is being reverted
4955 with a coding system for multibyte, set buffer multibyte before
4956 calling insert-file-contents.
4957
4958 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4959
4960 * server.el (server-select-display): Use a dummy buffer to detect when
4961 the frame is later used.
4962 (server-select-display): New function.
4963 (server-process-filter): Use it to detect unused temp frames.
4964
4965 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
4966
4967 * progmodes/ada-mode.el: Change maintainer, apply
4968 whitespace-clean, checkdoc. Minor improvements to many doc strings.
4969 (ada-mode-version): New function.
4970 (ada-create-menu): Menu operations are available for all supported
4971 compilers.
4972
4973 2006-10-29 Lars Hansen <larsh@soem.dk>
4974
4975 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
4976 Highlight as keyword.
4977 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
4978 Don't call tramp-method-out-of-band-p for local files.
4979 (tramp-touch): Quote file name.
4980
4981 2006-10-28 Glenn Morris <rgm@gnu.org>
4982
4983 * calendar/calendar.el (cal-html-cursor-month)
4984 (cal-html-cursor-year): Add autoloads for this new package.
4985 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
4986
4987 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
4988
4989 * calendar/cal-html.el: New file.
4990
4991 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * emacs-lisp/authors.el (authors-aliases): Update.
4994
4995 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
4996
4997 * version.el (emacs-version): Bump version number to 22.0.90.
4998
4999 2006-10-26 John W. Eaton <jwe@octave.org>
5000
5001 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5002 New defvar.
5003 (inferior-octave-resync-dirs): Check to see whether Octave has
5004 built-in variables and set inferior-octave-has-built-in-variables.
5005 Check inferior-octave-has-built-in-variables to decide whether to
5006 send commands that set built-in variables or call functions to
5007 change Octave's behavior.
5008 Send "disp (pwd ())" to Octave instead of just "pwd".
5009 (inferior-octave-startup): Send "more off" to Octave instead of
5010 "page_screen_output = 0".
5011
5012 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5013
5014 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5015 pattern normally.
5016
5017 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5018
5019 * bindings.el (mode-line-mode-menu): Remove bindings for global
5020 minor modes (line/column number) as they are on the menubar.
5021
5022 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5023
5024 * term/w32-win.el (x-handle-name-switch): Doc fix.
5025 (w32-standard-fontset-spec): Fix typo in docstring.
5026
5027 * midnight.el (midnight-buffer-display-time): Doc fix.
5028 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5029
5030 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5031
5032 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5033
5034 * viper-ex.el (ex-read): Quote file argument.
5035
5036 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5037
5038 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5039
5040 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5041
5042 * textmodes/flyspell.el (flyspell-check-region-doublons):
5043 Fix last fix.
5044
5045 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5046
5047 * bindings.el (mode-line-mode-menu): List global minor modes
5048 before local ones.
5049
5050 2006-10-23 Kim F. Storm <storm@cua.dk>
5051
5052 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5053 (sit-for): If last command was a prefix arg, add the read-ahead
5054 event to unread-command-events as (t . EVENT) so it will be added
5055 to this-command-keys by read-key-sequence.
5056
5057 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5058
5059 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5060 whitespace when checking doublons.
5061 (flyspell-check-region-doublons): Fix doublon regexp.
5062 (flyspell-highlight-incorrect-region): Highlight doublons using
5063 flyspell-duplicate face.
5064
5065 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5066
5067 2006-10-22 John Wiegley <johnw@newartisans.com>
5068
5069 * progmodes/python.el (python-use-skeletons): python-mode was
5070 auto-inserting templates (for those with abbrev-mode on), not only
5071 by default -- *but without a configuration variable to disable
5072 it*. This rendered python-mode completely useless for me, so I
5073 have added `python-use-skeletons', which is now off by default.
5074
5075 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5076
5077 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5078 font-lock-multiline is auto-local (it's not).
5079 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5080 initialized before calling cperl-init-faces.
5081
5082 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5083
5084 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5085 gdb-stack-position a value when there is no fringe.
5086
5087 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5088 indicator if not visiting a file.
5089
5090 2006-10-20 David Kastrup <dak@gnu.org>
5091
5092 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5093 operation would still cause some window to collapse later.
5094
5095 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5098 side-effect due to mixing various backends's file properties.
5099
5100 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5101 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5102 Return `filename's status if applicable. Update callers.
5103
5104 2006-10-19 Kenichi Handa <handa@m17n.org>
5105
5106 * international/kkc.el (kkc-region): When a key sequence is not
5107 defined, append (this-single-command-raw-keys) to
5108 unread-input-method-events.
5109
5110 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5111
5112 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5113
5114 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5115
5116 * version.el (emacs-version): Use mac-carbon-version-string.
5117
5118 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5119
5120 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5121
5122 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5123 Kenichi Handa).
5124 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5125 the selection is not UTF-8.
5126
5127 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5128
5129 * progmodes/ada-mode.el (ada-83-string-keywords)
5130 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5131 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5132 (ada-looking-at-semi-private, ada-get-body-name):
5133 Fix typos in docstrings.
5134 (ada-create-case-exception, ada-create-case-exception-substring):
5135 Fix typos in error messages.
5136 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5137
5138 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5139
5140 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5141 to default-frame-alist if default-frame-alist already contains
5142 width/height.
5143
5144 2006-10-18 Richard Stallman <rms@gnu.org>
5145
5146 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5147 Non-interactive arg is the value, not the expression.
5148
5149 * simple.el (read-expression-map): Just set it, no defvar.
5150
5151 * subr.el (insert-for-yank-1): If last inserted char has
5152 properties, mark them as rear-nonsticky.
5153
5154 * recentf.el (recentf-mode): Doc fix.
5155
5156 * facemenu.el (facemenu-add-new-face): Defend against symbol
5157 that isn't a face name.
5158
5159 * dired-aux.el (dired-do-copy): Doc fix.
5160
5161 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5162
5163 * simple.el (line-move-1): Ignore fields when moving to the
5164 beginning of line to avoid getting point stuck.
5165
5166 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5167
5168 * textmodes/flyspell.el (flyspell-word-search-backward):
5169 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5170 text.
5171
5172 2006-10-16 Richard Stallman <rms@gnu.org>
5173
5174 * help-fns.el (describe-function-1): Special case optimization
5175 for self-insert-command.
5176
5177 2006-10-16 Kim F. Storm <storm@cua.dk>
5178
5179 * ido.el (ido-reread-directory): Work in `dir' mode too.
5180
5181 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5182
5183 * textmodes/table.el: Require 'regexp-opt.
5184
5185 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5186
5187 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5188 Use shell-quote-argument.
5189
5190 * shell.el (explicit-bash-args): Likewise.
5191
5192 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5193 Use grep -E rather than egrep.
5194
5195 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5196
5197 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5198
5199 2006-10-15 Kim F. Storm <storm@cua.dk>
5200
5201 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5202
5203 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5204
5205 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5206 to protect whitespace and metacharacters from the shell.
5207
5208 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5209
5210 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5211
5212 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5213
5214 * subr.el (start-process-shell-command): Doc fix.
5215
5216 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5217
5218 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5219 the regexp for Maxima symbols.
5220
5221 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5222
5223 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5224 (vc-find-root): Don't walk higher up than ~.
5225
5226 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * international/utf-8.el (utf-translate-cjk-load-tables):
5229 Avoid clobbering last-coding-system-used during load.
5230
5231 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5232
5233 * textmodes/reftex-global.el (reftex-create-tags-file):
5234 Quote file arguments.
5235
5236 2006-10-12 Richard Stallman <rms@gnu.org>
5237
5238 * files.el (file-name-history): Add defvar.
5239 (save-some-buffers-action-alist): Improve description strings.
5240
5241 2006-10-12 Andreas Schwab <schwab@suse.de>
5242
5243 * files.el (auto-mode-alist): Match change log file name also with
5244 a dash before a numeric extension.
5245
5246 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5247
5248 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5249 After 5.0:
5250 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5251
5252 After 5.1: Major edit. Summary of most visible changes:
5253
5254 - Multiple <<HERE per line allowed.
5255 - Handles multiline subroutine declaration headers (with comments).
5256 (The exception is `cperl-etags' - but it is not used in the rest
5257 of the mode.)
5258 - Fontifies multiline my/our declarations (even with comments,
5259 and with legacy `font-lock').
5260 - Major speedup of syntaxification, both immediate and postponed
5261 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5262 huge real-life document I tested).
5263 - New bindings, edits to imenu.
5264 - "_" is made into word-char during fontification/syntaxification;
5265 some attempts to recognize non-word "_" during other operations too.
5266 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5267 - autoload some more perldoc-related stuff
5268 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5269 - Attempt to incorporate XEmacs edits which reached me.
5270
5271 Fine-grained changelog:
5272 (cperl-hook-after-change): New configuration variable.
5273 (cperl-vc-sccs-header): Likewise.
5274 (cperl-vc-sccs-header): Likewise.
5275 (cperl-vc-header-alist): Default via two preceding variables.
5276 (cperl-invalid-face): Remove double quoting under XEmacs
5277 (still needed under 21.2).
5278 (cperl-tips): Update URLs for resources.
5279 (cperl-problems): Likewise.
5280 (cperl-praise): Mention new features.
5281 New C-c key bindings: for `cperl-find-bad-style',
5282 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5283 `cperl-perdoc', and `cperl-perldoc-at-point'.
5284 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5285 moved, new submenu of Tools with Ispell entries and narrowing.
5286 (cperl-after-sub-regexp): New defsubst.
5287 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5288 Allows heads up to head4.
5289 Allow "package;".
5290 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5291 (paren-backwards-message): ??? Something for XEmacs???
5292 (cperl-mode): Never auto-switch abbrev-mode off.
5293 Try to allow '_' be non-word char.
5294 Do not use `font-lock-unfontify-region-function' on XEmacs.
5295 Reset syntax cache on mode start.
5296 Support multiline facification (even on legacy `font-lock').
5297 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5298 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5299 refuse to inform us whether the fontification is due to lazy
5300 calling or due to edit to a buffer, install our own hook
5301 (controlled by `cperl-hook-after-change').
5302 (cperl-electric-pod): =cut may have been recognized as start.
5303 (cperl-block-p): Move, updatedfor attributes.
5304 (cperl-calculate-indent): Try to allow '_' be non-word char
5305 Support subs with attributes.
5306 (cperl-where-am-i): Quiet (?) a warning.
5307 (cperl-cached-syntax-table): New function.
5308 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5309 (cperl-unwind-to-safe): Recognize `syntax-type' property
5310 changing in a middle of line.
5311 (cperl-find-sub-attrs): New function.
5312 (cperl-find-pods-heres): Allow many <<EOP per line.
5313 Allow subs with attributes.
5314 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5315 Recognize "extproc " (OS/2) case-folded and only at start.
5316 /x on s///x with empty replacement was not recognized.
5317 Better comments.
5318 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5319 Allow subs with attributes, labels.
5320 Do not confuse "else::foo" with "else".
5321 Minor optimizations...
5322 (cperl-after-expr-p): Try to allow '_' be non-word char.
5323 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5324 with `looking-at' inside `narrow' and bulk out if found.
5325 (cperl-imenu--create-perl-index): Updates for new
5326 `cperl-imenu--function-name-regexp-perl'.
5327 (cperl-outline-level): Likewise.
5328 (cperl-init-faces): Allow multiline subroutine headers
5329 and my/our declarations, and ones with comments.
5330 Allow subroutine attributes.
5331 (cperl-imenu-on-info): Better docstring.
5332 (cperl-etags): Rudimentary support for attributes.
5333 Support for packages and "package;".
5334 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5335 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5336 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5337 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5338 (cperl-perldoc): Add autoload.
5339 (cperl-perldoc-at-point): Likewise.
5340 (cperl-here-doc-spell): New function.
5341 (cperl-pod-spell): Likewise.
5342 (cperl-map-pods-heres): Likewise.
5343 (cperl-get-here-doc-region): Likewise.
5344 (cperl-font-lock-fontify-region-function): Likewise (backward
5345 compatibility for legacy `font-lock').
5346 (cperl-font-lock-unfontify-region-function): Fix style.
5347 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5348 calls with no-change. Governed by `cperl-hook-after-change'.
5349 (cperl-fontify-update): Recognize that syntaxification region
5350 can be larger than fontification one.
5351 XXXX we leave `cperl-postpone' property, so this is quadratic...
5352 (cperl-fontify-update-bad): Temporary placeholder until
5353 it is clear how to implement `cperl-fontify-update'.
5354 (cperl-time-fontification): New function.
5355 (attrib-group): New text attribute.
5356 (multiline): New value: `syntax-type' text attribute.
5357
5358 After 5.2:
5359 (cperl-emulate-lazy-lock): New function.
5360 (cperl-fontify-syntaxically): Would skip large regions.
5361 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5362 Some globals were declared, but uninitialized.
5363
5364 After 5.3, 5.4:
5365 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5366 Copyright message updated.
5367 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5368 facification down a bit.
5369 Misprint for my|our|local for old `font-lock'
5370 "our" was not fontified same as "my|local".
5371 Highlight variables after "my" etc even in
5372 a middle of an expression.
5373 Do not facify multiple variables after my etc
5374 unless parentheses are present.
5375
5376 After 5.5, 5.6
5377 (cperl-fontify-syntaxically): after-change hook could reset.
5378 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5379
5380 After 5.7:
5381 (cperl-init-faces): Allow highlighting of local ($/).
5382 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5383 (cperl-problems): Remove fixed problems.
5384 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5385 Recognize charclasses (unless delimiter is \).
5386 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5387 (cperl-regexp-scan): Update docs.
5388 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5389
5390 After 5.8:
5391 Major user visible changes:
5392 Recognition and fontification of character classes in RExen.
5393 Variable indentation of RExen according to groups.
5394
5395 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5396 Fontify REx charclasses in variable-name face.
5397 Fontify POSIX charclasses in "type" face.
5398 Fontify unmatched "]" in function-name face.
5399 Mark first-char of HERE-doc as `front-sticky'.
5400 Reset `front-sticky' property when needed.
5401 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5402 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5403 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5404 constructs. Support `narrow'ed buffers.
5405 (cperl-praise): Remove a reservation.
5406 (cperl-make-indent): New function.
5407 (cperl-indent-for-comment): Use `cperl-make-indent'.
5408 (cperl-indent-line): Likewise.
5409 (cperl-lineup): Likewise.
5410 (cperl-beautify-regexp-piece): Likewise.
5411 (cperl-contract-level): Likewise.
5412 (cperl-toggle-set-debug-unwind): New function.
5413 New menu entry for this.
5414 (fill-paragraph-function): Use when `boundp'.
5415 (cperl-calculate-indent): Take into account groups when indenting RExen.
5416 (cperl-to-comment-or-eol): Recognize # which end a string.
5417 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5418 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5419 (cperl-fontify-syntaxically): More clear debugging message.
5420 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5421 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5422 Merge cosmetic changes from XEmacs.
5423
5424 After 5.9:
5425 (cperl-1+): Move to before the first use.
5426 (cperl-1-): Likewise.
5427
5428 After 5.10:
5429
5430 This code may lock Emacs hard!!! Use at your own risk!
5431
5432 (cperl-font-locking): New internal variable.
5433 (cperl-beginning-of-property): New function.
5434 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5435 instead of `previous-single-property-change'.
5436 (cperl-unwind-to-safe): Likewise.
5437 (cperl-after-expr-p): Likewise.
5438 (cperl-get-here-doc-region): Likewise.
5439 (cperl-font-lock-fontify-region-function): Likewise.
5440 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5441 recursively.
5442 Bound `next-single-property-change' via `point-max'.
5443 (cperl-unwind-to-safe): Bound likewise
5444 (cperl-font-lock-fontify-region-function): Likewise.
5445 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5446 Initialization of `cperl-font-lock-multiline-start' could be
5447 missed if the "main" fontification did not run due to the
5448 keyword being already fontified.
5449 (cperl-pod-spell): Return t from do-one-chunk function.
5450 (cperl-map-pods-heres): Stop when the worker returns nil.
5451 Call `cperl-update-syntaxification'.
5452 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5453 (cperl-get-here-doc-delim): Remove unused function.
5454
5455 After 5.11:
5456
5457 The possible lockup of Emacs (introduced in 5.10) fixed.
5458
5459 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5460 (cperl-syntaxify-for-menu): New customization variable.
5461 (cperl-select-this-pod-or-here-doc): New function.
5462 (cperl-get-here-doc-region): Extra argument.
5463 Do not adjust pos by 1.
5464
5465 New menu entries
5466 (Perl/Tools): Selection of current POD or HERE-DOC section.
5467 (Debugging CPerl:) backtrace on fontification.
5468
5469 After 5.12:
5470 (cperl-cached-syntax-table): Use `car-safe'.
5471 (cperl-forward-re): Remove spurious argument SET-ST.
5472 Add documentation.
5473 (cperl-forward-group-in-re): New function.
5474 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5475 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5476
5477 After 5.13:
5478 (cperl-string-syntax-table): Make { and } not-grouping
5479 (Sometimes they ARE grouping in RExen, but matching them would only
5480 confuse in many situations when they are not)
5481 (beginning-of-buffer): Replace two occurrences with goto-char...
5482 (cperl-calculate-indent): `char-after' could be nil...
5483 (cperl-find-pods-heres): REx can start after "[" too.
5484 Hightlight (??{}) in RExen too.
5485 (cperl-maybe-white-and-comment-rex): New constant
5486 (cperl-white-and-comment-rex): Likewise.
5487 XXXX Not very efficient, but hard to make
5488 better while keeping 1 group.
5489
5490 After 5.13:
5491 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5492 Likewise for 1 << identifier.
5493
5494 After 5.14:
5495 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5496 Error-less condition-case could fail.
5497 (cperl-font-lock-fontify-region-function): Likewise.
5498 (cperl-init-faces): Likewise.
5499
5500 After 5.15:
5501 (cperl-find-pods-heres): Support property REx-part2.
5502 (cperl-calculate-indent): Likewise.
5503 Don't special-case REx with non-empty 1st line.
5504 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5505 Invert highlighting of charclasses:
5506 now the envelop is highlighted.
5507 Highlight many others 0-length builtins.
5508 (cperl-praise): Mention indenting and highlight in RExen.
5509
5510 After 5.15:
5511 (cperl-find-pods-heres): Highlight capturing parens in REx.
5512
5513 After 5.16:
5514 (cperl-find-pods-heres): Highlight '|' for alternation
5515 Initialize `font-lock-warning-face' if not present.
5516 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5517 `font-lock-function-name-face'.
5518 (cperl-look-at-leading-count): Likewise.
5519 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5520 `font-lock-keyword-face' (needed for
5521 batch processing), etc...
5522 Use `font-lock-builtin-face' for builtin in REx
5523 Now `font-lock-variable-name-face'
5524 is used for interpolated variables
5525 Use "talking aliases" for faces inside REx
5526 Highlight parts of REx (except in charclasses)
5527 according to the syntax and/or semantic
5528 Syntax-mark a {}-part of (?{}) as "comment"
5529 (it was the ()-part)
5530 Better logic to distinguish what is what in REx
5531 (cperl-tips-faces): Document REx highlighting
5532 (cperl-praise): Mention REx syntax highlight etc.
5533
5534 After 5.17:
5535 (cperl-find-sub-attrs): Would not always manage to print error message.
5536 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5537
5538 After 5.18:
5539 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5540 Very minor optimization.
5541 `my-cperl-REx-modifiers-face' got quoted.
5542 Recognize "print $foo <<END" as HERE-doc.
5543 Put `REx-interpolated' text attribute if needed.
5544 (cperl-invert-if-unless-modifiers): New function.
5545 (cperl-backward-to-start-of-expr): Likewise.
5546 (cperl-forward-to-end-of-expr): Likewise.
5547 (cperl-invert-if-unless): Works in "the opposite way" too.
5548 Cursor position on return is on the switch-word.
5549 Indents comments better.
5550 (REx-interpolated): New text attribute.
5551 (cperl-next-interpolated-REx): New function.
5552 (cperl-next-interpolated-REx-0): Likewise.
5553 (cperl-next-interpolated-REx-1): Likewise.
5554 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5555 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5556 (cperl-praise): Mention finded interpolated RExen.
5557
5558 After 5.19:
5559 (cperl-init-faces): Highlight %$foo, @$foo too.
5560 (cperl-short-docs): Better docs for system, exec.
5561 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5562 Would not find HERE-doc ended by EOF without NL.
5563 (cperl-short-docs): Correct not-doubled \-escapes.
5564 start block: Put some `defvar' for stuff gone from XEmacs.
5565
5566 After 5.20:
5567 initial comment: Extend copyright, fix email address.
5568 (cperl-indent-comment-at-column-0): New customization variable.
5569 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5570 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5571 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5572 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5573 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5574 highlight $ in $foo too (UNTESTED).
5575 (cperl-set-style): Docstring missed some available styles.
5576 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5577 Change "Current" to "Memorize Current".
5578 (cperl-indent-wrt-brace): New customization variable; the default is
5579 as for pre-5.2 version.
5580 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5581 (cperl-style-alist): Likewise.
5582 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5583 and `cperl-extra-newline-before-brace' etc
5584 being t
5585 (cperl-indent-exp): Plans B and C to find continuation blocks even
5586 if `cperl-extra-newline-before-brace' is t.
5587
5588 After 5.21:
5589 Improve some docstrings concerning indentation.
5590 (cperl-indent-rules-alist): New variable.
5591 (cperl-sniff-for-indent): New function name
5592 (separated from `cperl-calculate-indent').
5593 (cperl-calculate-indent): Separate the sniffer and the indenter;
5594 uses `cperl-sniff-for-indent' now.
5595 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5596 was inverted;
5597 Support `comment-column' = 0.
5598
5599 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5600
5601 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5602 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5603 * longlines.el (longlines-window-change-function): Likewise.
5604 * simple.el (undo-ask-before-discard): Likewise.
5605 * wid-edit.el (widget-field-prompt-internal)
5606 (widget-documentation-link-p): Likewise.
5607
5608 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5609
5610 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5611 for a keyword.
5612
5613 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5614
5615 * newcomment.el (comment-valid-prefix-p): Make the check
5616 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5617 (comment-indent-new-line): Adjust call.
5618
5619 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5620
5621 * allout.el (allout-back-to-current-heading): Base on lower-level
5622 routines to get proper disqualification of aberrant topics.
5623
5624 2006-10-09 Richard Stallman <rms@gnu.org>
5625
5626 * textmodes/two-column.el (2C-two-columns): Doc fix.
5627
5628 2006-10-09 Kim F. Storm <storm@cua.dk>
5629
5630 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5631 about implicit use.
5632
5633 2006-10-08 Richard Stallman <rms@gnu.org>
5634
5635 * textmodes/two-column.el (2C-two-columns): Doc fix.
5636
5637 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5638
5639 * files.el: Mark `buffer-read-only' as safe-local-variable.
5640
5641 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5642
5643 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5644 Burp if GUD buffer has been killed.
5645
5646 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5647
5648 * completion.el (add-completions-from-c-buffer):
5649 Don't presume an error's second element is a string.
5650 Use looking-at rather than buffer-substring + member.
5651
5652 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5653
5654 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5655 `undecided', call find-coding-systems-region to find a proper
5656 non-trivial encoding.
5657 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5658 and "text/plain".
5659
5660 2006-10-07 Kevin Ryde <user42@zip.com.au>
5661
5662 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5663 url-link.
5664
5665 * strokes.el (defgroup strokes): Remove invalid url-link.
5666
5667 2006-10-07 Magnus Henoch <mange@freemail.hu>
5668
5669 * autoinsert.el (auto-insert-alist): Doc fix.
5670
5671 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5672
5673 * mouse-sel.el (mouse-insert-selection-internal):
5674 Use insert-for-yank, so that yank handlers are run.
5675
5676 2006-10-07 Kim F. Storm <storm@cua.dk>
5677
5678 * ido.el (ido-file-extension-aux): Fix comparison.
5679
5680 2006-10-06 Kim F. Storm <storm@cua.dk>
5681
5682 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5683
5684 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5685
5686 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5687 (ad-make-mapped-call): Use `let', not `let*'.
5688
5689 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5690
5691 * international/mule-cmds.el (coding-system-change-eol-conversion):
5692 Ensure the coding system is initialized before calling
5693 coding-system-eol-type.
5694
5695 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5696
5697 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5698 (org-activate-angle-links, org-activate-dates)
5699 (org-activate-target-links, org-activate-camels)
5700 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5701 textproperty keymaps from being active beyond the end of a line.
5702 (org-unfontify-region): Also remove `rear-nonsticky' property.
5703
5704 2006-10-04 Kenichi Handa <handa@m17n.org>
5705
5706 * international/code-pages.el (next): Table fixed.
5707
5708 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5709
5710 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5711 that it's been made unnecessary by removing narrowing.
5712
5713 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5714
5715 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5716 control flow a bit, simplify another bit, and add comments.
5717
5718 2006-10-03 David Kastrup <dak@gnu.org>
5719
5720 * help.el (describe-mode): For clicks on mode-line, use "@"
5721 interactive argument to get the major mode of the click instead of
5722 the current buffer.
5723
5724 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5725 in order to better redirect mouse-2 clicks. Also allow default
5726 bindings to apply.
5727
5728 2006-10-03 Kim F. Storm <storm@cua.dk>
5729
5730 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5731 (pushnew): Fix last change.
5732
5733 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5734
5735 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5736 Use the interactive spec of `eval-expression'.
5737
5738 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5739
5740 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5741
5742 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5743
5744 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5745 2006-09-28 commit.
5746
5747 2006-10-02 Kenichi Handa <handa@m17n.org>
5748
5749 * international/code-pages.el (iso-8859-6): Table fixed.
5750
5751 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5752
5753 * dired.el (dired-build-subdir-alist): Fix previous change.
5754
5755 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5756
5757 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5758
5759 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5760
5761 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5762 "define-button-type".
5763
5764 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5765 they don't keep accumulating.
5766
5767 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5768
5769 * ffap.el (ffap-rfc-path): Change the address of the RFC
5770 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5771
5772 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5773
5774 * allout.el (allout-expose-topic): Rectify implementation of "+"
5775 spec, so that bodies are not exposed with headlines.
5776
5777 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5778
5779 * allout.el (allout-current-depth): Do aberrent check only at or
5780 below doublecheck depth.
5781 (allout-chart-subtree): Make it explicit that LEVELS being nil
5782 means unlimited depth. Drop undocumented support for LEVELS value
5783 t meaning unlimited depth. (This is consistent with
5784 allout-chart-to-reveal, but contrary to allout-show-children,
5785 which needs to use nil to default to depth of 1.)
5786 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5787 (allout-chart-to-reveal): Be explicit in docstring about meaning
5788 of nil LEVELS, and drop support for LEVELS value t.
5789 (allout-show-children): Translate the level spec used by this
5790 routine to that used by allout-chart-subtree and
5791 allout-chart-to-reveal.
5792 (allout-show-to-offshoot): Retry once when stuck, after opening
5793 subtree - improvements in discontinuity handling likely will
5794 enable progress.
5795
5796 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5797
5798 * wid-edit.el (widget-button-click-moves-point): New variable.
5799 (widget-button-click): If widget-button-click-moves-point is
5800 non-nil, set point after performing the button action.
5801
5802 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5803
5804 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5805
5806 * files.el (find-file-existing): Modify to not allow wildcards.
5807
5808 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5809
5810 * simple.el (undo-more): When undo information for the region is
5811 exhausted, say "No further undo information FOR REGION".
5812
5813 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5814
5815 * progmodes/sh-script.el (sh-prev-thing):
5816 Take `sh-leading-keywords' into account.
5817
5818 2006-09-29 Glenn Morris <rgm@gnu.org>
5819
5820 * custom.el (defcustom): Doc fix.
5821
5822 * calendar/calendar.el (european-calendar-style):
5823 Call european-calendar or american-calendar as needed when set.
5824 (diary-view-entries, list-calendar-holidays): Move autoloads
5825 before use.
5826
5827 2006-09-29 Juri Linkov <juri@jurta.org>
5828
5829 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5830 to nil if there is no previous property change.
5831
5832 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5833
5834 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5835 saving anything to be sure that `forward-sexp' behaves correctly.
5836
5837 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5838
5839 * simple.el (line-move-finish): Ignore field boundaries if the
5840 initial and final points have the same `field' property.
5841
5842 2006-09-29 Kim F. Storm <storm@cua.dk>
5843
5844 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5845 to t while calling ido-read-internal.
5846
5847 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5848
5849 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5850 (org-archive-subtree): Remove erraneous `]' from character list.
5851
5852 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5853
5854 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5855 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5856 markers for data-area and parameters-area.
5857
5858 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5859
5860 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5861
5862 * font-lock.el (font-lock-after-change-function): Refontify next line
5863 as well if end is at BOL.
5864 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5865 only extend the region as much as needed.
5866
5867 2006-09-28 Richard Stallman <rms@gnu.org>
5868
5869 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5870
5871 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5872
5873 * international/mule.el (after-insert-file-set-coding):
5874 If VISIT, don't let set-buffer-multibyte make undo info.
5875
5876 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5877
5878 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5879 lines in base64-encoded authentication response.
5880
5881 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5882
5883 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5884 (ebnf-version): New version 4.3.
5885 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5886 (ebnf-prologue): Adjust PostScript programming.
5887 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5888 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5889
5890 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5891
5892 * jit-lock.el (jit-lock-force-redisplay): Rename from
5893 jit-lock-fontify-again, and undo the mistaken change I've just done.
5894
5895 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5896 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5897
5898 2006-09-26 Kenichi Handa <handa@m17n.org>
5899
5900 * startup.el (display-splash-screen): Allow a prefix argument.
5901
5902 2006-09-25 Jason Rumney <jasonr@gnu.org>
5903
5904 * subr.el (shell-quote-argument): Use DOS logic for Windows
5905 shells with DOS semantics.
5906
5907 2006-09-24 Richard Stallman <rms@gnu.org>
5908
5909 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5910 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5911 to delete the overlay. Put it on pre-command-hook.
5912
5913 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5914
5915 * startup.el (fancy-splash-screens, normal-splash-screen):
5916 Call the splash buffer *About GNU Emacs*.
5917
5918 * simple.el (next-error-highlight, next-error-highlight-no-select):
5919 Default to 0.5.
5920 (yank-excluded-properties): Add `fontified'.
5921
5922 * font-lock.el (font-lock-compile-keywords): Allow value of
5923 syntax-begin-function to enable paren-column-0 highlighting.
5924
5925 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5926
5927 * dired.el (dired-build-subdir-alist): When file ends in colon,
5928 don't exit the loop, just disregard that file.
5929
5930 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5931
5932 * simple.el (line-move-finish): Handle corner case for fields in
5933 continued lines.
5934 (line-move-1): Remove flawed test for that case.
5935
5936 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5937
5938 * icomplete.el (icomplete-simple-completing-p): Use the correct
5939 name for the new variable, `icomplete-with-completion-tables'.
5940 (file local variables): Remove superfluous setting.
5941
5942 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
5943
5944 * calendar/appt.el (appt-check): Fix typo for appointments just
5945 after midnight.
5946
5947 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
5948
5949 * help.el (describe-key-briefly, describe-key): Don't expect an
5950 extra up event if a down-event is generated by a popup menu.
5951
5952 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
5953
5954 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
5955 local dictionary when changing the global dictionary.
5956
5957 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
5958
5959 * icomplete.el (icomplete-with-completion-tables): List of
5960 specialized completion tables with which icomplete should
5961 operate. Include the new `internal-complete-buffer', so icomplete
5962 works with interactive buffer-selection.
5963 (icomplete-simple-completing-p): Add acceptance of specialized
5964 completion tables listed in icomplete-with-completion-tables.
5965
5966 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5967
5968 * frame.el (focus-follows-mouse): Set default to nil on Mac.
5969
5970 * startup.el (command-line): Use `custom-reevaluate-setting' for
5971 `focus-follows-mouse'.
5972
5973 2006-09-22 Richard Stallman <rms@gnu.org>
5974
5975 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
5976 explain why Save is not available.
5977
5978 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
5979
5980 * woman.el (woman0-so): Use `let*', not `let'.
5981 (woman-horizontal-line): Remove unbalanced parenthesis.
5982
5983 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
5984
5985 * woman.el: Make sure all the end-of-region markers we use have
5986 a non-nil insertion-type.
5987 (woman0-so): Move things around so we can use copy-marker.
5988 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
5989 Adjust marker type.
5990 (woman2-process-escapes): Check marker type.
5991 (woman-horizontal-line): Dispense with the use of a marker.
5992
5993 2006-09-22 Jay Belanger <belanger@truman.edu>
5994
5995 * calc/calc-lang.el: Add Greek letters to math-variable-table
5996 property of tex.
5997
5998 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
5999
6000 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6001
6002 2006-09-22 Masatake YAMATO <jet@gyve.org>
6003
6004 * add-log.el (add-log-current-defun): Use `forward-sexp'
6005 instead of `forward-word' to pick c++::symbol.
6006 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6007
6008 2006-09-22 Kenichi Handa <handa@m17n.org>
6009
6010 * bindings.el: Fix setting self-insert-command for multibyte
6011 characters in global-map.
6012
6013 2006-09-21 David Kastrup <dak@gnu.org>
6014
6015 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6016 doc string.
6017
6018 2006-09-21 Kenichi Handa <handa@m17n.org>
6019
6020 * language/european.el ("Latin-1"): Add windows-1252 to
6021 coding-priority.
6022 ("German"): Likewise.
6023
6024 2006-09-21 Kim F. Storm <storm@cua.dk>
6025
6026 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6027 Suggested by Miles Bader.
6028
6029 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6030 instead of add-to-list in the simple case.
6031
6032 2006-09-20 Kenichi Handa <handa@m17n.org>
6033
6034 * isearch.el (isearch-process-search-char): Cancel the previous change.
6035 (isearch-search-string): New function.
6036 (isearch-search): Use isearch-search-string.
6037 (isearch-lazy-highlight-search): Likewise.
6038
6039 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6040
6041 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6042 string to become an option.
6043
6044 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6045
6046 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6047
6048 2006-09-20 Kim F. Storm <storm@cua.dk>
6049
6050 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6051 position t instead of trying both window-end and window-end - 1.
6052
6053 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6054
6055 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6056 hidden trees.
6057
6058 2006-09-20 David Kastrup <dak@gnu.org>
6059
6060 * mouse.el (mouse-posn-property): Improve doc string.
6061 (mouse-on-link-p): Change buffers for function calls on links.
6062
6063 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6064 buffer is read-only.
6065
6066 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6067
6068 * allout.el (allout-unprotected): Let inhibit-read-only only when
6069 buffer-read-only isn't set.
6070 (allout-annotate-hidden): Enable topic annotation during copies even
6071 when the buffer is read-only, eg for topic copies. Ensure that the loop
6072 advances, even when the span extends beyond the deletion region.
6073 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6074 rather than allout-exposure-changed-hook, as a stronger assertion.
6075 (allout-keybindings-list): Add bindings for
6076 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6077 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6078 Copy wrappers for allout-kill-line and allout-kill-topic.
6079 (allout-listify-exposed): Position correctly to accumulate lines.
6080
6081 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6082
6083 * simple.el (line-move-1): Escape field boundaries occurring
6084 exactly at point. Update goal column if constrained to a field.
6085 (line-move-finish): Escape field boundaries occurring exactly at point.
6086
6087 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6088
6089 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6090 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6091
6092 2006-09-19 Kim F. Storm <storm@cua.dk>
6093
6094 * help.el (describe-key-briefly, describe-key): Simplify printing
6095 of descriptions by using format and %S. Fix "is undefined"
6096 messages to say "at that spot" for mouse events.
6097
6098 * simple.el (line-move-partial): Optimize. Try window-line-height
6099 before posn-at-point to get vpos of current line.
6100
6101 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6102
6103 * viper.el: Bump up version/date of update to reflect the substantial
6104 changes done in August 2006.
6105
6106 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6107 are defined.
6108
6109 * ediff-util.el (ediff-add-to-history): New function.
6110
6111 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6112
6113 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6114
6115 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6116 Delete duplicate make-local-variable form.
6117 (conf-space-keywords): Add autoload cookie.
6118 Fix typo (`keywords', not `keyword').
6119
6120 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6121
6122 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6123 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6124 to x-gtk-use-old-file-dialog.
6125
6126 2006-09-18 Richard Stallman <rms@gnu.org>
6127
6128 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6129 that might come in during mouse tracking.
6130
6131 2006-09-18 Kim F. Storm <storm@cua.dk>
6132
6133 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6134 new window-line-height function. Further optimize by not calling
6135 pos-visible-in-window-p for window-end when window-line-height
6136 returns useful information.
6137
6138 2006-09-16 Richard Stallman <rms@gnu.org>
6139
6140 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6141 (conf-space-mode): Don't handle prefix arg.
6142 Delete conf-space-keywords-override code.
6143 Use add-hook.
6144 (conf-space-keywords): New command.
6145 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6146 Delete conf-space-keywords-override code.
6147 (conf-space-keywords-alist): Doc fix.
6148 (conf-space-font-lock-keywords): Doc fix.
6149 (conf-space-keywords-override): Var deleted.
6150
6151 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6152
6153 * startup.el (fancy-splash-screens): Don't switch to the scratch
6154 buffer; it may not be the next buffer.
6155
6156 2006-09-16 Romain Francoise <romain@orebokech.com>
6157
6158 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6159 in both messages.
6160
6161 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6162
6163 * progmodes/python.el (python-preoutput-filter):
6164 Fix arg order to string-match.
6165
6166 2006-09-16 Richard Stallman <rms@gnu.org>
6167
6168 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6169 font-lock-compile-keywords.
6170
6171 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6172 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6173
6174 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6175
6176 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6177
6178 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6179 and the data doesn't look like UTF8, send STRING instead.
6180
6181 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6182
6183 * textmodes/flyspell.el (flyspell-check-region-doublons):
6184 New function to detect duplicated words.
6185 (flyspell-large-region): Use it.
6186
6187 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6188
6189 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6190
6191 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6192
6193 * help.el (describe-prefix-bindings): Use let, not let*.
6194
6195 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6196
6197 * allout.el (allout-regexp, allout-line-boundary-regexp)
6198 (allout-bob-regexp): Correct grouping and boundaries to fix
6199 backwards traversal.
6200 (allout-depth-specific-regexp, allout-depth-one-regexp):
6201 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6202 worse time in allout-ascend.
6203 (allout-doublecheck-at-and-shallower): Identify depth threshold
6204 below which topics are checked for and disqualified by containment
6205 discontinuities.
6206 (allout-hotspot-key-handler): Correctly handle multiple-key
6207 strokes. Remove some unused variables.
6208 (allout-mode-leaders): Clarify that mode-specific comment-start
6209 will be used.
6210 (set-allout-regexp): Correctly regexp-quote allout regexps to
6211 properly accept alternative header-leads and primary bullets with
6212 regexp-specific characters (eg, C "/*", mathematica "(*").
6213 Include new regular expressions among those configured.
6214 (allout-infer-header-lead-and-primary-bullet):
6215 Rename allout-infer-header-lead.
6216 (allout-recent-depth): Manifest as a variable as well as a function.
6217 (allout-prefix-data): Simplify into an inline instead of a macro,
6218 assuming current match data rather than being explicitly passed
6219 it. Establish allout-recent-depth value as well as
6220 allout-recent-prefix-beginning and allout-recent-prefix-end.
6221 (allout-aberrant-container-p): True when an item's immediate
6222 offspring discontinuously contained. Useful for disqualifying
6223 unintended topic prefixes, likely at low depths.
6224 (allout-goto-prefix-doublechecked): Elaborate version of
6225 allout-goto-prefix which disqualifies aberrant pseudo-items.
6226 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6227 get disqualification of aberrant containers.
6228 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6229 containers.
6230 (allout-beginning-of-current-entry): Position at start of buffer
6231 when in container (depth 0) entry.
6232 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6233 (allout-current-bullet): Strip text properties.
6234 (allout-get-prefix-bullet): Use right match groups.
6235 (allout-beginning-of-line, allout-next-heading):
6236 Disqualify aberrant containers.
6237 (allout-previous-heading): Disqualify aberrant containers, and
6238 change to regular (rather than inline) function, to allow
6239 self-recursion.
6240 (allout-get-invisibility-overlay): Increment so progress is made
6241 when the first overlay is not the sought one.
6242 (allout-end-of-prefix): Disqualify aberrant containers.
6243 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6244 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6245 outline.el outlines) functional again. Change the primary bullet
6246 along with the header-lead - level 1 new-style bullets now work.
6247 Engage allout-before-change-handler in mainline Emacs, not just
6248 XEmacs, to do undo handling.
6249 (allout-before-change-handler): Expose undo changes occurring in
6250 hidden regions. Use allout-get-invisibility-overlay instead of
6251 reimplementing it inline.
6252 (allout-chart-subtree): Use start rather than end of prefix in
6253 charts. Use allout-recent-depth variable.
6254 (allout-chart-siblings): Disqualify aberrant topics.
6255 (allout-beginning-of-current-entry): Position correctly.
6256 (allout-ascend): Use new allout-depth-specific-regexp and
6257 allout-depth-one-regexp for linear instead of O(N^2) or worse
6258 behavior.
6259 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6260 reimplementing an algorithm.
6261 (allout-up-current-level): Depend on allout-ascend, rather than
6262 reimplementing an algorithm. Return to start-point if we fail.
6263 (allout-descend-to-depth): Use allout-recent-depth variable
6264 instead of function.
6265 (allout-next-sibling): On traversal of numerous intervening
6266 topics, resort to economical allout-next-sibling-leap.
6267 (allout-next-sibling-leap): Specialized version of
6268 allout-next-sibling that uses allout-ascend cleverly, to depend on
6269 a regexp search to leap large numbers of contained topics, rather
6270 than arbitrarily many one-by-one traversals.
6271 (allout-next-visible-heading): Disqualify aberrant topics.
6272 (allout-previous-visible-heading): Position consistently when
6273 interactive.
6274 (allout-forward-current-level): Base on allout-previous-sibling
6275 rather than (differently) reimplmenting the algorithm. Remove some
6276 unused variables.
6277 (allout-solicit-alternate-bullet): Present default choice stripped
6278 of text properties.
6279 (allout-rebullet-heading): Use bullet stripped of text properties.
6280 Register changes using allout-exposure-change-hook.
6281 Disregard aberrant topics.
6282 (allout-shift-in): With universal-argument, make topic a peer of
6283 it's former offspring. Simplify the code by separating out
6284 allout-shift-out functionality.
6285 (allout-shift-out): With universal-argument, make offspring peers
6286 of their former container, and its siblings. Implement the
6287 functionality here, rather than inappropriately muddling the
6288 implementation of allout-shift-in.
6289 (allout-rebullet-topic): Respect additional argument for new
6290 parent-child separation function.
6291 (allout-yank-processing): Use allout-ascend directly.
6292 (allout-show-entry): Disqualify aberrant topics.
6293 (allout-show-children): Handle discontinuous children gracefully,
6294 extending the depth being revealed to expose them and posting a
6295 message indicating the situation.
6296 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6297 Leave cursor in correct position.
6298 (allout-hide-current-subtree): Use allout-ascend directly.
6299 Disqualify aberrant topics.
6300 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6301 a way that the yanks can restore it, as used to happen.
6302 (allout-yank-processing): Restore exposure layout as recorded by
6303 allout-kill-*, as used to happen.
6304 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6305 for preseving and restoring exposure layout across kills.
6306 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6307 (allout-encrypt-string): Strip text properties.
6308 Rearranged order and outline-headings for some of the
6309 miscellaneous functions.
6310 (allout-resolve-xref): No need to quote the error name in the
6311 condition-case handler section.
6312 (allout-flatten): Classic recursive (and recursively intensive,
6313 without tail-recursion) list-flattener, needed by allout-shift-out
6314 when confronted with discontinuous children.
6315
6316 2006-09-16 Jason Rumney <jasonr@gnu.org>
6317
6318 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6319 on ms-windows.
6320 (dnd-open-unc-file): Remove.
6321 (dnd-open-local-file): Mention in doc string that it also handles
6322 remote files if the system natively supports unc file-names.
6323
6324 2006-09-15 Kim F. Storm <storm@cua.dk>
6325
6326 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6327 all necessary information about the event before erasing *Help*.
6328
6329 * simple.el (line-move-partial): Use window-line-visiblity to
6330 quickly check whether last line is partially visible, and only do
6331 the hard (and slow) part in that case.
6332
6333 2006-09-15 Jay Belanger <belanger@truman.edu>
6334
6335 * COPYING: Replace "Library Public License" by "Lesser Public
6336 License" throughout.
6337
6338 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6339
6340 * term/x-win.el (x-menu-bar-open): New function for F10.
6341
6342 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6345 Disallow filenames containing " -" to avoid confusion with libtool
6346 compilation messages. Suggested by Stefan Monnier.
6347
6348 2006-09-15 David Kastrup <dak@gnu.org>
6349
6350 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6351 instead of buffer position for `mouse-on-link-p'.
6352
6353 * mouse.el (mouse-posn-property): New function looking up the
6354 properties at a click position in overlays and text properties in
6355 either buffer or strings.
6356 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6357 of both `follow-link' as well as `mouse-face' properties.
6358 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6359 buffer position.
6360
6361 * help.el (describe-key-briefly): When reading a down-event on
6362 mode lines or scroll bar, swallow the following up event, too.
6363 Use the new mouse sensitivity of `key-binding' for lookup.
6364 (describe-key): The same here.
6365
6366 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * play/life.el (life-patterns): Add a few more interesting patterns.
6369 (life-setup): Force `show-trailing-whitespace' to nil.
6370
6371 2006-09-14 Richard Stallman <rms@gnu.org>
6372
6373 * startup.el (fancy-splash-text): Change text to improve alignment.
6374 (fancy-splash-screens): Don't set non-standard tab width.
6375 Bind cursor-type temporarily, and make it easy to patch to
6376 preserve the splash buffer.
6377 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6378 (fancy-splash-screens): Display echo-area message explicitly.
6379 Don't set fancy-splash-help-echo.
6380
6381 * simple.el (line-number-mode): Group mode-line instead of
6382 editing-basics.
6383 (column-number-mode, size-indication-mode): Likewise.
6384
6385 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6386
6387 * time.el (display-time): Group mode-line instead of modeline.
6388
6389 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6390
6391 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6392
6393 * startup.el (fancy-splash-text): Move editing instructions to
6394 fancy-splash-head.
6395 (fancy-splash-head): Issue editing instructions.
6396 (fancy-splash-screens): Fixup whitespace.
6397
6398 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * bindings.el (mode-line-buffer-identification-keymap):
6401 Remove duplicate line.
6402
6403 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6404
6405 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6406 ignore lists.
6407
6408 2006-09-14 Kim F. Storm <storm@cua.dk>
6409
6410 * jit-lock.el (jit-lock-fontify-again): New function.
6411 (jit-lock-fontify-now): Use it instead of lambda form.
6412
6413 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6414
6415 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6416 (flyspell-auto-correct-word): Make ispell-filter local to these
6417 functions. Check that ispell-filter has new stuff before calling
6418 ispell-parse-output.
6419
6420 2006-09-13 Kim F. Storm <storm@cua.dk>
6421
6422 * simple.el (line-move-partial): Optimize.
6423
6424 2006-09-13 Richard Stallman <rms@gnu.org>
6425
6426 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6427 Delete spurious backquote.
6428
6429 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6430
6431 * net/rcirc.el (rcirc-print): Fix last change.
6432
6433 2006-09-12 Jay Belanger <belanger@truman.edu>
6434
6435 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6436
6437 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6438
6439 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6440 rcirc-show-maximum-output.
6441 (rcirc-mode): Remove window-scroll-function hook.
6442 (rcirc-scroll-to-bottom): Remove function.
6443 (rcirc-print): Recenter so point stays at the bottom of the window
6444 if point was already there.
6445
6446 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6447
6448 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6449 not to "t".
6450 * progmodes/compile.el (compilation-start): Likewise.
6451 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6452 Don't use expand-file-name on invocation-directory, since this
6453 might mishandle special characters in invocation-directory.
6454
6455 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6456
6457 * pcvs-defs.el: Remove * in defcustom's docstrings.
6458
6459 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6460
6461 * progmodes/compile.el (compilation-directory-properties):
6462 Doc fix for help-echo.
6463
6464 2006-09-12 Lars Hansen <larsh@soem.dk>
6465
6466 * desktop.el (desktop-read): Add comment.
6467
6468 2006-09-12 Kim F. Storm <storm@cua.dk>
6469
6470 * simple.el (next-error-highlight, next-error-highlight-no-select):
6471 Fix spelling error.
6472
6473 * subr.el (sit-for): Rework to use input-pending-p and cond.
6474 Return nil input is pending on entry also for SECONDS <= 0.
6475 (while-no-input): Use input-pending-p instead of sit-for.
6476
6477 2006-09-11 Richard Stallman <rms@gnu.org>
6478
6479 * simple.el (next-error-highlight, next-error-highlight-no-select):
6480 Fix custom type and doc strings.
6481
6482 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6483
6484 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6485 (diff-apply-hunk): Use it to ask for confirmation.
6486
6487 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6488
6489 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6490
6491 2006-09-11 David Kastrup <dak@gnu.org>
6492
6493 * help.el (string-key-binding, describe-key-briefly)
6494 (describe-key): Remove `string-key-binding' and its callers since
6495 `key-binding' already caters for the proper lookup now.
6496
6497 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6498
6499 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6500 (cfengine-mode): Use it. Fix \ syntax to be like /.
6501
6502 * bindings.el (mode-line-buffer-identification-keymap):
6503 Move initialization into declaration.
6504
6505 2006-09-10 Kim F. Storm <storm@cua.dk>
6506
6507 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6508 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6509 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6510 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6511
6512 2006-09-10 Richard Stallman <rms@gnu.org>
6513
6514 * dired-aux.el: Handle errors in recursive copy usefully.
6515 (dired-create-files-failures): New variable.
6516 (dired-copy-file): Remove condition-case.
6517 (dired-copy-file-recursive): Check for errors on all file
6518 operations, and add them to dired-create-files-failures.
6519 Check file file-date-erorr here too.
6520 (dired-create-files): Check dired-create-files-failures
6521 and report those errors too.
6522
6523 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6524
6525 * subr.el (add-to-list): New argument COMPARE-FN.
6526
6527 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6528
6529 * filecache.el (file-cache-add-directory)
6530 (file-cache-add-directory-list, file-cache-add-file)
6531 (file-cache-add-directory-using-find)
6532 (file-cache-add-directory-using-locate)
6533 (file-cache-add-directory-recursively): Add autoloads.
6534
6535 2006-09-09 Richard Stallman <rms@gnu.org>
6536
6537 * textmodes/conf-mode.el (conf-space-mode):
6538 Use hack-local-variables-hook instead of calling hack-local-variables.
6539 (conf-space-keywords-override): New variable.
6540 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6541 (conf-space-mode): Always make conf-space-keywords and
6542 conf-space-keywords-override local.
6543 Call conf-space-mode-internal directly as well as via hook.
6544
6545 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6546
6547 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6548 quasi-keywords.
6549
6550 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6551
6552 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6553 (python-send-string): Be slightly more careful about adding \n.
6554
6555 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6556 kill it right away anyway.
6557
6558 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6559
6560 * international/codepage.el (cp850-decode-table): Fix a few codes.
6561 (cp858-decode-table): New variable.
6562
6563 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6564
6565 * net/ldap.el (ldap-search-internal): Doc fix.
6566
6567 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6568
6569 * play/life.el (life-display-generation): Test for input manually if
6570 `sleeptime' is negative or null.
6571
6572 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6573 (print-region-1): Substitute `%s' with the page title.
6574
6575 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6576
6577 * locate.el (locate-current-search): New variable.
6578 (locate): Set buffer local value. Use current buffer if it is
6579 in Locate mode.
6580 (locate-mode): Disable undo here.
6581 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6582 (locate-update): Use locate-current-search and locate-current-filter.
6583
6584 2006-09-08 David Kastrup <dak@gnu.org>
6585
6586 * desktop.el (desktop-read): When loading a desktop, disable
6587 saving it while the load progresses, and switch off a pending lazy
6588 load by calling `desktop-lazy-abort'.
6589
6590 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6591
6592 * window.el (mouse-autoselect-window-timer)
6593 (mouse-autoselect-window-position)
6594 (mouse-autoselect-window-window)
6595 (mouse-autoselect-window-now): New vars.
6596 (mouse-autoselect-window-cancel)
6597 (mouse-autoselect-window-select)
6598 (mouse-autoselect-window-start): New functions.
6599 (handle-select-window): Call `mouse-autoselect-window-start' when
6600 delayed window autoselection is enabled.
6601
6602 * cus-start.el (mouse-autoselect-window): Handle delayed window
6603 autoselection.
6604
6605 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6606 commands after which it is allowed to print in the echo area.
6607
6608 2006-09-08 Richard Stallman <rms@gnu.org>
6609
6610 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6611
6612 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6613 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6614
6615 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6616 (cancel-timer-internal): Add doc string.
6617 (cancel-function-timers): Doc fix.
6618 (with-timeout-handler, timer-event-last*): Add doc strings.
6619
6620 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6621
6622 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6623
6624 * dired.el (dired-log-summary): Add doc string.
6625
6626 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6627 (custom-group-menu-create): Not here.
6628
6629 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6630
6631 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6632
6633 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6634
6635 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6636 (mac-apple-event-map): Define its handler.
6637
6638 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6639
6640 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6641
6642 2006-09-07 Magnus Henoch <mange@freemail.hu>
6643
6644 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6645 clause.
6646
6647 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6648
6649 * info.el (Info-index): Bind completion-ignore-case.
6650
6651 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6652
6653 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6654 previous commit.
6655 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6656 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6657 burp in dedicated windows.
6658 (inferior-prolog-self-insert-command): New command.
6659 (inferior-prolog-mode-map): Use it.
6660
6661 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6662
6663 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6664
6665 * international/code-pages.el: Add cp858.
6666
6667 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6668
6669 * dnd.el: Fix bootstrapping.
6670
6671 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6672
6673 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6674 (dnd-open-remote-url): New function.
6675 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6676 not windows-nt.
6677
6678 2006-09-07 Jason Rumney <jasonr@gnu.org>
6679
6680 * dnd.el (dnd-open-remote-file-function): New variable.
6681 (dnd-open-unc-file): New function.
6682 (dnd-open-file): Call dnd-open-remote-file-function if set.
6683
6684 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6685
6686 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6687 pgg-passphrase-coding-system rather than locale-coding-system.
6688 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6689
6690 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6691
6692 * progmodes/prolog.el: Remove * in docstrings.
6693 (prolog-program-name): Add SWI prolog.
6694 (prolog-mode-menu): New menu.
6695 (prolog-mode): Set comment-add.
6696 (prolog-indent-line): Simplify. Use indent-line-to.
6697 (inferior-prolog-buffer): New var.
6698 (inferior-prolog-run, inferior-prolog-process): New funs.
6699 (run-prolog, switch-to-prolog): Rewrite, using them.
6700 (prolog-consult-region): Use inferior-prolog-buffer.
6701 (inferior-prolog-load-file): New function.
6702 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6703
6704 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6705 last word, if it's not the end of the paragraph.
6706
6707 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6708 file name.
6709
6710 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6711
6712 * frame.el (display-mm-dimensions-alist): New defcustom.
6713 (display-mm-height, display-mm-width): Use it.
6714
6715 2006-09-06 Simon Josefsson <jas@extundo.com>
6716
6717 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6718
6719 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6720
6721 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6722 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6723 string values.
6724
6725 2006-09-06 Kim F. Storm <storm@cua.dk>
6726
6727 * simple.el (line-move-partial): New function to do vscrolling for
6728 partially visible images / tall lines. Rewrite based on code
6729 previously in line-move. Simplify backwards vscrolling.
6730 (line-move): Use it. Simplify.
6731
6732 2006-09-05 Kim F. Storm <storm@cua.dk>
6733
6734 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6735
6736 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6737
6738 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6739 Process the `gcc-include' after the `gnu' rule.
6740
6741 2006-09-05 Kim F. Storm <storm@cua.dk>
6742
6743 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6744
6745 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6746
6747 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6748 compatibility.
6749
6750 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6751 inhibit-redisplay; encode passphrase with locale-coding-system.
6752
6753 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6754
6755 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6756
6757 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6758
6759 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6760 (gdb-var-list-children-regexp): Make type field optional.
6761
6762 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6763 e.g public, protected in C++.
6764
6765 2006-09-04 John Paul Wallington <jpw@pobox.com>
6766
6767 * simple.el (completion-show-help): New defcustom.
6768 (completion-setup-function): Heed it.
6769
6770 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6771
6772 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6773
6774 2006-09-04 Richard Stallman <rms@gnu.org>
6775
6776 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6777 (rsf-min-region-to-spam-list): Doc fix.
6778 (rsf-add-content-type-field): Doc fix.
6779
6780 * simple.el (kill-region): Explicitly test there is a region.
6781
6782 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6783
6784 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6785 sendmail in several common directories.
6786
6787 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6788
6789 * paths.el (sendmail-program): Removed.
6790
6791 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6792
6793 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6794 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6795 http://article.gmane.org/gmane.emacs.gnus.general/50457
6796
6797 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6798
6799 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6800 mark after running the menu filter.
6801
6802 2006-09-03 Juri Linkov <juri@jurta.org>
6803
6804 * international/quail.el (quail-defrule-internal): Add a check
6805 if a key is a vector.
6806
6807 2006-09-02 Juri Linkov <juri@jurta.org>
6808
6809 * man.el (Man-topic-history): New variable.
6810 (man): Use it.
6811
6812 * woman.el (woman-topic-history): Change defvar to defvaralias
6813 for symbol `Man-topic-history'.
6814
6815 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6816 `comint-last-output-start' is a marker by using `markerp' and
6817 check if it has a position by using `marker-position', and use
6818 this position for `goto-char'.
6819
6820 * international/quail.el (quail-defrule-internal): Add missing
6821 `error' call for null key.
6822
6823 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6824
6825 * rcirc.el (rcirc-keywords): New variable.
6826 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6827 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6828 variables.
6829 (rcirc-responses-no-activity): New function.
6830 (rcirc-handler-generic): Check for responses in above.
6831 (rcirc-process-command): Add ?: character to arguments of raw
6832 server commands.
6833 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6834 `rcirc-dim-nicks'.
6835 (rcirc-gray-toggle): Remove unused variable.
6836 (rcirc-print): Remove some tracking logic, which is moved into
6837 markup functions.
6838 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6839 types.
6840 (rcirc-activity-string): Look for 'keyword in activity-types.
6841 (rcirc-window-configuration-change): Don't erase overlay-arrow
6842 unnecessarily.
6843 (rcirc-add-or-remove): New function.
6844 (rcirc-cmd-ignore): Use it.
6845 (rcirc-message-leader): Remove unused function.
6846 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6847 (rcirc-add-face): New function.
6848 (rcirc-facify): Use rcirc-add-face.
6849 (rcirc-url-regexp): Add parens.
6850 (rcirc-map-regexp): Remove function.
6851 (rcirc-mangle-regexp): Remove function.
6852 (rcirc-markup-text-functions): New variable.
6853 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6854 (rcirc-markup-body-text, rcirc-markup-attributes)
6855 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6856 (rcirc-markup-bright-nicks): New markup handler functions.
6857 (rcirc-nick-in-message-full-line): New face.
6858 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6859 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6860
6861 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6862
6863 * cus-start.el (hscroll-margin, hscroll-step)
6864 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6865 (x-use-underline-position-properties): Change version to "22.1"
6866 since they will appear there for the first time.
6867
6868 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6869
6870 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6871
6872 2006-08-31 Richard Stallman <rms@gnu.org>
6873
6874 * cus-edit.el (custom-save-variables): Slight cleanup.
6875 (Custom-no-edit): Renamed from custom-no-edit.
6876 (Custom-newline): Renamed from custom-newline.
6877 (custom-mode-map): Use new names.
6878
6879 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6880 about customization, rather than M-x customize, in the doc string
6881 made for the defcustom.
6882
6883 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6884
6885 2006-08-31 Romain Francoise <romain@orebokech.com>
6886
6887 * dired-x.el (dired-guess-shell-alist-default): Update.
6888
6889 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6890
6891 * custom.el (custom-theme-set-variables): Autoload packages before
6892 sorting the variables.
6893
6894 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6895
6896 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6897 chars if XEmacs.
6898 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6899
6900 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6901
6902 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6903 waiting for process.
6904
6905 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6906
6907 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6908 results in ASCII-only string, encode original one directly.
6909
6910 2006-08-29 Romain Francoise <romain@orebokech.com>
6911
6912 * startup.el (normal-splash-screen, fancy-splash-screens):
6913 Make buffer read-only and arrange to enter view mode if necessary.
6914
6915 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6916
6917 * hl-line.el (hl-line): New face.
6918 (hl-line-face): Use it.
6919
6920 * image-mode.el (image-mode): Fix last fix.
6921 Suggested by Kim F. Storm.
6922
6923 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6924
6925 Sync with Tramp 2.0.54.
6926
6927 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6928 of `=', because `tramp-get-remote-gid' might not always return an
6929 integer when expected.
6930 (tramp-register-file-name-handlers): `partial-completion-mode' is
6931 unknown to XEmacs.
6932 (tramp-time-diff): Don't use `floor', it might fail for large
6933 differences.
6934 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6935 `tramp-auto-save-directory' if unset in order to guarantee unique
6936 auto-save file names.
6937
6938 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6939
6940 * image-mode.el (image-mode): Display image as text on a terminal.
6941
6942 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * progmodes/python.el (python-send-command): Simplify.
6945 (run-python): Don't generate a new buffer unless `new' was specified.
6946 Make sure we send `import emacs' to the proper process.
6947
6948 * progmodes/python.el (python-send-command): Don't wait for the command
6949 to terminate. Don't fiddle with compilation-parsing-end.
6950
6951 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6952
6953 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
6954 Insert commentary after first line summary.
6955
6956 * woman.el (woman-follow): New function, based on `man-follow'.
6957 (woman-mode-map): Use it.
6958
6959 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
6960 since ibuffer-do-sort-by-recency does not define a sorter.
6961
6962 2006-08-28 Kim F. Storm <storm@cua.dk>
6963
6964 * find-dired.el (find-dired): Use shell-quote-argument to properly
6965 escape ( and ) args. Also use it on {} and ; args in default
6966 value of find-ls-option string.
6967 (find-grep-dired): Use shell-quote-argument on {} and ; args.
6968
6969 2006-08-27 Michael Olson <mwolson@gnu.org>
6970
6971 * emacs-lisp/tq.el: Small grammar fix in comments.
6972 (tq-enqueue): Check for existence of queue rather than the
6973 head queue item's question, which was a no-op.
6974 (tq-filter, tq-process-buffer): Make sure the process buffer
6975 exists before making it the current buffer.
6976
6977 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6978
6979 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
6980 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
6981 (special-event-map): Apply 2006-08-16 change for x-win.el.
6982
6983 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
6984
6985 * progmodes/python.el (python-send-receive): Wait in the
6986 process's buffer so as to check the right buffer-local variables.
6987
6988 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
6989
6990 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
6991 (defgroup checkdoc): Move to beginning.
6992
6993 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
6994 (python-preoutput-continuation): Remove.
6995 (python-preoutput-filter): Simplify correspondingly.
6996 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
6997 Loop around to catch embedded _emacs_out output.
6998 (run-python): Send the import&print command on a single line.
6999 (python-send-command): Send command&print on a single line.
7000 (python-send-string): Only add double \n if needed.
7001 (python-send-receive): Loop until the result comes.
7002 (python-mode-running): Defvar it.
7003 (python-setup-brm): Remove unused var `menu'.
7004 Only bind py-mode-map and `features' around brm-init.
7005 (python-calculate-indentation): Remove unused var `point'.
7006 (python-beginning-of-defun): Remove unused var `def-line'.
7007
7008 2006-08-25 Richard Stallman <rms@gnu.org>
7009
7010 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7011
7012 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7013
7014 * viper.el (viper-set-hooks): Use frame bindings for
7015 viper-vi-state-cursor-color.
7016 (viper-non-hook-settings): Don't set default
7017 mode-line-buffer-identification.
7018
7019 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7020 (viper-set-cursor-color-according-to-state)
7021 (viper-get-saved-cursor-color-in-replace-mode)
7022 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7023 viper-emacs-state-cursor-color.
7024
7025 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7026 (viper-undo): Use point if undo-beg-posn is nil.
7027 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7028 (viper-after-change-undo-hook): Don't use
7029 viper-emacs-state-cursor-color by default.
7030 (viper-undo): More sensible positioning after undo.
7031
7032 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7033 (viper-emacs-state-cursor-color): Default to nil, since this feature
7034 doesn't work well yet.
7035
7036 * ediff-mult.el (ediff-intersect-directories)
7037 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7038 always expand filenames.
7039
7040 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7041
7042 * tumme.el: Remove * in defcustoms's docstrings.
7043
7044 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7045
7046 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7047 Accept internal time format for SECS arg.
7048 (timer-relative-time): Doc fix.
7049
7050 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7051 adapted from Martin Rudalics.
7052 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7053 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7054 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7055 using sit-for.
7056
7057 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7058
7059 * cus-start.el (all): Add `overline-margin' and
7060 `x-underline-at-descent-line'.
7061
7062 2006-08-24 Kim F. Storm <storm@cua.dk>
7063
7064 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7065 to mean "use find -exec"; nil now unambiguously means auto-detect.
7066 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7067 Use shell-quote-argument to build grep-find-command and
7068 grep-find-template.
7069 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7070 Reported by Tom Seddon.
7071
7072 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7073
7074 * startup.el (fancy-splash-head): Give instructions for dismissing
7075 the splash screen for default startup too.
7076 (display-startup-echo-area-message, fancy-splash-screens)
7077 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7078 all splash text at once and keep the splash buffer around.
7079 (command-line-1): Give display-startup-echo-area-message a t arg.
7080
7081 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7082
7083 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7084 gnus frame is selected.
7085
7086 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7087
7088 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7089
7090 2006-08-22 Kim F. Storm <storm@cua.dk>
7091
7092 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7093 Add suffix matching for subdirs.
7094
7095 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7096
7097 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7098 mouse-yank-at-point is non-nil.
7099
7100 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7101
7102 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7103 a bit wider and remove fringes to fit initial output on line.
7104
7105 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * frame.el (blink-cursor-end): Only ignore the error we care about.
7108 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7109
7110 2006-08-21 Richard Stallman <rms@gnu.org>
7111
7112 * whitespace.el (whitespace-cleanup): Doc fix.
7113
7114 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7115
7116 * net/rcirc.el (rcirc-show-maximum-output): New var.
7117 (rcirc-buffer-process): If no buffer argument is supplied, use
7118 current-buffer.
7119 (rcirc-complete-nick): Complete to the last completed nick first.
7120 (rcirc-mode): Preserve the value of `rcirc-urls' across
7121 connections. Setup scroll function.
7122 (rcirc-scroll-to-bottom): New function.
7123 (rcirc-print): Use nick syntax around regexp work.
7124 Notice dim-nicks speaking only if they say our nick.
7125 (rcirc-update-activity-string): Do not show the modeline indicator
7126 if there are no live rcirc processes.
7127 (rcirc-cmd-ignore): Ignore case.
7128 (rcirc-browse-url-at-point): Fix off-by-one error.
7129
7130 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7131
7132 * progmodes/python.el: Remove * in defcustom docstrings.
7133 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7134 (python-mode): Set tab-width and indent-tabs-mode.
7135
7136 2006-08-20 Dave Love <fx@gnu.org>
7137
7138 * progmodes/python.el: Update to Dave Love's latest version.
7139 (python-font-lock-keywords, python-mode): Don't use
7140 font-lock-syntax-table, but match symbol elements explicitly instead.
7141 (python-mode-map): Add help, and a few more key bindings.
7142 (python-skip-comments/blanks): Move out of comments as well.
7143 (python-continuation-line-p): Behave better with unbalanced parens.
7144 (python-blank-line-p): New fun.
7145 (python-open-block-statement-p): Don't use a heuristic.
7146 (python-outdent-p): Better handle blocks-in-the-same-line.
7147 (python-calculate-indentation): Misc improvements.
7148 (python-comment-indent): Remove.
7149 (python-block-pairs): New var.
7150 (python-first-word): New fun.
7151 (python-indentation-levels): Handle more common cases.
7152 (python-indent-line-1): Add `leave' argument.
7153 (python-indent-region): New fun.
7154 (python-skip-out): New fun.
7155 (python-beginning-of-statement, python-end-of-statement): Use it.
7156 (python-next-statement): Return correct count even at eob.
7157 (python-end-of-block): Fix paren-typo.
7158 (python-imenu-create-index): Add module variables.
7159 (run-python): Add `new' arg.
7160 Check we're at a prompt before returning.
7161 (python-send-command): Move to end of buffer.
7162 Wait for prompt to return.
7163 (python-set-proc): New fun.
7164 (python-imports): New var.
7165 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7166 (python-eldoc-function): Try to move out of arg list.
7167 (python-outline-level): Offset by 1.
7168 (python-find-imports): New fun.
7169 (python-symbol-completions): Use python-imports.
7170 (python-module-path, ffap-alist): Add support for ffap.
7171 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7172 (python-insert-*, python-default-template, python-expand-template):
7173 Add templates/skeletons.
7174 (python-setup-brm): Support for Bicycle Repair Man.
7175 (python-abbrev-syntax-table): New var.
7176 (python-abbrev-pc-hook, python-pea-hook): New funs.
7177
7178 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7179
7180 * frame.el (blink-cursor-start): Set timer first.
7181 (blink-cursor-end): Ignore timer cancelling errors.
7182 Suggested by Ken Manheimer.
7183
7184 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7185
7186 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7187 Add autoload cookie.
7188
7189 2006-08-20 Richard Stallman <rms@gnu.org>
7190
7191 * simple.el (line-number-at-pos): Doc fix.
7192
7193 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7194 timer-activate-when-idle, so timer can run before Emacs becomes
7195 non-idle again.
7196
7197 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7198
7199 * whitespace.el (whitespace-cleanup-internal): New optional arg
7200 REGION-ONLY. If it's non-nil, modify the message to the user
7201 accordingly.
7202 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7203 a non-nil argument.
7204
7205 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7206
7207 * rect.el (spaces-string): Simplify and add doc string.
7208
7209 2006-08-17 Romain Francoise <romain@orebokech.com>
7210
7211 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7212
7213 2006-08-17 Richard Stallman <rms@gnu.org>
7214
7215 * compare-w.el (compare-windows): lambda's take an arg and pass
7216 it to compare-windows-skip-whitespace.
7217
7218 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7219
7220 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7221 the right buffer.
7222
7223 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7226 removed files.
7227
7228 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7229
7230 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7231 (gdb-locals-watch-map-1): Suppress keymap first.
7232 (gdb-edit-locals-map-1): New variable.
7233 (gdb-edit-locals-value): New function.
7234 (gdb-stack-list-locals-handler): Use them.
7235
7236 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7237
7238 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7239 cursor would normally be drawn in the fringe.
7240
7241 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7242 Reported by Martin Rudalics <rudalics@gmx.at>.
7243
7244 2006-08-16 Richard Stallman <rms@gnu.org>
7245
7246 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7247 (special-event-map): Process drag-n-drop events this way.
7248
7249 * simple.el (move-beginning-of-line): Test whether fields
7250 would prevent motion back to line's first visible character.
7251 If so, stop where the fields would stop the motion.
7252
7253 * newcomment.el (comment-indent): Fully update INDENT
7254 before checking to see if it will change the text.
7255
7256 * cus-edit.el (custom-newline): New function.
7257 (custom-mode-map): Bind newline to custom-newline.
7258
7259 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7260 into ignore-whitespace.
7261 Check each buffer for its skip-function.
7262 Handle compare-windows-skip-whitespace special-case test
7263 by returning t from default skip function.
7264
7265 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7266
7267 * textmodes/org.el (org-clock-special-range)
7268 (org-clock-update-time-maybe): New functions.
7269 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7270 not only a-z.
7271 (org-agenda-get-blocks): Allow multiple blocks per headline.
7272 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7273 (org-export-html-title-format)
7274 (org-export-html-toplevel-hlevel): New options.
7275 (org-export-language-setup): Add support for Czech.
7276 (org-mode, org-insert-todo-heading, org-find-visible)
7277 (org-find-invisible, org-invisible-p, org-invisible-p2)
7278 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7279 (org-show-subtree, org-show-entry, org-make-options-regexp):
7280 Remove compatibility support for old outline-mode.
7281 (org-check-occur-regexp): Funtion removed.
7282 (org-on-heading-p, org-back-to-heading): Made defalias.
7283 (org-set-local): New defsubst.
7284 (org-set-regexps-and-options, org-mode)
7285 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7286 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7287 (org-remember-apply-template, org-table-edit-field)
7288 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7289 (org-set-autofill-regexps): Use `org-set-local'.
7290 (org-table-eval-formula): Fix bug with parsing of display flags.
7291
7292 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7293
7294 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7295 frame with fringe arrow. Suggested by Simon Marshall
7296 <simon.marshall@misys.com>.
7297 (gdb-stack-position): New variable.
7298 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7299 (gdb-frames-mode): Set gdb-stack-position to nil.
7300 Add to overlay-arrow-variable-list
7301 (gdb-reset): Delete gdb-stack-position from above list.
7302
7303 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7304
7305 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7306 read only.
7307
7308 2006-08-13 Romain Francoise <romain@orebokech.com>
7309
7310 * cus-theme.el (customize-create-theme)
7311 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7312
7313 * filesets.el (filesets-add-buffer): Ditto.
7314
7315 * pcvs.el (cvs-change-cvsroot): Ditto.
7316
7317 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7318
7319 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7320 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7321 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7322 expressions.
7323 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7324 Only search till end of line.
7325 Add face to function names in case of no filename.
7326 Add face to variable names of watchpoints.
7327
7328 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7329
7330 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7331 customization group.
7332
7333 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7334
7335 * allout.el (allout-prior-bindings, allout-added-bindings):
7336 Remove, after long deprecation.
7337 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7338 Add customization vars controlling allout-beginning-of-line and
7339 allout-end-of-line conveniences.
7340 (allout-header-prefix, allout-use-mode-specific-leader)
7341 (allout-use-mode-specific-leader, allout-mode-leaders):
7342 Revise docstrings.
7343 (allout-infer-header-lead): Change to be an alias for
7344 allout-infer-header-lead-and-primary-bullet.
7345 (allout-infer-header-lead-and-primary-bullet): New version of
7346 allout-infer-header-lead which assigns the primary bullet to the
7347 same as the header lead, when its being changed.
7348 (allout-infer-body-reindent): Apply regexp-quote instead of
7349 unconditionally prepending "\\", so that all literal
7350 allout-header-prefix and allout-primary-bullet strings are
7351 properly handled.
7352 (allout-add-resumptions): Add optional qualifier for extending or
7353 appending to existing values, rather than replacing them.
7354 (allout-view-change-hook): Clarify docstring.
7355 (allout-exposure-change-hook): Take explicit arguments, via
7356 run-hook-with-args.
7357 (allout-structure-added-hook)
7358 (allout-structure-deleted-hook)
7359 (allout-structure-shifted-hook): New hooks analogous to
7360 allout-exposure-change-hook for other kinds of structural outline
7361 edits.
7362 (allout-encryption-plaintext-sanitization-regexps): New encryption
7363 customization variable, by which cooperating modes can provde
7364 massage of the plaintext without actually being passed it.
7365 (allout-encryption-ciphertext-rejection-regexps)
7366 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7367 customization variables, by which cooperating modes can prohibit
7368 rare but possible ciphertext patterns from fouling their
7369 operation, with actually being passed the ciphertext.
7370 (allout-mode): Run activation and deactivation hooks after the
7371 minor-mode variable has been toggled, to clarify the mode
7372 disposition. The new encryption ciphertext rejection variable is
7373 used to ensure that the ciphertext does not contain text that
7374 would be recognized as outline structural elements by allout.
7375 Substite allout-beginning-of-line and allout-end-of-line for
7376 conventionall beginning-of-line and end-of-line bindings.
7377 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7378 activation!
7379 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7380 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7381 (allout-chart-subtree): Implement new mode, charting only the
7382 visible items in the subtree, when new 'visible' parameter is non-nil.
7383 (allout-end-of-subtree): Properly handle the last item in the buffer.
7384 (allout-pre-command-business, allout-command-counter):
7385 Increment an advertised counter so that cooperating enhancements can
7386 track revisions of items.
7387 (allout-open-topic): Run allout-structure-added-hook with suitable
7388 arguments.
7389 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7390 arguments.
7391 (allout-shift-out): Fix doubling for negative args and ensure call
7392 of allout-structure-shifted-hook by solely using allout-shift-in.
7393 (allout-kill-line, allout-kill-topic):
7394 Run allout-structure-deleted-hook with suitable arguments.
7395 (allout-yank-processing): Run allout-structure-added-hook with
7396 proper arguments.
7397 (allout-yank): Enclose activity in allout-unprotected.
7398 (allout-flag-region): Run allout-exposure-change-hook with
7399 suitable arguments, instead of making the callee infer the arguments.
7400 (allout-encrypt-string):
7401 Support allout-encryption-plaintext-sanitization-regexps,
7402 allout-encryption-ciphertext-rejection-regexps, and
7403 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7404 en/de cryption mode in symmetric encryption failure message.
7405 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7406 copy of the passphrase, and don't zero it or we'll corrupt the
7407 stashed copy.
7408 (allout-create-encryption-passphrase-verifier)
7409 (allout-verify-passphrase): Respect the new signature for
7410 allout-encrypt-string.
7411 (allout-get-configvar-values): Convenience for getting a
7412 configuration variable value and handling its absence gracefully.
7413
7414 2006-08-11 Romain Francoise <romain@orebokech.com>
7415
7416 * obsolete/zone-mode.el: Delete.
7417
7418 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7419
7420 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7421
7422 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7423
7424 * emacs-lisp/bindat.el (bindat-ip-to-string):
7425 Use `format-network-address' if possible.
7426
7427 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7428
7429 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7430
7431 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7432
7433 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7434 restore unread-command-events here.
7435 (edebug-display): Do it here, to detect sit-for interruptions.
7436
7437 2006-08-10 Romain Francoise <romain@orebokech.com>
7438
7439 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7440 (dns-mode-soa-auto-increment-serial): New user option.
7441 (dns-mode-soa-maybe-increment-serial): New function.
7442 (dns-mode): Add the latter to `write-contents-functions'.
7443
7444 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7445 Delete autoload cookies.
7446
7447 2006-08-10 John Wiegley <johnw@newartisans.com>
7448
7449 * eshell/em-glob.el (eshell-glob-chars-list)
7450 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7451
7452 2006-08-10 Richard Stallman <rms@gnu.org>
7453
7454 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7455 (facemenu-set-face): Doc fix.
7456 (facemenu-listed-faces): Doc fix.
7457
7458 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7459
7460 * avoid.el (mouse-avoidance-animating-pointer): New var.
7461 (mouse-avoidance-nudge-mouse): Use it.
7462 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7463 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7464 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7465 Don't activate if currently animating. All callers changed.
7466
7467 2006-08-09 John Wiegley <johnw@newartisans.com>
7468
7469 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7470 variable, which causes timeclock to report elapsed time worked,
7471 instead of just work remaining.
7472
7473 2006-08-09 Kenichi Handa <handa@m17n.org>
7474
7475 * international/latexenc.el (latexenc-find-file-coding-system):
7476 Fix for the case that the 2nd element of arg-list is a cons.
7477
7478 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7479
7480 * info.el (Info-fontify-node): Handle preceding `in' for note
7481 reference hiding rules.
7482
7483 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7484
7485 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7486 mistake a closing " for an opening one.
7487
7488 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7489
7490 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7491
7492 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * complete.el (PC-do-completion): Filter out completions matching
7495 completion-ignored-extensions before checking whether there are
7496 multiple completions.
7497 Don't use `list' unnecessarily when building completion tables.
7498
7499 2006-08-06 Richard Stallman <rms@gnu.org>
7500
7501 * help.el (describe-mode): Make minor mode list more concise.
7502
7503 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7504
7505 * bindings.el: Give mode-line-format, mode-line-modes, and
7506 mode-line-position `standard-value' properties.
7507
7508 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7509
7510 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7511 "(file)node" instead of the file name.
7512
7513 2006-08-05 Richard Stallman <rms@gnu.org>
7514
7515 * faces.el (escape-glyph): Doc fix.
7516
7517 2006-08-04 Kenichi Handa <handa@m17n.org>
7518
7519 * international/mule-diag.el (describe-font): Improve docstring
7520 and error message. Use frame-parameter (not frame-parameters).
7521
7522 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7525 Correctly mark the end-of-docstring char.
7526
7527 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7528
7529 * simple.el (line-move-to-column): Constrain move-to-column to
7530 current field.
7531
7532 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * font-lock.el (font-lock-beg, font-lock-end)
7535 (font-lock-extend-region-functions): New vars.
7536 (font-lock-extend-region-multiline)
7537 (font-lock-extend-region-wholelines): New functions.
7538 (font-lock-default-fontify-region): Use them.
7539 (font-lock-extend-jit-lock-region-after-change): Only round up
7540 if font-lock-default-fontify-region will do it as well.
7541
7542 * font-lock.el (font-lock-extend-after-change-region-function):
7543 Rename from font-lock-extend-region-function.
7544 (font-lock-extend-region): Remove by inlining at call sites.
7545 (font-lock-after-change-function): Don't needlessly round up to a whole
7546 number of lines.
7547 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7548 the boundary conditions and the interactions between the various ways
7549 to extend the region.
7550
7551 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7554 modification status when forcing the second redisplay.
7555
7556 2006-08-03 Kim F. Storm <storm@cua.dk>
7557
7558 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7559
7560 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7561
7562 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7563 doesn't look like a file name.
7564
7565 * complete.el (PC-expand-many-files): Avoid signalling an error when
7566 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7567
7568 2006-08-02 Andreas Schwab <schwab@suse.de>
7569
7570 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7571
7572 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7573
7574 * bindings.el (map): Make mode-line-buffer-identification-keymap
7575 before defining propertized-buffer-identification.
7576
7577 2006-08-01 Richard Stallman <rms@gnu.org>
7578
7579 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7580
7581 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7582
7583 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7584 default value.
7585 (gdb-find-source-frame): New function.
7586 (menu): Add to menu bar.
7587
7588 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7589
7590 * font-core.el (font-lock-extend-region-function)
7591 (font-lock-extend-region): Move to font-lock.el.
7592
7593 * font-lock.el (font-lock-extend-region-function)
7594 (font-lock-extend-region): Move from font-core.el. Simplify.
7595
7596 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7597 if needed.
7598 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7599 (jit-lock-after-change-extend-region-functions): New hook.
7600 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7601
7602 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7603 (font-lock-turn-on-thing-lock): Use it.
7604
7605 * longlines.el (longlines-show-region): Make it work on read-only
7606 buffers as well.
7607
7608 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7609
7610 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7611
7612 2006-07-31 Richard Stallman <rms@gnu.org>
7613
7614 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7615 (vhdl-speedbar-display-projects): Update old obsolete
7616 speedbar variable names.
7617
7618 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7621 (gdb-stopped): Use it.
7622
7623 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7624
7625 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7626
7627 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7628 for load-history elements.
7629
7630 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7631
7632 * files.el (convert-standard-filename): For Cygwin, replace
7633 characters not allowed in Windows file names.
7634 (make-auto-save-file-name): Add Cygwin to the list of systems
7635 where the auto-save file name needs to be run through
7636 convert-standard-filename.
7637
7638 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7639
7640 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7641
7642 2006-07-28 Richard Stallman <rms@gnu.org>
7643
7644 * bindings.el (mode-line-frame-identification)
7645 (propertized-buffer-identification): Centralize the code
7646 to initialize the variable.
7647
7648 * progmodes/grep.el (grep-default-command): Catch errors from
7649 wildcard-to-regexp.
7650
7651 2006-07-29 Kim F. Storm <storm@cua.dk>
7652
7653 * progmodes/grep.el (grep-tag-default): New function.
7654 (grep-default-command, grep-read-regexp): Use it.
7655 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7656 as default if nothing else applies.
7657
7658 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7659
7660 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7661 Throw error if buffer is not in Dired and Wdired mode, respectively.
7662
7663 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7664
7665 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7666 self-insert-command keys don't activate buttons.
7667 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7668
7669 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7670
7671 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7672 faces for enable character.
7673
7674 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7675
7676 * Makefile.in (recompile): Update comment to reflect change
7677 on 2004-04-21.
7678
7679 2006-07-27 Richard Stallman <rms@gnu.org>
7680
7681 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7682 (customize-package-emacs-version): Change msg when pkg has no entry.
7683 (custom-no-edit): On a button, do like widget-button-press.
7684
7685 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7686
7687 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7688 S-tab and C-S-tab.
7689
7690 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7691
7692 * progmodes/which-func.el (which-function): Fix documentation/
7693 comment typo.
7694
7695 2006-07-26 Richard Stallman <rms@gnu.org>
7696
7697 * textmodes/ispell.el (ispell-word): If we replace the word,
7698 move point to the end. Insert before deleting.
7699
7700 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7701
7702 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7703 a timer.
7704
7705 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7706
7707 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7708 when at first image.
7709 (tumme-forward-image): Add prefix argument. Add error when at last
7710 image.
7711
7712 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7713
7714 * tabify.el (tabify-regexp): Use more specific regexps.
7715 (tabify): Avoid modifying the buffer unnecessarily.
7716
7717 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7718
7719 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7720 (tumme-format-properties-string): Handle empty `buf'.
7721 (tumme-get-comment): Change variable names inside `let'.
7722 Add missing `let' variable that cause font-lock problems.
7723 (tumme-write-comments): Change variable names inside `let'.
7724 Add missing `let' variable that cause font-lock problems.
7725 (tumme-forward-image): Rename from `tumme-forward-char'.
7726 (tumme-backward-image): Rename from `tumme-backward-char'.
7727
7728 2006-07-25 Masatake YAMATO <jet@gyve.org>
7729
7730 * progmodes/ld-script.el (ld-script-keywords)
7731 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7732 and add comments.
7733
7734 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7737 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7738 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7739 for status indicator.
7740
7741 2006-07-24 Richard Stallman <rms@gnu.org>
7742
7743 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7744
7745 * subr.el (dolist, dotimes): Use interned symbols for locals.
7746 (--dotimes-limit--, --dolist-tail--): New defvars.
7747 (looking-back): Doc fix.
7748
7749 * replace.el (replace-match-string-symbols): Handle dotted lists.
7750
7751 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7752
7753 * tumme.el (tumme-write-tags): Add.
7754 (tumme-write-comments): Add.
7755 (tumme-tag-files): Change to use `tumme-write-tags'.
7756 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7757 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7758 (tumme-save-information-from-widgets): Change to use
7759 `tumme-write-comments' and `tumme-write-tags'.
7760 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7761 (tumme-write-tag): Remove.
7762 (tumme-write-comment): Remove.
7763 (tumme-display-previous-thumbnail-original): Remove empty line.
7764 (tumme-widget-list): Add punctuation.
7765
7766 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7767
7768 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7769
7770 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7771
7772 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7773 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7774 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7775
7776 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7777
7778 * mouse.el (mouse-on-link-p): Doc fix.
7779
7780 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7781
7782 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7783 Handle "C-h f `".
7784
7785 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7786
7787 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7788 column.
7789
7790 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7791
7792 * textmodes/table.el: Add move-beginning-of-line and
7793 move-end-of-line to Point Motion Only Group.
7794
7795 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7796
7797 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7798
7799 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7800
7801 * startup.el (user-mail-address): Initialize from the `EMAIL'
7802 environment variable first. Document this.
7803 (command-line): Ditto.
7804
7805 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7806
7807 * help-mode.el (help-function-def, help-variable-def)
7808 (help-face-def): Print a message in the minibuffer.
7809
7810 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7811
7812 * term/xterm.el (terminal-init-xterm): Fix key bindings
7813 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7814
7815 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7816
7817 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7818 where `(nth 1 command)' is a cons cell. Doc fix.
7819
7820 * textmodes/po.el (po-find-charset): Doc fix.
7821
7822 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7823
7824 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7825 (allout-beginning-of-current-line, allout-end-of-current-line)
7826 (allout-next-visible-heading, allout-open-topic)
7827 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7828 (allout-flag-current-subtree, allout-show-to-offshoot)
7829 (allout-hide-current-entry, allout-show-current-branches)
7830 (allout-hide-region-body, allout-old-expose-topic)
7831 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7832 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7833 containing `beginning-of-line' and `end-of-line' with
7834 `inhibit-field-text-motion' t.
7835
7836 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7837
7838 * frame.el (focus-follows-mouse): Document that it doesn't have
7839 any effect on MS-Windows.
7840
7841 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7844
7845 2006-07-20 Jay Belanger <belanger@truman.edu>
7846
7847 * calc.el (calc-previous-alg-entry): Remove variable.
7848
7849 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7850 New variables.
7851 (calc-alg-entry): Use `calc-alg-entry-history'.
7852 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7853 Remove reference to `calc-previous-alg-entry'.
7854 (calcAlg-edit, calcAlg-enter): Remove reference to
7855 `calc-previous-alg-entry'.
7856 (calcAlg-previous): Use `previous-history-element' instead of
7857 `calc-previous-alg-entry'.
7858 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7859 Change keybinding for `calcAlg-plus-minus', add keybindings for
7860 `previous-history-element' and `next-history-element'.
7861
7862 * calc-rewr.el (calc-match): Remove reference to
7863 `calc-previous-alg-entry'.
7864
7865 * calc-sel.el (calc-selection-history): New variable.
7866 (calc-enter-selection, calc-sel-mult-both-sides)
7867 (calc-sel-add-both-sides): Use `calc-selection-history'.
7868
7869 * calc-map.el (calc-get-operator-history): New variable.
7870 (calc-get-operator): Use `calc-get-operator-history'.
7871
7872 * calcalg3.el (calc-curve-fit-history): New variable.
7873 (calc-curve-fit): Use `calc-curve-fit-history'.
7874
7875 2006-07-20 Kenichi Handa <handa@m17n.org>
7876
7877 * international/mule-cmds.el (select-safe-coding-system): Fix the
7878 way of deciding eol-type of the coding system.
7879
7880 2006-07-20 Alan Mackenzie <acm@muc.de>
7881
7882 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7883 (c-lang-setvar): New macro.
7884 (c-make-init-lang-vars-fun): Use the initialization forms in
7885 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7886 (comment-start, comment-end, comment-start-skip): Change these from
7887 c-lang-defvar's to c-lang-setvar's.
7888
7889 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7890 which calls make-local-variable on the elements of
7891 c-emacs-variable-inits.
7892 (c-init-language-vars-for): Call this new macro.
7893
7894 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7895
7896 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7897 Try to rule out false positives due to time stamps.
7898 (compilation-mode-font-lock-keywords): Remove rules made redundant
7899 because of the above change. Add `segmentation fault' to the known and
7900 highlighted compilation termination messages.
7901
7902 2006-07-19 Kim F. Storm <storm@cua.dk>
7903
7904 * progmodes/grep.el (grep-find-ignored-directories):
7905 Add .svn and _darcs to list.
7906
7907 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7908
7909 * dired.el (dired-mode-map): Add key binding `C-te' for
7910 `tumme-dired-edit-comment-and-tags'.
7911
7912 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7913 image display buffer is displayed before call to
7914 `tumme-display-image'.
7915 (tumme-dired-display-image): Make sure image display buffer is
7916 displayed before call to `tumme-display-image'.
7917 (tumme-mouse-display-image): Make sure image display buffer is
7918 displayed before call to `tumme-display-image'.
7919 (tumme-widget-list): Add.
7920 (tumme-dired-edit-comment-and-tags): Add.
7921 (tumme-save-information-from-widgets): Add.
7922
7923 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7924
7925 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7926
7927 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7928
7929 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7930 Revert inadvertently installed patch hunk.
7931
7932 * progmodes/compile.el (compilation-find-file): Handle the
7933 cases where the user selects a non-existent file.
7934
7935 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7936
7937 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7938
7939 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7940
7941 * subr.el (sit-for): Just sleep-for if noninteractive.
7942
7943 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emacs-lisp/autoload.el (make-autoload): Use new arg.
7946
7947 * custom.el (custom-autoload): Add `noset' argument.
7948 (custom-push-theme): Don't autoload the variable, let callers do it.
7949 (custom-theme-set-variables): Autoload the variable if necessary.
7950
7951 * cus-edit.el (custom-variable-state-set): If the variable was
7952 originally set outside custom, but to the same value as the default,
7953 consider it to be standard.
7954
7955 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
7956 file *before* telling Emacs to add the autoloads, in case it fails.
7957
7958 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
7959 Use `cond', push', and `dolist'.
7960
7961 2006-07-17 Richard Stallman <rms@gnu.org>
7962
7963 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
7964 Add defvars to silence warnings.
7965
7966 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
7967
7968 * progmodes/compile.el (compilation-mode-font-lock-keywords):
7969 Don't highlight "Compiling file" messages as error.
7970
7971 * dired-aux.el (dired-compress-file): Confirm again if gzipped
7972 file already exists.
7973
7974 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
7975
7976 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
7977 entry, don't assign to free var; simply return the extracted filename.
7978 (ff-treat-as-special): Incorporate common preamble from callers.
7979 (ff-other-file-name, ff-find-the-other-file):
7980 Update call to ff-treat-as-special.
7981
7982 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
7983
7984 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
7985
7986 * tumme.el (tumme-get-comment): Fix bug.
7987
7988 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
7989
7990 * files.el: Remove spurious * in docstrings.
7991
7992 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
7993
7994 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
7995 grammar.
7996 (allout-beginning-of-current-line): Beware beginning of buffer.
7997 Also, a comment is simplified.
7998 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
7999 when appropriate. (This fix enables use for other than
8000 bullet-hotspot operation.)
8001 (allout-hide-current-subtree): While escalating to sibling-close,
8002 make sure to situate on a topic.
8003
8004 2006-07-14 Kim F. Storm <storm@cua.dk>
8005
8006 * emulation/cua-base.el (cua-delete-selection)
8007 (cua-toggle-set-mark): New defcustoms.
8008 (cua-rectangle-modifier-key): Add `alt' modifier.
8009 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8010 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8011 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8012
8013 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8014
8015 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8016
8017 * allout.el: Require 'cl during byte-compilation/interactive load,
8018 for the `assert' macro.
8019 (allout-mode-deactivate-hook): New hook, run when allout mode
8020 deactivates.
8021 (allout-developer): New allout customization subgroup.
8022 (allout-run-unit-tests-on-load): New allout-developer
8023 customization variable, when true allout unit tests are run towards
8024 end of file load/eval.
8025 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8026 auto-fill-mode.
8027 (allout-resumptions): Remove, to be replaced by...
8028 (allout-add-resumptions): Register variable settings to be
8029 reinstated by `allout-do-resumptions'. The settings are made
8030 buffer-local, but the locality/globality of the suspended setting
8031 is restored on resumption.
8032 (allout-do-resumptions): Reinstate all settings suspended using
8033 `allout-add-resumptions'.
8034 (allout-test-resumptions): Unit tests (and intermediate variables)
8035 for resumptions.
8036 (allout-tests-globally-unbound, allout-tests-globally-true)
8037 (allout-tests-locally-true): Intermediate variables for
8038 resumptions unit tests.
8039 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8040 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8041 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8042 instead of retired `allout-resumptions'. For hook functions, use
8043 `local' parameter so hook settings are created and removed as
8044 buffer-local settings. Revise (resumptions) setting
8045 auto-fill-function so it is set only if already active. The
8046 related fill-function settings are all made in either case, so
8047 that activating auto-fill-mode activity will have the custom
8048 allout-mode behaviors (hanging indent on topics, if configured for it).
8049 Remove all allout-exposure-category overlays on mode deactivation.
8050 (allout-hotspot-key-handler): New function extracted from
8051 `allout-pre-command-business', so the functionality can be used
8052 for other purposes, eg as a binding in an overlay.
8053 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8054 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8055 customization variable.
8056 (allout-run-unit-tests): Run the (currently quite small)
8057 repertoire of unit tests. Called just before the provide iff user
8058 has customized `allout-run-unit-tests-on-load' non-nil.
8059
8060 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8061
8062 * emacs-lisp/authors.el (authors-aliases): Update.
8063
8064 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8065
8066 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8067 gdb-source-window. Add dedicated argument.
8068 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8069 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8070 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8071 (gdb-display-locals-buffer): Use it.
8072
8073 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8074 Set gdb-source-window.
8075
8076 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8077
8078 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8079 minor modes, redundant with the custom-autoload line above.
8080
8081 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8082
8083 * longlines.el (longlines-post-command-function): Handle open-line too.
8084
8085 2006-07-12 Richard Stallman <rms@gnu.org>
8086
8087 * progmodes/grep.el (grep-last-buffer): Doc fix.
8088
8089 * info.el (Info-try-follow-nearest-node): Doc fix.
8090
8091 * emacs-lisp/edebug.el (edebug-instrument-function):
8092 Err if find-function-noselect gives no position.
8093
8094 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8095 If can't find definition, return nil for position.
8096 (find-function-do-it): Handle new return value
8097 of find-definition-noselect.
8098 (find-definition-noselect, find-variable-noselect): Doc fix.
8099 (find-function-noselect): Doc fix.
8100
8101 * help-mode.el (help-variable-def): Handle find-variable-noselect
8102 returning no position.
8103 (help-function-def): Likewise for find-function-search-for-symbol.
8104 (help-face-def): Likewise.
8105
8106 * help-fns.el (describe-variable): Handle find-variable-noselect
8107 returning no position.
8108
8109 * files.el (locate-file-completion): Avoid duplicates in result.
8110
8111 * cus-edit.el (custom-no-edit): New command.
8112 (custom-mode-map): Remap to custom-no-edit instead of
8113 using suppress-keymap.
8114
8115 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8116
8117 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8118 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8119 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8120
8121 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8122
8123 2006-07-11 Kim F. Storm <storm@cua.dk>
8124
8125 * ido.el (ido-copy-current-file-name): Use buffer-name if
8126 buffer-file-name is nil.
8127
8128 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8129
8130 * simple.el (undo-ask-before-discard): Set to nil.
8131
8132 * vc.el (vc-exec-after): Don't delete process manually.
8133 (vc-print-log): Run log-view-mode in process sentinel inside
8134 inhibit-read-only. Don't shrink window due to timing issues.
8135
8136 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8137 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8138
8139 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8140
8141 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8142 Fix ambiguity introduced by last change.
8143 (compilation-find-file): Move save-excursion to where it may
8144 make sense. Fix a left over `find-file'.
8145
8146 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8147
8148 * textmodes/texinfmt.el (texinfo-format-separate-node):
8149 Insert a string before point, which fits documentation, not after.
8150 (texinfo-multitable-item): In a multitable row, insert any
8151 additional needed @tabs and spaces.
8152
8153 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8154
8155 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8156 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8157 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8158 instead of shell-command.
8159 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8160 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8161 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8162 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8163 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8164 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8165
8166 2006-07-11 Kim F. Storm <storm@cua.dk>
8167
8168 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8169 Remove special case for seconds < 0. Use (redisplay t) instead.
8170
8171 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8172
8173 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8174 avoid compilation error.
8175
8176 * subr.el (sit-for): New function.
8177
8178 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8179
8180 2006-07-10 Richard Stallman <rms@gnu.org>
8181
8182 * ldefs-boot.el (edebug): Update page.
8183
8184 2006-07-10 Kim F. Storm <storm@cua.dk>
8185
8186 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8187 to FOR-RELEASE and TODO.
8188
8189 2006-07-10 Romain Francoise <romain@orebokech.com>
8190
8191 * emacs-lisp/authors.el (authors-aliases): Update.
8192
8193 2006-07-10 Alan Mackenzie <acm@muc.de>
8194
8195 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8196 * cc-mode.el: Changes to eradicate eval-after-load.
8197
8198 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8199
8200 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8201 on non-char events.
8202
8203 2006-07-09 Romain Francoise <romain@orebokech.com>
8204
8205 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8206 Don't highlight start/end markers as compilation messages.
8207
8208 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8209 to t.
8210
8211 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8212
8213 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8214
8215 2006-07-08 Richard Stallman <rms@gnu.org>
8216
8217 * term/x-win.el (x-handle-display): Add doc string.
8218
8219 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8220
8221 * subr.el (def-edebug-spec): Move here.
8222 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8223
8224 * imenu.el (imenu-choose-buffer-index): Doc fix.
8225
8226 2006-07-08 Romain Francoise <romain@orebokech.com>
8227
8228 * term/x-win.el (x-display-name): Fix typo.
8229
8230 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8231
8232 * hexl.el (hexl-find-file): Doc fix.
8233
8234 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8235
8236 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8237
8238 * term/x-win.el (x-display-name): Doc fix.
8239
8240 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8241
8242 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8243 long prefixes.
8244 (fill-region-as-paragraph): Don't round up to a whole line.
8245 (fill-comment-paragraph): Don't include the code-before-the-comment
8246 when calling fill-region-as-paragraph.
8247
8248 * international/mule.el (make-char): Remove redundancy.
8249
8250 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8251 property may contain an anonymous function rather than a symbol.
8252
8253 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8254
8255 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8256 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8257
8258 * dirtrack.el (dirtrack-default-directory-function): Remove.
8259 (dirtrack-directory-function): Use file-name-as-directory.
8260 (dirtrack-windows-directory-function): Simplify.
8261 (dirtrack-forward-slash, dirtrack-backward-slash)
8262 (dirtrack-replace-slash): Remove.
8263 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8264 (dirtrack): Fix wrong parenthesizing; use match-string.
8265
8266 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8267 (inferior-octave-mode): Only change the buffer-local value of
8268 comint-dynamic-complete-functions.
8269 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8270 Move the initialization to the declaration.
8271 (inferior-octave-complete): Remove unused var `filter'.
8272
8273 * shell.el (shell-mode): Only change the buffer-local value of
8274 comint-dynamic-complete-functions.
8275
8276 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8277
8278 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8279 entry is skipped because it has been scheduled.
8280 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8281 changing `:org-archived' and `:org-comment' properties.
8282
8283 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8284
8285 * server.el (server-select-display): Don't make the temp frame
8286 minibuffer-only, in case it's not a temp frame.
8287 (server-process-filter): Don't delete the temp frame if it's the
8288 only one we have on that display.
8289
8290 * files.el (find-alternate-file): Doc fix.
8291
8292 2006-07-05 Richard Stallman <rms@gnu.org>
8293
8294 * files.el (abbreviate-file-name): Add save-match-data.
8295
8296 2006-07-03 Richard Stallman <rms@gnu.org>
8297
8298 * faces.el (read-face-name): Doc fix.
8299
8300 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8301
8302 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8303
8304 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8305
8306 * vc.el (vc-diff-internal): Fix prev change.
8307
8308 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8309
8310 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8311 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8312
8313 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8314
8315 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8316 fails if the symbol contains chars like ( or '.
8317 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8318 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8319 `short'.
8320
8321 2006-07-04 Kenichi Handa <handa@m17n.org>
8322
8323 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8324 the current one, don't call set-language-environment, but call one
8325 of set-language-environment-XXX to make INFO effective now.
8326 (set-language-environment): Call set-language-environment-XXX
8327 functions instead of doing the various setups directly.
8328 (set-language-environment-coding-systems): Delete argument eol-type.
8329 (set-language-environment-input-method)
8330 (set-language-environment-nonascii-translation)
8331 (set-language-environment-charset)
8332 (set-language-environment-fontset)
8333 (set-language-environment-unibyte): New functions.
8334
8335 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8336
8337 * locate.el (locate-update-when-revert): New option.
8338 (locate-update-path): New option (suggested by Michael Albinus).
8339 (locate-prompt-for-command): Whitespace change.
8340 (locate-update): No longer offer to update the locate database by
8341 default. Implement the two new options.
8342
8343 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8344
8345 * tooltip.el: Move comment about track-mouse...
8346
8347 * progmodes/gud.el: ...to here.
8348
8349 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8350
8351 * facemenu.el (facemenu-listed-faces): New var.
8352 (facemenu-unlisted-faces): Variable deleted.
8353 (facemenu-add-new-face): Use facemenu-listed-faces.
8354
8355 * emulation/viper-init.el, calendar/calendar.el:
8356 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8357
8358 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8359
8360 * textmodes/org.el (org-mode): Remove no invalid settings for
8361 calc embedded mode.
8362 (org-mode-p): New defsubst.
8363 (org-save-all-org-buffers): New function.
8364 (org-first-headline-recenter): Enclose outline-regexp in group
8365 delimiters.
8366 (org-set-tags): Keep single space after stars.
8367
8368 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8369
8370 * window.el (set-window-text-height): Only set window-min-height to
8371 1 if that's the requested size.
8372
8373 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8374 (diff-unified->context, diff-context->unified)
8375 (diff-reverse-direction): Make sure the end marker stays at the end.
8376 (diff-mode): Add the keymap table at the end of docstring.
8377 Use lexical-let rather than constructing a closure manually.
8378
8379 * files.el (find-file-noselect-1): Remove unused var assignment.
8380 (hack-local-variables-confirm): Print lists of strings as lists of
8381 strings rather than lists of symbols.
8382 (abbreviate-file-name, hack-local-variables-prop-line):
8383 Use match-string.
8384 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8385 (recover-session-finish): Use line-end-position.
8386
8387 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8388
8389 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8390
8391 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8392
8393 * progmodes/make-mode.el (makefile-macroassign-regex):
8394 Accept preceding keyword.
8395 (makefile-gmake-statements): Reorganize, now that makepp has
8396 "override" and also handle forgotten "override define".
8397 (makefile-makepp-statements): Add new "global", "override export"
8398 and "override global".
8399
8400 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8401
8402 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8403 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8404 (ada-no-auto-case): Fix typos in docstrings.
8405
8406 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8407
8408 * info.el (Info-find-node-2): Search for makeinfo version more
8409 carefully.
8410
8411 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8412
8413 * textmodes/org.el (org-prepare-agenda-buffers):
8414 Use `invisible-OK' argument for `org-end-of-subtree'.
8415 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8416 (org-beginning-of-item): Fix bug in regular expression for white line.
8417 (org-export-as-html): Enforce space after bullet in plain list items.
8418 (org-set-autofill-regexps): Require space after plain list bullet
8419 for paragraph-start.
8420 (org-ts-regexp3): New constant.
8421 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8422 (org-timestamp-up-day, org-timestamp-down-day)
8423 (org-timestamp-change): Work with inactive timestamps.
8424 (org-ts-regexp1): Don't allow brackets in time stamps.
8425
8426 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8427
8428 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8429 for ignoring links.
8430
8431 * faces.el (read-face-name): Use it.
8432
8433 2006-06-28 Juri Linkov <juri@jurta.org>
8434
8435 * buff-menu.el (list-buffers-noselect): Compare Info file
8436 with the string "dir" to detect Info directory.
8437
8438 * complete.el (partial-completion-mode): In lambda for
8439 `choose-completion-string-functions' use full function signature
8440 with 4 args, and move point to the end of the minibuffer only if arg
8441 `mini-p' is non-nil.
8442
8443 2006-06-28 John Paul Wallington <jpw@pobox.com>
8444
8445 * ibuffer.el (ibuffer-mode): Doc fix.
8446
8447 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8448
8449 * textmodes/org.el (org-context): New contexts :item-bullet,
8450 :latex-fragment, :latex-preview.
8451 (org-overlays-at, org-overlay-start, org-overlay-end):
8452 New compatibility functions.
8453 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8454 exact regexp that will be used during export.
8455 (org-latex-regexps): New variable.
8456 (org-cdlatex-mode): Improve advice for `texmathp'.
8457 (turn-on-org-cdlatex): New function.
8458
8459 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8460
8461 * term/mac-win.el (mac-handle-font-selection): Change keys of
8462 mac-atsu-font-table from strings to numbers.
8463 (mac-ts-caret-position): Use also when cursor-type is nil.
8464 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8465 Relax condition for using overlay strings.
8466 Use mac-ts-caret-position face when cursor-type is nil.
8467
8468 2006-06-26 Kim F. Storm <storm@cua.dk>
8469
8470 * help.el (view-emacs-news): Declare `res' in the right let* form.
8471
8472 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8473
8474 * net/rcompile.el (remote-compile): Replace ange-ftp based
8475 implementation by Tramp functions.
8476 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8477
8478 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8479
8480 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8481
8482 * international/fontset.el (setup-default-fontset): Fix a typo in
8483 the "Oriya-Akruti" registry name.
8484
8485 2006-06-23 Lars Hansen <larsh@soem.dk>
8486
8487 * desktop.el (desktop-full-file-name): New function.
8488 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8489 (desktop-revert): Use it.
8490 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8491 (desktop-after-read-hook): Add option list-buffers.
8492 (desktop-locals-to-save): Add tab-width.
8493 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8494 Fix docstring.
8495
8496 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8497
8498 * textmodes/org.el (org-cdlatex-mode-map)
8499 (org-cdlatex-texmathp-advice-is-done): New variables.
8500 (org-cdlatex-mode): New minor mode.
8501 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8502 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8503 (org-export-with-archived-trees): New option.
8504 (org-open-file): Remove the call to `convert-standard-filename'.
8505 (org-archive-tag, org-agenda-skip-archived-trees)
8506 (org-cycle-open-archived-trees)
8507 (org-sparse-tree-open-archived-trees): New options.
8508 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8509 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8510 New functions.
8511 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8512 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8513 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8514 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8515 Call `org-prepare-agenda-buffers'.
8516 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8517 (org-file-apps, org-file-apps-defaults-gnu)
8518 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8519 Handle remote files by forcing them to be opened in Emacs.
8520
8521 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8522
8523 * vc.el (vc-diff-knows-L): New variable.
8524 (vc-diff-internal): Use it to handle "diff" programs that don't
8525 understand -L. This works automatically, no user action is necessary.
8526
8527 2006-06-23 Daniel Brockman <daniel@brockman.se>
8528
8529 * net/rcirc.el (rcirc-default-user-full-name): Default to
8530 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8531 longer exists).
8532 (rcirc-process-list): Check `buffer-live-p' before attempting to
8533 switch to a buffer.
8534
8535 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8536
8537 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8538 based on rcirc-coding-system-alist.
8539
8540 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8541
8542 * cus-edit.el (customize-apropos): A better error message.
8543 (top level) <debug-ignored-errors>: Extend and update the list of
8544 ignored error messages.
8545
8546 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8547
8548 * complete.el (PC-do-completion): Retain capitalization of user
8549 input, when possible, even if completion-ignore-case is set.
8550
8551 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8552
8553 * generic-x.el (bat-generic-mode): Support .cmd files.
8554
8555 * dos-w32.el (top level): Use find-file-not-found-functions
8556 instead of the obsolete find-file-not-found-hooks.
8557
8558 2006-06-22 Kim F. Storm <storm@cua.dk>
8559
8560 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8561 to recognize mode name containing submodes, such as Grep/lw.
8562
8563 2006-06-21 Kim F. Storm <storm@cua.dk>
8564
8565 * simple.el (line-move-1): Check for move-end-of-line instead of
8566 end-of-line when setting temporary-goal-column.
8567
8568 2006-06-21 Miles Bader <miles@gnu.org>
8569
8570 * play/cookie1.el (cookie): Work properly when there's only one entry.
8571
8572 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8573
8574 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8575 (gdb-frame-handler): Generalize frame regexp for templates.
8576
8577 2006-06-20 Glenn Morris <rgm@gnu.org>
8578
8579 * calendar/appt.el (appt-display-format): Default value must be
8580 one of the customize options.
8581
8582 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8583
8584 * term/xterm.el (terminal-init-xterm): Update key availability info.
8585 Bind C-return.
8586
8587 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8588
8589 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8590
8591 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8592 whether or not a local variables list is defined.
8593
8594 * msb.el (msb): Move `sit-for' hack here to handle both
8595 "mouse-down and drag" and "mouse-up and select" situations.
8596 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8597
8598 2006-06-20 Kenichi Handa <handa@m17n.org>
8599
8600 * international/characters.el (word-combining-categories):
8601 Add entries for 2-byte Han characters.
8602
8603 2006-06-19 Richard Stallman <rms@gnu.org>
8604
8605 * bindings.el (mode-line-format): Save some mode line space.
8606
8607 * files.el (find-file-noselect): Improve the question wording.
8608 (basic-save-buffer-2): Mask UMASK against 666.
8609
8610 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8611 (mouse-drag-vertical-line): Call it.
8612
8613 * cus-edit.el (customize-option, customize-option-other-window):
8614 Error if SYMBOL is nil.
8615
8616 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8617
8618 * textmodes/org.el: Require noutline, also on XEmacs.
8619 (org-end-of-subtree): Return point.
8620 (org-dblock-start-re, org-dblock-end-re): New constants.
8621 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8622 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8623 (org-update-all-dblocks, org-find-dblock): New functions.
8624 (org-collect-clock-time-entries): New function.
8625 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8626 (org-fixup-indentation): Modify to deal correctly with lines
8627 starting with TAB. Only one argument DIFF now.
8628 (org-demote, org-promote): Call `org-fixup-indentation' with just
8629 one argument, DIFF.
8630 (org-mode): Don't mark buffer as modified when aligning tables.
8631 (org-clock-sum): Don't mark buffer modified when adding time sum
8632 properties.
8633 (org-export-as-html): Add support for a link validation function.
8634 (org-archive-all-done): New function.
8635 (org-archive-subtree): New prefix argument. When set, archive all
8636 done subtrees in this buffer.
8637 (org-remove-clock-overlays)
8638 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8639 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8640 (org-put-clock-overlay): Don't swallow last headline character
8641 when displaying overlay.
8642 (org-store-link): Link to `image-mode' with just the file name.
8643
8644 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8645
8646 * viper-cmd.el (viper-special-read-and-insert-char):
8647 Use read-key-sequence.
8648 (viper-after-change-undo-hook): Misc enhancements.
8649 (viper-after-change-undo-hook): New hook.
8650 (viper-undo): Use viper-after-change-undo-hook.
8651 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8652 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8653 clicking on that widget/button.
8654
8655 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8656
8657 * ediff-diff (ediff-test-patch-utility): Catch errors.
8658 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8659 (ediff-set-actual-diff-options): New function.
8660 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8661 Use ediff-set-actual-diff-options.
8662 (ediff-extract-diffs): Catch errors.
8663 (ediff-whitespace): Add non-breakable space.
8664 (ediff-same-file-contents): Catch errors.
8665
8666 * ediff-mult.el (ediff-collect-custom-diffs):
8667 Save coding-system-for-read.
8668
8669 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8670 (ediff-vc-internal, ediff-vc-merge-internal):
8671 Use ediff-delete-version-file.
8672 (ediff-delete-version-file): New function.
8673
8674 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8675
8676 * ediff.el (ediff-directories, ediff-directory-revisions)
8677 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8678 (ediff-directories-internal, ediff-merge-directory-revisions)
8679 (ediff-merge-directory-revisions-with-ancestor)
8680 (ediff-directories3): Use read-directory-name.
8681
8682 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8683
8684 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8685 Remove superfluous part of regexp for brace matching which is handled
8686 by `scan-lists' call.
8687
8688 2006-06-16 Richard Stallman <rms@gnu.org>
8689
8690 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8691
8692 * files.el (basic-save-buffer-2): For a new precious file,
8693 use the default modes in the return value.
8694
8695 * facemenu.el (facemenu-color-alist): Doc fix.
8696
8697 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8698
8699 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8700
8701 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8702
8703 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8704 (mac-utxt-to-string): Use it.
8705 (mac-ts-update-active-input-area): Use mac-ae-number.
8706
8707 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8708
8709 * term.el (term-handle-scroll, term-delete-lines)
8710 (term-insert-lines): Fix off by one errors.
8711
8712 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org>
8713
8714 * net/tramp.el (tramp-touch): Use UTC to express time.
8715
8716 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8717
8718 * mail/sendmail.el (mail-send): Search explicitly for
8719 mail-header-separator when checking for corrupted header lines.
8720
8721 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8722
8723 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8724 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8725 (gdb-init-1): Initialise them.
8726 (gdb-starting): Reset gdb-printing
8727 (gdb-starting): Save value of gud-overlay-arrow-position.
8728 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8729 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8730 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8731 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8732
8733 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8734
8735 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8736
8737 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8738
8739 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8740 (ldap-search-internal): Keep error messages, and a regexp fix.
8741
8742 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8743
8744 * files.el (hack-local-variables-confirm):
8745 Display string value using its printed representation.
8746
8747 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8748
8749 * server.el (server-edit): No-op if no server buffers exist.
8750
8751 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8752
8753 * textmodes/page-ext.el (pages-directory-for-addresses):
8754 Including `pages-directory-address-mode' in the function results
8755 in the message "Buffer in which pages were found is deleted".
8756
8757 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8758
8759 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8760 clocking functions.
8761
8762 (org-agenda-clock-in, org-check-running-clock)
8763 (org-clock-out-if-current, org-remove-clock-overlays)
8764 (org-put-clock-overlay): New functions.
8765 (org-clock-marker, org-clock-file-total-minutes)
8766 (org-clock-overlays): New variables.
8767 (org-clock-display, org-clock-sum, org-clock-cancel)
8768 (org-clock-out, org-clock-in): New commands.
8769 (org-export): New function.
8770 (org-emph-re): New constant.
8771 (org-set-emph-re, org-do-emphasis-faces): New functions.
8772 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8773 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8774 (org-export-html-convert-emphasize): Use the configurable emphasis.
8775 (org-cleaned-string-for-export): Make multiline emphasis visible
8776 to the exporter. New optional argument PARAMETERS.
8777 (org-export-as-html): Specify :emph-multiline parameter to
8778 `org-cleaned-string-for-export'.
8779
8780 2006-06-10 Richard Stallman <rms@gnu.org>
8781
8782 * help.el (help-for-help-internal): Clean up help text.
8783
8784 2006-06-10 Andreas Schwab <schwab@suse.de>
8785
8786 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8787 in doc string.
8788
8789 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8790
8791 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8792
8793 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8794 spaces after the comment start.
8795
8796 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8797
8798 * play/pong.el (pong-init-buffer):
8799 Fill buffer with spaces instead of ^A.
8800
8801 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8802 launched asynchronously, delete its process instead of being cool.
8803 (ispell-async-processp): Check for `delete-process' existence
8804 instead of `kill-process' one for consistency.
8805
8806 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8807
8808 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8809 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8810 in mode line at startup.
8811
8812 2006-06-08 Kim F. Storm <storm@cua.dk>
8813
8814 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8815 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8816 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8817 (ido-file-internal): Pass full file name to write-file.
8818 (ido-read-internal): Only pop stack elements automatically if they
8819 actually match an existing directory or file name.
8820
8821 2006-06-07 Kenichi Handa <handa@m17n.org>
8822
8823 * international/mule.el (find-auto-coding): Don't handle the short
8824 name `char-trans'.
8825
8826 * files.el (hack-local-variables-prop-line)
8827 (hack-local-variables): Cancel the previous change.
8828
8829 2006-06-06 Jesper Harder <harder@phys.au.dk>
8830
8831 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8832
8833 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8834
8835 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8836 diff-default-read-only is non-nil.
8837 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8838 (diff-refine-hunk): Set inhibit-read-only to t.
8839
8840 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8841 modifying the *Diff* buffer.
8842 (diff-process-filter): New filter function for diff process that
8843 sets inhibit-read-only to t when modifying the *Diff* buffer.
8844
8845 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8846
8847 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8848 insertion point and control the number of empty lines.
8849 (org-paste-subtree): Limit the number of empty lines at the end of
8850 the inserted tree.
8851 (org-agenda): Use buffer name of current file for narrowing.
8852 (org-export-as-xml): Command removed.
8853 (org-export-xml-type): Option removed.
8854 (org-mode-map): Call `org-export-as-xoxo' directly.
8855 (org-get-indentation): New optional argument LINE.
8856 (org-fix-indentation, org-remove-tabs): New functions.
8857 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8858 correct indentation for headlines that are converted it items.
8859 (org-skip-comments): Remove table lines that contain narrowing
8860 cookies but no other non-empty fields.
8861 (org-set-tags): Allow groups of mutually exclusive tags.
8862 (org-cmp-time): Sort 24:21 before items without time.
8863 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8864 (org-open-at-point): Require double colon also for numbers.
8865
8866 2006-06-06 Kim F. Storm <storm@cua.dk>
8867
8868 * ido.el (ido-default-file-method, ido-default-buffer-method):
8869 Make choice values consistent with corresponding command names.
8870 (ido-visit-buffer): Update accordingly. Default to selected-window.
8871
8872 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8873
8874 * progmodes/gud.el (gud-running): Fix doc string.
8875 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8876 (gud-tooltip-modes): Add python-mode.
8877 (gud-tooltip-print-command): Add pdb. Remove perldb.
8878
8879 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8880
8881 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8882 Quote $(EMACS).
8883
8884 2006-06-05 Richard Stallman <rms@gnu.org>
8885
8886 * faces.el (defined-colors): Doc fix.
8887
8888 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8889
8890 * vc.el (vc-process-filter): Inhibit undo info collection around
8891 call to insert.
8892 (vc-setup-buffer): Likewise for call to erase-buffer.
8893 (vc-do-command): Likewise for call to process-file.
8894
8895 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8896
8897 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8898 for gud-go.
8899 (gud-common-init): Other debuggers may trigger error.
8900
8901 2006-06-05 Kenichi Handa <handa@m17n.org>
8902
8903 * international/mule.el (find-auto-coding):
8904 Handle enable-character-translation in file header.
8905
8906 2006-06-04 Kim F. Storm <storm@cua.dk>
8907
8908 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8909 (authors-fixed-entries): Fix spelling.
8910 (authors-canonical-file-name): Don't report error for wildcards.
8911
8912 * help.el (view-emacs-news): Rewrite to support new NEWS,
8913 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8914 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8915 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8916
8917 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8918
8919 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8920 exec constructs like `foo bar`.
8921 (sh-quoted-subshell): New helper function to search for a possibly
8922 nested subshell (like `` or $()) within a "" quoted string.
8923 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8924 (sh-apply-quoted-subshell): Flag quote characters inside a
8925 subshell, which is itself already in a quoted region, as
8926 punctuation, since this is the closest to what they actually are.
8927 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8928 sh-apply-quoted-subshell.
8929 (sh-font-lock-syntactic-face-function): Apply the new face for
8930 text inside `` instead of the old font-lock-string-face.
8931
8932 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8933
8934 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8935 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8936 (mac-bytes-to-text-range, mac-ae-text-range-array)
8937 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8938 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8939 (mac-ts-unicode-for-key-event): New functions.
8940 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
8941 (mac-handle-font-selection): Use mac-ae-number.
8942 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
8943 New variables.
8944 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
8945 (mac-ts-converted-text, mac-ts-selected-converted-text)
8946 (mac-ts-block-fill-text, mac-ts-outline-text)
8947 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
8948 (mac-ts-hilite-style-faces): New constant.
8949 (mac-apple-event-map): Bind text input events.
8950 (mac-dispatch-apple-event): Use command-execute instead of
8951 call-interactively.
8952 (global-map): Don't bind mac-apple-event.
8953 (special-event-map): Bind mac-apple-event.
8954
8955 2006-06-02 Eli Zaretskii <eliz@gnu.org>
8956
8957 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
8958 file name.
8959 (emacs): Enclose the value of $(EMACS) in quotes.
8960
8961 2006-06-02 Juri Linkov <juri@jurta.org>
8962
8963 * international/mule.el (sgml-html-meta-auto-coding-function):
8964 Remove the condition `(search-forward "<html" size t)'.
8965 Replace `\"' with `[\"']?' in `re-search-forward'.
8966
8967 2006-06-02 Kenichi Handa <handa@m17n.org>
8968
8969 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
8970 as well as `coding'.
8971 (hack-local-variables): Likewise.
8972
8973 * international/mule.el (enable-character-translation):
8974 Put permanent-local and safe-local-variable properties.
8975 (find-auto-coding): Handle char-trans: tag.
8976
8977 2006-06-02 Juri Linkov <juri@jurta.org>
8978
8979 * international/mule.el (sgml-html-meta-auto-coding-function):
8980 Limit the search by the end of the HTML header (if any).
8981
8982 2006-06-01 Richard Stallman <rms@gnu.org>
8983
8984 * subr.el (with-current-buffer): Doc fix.
8985
8986 2006-06-02 Masatake YAMATO <jet@gyve.org>
8987
8988 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
8989 Almost rewrite. Underlines over all lines of gcov output are too
8990 uncomfortable to read. Suggested by Dan Nicolaescu.
8991
8992 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
8993
8994 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
8995
8996 * shell.el (shell-mode): Use shell-mode-map in docstring.
8997
8998 * comint.el (comint-send-input): Do not add help-echo and
8999 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9000
9001 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9002
9003 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9004
9005 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9006
9007 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9008 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9009 look up the stack and pop up GUD buffer if necessary.
9010 (gdb-frames-select): Remove redundant call to gud-display-frame.
9011 (gdb-info-threads-custom): Keep point at start of buffer.
9012 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9013
9014 2006-05-31 Juri Linkov <juri@jurta.org>
9015
9016 * replace.el (query-replace-read-from, query-replace-read-to):
9017 Bind `history-add-new-input' to nil. Call `add-to-history'.
9018
9019 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9020
9021 * textmodes/table.el: Convert all HTML tags to lower case for
9022 XHTML compatibility.
9023
9024 2006-05-31 Masatake YAMATO <jet@gyve.org>
9025
9026 * progmodes/compile.el:
9027 (compilation-error-regexp-alist-alist::gcov-called-line):
9028 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9029
9030 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9031
9032 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9033 Revert inadvertent changes made with last commit.
9034
9035 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9036
9037 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9038 New functions.
9039
9040 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9041
9042 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9043
9044 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9045 only matches in the right place.
9046 (org-upcoming-deadline): New face.
9047 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9048 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9049 and make it an option.
9050 (org-export-ascii-bullets): New option.
9051 (org-export-as-html): Many changes to emit valid XHTML.
9052 (org-par-open): New variable.
9053 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9054 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9055 (org-timeline): Pass `org-timeline-show-empty-dates' to
9056 `org-get-all-dates'. Interpret empty dates returned by
9057 `org-get-all-dates'.
9058 (org-get-all-dates): New argument EMPTY. Add dates without
9059 entries to the list, mark large ranges of empty dates.
9060 (org-point-in-group, org-context): New functions.
9061
9062 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9063
9064 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9065
9066 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9067 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9068 to C-mouse-3 (for 2 button mice).
9069 (gdb-send): Do the right thing for C-d.
9070
9071 * speedbar.el (speedbar-detach): Delete.
9072 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9073 it breaks things.
9074 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9075
9076 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9077
9078 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9079 Makeppfile.
9080
9081 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9082 Add makepp diagnostic.
9083
9084 2006-05-29 Richard Stallman <rms@gnu.org>
9085
9086 * window.el (fit-window-to-buffer): Doc fix.
9087
9088 * help.el (temp-buffer-max-height): Doc fix.
9089
9090 * subr.el (with-current-buffer): Doc fix.
9091
9092 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9093
9094 * term/x-win.el: Bind F10 to menu-bar-start if available.
9095
9096 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9097
9098 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9099 uses with a simple test.
9100 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9101 (term-send-raw-string, term-send-raw, term-mouse-paste)
9102 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9103 (term-handle-exit, term-read-input-ring)
9104 (term-previous-matching-input-string)
9105 (term-previous-matching-input-string-position)
9106 (term-previous-matching-input-from-input)
9107 (term-replace-by-expanded-history, term-send-input)
9108 (term-skip-prompt, term-bol, term-send-invisible)
9109 (term-kill-input, term-delchar-or-maybe-eof)
9110 (term-backward-matching-input, term-check-source)
9111 (term-proc-query, term-emulate-terminal)
9112 (term-handle-colors-array, term-process-pager, term-pager-line)
9113 (term-pager-bob, term-unwrap-line, term-word)
9114 (term-dynamic-complete-filename)
9115 (term-dynamic-complete-as-filename)
9116 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9117 unlesses.
9118
9119 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9122 during bootstrapping.
9123
9124 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9125 Basically undo the change of 2006-05-26: use extra arguments instead of
9126 dynamic scoping.
9127 (ewoc-locate): Remove unused var `footer'.
9128
9129 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9130
9131 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9132
9133 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9134 (generate-file-autoloads): Obey it. Return whether autoloads were
9135 added at point or not.
9136 (update-file-autoloads): Use this new return value.
9137 Remove redundant test for the presence of an autoload cookie.
9138
9139 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9140 This one calls hack-local-variables.
9141 (generate-file-autoloads, update-file-autoloads): Use it.
9142
9143 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9144 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9145 (bibtex-sort-entry-class-alist): Don't set the global value.
9146 (bibtex-init-sort-entry-class-alist): New fun.
9147 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9148 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9149 of bibtex-init-sort-entry-class.
9150
9151 2006-05-28 Richard Stallman <rms@gnu.org>
9152
9153 * subr.el (load-history-regexp): If FILE is relative, insist
9154 entire last name component must match it.
9155 (load-history-filename-element, load-history-regexp): Doc fixes.
9156
9157 2006-05-29 Kim F. Storm <storm@cua.dk>
9158
9159 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9160 `pos' and `raw-data' for clarity, as eval forms may access these.
9161
9162 2006-05-28 Kim F. Storm <storm@cua.dk>
9163
9164 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9165
9166 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9167
9168 * progmodes/make-mode.el (makefile-browser-map)
9169 (makefile-mode-syntax-table): Move initialization inside declaration.
9170 (makefile-fill-paragraph): Use the default comment-filling code.
9171
9172 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9173
9174 * replace.el (query-replace-defaults): New variable.
9175 (query-replace-read-from): Use `query-replace-defaults' for
9176 default value, instead of history list.
9177 (query-replace-read-to): Update `query-replace-defaults'.
9178
9179 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9180
9181 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9182 with no X toolkit.
9183
9184 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9185
9186 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9187 (tumme-show-all-from-dir): Add autoload.
9188
9189 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9190
9191 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9192 (tumme-remove-tag): Fix bug.
9193
9194 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9195
9196 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9197 FOOTER args. Update unique caller.
9198 (ewoc-delete): Compute last node once before looping.
9199 (ewoc--node-branch): Merge into unique caller.
9200 (ewoc--node): Don't define constructor make-ewoc--node for this
9201 structure.
9202 (ewoc): Add member `hf-pp' to this structure.
9203 (ewoc--wrap): New func.
9204 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9205 header/footer pretty-printers. Save header/footer pretty-printer.
9206 (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
9207
9208 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9209
9210 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9211
9212 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9213 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9214 Tag'. Change "Compare directories..." to "Change Directories...".
9215 Move tumme commands to Operate, Regexp and Immediate menus.
9216 Change "Add Comment" to "Add Image Comment". Change "Add Image
9217 Tag" to "Add Image Tags".
9218
9219 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9220 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9221 `tumme-delete-tag'.
9222
9223 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9224
9225 * shell.el (shell-mode): Call shell-dirtrack-mode after
9226 list-buffers-directory is made a local variable, to avoid setting
9227 the default value.
9228
9229 2006-05-26 Kevin Ryde <user42@zip.com.au>
9230
9231 * info.el (Info-index-next): Use where-is-internal to report
9232 actual binding of Info-index-next, rather than hard-coded `,'.
9233
9234 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9235
9236 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9237 and "Find Command in Manual" to here.
9238
9239 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9240 Info-current-file as the file name.
9241
9242 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9243
9244 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9245 overrides will now be done a different way.
9246 (ses-set-parameter): Reapply this function for undo.
9247 (ses-set-header-row): Reconstruct header row during undo.
9248 (ses-widen): New function.
9249 (ses-goto-data, ses-reconstruct-all): Use new function.
9250 (ses-command-hook): Widen buffer during undo, before unupdating
9251 the cells.
9252 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9253 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9254 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9255 formula hasn't been executed yet.
9256
9257 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9258
9259 * comint.el (comint-kill-whole-line): Rename arg to count.
9260 Fix doc string.
9261
9262 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9263
9264 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9265 to copy-file.
9266
9267 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9268
9269 * simple.el (toggle-truncate-lines): Make arg optional for
9270 backward compatibility.
9271
9272 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9273
9274 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9275 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9276 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9277 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9278 (ewoc--adjust): Use ewoc--current-dll.
9279 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9280
9281 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9282
9283 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9284 compact error message.
9285 (org-tags-view): Refresh category table in each file.
9286 (org-table-justify-field-maybe): Remove superfluous arguments to
9287 `format'.
9288 (org-export-as-html): Insert "<p>" before postamble.
9289 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9290
9291 2006-05-26 Kenichi Handa <handa@m17n.org>
9292
9293 * textmodes/po.el (po-find-charset): Pay attention to the case
9294 FILENAME is a cons (NAME . BUFFER).
9295 (po-find-file-coding-system-guts): Likewise.
9296
9297 * arc-mode.el (archive-set-buffer-as-visiting-file):
9298 Call find-operation-coding-system with (FILENAME . BUFFER).
9299
9300 * tar-mode.el (tar-extract): Call find-operation-coding-system
9301 with (FILENAME . BUFFER).
9302
9303 * international/mule.el (decode-coding-inserted-region):
9304 Call find-operation-coding-system with (FILENAME . BUFFER).
9305
9306 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9307
9308 * image-mode.el (image-toggle-display): Use buffer contents to
9309 generate image for a remote file.
9310
9311 2006-05-25 Juri Linkov <juri@jurta.org>
9312
9313 * replace.el (query-replace-read-from, query-replace-read-to):
9314 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9315
9316 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9317
9318 * whitespace.el (whitespace-cleanup): Change to cleanup
9319 region if one is active.
9320 * whitespace.el (whitespace-cleanup-internal): New internal method.
9321
9322 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9323
9324 * dired.el (dired-mode-map): Add help-echo strings to tumme
9325 commands. Bind `tumme-dired-display-image' to C-t i.
9326
9327 * tumme.el (tumme-display-image): Change documentation string slightly.
9328 (tumme-dired-display-image): Add call to `display-buffer'.
9329
9330 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9331
9332 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9333 Signal error if RAW-DATA is a multibyte string.
9334
9335 2006-05-24 Richard Stallman <rms@gnu.org>
9336
9337 * subr.el (with-local-quit): When handling `quit' signal,
9338 make a chance for quit-flag to cause a quit.
9339
9340 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9341 (ad-disable-advice): Add autoloads.
9342
9343 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9344
9345 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9346
9347 * dired.el (dired-mode-map): Change menu items for tumme as per
9348 suggestions in emacs-devel.
9349
9350 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9351
9352 * dired.el (dired-mode-map): Fix breakage.
9353
9354 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9355
9356 * tumme.el (tumme-display-dired-image): Rename to...
9357 (tumme-dired-display-image): ...this.
9358 (tumme-track-movement): Change default value to t.
9359 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9360 used from `tumme-next-line-and-display' and similar commands.
9361
9362 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9363 Immediate menu. Add some tumme commands there.
9364
9365 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9366
9367 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9368
9369 2006-05-24 Chong Yidong <cyd@mit.edu>
9370
9371 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9372 menu entries that open submenus.
9373
9374 2006-05-24 Alan Mackenzie <acm@muc.de>
9375
9376 * startup.el (command-line): For names of preloaded files, don't
9377 append ".elc" (now done in Fload), and call file-truename on the
9378 lisp directory.
9379
9380 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9381 match ANY loaded file with the right name, not just those in
9382 load-path. Put a regexp matching the file name into
9383 after-load-alist, rather than the name itself.
9384
9385 * subr.el (load-history-regexp, load-history-filename-element)
9386 (do-after-load-evaluation): New functions.
9387
9388 * international/mule.el (load-with-code-conversion): Do the
9389 eval-after-load stuff by calling do-after-load-evaluation.
9390
9391 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9392
9393 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9394 has not been killed.
9395
9396 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9397
9398 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9399 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9400 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9401 Optionally set error message in reply.
9402
9403 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9404
9405 * textmodes/org.el (org-open-at-point): Use renamed variable
9406 `org-confirm-shell-link-function'.
9407 (org-confirm-shell-link-function): Rename from
9408 `org-confirm-shell-links'.
9409 (org-export-directory): New function.
9410 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9411 (org-export-icalendar): Use `org-export-directory'.
9412 (org-indent-item): Keep cursor position.
9413 (org-link-file-path-type): New option.
9414 (org-export-as-html): Fix bug with plain lists starting in
9415 column 0.
9416 (org-export-as-html): Remove deadline formatting, this happens
9417 now already in `org-html-handle-time-stamps'.
9418 (org-export-html-style): Deadline class removed.
9419 (org-insert-labeled-timestamps-at-point): New option.
9420 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9421 of `hide-sublevels 1', in case the first headline is not level 1.
9422 (org-overview, org-content): New fuction.
9423 (org-cycle-global-status, org-cycle-subtree-status): Make these
9424 variables buffer-local.
9425 (org-global-cycle): New command.
9426 (org-shifttab): Use `org-global-cycle'.
9427 (org-insert-heading, org-insert-item): Go to end of new
9428 headline/item after creating it.
9429 (org-export-visible): Rename from `org-export-copy-visible'.
9430 Now creates a temporary org-file and applies an exporting command
9431 to it.
9432 (org-table-eval-formula): Support for lisp forms.
9433 (org-agenda-todo-ignore-scheduled): New option.
9434 (org-agenda-get-todos): Use new option
9435 `org-agenda-todo-ignore-scheduled'.
9436 (org-export-html-inline-images): New value `maybe'.
9437 (org-export-as-html): Inlining of images dependent on link description.
9438 (org-archive-subtree): Check for end-of-buffer before trying
9439 `kill-line'.
9440 (org-agenda-follow-mode): New option.
9441 (org-export-with-tags, org-export-with-timestamps): New options.
9442 (org-html-handle-time-stamps): New function.
9443 (org-keyword-time-regexp): New variable.
9444 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9445 (org-agenda-todo-list-sublevels): New option.
9446 (org-html-level-start): When TITLE is nil, just close all levels.
9447 (org-parse-key-lines, org-parse-export-options): Remove functions,
9448 replaced by `org-infile-export-plist'.
9449 (org-combine-plists, org-infile-export-plist)
9450 (org-default-export-plist): New functions.
9451 (org-export-html-preamble, org-export-html-postamble)
9452 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9453 New variables.
9454 (org-export-publishing-directory): New option.
9455 (org-export-as-html, org-export-as-ascii): Use the new property
9456 lists for settings.
9457 (org-export-copy-visible, org-export-as-xoxo):
9458 Respect `org-export-publishing-directory'.
9459 (org-link-search, org-store-link, org-file-apps): Support for
9460 links to BibTeX database entries..
9461 (org-get-current-options, org-set-regexps-and-options):
9462 Implement logging as a startup option.
9463 (org-store-link): Make sure context string is never empty
9464 (org-insert-link): Use relative path when possible.
9465 (org-at-item-checklet-p): New function.
9466 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9467 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9468 (org-metaright, org-metaup, org-metadown, org-shiftup)
9469 (org-shiftdown, org-shiftright, org-shiftleft)
9470 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9471 Dispatch using `call-interactively'.
9472 (org-call-with-arg): New defsubst.
9473 (org-tag-alist, org-use-fast-tag-selection): New options.
9474 (org-complete): Use `org-tag-alist'.
9475 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9476 (org-next-item, org-previous-item): New commands.
9477 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9478 make command.
9479 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9480
9481 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9482
9483 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9484 (ewoc-filter): Use `ewoc-delete'.
9485
9486 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9487
9488 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9491 Signal more user-friendly error messages.
9492
9493 * complete.el (PC-do-completion): Undo the addition of implicit
9494 wildcards if they did not lead to finding any match.
9495 (read-file-name-internal): Don't add the final > if the completion is
9496 not finished.
9497
9498 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9499
9500 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9501 Quote safe-local-variable predicate.
9502
9503 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9504
9505 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9506
9507 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9508
9509 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9510
9511 * progmodes/make-mode.el (makefile-special-targets-list)
9512 (makefile-macro-table, makefile-target-table): Mark as risky.
9513 (makefile-query-one-target-method): Make this the alias for the
9514 following variable.
9515 (makefile-query-one-target-method-function): Make this the real name.
9516
9517 * textmodes/artist.el (artist-text-renderer): Make this the alias
9518 for the following variable.
9519 (artist-text-renderer-function): Make this the real name.
9520
9521 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9522 the alias for the following variable.
9523 (flyspell-generic-check-word-predicate): Make this the real name.
9524
9525 * textmodes/ispell.el (ispell-format-word): Make this the alias
9526 for the following variable.
9527 (ispell-format-word-function): Make this the real name.
9528 (ispell-message-text-end): Mark as risky.
9529
9530 * skeleton.el (skeleton-transformation, skeleton-filter)
9531 (skeleton-pair-filter): Make these the aliases for the following
9532 variables.
9533 (skeleton-transformation-function, skeleton-filter-function)
9534 (skeleton-pair-filter-function): Make these the real names.
9535
9536 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9537 and skeleton-pair-filter-function.
9538
9539 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9540 alias for the following variable.
9541 (sgml-transformation-function): Make this the real name.
9542 (sgml-tag-alist): Mark as risky.
9543
9544 2006-05-21 Richard Stallman <rms@gnu.org>
9545
9546 * simple.el (kill-region): Interactively, pass point, then mark.
9547
9548 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9549
9550 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9551
9552 2006-05-21 Romain Francoise <romain@orebokech.com>
9553
9554 * dired-x.el (dired-mode-map): Don't bind M-g.
9555
9556 2006-05-20 Richard Stallman <rms@gnu.org>
9557
9558 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9559 (dired-goto-file): Doc fix.
9560
9561 2006-05-21 Kim F. Storm <storm@cua.dk>
9562
9563 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9564 way to enable built-in cua-mode if user loads older CUA-mode package.
9565
9566 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9567 if default-filename is specified.
9568
9569 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9570
9571 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9572
9573 * info.el (info-apropos): Make sure current-file and current-node
9574 have non-nil values. Speed up by using add-to-list instead of
9575 manual consing.
9576
9577 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9578
9579 * progmodes/make-mode.el (makefile-mode): Doc fix.
9580
9581 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9582
9583 * dired-aux.el (dired-do-shell-command): Doc fix.
9584
9585 2006-05-20 Kevin Ryde <user42@zip.com.au>
9586
9587 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9588 ``(custom-manual :tag "Foo" "(foo)Node")''.
9589
9590 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9591
9592 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9593 value is an integer.
9594
9595 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9596
9597 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9598 "format".
9599 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9600
9601 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9602
9603 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9604 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9605
9606 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9607
9608 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9609 regexp for keywords.
9610
9611 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9612
9613 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9614 replace-regexp-in-string.
9615
9616 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9617 encode, and escape file name on conversion to URL.
9618
9619 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9620
9621 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9622 Don't unescape URL.
9623 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9624
9625 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9626 on conversion to URLs.
9627
9628 * net/browse-url.el (browse-url-file-url): Encode file name on
9629 conversion to URL.
9630
9631 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9632 conversion to URL.
9633
9634 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9635
9636 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9637
9638 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9639
9640 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9641 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9642
9643 2006-05-19 Glenn Morris <rgm@gnu.org>
9644
9645 * calendar/diary-lib.el (diary-bahai-date)
9646 (list-bahai-diary-entries, mark-bahai-diary-entries)
9647 (mark-bahai-calendar-date-pattern): Not interactive.
9648 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9649 (diary-entries-list): Change format of 4th element in each entry.
9650 (diary-list-entries): Use add-to-diary-list.
9651 (diary-goto-entry): Handle the case where the buffer visiting the
9652 diary has been killed.
9653 (fancy-diary-display): Add 'locator to button rather than 'marker.
9654 Only generate temp-face when there are marks to apply.
9655 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9656 (diary-fancy-date-pattern): New variable.
9657 (diary-time-regexp): Doc fix.
9658 (diary-anniversary, diary-time): New faces.
9659 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9660 diary-time-regexp. Add font-lock-multiline property where needed.
9661 Use new faces diary-anniversary and diary-time.
9662 (diary-fancy-font-lock-fontify-region-function): New function, to
9663 handle multiline font-lock pattern in fancy diary.
9664 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9665 (diary-font-lock-keywords): Tweak time regexp. Use new face
9666 diary-time.
9667
9668 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9669
9670 * international/code-pages.el (mik): Table corrected.
9671
9672 2006-05-18 Kim F. Storm <storm@cua.dk>
9673
9674 * progmodes/grep.el (grep-find): Don't check grep-find-command
9675 before running command (breaks non-interactive usage).
9676
9677 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9678
9679 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9680 (ewoc--insert-new-node): Don't insert trailing newline.
9681 Instead, adjust successor nodes's start markers.
9682 (ewoc--refresh-node): Delete all text from current node's start
9683 marker to the next one's; adjust successor nodes's start markers.
9684 (ewoc--create): Doc fixes.
9685 (ewoc--refresh): Don't insert newline.
9686 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9687 * pcvs.el (cvs-make-cvs-buffer):
9688 Specify extra newline for ewoc's header and footer.
9689 (cvs-update-header): Update initial header recognition.
9690 Append newline to final header and footer values.
9691 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9692
9693 2006-05-17 Richard Stallman <rms@gnu.org>
9694
9695 * files.el (file-name-extension): Doc fix.
9696
9697 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9698
9699 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9700 we can explicitly enable/disable rather than toggle.
9701 (shell-mode): Use it.
9702 (shell-cd): Don't try to reproduce what `cd' does.
9703
9704 2006-05-17 Kim F. Storm <storm@cua.dk>
9705
9706 * ido.el (ido-read-internal): Use only nondirectory part of
9707 default item.
9708
9709 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9710
9711 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9712 (ewoc-nth): Doc fix.
9713
9714 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9715
9716 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9717
9718 * international/mule.el (auto-coding-alist): Add .lha to files
9719 read with no-conversion.
9720
9721 * files.el (auto-mode-alist): Add .lha files to archive file
9722 extensions.
9723
9724 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9725 Convert csize to integer when computing offsets within the
9726 compressed archive file.
9727
9728 2006-05-16 Kim F. Storm <storm@cua.dk>
9729
9730 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9731 with read-from-minibuffer.
9732
9733 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9734
9735 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9736 (byte-compile-warnings): Fix safe-local-variable property.
9737
9738 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9739
9740 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9741 (allout-stylish-prefixes, allout-numbered-bullet)
9742 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9743 predicates to qualify `safe-local-variable' property, when
9744 available, else use equivalent lambda.
9745 (allout-current-topic-collapsed-p): Do the right thing regarding
9746 trailing blank lines.
9747
9748 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9749
9750 * server.el (server-start): Only create a directory if needed.
9751 (server-edit, server-unload-hook): server-start => server-mode.
9752 (kill-emacs-hook): Cleanup upon exit.
9753
9754 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9755
9756 * hexl.el (hexlify-buffer): Encode process arguments manually.
9757
9758 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9761 call to gdb-tooltip-print.
9762
9763 2006-05-15 Romain Francoise <romain@orebokech.com>
9764
9765 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9766 systems, default to "tar" since those systems probably have GNU tar.
9767
9768 2006-05-14 Lars Hansen <larsh@soem.dk>
9769
9770 * desktop.el (desktop-missing-file-warning): Fix docstring.
9771 (desktop-restore-file-buffer): Correct question asked on missing file.
9772
9773 2006-05-14 Kim F. Storm <storm@cua.dk>
9774
9775 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9776 Add CUA move property.
9777
9778 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9779
9780 * custom.el (custom-push-theme): Load the variable before checking
9781 its `standard-value'.
9782
9783 2006-05-13 Lars Hansen <larsh@soem.dk>
9784
9785 * desktop.el (desktop-save): Use with-temp-buffer.
9786
9787 2006-05-12 Glenn Morris <rgm@gnu.org>
9788
9789 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9790 * calendar/calendar.el (calendar-mode-map):
9791 * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries):
9792 * calendar/appt.el (appt-check, appt-make-list): Refer to
9793 diary-view-entries, diary-list-entries, diary-show-all-entries
9794 rather than obsolete aliases.
9795
9796 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9797
9798 * simple.el (line-move-finish): Avoid calling point motion hooks
9799 while processing intangibility.
9800
9801 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9802
9803 * term/xterm.el (terminal-init-xterm): Fix typo.
9804
9805 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9806
9807 * allout.el (allout-view-change-hook): Mark as being deprecated,
9808 to be replaced by `allout-exposure-change-hook'.
9809 (allout-exposure-change-hook): New, replacing
9810 `allout-view-change-hook'.
9811 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9812 in addition to `allout-view-change-hook'.
9813 (allout-show-bodies, allout-old-style-prefixes)
9814 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9815 lambda forms to prevent their showing up in variable help
9816 presentations as inscrutable byte-compiled code.
9817 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9818 Use string-or-null-p to qualify safe-local-variable values.
9819 (allout-reindent-bodies): Use memq to qualify matches against
9820 valid safe-local-variable values. Also, quote the lambda as above.
9821 (allout-use-mode-specific-leader): Add missing candidate-value
9822 symbols, use memq, and quote the lambda.
9823 (allout-overlay-interior-modification-handler): Remove unused
9824 variables `msg' and 'opened'.
9825 (allout-hidden-p): Constrain invisibility consideration to allout's
9826 invisibility spec, disregarding invisibility for other reasons.
9827
9828 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9829
9830 * files.el (version-control): Correct safe values.
9831
9832 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9833
9834 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9835
9836 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9837 (ewoc--insert-new-node): New func.
9838 Update callers of deleted funcs to use it, instead.
9839
9840 2006-05-11 Glenn Morris <rgm@gnu.org>
9841
9842 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9843 obsolete alias `show-all-diary-entries'.
9844 (make-diary-entry): Not interactive.
9845 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9846 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9847 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9848 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9849 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9850 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9851
9852 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9853
9854 * calendar/calendar.el (calendar-french-date-string)
9855 (calendar-mayan-date-string, calendar-chinese-date-string)
9856 (calendar-astro-date-string, calendar-iso-date-string)
9857 (calendar-islamic-date-string, calendar-bahai-date-string)
9858 (calendar-hebrew-date-string, calendar-coptic-date-string)
9859 (calendar-ethiopic-date-string, calendar-persian-date-string):
9860 These functions are not interactive.
9861
9862 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * files.el: Balance parentheses.
9865
9866 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9867
9868 * files.el, newcomment.el, outline.el, simple.el,
9869 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9870 * progmodes/cc-vars.el, progmodes/compile.el:
9871 Move `safe-local-variable' declarations to the respective files.
9872
9873 * help-fns.el (describe-variable): Don't print safe-var if it is
9874 byte-code. Improve wording as suggested by Luc Teirlinck.
9875
9876 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9877
9878 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9879 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9880 Use a token for pending-triggers to ensure gdb-var-update
9881 gets called once per user input again for pre-GDB 6.4.
9882 (gdb-var-delete): Match on more complex expressions.
9883 (gdb-var-list-children-handler, gdb-var-create-handler):
9884 Use a token for consistency.
9885
9886 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9887
9888 * textmodes/org.el (org-read-date, org-goto-calendar)
9889 (org-agenda-goto-calendar):
9890 Bind `view-calendar-holidays-initially' to nil.
9891
9892 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9893
9894 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9895 Update all callers to do it there, instead.
9896
9897 2006-05-10 Glenn Morris <rgm@gnu.org>
9898
9899 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9900 prefix arg case, to avoid view-diary-entries-initially error.
9901 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9902 (calendar-date-is-legal-p): Handle dates with no day part.
9903
9904 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9905
9906 * comint.el (comint-insert-input): Just make it when
9907 comint-use-prompt regexp is nil (default) and with the mouse.
9908 (comint-copy-old-input): Reinstate from 2004-06-23.
9909 (comint-mode-map): Bind C-c C-m to it.
9910
9911 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9912
9913 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9914 Remove spurious move to point-max (new comint behavior fixes).
9915
9916 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9917 compatibility function (Emacs 18/19).
9918 (idlwave-is-continuation-line): Always return point at start of
9919 previous non-blank continuation line.
9920 (keyword-parameters): Fix continued comment font-lock matcher.
9921 (idlwave-font-lock-fontify-region): Written, use as
9922 font-lock-fontify-region-function, to fix continued keyword
9923 fontification issues.
9924
9925 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9926
9927 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9928 (mac-service-selection, mac-service-open-file)
9929 (mac-service-open-selection, mac-service-mail-selection)
9930 (mac-service-mail-to, mac-service-insert-text): Rename from
9931 mac-services-*. All uses changed.
9932 (mac-apple-event-map): Rename event symbol `services' to `service'.
9933
9934 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9935
9936 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9937 (ewoc--node-enter-first, ewoc--node-enter-last)
9938 (ewoc--delete-node-internal): Merge funcs into unique callers.
9939
9940 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
9941
9942 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
9943 return value of read-from-minibuffer for empty input.
9944
9945 2006-05-09 Miles Bader <miles@gnu.org>
9946
9947 * comint.el (comint-insert-input): Remove redundant calls to setq
9948 and goto-char.
9949
9950 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
9951
9952 * comint.el (comint-insert-input): Make it work when
9953 comint-use-prompt-regexp is t.
9954
9955 2006-05-10 Miles Bader <miles@gnu.org>
9956
9957 * subr.el (field-at-pos): New function.
9958
9959 * comint.el (comint-insert-input): Use it.
9960
9961 2006-05-09 Juri Linkov <juri@jurta.org>
9962
9963 * battery.el (battery-linux-proc-acpi): Also try
9964 `/proc/acpi/thermal_zone/THR2/temperature'.
9965
9966 * files.el <safe-local-variable>: Remove `eval' and `let' binding
9967 for now unused lambda `string-or-null'.
9968
9969 * add-log.el (change-log-default-name): Put `string-or-null-p'
9970 instead of lambda on `safe-local-variable' property.
9971
9972 * diff-mode.el (diff-context->unified): Use `region-beginning' and
9973 `region-end' instead of `mark' and `point'.
9974 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
9975 Operate on region in Transient Mark mode when the mark is active.
9976 Use `region-beginning' and `region-end' instead of `mark' and
9977 `point'.
9978 (diff-hunk-text, diff-goto-source): Doc fix.
9979
9980 * startup.el (fancy-splash-screens, normal-splash-screen): Use
9981 face `mode-line-buffer-id' for mode-line buffer face instead of
9982 hard-coded `(:weight bold)'.
9983
9984 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
9985 buffer-undo-list to t (undo-ask is reproducible by visiting
9986 nested archives).
9987
9988 2006-05-09 Kim F. Storm <storm@cua.dk>
9989
9990 * progmodes/grep.el (rgrep): Set default directory of *grep*
9991 buffer if we start M-x rgrep in the *grep* buffer and choose
9992 a different base directory.
9993
9994 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
9995
9996 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9997 completion also when ido is loaded.
9998
9999 2006-05-09 Masatake YAMATO <jet@gyve.org>
10000
10001 * font-lock.el (cpp-font-lock-keywords-source-directives): Added
10002 "warning" and "import".
10003 (cpp-font-lock-keywords): Added "warning".
10004
10005 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10008
10009 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10012 pages at a time, if we signal the end, we should indeed reach that end.
10013
10014 2006-05-08 David Reitter <david.reitter@gmail.com>
10015
10016 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10017 output during execution of the body.
10018
10019 2006-05-08 Kim F. Storm <storm@cua.dk>
10020
10021 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10022
10023 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10024
10025 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10026 Use with-current-buffer.
10027
10028 2006-05-07 Kim F. Storm <storm@cua.dk>
10029
10030 * subr.el (add-to-history): Remove keep-dups arg.
10031
10032 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10033 to nil around call to add-to-history.
10034
10035 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10036
10037 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10038 than after a buffer modification.
10039
10040 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10041
10042 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10043 call to...
10044 (gud-watch): ...here so speedbar is raised for already watched
10045 expressions.
10046 (gdb-speedbar-refresh): Delete function.
10047 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10048 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10049 earlier change).
10050 (gdb-var-evaluate-expression-handler)
10051 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10052
10053 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10054 Update localized contents for all buffers except ignored modes.
10055
10056 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10057
10058 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10059 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10060 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10061 (mac-handle-font-panel-closed, mac-handle-font-selection):
10062 New functions.
10063 (mac-font-panel-mode): New minor mode.
10064 (mac-apple-event-map): Add bindings for toolbar toggle button and
10065 font panel.
10066 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10067
10068 2006-05-07 John Paul Wallington <jpw@pobox.com>
10069
10070 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10071 Avoid `regexp-opt'; simplify regexp for readability.
10072
10073 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10074
10075 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10076 * files.el (buffer-stale-function):
10077 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10078 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10079 links to the main manual, not to emacs-xtra.
10080
10081 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10082
10083 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10084 MacJapanese if text is ASCII-only.
10085
10086 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10087
10088 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10089 unless so nil isn't returned.
10090 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10091
10092 2006-05-06 Kim F. Storm <storm@cua.dk>
10093
10094 * subr.el (add-to-history): New function.
10095
10096 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10097 (ediff-merge-files-with-ancestor):
10098 * env.el (setenv):
10099 * isearch.el (isearch-update-ring):
10100 * server.el (server-visit-files):
10101 * progmodes/grep.el (lgrep, rgrep):
10102 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10103 * progmodes/xscheme.el (xscheme-insert-expression):
10104 Use add-to-history.
10105
10106 * kmacro.el (kmacro-push-ring): Use add-to-history.
10107 (kmacro-ring-length): Remove unused defun.
10108 (kmacro-start-macro): Use kmacro-push-ring.
10109
10110 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10111
10112 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10113 directly instead of a lambda expression that calls it.
10114
10115 2006-05-06 Kim F. Storm <storm@cua.dk>
10116
10117 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10118 instead of compute-motion.
10119
10120 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10121
10122 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10123 change.
10124
10125 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10126
10127 * startup.el (command-line-1): Refer to "Pure Storage" on
10128 pure-space-overflow.
10129
10130 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10131
10132 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10133 provided faces once they all have been used up.
10134
10135 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10136
10137 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10138 reference to the Lisp manual to the warning about pure space
10139 overflow.
10140
10141 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10142
10143 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10144 argument to avoid the call to `ispell-internal-change-dictionary'
10145 when not needed.
10146 (ispell-change-dictionary): Use this argument and call
10147 `ispell-internal-change-dictionary' after the possible change
10148 to `ispell-local-dictionary'.
10149 (ispell-internal-change-dictionary): Check for a change in
10150 personal dictionary use too.
10151
10152 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10153
10154 * startup.el (command-line): On MS-Windows, probe "~", not
10155 "~USER", for warning about non-existent home directory.
10156
10157 * arc-mode.el (archive-l-e): New optional argument `float' means
10158 generate a float value.
10159 (archive-arc-summarize, archive-lzh-summarize)
10160 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10161 with 3rd argument non-nil when file's size is being computed.
10162 Format the file sizes with %8.0f instead of %8d.
10163
10164 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10165
10166 * cus-start.el (all): Add mac-dnd-known-types.
10167
10168 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10169 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10170 (mac-TIFF-to-string): New functions.
10171 (x-get-selection, x-selection-value)
10172 (mac-select-convert-to-string): Use them.
10173 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10174 (mac-dnd-types-alist): New customization variable.
10175 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10176 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10177 (mac-dnd-handle-drag-n-drop-event): New functions.
10178 (mac-drag-n-drop): Remove function.
10179 (global-map): Bind drag-n-drop and M-drag-n-drop to
10180 mac-dnd-handle-drag-n-drop-event.
10181
10182 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10183
10184 * progmodes/perl-mode.el (perl-beginning-of-function):
10185 Skip anonymous subs.
10186
10187 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10188
10189 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10190 regexp-opt at run time.
10191
10192 * term.el (term-handle-ansi-escape): Fix off by one error.
10193
10194 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10197 (gdb-init-1, gdb-post-prompt): ...and references to it.
10198 (gdb-frame-handler): Strip directory name from filename if present.
10199
10200 * progmodes/gud.el (gdb-force-update): Delete defvar
10201 (gud-speedbar-buttons): ...and references to it. Use window-start
10202 to try to keep positon in watch expression.
10203
10204 2006-05-03 Richard Stallman <rms@gnu.org>
10205
10206 * simple.el (next-history-element, previous-history-element): Doc fix.
10207
10208 * isearch.el (isearch-update-ring): Doc fix.
10209
10210 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10211
10212 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10213 into consideration. Replace one arm ifs with whens.
10214
10215 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10216
10217 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10218 (menu): Fix typo.
10219
10220 2006-05-02 Miles Bader <miles@gnu.org>
10221
10222 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10223
10224 2006-05-02 Jay Belanger <belanger@truman.edu>
10225
10226 * calc/calc-embed.el (calc-override-minor-modes-map)
10227 (calc-override-minor-modes): New variables.
10228 (calc-do-embedded): Make sure that Calc keystrokes aren't
10229 overwritten by minor modes.
10230
10231 2006-05-02 Chong Yidong <cyd@mit.edu>
10232
10233 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10234
10235 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10236
10237 * startup.el (command-line-1): Refer to Lisp manual when
10238 pure-space-overflow occurs.
10239
10240 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10241 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10242 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10243 (version-control): Don't use `t' for safe-local-variable declarations.
10244
10245 2006-05-01 Richard Stallman <rms@gnu.org>
10246
10247 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10248 M-r, M-R, M-A, M-SPC or M-DEL.
10249 (diff-mode-map): diff-refine-hunk now on C-c C-w
10250 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10251
10252 * help-mode.el (help-mode): view-exit-action calls delete-window
10253 only when it is safe and possible.
10254
10255 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10256 in messages.
10257
10258 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10259
10260 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10261 in the default tool-bar-map.
10262
10263 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10264
10265 * net/tramp.el (tramp-completion-file-name-handler-alist)
10266 (tramp-run-real-handler, tramp-completion-run-real-handler)
10267 (tramp-completion-handle-file-name-all-completions)
10268 (tramp-completion-handle-file-name-completion): Autoload them.
10269 (tramp-completion-handle-file-exists-p)
10270 (tramp-completion-handle-file-name-directory)
10271 (tramp-completion-handle-file-name-nondirectory)
10272 (tramp-completion-handle-expand-file-name): Remove them.
10273 (tramp-handle-file-name-directory): Return the real directory name.
10274 Returning "/" only doesn't need to be necessary any longer.
10275 (tramp-file-name-handler): Make special attention when in hostname
10276 completion mode.
10277 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10278 (tramp-register-file-name-handlers):
10279 Register `tramp-completion-file-name-handler' only when
10280 `partial-completion-mode' is enabled.
10281 (tramp-completion-handle-file-name-all-completions):
10282 Delete directory part from results.
10283 (tramp-get-completion-methods, tramp-get-completion-user-host):
10284 Discard deleting "/", it doesn't work after the change of
10285 `tramp-handle-file-name-directory' above.
10286
10287 2006-05-01 Kim F. Storm <storm@cua.dk>
10288
10289 * progmodes/grep.el (grep-expand-template): Use save-match-data
10290 and symbol-value.
10291
10292 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10293
10294 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10295 Use select-frame-set-input-focus instead of raise-frame.
10296 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10297
10298 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10299
10300 * progmodes/gud.el (gud-def): Add %c case.
10301 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10302 (gud-format-command): Make match case sensitive. Match on %F.
10303
10304 2006-04-30 Glenn Morris <rgm@gnu.org>
10305
10306 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10307 (cal-tex-preamble): Use cal-tex-preamble-extra.
10308 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10309 than alias `list-diary-entries'.
10310
10311 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10312
10313 * help-fns.el (describe-variable): Add info about safe local variables.
10314
10315 2006-04-29 Richard Stallman <rms@gnu.org>
10316
10317 * bindings.el (mode-line-format): help-echo doc fixes.
10318
10319 * net/tramp.el (tramp-file-name-handler-alist): Delete
10320 expand-file-name and other operations that can cause spurious loading.
10321
10322 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10323
10324 * files.el (safe-local-variable-p): Remove support for the special
10325 value t.
10326
10327 * textmodes/paragraphs.el (sentence-end-without-space):
10328 Fix safety predicate.
10329 (sentence-end-double-space, sentence-end-without-period)
10330 (paragraph-ignore-fill-prefix):
10331 * textmodes/fill.el (colon-double-space):
10332 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10333
10334 * subr.el (booleanp): New fun.
10335
10336 * textmodes/reftex-vars.el (reftex-guess-label-type):
10337 Tighten the safety predicate.
10338
10339 2006-04-28 Kim F. Storm <storm@cua.dk>
10340
10341 * progmodes/grep.el (defgroup grep): Doc fix.
10342 (grep-auto-highlight): Remove.
10343 (grep-template): New defcustom.
10344 (grep-find-template): Rename from grep-tree-template.
10345 (grep-files-aliases): Rename from grep-tree-files-aliases.
10346 Remove "all" alias, add "l" alias.
10347 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10348 (grep-find-ignored-directories): New defcustom to replace
10349 grep-tree-ignore-CVS-directories, to facilitate ignoring
10350 subdirectories for multiple version control systems.
10351 (grep-mode-map): Add Recursive grep item to GREP menu.
10352 (grep-regexp-history, grep-files-history): New defvars.
10353 (grep-probe): New helper function.
10354 (grep-compute-defaults): Use it to simplify code.
10355 Adapt to name changes.
10356 Use `.' as base in grep-find-template rather than <D>.
10357 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10358 Call grep-compute-defaults unconditionally.
10359 (grep-expand-keywords): New defconst.
10360 (grep-expand-template): Rename from grep-expand-command-macros.
10361 Simplify via grep-expand-keywords. Look at case-fold-search instead
10362 of grep-tree-ignore-case to add -i option.
10363 Bind case-fold-search to nil while matching keywords.
10364 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10365 (grep-read-regexp, grep-read-files): New helper functions.
10366 (rgrep): Rename from grep-tree. Rework to use proper histories.
10367 Adapt to changes in defcustoms and functions above.
10368 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10369
10370 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10371
10372 * net/tramp.el (tramp-completion-file-name-handler):
10373 Disable Tramp's functionality while loading Tramp itself.
10374 (tramp-register-file-name-handlers): That's a defsubst now.
10375 Code from `tramp-repair-jka-compr' moved here. Apply it via
10376 `after-init-hook'.
10377 (tramp-repair-jka-compr): Remove.
10378
10379 2006-04-27 Jay Belanger <belanger@truman.edu>
10380
10381 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10382 read expression when `math-read-big-expr' doesn't work.
10383
10384 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10385
10386 * startup.el (command-line-1): Display warning when
10387 pure-space-overflow is non-nil.
10388
10389 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10390
10391 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10392 risky.
10393
10394 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10395
10396 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10397 Return the URL or nil if none can be generated.
10398
10399 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10400
10401 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10402 byte compiler warnings.
10403 (gud-basic-call, gud-find-expr): Let user select an expression
10404 for printing. Print expression as well as value in GUD buffer.
10405
10406 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10407
10408 * allout.el: Remove local autoload declaration for
10409 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10410 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10411 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10412 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10413 (allout-stylish-prefixes, allout-numbered-bullet)
10414 (allout-file-xref-bullet, allout-presentation-padding)
10415 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10416 safe-local-variable with suitable value spec, and add autoload
10417 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10418 (move-beginning-of-line, move-end-of-line): Repair so these compat
10419 functions now actually resituate the point, when appropriate.
10420
10421 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10422
10423 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10424
10425 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10426 (add-log-iso8601-time-string): Fix call to format-time-string.
10427
10428 2006-04-26 Kim F. Storm <storm@cua.dk>
10429
10430 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10431
10432 2006-04-26 Masatake YAMATO <jet@gyve.org>
10433
10434 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10435 Add support for "//" style comments. Remove `b' flag
10436 from ?* in `asm-mode-syntax-table'.
10437
10438 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10439
10440 * follow.el: Use (featurep 'xemacs) everywhere.
10441 (follow-mode): Use define-minor-mode.
10442 (follow-mode-map): Move initialization into the declaration.
10443 Use command remapping.
10444 (follow-emacs-version-xemacs-p): Remove.
10445 (follow-submit-feedback): Remove.
10446
10447 * allout.el (allout-layout, allout-passphrase-verifier-string)
10448 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10449
10450 * textmodes/reftex-vars.el (reftex-vref-is-default)
10451 (reftex-fref-is-default, reftex-guess-label-type):
10452 Tighten up a bit the safety predicate.
10453
10454 * textmodes/paragraphs.el (sentence-end-double-space)
10455 (sentence-end-without-period, sentence-end-without-space)
10456 (page-delimiter, paragraph-ignore-fill-prefix):
10457 Tighten up a bit the safety predicate.
10458
10459 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10460
10461 * progmodes/python.el (python-continuation-line-p)
10462 (python-beginning-of-statement): syntax-ppss may return
10463 a negative depth.
10464 (python-mode): Don't forcefully enable font-lock.
10465
10466 * time-stamp.el (time-stamp-start, time-stamp-end)
10467 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10468
10469 * add-log.el: Remove spurious * in docstrings.
10470 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10471 (add-change-log-entry): Use it here, since it's not specific
10472 to iso8601.
10473 (add-log-iso8601-time-string): Don't use it here any more.
10474 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10475
10476 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10477
10478 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10479
10480 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10481 (rcirc-toggle-low-priority): Doc fix.
10482 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10483 ChanServ regexp.
10484 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10485 #emacs.
10486 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10487 (rcirc-decode-coding-system): Use utf-8 as the default.
10488 (rcirc-multiline-minor-mode): Set the fill-column.
10489 (rcirc-format-response-string): Display bright and dim nicks.
10490 (rcirc-browse-url): Update interactive spec to fill ARG.
10491 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10492 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10493
10494 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10495
10496 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10497 case for @Article, etc.
10498
10499 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10500
10501 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10502 Added with autoload cookie.
10503 (tramp-unload-file-name-handlers): Rename from
10504 `tramp-unload-file-name-handler-alist'.
10505
10506 2006-04-23 Romain Francoise <romain@orebokech.com>
10507
10508 * comint.el (comint-match-partial-filename): Doc fix.
10509
10510 2006-04-21 Glenn Morris <rgm@gnu.org>
10511
10512 * calendar/cal-menu.el (calendar-mode-map): Refer to
10513 `diary-view-entries' rather than alias `view-diary-entries'.
10514 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10515
10516 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10517
10518 * progmodes/antlr-mode.el (antlr-default):
10519 * cus-edit.el (custom-documentation):
10520 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10521 in defface.
10522
10523 2006-04-21 Kim F. Storm <storm@cua.dk>
10524
10525 * image.el (image-type): New defun split out of create-image.
10526 (create-image): Use it.
10527
10528 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10529
10530 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10531 (org-open-at-point): Remove the "...done" message to keep output
10532 in the echo area visible.
10533 (org-export-as-xoxo): Fix call to `indent-region'.
10534
10535 2006-04-21 Kevin Ryde <user42@zip.com.au>
10536
10537 * international/mule.el (keyboard-coding-system): defcustom
10538 info-link fixes: "Specify Coding" has been split, keyboard now in
10539 "Terminal Coding", and "Single-Byte Character Support" is now
10540 "Unibyte Mode".
10541
10542 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10543
10544 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10545 Use font-lock-warning-face for any errors e.g. no stack.
10546 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10547
10548 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10549
10550 * progmodes/sh-script.el (sh-shell): Mark as safe.
10551
10552 * newcomment.el (comment-start, comment-start-skip)
10553 (comment-end-skip, comment-end): Mark as safe.
10554
10555 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10556
10557 * textmodes/org.el (org-deadline-announce): Face removed.
10558 (org-level-faces, org-n-levels): Convert to constant.
10559 (org-compatible-face): New function.
10560 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10561 (org-level-5, org-level-6, org-level-7, org-level-8)
10562 (org-special-keyword, org-warning, org-headline-done, org-link)
10563 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10564 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10565 Face definition revised for better color tty support.
10566 (org-bold-re, org-italic-re, org-underline-re): New constants.
10567 (org-set-font-lock-defaults): Use the new constants.
10568 (org-agenda-highlight-todo): New function.
10569 (org-agenda-todo): Fix bug with point at end of line.
10570 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10571 Fontify TODO keywords.
10572 (org-insert-link): Preserve relative path in ../ links.
10573 (org-export-as-html): Convert links pointing to .org files into
10574 links that will work beteen the exported HTML files.
10575 (org-todo-list): Fix bug when arg=0.
10576 (org-insert-heading): More fine-tuning.
10577
10578 2006-04-19 Romain Francoise <romain@orebokech.com>
10579
10580 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10581 from `rmail-mime-charset-pattern'.
10582
10583 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10584
10585 * progmodes/python.el (python-mode): Fix typo.
10586
10587 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10588
10589 * comint.el (comint-previous-input): Don't clobber input line
10590 when moving off either end of the input history ring.
10591 (comint-delete-input): New function, used by
10592 `comint-previous-input' and others.
10593 (comint-previous-matching-input):
10594 Use `coming-delete-input'. Save the partial input if leaving the
10595 edit line. Goto point-max before deleting input to avoid
10596 partial input fragments hanging around.
10597 (comint-restore-input): New function, used by `comint-previous-input'.
10598
10599 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10600
10601 * imenu.el (imenu--index-alist): Balance parentheses.
10602
10603 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10604
10605 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10606
10607 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10608
10609 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10610 file is nil.
10611
10612 2006-04-18 Richard Stallman <rms@gnu.org>
10613
10614 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10615
10616 * imenu.el (imenu-create-index-function, imenu--index-alist)
10617 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10618 (imenu-default-create-index-function, imenu--generic-function):
10619 Doc fixes.
10620
10621 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10622
10623 * help-mode.el (help-mode): Set view-exit-action to delete window.
10624
10625 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10626 now works by passing nil as arg.
10627
10628 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10629
10630 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10631 (read-abbrev-file): Provide default when reading filename.
10632
10633 * files.el (enable-local-variables): Allow :all as value.
10634 (hack-local-variables): Implement that value.
10635 (safe-local-variable-values, safe-local-eval-forms)
10636 (enable-local-variables): Mark as risky.
10637 (find-file-visit-truename, kept-old-versions): Mark safe.
10638
10639 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10640 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10641 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10642
10643 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10644
10645 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10646 Use forward-line so as to get to BOL even in the presence of fields.
10647 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10648 in return.
10649 (inferior-tcl): Tell tclsh to work in interactive mode.
10650
10651 * complete.el (partial-completion-mode):
10652 Use 'choose-completion-string-functions to make sure that
10653 choose-completion fills the minibuffer properly.
10654
10655 * complete.el (PC-old-read-file-name-internal): Remove.
10656 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10657 of read-file-name-internal.
10658 (partial-completion-mode): Enable/disable this advice.
10659
10660 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10661
10662 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10663 of 2006-04-17.
10664
10665 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10666
10667 * textmodes/org.el (org-insert-heading): Insert heading before
10668 current if at beginning of line.
10669 (org-todo, org-date): New faces.
10670 (org-table-align): Make sure tooltip window contains full text.
10671 (org-no-properties): New defsubst.
10672 (org-set-font-lock-defaults): Use new faces.
10673
10674 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10675
10676 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10677 for root variables.
10678
10679 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10680 (gdb-frame-address): Re-use to identify frame for watch expression.
10681 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10682 variables.
10683 (gdb-init-1, gdb-source, gdb-post-prompt)
10684 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10685 (gdb-frame-handler): Get gdb-frame-address.
10686
10687 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10688
10689 Sync with Tramp 2.0.53.
10690
10691 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10692 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10693 (tramp-completion-file-name-handler): Add autoload cookie for
10694 adding to `file-name-handler-alist'.
10695
10696 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10697 the prompt. If it returns earlier (when detecting an error
10698 message), the rest of the output will merge accidently with the
10699 output of the next command. Reported by M Jared Finder
10700 <jared@hpalace.com>.
10701
10702 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10703 for `process-file', in order to let it work for older Emacsen too.
10704
10705 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10706
10707 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10708 (tex-font-lock-keywords-3): Use it.
10709
10710 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * newcomment.el (comment-add): New function.
10713 (comment-region-default, comment-dwim): Use it.
10714
10715 2006-04-15 Michael Olson <mwolson@gnu.org>
10716
10717 * emacs-lisp/tq.el: Improve comments.
10718 (tq-queue-head-question): New accessor function.
10719 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10720 Update for modified queue structure.
10721 (tq-queue-add): Accept `question' argument.
10722 (tq-queue-pop): If a question is pending, send it.
10723 (tq-enqueue): Accept new optional argument `delay-question'.
10724 If this is non-nil, and at least one other question is pending a
10725 response, queue the question rather than sending it immediately.
10726
10727 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10728
10729 * calendar/appt.el (appt-add): Check whether an appointment is
10730 already present in appt-time-msg-list. Simplify code.
10731
10732 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10733
10734 * progmodes/cc-langs.el (c-mode-menu):
10735 Don't presume c-subword-mode is bound.
10736
10737 2006-04-13 Bill Wohler <wohler@newt.com>
10738
10739 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10740 (customize-package-emacs-version): Use cdr instead of cadr now
10741 that alists use dotted pairs.
10742
10743 * custom.el (defcustom): Fix docstring for :package-version.
10744
10745 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10746
10747 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10748 (tramp-handle-shell-command): Display output buffer only when
10749 `tramp-display-shell-command-buffer' is true.
10750 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10751
10752 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10753
10754 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10755 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10756
10757 2006-04-13 Romain Francoise <romain@orebokech.com>
10758
10759 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10760 leaving temporary .cvsignore buffers behind.
10761
10762 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10763
10764 * textmodes/org.el (org-set-regexps-and-options)
10765 (org-get-current-options): Better names for the startup folding
10766 options.
10767
10768 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10769
10770 * vc.el (vc-annotate): Arrange for point to end up at the same
10771 line number as in the original, but only when using a new buffer.
10772
10773 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10774
10775 * files.el (hack-one-local-variable-eval-safep):
10776 Recognize `edebug-form-spec' for `put', but only if it passes
10777 `edebug-basic-spec'. Generalize `put' handling.
10778
10779 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10780 vetting file-local form specs.
10781
10782 * allout.el (allout-layout): Autoload its `safe-local-variable'
10783 property.
10784
10785 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10786
10787 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10788 (org-agenda-mouse-1-follows-link)
10789 (org-mouse-1-follows-link): New options.
10790 (org-format-agenda-item): Fix bug if TAGS is nil.
10791 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10792
10793 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10796 GDB 6.1+ gives full filename for "info sources" so use
10797 file-name-nondirectory.
10798
10799 2006-04-12 Romain Francoise <romain@orebokech.com>
10800
10801 * subr.el (read-passwd): Bind `message-log-max' to nil.
10802
10803 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10804
10805 * progmodes/perl-mode.el (perl-indent-new-calculate):
10806 Recompute parse-start after jumping backward by a whole sexp.
10807
10808 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10809
10810 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10811 window configuration.
10812 (vc-annotate-display-select): Select the buffer so that current-buffer
10813 (and selected-window) is the output buffer at the end of vc-annotate.
10814
10815 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10816
10817 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10818 8-color terminals, to use all of the colors in a sensible order.
10819 256-color terminals work well with the standard map.
10820 (vc-annotate-lines): Only strip the first color character if it
10821 is "#", to allow for terminal-style named colors.
10822 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10823 the correct buffer is scrolled.
10824
10825 2006-04-11 Richard Stallman <rms@gnu.org>
10826
10827 * emacs-lisp/bytecomp.el (byte-compile-file):
10828 Bind enable-local-variables to :safe, and make normal-mode obey it.
10829
10830 * files.el (enable-local-variables): Allow value :safe.
10831 (normal-mode): Doc fix.
10832 (hack-local-variables): Implement enable-local-variables = :safe.
10833 (hack-local-variables-confirm): Don't prevent quitting.
10834
10835 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10836
10837 * loadhist.el (unload-feature): A bit of sanity check of
10838 load-history entries. Cancel timer-vars before unbinding them.
10839
10840 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10841 quote special chars, and make the trick work on the hex part of the
10842 buffer as well.
10843 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10844 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10845
10846 * startup.el (normal-splash-screen): Fix last change so we don't wait
10847 2 minutes if we don't show the splash screen.
10848
10849 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10850
10851 * textmodes/org.el (org-export-plain-list-max-depth)
10852 (org-table-spaces-around-separators)
10853 (org-radio-targets, org-activate-camels)
10854 (org-table-spaces-around-invisible-separators): Options removed.
10855 (org-time-stamp-rounding-minutes, org-remember-templates)
10856 (org-ellipsis, org-activate-links, org-descriptive-links):
10857 New options.
10858 (org-remember-apply-template, org-current-time)
10859 (org-finish-edit-table-field)
10860 (org-link-unescape, org-link-escape)
10861 (org-string-width, org-table-clean-line, org-html-do-expand)
10862 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10863 (org-read-agenda-file-list): New functions.
10864 (org-table-edit-field)
10865 (org-table-create-or-convert-from-region): New commands
10866 (org-table-toggle-vline-visibility): Command removed.
10867 (org-table-convert-region): Made a command.
10868 (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands.
10869 Replace with the normal org- functions.
10870 (org-self-insert-command): Don't trigger realign unnecessarily
10871 when blanking a field that is not full.
10872 (org-mode): `Set buffer-invisibility-spec' for links.
10873 (org-activate-links2): Hide link part and only show descriptive
10874 part of the link.
10875 (org-insert-link): Modify for new linking system.
10876 (org-store-link): Store description separately, for use by
10877 `org-insert-link'.
10878 (org-table-align): Use `org-string-width'.
10879 (defgroup): Completely new group structure for custom variables.
10880 (org-agenda-files): Option: Single file name allowed. Function:
10881 Optional argument unrestrited means ignore any restricitons.
10882 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10883 trying to modify the menu. Use generalized access to
10884 `org-agenda-files.'
10885 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10886 (org-agenda-file-to-front, org-remove-file, org-diary)
10887 (org-tags-view, org-export-icalendar-all-agenda-files)
10888 (org-export-icalendar-combine-agenda-files): Use generalized
10889 access to `org-agenda-files'.
10890 (org-remember-handler): Correctly preserve heading if present.
10891 (org-table-insert-row, org-table-insert-hline): Deal with
10892 invisible characters.
10893
10894 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10895
10896 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10897 (vc-annotate-color-map): New 18 element constant
10898 value/saturation, rotating hue colormap, from red->blue.
10899 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10900 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10901 (vc-annotate): To avoid killing the required local variables,
10902 set them before the end of `with-output-to-temp-buffer', and
10903 after first switching to annotate-mode.
10904 (vc-annotate-warp-version): Add buffer argument in goto-line to
10905 ensure annotation, not source, is scrolled.
10906
10907 2006-04-10 Bill Wohler <wohler@newt.com>
10908
10909 * custom.el (defcustom, custom-handle-keyword):
10910 Add :package-version keyword.
10911 (custom-add-package-version): New function. Sets value of new
10912 property 'custom-package-version from :package-version keyword.
10913 (defcustom): Create Common Keywords section in docstring.
10914 (defface, defgroup): Replace definitions of a select few keywords
10915 with a reference to the Common Keywords in defcustom.
10916 (defcustom, defface, defgroup): Replace reference to Customization
10917 chapter in manual with hyperlink.
10918
10919 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10920 (customize-changed-options): Add check for custom-package-version.
10921 (customize-package-emacs-version): New function to look up Emacs
10922 version corresponding to the given package version.
10923
10924 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10925 defun name, in similar fashion to find-variable-regexp.
10926
10927 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10928
10929 * international/mule-cmds.el (set-locale-environment): Fix last
10930 change for when the locale's preferences don't specify any encoding.
10931
10932 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10933
10934 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10935 so the defined var/fun doesn't need to be quoted.
10936
10937 2006-04-10 Richard Stallman <rms@gnu.org>
10938
10939 * finder.el (finder-mode-map): Add n and p bindings.
10940
10941 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
10942
10943 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
10944 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
10945 (gdb-setup-windows): Put something in source window if we can't find
10946 the source file.
10947 (gdb-frame-handler): Make it work again with just assembly.
10948 (gdb-data-list-register-values-handler): Make it work when there is
10949 no stack.
10950
10951 2006-04-09 Richard Stallman <rms@gnu.org>
10952
10953 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
10954 specs while looking for charset.
10955
10956 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
10957
10958 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
10959 Make them faces.
10960 (lm-font-lock-keywords): Update appropriately.
10961
10962 2006-04-10 Kim F. Storm <storm@cua.dk>
10963
10964 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
10965 it can also replace buffer-substring-no-properties.
10966
10967 * emulation/cua-base.el (cua-delete-region, cua-paste)
10968 (cua-repeat-replace-region): Use filter-buffer-substring.
10969
10970 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
10971 (cua-cut-region-to-global-mark): Likewise.
10972
10973 * emulation/cua-rect.el (cua--extract-rectangle)
10974 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
10975
10976 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10977
10978 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
10979 entry-type. Add field delimiters to numerical fields if they are
10980 not present.
10981
10982 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10983
10984 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
10985 string-const to return value.
10986 (bibtex-remove-delimiters): Use it.
10987
10988 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10989
10990 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
10991 cl-byte-compile-compiler-macro unless it exists.
10992
10993 2006-04-08 Eli Zaretskii <eliz@gnu.org>
10994
10995 * files.el (hack-local-variables-confirm) <offer-save>:
10996 Clarify message text. Suggested by Ralf Angeli.
10997
10998 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10999
11000 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11001 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11002 instead of `buffer-substring' and `delete-region'. (Most of the
11003 code actually copied from `kill-region'.)
11004
11005 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11006
11007 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11008 (rcirc-default-port): Rename from rcirc-port.
11009 (rcirc-default-nick): Rename from rcirc-nick.
11010 (rcirc-default-user-name): Rename from rcirc-user-name.
11011 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11012 (rcirc-low-priority-flag): New variable.
11013 (rcirc-decode-coding-system): New defcustom.
11014 (rcirc-encode-coding-system): New defcustom.
11015 (rcirc-coding-system-alist): New defcustom.
11016 (rcirc-multiline-major-mode): New defcustom.
11017 (rcirc-nick): New internal variable.
11018 (rcirc-process): Remove variable.
11019 (rcirc-server-buffer): New variable.
11020 (rcirc): Update to use rcirc-default-* variables above.
11021 (rcirc-connect): Do not add window-configuration-hook-here.
11022 (rcirc-server): New internal variable.
11023 (rcirc-connect): Do not send keepalive pings if
11024 rcirc-keepalive-seconds is nil.
11025 (with-rcirc-server-buffer): New macro.
11026 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11027 (rcirc-server-name): Rename from rcirc-server.
11028 (rcirc-buffer-process): New function.
11029 (rcirc-buffer-nick): New function.
11030 (rcirc-buffer-target): Remove function.
11031 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11032 New commands.
11033 (rcirc-mode-map): Change binding of C-c C-l to
11034 rcirc-toggle-low-priority.
11035 (rcirc-mode): Initialize coding system based on
11036 rcirc-coding-system-alist. New change-major-mode-hook to part the
11037 channel on a mode change. Make kill-buffer-hook buffer-local.
11038 (rcirc-change-major-mode-hook): New function.
11039 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11040 (rcirc-last-post-time): New variable.
11041 (rcirc-process-message): Store the last time user posted a message
11042 to this target.
11043 (rcirc-multiline-minor-mode): New mode.
11044 (rcirc-multiline-minor-mode-map): New mode map.
11045 (rcirc-edit-multiline): Put multiline-edit buffer in
11046 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11047 (rcirc-print): Ignore any line starting with an ignored nick.
11048 (rcirc-print): Decode using rcirc-decode-coding-system.
11049 (rcirc-track-minor-mode): Update global-mode-string when disabling
11050 this mode.
11051 (minor-mode-alist): Add LowPri indicator.
11052 (rcirc-toggle-low-priority): New function.
11053 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11054 next lowpriority buffer with activity.
11055 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11056 last time the user posted a message in to the target.
11057 (rcirc-update-activity-string): New formatting for low priority
11058 buffers.
11059 (rcirc-split-activity): New function.
11060 (rcirc-handler-PART, rcirc-handler-KICK)
11061 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11062 (rcirc-nick-away-alist): New variable.
11063 (rcirc-handler-301): New handler. Away messages are printed once
11064 per change.
11065
11066 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11067
11068 * info.el (Info-follow-nearest-node): Doc fix.
11069
11070 * international/mule-cmds.el (set-locale-environment): Make sure
11071 the coding-system preferred by the locale's language has the same
11072 EOL conversion type as the original buffer-file-coding-system.
11073 (locale-language-names): Add a few MS Windows language codes.
11074
11075 2006-04-07 Richard Stallman <rms@gnu.org>
11076
11077 * simple.el (eval-expression): Doc fix.
11078
11079 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11080 (eval-defun): Doc fixes.
11081
11082 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11083
11084 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11085
11086 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11087
11088 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11089 GDB list command without argument for greater generality.
11090
11091 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11092
11093 * subr.el (string-or-null-p): New function.
11094
11095 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11096
11097 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11098
11099 * files.el: Update comment about safe-local-variable declarations.
11100
11101 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11102
11103 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11104 See idlwave.org.
11105
11106 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11107 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11108
11109 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11110 See idlwave.org.
11111
11112 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11113 version 6.0 (minimal changes). See idlwave.org.
11114
11115 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11116 6.0 (minimal changes). See idlwave.org.
11117
11118 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11119
11120 2006-04-06 Romain Francoise <romain@orebokech.com>
11121
11122 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11123 symmetric encryption features and a new asynchronous interface to
11124 GnuPG. This new version is version 1.4, plus whitespace changes.
11125
11126 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11127
11128 * files.el: Move some `safe-local-variable' declarations to the
11129 respective files.
11130
11131 * textmodes/ispell.el (ispell-check-comments)
11132 (ispell-local-dictionary): Mark as safe.
11133
11134 * abbrev.el (abbrev-mode): Mark as safe.
11135
11136 * add-log.el (change-log-default-name): Mark as safe.
11137
11138 * textmodes/reftex-vars.el (reftex-vref-is-default)
11139 (reftex-fref-is-default, reftex-level-indent)
11140 (reftex-guess-label-type): Mark as safe.
11141
11142 * textmodes/fill.el (colon-double-space): Mark as safe.
11143
11144 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11145 (sentence-end-double-space, sentence-end-without-period)
11146 (sentence-end-without-space, sentence-end, sentence-end-base)
11147 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11148
11149 2006-04-06 Kim F. Storm <storm@cua.dk>
11150
11151 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11152 the :set-after list.
11153 (ido-downcase-unc-hosts): New user option. Default on.
11154 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11155 when it is set, as regexps are now applied on the fly.
11156 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11157 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11158 on the fly, but only when ido-process-ignore-lists is set.
11159 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11160 Only downcase names if ido-downcase-unc-hosts is set.
11161
11162 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11163
11164 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11165
11166 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11167
11168 2006-04-05 Kim F. Storm <storm@cua.dk>
11169
11170 * ido.el (ido-mode): Set after ido-unc-hosts and
11171 ido-ignore-unc-host-regexps.
11172 (ido-save-history): Save ido-unc-hosts-cache.
11173 (ido-load-history): Load ido-unc-hosts-cache.
11174 (ido-reread-directory): Refresh unc hosts cache in // dir.
11175
11176 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11177 to nil while displaying slash screen.
11178
11179 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11180
11181 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11182 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11183
11184 2006-04-05 Kenichi Handa <handa@m17n.org>
11185
11186 * international/characters.el: Setup cases of Latin, Greek, and
11187 Cyrillic characters in CJK charsets.
11188
11189 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11190
11191 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11192 default-enable-multibyte-characters. This reverts the change from
11193 revision 6.17 which is no longer necessary because the passphrase
11194 is sent separately now. GnuPG messages are unreadable under
11195 multibyte locales with default-enable-multibyte-characters set to nil.
11196
11197 2006-04-04 Andreas Schwab <schwab@suse.de>
11198
11199 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11200 and `byte-compile-warnings' as `safe-local-variable'.
11201
11202 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11203
11204 * man.el (Man-mode-map): Restore the \r binding.
11205 (Man-abstract-xref-man-page): If Man-target-string is a function,
11206 call it.
11207 (Man-highlight-references): Use Man-default-man-entry to get the
11208 target. Deal with xrefs too.
11209 (Man-highlight-references0): Don't call the target function.
11210
11211 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11212 cannot deal with it.
11213
11214 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11215
11216 * pgg-gpg.el: Clean up process buffers every time gpg processes
11217 complete.
11218
11219 2006-04-04 Kenichi Handa <handa@m17n.org>
11220
11221 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11222 here.
11223 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11224 Temporarily bind inhibit-field-text-motion to t.
11225
11226 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * startup.el (normal-splash-screen): Only set mode-line-format in the
11229 splash buffer, so as not to interfere when debugging the code.
11230 Ignore errors when switching buffer.
11231
11232 2006-04-03 Romain Francoise <romain@orebokech.com>
11233
11234 * dired.el (dired-dnd-protocol-alist): Fix typo.
11235
11236 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11237
11238 * savehist.el (savehist): Add :version.
11239 (savehist-ignored-variables): New variable.
11240 (savehist-minibuffer-hook): Don't save variables listed in
11241 `savehist-ignored-variables'.
11242
11243 * dired.el (dired-dnd-protocol-alist): Mention that change does
11244 only apply to new buffers in doc string.
11245
11246 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11247
11248 * recentf.el (recentf-open-files-item): Include newline in button
11249 field, so opening a file will work, when the point is at the end
11250 of the file name. Allow, for example, to [i]search a file by
11251 extension and just push RET to open it.
11252
11253 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11254
11255 * pgg-gpg.el (pgg-gpg-process-filter)
11256 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11257
11258 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11259 lines, temporary fix.
11260
11261 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11262
11263 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11264
11265 2006-04-02 Richard Stallman <rms@gnu.org>
11266
11267 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11268
11269 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11270
11271 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11272 header-mouse-map.
11273
11274 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11275 (ibuffer-mode-header-map): New keymaps.
11276 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11277 and keybindings for column headers.
11278 (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map
11279 property.
11280
11281 2006-04-02 Drew Adams <drew.adams@oracle.com>
11282
11283 * speedbar.el (speedbar-after-create-hook): Doc fix.
11284
11285 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11286
11287 * shell.el (shell-directory-tracker)
11288 (shell-dynamic-complete-command): Doc fixes.
11289
11290 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11291
11292 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11293 terminals.
11294
11295 2006-04-01 Kim F. Storm <storm@cua.dk>
11296
11297 * ido.el (ido-unc-hosts-cache): New defvar.
11298 (ido-unc-hosts): If value of defcustom is a function, call it to
11299 get list of UNC hosts. Add function-item choices to specify
11300 ido-unc-hosts-net-view or user function.
11301 (ido-ignore-unc-host-regexps): New defcustom.
11302 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11303 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11304 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11305
11306 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11307
11308 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11309 wwidth.
11310
11311 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11312
11313 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11314 (ido-max-work-file-list, ido-switch-buffer)
11315 (ido-read-file-name-as-directory-commands):
11316 Fix typos in docstrings.
11317
11318 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11319
11320 * term/mac-win.el (mac-system-coding-system): Define and use after
11321 Mac-specific coding systems are ready.
11322
11323 2006-03-27 Romain Francoise <romain@orebokech.com>
11324
11325 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11326
11327 * ldefs-boot.el: Update.
11328
11329 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11330
11331 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11332 passphrases when it is not needed.
11333 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11334 passphrase stuff from gpg, should only be necessary when you use
11335 gpg with a smartcard.
11336
11337 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11338
11339 * comint.el (comint-dynamic-list-completions): Allow user to
11340 select *Completions* buffer.
11341
11342 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11343
11344 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11345
11346 2006-03-26 Andreas Schwab <schwab@suse.de>
11347
11348 * progmodes/gud.el (gdb): Only complain about multiple debugging
11349 when the gdb process is still running.
11350
11351 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11352
11353 * mail/rmail.el (tool-bar-map): Defvar it.
11354 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11355 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11356
11357 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11358
11359 * help.el (print-help-return-message): Suggest to use
11360 display-buffer instead of switch-to-buffer-other-window to restore
11361 the previous window without selecting it.
11362
11363 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11364
11365 * frame.el (select-frame-by-name): Call x-focus-frame also when
11366 window-system is mac.
11367
11368 * term/mac-win.el: Adjust Courier font specifications in
11369 x-fixed-font-alist.
11370 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11371 when directly encoding to UTF-16 in native byte order, no BOM.
11372
11373 2006-03-25 Kim F. Storm <storm@cua.dk>
11374
11375 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11376 (cua--init-keymaps): Use it instead of fixed C-return.
11377 (cua-mode): Set after it.
11378
11379 * emulation/cua-rect.el (cua--init-rectangles):
11380 Use cua-rectangle-mark-key instead of fixed C-return.
11381
11382 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11383
11384 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11385 "run" in .gdbinit.
11386 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11387
11388 2006-03-24 Romain Francoise <romain@orebokech.com>
11389
11390 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11391 `display-buffer-other-frame'.
11392
11393 2006-03-24 Kim F. Storm <storm@cua.dk>
11394
11395 * apropos.el (apropos-synonyms): Add selection => region.
11396
11397 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11398
11399 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11400 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11401 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11402 (gdb-data-list-register-values-regexp)
11403 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11404 Future proof against new fields being added to MI output.
11405 (gdb-send): Don't treat backslashes for program input as
11406 continuations.
11407 (gdb-assembler-handler): Don't use window-start for this handler.
11408 (gdb-frame-handler): Don't change to hollow arrow if overlay
11409 arrow doesn't move to new frame.
11410
11411 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11412
11413 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11414 prevent compiler warnings.
11415 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11416 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11417 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11418 buffer too.
11419
11420 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11421
11422 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11423 make-network-process, so we can use the same code in Gnus v5-10
11424 too and have this file fully synchronized with that release.
11425
11426 2006-03-23 Romain Francoise <romain@orebokech.com>
11427
11428 * ibuf-ext.el (ibuffer-read-filter-group-name):
11429 Use `ibuffer-generate-filter-groups' to make completion list match
11430 the filter groups that are really displayed in the Ibuffer buffer.
11431 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11432
11433 2006-03-23 Kenichi Handa <handa@m17n.org>
11434
11435 * international/mule-cmds.el (sort-coding-systems): Describe that
11436 the argument is modified in docstring.
11437
11438 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11439
11440 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11441 (pgg-gpg-update-agent): New function.
11442 (pgg-gpg-use-agent-p): New function.
11443 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11444 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11445 (pgg-gpg-sign-region): Use it.
11446
11447 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11448
11449 * cus-edit.el (custom-face-set): Call custom-push-theme before
11450 face-spec set so that `changed' theme is correctly saved.
11451 (custom-face-reset-standard): Reset to recalculated face rather
11452 than defface spec.
11453
11454 * custom.el (custom-push-theme): Only save `changed' theme if the
11455 current face does not match the defface specs.
11456
11457 2006-03-21 Simon Josefsson <jas@extundo.com>
11458
11459 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11460 <wilde@sha-bang.de>.
11461 (pgg-gpg-use-agent): New variable.
11462 (pgg-gpg-process-region): Use it.
11463 (pgg-gpg-encrypt-region): Likewise.
11464 (pgg-gpg-encrypt-symmetric-region): Likewise.
11465 (pgg-gpg-decrypt-region): Likewise.
11466 (pgg-gpg-sign-region): Likewise.
11467 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11468
11469 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11470
11471 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11472 bracket links.
11473
11474 2006-03-21 Kim F. Storm <storm@cua.dk>
11475
11476 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11477 fringe-indicator-alist instead of modifying global value.
11478 (gdb-frame-handler): Likewise.
11479
11480 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11481
11482 * diff-mode.el (diff-function): Make it inherit from diff-header
11483 instead of diff-context.
11484
11485 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11486 bitmap.
11487 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11488 change names in macro above for consistency.
11489 (gdb-frame-handler): Use hollow-right-triangle for all selected
11490 frames which except the innermost (where execution has stopped).
11491 (gdb-reset): Reset buffer-local values of overlay-arrow.
11492
11493 2006-03-20 Richard Stallman <rms@gnu.org>
11494
11495 * simple.el (set-mark-command): Doc fix.
11496
11497 * files.el (display-buffer-other-frame): New command.
11498 (ctl-x-4-map): Bind C-x 5 C-o to it.
11499
11500 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11501
11502 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11503 rather than just defer-time, in case defer-time has been changed but
11504 the timer isn't running yet.
11505 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11506
11507 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11508
11509 * help-mode.el (help-follow-symbol): New function.
11510 Essentially identical to the old `help-follow', but do not let
11511 `push-button' do the work when on an xref.
11512 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11513
11514 2006-03-19 Richard Stallman <rms@gnu.org>
11515
11516 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11517 preceded by the word `program'.
11518 (help-follow-mouse, help-follow): Throw error if not on xref.
11519 Delete no longer used args.
11520
11521 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11522
11523 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11524 annotation ensure gud-overlay-arrow-position is redisplayed.
11525
11526 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11527
11528 * textmodes/bibtex.el (bibtex-include-OPTkey)
11529 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11530 (bibtex-autokey-name-case-convert)
11531 (bibtex-autokey-titleword-case-convert): Make these the aliases
11532 for the following two variables.
11533 (bibtex-autokey-name-case-convert-function)
11534 (bibtex-autokey-titleword-case-convert-function): Make these the
11535 real names.
11536 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11537 bibtex-font-lock-crossref sublists.
11538 (bibtex-mode): Revert 2005-12-30 change (which made
11539 completion-ignore-case buffer-local).
11540 (bibtex-url): Simplify.
11541
11542 2006-03-19 Kim F. Storm <storm@cua.dk>
11543
11544 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11545 cursor property value to 2 (to align with C level change).
11546
11547 2006-03-19 Bill Wohler <wohler@newt.com>
11548
11549 * image.el (image-load-path-for-library): Shorten first line in
11550 docstring.
11551
11552 2006-03-18 Richard Stallman <rms@gnu.org>
11553
11554 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11555
11556 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11557
11558 * isearch.el (isearch-other-meta-char): Handle user bindings for
11559 shifted control characters.
11560
11561 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11562
11563 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11564 part that matches email addresses, file names, etc.
11565
11566 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11567
11568 * term/w32-win.el (mouse-set-font):
11569 Mention w32-list-proportional-fonts in the doc string.
11570
11571 2006-03-18 Kim F. Storm <storm@cua.dk>
11572
11573 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11574 (ido-unc-hosts): New user option to explicitly define list of know
11575 UNC-style hosts for completion.
11576 (ido-cache-unc-host-shares-time): New user option.
11577 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11578 New helper functions for UNC file-name support.
11579 (ido-may-cache-directory): Check for UNC host. Simplify.
11580 (ido-wash-history): Clean out old UNC hosts.
11581 (ido-nonreadable-directory-p): UNC hosts are always readable.
11582 (ido-directory-too-big-p): UNC hosts are never too big.
11583 (ido-set-current-directory): Handle UNC root path.
11584 (ido-file-name-all-completions): Complete UNC host names from
11585 ido-unc-hosts list. Cache UNC host shares.
11586 (ido-make-file-list-1): Don't filter UNC root.
11587 (ido-exhibit): Check for // in root directory, and switch to UNC
11588 mode by setting ido-current-directory to //.
11589
11590 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11591
11592 * cus-edit.el (customize-changed-options): Mention explicit
11593 version number as default in prompt.
11594
11595 2006-03-17 Bill Wohler <wohler@newt.com>
11596
11597 * image.el (image-load-path-for-library): Minor docstring fix.
11598
11599 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11600
11601 * textmodes/org.el (org-read-date): Include subgroup 5 into
11602 replacement text.
11603 (org-popup-calendar-for-date-prompt): Fix customization type.
11604
11605 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11606
11607 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11608 (gdb-continuation): New variable.
11609 (gdb-send): Deal with continuation lines.
11610
11611 * progmodes/gud.el (gud-gdb-complete-command)
11612 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11613 expressions.
11614 (gud-tooltip-mode): Use buffer-local value.
11615
11616 2006-03-16 Kim F. Storm <storm@cua.dk>
11617
11618 * ido.el (ido-edit-input): Use selected match, if any.
11619
11620 2006-03-16 Bill Wohler <wohler@newt.com>
11621
11622 * image.el (image-load-path-for-library): Prefer user's images in
11623 image-load-path.
11624
11625 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11626
11627 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11628 when checking for attempt to drag leftmost or rightmost scrollbar.
11629
11630 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11631
11632 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11633 (gdb-force-mode-line-update): New function.
11634 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11635 (gdb-exited): Use them.
11636 (gdb-signal): New function.
11637 (gdb-annotation-rules): Provide a rule for it.
11638
11639 2006-03-16 Kenichi Handa <handa@m17n.org>
11640
11641 * international/mule.el (auto-coding-regexp-alist): Add entries
11642 for Unicode BOM.
11643
11644 * sort.el (sort-build-lists): Temporarily bind
11645 inhibit-field-text-motion to t.
11646
11647 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11648
11649 * locate.el (locate-command, locate-make-command-line)
11650 (locate-fcodes-file, locate-update-command)
11651 (locate-prompt-for-command, locate, locate-with-filter)
11652 (locate-get-file-positions): Doc fixes.
11653 (locate-buffer-name, locate-header-face): Remove leading `*' in
11654 defcustom.
11655 (locate-filter-output): Use `keep-lines' instead of its alias
11656 `delete-non-matching-lines'.
11657 (locate-get-filename, locate-get-dirname): Add introductory comment.
11658 (locate-find-directory-other-window): Give appropriate error
11659 message if used outside main listing.
11660
11661 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11662
11663 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11664 the new extend-region feature.
11665 (font-lock-after-change-function): Update correspondingly.
11666 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11667 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11668
11669 2006-03-15 Bill Wohler <wohler@newt.com>
11670
11671 * image.el (image-load-path-for-library): Fix example by not
11672 recommending that one binds image-load-path. Just defvar it to
11673 placate compiler and only use it if previously defined.
11674
11675 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11676
11677 * textmodes/org.el (org-insert-centered): Use `string-width' to
11678 make underlining work for wide characters.
11679 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11680 TAB to `org-cycle', to make sure that no binding in
11681 `outline-mode-map' can supercede it.
11682
11683 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11684
11685 * allout.el: Increment version to 2.2.1 in file commentary.
11686
11687 (allout-version): Increment to 2.2.1.
11688
11689 (allout-default-layout): New customization variable, used when the
11690 file lacks a specific allout-layout. Uses allout-layout-type for
11691 recursively nested definition.
11692
11693 (allout-layout-type): Widget defining allout layouts, necessary for
11694 self-recursive definition.
11695
11696 (allout-mode): Incorporate allout-default-layout as fallback for
11697 allout-layout.
11698
11699 (allout-layout): Mark as 'safe-local-variable', and refer mention
11700 fallback to `allout-default-layout' in absence of a specified value.
11701 (allout-passphrase-verifier-string)
11702 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11703
11704 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11705
11706 (allout-get-encryption-passphrase-verifier): Use correct name of
11707 passphrase verifier in docstring.
11708
11709 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11710
11711 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11712 elements.
11713 (gdb-find-watch-expression): Make it work for arrays too.
11714 Follow change to gdb-var-list.
11715 (gud-watch): Allow the user to enter variable name with a prexix
11716 arg. Create keybindings.
11717 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11718 (gdb-var-list-children-handler, gdb-var-update-handler)
11719 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11720 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11721 Follow change to gdb-var-list.
11722 (gdb-starting): Don't show the overlay arrows when program is running.
11723
11724 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11725 gdb-var-list.
11726
11727 2006-03-14 Bill Wohler <wohler@newt.com>
11728
11729 * image.el (image-load-path-for-library): Pass value of path
11730 rather than symbol. Always return list of directories.
11731 Guarantee that image directory comes first.
11732
11733 2006-03-14 Alan Mackenzie <acm@muc.de>
11734
11735 * font-core.el (font-lock-extend-region\(-function\)?.):
11736 New function/variable.
11737
11738 * font-lock.el (font-lock-after-change-function):
11739 Call font-lock-extend-region. Obey font-lock-lines-before.
11740 (font-lock-default-fontify-region): Remove reference to
11741 font-lock-lines-before.
11742
11743 * jit-lock.el (jit-lock-after-change):
11744 Call font-lock-extend-region. Obey font-lock-lines-before.
11745
11746 2006-03-14 David Ponce <david@dponce.com>
11747
11748 * tree-widget.el (tree-widget-themes-load-path)
11749 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11750
11751 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11752
11753 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11754 (rcirc-print): Mark the start of text at the end of the prompt.
11755 (rcirc-track-minor-mode): Add autoload cookie.
11756 (rcirc-update-activity-string): Add space to front of mode-line
11757 indicator.
11758
11759 2006-03-13 Miles Bader <miles@gnu.org>
11760
11761 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11762 (rcirc-abbrev-nick): Remove function.
11763 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11764
11765 2006-03-13 David Ponce <david@dponce.com>
11766
11767 * tree-widget.el: Handle themes across all occurrences of the main
11768 themes sub-directory found in tree-widget-themes-load-path.
11769 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11770 (tree-widget--locate-sub-directory): Return all occurrences.
11771 (tree-widget-themes-path): New function.
11772 Replace tree-widget-themes-directory, and return a list of directories.
11773 (tree-widget-set-parent-theme)
11774 (tree-widget-lookup-image): Use it.
11775
11776 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11777
11778 * textmodes/org.el (org-link-search): Avoid self-matching of
11779 links, allow target text to be distributed over several lines.
11780 (org-search-not-link): New function.
11781 (org-set-regexps-and-options, org-get-current-options):
11782 New startup options.
11783 (org-export-as-html): Take odd-level setting from local variable.
11784 (org-fontify-emphasized-text): New option.
11785 (org-set-font-lock-defaults): Include emphasized text.
11786 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11787 (org-font-lock): Customize group renamed from `org-faces'.
11788
11789 2006-03-13 John Paul Wallington <jpw@pobox.com>
11790
11791 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11792 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11793
11794 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11795
11796 * cus-start.el (all): Delete :version keyword for members of the
11797 fringe group, since the entire group is new in 22.1.
11798
11799 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11800
11801 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11802 map if value is hexadecimal (an address).
11803 (gud-watch): Only search roots for existing watch expressions.
11804 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11805 prevent caching problems with speedbar-update-directory-contents.
11806
11807 2006-03-12 Juri Linkov <juri@jurta.org>
11808
11809 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11810 before comparing with `low' and `warn'.
11811
11812 * info.el (Info-dir-remove-duplicates): Move point to the
11813 beginning of the current line after deleting the entries from
11814 redundant heading. Use marker for `limit' and compare it with
11815 point before calling `re-search-forward'.
11816
11817 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11818
11819 * simple.el (yank): Fix typo in docstring.
11820
11821 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11822
11823 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11824 messages, where "D" is the 6th character.
11825
11826 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11827
11828 * simple.el (yank): Fix last change.
11829
11830 2006-03-11 David Ponce <david@dponce.com>
11831
11832 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11833 merging elements from the standard ispell-dictionary-alist.
11834 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11835 alist, and return the new alist.
11836
11837 2006-03-11 Richard Stallman <rms@gnu.org>
11838
11839 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11840
11841 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11842 the way it is implemented is too unclean.
11843
11844 * simple.el (kill-region, yank): Doc fix.
11845
11846 * battery.el (battery-echo-area-format): Doc fix.
11847 (battery-mode-line-format): Likewise.
11848 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11849 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11850
11851 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11852
11853 * progmodes/octave-mod.el (octave-indent-for-comment):
11854 Behave according to do string.
11855
11856 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11857
11858 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11859 Be visible only if major mode is Mail Mode.
11860
11861 * textmodes/flyspell.el (flyspell-external-point-words)
11862 (flyspell-process-localwords): Fix last changes.
11863
11864 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11865
11866 * calendar/holidays.el (list-holidays): Doc fix.
11867
11868 * international/mule.el (auto-coding-alist): Add .odt
11869 (OpenOffice's open document) files.
11870
11871 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11872 document) files. Mention in the doc string the need to sync with
11873 auto-coding-alist.
11874
11875 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11876
11877 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11878 enable-local-variables is set to always query, or there is no
11879 savable variable.
11880
11881 2006-03-10 Bill Wohler <wohler@newt.com>
11882
11883 * image.el (image-load-path-for-library): Merge at least three
11884 functions from Gnus and MH-E into this one function that can now
11885 be shared.
11886
11887 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11888
11889 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11890 gdb-remove-mouse-face and remove help-echo too.
11891 (gdb-enqueue-input): Correct conditional clause.
11892
11893 2006-03-10 Glenn Morris <rgm@gnu.org>
11894
11895 * calendar/calendar.el (calendar-holidays): Doc fix.
11896 * calendar/holidays.el (list-holidays): Doc fix.
11897
11898 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11899
11900 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11901 it gets called in gdb-prompt anyway.
11902 (gdb-use-separate-io-buffer): Only restore window arrangement for
11903 gdb-many-windows.
11904 (gdb-enqueue-input): Make it harder to send GDB input when program
11905 is running.
11906 (gdb-buffer-list): New variable.
11907 (gdb-remove-mouse-face): New function.
11908 (gdb-starting): Use it when GDB input won't get sent.
11909
11910 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11911
11912 * help.el (view-lossage): Remove trailing whitespace before
11913 inserting "\n".
11914
11915 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11916
11917 * files.el (hack-local-variables-confirm):
11918 Set coding-system-for-read to nil before writing to .emacs.
11919
11920 * arc-mode.el (archive-extract): Check if an existing buffer name
11921 comes from a different archive.
11922
11923 * help.el (describe-key-briefly): If KEY is a down event, read and
11924 discard the up event.
11925
11926 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11927
11928 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11929 be edited and use font-lock-warning-face for any changes.
11930
11931 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11932 (gdb-edit-value): Use it to report any errors.
11933
11934 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11935
11936 * help.el (describe-key): Remove leftover test code.
11937
11938 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11939
11940 * textmodes/org.el: Move defvars out of eval-when-compile.
11941 Use buffer-file-name variable.
11942 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
11943 arg `file'.
11944 (org-level-faces): Remove startup dependency.
11945 (org-cycle, org-map-tree, org-scan-tags)
11946 (org-remember-handler): Don't call `outline-level' directly.
11947 (org-mhe-search-all-folders): New option.
11948 (org-mhe-get-message-folder-from-index)
11949 (org-mhe-get-message-folder): Fix indexing search.
11950 (org-format-agenda-item): Handle nil TAGS argument.
11951 (org-cleaned-string-for-export, org-activate-target-links)
11952 (org-make-target-link-regexp): Deal with empty radio target list.
11953 (org-tag): New face.
11954 (org-get-level-face): New function.
11955 (org-set-font-lock-defaults): Simplify setup for headlines.
11956 (org-complete): Pass common substring to `display-completion-list'.
11957
11958 2006-03-06 David Ponce <david@dponce.com>
11959
11960 * tree-widget.el: Update Commentary header.
11961 (tree-widget-theme-name): Ignore parent themes.
11962 (tree-widget-set-parent-theme): New function.
11963 (tree-widget-set-theme): Use it.
11964 (tree-widget-set-image-properties): Move definition. Does nothing
11965 if image properties have already been set.
11966 (tree-widget-image-properties): Move definition. Receive an image
11967 name. Set the :pointer property.
11968 (tree-widget-lookup-image): Doc fix. Search in parent themes.
11969 Don't set the :pointer image property.
11970 (tree-widget-convert-widget): New function. Handle :dynargs
11971 compatibility here.
11972 (tree-widget): Use it to :convert-widget. Add the :expander-p
11973 predicate to control when the :expander function is entered.
11974 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
11975 (tree-widget-value-create): Handle :expander-p. widget-apply
11976 :expander.
11977 (tree-widget-expander-p): New function. Default value of the
11978 :expander-p property.
11979
11980 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
11981
11982 * help.el (describe-key): Properly handle the return value of
11983 read-key-sequence when grabbing an up-event. Cleanup mouse-1
11984 remaps. Handle string and vector `follow-link' values.
11985
11986 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
11987
11988 * complete.el (PC-expand-many-files): Try be more careful when parsing
11989 the shell's output.
11990
11991 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11992
11993 * outline.el (hide-sublevels): Provide better interactive default.
11994
11995 2006-03-06 Kenichi Handa <handa@m17n.org>
11996
11997 * international/fontset.el (create-fontset-from-fontset-spec):
11998 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
11999
12000 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12001
12002 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12003 backslashes instead of one in regexp.
12004 (gud-tooltip-dereference): Add missing optional argument.
12005
12006 2006-03-04 John Paul Wallington <jpw@pobox.com>
12007
12008 * wdired.el (toplevel): Require `cl' at compile-time.
12009
12010 2006-03-04 Andreas Schwab <schwab@suse.de>
12011
12012 * server.el (server-process-filter): Handle errors during
12013 evaluation of the argument.
12014
12015 2006-03-03 John Paul Wallington <jpw@pobox.com>
12016
12017 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12018 escape parentheses at beginning of line.
12019 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12020 (t-mouse-mode): Remove period from end of error message.
12021
12022 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12023
12024 * textmodes/flyspell.el (flyspell-process-localwords):
12025 Be case-sensitive.
12026
12027 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12028
12029 * cus-edit.el (custom-quote): Remove function, since it has been
12030 moved to custom.el.
12031
12032 * font-lock.el (lisp-font-lock-keywords-2)
12033 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12034 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12035 they have no special meaning.
12036
12037 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12038 indirect buffer gets killed before indirect buffer. Use dolist.
12039
12040 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12041
12042 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12043 value instead of a literal constant (1) on more pauses.
12044
12045 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12046
12047 * textmodes/flyspell.el (flyspell-external-point-words):
12048 Be case-sensitive.
12049
12050 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12051
12052 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12053 with "www".
12054
12055 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12056
12057 * allout.el: Restablish intermediate missing comment header to
12058 preserve outline structure.
12059 (allout-beginning-of-current-entry): Skip invisible text.
12060 (allout-open-topic): Fix opening a topic at end-of-buffer.
12061 (allout-minor-mode): Move nearer to allout-mode function.
12062
12063 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12064
12065 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12066
12067 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12068
12069 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12070 is nil.
12071
12072 * progmodes/gud.el (gud-speedbar-menu-items):
12073 Use buffer-local-value and add missing :visible keyword.
12074
12075 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12076
12077 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12078
12079 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12080 must be `follow-link'.
12081
12082 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12083
12084 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12085 formatting: No nested anchors.
12086 (org-all-targets): Fix bug with XEmacs compatibility.
12087 (org-read-date): Add (require 'parse-time).
12088 (org-set-tags): Fix bug with extra inserted space.
12089 (org-export-html-style): Define a style class for targets.
12090 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12091 (org-hide-leading-stars): New option.
12092 (org-hide): New face.
12093 (org-set-font-lock-defaults): Allow to hide leading stars.
12094 (org-get-legal-level, org-tr-level): New functions.
12095 (org-odd-levels-only): New option.
12096 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12097 (org-demote, org-promote): Deal with double-star levels.
12098 (org-convert-to-odd-levels): New command.
12099
12100 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12101
12102 * speedbar.el (speedbar-update-localized-contents): Try to
12103 preserve window-start.
12104 (speedbar-update-directory-contents): Try to preserve window-start
12105 and window-point.
12106 (speedbar-update-special-contents): Don't move back to start of window.
12107
12108 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12109 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12110 speedbar-timer-fn.
12111 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12112 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12113 instead of gdb-speedbar-timer-fn.
12114
12115 2006-02-28 Jay Belanger <belanger@truman.edu>
12116
12117 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12118 (math-compose-expr): Use latex option when calling
12119 `math-compose-tex-matrix' for latex mode.
12120
12121 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12122
12123 * speedbar.el: Re-instate comments about developing for speedbar
12124 [this is what info and gdb-ui use even if better methods exist now].
12125
12126 * t-mouse.el: New file.
12127 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12128 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12129 (t-mouse-make-event-element): Use posn-at-x-y instead.
12130 (t-mouse-make-event): Deal with Fedora Core 3.
12131 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12132 (t-mouse-mouse-position-function): New function. Use it instead
12133 of advising mouse-position.
12134 (t-mouse-mode): New minor mode.
12135 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12136
12137 2006-02-27 Glenn Morris <rgm@gnu.org>
12138
12139 * calendar/calendar.el (calendar-holidays): Doc fix.
12140
12141 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12142
12143 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12144 Re-introduce the concept of a source window.
12145 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12146 consistency with get-buffer-create.
12147 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12148 (gdb-data-list-register-values-handler)
12149 (gdb-stack-list-locals-handler): Try to preserve window-start as
12150 well as window-point.
12151 (gdb-display-source-buffer): New function (old concept).
12152 (gdb-goto-breakpoint): Use it.
12153
12154 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12155 for gdb-ui/gdb-mi (old concept).
12156
12157 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12158
12159 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12160 binding.
12161
12162 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12163
12164 * textmodes/reftex-sel.el (reftex-select-label-map)
12165 (reftex-select-bib-map): Add `follow-mouse' binding.
12166
12167 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12168
12169 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12170 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12171 Give :set functions to provide automatic updating.
12172 Update docstring. Give compiler defvars early in the file
12173 and move the defcustoms to a later spot where all called functions
12174 are defined.
12175 (jka-compr-file-name-handler-entry): Doc fix.
12176 (jka-compr-compression-info-list--internal)
12177 (jka-compr-mode-alist-additions--internal)
12178 (jka-compr-load-suffixes--internal): New variables.
12179 (jka-compr-install): Set the three above variables.
12180 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12181 (jka-compr-update, jka-compr-set): New functions.
12182 (auto-compression-mode): Doc fix.
12183
12184 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12185 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12186 Use jka-compr-compression-info-list--internal,
12187 jka-compr-mode-alist-additions--internal and
12188 jka-compr-load-suffixes--internal.
12189
12190 * files.el (load-library):
12191 * loadhist.el (file-loadhist-lookup):
12192 * startup.el (command-line):
12193 * subr.el (locate-library):
12194 * emacs-lisp/autoload.el (update-directory-autoloads):
12195 * emacs-lisp/find-func.el (find-library-suffixes):
12196 Use `get-load-suffixes' instead of `load-suffixes'.
12197
12198 * subr.el (locate-library):
12199 * emacs-lisp/find-func.el (find-library-name):
12200 Use `load-file-rep-suffixes' instead of '("").
12201
12202 2006-02-26 Kim F. Storm <storm@cua.dk>
12203
12204 * ido.el (ido-save-history, ido-load-history): Simplify.
12205 Don't use find-file-noselect to avoid interference from other modes.
12206
12207 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12208
12209 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12210 to use the default shell if filename is not available.
12211 Reported by Giorgos Keramidas.
12212
12213 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12214
12215 * progmodes/etags.el (tags-completion-table): Do completion from
12216 all the tables in the current list, as documented in the manual.
12217
12218 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12219
12220 * CC Mode Update to 5.31.3.
12221
12222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12223
12224 * progmodes/cc-mode.el (c-postprocess-file-styles):
12225 Bind inhibit-read-only to t, around the call to
12226 c-remove-any-local-eval-or-mode-variables, so that it works on a
12227 RO file.
12228
12229 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12230
12231 * progmodes/cc-awk.el: Correct a typo.
12232
12233 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12234
12235 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12236 c-hungry-delete-backwards, at the request of RMS. Leave the old
12237 name as an alias.
12238
12239 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12240
12241 * progmodes/cc-mode.el: Correct a typo.
12242
12243 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12244
12245 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12246
12247 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12248
12249 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12250 brace-else-brace (error due to mbeg, mend being undefined).
12251
12252 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12253
12254 * progmodes/cc-mode.el: File Local variables: Solve the problem
12255 where both `mode' and c-file-offsets are specified: `mode' will
12256 overwrite c-f-o's settings:
12257 (c-remove-any-local-eval-or-mode-variables): New function.
12258 (c-postprocess-file-styles): Call the above new function, within
12259 c-tentative-buffer-change, to splat `mode' and `eval' before the
12260 second hack-local-variables.
12261
12262 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12263
12264 * progmodes/cc-mode.el:
12265 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12266 (c-after-change): Protect the match data with save-match-data.
12267 It was getting corrupted by c-after-change-check-<>-operators.
12268
12269 * cc-defs.el: [Supersedes patch V1.38]:
12270 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12271 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12272
12273 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12274 with save-match-data. It was being corrupted when Font Lock was
12275 not enabled.
12276
12277 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12278
12279 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12280 Mode and Subword Mode.
12281
12282 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12283 real labels ("case 1:" or "foo:") from non-labels ("public:").
12284 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12285 coding; c-f-t-2 doesn't move over a token at EOB.
12286
12287 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12288
12289 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12290 (c-update-modeline): Concatenate the minor mode indicators
12291 directly onto mode-name, removing c-submode-indicators.
12292 Sometimes, c-s-i got separated from the mode name on the mode line.
12293
12294 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12295 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12296
12297 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12298
12299 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12300 error message when there's an evaluation error to show whether
12301 it's loaded from source or not.
12302 (c-filter-ops): Make it available at runtime too to work when
12303 `c-make-init-lang-vars-fun' needs to evaluate from source.
12304
12305 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12306
12307 * help.el (help): Revert last part of 2006-02-23 change (deletion
12308 of the `provide' call).
12309
12310 2006-02-23 Juri Linkov <juri@jurta.org>
12311
12312 * compare-w.el (compare-windows-highlight): Add new value
12313 `persistent' and change :type from `boolean' to `choice'.
12314 (compare-windows-overlays1, compare-windows-overlays2):
12315 New internal variables.
12316 (compare-windows-highlight): If compare-windows-highlight is
12317 `persistent', add current overlays to compare-windows-overlays[12]
12318 instead of adding compare-windows-dehighlight to pre-command-hook.
12319 (compare-windows-dehighlight): Delete all overlays from
12320 compare-windows-overlays[12].
12321
12322 * info.el (Info-search): Don't bind search-spaces-regexp to
12323 Info-search-whitespace-regexp in non-regexp isearch mode.
12324
12325 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12328
12329 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12330
12331 * textmodes/org.el (org-xemacs-p)
12332 (org-export-html-show-new-buffer, org-table-may-need-update)
12333 (org-insert-item, org-mhe-get-message-real-folder)
12334 (org-mhe-get-message-folder-from-index)
12335 (org-mhe-get-message-folder, org-mhe-get-message-num)
12336 (org-mhe-get-header, org-make-org-heading-search-string)
12337 (org-make-org-heading-camel, org-table-sort-lines)
12338 (org-format-org-table-html, org-format-table-table-html):
12339 Fix typos in docstrings.
12340
12341 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12342
12343 * textmodes/org.el (org-cleaned-string-for-export)
12344 (org-solidify-link-text): New function.
12345 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12346 XEmacs, just to silence the compiler.
12347 (org-export-as-ascii, org-export-as-html-and-open):
12348 Use `org-cleaned-string-for-export' and create internal links.
12349 (org-follow-mhe-link): Require mh-e, use folder.
12350
12351 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12352
12353 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12354
12355 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12356 gdb-debug-log-length.
12357 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12358 it a real ring but...
12359 (gud-gdba-marker-filter): ...make it work like mark-ring.
12360 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12361 (gdb-mouse-jump): New function. Add bindings.
12362
12363 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12364
12365 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12366 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12367 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12368 (gdb-debug-log-length): Customize it's length.
12369 (gud-watch, gdb-var-create-handler): Display function::var format
12370 but don't use to create variable object.
12371 (gdb-var-create-handler): Use message-box in place of message.
12372 (gdb-stopped): Call gdb-exited if signalled.
12373
12374 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12375
12376 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12377
12378 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12379
12380 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12381 if `reftex-try-all-extensions' is set.
12382
12383 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12384 fail silently when there is no valid argument at point.
12385 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12386 `fail-silently' argument. From a patch by David Reiter.
12387
12388 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12389 New commands.
12390 (org-mark-ring): New variable.
12391 (org-mark-ring-length): New option.
12392 (org-open-at-point, org-goto, org-open-file): Push old position
12393 onto the mark ring.
12394 (org-add-hook): New function.
12395 (org-export-table-remove-special-lines): New option.
12396 (org-skip-comments, org-format-org-table-html): Respect new
12397 option `org-export-table-remove-special-lines'.
12398 (org-open-file): Allow special command configuration for
12399 directory link.
12400 (org-file-apps): Fix bugs in customize type, added setting
12401 for directories.
12402 (org-activate-tags, org-format-agenda-item, org-complete)
12403 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12404 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12405 (org-link-search, org-make-org-heading-search-string)
12406 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12407 (org-radio-targets, org-file-link-context-use-camel-case)
12408 (org-activate-camels): New options.
12409 (org-update-radio-target-regexp, org-all-targets)
12410 (org-make-target-link-regexp, org-activate-target-links):
12411 New functions.
12412 (org-make-org-heading-search-string): New function.
12413 (org-store-link, org-insert-link): Use new option
12414 `org-file-link-context-use-camel-case'.
12415 (org-activate-camels): Use new option `org-activate-camels'.
12416 (org-link-regexp): Add mhe prefix.
12417 (org-open-at-point, org-store-link): Support for mhe links.
12418 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12419 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12420 (org-mhe-get-header, org-follow-mhe-link): New functions.
12421 (org-remove-angle-brackets, org-add-angle-brackets):
12422 New functions.
12423 (org-bracket-link-regexp): New constant.
12424 (org-read-date): Fix bug that was rejecting all typed dates.
12425 (org-link-search): Make hierarchy above visible after a match.
12426 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12427 (org-store-link): Fix bug with link creation when cursor is in
12428 an empty line.
12429 (org-open-at-point): Fix bug with matching a link.
12430 Fixed buggy argument sequence in call to `org-view-tags'.
12431 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12432 (org-prefix-has-tag): New variable.
12433 (org-format-agenda-item): Remove tags from headline
12434 if appropriate.
12435 (org-agenda-remove-tags-when-in-prefix): New option.
12436
12437 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12438
12439 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12440 Fix the regular expressions.
12441
12442 2006-02-21 Richard M. Stallman <rms@gnu.org>
12443
12444 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12445 if there's no other specific basis.
12446
12447 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12448 as variables at all.
12449 (unsafep-variable): Rename arg; doc fix.
12450
12451 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12452
12453 * calendar/appt.el (diary-selective-display): Add defvar.
12454
12455 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12456
12457 * isearch.el (search-whitespace-regexp): Fix custom type.
12458
12459 * help.el (describe-key-briefly): Compute interactive args
12460 in same was as before previous change.
12461
12462 * files.el (enable-local-variables): Doc fix.
12463
12464 2006-02-21 Kim F. Storm <storm@cua.dk>
12465
12466 * fringe.el: Cleanup as file is now pre-loaded.
12467 (fringe-bitmaps): Initialize unconditionally.
12468 (fringe-mode, set-fringe-style): Remove autoload cookies.
12469
12470 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12471
12472 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12473 `horizontal-bar'.
12474 (fringe-cursor-alist): Use `horizontal-bar'.
12475
12476 2006-02-20 Kim F. Storm <storm@cua.dk>
12477
12478 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12479 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12480
12481 * loadup.el: Load "fringe" on window systems.
12482
12483 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12484
12485 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12486 out of scope components.
12487
12488 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12489 default.
12490
12491 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12492
12493 * custom.el (customize-mark-to-save, customize-mark-as-set):
12494 Load the symbol first.
12495
12496 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12497
12498 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12499 strech spec so it doesn't display as "^J" on the header line
12500 when `Buffer-menu-use-header-line' is t.
12501
12502 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12503
12504 * speedbar.el (speedbar-make-button): Keep text properties
12505 of string arguments if desired.
12506
12507 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12508 expessions.
12509
12510 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12511 of speedbar.
12512
12513 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12514
12515 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12516 to value of `read-file-name-completion-ignore-case'.
12517
12518 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12519
12520 * custom.el (customize-mark-as-set): Push to `user' theme.
12521
12522 * cus-edit.el (custom-save-variables): Allow unthemed values.
12523 (customize-set-variable): Push setting to `user' theme.
12524
12525 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12526
12527 * progmodes/gud.el: Don't require font-lock as it's now
12528 automatically loaded.
12529 (gud-speedbar-buttons): Replace gdb-var-changed with
12530 gdb-force-update.
12531
12532 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12533 gdb-var-changed.
12534 (gdb-post-prompt): Use it.
12535 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12536 (gdb-var-update-handler, gdb-var-delete)
12537 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12538 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12539 gdb-force-update in gdb-post-prompt.
12540 (gdb-reset): Clear watch expressions from speedbar when quitting.
12541
12542 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12543
12544 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12545 (viper-change-state-to-vi, viper-change-state-to-emacs):
12546 Make aware of cursor coloring in the Emacs state.
12547 (viper-special-read-and-insert-char): Use read-char-exclusive.
12548 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12549
12550 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12551
12552 * viper-util.el (viper-save-cursor-color)
12553 (viper-get-saved-cursor-color-in-replace-mode)
12554 (viper-get-saved-cursor-color-in-insert-mode)
12555 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12556 state.
12557 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12558
12559 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12560 (ediff-ignore-case-option3, ediff-actual-diff-options)
12561 (ediff-actual-diff3-options): New variables to control case sensitivity.
12562 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12563 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12564 (ediff-toggle-ignore-case): New function.
12565 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12566
12567 * ediff-help.el (ediff-long-help-message-narrow2)
12568 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12569 (ediff-long-help-message-word-mode): Add ignore-case command.
12570 (ediff-help-for-quick-help): Add ignore-case command.
12571
12572 * ediff-merg.el: Move provide to the end.
12573
12574 * ediff-ptch.el: Move provide to the end.
12575
12576 * ediff-wind.el: Move provide to the end.
12577
12578 * ediff-mult.el: Move provide to the end.
12579 (ediff-set-meta-overlay): Enable follow-link.
12580
12581 * ediff.el: Move provide to the end.
12582 Break recursive load cycle in eval-when-compile.
12583 (ediff-patch-buffer): Better heuristics.
12584
12585 * ediff-util.el: Move provide to the end.
12586 Break recursive load cycle in eval-when-compile.
12587 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12588 defuns.
12589 (ediff-submit-report): Pass the values of ediff-diff3-program,
12590 ediff-diff3-options.
12591
12592 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12593
12594 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12595 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12596 `' (for example, in the docstring of `windmove-default-keybindings').
12597
12598 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12599
12600 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12601 shadow face. Don't provide binding to edit variable when it is
12602 out of scope.
12603
12604 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12605 (gdb-var-update-handler): Detect out of scope variables with pre
12606 GDB 6.4 too.
12607 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12608 Reset status of variable objects to nil in update handlers.
12609 (gdb-var-update-handler-1): Detect when a variable object comes
12610 in scope. setcar on var changes gdb-var-list directly.
12611
12612 2006-02-17 Juri Linkov <juri@jurta.org>
12613
12614 * ffap.el (ffap) <defface>: Add explicit face declaration.
12615 (ffap-highlight): Use face `ffap' directly instead of checking
12616 for its existence.
12617
12618 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12619 `visible-ok' of `other-buffer' to find the right original buffer.
12620
12621 * info.el (Info-search): Skip `Local Variables' node.
12622
12623 2006-02-17 Juri Linkov <juri@jurta.org>
12624
12625 * info.el (Info-find-file): Check for symbols `apropos', `history',
12626 `toc' in the input filename, and return these symbols as is.
12627 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12628 `history', `toc' instead of strings.
12629 (Info-set-mode-line): For non-string Info-current-file use the
12630 symbol's name inside **.
12631 (Info-isearch-push-state): Add quote before Info-current-file and
12632 Info-current-node.
12633 (Info-isearch-pop-state): Use `equal' instead of `string='.
12634 (Info-extract-pointer, Info-following-node-name): Use
12635 `match-string-no-properties' instead of `match-string'.
12636 (Info-up): Check `old-file' for `stringp'.
12637 (Info-history): Use `equal' instead of `string-equal'.
12638 Check `file' for `stringp'.
12639 (Info-history): Use symbol `history' instead of string as first arg
12640 of `Info-find-node'.
12641 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12642 `toc' instead of string.
12643 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12644 instead of `buffer-substring', and `match-string-no-properties'
12645 instead of `match-string'.
12646 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12647 instead of strings.
12648 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12649 Use symbol `apropos' instead of string.
12650 (Info-copy-current-node-name): Check `Info-current-file' for
12651 `stringp' and construct a command with `Info-find-node' from it.
12652 (Info-fontify-node): Use `match-string-no-properties' instead of
12653 `match-string' and check file names for `stringp'.
12654 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12655 `history', `toc' instead of strings.
12656
12657 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12658
12659 * files.el: Rearrange functions and variables in the file local
12660 variables section.
12661
12662 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12663
12664 * files.el: Add truncate-lines, ispell-check-comments and
12665 ispell-local-dictionary as safe local variables.
12666
12667 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12668
12669 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12670 out of scope variables.
12671 (gud-speedbar-buttons): Use unless.
12672
12673 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12674 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12675 (gdb-show-changed-values): Also use for out of scope variables.
12676 (gdb-var-update-handler-1): Note if variable goes out of scope.
12677
12678 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12679
12680 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12681 default to global variable values for unsupplied args.
12682 (rcirc-get-buffer-create): Fix bug with setting the target.
12683 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12684 test for rcirc-always-use-server-buffer-flag here.
12685 (rcirc-response-formats): Add %N, which is a facified nick. %n
12686 uses the default face. Change the ACTION format string. If the
12687 "nick" is the server, don't print anything for that field.
12688 Comment fixes.
12689 (rcirc-target-buffer): Don't test
12690 rcirc-always-use-server-buffer-flag here.
12691 (rcirc-print): Squeeze extra spaces out of the text before message.
12692 (rcirc-put-nick-channel): Strip potential "@" char from nick
12693 before adding them to nick table.
12694 (rcirc-url-regexp): Improve to match address like "foo.com".
12695
12696 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12697
12698 * allout.el (allout-hidden-p): Move this defsubst before
12699 allout-overlay-interior-modification-handler, where it is first
12700 used.
12701
12702 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12703
12704 * allout.el: Use allout invisible-text overlays instead of
12705 selective display for concealed text. Also, lots of general
12706 cleanup, and improved compatibility code.
12707
12708 (allout-version): Incremented, corrected, revised, and refined
12709 module commentary.
12710
12711 (provide 'allout): Moved to the bottom, added a require of overlay.
12712
12713 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12714 `except-current'.
12715 (allout-write-file-hook-handler): Minimize delay.
12716 (count-trailing-whitespace-region): New function so
12717 auto-encryption of current topic can resituate cursor exactly.
12718 PGP/GPG encryption trims trailing whitespace from lines, which
12719 must be accounted for across encryption then decryption.
12720
12721 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12722 just plain "\C-c", to avoid intruding on user's keybinding space.
12723
12724 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12725 parameter, so user request to provide a new password is done.
12726
12727 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12728 Refined mechanism for auto-filling behavior while in allout mode.
12729
12730 (allout-mode): Explicitly specify the mode map in the docstring.
12731 Clarify provision for various write-file hook var names.
12732 Adjusted for invisible-text overlays instead of selective-display.
12733
12734 (allout-depth): Really return 0 if not within any topic. This
12735 rectifies `allout-beginning-of-level' and sequence numbering
12736 errors that occur when cutting and pasting numbered topics.
12737 Changed from a in-line subst to a regular function, as well.
12738
12739 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12740
12741 (allout-end-of-subtree, allout-end-of-subtree)
12742 (allout-end-of-entry, allout-end-of-current-heading)
12743 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12744 (allout-show-children, allout-show-to-offshoot)
12745 (allout-hide-current-entry, allout-show-current-entry): Rectified
12746 handling of trailing blank lines between items.
12747
12748 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12749 (allout-current-depth, allout-unprotected, allout-hidden-p)
12750 (allout-on-current-heading-p, allout-listify-exposed)
12751 (allout-chart-subtree, allout-goto-prefix)
12752 (allout-back-to-current-heading, allout-get-body-text)
12753 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12754 (allout-hide-region-body, allout-toggle-subtree-encryption)
12755 (allout-encrypt-string, allout-encrypted-key-info)
12756 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12757 (allout-file-vars-section-data): Adjusted for use with
12758 invisible-text overlays instead of selective-display.
12759
12760 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12761 Reworked for use with invisible text overlays.
12762
12763 (allout-current-topic-collapsed-p): New function.
12764
12765 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12766 to know when to close the containing topic.
12767
12768 (allout-pre-command-business, allout-post-command-business):
12769 Simplify undo-batching and dynamic isearch exposure.
12770
12771 (allout-set-overlay-category): New for invisible-text overlays.
12772 Sets properties of allout-overlay-category, used by
12773 allout-flag-region to set invisible-text overlay properties.
12774 (allout-get-invisibility-overlay): Get the first qualifying
12775 invisibility overlay, so we can find the extent of it.
12776 (allout-back-to-visible-text): Get to just before the beginnining
12777 of the current invisibility overlay, if any.
12778
12779 (allout-overlay-insert-in-front-handler)
12780 (allout-overlay-interior-modification-handler)
12781 (allout-before-change-handler, allout-isearch-end-handler): New
12782 functions to handle extraordinary actions affecting concealed
12783 text.
12784
12785 (allout-flag-region): Use overlays instead of selective-display
12786 for invisible text - by inheritence from the properties of
12787 allout-overlay-category in mainline Emacs, and applied
12788 property-by-property in XEmacs, some recent versions of which
12789 don't inherit the properties from the category. Provisions to
12790 respond to concealed-text edits simplified drastically.
12791
12792 (allout-isearch-rectification, allout-isearch-was-font-lock)
12793 (allout-isearch-expose, allout-enwrap-isearch)
12794 (allout-isearch-abort, allout-pre-was-isearching)
12795 (allout-isearch-prior-pos, allout-isearch-did-quit)
12796 (allout-isearch-dynamic-expose)
12797 (allout-hide-current-entry-completely): Functions deleted.
12798
12799 (allout-undo-aggregation): Explicit undo aggregation no longer
12800 necessary due to transition away from selective-display.
12801
12802 (set-allout-regexp, allout-up-current-level)
12803 (allout-next-visible-heading, allout-forward-current-level)
12804 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12805 (allout-kill-line, allout-yank-processing, allout-show-children)
12806 (allout-expose-topic, allout-old-expose-topic)
12807 (allout-listify-exposed, allout-insert-latex-header)
12808 (allout-toggle-subtree-encryption, allout-encrypt-string)
12809 (remove-from-invisibility-spec, allout-hide-current-subtree):
12810 Ditched unused variables.
12811
12812 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12813
12814 * textmodes/ispell.el (ispell-change-dictionary): Call
12815 ispell-buffer-local-dict instead of
12816 ispell-accept-buffer-local-defs.
12817 (ispell-local-dictionary-alist): Accept as valid any coding-system
12818 supported by Emacs.
12819 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12820 changed to iso-8859-3.
12821
12822 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12823
12824 * speedbar.el (speedbar-frame-width): Make an inline function
12825 instead of a macro. Use frame-width.
12826 (speedbar-try-completion, speedbar-update-contents)
12827 (speedbar-timer-fn): Use consp.
12828 (speedbar-update-localized-contents): Try to preserve point.
12829
12830 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12831 (menu): Re-order menu items.
12832 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12833 field.
12834 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12835 (gdb-post-prompt): Speed things by not forcing update.
12836
12837 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12838
12839 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12840 press and perform default action if we get a mouse movement event.
12841
12842 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12843
12844 * calendar/icalendar.el (icalendar--get-event-property)
12845 (icalendar--get-event-property-attributes): Fix typos in
12846 docstrings.
12847
12848 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12849 docstring.
12850
12851 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12852
12853 * bs.el (bs-mode): Use `buffer-disable-undo'.
12854 (bs--get-file-name): Simplify.
12855 (bs-show-in-buffer): Mark the buffer as not modified.
12856
12857 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12858
12859 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12860 widget-button-click.
12861
12862 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12863 (custom-mode): Update docstring.
12864
12865 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12866 binding.
12867
12868 * files.el (hack-local-variables-confirm): Allow scrolling if the
12869 file variable list is too long. Kill temp buffer after use.
12870
12871 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12872
12873 * progmodes/gud.el (gdb): Improve doc string.
12874 (gdb-script-font-lock-keywords): Expand allowed character set.
12875
12876 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12877 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12878 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12879 (gdb-separate-io-stop, gdb-separate-io-eof):
12880 Rename from gdb-inferior-* to gdb-separate-*.
12881 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12882
12883 2006-02-14 Jay Belanger <belanger@truman.edu>
12884
12885 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12886 expression is a symbol before checking that it is bound.
12887
12888 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12889 test to see if equation can be solved.
12890
12891 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12892
12893 * wid-edit.el (widget-button-click): Use :pressed-face property
12894 for overlay face, if it exists.
12895
12896 * cus-edit.el (custom-manual, custom-add-see-also)
12897 (custom-add-parent-links, custom-group-link): Add :pressed-face
12898 property to links.
12899
12900 * files.el (hack-local-variables): Remove ignored variables before
12901 checking if any variables need setting.
12902
12903 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12904
12905 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12906
12907 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12908
12909 * help.el (where-is): Fix message for remapped commands.
12910
12911 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12912 Fix typos in docstrings.
12913
12914 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12915
12916 * files.el (safe-local-variable-values): New option.
12917 (hack-local-variables-prop-line): Return a list of variable-value
12918 pairs if MODE-ONLY is non-nil.
12919 (hack-local-variables): Construct list of variable-value pairs,
12920 and apply or reject them in one go. Ask for confirmation if
12921 variables are not known safe.
12922 (hack-local-variables-confirm): Complete rewrite. Support
12923 `safe-local-variable-values'.
12924 (enable-local-variables): Update docstring to reflect new
12925 behavior.
12926 (ignored-local-variables): Ignore ignored-local-variables and
12927 safe-local-variable-values.
12928 (safe-local-variable-p): New function.
12929 (risky-local-variable-p): `safe-local-variable' property check
12930 moved to safe-local-variable-p.
12931 (hack-one-local-variable): Checks moved to hack-local-variables.
12932
12933 (byte-compile-dynamic, c-basic-offset, c-file-style)
12934 (c-indent-level, comment-column, fill-column, fill-prefix)
12935 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12936 (no-update-autoloads, outline-regexp, page-delimiter)
12937 (paragraph-start, paragraph-separate, sentence-end)
12938 (sentence-end-double-space tab-width, version-control):
12939 Add `safe-local-variable' property.
12940
12941 * find-lisp.el: Delete nonexistent `autocompile' file variable.
12942
12943 * icomplete.el, play/landmark.el: Change nonexistent
12944 `outline-layout' file variable to `allout-layout'.
12945
12946 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
12947
12948 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
12949 (gdb-get-changed-registers): Test value of gud-minor-mode relative
12950 to gud-comint-buffer.
12951 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
12952 gdb-ui.el for gdb-mi.el.
12953 (gdb-post-prompt, gdb-get-changed-registers): Move test for
12954 registers buffer to gdb-get-changed-registers.
12955 (gdb-breakpoint-regexp): New regexp. Allow toggling and
12956 deletion of catchpoints (throw and catch).
12957 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
12958 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
12959 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
12960 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
12961 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
12962
12963 2006-02-13 Jay Belanger <belanger@truman.edu>
12964
12965 * calc/calc-arith.el (math-check-known-matrixp): Make sure
12966 expression is a symbol before checking that it is bound.
12967
12968 2006-02-13 Richard M. Stallman <rms@gnu.org>
12969
12970 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
12971 for the minibuffer too, but not if resize-mini-windows will interfere.
12972
12973 * help.el (describe-key-briefly, describe-key): Do all arg-reading
12974 inside `interactive' spec.
12975 (describe-key-briefly-internal, describe-key-internal):
12976 Functions merged back into their callers.
12977
12978 2006-02-13 Martin Rudalics <rudalics@gmx.at>
12979
12980 * info.el (info-xref-visited): Inherit from info-xref too.
12981 (Info-set-mode-line): Replace occurrences of `%' by `%%'
12982 when propertizing Info-current-file and Info-current-node.
12983
12984 2006-02-13 Juri Linkov <juri@jurta.org>
12985
12986 * tumme.el (tumme-thumbnail-storage): Fix docstring.
12987 (tumme-thumb-name): Fix per-directory format.
12988
12989 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
12990
12991 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
12992
12993 2006-02-12 Miles Bader <miles@gnu.org>
12994
12995 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
12996
12997 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
12998
12999 * tumme.el: Remove history section. If someone needs the it, it
13000 can always be found in CVS.
13001
13002 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13003
13004 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13005 about the Thumbnail Managing Standard option.
13006
13007 2006-02-12 Richard M. Stallman <rms@gnu.org>
13008
13009 * subr.el (substitute-key-definition): Doc fix.
13010
13011 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13012
13013 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13014
13015 * info.el (Info-mode): Doc fix.
13016
13017 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13018
13019 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13020
13021 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13022 because on Solaris a POSIX compatible "id" is needed. Reported by
13023 Magnus Henoch <mange@freemail.hu>.
13024
13025 2006-02-12 Juri Linkov <juri@jurta.org>
13026
13027 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13028 (tumme) <defgroup>: Change :group to `multimedia'.
13029 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13030 Managing Standard.
13031 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13032 Fix dostring.
13033 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13034 and %y. Fix docstring.
13035 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13036 (tumme-cmd-create-standard-thumbnail-command): New user options.
13037 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13038 is `standard'. Fix docstring.
13039 (tumme-thumb-width, tumme-thumb-height): New user options.
13040 (tumme-external-viewer): Try to find various viewers.
13041 (tumme-get-thumbnail-image): Use `create-image' instead of
13042 constructing the `image' structure.
13043 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13044 `standard'.
13045 (tumme-thumb-name): Add file name generation for standard storage.
13046 Simplify code for other storages.
13047 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13048 Add modification time %m and thumbnail-nq8 %q.
13049 Use `tumme-cmd-create-standard-thumbnail-command' if
13050 tumme-thumbnail-storage is `standard'.
13051 (tumme-dired-insert-marked-thumbs): New autoload command.
13052 (tumme-dired-after-readin-hook): New function.
13053 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13054 `tumme-thumb-size'.
13055 (tumme-display-image): Replace size-x %x and size-y %y with
13056 width %w and height %h.
13057
13058 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13059 `tumme-dired-insert-marked-thumbs'.
13060
13061 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13062
13063 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13064 include path).
13065 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13066 matching tag.
13067
13068 2006-02-12 Miles Bader <miles@gnu.org>
13069
13070 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13071 New variables.
13072 (rcirc-abbrev-nick): New function.
13073 (rcirc-format-response-string): Rewrite to use the formats in
13074 `rcirc-response-formats' and expand escape sequences therein.
13075 A text-property `rcirc-text' is added over the actual response
13076 text to make easy to find inside the returned string.
13077 (rcirc-print): When filling, just look for the `rcirc-text'
13078 text-property to find the appropriate fill prefix, instead of
13079 using hardwired patterns.
13080
13081 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13082
13083 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13084 Managing Standard.
13085
13086 2006-02-11 Kim F. Storm <storm@cua.dk>
13087
13088 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13089 Don't use insert-buffer; do insert-buffer-substring directly.
13090 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13091
13092 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13093
13094 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13095 with inhibit-read-only. Suggested by Stefan Monnier.
13096 (revert-buffer): Let insert-file-contents discard
13097 buffer-undo-list. Simplify code.
13098 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13099
13100 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13101
13102 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13103
13104 * help.el (describe-key-briefly): Now a wrapper for
13105 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13106 to t. Populate yank-menu if empty.
13107 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13108 (describe-key): Now a wrapper for describe-key-internal. Bind
13109 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13110 (describe-key-internal): Renamed from describe-key.
13111
13112 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13113
13114 * progmodes/glasses.el (glasses-separator): Doc fix.
13115 (glasses-original-separator): New defcustom.
13116 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13117
13118 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13119
13120 * mwheel.el (mouse-wheel-up-event): Doc fix.
13121
13122 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13123
13124 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13125 (tumme-dir): New function. Copied from thumbs.el.
13126
13127 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13128
13129 * desktop.el (desktop-outvar): Fix typo.
13130 (desktop-save-buffer-p): Doc fix.
13131
13132 * subr.el (substitute-key-definition): Fix typo.
13133
13134 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13135
13136 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13137 when window-system is mac.
13138
13139 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13140
13141 2006-02-10 Kim F. Storm <storm@cua.dk>
13142
13143 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13144 indirect-function instead of using condition-case.
13145
13146 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13147
13148 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13149 less `colloquial'...
13150
13151 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13152
13153 * tumme.el: Add a couple of todo items.
13154
13155 2006-02-09 Lars Hansen <larsh@soem.dk>
13156
13157 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13158 (highlight-changes-mode): Don't change desktop-locals-to-save.
13159
13160 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13161
13162 * image-mode.el (image-toggle-display): Clear image cache if using
13163 filename.
13164
13165 2006-02-09 Masatake YAMATO <jet@gyve.org>
13166
13167 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13168 a `dired-man' target.
13169
13170 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13171 boundary of symbols.
13172
13173 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13174
13175 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13176
13177 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13178
13179 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13180 `mapcar'; return nil.
13181
13182 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13183
13184 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13185 some other event.
13186
13187 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13188
13189 * net/rcirc.el (rcirc-startup-channels-alist):
13190 Add irc.freenode.net and #emacs as defaults.
13191 (rcirc-ignore-all-activity-flag): Remove variable.
13192 (rcirc-authinfo): New variable.
13193 (rcirc-authinfo-filename): Remove variable.
13194 (rcirc-always-use-server-buffer-flag): New flag.
13195 (rcirc): M-x rcirc will automatically connect without prompting.
13196 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13197 connection in lisp.
13198 (rcirc-process-server-response-1): Remove everything but the nick
13199 portion of the sender so it doesn't need to be done everywhere
13200 else. Update related code.
13201 (global-map): Remove global keybindings.
13202 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13203 (rcirc-send-input): Split into several functions.
13204 (rcirc-process-input-line, rcirc-process-message)
13205 (rcirc-process-command): New functions.
13206 (rcirc-target-buffer): New function to determine where to route
13207 messages.
13208 (rcirc-user-nick): Save match data.
13209 (rcirc-toggle-ignore-buffer-activity)
13210 (rcirc-update-activity-string): Remove global ignore functionality,
13211 which can be done now by toggling rcirc-track-minor-mode.
13212 (rcirc-track-minor-mode-map): New keymap.
13213 (rcirc-track-minor-mode): New minor-mode.
13214 (ignore): Make the ignore output nicer. Always print it when
13215 adding or removing nicks.
13216 (rcirc-url-regexp): Improve.
13217 (rcirc-mangle-text): Remove properties before using text in the
13218 modeline.
13219 (rcirc-authenticate): Authentication data comes from
13220 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13221 (rcirc-server-prefix): Inherit from rcirc-server.
13222
13223 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13224
13225 * Makefile.in (compile): Append "|| true" to the end of the `find'
13226 command, like compile-always does.
13227
13228 2006-02-08 Sam Steingold <sds@gnu.org>
13229
13230 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13231 output from a dead connection.
13232
13233 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13234
13235 * dired.el (dired-mode-map): Add more bindings for tumme.
13236
13237 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13238
13239 * wdired.el (wdired-mode-map): Use remap.
13240 (wdired-get-filename): Massage.
13241 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13242 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13243 `keymap' property rather than `local-map'.
13244
13245 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13246
13247 * tumme.el (tumme-get-thumbnail-image): New utility function.
13248 Suggested by from Chong Yidong.
13249 (tumme-dired-with-window-configuration): Rename from
13250 `tumme-dired'. Add code to save window configuration.
13251 (tumme-restore-window-configuration): New command to restore the
13252 window configuration that `tumme-dired-with-window-configuration'
13253 saves before it changes the window configuration.
13254 (tumme-show-all-from-dir): New command to display thumbnails for
13255 all files in a directory entered by the user, like M-x thumbs.
13256 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13257 have been created.
13258 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13259 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13260 Remove obsolete test function.
13261
13262 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13263
13264 * vc.el (small-temporary-file-directory): Remove defvar; there's
13265 a defcustom for it in files.el.
13266
13267 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13268 Fix typo in message.
13269 (tumme-gallery-generate): Fix typo in `error' message.
13270 (tumme-display-window-height-correction)
13271 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13272 (tumme-line-up-interactive): Dox fixes.
13273 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13274 (tumme-restore-window-configuration, tumme-format-properties-string)
13275 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13276 Fix typos in docstrings.
13277
13278 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13279
13280 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13281
13282 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13283
13284 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13285 User should use hook if desired.
13286
13287 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13288 buffer if necessary.
13289 (gdb-delete-frame-or-window): New function.
13290 (gdb-breakpoints-mode-map): Bind "q" to it.
13291
13292 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13293
13294 * textmodes/nroff-mode.el: Clean up name space.
13295 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13296 (nroff-mode): Obey the global setting of nroff-electric-mode.
13297 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13298
13299 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13300
13301 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13302
13303 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13304
13305 2006-02-06 Lars Hansen <larsh@soem.dk>
13306
13307 * generic-x.el (etc-fstab-generic-mode): Add file system types
13308 cifs and usbdevfs. Allow special chars in file names.
13309
13310 2006-02-05 Jay Belanger <belanger@truman.edu>
13311
13312 Update copyright notices of the files in lisp/calc.
13313
13314 2006-02-05 Romain Francoise <romain@orebokech.com>
13315
13316 Update copyright notices of all files in the lisp/play directory.
13317
13318 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13319
13320 * ldefs-boot.el: Regenerate.
13321
13322 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13323
13324 2006-02-05 Kim F. Storm <storm@cua.dk>
13325
13326 * files.el (magic-mode-regexp-match-limit): New defvar.
13327 (set-auto-mode): Use it to limit magic-mode-alist matching.
13328
13329 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13330
13331 * info.el (Info-index, Info-mode): Improve the description of the
13332 `i' command.
13333
13334 * ldefs-boot.el: Regenerate.
13335
13336 2006-02-03 Werner Lemberg <wl@gnu.org>
13337
13338 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13339 greedy to find the closing bracket in \*[...] and similar
13340 expressions. This is a first rough fix -- many additional
13341 refinements are necessary to make nroff mode really usable with groff.
13342
13343 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13344
13345 * international/mule-cmds.el (set-locale-environment):
13346 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13347 libX11.
13348
13349 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13350
13351 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13352 archive are created in archive-tmpdir.
13353
13354 2006-02-02 John Paul Wallington <jpw@pobox.com>
13355
13356 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13357 (ibuffer-fontification-alist): Use it.
13358 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13359 to "* z" and the Ibuffer Mark menu.
13360
13361 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13362
13363 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13364
13365 * textmodes/table.el (*table--cell-describe-mode)
13366 (*table--cell-describe-bindings): Undo last change since
13367 print-help-return-message is not obsoleted by anything at all.
13368
13369 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13370
13371 * emulation/cua-base.el (cua-mode): Doc fix.
13372
13373 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13374
13375 * dframe.el (dframe-handle-make-frame-visible)
13376 (dframe-handle-iconify-frame, dframe-get-focus)
13377 (dframe-select-attached-frame, dframe-power-click)
13378 (dframe-frame-mode): Fix typos in docstrings.
13379
13380 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13381 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13382 Fix typos in docstrings.
13383
13384 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13385 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13386 (hi-lock-archaic-interface-message-used)
13387 (hi-lock-file-patterns-range): Fix typos in docstrings.
13388
13389 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13390 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13391
13392 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13393 Fix typo in docstring.
13394
13395 * net/newsticker.el (newsticker--decode-iso8601-date)
13396 (newsticker--set-customvar, newsticker--buffer-insert-item)
13397 (newsticker--do-run-auto-mark-filter)
13398 (newsticker--parse-generic-feed): Doc fixes.
13399 (newsticker--retrieval-timer-list, newsticker-url-list)
13400 (newsticker-hide-immortal-items-in-echo-area)
13401 (newsticker-hide-obsolete-items-in-echo-area)
13402 (newsticker-new-item-face, newsticker--enclosure)
13403 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13404 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13405 (newsticker--parse-generic-feed, newsticker--cache-contains)
13406 (newsticker--stat-num-items, newsticker-download-enclosures):
13407 Fix typos in docstrings.
13408
13409 * net/rcirc.el (rcirc-debug): Doc fix.
13410 (rcirc-fill-column, rcirc-receive-message-hooks)
13411 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13412 (rcirc-mode, rcirc-generate-new-buffer-name)
13413 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13414 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13415 Fix typos in docstrings.
13416 (rcirc-print): "?\ " -> "?\s".
13417 (rcirc-cmd-join): Improve argument/docstring consistency.
13418
13419 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13420
13421 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13422 before narrow-to-region.
13423
13424 2006-02-01 Richard M. Stallman <rms@gnu.org>
13425
13426 * simple.el (move-beginning-of-line): Scan properly for invis change.
13427
13428 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13429
13430 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13431
13432 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13433 change bit only when id-format is 'integer. Reported by Matt
13434 Hodges <M.P.Hodges@rl.ac.uk>.
13435
13436 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13437
13438 * hilit-chg.el (highlight-changes-initial-state)
13439 (highlight-changes-global-initial-state): Doc fixes.
13440 (highlight-changes-global-modes, global-highlight-changes):
13441 Fix typos in docstrings.
13442
13443 2006-02-01 Kim F. Storm <storm@cua.dk>
13444
13445 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13446 transient-mark-mode in doc string.
13447
13448 2006-01-31 Richard M. Stallman <rms@gnu.org>
13449
13450 * replace.el (multi-occur): Doc fix.
13451 (multi-occur-in-matching-buffers): Rename from
13452 multi-occur-by-filename-regexp. Prefix arg says match
13453 buffer names instead of file names.
13454
13455 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13456
13457 * bs.el: Allow non-default values of `bs-header-lines-length'.
13458 (bs--running-in-xemacs): Remove (not needed anymore).
13459 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13460 instead of `shrink-window', thus avoiding having to compute the
13461 height of the window.
13462 (bs--up): Wrap around even when there's no header.
13463 (bs--down): Use `forward-line' instead of `next-line'.
13464
13465 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13466
13467 * image-mode.el (image-toggle-display): Use file name if possible,
13468 instead of unnecessarily allocating a (possibly huge) lisp string.
13469
13470 2006-01-30 John Paul Wallington <jpw@pobox.com>
13471
13472 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13473 because the `assert' macro signals it at runtime.
13474
13475 * emacs-lisp/cl.el (toplevel): Remove definition of
13476 `cl-assertion-failed' condition.
13477
13478 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13479
13480 * thumbs.el (thumbs-marked-list): Make buffer-local and
13481 permanent-local.
13482 (thumbs-insert-thumb): Make help-echo non-sticky.
13483 (thumbs-file-alist): Use eolp as check for (non)-image.
13484
13485 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13486
13487 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13488 (ediff-before-session-group-setup-hooks)
13489 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13490 Fix typos in docstrings.
13491
13492 * window.el (bw-dir, bw-eqdir, balance-windows)
13493 (split-window-keep-point): Fix typos in docstrings.
13494
13495 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13496 (org-quote-string, org-calendar-to-agenda-key)
13497 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13498 (org-show-following-heading, org-tags-column)
13499 (org-use-tag-inheritance, org, org-allow-space-in-links)
13500 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13501 (org-enable-table-editor, org-calc-default-modes)
13502 (org-table-allow-automatic-line-recalculation)
13503 (org-export-html-style, org-export-with-fixed-width)
13504 (org-export-with-sub-superscripts, org-special-keyword)
13505 (org-formula, org-time-grid, org-table-may-need-update)
13506 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13507 (org-goto-quit, org-get-indentation, org-end-of-item)
13508 (org-move-item-down, org-move-item-up)
13509 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13510 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13511 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13512 (org-agenda-log-mode, org-agenda-toggle-diary)
13513 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13514 (org-agenda-file-to-end, org-agenda-no-heading-message)
13515 (org-agenda-get-closed, org-format-agenda-item)
13516 (org-cmp-priority, org-cmp-category, org-cmp-time)
13517 (org-agenda-change-all-lines, org-agenda-diary-entry)
13518 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13519 (org-link-search, org-camel-to-words, org-open-file)
13520 (org-remember-handler, org-table-convert-region)
13521 (org-table-move-row-down, org-table-move-row-up)
13522 (org-table-copy-region, org-table-wrap-region)
13523 (org-table-toggle-vline-visibility)
13524 (org-table-get-vertical-vector, org-table-modify-formulas)
13525 (org-table-get-specials, org-recalc-commands)
13526 (org-table-rotate-recalc-marks, org-table-eval-formula)
13527 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13528 (org-level-color-stars-only, org-insert-heading):
13529 Fix typos in docstrings.
13530 (last-arg): Add defvar.
13531
13532 * makefile.w32-in (WINS): Add erc.
13533 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13534
13535 2006-01-29 Bill Wohler <wohler@newt.com>
13536
13537 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13538 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13539 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13540 (mh-autoloads): Don't use comments on otherwise empty lines.
13541
13542 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13543
13544 * emulation/viper.el (viper-major-mode-modifier-list):
13545 Add insert-state and vi-state entries for erc-mode.
13546 (viper-go-away, viper-set-hooks): Add and remove
13547 viper-comint-mode-hook from erc-mode-hook as appropriate.
13548
13549 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13550
13551 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13552
13553 * bs.el (bs--format-aux): Implement `middle' alignment as
13554 described in the docstring for `bs-attributes-list'.
13555 (bs--get-name): Simplify. Don't pad the buffer name.
13556
13557 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13558
13559 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13560 English aspell dictionary is installed, use the first entry of
13561 ispell-dictionary-alist-1.
13562
13563 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13564
13565 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13566 Doc fix.
13567
13568 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13569
13570 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13571 for `process-file', in order to let it work for older Emacsen too.
13572
13573 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13574
13575 * international/latexenc.el: Add a suitable `coding:' tag.
13576 (latexenc-find-file-coding-system): Undo last change.
13577
13578 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13579
13580 * international/latexenc.el (latexenc-find-file-coding-system):
13581 Make sure latexenc-main-file is a regular file and is readable.
13582
13583 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13584
13585 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13586 Pass FILE to vc-user-login-name.
13587
13588 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13589
13590 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13591
13592 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13593 there are no more images to display.
13594 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13595 the next image.
13596
13597 2006-01-26 Richard M. Stallman <rms@gnu.org>
13598
13599 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13600
13601 * wid-edit.el (advertised-widget-backward): New alias.
13602 (widget-keymap): Use advertised-widget-backward for S-TAB.
13603
13604 * tumme.el: Correct the keywords.
13605 (tumme-dir-max-size): Use defvar.
13606 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13607
13608 * simple.el (move-beginning-of-line): Take account of fields.
13609 (clone-indirect-buffer-other-window): Take args like
13610 clone-indirect-buffer, and work like it.
13611
13612 * help-fns.el (describe-function): Don't pass `nil' as default.
13613
13614 * files.el (risky-local-variable-p): Follow var aliases.
13615
13616 * subr.el (lazy-completion-table): Doc fix.
13617
13618 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13619 global binding of `line'.
13620
13621 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13622
13623 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13624 Tramp.
13625
13626 * vc.el (vc-default-dired-state-info): Pass FILE to
13627 vc-user-login-name.
13628 (vc-default-update-changelog): Don't use vc-user-login-name, we
13629 don't need it here.
13630
13631 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13632 no longer necessary.
13633
13634 2006-01-25 Kenichi Handa <handa@m17n.org>
13635
13636 * international/mule.el (decode-char): Avoid the overhead of
13637 calling utf-lookup-subst-table-for-decode if
13638 utf-translate-cjk-mode is nil.
13639 (encode-char): Avoid the overhead of calling
13640 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13641 nil.
13642
13643 2006-01-22 Kenichi Handa <handa@m17n.org>
13644
13645 * international/mule.el (make-subsidiary-coding-system): Reset
13646 `coding-system-define-form' property of subsidiaries to nil.
13647 Avoid duplicated entry in coding-system-alist.
13648 (make-coding-system): Avoid duplicated entry in
13649 coding-system-alist.
13650 (define-coding-system-alias): Likewise.
13651
13652 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13653
13654 * completion.el: Minor fixes in introductory comment.
13655 (completion-def-wrapper): Fix alist.
13656
13657 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13658
13659 * thumbs.el (thumbs-new-image-size): New function.
13660 (thumbs-increment-image-size-element)
13661 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13662 (thumbs-decrement-image-size): Delete.
13663 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13664 temp files and use to resize.
13665 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13666 Use increment argument to enlarge/shrink. Preserve point.
13667 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13668 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13669 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13670 (thumbs-mark, thumbs-unmark): Preserve point.
13671 (thumbs-modify-image): Keep old temp files and use to modify.
13672 Cleanup old temp files at load time. Preserve point.
13673 (thumbs-view-image-mode-map): Use new command names.
13674
13675 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13676
13677 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13678
13679 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13680 the nastiest part of the cyclic dependency.
13681 (cal-menu-update): Use dotimes and calendar-increment-month.
13682
13683 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13684 (calendar-week-start-day): Add an :initializer.
13685 (calendar-mode-map): Use suppress-keymap, and command remapping.
13686 (describe-calendar-mode): Setup xref-stack info for the back button.
13687 (calendar-star-date): Insert before delete.
13688 (calendar-set-mode-line): Add file-modified info if applicable.
13689 (calendar-increment-month): New function.
13690
13691 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13692
13693 * font-lock.el (lisp-font-lock-keywords-2):
13694 Recognize "& keywords" only at word boundaries.
13695
13696 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13697
13698 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13699 and permanent-local.
13700 (thumbs-max-image-number): New variable.
13701 (thumbs-do-thumbs-insertion): Use them.
13702 (thumbs-per-line): Change default to 4.
13703 (thumbs-marked-list): Rename from thumbs-markedL.
13704 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13705 (thumbs-rename-images): Use -list instead of L for internal variables.
13706 (thumbs-call-convert): Use call-process instead of shell-command.
13707 (thumbs-insert-thumb): Add filename as help-echo to each image.
13708 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13709 Give dir to thumbs-show-thumbs-list.
13710 (thumbs-show-thumbs-list): Set default-directory to that of images.
13711 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13712 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13713 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13714 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13715
13716 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13717
13718 * ses.el (ses-read-cell): Provide a default value.
13719
13720 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13721
13722 * term/w32-win.el (image-library-alist): Add additional names for
13723 GIF library.
13724
13725 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13726
13727 * international/latexenc.el (latexenc-find-file-coding-system):
13728 Add file-regular-p check.
13729
13730 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13731
13732 * simple.el (clone-buffer): Don't show the new buffer in the same
13733 window.
13734
13735 2006-01-23 Juri Linkov <juri@jurta.org>
13736
13737 * faces.el (link, link-visited): New faces based on default values
13738 of `info-xref' and `info-xref-visited'.
13739
13740 * info.el (info-xref): Inherit from `link'.
13741 (info-xref-visited): Inherit from `link-visited'.
13742
13743 * cus-edit.el (custom-buffer-create-internal): Use widget type
13744 `custom-manual' instead of `info-link' and don't set properties
13745 `button-face' and `mouse-face' explicitly.
13746 (custom-browse-group-tag, custom-browse-variable-tag)
13747 (custom-browse-face-tag): Inherit from widget class
13748 `custom-group-link' instead of `push-button'.
13749 (custom-button-unraised): Inherit from `underline' face.
13750 (custom-link): Inherit from `link' face. Fix doc and group.
13751 (custom-add-parent-links, custom-group-value-create): Don't set
13752 properties `button-face' and `mouse-face' explicitly for
13753 `custom-group-link' widget.
13754 (custom-group-link): Add properties `button-face' and `mouse-face'
13755 to widget definition.
13756 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13757 editable-field's :keymap property.
13758 (custom-mode): Fix docstring: substitute keybindings for
13759 `widget-forward' and `widget-backward' from `widget-keymap',
13760 `widget-complete' from `custom-field-keymap', replace old
13761 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13762
13763 * desktop.el (desktop-load-file): Check for `fboundp' before
13764 calling `symbol-function'.
13765
13766 * simple.el (clone-buffer, clone-indirect-buffer)
13767 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13768 `read-string'. Fix prompts.
13769
13770 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13771
13772 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13773
13774 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13775
13776 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13777
13778 * startup.el (inhibit-splash-screen, initial-scratch-message):
13779 Doc fixes.
13780
13781 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13782
13783 Sync with Tramp 2.0.52.
13784
13785 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13786 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13787 `tramp-unload-tramp' for checklist.
13788
13789 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13790 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13791 (tramp-unload-file-name-handler-alist)
13792 (tramp-unload-tramp): New defuns.
13793 (tramp-advice-PC-expand-many-files): New defadvice.
13794 (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
13795 removed.
13796 (tramp-handle-expand-file-name): Remove double slash.
13797 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13798 It doesn't matter, because it will be converted later on.
13799 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13800 implementation was just heuristic.
13801 (tramp-post-connection): Set uid and gid properties.
13802 (tramp-convert-file-attributes): Set file's gid change bit.
13803 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13804 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13805 in case of su(do)? methods. The home directory of the local user
13806 will be taken else.
13807 (tramp-open-connection-telnet)
13808 (tramp-open-connection-rsh, tramp-open-connection-su)
13809 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13810 local shell prompt could hurt. Reported by Romain Francoise
13811 <romain@orebokech.com>.
13812 (tramp-let-maybe): Add `edebug-form-spec' property.
13813 (tramp-handle-expand-file-name): Bind `default-directory' locally
13814 to "/" in order to avoid problems with UNC shares or Cygwin
13815 mounts.
13816 (tramp-md5-function): Fix typo in error message.
13817
13818 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13819
13820 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13821 for byte-compiler pacification.
13822
13823 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13824
13825 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13826 ID-FORMAT `string'. This allows us to get rid of
13827 `vc-user-login-name UID'.
13828
13829 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13830
13831 2006-01-22 John Paul Wallington <jpw@pobox.com>
13832
13833 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13834
13835 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13836
13837 * emacs-lisp/find-func.el (find-definition-noselect)
13838 (find-variable-noselect): Search variables in C source code too.
13839 (find-function-C-source, find-function-noselect, find-function)
13840 (find-function-other-frame, find-variable-noselect, find-variable)
13841 (find-variable-other-frame, find-variable-at-point):
13842 Fix docstrings.
13843
13844 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13845
13846 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13847
13848 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13849
13850 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13851 Default to disabling the "Save affix" question.
13852
13853 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13854
13855 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13856 the first arg to run-python.
13857
13858 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13859
13860 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13861 is not loaded.
13862
13863 2006-01-20 Jay Belanger <belanger@truman.edu>
13864
13865 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13866 limit is 0.
13867
13868 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13869 the correct variable.
13870
13871 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13872
13873 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13874 link. Fixed buggy argument sequence in call to `org-view-tags'.
13875 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13876 (org-prefix-has-tag): New variable.
13877 (org-format-agenda-item): Remove tags from headline if
13878 appropriate.
13879 (org-agenda-remove-tags-when-in-prefix): New option.
13880 (org-get-tags-at): New function.
13881
13882 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13883
13884 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13885 (thumbs-find-image): Move image name and number from buffer name
13886 to mode name. Set thumbs-buffer. Preserve point so that large
13887 images remain visible.
13888 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13889 order.
13890 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13891 mode name.
13892 (thumbs-next-image, thumbs-previous-image): Make them work.
13893
13894 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13895
13896 * cus-edit.el (custom-buffer-create-internal): State in the text above
13897 the whole buffer buttons that they do not operate on hidden items.
13898 (custom-face-menu): Use `custom-face-save' instead of
13899 `custom-face-save-command'.
13900 (custom-face-save-command): Make it an alias for `custom-face-save'
13901 and declare it obsolete.
13902 (custom-face-save): Doc fix.
13903
13904 * dired.el (dired-no-confirm): Add quote.
13905 (dired-subdir-alist-pre-R): Add quote in
13906 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13907
13908 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * textmodes/table.el (table-mode-indicator): Typo in last change.
13911
13912 2006-01-19 Richard M. Stallman <rms@gnu.org>
13913
13914 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13915 Fixes bug reported in Nov 2005.
13916
13917 * isearch.el (isearch-forward): Doc fix.
13918
13919 * dired.el (dired-move-to-filename-regexp): Define as alias.
13920 (dired-no-confirm): Use defcustom.
13921 (dired-subdir-alist-pre-R): Put defvar at top level.
13922
13923 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13924
13925 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13926 Mark as risky.
13927
13928 * simple.el (set-mark-command): Doc fix.
13929 (clone-indirect-buffer-other-window):
13930 Read arg like clone-indirect-buffer.
13931 (move-beginning-of-line): Skip invisible newlines.
13932
13933 2006-01-19 Masatake YAMATO <jet@gyve.org>
13934
13935 * progmodes/cpp.el (cpp-edit-load): Make the order of
13936 listed conditions in a base C code buffer and its associate
13937 CPP Edit buffer the same.
13938
13939 2006-01-19 Kenichi Handa <handa@m17n.org>
13940
13941 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
13942 (rmail-mime-feature): Likewise.
13943 (rmail-require-mime-maybe): Use display-warning to show a warning
13944 message.
13945
13946 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
13947 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
13948
13949 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13950
13951 * array.el: Move defvars out of eval-when-compile.
13952 (array-make-template): Replace undeclared global var with a local one.
13953 (array-mode): Inline initialization functions.
13954 (array-init-local-variables, array-init-max-row)
13955 (array-init-max-column, array-init-columns-per-line)
13956 (array-init-field-width, array-init-rows-numbered)
13957 (array-init-line-length, array-init-lines-per-row): Remove.
13958
13959 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
13960 (doc-mode-map): Define explicitly.
13961 (doctor-txtype): Use mapc.
13962
13963 * textmodes/table.el: Move defvars out of eval-when-compile.
13964 Remove harmful code meant to avoid byte-compiler warnings.
13965 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
13966 specification that checks table-fixed-width-mode directly.
13967 (table-recognize-region, table-recognize-cell):
13968 Use restore-buffer-modified-p.
13969 (table-fixed-width-mode): Remove code that refreshes
13970 table-fixed-mode-indicator.
13971 (*table--cell-describe-bindings, *table--cell-describe-mode):
13972 Avoid obsolete name print-help-return-message.
13973 (table--test-cell-list): Don't use replace-regexp from elisp.
13974 (table--point-entered-cell-function, table--point-left-cell-function):
13975 Don't set table-fixed-mode-indicator, use force-mode-line-update.
13976
13977 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
13978 that was after the end of file. Use buffer-file-name variable.
13979 (org-timestamp-change): Use with-current-buffer.
13980 (org-todo-list): Don't unnecessarily define a new buffer-local var.
13981 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
13982 `file'.
13983
13984 * progmodes/fortran.el: Move defvars out of eval-when-compile.
13985 (fortran-break-line): Remove unused var `opoint'.
13986 (fortran-abbrev-start): Obey help-event-list.
13987
13988 2006-01-18 Jesper Harder <harder@phys.au.dk>
13989
13990 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
13991
13992 2006-01-18 Masatake YAMATO <jet@gyve.org>
13993
13994 * progmodes/make-mode.el (makefile-imake-mode): New mode
13995 derived from makefile-mode.
13996 (makefile-imake-mode-syntax-table): New syntax table
13997 derived from makefile-mode-syntax-table.
13998 (makefile-mode): Write about makefile-imake-mode in doc string.
13999 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14000 (makefile-imake-font-lock-keywords): New font lock keywords.
14001
14002 * files.el (auto-mode-alist): Add Imakefile.
14003
14004 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14005
14006 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14007 loading the file rather than when turning on flyspell-mode.
14008
14009 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14010
14011 * cus-edit.el (customize-rogue): Minor doc fix.
14012
14013 2006-01-17 Juri Linkov <juri@jurta.org>
14014
14015 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14016 instead of the file at the mark as default if the file at the mark
14017 is the same as the file at point or if dired-dwim-target-directory
14018 is not the same as the current directory and the mark is not active.
14019
14020 * log-view.el (log-view-minor-wrap): Use the same logic to get
14021 revisions as `log-view-diff'.
14022
14023 * info.el (Info-revert-find-node): Check for Info-current-file
14024 before preserving new-history.
14025
14026 * man.el (Man-heading-regexp): Add `/'.
14027
14028 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14029 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14030
14031 2006-01-16 Juri Linkov <juri@jurta.org>
14032
14033 * faces.el (mode-line-faces): New defgroup.
14034 (mode-line-highlight): Move definition after new defgroup.
14035 (mode-line, mode-line-inactive, mode-line-highlight):
14036 Replace :group `modeline' with `mode-line-faces'.
14037 (mode-line-buffer-id): New face.
14038 (modeline-buffer-id): New face alias.
14039 (vertical-border): Remove :group `modeline'.
14040
14041 * bindings.el (propertized-buffer-identification): Use face
14042 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14043 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14044 (mode-line-buffer-identification-keymap): For mouse-1 replace
14045 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14046 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14047 mouse-3.
14048
14049 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14050 Buffer-menu-buffer. Doc fix.
14051 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14052 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14053 `Buffer-menu-buffer'.
14054
14055 * info.el (Info-mode-line-node-keymap): New defvar.
14056 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14057 Propertize Info-current-node with `mode-line-buffer-id' and
14058 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14059
14060 * time.el (display-time-mail-face): Replace :group `faces' with
14061 `mode-line-faces'.
14062
14063 2006-01-16 Kenichi Handa <handa@m17n.org>
14064
14065 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14066
14067 * language/european.el (cp1252): New alias for windows-1252.
14068
14069 * international/mule.el (autoload-coding-system): Prepare for EOL
14070 variants.
14071
14072 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14073
14074 * term.el (term-raw-map): Add mapping for insert.
14075 (term-send-insert): New.
14076 (term-mode): Make variables local here instead of doing it in
14077 `term-emulate-terminal'.
14078 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14079 Scroll reverse needs to take into account the scroll region.
14080 Saving and restoring the cursor should save the color attributes too.
14081 (term-reset-terminal): Reset the scroll region.
14082 (term-handle-ansi-escape): Cursor up and down should take into
14083 account the scroll region.
14084 (term-set-scroll-region): Rename from `term-scroll-region'.
14085 Move to 0,0 after setting the region.
14086 (term-handle-scroll): Handle scroll up.
14087 (term-down): Fix off by one error.
14088 (term-delete-lines): Do not delete outside the scroll region.
14089 (term-insert-lines): Take into account the scroll region.
14090
14091 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14092
14093 * textmodes/ispell.el (ispell-internal-change-dictionary)
14094 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14095 (start, end): Move declaration outside of eval-when-compile.
14096
14097 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14098 (flyspell-mode-on): Use it.
14099
14100 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14101 ispell-kill-ispell-hook.
14102
14103 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14104
14105 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14106 (Custom-reset-saved): Do not ask for confirmation in single option
14107 buffers.
14108
14109 2006-01-13 Richard M. Stallman <rms@gnu.org>
14110
14111 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14112
14113 2006-01-13 Romain Francoise <romain@orebokech.com>
14114
14115 * add-log.el (add-change-log-entry, change-log-merge):
14116 Conditionally use `hard-newline'.
14117
14118 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14119
14120 * wid-edit.el (widget-field-end): If the overlay is no longer
14121 associated with a buffer, behave as if the overlay didn't exist.
14122
14123 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14124 Make sure the links use the `custom-link' face.
14125
14126 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14129 (ld-script-mode): Don't set indent-line-function since we don't
14130 have one.
14131
14132 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14133
14134 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14135 application.
14136 (org-file-apps-defaults-gnu): Use mailcap as the default for
14137 selecting an application on a UNIX system.
14138 (org-agenda-show-tags): New command.
14139 (org-table-insert-hline): Keep cursor in current table line.
14140 (org-table-convert): Offset effect of modifying
14141 `org-table-insert-hline'.
14142 (org-format-agenda-item): New optional argument TAG.
14143 (org-compile-prefix-format): Handle %T format for the tag.
14144 (org-expand-wide-chars): New function.
14145 (org-table-insert-row, org-table-insert-hline):
14146 Use `org-expand-wide-chars'.
14147 (org-open-file): Fix bug in program launch.
14148 (org-get-time-of-day): Fix bug with times before 1am.
14149 (org-agenda-menu): Add tags commands.
14150
14151 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14152
14153 * textmodes/ispell.el (ispell-init-process): Include the used
14154 dictionary in ispell process start message.
14155 (ispell-internal-change-dictionary): When flyspell-mode is active
14156 and dictionary is changed, make sure ispell process is restarted
14157 and flyspell word cache cleared out for the current buffer.
14158 (ispell-change-dictionary): Make sure flyspell word cache is
14159 cleared out in all buffers with active flyspell mode when
14160 dictionary is globally changed.
14161 Call ispell-internal-change-dictionary after dictionary change.
14162
14163 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14164
14165 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14166
14167 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14168 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14169 years. Fix small differences wrt Makefile.in.
14170 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14171 Makefile.in does.
14172
14173 2006-01-12 Bill Wohler <wohler@newt.com>
14174
14175 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14176 mh-search.el.
14177
14178 2006-01-12 Masatake YAMATO <jet@gyve.org>
14179
14180 * progmodes/ld-script.el: Update copyright year.
14181
14182 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14183
14184 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14185 Don't add widget if setting undefined.
14186
14187 2006-01-12 John Paul Wallington <jpw@pobox.com>
14188
14189 * help-fns.el (describe-variable): Remove newlines from void
14190 variable output.
14191
14192 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14193
14194 * wdired.el (wdired-mode-map): Add help echo for
14195 wdired-abort-changes.
14196
14197 * man.el (Man-file-name-regexp): Adjust for a list of files.
14198
14199 2006-01-12 Masatake YAMATO <jet@gyve.org>
14200
14201 * progmodes/ld-script.el (auto-mode-alist): Support
14202 suffix conventions used in netbsd and eCos.
14203
14204 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14205
14206 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14207 (custom-variable-menu, custom-face-menu, custom-group-menu)
14208 (Custom-mode-menu): Change names of menu items. (As discussed on
14209 emacs-devel.)
14210 (custom-face-menu): Add "Undo Edits" item.
14211
14212 * startup.el (init-file-user): defcustom -> defvar.
14213
14214 * tooltip.el (tooltip-mode): Doc fix.
14215
14216 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14217
14218 * reveal.el (reveal-post-command): window-buffer signals an error on
14219 dead windows rather than returning nil.
14220 (reveal-open-new-overlays): An overlay might die while we open others.
14221
14222 2006-01-11 Bill Wohler <wohler@newt.com>
14223
14224 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14225 phrasing in docstring.
14226
14227 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14228 can give some systems gas. Add new file mh-buffers.el.
14229
14230 2006-01-06 Masatake YAMATO <jet@gyve.org>
14231
14232 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14233 C preprocessor forward ported from GNU Emacs 21.2.
14234
14235 * progmodes/asm-mode.el (asm-font-lock-keywords):
14236 Use `cpp-font-lock-keywords'.
14237
14238 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14239
14240 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14241 of $ for "\\.ld[s]?".
14242
14243 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14244
14245 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14246 (tcl-indent-line): Return `noindent' if inside a string.
14247
14248 * progmodes/flymake.el (flymake-split-string): Remove more than one
14249 empty string at beg/end of the result.
14250 (flymake-find-buildfile, flymake-find-possible-master-files):
14251 Use expand-file-name.
14252 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14253 since expand-file-name does it for us. Use directory-file-name.
14254 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14255 (flymake-ler-get-type, flymake-ler-get-text)
14256 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14257 (flymake-current-line-no): Remove spurious interactive spec.
14258 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14259 (flymake-check-include): Remove arg inc-path merged into inc-name.
14260 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14261 Arg regexp-list replaced by a simple regexp.
14262 (flymake-master-make-header-init, flymake-master-tex-init):
14263 Correspondingly replace regexp-list with a regexp. Fix regexp.
14264
14265 2006-01-10 Simon Josefsson <jas@extundo.com>
14266
14267 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14268 describing AUTH PLAIN fix.
14269
14270 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14271
14272 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14273 (report-emacs-bug): Don't record initial prompt text.
14274 Instead, add text properties to prompting text.
14275 (report-emacs-bug-hook): Delete prompting text.
14276
14277 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14278
14279 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14280 `dirs'. Adjust callers.
14281
14282 2006-01-09 John Paul Wallington <jpw@gnu.org>
14283
14284 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14285
14286 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * reveal.el (reveal-open-new-overlays): New extracted fun.
14289 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14290 using them. Simplify the code.
14291 (reveal-post-command): Use them. Fix up obsolete windows in
14292 reveal-open-spots.
14293
14294 * progmodes/flymake.el: Use `require' rather than autoload for
14295 XEmacs's overlays.
14296 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14297 Delete. Use file-relative-name instead.
14298 (flymake-get-syntax-check-program-args, flymake-perl-init):
14299 Simplify the resulting code.
14300
14301 * log-view.el (log-view-file-re, log-view-message-re): Add support
14302 for DaRCS output.
14303
14304 2006-01-09 Alex Schroeder <alex@gnu.org>
14305
14306 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14307 identifiers sometimes added in square brackets at the beginning of
14308 subject lines.
14309
14310 2006-01-07 Richard M. Stallman <rms@gnu.org>
14311
14312 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14313 (Custom-reset-current, Custom-reset-saved): Change question text.
14314 (Custom-reset-standard): Likewise.
14315 (custom-variable-reset-saved): Doc fix.
14316
14317 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14318
14319 * startup.el (init-file-user): Doc fix.
14320
14321 2006-01-07 Alex Schroeder <alex@gnu.org>
14322
14323 * mail/rmail.el (rmail-current-subject): New function.
14324 (rmail-current-subject-regexp): New function.
14325 (rmail-next-same-subject): Use it.
14326
14327 * mail/rmailsum.el (rmail-summary-by-topic):
14328 Use rmail-current-subject and rmail-current-subject-regexp.
14329 (rmail-summary-next-same-subject): Ditto.
14330
14331 * net/rcirc.el (rcirc-send-input): No longer check whether the
14332 process is open, since not all commands need an open process.
14333 (rcirc-send-string): Check whether the process is open before
14334 sending anything.
14335 (rcirc-ignore-list): New option.
14336 (rcirc-ignore-list-automatic): New variable.
14337 (rcirc-print): Take rcirc-ignore-list into account.
14338 (rcirc-cmd-ignore): New command.
14339 (rcirc-ignore-update-automatic): New function.
14340 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14341 list if ignored nicks.
14342 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14343
14344 2006-01-06 David Reitter <david.reitter@gmail.com>
14345
14346 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14347 reflect the address to which the report will be sent.
14348
14349 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14350
14351 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14352 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14353
14354 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14355
14356 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14357
14358 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14359 the doc string: "functoin" => "function".
14360 * ldefs-boot.el: Likewise.
14361
14362 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14363 message text: "Duplicat" => "Duplicate".
14364
14365 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14366
14367 * files.el (basic-save-buffer-2): If backing-up failed, reset
14368 buffer-backed-up to nil.
14369
14370 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14371
14372 * progmodes/gud.el (gdb-script-skip-to-head)
14373 (gdb-script-calculate-indentation): Indent for breakpoint command
14374 lists also.
14375
14376 2006-01-05 Bill Wohler <wohler@newt.com>
14377
14378 * Makefile.in (compile-always): Add mh-autoloads dependency.
14379 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14380 provides it.
14381 (updates): Remove mh-autoloads dependency, since it probably has
14382 already run recently (via recompile).
14383
14384 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14385
14386 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14387 argument `force' to disable the flyspell-last-buffer optimization.
14388 (flyspell-mode-on): Use it.
14389
14390 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14391 flymake-simple-cleanup.
14392 (flymake-allowed-file-name-masks): Use this new default.
14393 All the functions are now called in the right buffer rather than
14394 passing the buffer as argument.
14395 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14396 (flymake-parse-err-lines): Remove redundant buffer arg.
14397 (flymake-get-program-dir): Comment out unused function.
14398 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14399 Remove redundant buffer argument.
14400 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14401 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14402
14403 2006-01-05 Richard M. Stallman <rms@gnu.org>
14404
14405 * info.el (Info-find-node): Don't record previous node if have none.
14406 (info): Go to directory only if history is empty.
14407
14408 * simple.el (mark): Doc fix.
14409
14410 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14411
14412 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14413 already of desired type.
14414 (mac-ae-list): Coerce parameter to "list" type.
14415 (mac-dispatch-apple-event): Replace cadr part of event with a
14416 dummy position so that event-start returns it.
14417
14418 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14419
14420 * textmodes/org.el (org-end-of-subtree): New function.
14421 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14422 Use `org-end-of-subtree'.
14423 (org-agenda, org-agenda-convert-date): Protect calls to
14424 `fit-window-to-buffer'.
14425 (org-tags-view): Force matching of sublevels when doing a
14426 todo-only search. Define the correct redo command, including the
14427 arguments.
14428 (org-agenda-redo): Display message.
14429 (org-check-for-org-mode): New function.
14430 (org-agenda-type): New variable.
14431 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14432 Set `org-agenda-type'.
14433 (org-agenda-check-type): New function.
14434 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14435 (org-agenda-week-view, org-agenda-day-view)
14436 (org-agenda-next-date-line, org-agenda-previous-date-line)
14437 (org-agenda-log-mode, org-agenda-toggle-diary)
14438 (org-agenda-toggle-time-grid, org-agenda-date-later)
14439 (org-agenda-date-prompt, org-agenda-diary-entry)
14440 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14441 (org-agenda-convert-date, org-agenda-menu):
14442 Use `org-agenda-check-type'.
14443 (org-make-overlay, org-delete-overlay)
14444 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14445 New compatibility functions.
14446 (org-calendar-select-mouse): New command.
14447
14448 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14449
14450 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14451 (Custom-reset-standard): Fix y-or-n-p messages.
14452 (custom-link): New face for links.
14453 (custom-buffer-create-internal, custom-manual): Use it.
14454 (custom-face-save): Push to theme-face before setting face spec.
14455
14456 * wid-edit.el (widget-default-mouse-face-get): New function.
14457 (widget-specify-button): Handle mouse-face like button-face.
14458
14459 * custom.el (load-theme): Clear old theme settings if reloading.
14460
14461 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14462
14463 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14464 "Erase Customization" button back to same position it occupies in
14465 the individual State menus.
14466
14467 2006-01-04 Kim F. Storm <storm@cua.dk>
14468
14469 * wid-edit.el (key-sequence): Rework widget to read key binding
14470 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14471 (widget-key-sequence-default-value): Default value for empty sequence.
14472 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14473 (widget-key-sequence-read-event): New command for C-q.
14474 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14475 (widget-key-sequence-value-to-external): New functions.
14476
14477 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14480 Use expand-file-name.
14481 (flymake-delete-temp-directory): Use expand-file-name,
14482 file-name-directory, and directory-file-name.
14483 (flymake-strrchr): Delete.
14484 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14485 to the init-f function.
14486 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14487 (flymake-init-find-buildfile-dir)
14488 (flymake-init-create-temp-source-and-master-buffer-copy)
14489 (flymake-simple-make-init-impl, flymake-simple-make-init)
14490 (flymake-master-make-init, flymake-master-make-header-init)
14491 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14492 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14493 (flymake-xml-init): Remove corresponding redundant buffer argument.
14494 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14495 the default anyway. Clean up regexps.
14496
14497 * progmodes/flymake.el (flymake-temp-source-file-name)
14498 (flymake-master-file-name, flymake-temp-master-file-name)
14499 (flymake-base-dir): New buffer-local vars.
14500 (flymake-buffer-data, flymake-get-buffer-value)
14501 (flymake-set-buffer-value): Replace those hash-tables by the new
14502 buffer-local vars. Update callers.
14503
14504 * progmodes/flymake.el (flymake-check-start-time)
14505 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14506 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14507 Move definition, so we can remove redundant earlier declaration.
14508 (flymake-replace-regexp-in-string, flymake-split-string)
14509 (flymake-get-temp-dir): Use defalias.
14510 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14511 (flymake-xemacs-window-edges): Remove unused function.
14512 (flymake-get-point-pixel-pos): Move.
14513 (flymake-pid-to-names, flymake-reg-names)
14514 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14515 Replace by a simple list flymake-processes and by process-buffer.
14516 Update callers. Other than simplify the code, it uses buffers rather
14517 than buffer-names so it doesn't get confused by uniquify.
14518 (flymake-buffer-data): The global value should just be nil.
14519
14520 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14521 Optimize the body of a defalias like any other code.
14522
14523 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14524 Make sure we've setup font-lock's vars. It may influence which
14525 function we then call.
14526 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14527 here since it's too late anyway.
14528
14529 2006-01-03 Romain Francoise <romain@orebokech.com>
14530
14531 * startup.el (fancy-splash-tail, normal-splash-screen):
14532 Update copyright year.
14533
14534 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14535
14536 * mouse.el (mouse-drag-track): Rename, from
14537 `mouse-drag-region-1'. Includes optional argument required to
14538 enable post-drag event processing (e.g. delete region keys).
14539 Can be used without this argument to track a mouse region and operate
14540 on it as soon as the drag completes.
14541 (mouse-drag-region): Use `mouse-drag-track'.
14542
14543 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14544
14545 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14546 Move to `custom-buffer' group.
14547
14548 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14549 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14550 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14551 (custom-theme-face-menu): New variables.
14552 (custom-theme-add-variable, custom-theme-variable-action)
14553 (custom-variable-reset-theme, custom-theme-delete-variable)
14554 (custom-face-reset-theme, custom-theme-face-action)
14555 (custom-theme-delete-face, custom-theme-merge-theme)
14556 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14557
14558 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14559
14560 * custom.el: Move Custom Themes commentary to start of theme code.
14561 (custom-known-themes): Rename `standard' theme to `changed'.
14562 (custom-push-theme): Caller no longer specifies what theme to use
14563 when doing `reset'---the setting is simply removed from the theme.
14564 Delete MODE from `theme-value' and `theme-settings' properties.
14565 (custom-declare-theme): Ignore &rest args since we don't use them.
14566
14567 (custom-loaded-themes): Delete variable.
14568 (custom-theme-load-themes, custom-theme-loaded-p)
14569 (custom-theme-value): Delete functions.
14570
14571 (custom-declare-theme): Signal error on invalid theme names.
14572 (provide-theme): custom-loaded-themes was deleted.
14573 (load-theme): Load the file unconditionally.
14574 (enable-theme): Call `load-theme' if theme is undefined.
14575 (custom-enabled-themes): Only update value for successful loads.
14576 (disable-theme): Complete from enabled themes when interactive.
14577 (custom-variable-theme-value): Calculate theme value directly.
14578
14579 (custom-theme-reset-variables, custom-reset-variables): Mark as
14580 XEmacs compatibility functions. We don't actually use these.
14581
14582 * cus-edit.el (custom-variable-state-set):
14583 Use custom-variable-theme-value instead of custom-theme-value.
14584 (custom-face-state-set): Rename `standard' theme to `changed'.
14585 (custom-save-variables, custom-save-faces): Delete unneeded
14586 references to custom-reset-variables.
14587 (custom-save-resets): Delete function.
14588 (custom-save-variables, custom-save-faces): MODE argument deleted.
14589 (custom-save-variables, custom-save-faces): Ignore theme values.
14590
14591 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14592 compatibility function.
14593
14594 2006-01-01 Richard M. Stallman <rms@gnu.org>
14595
14596 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14597 (Custom-reset-current, Custom-reset-saved): Likewise.
14598 (Custom-reset-standard): Show message if aborted.
14599 (custom-mode): Doc fix, describing those commands.
14600
14601 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14602 put on event-kind property.
14603
14604 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14605
14606 * custom.el (provide-theme): Ban `user' theme name.
14607 (custom-enabling-themes): New variable.
14608 (enable-theme): Don't enable user if custom-enabling-themes is t.
14609 (custom-enabled-themes): Make it a defcustom.
14610 (custom-theme-recalc-face): No-op if face is undefined.
14611
14612 * cus-edit.el (custom-button-mouse): New variable.
14613 (custom-button-mouse): New face.
14614 (custom-raised-buttons, custom-mode): Use it.
14615
14616 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14617
14618 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14619
14620 * progmodes/gud.el (gud-display-line): Support hl-line in the
14621 source buffer.
14622
14623 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14624
14625 * mouse.el (mouse-drag-window-above): Verify that the found window
14626 overlaps with the given window in the horizontal dimension.
14627
14628 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14629
14630 * Makefile.in (cvs-update): New target.
14631
14632 * makefile.w32-in (cvs-update): Ditto.
14633
14634 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14635
14636 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14637 (custom-new-theme-mode-map): New variable.
14638
14639 2005-12-30 Richard M. Stallman <rms@gnu.org>
14640
14641 * custom.el (custom-load-themes): Function deleted.
14642
14643 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14644 (custom-save-variables): Don't delete or add custom-load-themes call.
14645
14646 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14647
14648 * cus-start.el: Add `visible-cursor'.
14649
14650 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14651 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14652 (flymake-process-filter): Switch to buffer before calling it instead.
14653 (flymake-post-syntax-check, flymake-highlight-err-lines)
14654 (flymake-delete-own-overlays, flymake-parse-err-lines)
14655 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14656 (flymake-count-lines, flymake-parse-residual):
14657 Remove constant buffer argument.
14658 (flymake-start-syntax-check-for-current-buffer): Remove.
14659 Update callers to use flymake-start-syntax-check instead.
14660 (flymake-display-err-menu-for-current-line):
14661 Remove unused var `mouse-pos'.
14662 (flymake-restore-formatting): Comment out unused function.
14663 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14664 argument, use current-buffer instead. Update callers.
14665
14666 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14667
14668 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14669 buffer-local because choose-completion-delete-max-match requires
14670 that we set completion-ignore-case (i.e., binding via let is not
14671 sufficient).
14672 (bibtex-complete): Always set completion-ignore-case and
14673 choose-completion-string-functions. The latter is needed because
14674 choose-completion-string-functions keeps its value if we quit the
14675 *Completions* buffer without requesting a completion.
14676
14677 2005-12-30 Andreas Schwab <schwab@suse.de>
14678
14679 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14680
14681 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14682
14683 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14684
14685 2005-12-30 Juri Linkov <juri@jurta.org>
14686
14687 * locate.el (locate-fcodes-file, locate-header-face)
14688 * progmodes/delphi.el (delphi-other-face)
14689 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14690
14691 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14692 group `paren-showing-faces'.
14693
14694 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14695 (goto-address): Fix docstring.
14696
14697 * net/webjump.el (webjump-sample-sites): Update URLs.
14698
14699 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14700
14701 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14702
14703 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14704
14705 * font-lock.el (font-lock-compile-keywords): Signal an error when
14706 font-lock-set-defaults hasn't been called.
14707
14708 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14709
14710 * subr.el (noreturn, 1value): Doc fixes.
14711
14712 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14713
14714 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14715 that assoc-string returns nil.
14716
14717 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14718
14719 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14720 (bibtex-entry-type-str, bibtex-empty-field-re)
14721 (bibtex-search-backward-string, bibtex-preamble-prefix)
14722 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14723 (bibtex-any-valid-entry-type): New variable.
14724 (bibtex-parse-field-name): Simplify.
14725 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14726 (bibtex-preamble-prefix): Include left delimiter.
14727 (bibtex-search-forward-field, bibtex-search-backward-field):
14728 Allow unbounded search past entry boundaries (required by bibtex-pop).
14729 (bibtex-text-in-field-bounds): Use push.
14730 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14731 (bibtex-parse-preamble, bibtex-valid-entry)
14732 (bibtex-beginning-first-field): New functions.
14733 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14734 (bibtex-map-entries): Fix docstring.
14735 (bibtex-flash-head): New arg prompt. Simplify.
14736 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14737 (bibtex-insert-kill): Simplify. Always insert text past the
14738 current field or entry.
14739 (bibtex-format-entry): Use bibtex-parse-field.
14740 (bibtex-pop): Use bibtex-beginning-of-entry and
14741 bibtex-end-of-entry to initiate the search. Insert empty field if
14742 we found ourselves.
14743 (bibtex-print-help-message): New args field and comma.
14744 Handle entry keys.
14745 (bibtex-make-field): Use bibtex-beginning-of-entry.
14746 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14747 invalid entry.
14748 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14749 Handle preambles. Simplify code for thorough test.
14750 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14751 New arg comma. Handle entry heads.
14752 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14753 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14754 New arg comma.
14755 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14756 (bibtex-fill-field): Simplify.
14757 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14758 bibtex-parse-field.
14759 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14760 (bibtex-complete): Use bibtex-parse-preamble.
14761
14762 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14763
14764 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14765 Display name of expression instead of convenience variable.
14766 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14767
14768 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14769 toggle-gud-tooltip-dereference.
14770 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14771 (gud-tooltip-tips): ...here when dereferencing.
14772
14773 2005-12-28 Bill Wohler <wohler@newt.com>
14774
14775 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14776
14777 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14778
14779 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14780 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14781 (vc-annotate-display-autoscale): Adjust call.
14782 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14783 Fix interactive spec.
14784 (vc-annotate-time-span): Remove.
14785 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14786 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14787 (vc-annotate-display-select): Use new name.
14788
14789 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14790 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14791 Correct the construction of span entries. Simplify.
14792 (vc-annotate-display-select): Fix the nil case.
14793 (vc-annotate): Remove obsolete (and now broken) code.
14794 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14795 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14796
14797 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14798
14799 * subr.el (lazy-completion-table): Correct typo in docstring.
14800
14801 * startup.el (command-line): Use `custom-reevaluate-setting' for
14802 `send-mail-function'.
14803
14804 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14805
14806 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14807
14808 * mail/smtpmail.el (smtpmail-try-auth-methods):
14809 Send credentials together with "AUTH PLAIN" command.
14810
14811 2005-12-27 Richard M. Stallman <rms@gnu.org>
14812
14813 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14814 mouse-2, go back to previously selected window, so it's selected
14815 when mouse-2 command runs.
14816
14817 2005-12-27 Juri Linkov <juri@jurta.org>
14818
14819 * descr-text.el (describe-text-sexp): Use square brackets for
14820 button [Show] to distinguish it from the property value `show'.
14821 (describe-property-list): Use `insert-text-button' with
14822 `help-face' type instead of putting face in quotes, because button
14823 is not created automatically for a list of faces.
14824 (describe-text-properties-1): Put button-type value in quotes to
14825 distinguish from plain text "button".
14826 (describe-char): Display code point values in hex. Don't use
14827 `symbol-name' for `current-input-method' because it is a string.
14828 Use `insert-text-button' with `help-face' type instead of putting
14829 hardcoded face in quotes, because button is not created automatically.
14830
14831 2005-12-27 Richard M. Stallman <rms@gnu.org>
14832
14833 * progmodes/glasses.el (glasses-face): More specific custom type.
14834
14835 * files.el (set-visited-file-name): Doc fix.
14836
14837 * textmodes/flyspell.el (flyspell-external-point-words):
14838 Use local var buffer-scan-pos to advance scan for next misspelling.
14839 Advance it only after we find the misspelling.
14840
14841 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14842
14843 * textmodes/flyspell.el (flyspell-external-point-words):
14844 New criteria for finding the misspelling in the buffer.
14845
14846 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14847
14848 * help-mode.el (help-insert-string): Set help-xref-stack-item
14849 rather than call help-setup-xref.
14850
14851 * descr-text.el (describe-char): Revert previous changes for
14852 optional buffer argument.
14853
14854 2005-12-27 Juri Linkov <juri@jurta.org>
14855
14856 * help-mode.el (help-insert-string): New function. Save buffer
14857 contents in cases where it is impossible to recompute the old contents.
14858
14859 * descr-text.el (describe-char): Set help-xref-stack-item
14860 explicitly after buffer has been generated.
14861
14862 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14863
14864 * cus-start.el (all): Add x-gtk-show-hidden-files.
14865
14866 2005-12-26 Richard M. Stallman <rms@gnu.org>
14867
14868 * replace.el (perform-replace): Calculate match-again
14869 before skipping read-only matches.
14870
14871 * paren.el (paren-showing-faces): New group.
14872 (show-paren-match, show-paren-mismatch): Move to that group.
14873
14874 * button.el (button): Put into group `basic-faces'.
14875
14876 * progmodes/make-mode.el: Remove faces from group `faces'.
14877
14878 * apropos.el (apropos, apropos-value): Doc fix.
14879 (apropos-documentation): Doc fix.
14880
14881 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14882
14883 * subr.el (lazy-completion-table): Remove argument `args'.
14884
14885 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14886 Don't use the `args' argument of lazy-completion-table.
14887
14888 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14889
14890 * descr-text.el (describe-char): Add optional argument for buffer.
14891 Set buffer appropriately. Call help-setup-xref.
14892 Suggested by Stefan Monnier.
14893
14894 2005-12-26 Juri Linkov <juri@jurta.org>
14895
14896 * descr-text.el: Require `help-fns' at runtime. Don't require
14897 `button' for byte compilation.
14898 (describe-text-widget): Add `help-echo' for first button.
14899 Use `help-info' for second.
14900 (describe-property-list): Use `help-argument-name' instead of `italic'.
14901 (describe-text-category): Add prompt to interactive spec.
14902 Call `help-setup-xref'.
14903 (describe-char): Use `help-character-set'. Add `help-echo' for
14904 code point. Use `help-input-method'. Remove superfluous insert.
14905
14906 2005-12-25 Richard M. Stallman <rms@gnu.org>
14907
14908 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14909 at point, in case of narrowing.
14910
14911 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14912
14913 * locate.el (locate-header-face): Allow nil in type.
14914
14915 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14916
14917 2005-12-25 Romain Francoise <romain@orebokech.com>
14918
14919 * battery.el (battery-linux-proc-acpi): Also try
14920 `/proc/acpi/thermal_zone/THM0/temperature'.
14921
14922 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14923
14924 * custom.el (custom-push-theme): Fix docstring.
14925
14926 * cus-edit.el (custom-variable-set, custom-variable-save)
14927 (custom-variable-save): Custom-quote widget values.
14928 (customize-save-variable): Fix custom-push-theme call.
14929
14930 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14931
14932 * w32-fns.el (w32-batch-update-autoloads): New function.
14933
14934 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14935 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14936 from the command line.
14937
14938 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14939
14940 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
14941 reset means to remove setting from theme entirely. Don't keep
14942 expanding theme-settings list; delete old entries if necessary.
14943
14944 * cus-edit.el (custom-buffer-create-internal): Move "Erase
14945 customization" button one line up.
14946 (custom-themed): New face.
14947 (custom-magic-alist): New value, THEMED, for theme settings.
14948 (custom-variable-state-set, custom-face-state-set):
14949 Check theme-value instead of saved-value.
14950 (custom-variable-reset-standard, custom-face-reset-standard):
14951 Remove theme setting entirely. Recalculate new values.
14952 (custom-variable-set, custom-variable-set)
14953 (custom-variable-reset-saved, custom-variable-reset-backup)
14954 (custom-face-set, custom-face-reset-saved): Update `user' theme.
14955 (custom-variable-save): Fix typos.
14956
14957 2005-12-23 Juri Linkov <juri@jurta.org>
14958
14959 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
14960 Add autoload cookies.
14961 (edebug-outside-d-c-i-n-s-w): New variable.
14962 (edebug-display, edebug-outside-excursion): Use it to save the
14963 original value of default-cursor-in-non-selected-windows.
14964 Set default-cursor-in-non-selected-windows to t while Edebug
14965 is active.
14966 (edebug-mode, edebug-eval-mode): Doc fix.
14967
14968 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
14969 with `buffer-substring-no-properties' to remove common substring
14970 highlighting.
14971
14972 * info.el (info-other-window, info): Rename function argument
14973 `file' to `file-or-node'.
14974 (Info-complete-menu-item): Use local variable `complete-nodes' to
14975 keep the global value of `Info-complete-nodes' unchanged for
14976 subsequent completions.
14977 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
14978
14979 * simple.el (get-next-valid-buffer, last-buffer)
14980 (next-error-buffer-p, next-error-find-buffer)
14981 (minibuffer-history-sexp-flag): Doc fix.
14982
14983 * savehist.el (savehist-mode-hook): Add `:group'.
14984
14985 * log-view.el: Call autoload for vc-find-version.
14986 (log-view-current-file): Adjust subgroup numbers.
14987 (log-view-current-tag): Add `length'.
14988
14989 2005-12-23 Richard M. Stallman <rms@gnu.org>
14990
14991 * vc.el (vc-annotate-car-last-cons): Defn moved up.
14992
14993 2005-12-23 Juri Linkov <juri@jurta.org>
14994
14995 * hi-lock.el (hi-lock-archaic-interface-message-used)
14996 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
14997 (hi-lock-mode): Display "Hi" in the mode line only when
14998 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
14999 (hi-lock-write-interactive-patterns):
15000 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15001 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15002 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15003 font-lock-add-keywords to t.
15004
15005 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15006
15007 * hi-lock.el (hi-lock-highlight-range): New variable.
15008 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15009 only if font-lock-fontified is non-nil. Remove overlays.
15010 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15011 font-lock-fontified is non-nil, otherwise use overlays (instead of
15012 text properties).
15013 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15014 New variables.
15015 (hi-lock-string-serialize): New function.
15016
15017 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15018
15019 * menu-bar.el (menu-find-file-existing): New function.
15020 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15021
15022 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15023
15024 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15025
15026 * vc.el: Remove unnecessary leading * in docstrings.
15027 (vc-annotate-mode-map): Move initialization into declaration.
15028 (vc-static-header-alist): Nitpick on the regexp.
15029 (vc-default-init-version): New fun.
15030 (vc-register): Use it.
15031 (vc-insert-headers): Use dolist.
15032 (vc-annotate-get-backend): Remove unused function.
15033 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15034 (vc-annotate-mode): Remove corresponding call.
15035 (vc-annotate-car-last-cons): Simplify.
15036 (vc-annotate-buffers): Remove var.
15037 (vc-annotate-backend): Make it buffer-local.
15038 (vc-annotate): Move the interaction to the interactive spec.
15039 Add a `buf' argument.
15040 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15041 killing&creating a vc-annotate buffer, which is very disruptive when
15042 the buffers are shown in dedicated frames.
15043
15044 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15045
15046 * descr-text.el: Add FSF as maintainer.
15047 (describe-text-mode, describe-text-mode-map)
15048 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15049 help-mode.
15050 (describe-text-widget, describe-text-sexp)
15051 (describe-property-list, describe-text-category)
15052 (describe-text-properties, describe-text-properties-1)
15053 (describe-char): Use help buttons instead of widgets.
15054 (describe-char-unicodedata-file): Make URL link in doc string.
15055
15056 2005-12-22 Richard M. Stallman <rms@gnu.org>
15057
15058 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15059 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15060 Don't include buttons that write a file when there's no file.
15061 (custom-variable-menu, custom-face-menu, custom-group-menu):
15062 Don't include commands that write a file when there's no file.
15063 (customize-browse): Reword the top-of-buffer help intro.
15064 (custom-buffer-create-internal): Fix previous change.
15065 (customize-changed-options-previous-release): Prev release is 21.1.
15066 (customize-changed-options): Doc fix.
15067 (customize-changed): New alias.
15068 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15069 Say "standard values".
15070 (Custom-reset-standard): Doc fix.
15071 (custom-face-reset-standard): Doc fix.
15072
15073 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15074
15075 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15076 even if font-lock-mode is non-nil since it may be t without having
15077 turned on font-lock-mode-internal.
15078 (font-lock-choose-keywords): Minor optimization.
15079 (font-lock-add-keywords, font-lock-remove-keywords)
15080 (font-lock-set-defaults): Don't call make-local-variable on a variable
15081 that we know to already be local.
15082
15083 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15084
15085 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15086 messages if in the minibuffer.
15087
15088 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15089
15090 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15091 (tex-mode-flyspell-verify, flyspell-get-word)
15092 (flyspell-external-point-words): Don't use point-min/max uselessly.
15093
15094 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15095 by Kevin Rodgers. Instead, just hide the completions buffer if we
15096 don't need to show it.
15097
15098 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15099
15100 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15101
15102 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15103
15104 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15105 delete-windows-on with an inexistent buffer.
15106
15107 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15108
15109 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15110 Delete defcustom variable :tag names.
15111
15112 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15113
15114 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15115 (log-view-font-lock-keywords): Ajust subgroup numbers.
15116 (log-view-current-tag): Don't hard code the number of subgroups.
15117
15118 2005-12-20 Juri Linkov <juri@jurta.org>
15119
15120 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15121 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15122
15123 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15124 (menu-bar-non-minibuffer-window-p): Instead of checking
15125 display-multi-frame-p, use selected-frame when menu-updating-frame
15126 is nil.
15127
15128 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15129
15130 * align.el (align-rules-list): Use [ \t] instead of \s-
15131 for column separators in text mode.
15132
15133 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15134
15135 * help-mode.el (help-customize-variable, help-customize-face):
15136 Don't pop help-xref-stack as help-follow no longer pushes
15137 anything on to it.
15138
15139 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15140
15141 * textmodes/org.el (org-agenda-custom-commands): New option.
15142 (org-agenda): Offer custom commands on splash screen.
15143 (org-make-tags-matcher): Parser for Boolean logic added.
15144 (org-agenda-set-tags): New command.
15145 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15146 (org-set-tags): Efficiency improvements.
15147 (org-auto-align-tags): New option.
15148 (org-todo, org-demote, org-promote): Realign tags.
15149 (org-tags-completion-function): Use also "&" and "|" as separators.
15150 (org-org-menu): Agenda commands simplified.
15151
15152 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15153
15154 * cus-edit.el (customize-apropos, customize-apropos-options):
15155 Docstring changes.
15156
15157 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15158
15159 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15160
15161 * longlines.el (longlines-mode): Wrap while widened.
15162 (longlines-decode-region, longlines-encode-region): Compute max
15163 just once.
15164
15165 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15166
15167 * cus-edit.el (mac): New group.
15168
15169 * cus-start.el (all): Add user options in macterm.c. Add test for
15170 Mac-related built-ins. Fix test for GTK-related built-ins.
15171
15172 * term/mac-win.el (mac-handle-language-change)
15173 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15174 (mac-services-open-selection, mac-services-mail-selection)
15175 (mac-services-mail-to, mac-services-insert-text)
15176 (mac-dispatch-apple-event): Add docstrings.
15177 (x-get-selection, mac-select-convert-to-string): Select coding
15178 system from `utf-16be' and `utf-16le' using `byteorder'.
15179
15180 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15181
15182 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15183 a "list" (lambda ...) rather than a real completion list.
15184
15185 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15186 lexical-let when encountering ((lambda (...) ...) ...).
15187
15188 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15189
15190 * progmodes/sh-script.el (sh-mode):
15191 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15192 * textmodes/picture.el (picture-mode): Update docstrings.
15193
15194 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15195
15196 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15197 commands enclosed in $(ARGQUOTE)s should not be split between two
15198 lines, as that will break with GNU Make >3.80, when sh.exe is used
15199 and arg quoting is with '..'.
15200 (autoloads): Don't break the quoted --eval expression between
15201 several lines.
15202
15203 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15204
15205 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15206 Capture error from printing circular structures.
15207
15208 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15209
15210 * wid-edit.el (widget-checkbox-action): Clear undo info.
15211
15212 2005-12-16 Bill Wohler <wohler@newt.com>
15213
15214 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15215 bar, not menubar in comment.
15216
15217 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15218
15219 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15220 After-change-functions should not clobber the match data.
15221
15222 2005-12-16 Juri Linkov <juri@jurta.org>
15223
15224 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15225 instead of `buffer-substring'.
15226 (completion-common-substring): Doc fix.
15227 (completion-setup-function): Use minibuffer-completion-contents
15228 instead of minibuffer-contents. Don't set common-string-length
15229 initially. Remove special handling of partial-completion-mode.
15230 Move computation of completion-base-size into one cond.
15231 Call completion-base-size-function in mainbuf. In computation of
15232 completion-base-size for file name completion don't move point to
15233 the end of the minibuffer. Move computation of common-string-length
15234 into one cond. Start putting faces only when common-string-length>=0.
15235 Add condition to put completions-common-part when
15236 common-string-length>0.
15237
15238 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15239 place point at the first different character in the minibuffer
15240 even if this position is at the beginning of the minibuffer.
15241
15242 * info.el (Info-read-node-name-1): In completion-base-size-function's
15243 lambda return 1 if common-substring or minibuffer-completion-contents
15244 starts with (, and 0 otherwise.
15245
15246 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15247 Use `crm-current-element' for second arg of `display-completion-list'.
15248
15249 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15250
15251 * files.el (set-auto-mode): Look for an interpreter specified on
15252 the first line also if search for mode specification succeeded,
15253 but the mode is not known.
15254
15255 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15256
15257 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15258 (org-open-at-point): Implement tag searches as links.
15259 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15260 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15261 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15262 (org-agenda-dispatch): New commands.
15263 (org-use-tag-inheritance, org-tags-column): New options.
15264 (org-tab-follows-link, org-return-follows-link): New options.
15265 (org-tags): New customize group.
15266 (org-start-icalendar-file): Get local time zone.
15267 (org-tags-completion-function): New function.
15268 (org-set-font-lock-defaults): Make sure links will also be
15269 highlighted inside headlines.
15270
15271 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15272
15273 * term.el (term-emulate-terminal):
15274 Let term-handle-ansi-terminal-messages override what Bash says about
15275 its current directory.
15276
15277 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15278
15279 * bindings.el (last-buffer): Move to simple.el.
15280 * simple.el (last-buffer): Move here.
15281 (get-next-valid-buffer): New function.
15282 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15283 (prev-buffer): Ditto. Rename to `previous-buffer'.
15284
15285 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15286 * bindings.el (global-map): Ditto.
15287
15288 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15289
15290 * cus-edit.el: Introductory comment change.
15291 (custom-magic-alist): Change message string for the `rogue' state.
15292
15293 2005-12-15 Richard M. Stallman <rms@gnu.org>
15294
15295 * tooltip.el: Delete defcustom variable :tag names.
15296
15297 * complete.el (partial-completion-mode): Doc fix.
15298
15299 * textmodes/flyspell.el (flyspell-external-point-words):
15300 Use save-excursion to ensure we don't move backward in the
15301 search loop, not even one character.
15302 (flyspell-delete-all-overlays): Use remove-overlays directly.
15303
15304 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15305 (ispell-start-process): Set that variable.
15306 Clear ispell-buffer-local-name.
15307 (ispell-internal-change-dictionary):
15308 Set ispell-current-dictionary after killing process.
15309 (ispell-buffer-local-dict):
15310 Don't set spell-personal-dictionary after killing process.
15311 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15312 (ispell-tex-skip-alists, ispell-html-skip-alists)
15313 (ispell-skip-region-alist): Mark as risky.
15314
15315 * net/newsticker.el (newsticker--retrieval-timer-list)
15316 (newsticker--display-timer, newsticker-running-p)
15317 (newsticker-ticker-running-p): Definitions moved up.
15318
15319 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15320
15321 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15322
15323 2005-12-15 David Ponce <david@dponce.com>
15324
15325 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15326 (recentf-edit-list, recentf-open-files): Signal an error when
15327 there is no recent file.
15328
15329 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15330
15331 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15332 read-only except for texinfo-format-region evaluation.
15333
15334 2005-12-14 Richard M. Stallman <rms@gnu.org>
15335
15336 * vc.el (vc-default-previous-version, vc-default-next-version)
15337 (vc-do-command): Doc fixes.
15338
15339 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15340
15341 * textmodes/bibtex.el (bibtex-expand-strings)
15342 (bibtex-autokey-expand-string, bibtex-name-part)
15343 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15344 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15345 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15346 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15347 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15348 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15349 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15350 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15351 (bibtex-beginning-of-last-entry): Remove.
15352 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15353 message if comma is missing but buffer is read-only.
15354 (bibtex-parse-field-text): Handle whitespaces at the end of field
15355 text. Return 3-element list with beginning and end of field text
15356 and end of field.
15357 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15358 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15359 (bibtex-search-forward-field, bibtex-search-backward-field):
15360 Search always delimited by limits of entry. Use more efficient
15361 search algorithms.
15362 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15363 bibtex-end-of-name-in-field.
15364 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15365 extracting the content of a field.
15366 (bibtex-text-in-field): Use search limits.
15367 (bibtex-parse-string-prefix): Handle empty string keys based on
15368 bibtex-string-empty-key.
15369 (bibtex-parse-string): Fix docstring.
15370 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15371 (bibtex-preamble-prefix, bibtex-strings): New functions.
15372 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15373 BibTeX entries (consistent with other BibTeX functions).
15374 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15375 (bibtex-search-entry): Fix docstring. Simplify.
15376 (bibtex-flash-head, bibtex-complete-string-cleanup)
15377 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15378 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15379 (bibtex-parse-entry): New optional arg content.
15380 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15381 Use bibtex-text-in-field-bounds.
15382 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15383 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15384 bibtex-parse-string-postfix.
15385 (bibtex-find-text-internal): New function.
15386 (bibtex-remove-delimiters): Use it.
15387 (bibtex-find-text): Use it. New optional arg help.
15388 (bibtex-complete): Handle BibTeX string and preamble entries.
15389 (bibtex-Preamble): Fix order of closing delimiters.
15390
15391 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15392
15393 * vc.el (vc-default-revert): New fun.
15394
15395 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15396
15397 2005-12-14 Romain Francoise <romain@orebokech.com>
15398
15399 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15400 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15401 (font-lock-remove-keywords): Likewise.
15402
15403 2005-12-14 Juri Linkov <juri@jurta.org>
15404
15405 * log-view.el (log-view-diff): Doc fix.
15406
15407 * isearch.el (isearch-query-replace): Use (mark) instead of
15408 isearch-opoint if mark is active in transient-mark-mode.
15409
15410 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15411
15412 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15413
15414 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15415
15416 * progmodes/cpp.el (cpp-face): New widget.
15417 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15418
15419 2005-12-14 Juri Linkov <juri@jurta.org>
15420
15421 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15422 around `erase-buffer' and `insert'.
15423
15424 * descr-text.el (describe-text-properties): Replace buffer name
15425 "*Help-2*" with "*Help*<2>".
15426 (describe-char): Add functions print-help-return-message,
15427 toggle-read-only. Use help-setup-xref with nil to not store
15428 describe-char in help-xref-stack. Use help-make-xrefs to
15429 make [back] button.
15430
15431 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15432
15433 * wdired.el (wdired-old-point): New internal variable.
15434 (wdired-change-to-wdired-mode): Set it buffer-locally.
15435 (wdired-abort-changes): Restore point after aborting changes.
15436
15437 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * vc.el (vc-do-command): Add a new value t for okstatus.
15440
15441 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15442 frame in case of errors.
15443
15444 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15445
15446 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15447 so it comes after "On the Left" in the menu.
15448
15449 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15450
15451 * cus-edit.el (customize-apropos, customize-apropos-options)
15452 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15453
15454 2005-12-12 Bill Wohler <wohler@newt.com>
15455
15456 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15457 non-writable Subversion-controlled files by saving window
15458 configuration before calling vc-do-command. vc-do-command calls
15459 pop-to-buffer on error which is unexpected during registration.
15460
15461 2005-12-12 Jay Belanger <belanger@truman.edu>
15462
15463 * calc/README: Update the summary of changes.
15464
15465 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15466
15467 * descr-text.el (describe-char): Rework last fix to solve the problem
15468 is the same way it's solved for everything else in that function
15469 (i.e. by extracting the info before setting up the *Help* buffer).
15470
15471 2005-12-12 Kim F. Storm <storm@cua.dk>
15472
15473 * subr.el (version-regexp-alist): Allow space as separator before
15474 non-numeric part, e.g. "1.0 alpha".
15475 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15476
15477 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15478
15479 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15480 Implement Logging and the keep-modes setting.
15481 (org-get-category): Make sure a string is returned.
15482 (org-log-done): New function.
15483 (org-log-done, org-closed-string): New options.
15484
15485 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15486
15487 * tooltip.el (tooltip-y-offset): Change default to 20.
15488
15489 2005-12-12 Richard M. Stallman <rms@gnu.org>
15490
15491 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15492
15493 * frame.el (display-hourglass): Doc fix.
15494
15495 * help.el (help-for-help-internal): Simplify entry for `a'.
15496
15497 * info.el (Info-on-current-buffer): Doc fix.
15498 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15499
15500 * startup.el (inhibit-splash-screen): Make this the real name.
15501 (inhibit-startup-message): Make this the alias.
15502 (command-line): Find only simple.el, and use its directory
15503 to fill in other preloaded files' names.
15504 (command-line): Deactivate the mark if deactivate-mark is set.
15505
15506 * international/mule.el (load-with-code-conversion):
15507 Bind deactivate-mark.
15508
15509 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15510
15511 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15512
15513 * cus-edit.el (customize-apropos): Avoid listing an option more
15514 than once under different aliases. No longer list user options
15515 that are not defined with defcustom (unless a prefix arg is given).
15516 Doc fix.
15517 (customize-apropos-options): Doc fix.
15518
15519 2005-12-11 Juri Linkov <juri@jurta.org>
15520
15521 * frame.el (set-background-color, set-foreground-color)
15522 (set-cursor-color, set-mouse-color, set-border-color):
15523 Add explicit prompts to read colors by `facemenu-read-color'.
15524 (show-trailing-whitespace, blink-cursor-delay)
15525 (blink-cursor-interval, display-hourglass, hourglass-delay):
15526 Remove tags.
15527 (display-hourglass, hourglass-delay): Doc fix.
15528 (cursor-in-non-selected-windows): Capitalize words in tag.
15529
15530 * faces.el (frame-background-mode): Replace `choice-item' keywords
15531 with `const' to not make [default] button. Change default value tag
15532 from `default' to `automatic'. Doc fix.
15533 (trailing-whitespace) <defface>: Change group `whitespace' to
15534 `whitespace-faces'.
15535
15536 2005-12-11 Richard M. Stallman <rms@gnu.org>
15537
15538 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15539
15540 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15541
15542 * term/mac-win.el: Create keymap for mac-apple-event-map.
15543
15544 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15545
15546 * tooltip.el (tooltip-mode): Move to start of file so that it
15547 appears at top of customize buffer.
15548
15549 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15550 Add the gud groupname.
15551 (gud-tooltip-mode): Add the tooltip groupname.
15552 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15553 avoid conflict with tooltip-use-echo-area.
15554
15555 2005-12-10 Romain Francoise <romain@orebokech.com>
15556
15557 * help.el (help-for-help-internal): Add `r' in doc string.
15558
15559 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15560
15561 * align.el (align-regexp, align-highlight-rule):
15562 Use region-beginning and region-end instead of point and mark, so that
15563 repetition (with `repeat-complex-command') recomputes the region
15564 bounds.
15565
15566 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15567
15568 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15569 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15570 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15571 (balance-windows): Rewrite using the above new functions.
15572
15573 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15574
15575 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15576 react if global-hi-lock-mode seems intended.
15577 (global-hi-lock-mode): Renamed from hi-lock-mode.
15578 (hi-lock-archaic-interface-message-used)
15579 (hi-lock-archaic-interface-deduce): New variables.
15580 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15581 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15582 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15583 Replace hi-lock-buffer-mode with hi-lock-mode.
15584
15585 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15586
15587 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15588 completion list, even after a partial completion has been
15589 inserted in the current buffer. If there are more than 1
15590 completion, redisplay the *Completions* buffer; if the
15591 completion is unique, delete the *Completions* window.
15592
15593 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15594
15595 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15596 strings and long subject lines that were broken into multiple
15597 lines at arbitrary places. Handle subjects that have "Re: " in
15598 the middle.
15599
15600 2005-12-10 John W. Eaton <jwe@octave.org>
15601
15602 * emacs/octave-mod.el (octave-electric-space): Don't indent
15603 comments or strings if octave-auto-indent is nil.
15604
15605 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15606
15607 * term/mac-win.el: Require url when compiling.
15608 Call mac-process-deferred-apple-events after loading init files.
15609 (mac-apple-event-map): New defvar. Define event handlers in it.
15610 (core-event, internet-event): New Apple event class symbols.
15611 (open-application, reopen-application, open-documents)
15612 (print-documents, open-contents, quit-application)
15613 (application-died, show-preferences, autosave-now, get-url):
15614 New Apple event ID symbols.
15615 (about): New HICommand ID symbol.
15616 (mac-event-spec, mac-event-ae): New macros.
15617 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15618 (mac-ae-selection-range, mac-ae-text-for-search)
15619 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15620 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15621 and Services menu events are now defined in mac-apple-event-map.
15622 (mac-drag-n-drop): Remove selection range handling.
15623
15624 2005-12-10 Kenichi Handa <handa@m17n.org>
15625
15626 * simple.el (zap-to-char):
15627 * isearch.el (isearch-process-search-char): Translate CHAR by
15628 translation-table-for-input.
15629
15630 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15631
15632 * foldout.el (foldout-exit-fold): Properly hide subtree.
15633
15634 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15635
15636 * files.el (save-buffer):
15637 * international/ucs-tables.el (ucs-set-table-for-input):
15638 * mail/mail-extr.el (mail-extract-address-components):
15639 * mail/sendmail.el (mail-mode): Reformat doc string.
15640
15641 2005-12-09 Juri Linkov <juri@jurta.org>
15642
15643 * isearch.el (isearch-highlight): Change main overlay priority
15644 from 1 to 1001. Simplify.
15645 (isearch-lazy-highlight-update): Change lazy overlay priority
15646 from 0 to 1000.
15647
15648 * replace.el (replace-highlight): Change overlay priority from
15649 1 to 1001.
15650
15651 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15652 Change overlay priority from 1 to 1001. Reuse existing overlay.
15653
15654 * compare-w.el (compare-windows-highlight): Change overlay
15655 priority from 1 to 1000.
15656
15657 * menu-bar.el (menu-bar-edit-menu): Add listp around
15658 pending-undo-list to disable menu item "undo" when pending
15659 undo list is empty.
15660
15661 * locate.el (locate): Disable undo in *Locate* buffer.
15662
15663 2005-12-09 Kim F. Storm <storm@cua.dk>
15664
15665 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15666
15667 2005-12-09 David Ponce <david@dponce.com>
15668
15669 * recentf.el: Improvement of the menu code.
15670 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15671 instead of menu hook.
15672 (recentf-show-menu, recentf-hide-menu): New functions.
15673 (recentf-menu-customization-changed, recentf-mode): Use them.
15674 (recentf-menu-action, recentf-max-menu-items)
15675 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15676 (recentf-arrange-by-rule-others)
15677 (recentf-arrange-by-rules-min-items)
15678 (recentf-arrange-by-rule-subfilter): Don't use
15679 `recentf-menu-customization-changed'.
15680 (recentf-arrange-rules): Likewise. Accept functions to compute
15681 sub-menu titles.
15682 (recentf-menu-filter): Likewise. Doc fix.
15683 (recentf-menu-value-shortcut): Doc fix.
15684 (recentf-dump-variable): Quote atom value.
15685 (recentf-make-menu-items): Update to use it as a menu filter.
15686 (recentf-match-rule): New function.
15687 (recentf-arrange-by-rule): Use it.
15688 (recentf-indirect-mode-rule): New function.
15689 (recentf-build-mode-rules): Use it.
15690 (recentf-dir-rule): New function.
15691 (recentf-arrange-by-dir): Use it.
15692 (recentf-filter-changer-current): Rename from
15693 `recentf-filter-changer-state'. All references updated.
15694 (recentf-filter-changer-alist): Update filter names.
15695 (recentf-filter-changer-select): New function.
15696 (recentf-filter-changer): Use it. Make a sub-menu from filters
15697 available in `recentf-filter-changer-alist'.
15698 (recentf-data-cache, recentf-clear-data)
15699 (recentf-update-menu): Remove. All references updated.
15700 (recentf-match-rule-p, recentf-build-dir-rules)
15701 (recentf-filter-changer-goto-next)
15702 (recentf-filter-changer-get-current)
15703 (recentf-filter-changer-get-next): Remove.
15704
15705 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15706
15707 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15708 buffer "Reset" button to "Reset to Current" for consistency with
15709 the State buttons.
15710
15711 2005-12-08 John Paul Wallington <jpw@pobox.com>
15712
15713 * ibuf-ext.el (define-ibuffer-filter filename):
15714 If `dired-directory' is a list then really use its car.
15715
15716 2005-12-08 Kim F. Storm <storm@cua.dk>
15717
15718 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15719 Fix indention of text on right side of replaced rectangle.
15720
15721 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15722
15723 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15724 No need to check gud-comint-buffer is bound.
15725 (gdb): Prevent multiple debugging when first session uses gdba.
15726
15727 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15728
15729 CC Mode update to 5.31.
15730
15731 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15732 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15733 We might do this function properly in the future).
15734
15735 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15736 New macros c-sentence-end and c-default-value-sentence end, to cope
15737 with Emacs 22's new function `sentence-end'.
15738
15739 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15740
15741 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15742 compat issue using `c-put-overlay' and `c-delete-overlay'.
15743
15744 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15745 New compat macros to handle overlays/extents.
15746
15747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15748
15749 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15750 (for GNU Emacs 20.4).
15751
15752 * progmodes/cc-defs.el:
15753 (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
15754
15755 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15756 highlighting mechanism so it will work in XEmacs too.
15757
15758 * progmodes/cc-defs.el: Insert c-int-to-char.
15759
15760 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15761 call to the new macro c-int-to-char. This solves XEmacs's
15762 regarding characters as different from integers.
15763
15764 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15765
15766 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15767 New internal helper.
15768
15769 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15770 construct to make the indirect face lookup work in XEmacs.
15771
15772 (c-cpp-matchers): Append the negation char face to the existing
15773 fontification, so that the cpp face doesn't disappear.
15774 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15775 and strings.
15776
15777 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15778 to map to `font-lock-negation-char-face' in emacsen where it exists.
15779
15780 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15781
15782 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15783
15784 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15785 Rename "c-subword-move-mode" as "c-subword-mode".
15786
15787 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15788 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15789
15790 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15791
15792 * progmodes/cc-mode.el: Added autoload directive for
15793 `c-subword-move-mode' for use in older emacsen.
15794
15795 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15796
15797 * progmodes/cc-mode.el:
15798 (i): Insert a binding for C-c C-backspace into
15799 c-bind-special-erase-keys which works in TTYs.
15800 (ii): Make sure that when file styles are used, any explicitly
15801 given style variables take priority over those in the style.
15802 Do this by calling `hack-local-variables' a second time.
15803
15804 * progmodes/cc-vars.el: Add language specific customization
15805 widgets for AWK to c-doc-comment-style, c-require-final-newline
15806 and c-default-style. Add a defcustom for awk-mode-hook.
15807 Give c-syntactic-element and c-syntactic-context doc-strings by
15808 directly setting their `variable-documentation' propery.
15809 This allows Emacs 22.1 to read these with C-h v.
15810
15811 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15812
15813 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15814
15815 * progmodes/cc-fonts.el, cc-vars.el
15816 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15817 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15818 Masatake YAMATO.
15819
15820 (c-doc-comment-style): Made GtkDoc default in C mode.
15821
15822 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15823 and C-c C-<delete>.
15824
15825 (c-bind-special-erase-keys): New function for use on
15826 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15827
15828 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15829 <delete> key behavior in XEmacs according to `delete-forward-p'.
15830 C.f. `c-electric-delete'.
15831
15832 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15833
15834 * progmodes/cc-mode.el: Give c-hungry-backspace and
15835 c-hungry-delete-forward permanent key bindings.
15836
15837 * progmodes/cc-cmds.el (c-electric-semi&comma):
15838 Bind c-syntactic-context for calls to "criteria functions", for
15839 consistency with other calls to user functions.
15840
15841 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15842 `current-prefix-arg', since this might be the prefix arg to a
15843 command which calls c-indent-command as a function. Change the
15844 interactive spec from "p" to "P".
15845
15846 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15847 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15848 was difficult to understand.
15849
15850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15851
15852 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15853 first char of an identifier.
15854
15855 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15856 +" syntax in C++.
15857
15858 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15859
15860 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15861 auto-fill doesn't split a c-comment's last word from a hanging
15862 "*/" when a space is typed between them after fill-column.
15863
15864 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15865
15866 * progmodes/cc-styles.el (c-set-style)
15867 (c-setup-paragraph-variables): Abort the command if we're not in a
15868 CC Mode buffer.
15869
15870 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15871 with blank comment-prefix, and a blank line as the comment's
15872 second line.
15873
15874 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15875
15876 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15877 Incorporate the patterns added in the Emacs development branch
15878 for the new Emacs 22 face `font-lock-negation-char-face'.
15879
15880 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15881 of "red" since it stands out better in xterms and DOS terminals.
15882
15883 * progmodes/cc-engine.el (c-literal-faces):
15884 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15885
15886 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15887
15888 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15889 forcibly enable c-electric-flag.
15890
15891 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15892 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15893 after the comment-prefix of a C-style comment will close that comment.
15894
15895 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15896
15897 * progmodes/cc-fonts.el (c-basic-matchers-before)
15898 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15899 in Pike.
15900
15901 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15902 digraphs.
15903
15904 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15905 (c-cpp-message-directives, c-cpp-include-directives)
15906 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15907 (c-cpp-expr-directives): Introduce new language constants to
15908 control cpp syntax in a cleaner way.
15909
15910 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15911
15912 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15913
15914 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15915 (c-multiline-string-start-char): New language constants and
15916 variables to specify how newlines in string literals work.
15917
15918 (c-font-lock-invalid-string): Use them.
15919
15920 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15921 unbalanced close brace is entered. Optimization by avoiding going
15922 back over arbitrarily large blocks. Removed hints that this
15923 function only would be relevant/useful in AWK.
15924
15925 (c-electric-brace): Indent syntactically after the cleanups since
15926 lineup functions might do it differently then.
15927
15928 * progmodes/cc-engine.el, cc-langs.el
15929 (c-opt-op-identifier-prefix): New language constant and variable.
15930
15931 (c-just-after-func-arglist-p, c-after-special-operator-id)
15932 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15933
15934 * progmodes/cc-align.el, cc-engine.el
15935 (c-after-special-operator-id): New helper to handle C++ operator
15936 identifiers.
15937
15938 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15939 (c-guess-basic-syntax): Handle C++ operator identifiers in
15940 declarations.
15941
15942 * progmodes/cc-langs.el (c-assignment-operators): Add the
15943 trigraph version of ^= too.
15944
15945 * progmodes/cc-langs.el (c-assignment-operators): Add the
15946 trigraph version of |= in C++.
15947
15948 * progmodes/cc-fonts.el (c-font-lock-declarators):
15949 Handle `c-decl-hangon-kwds' after the identifier name.
15950
15951 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
15952 whether an arglist is "nonempty", ignore a comment after the open
15953 paren if it isn't followed by a non-comment token on the same line.
15954
15955 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
15956 Enable heuristics below the point to cope with classes inside special
15957 brace lists in Pike.
15958
15959 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15960
15961 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
15962
15963 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15964
15965 * progmodes/cc-guess.el (cc-guess-install): New function to
15966 install an already guessed style in another buffer.
15967
15968 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
15969 sets `inhibit-read-only' - `c-save-buffer-state' should be used
15970 anyway if the change always is undone.
15971
15972 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15973
15974 Implement togglable electricity:
15975
15976 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
15977 saying when it should be used.
15978
15979 * progmodes/cc-engine.el: Add the new buffer-local variable,
15980 c-electric-flag.
15981
15982 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
15983 c-toggle-auto-newline.
15984
15985 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
15986 c-toggle-auto-newline. Remove the binding for
15987 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
15988 c-toggle-electric-state.
15989
15990 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
15991
15992 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
15993 c-\(forward\|backward\)-subword.
15994 (c-update-modeline): Add the new modeline flag `l' for
15995 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
15996 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
15997 Make the old name an alias of the new name.
15998 (c-toggle-electric-state): New function.
15999 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16000 Adapt these functions to do electric things only when
16001 c-electric-flag is non-nil.
16002 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16003 new functions from c-electric-brace.
16004 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16005 mode, so that the tentative extra newline doesn't change the
16006 syntax of the following brace.
16007 (c-electric-brace): Restructure by extracting the above functions.
16008 Tidy up the coding somewhat.
16009 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16010 restructure a bit.
16011
16012 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16013
16014 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16015 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16016
16017 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16018 (c-submode-indicators): Change name from `c-auto-hungry-string'
16019 since it's now used to track another submode.
16020
16021 (c-update-modeline): Convert to function and extended to check
16022 `c-subword-move-mode'.
16023
16024 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16025 Convert to compat aliases for `c-forward-subword' and
16026 `c-backward-subword'.
16027
16028 * progmodes/cc-subword.el: New functions and minor mode to handle
16029 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16030
16031 (c-forward-subword, c-backward-subword, c-mark-subword)
16032 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16033 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16034 Functions corresponding to the standard word handling functions.
16035
16036 (c-subword-move-mode): Minor mode that replaces all the standard
16037 word handling functions with their subword equivalences.
16038
16039 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16040
16041 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16042 entry for one-liner-defun.
16043
16044 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16045 name in its def-edebug-spec.
16046
16047 * progmodes/cc-cmds.el (c-electric-brace): Make the
16048 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16049 compacts space before a comment, if this will make things fit on
16050 one line.
16051
16052 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16053
16054 * progmodes/cc-align.el: New function c-snug-1line-defun-close.
16055
16056 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16057 clean-up one-liner-defun.
16058
16059 * progmodes/cc-styles.el: Add the new "awk" style.
16060
16061 * progmodes/cc-vars.el: Add description of one-liner-defun to
16062 c-cleanup-list's doc-string. New user options,
16063 c-max-one-liner-length. In c-default-style, set the default style
16064 for AWK to "awk".
16065
16066 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16067
16068 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16069 macros inside labels.
16070
16071 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16072 `c-at-statement-start-p' and `c-at-expression-start-p'.
16073
16074 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16075 error if the mark isn't set.
16076
16077 * progmodes/cc-engine.el (c-guess-continued-construct)
16078 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16079 accurately detect functions inside functions.
16080
16081 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16082 like `c-at-statement-start-p' that additionally recognizes commas
16083 and expression parentheses as delimiters.
16084
16085 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16086 to avoid heuristics that doesn't work for unclosed blocks.
16087 (c-at-statement-start-p): New function.
16088
16089 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16090 Objective-C directives, e.g. directives spanning lines should work
16091 reasonably well now.
16092
16093 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16094
16095 (c-forward-objc-directive): New function to move over any ObjC
16096 directive.
16097
16098 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16099 (c-basic-matchers-before): Use it.
16100
16101 (c-font-lock-objc-iip-decl): Remove.
16102
16103 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16104 in the template arglist recognition.
16105
16106 * progmodes/cc-styles.el (c-style-alist): Fix several
16107 inconsistencies in the Whitesmith style.
16108
16109 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16110 New lineup function to get lines after Whitesmith style blocks
16111 correctly indented.
16112
16113 (c-lineup-whitesmith-in-block): Back out the compensation for
16114 opening parens since it's done using `add' lists in the style
16115 definition instead. Don't use the anchor position since it varies
16116 too much between the syntactic symbols. :P
16117
16118 * progmodes/cc-vars.el (c-valid-offset): Update.
16119
16120 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16121 lists where the offsets are combined according to several
16122 different methods: `first', `min', `max', and `add'.
16123 Report offset evaluation errors with `c-benign-error' so that some kind
16124 of reindentation still is done.
16125
16126 * progmodes/cc-engine.el (c-guess-basic-syntax):
16127 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16128 `arglist-close'.
16129
16130 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16131 situations for `arglist-cont-nonempty' and `arglist-close'.
16132
16133 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16134
16135 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16136 cc-bytecomp-boundp' in a number of places.
16137
16138 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16139 macro related issue.
16140
16141 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16142
16143 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16144 list is now [asdf], a char class [:alpha:].
16145 Include code for char classes.
16146 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16147 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16148
16149 Remove (nearly all of) the cruft associated with AWK Mode's former
16150 concept of "virtual semicolons":
16151
16152 Adapt c-beginning-of-statement, c-end-of-statement (together with
16153 subfunctions) to use the new notion of "virtual semicolon" in
16154 place of the old awkward special handling for AWK. There remains
16155 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16156 * progmodes/cc-cmds.el:
16157 (c-ascertain-adjacent-literal): In the backwards direction, now
16158 recognises AWK regexp delimiters as string delimiters.
16159 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16160 check more rigorously for "end of macro".
16161 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16162 virtual semicolons;
16163 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16164 out the code for forward movement into ...
16165 (c-end-of-statement): Now contains the code for forward movement,
16166 adapted for virtual semicolons.
16167
16168 * progmodes/cc-engine.el:
16169 (c-ws*-string-limit-regexp): New regexp.
16170 (c-forward-single-comment, c-backward-single-comment): Comment out
16171 the (now redundant) "special" AWK stuff.
16172
16173 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16174 c-string-par-start, c-string-par-separate to be more like Text
16175 Mode than Fundamental Mode.
16176
16177 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16178
16179 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16180 to the fontified region so that fontification doesn't occur
16181 outside it (could happen e.g. when fontifying a line with an
16182 unfinished declaration).
16183
16184 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16185
16186 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16187 start of the file. ^L now separate sections of the file.
16188 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16189 (c-awk-one-line-possibly-open-string-re)
16190 (c-awk-regexp-one-line-possibly-open-char-class-re)
16191 (c-awk-one-line-possibly-open-regexp-re)
16192 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16193 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16194
16195 Amend the concept of "virtual semicolons" (in the indentation
16196 engine) for languages like AWK, such that they are now
16197 conceptually attached to end of the last token of a statement, not
16198 the end of the line. (In AWK Mode, however, the pertinent text
16199 property is still physically set on the EOL.) Remove the specific
16200 tests for awk-mode, thus facilitating the introduction of other
16201 language modes where EOLs can end statements.
16202 (Note: The funtionality in cc-cmds.el, specifically
16203 c-beginning/end-of-statement has yet to be amended.)
16204
16205 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16206 New macros.
16207
16208 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16209 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16210 c-vsemi-status-unknown-p-fn (in a new page).
16211
16212 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16213 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16214 numerous awkward forms like
16215 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16216 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16217 variable before-ws-ip, the place just after char-before-ip appears.
16218
16219 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16220 a comment.
16221
16222 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16223
16224 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16225 `c-tentative-buffer-changes'.
16226
16227 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16228 convert to macro to choose between Emacs and XEmacs at compile time.
16229
16230 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16231
16232 (c-tentative-buffer-changes): New macro to handle temporary buffer
16233 changes in a convenient way.
16234
16235 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16236 for `c-tentative-buffer-changes'.
16237
16238 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16239 the checks for paren sexps between the point and the keyword, to
16240 avoid some false alarms.
16241
16242 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16243 Fixed a situation where an error could be thrown for unbalanced
16244 parens. Changed to make use of c-keyword-member' to avoid some
16245 repeated regexp matches.
16246
16247 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16248 These language variable are no longer necessary.
16249
16250 (c-block-stmt-kwds): New language constant used by
16251 c-looking-at-inexpr-block'.
16252
16253 (c-guess-basic-syntax): Remove an optional check that looked at
16254 the existence of the now removed language variables.
16255
16256 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16257 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16258 object instantiation expressions as declarations in some contexts.
16259 This bug only affected languages where the declarator can't be
16260 enclosed in parentheses.
16261
16262 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16263 insert newlines before and after substatement braces.
16264
16265 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16266 function declaration headers and the handling of C++ style member
16267 init lists.
16268
16269 (c-just-after-func-arglist-p): Rewritten to use
16270 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16271
16272 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16273
16274 (c-guess-basic-syntax): Adapt case 5B for the new
16275 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16276 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16277 covers all cases now).
16278
16279 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16280
16281 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16282
16283 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16284 c-string-par-start/separate c-sentence-end-with-esc-eol,
16285 initialised in c-setup-paragraph-variables, used in string
16286 scanning subroutines of c-beginning-of-statement.
16287
16288 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16289 which precedes the newly inserted `{'.
16290
16291 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16292
16293 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16294 function for declaration level blocks. It should now cope with
16295 templates better and also be a lot more comprehensible.
16296
16297 (c-looking-at-decl-block): The new function.
16298
16299 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16300 for compatibility.
16301
16302 (c-add-class-syntax, c-guess-continued-construct)
16303 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16304
16305 (c-decl-block-key): Change to tell apart ambiguous and
16306 unambiguous keywords. Pike specials are now handled directly in
16307 the code instead.
16308
16309 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16310 New language constants and variables to make the backward skip in
16311 `c-looking-at-decl-block' as tight as possible.
16312
16313 (c-nonsymbol-token-char-list): New language constant.
16314
16315 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16316 find balanced template arglists backwards.
16317
16318 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16319 making char classes for `c-syntactic-skip-backward'.
16320
16321 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16322 16D - can't be a class-close at that point.
16323
16324 * progmodes/cc-engine.el (c-guess-basic-syntax)
16325 (c-add-class-syntax): Don't narrow out the enclosing declaration
16326 level. This makes everything a lot easier, and it was actually
16327 only four small places that needed it to work. Some places that
16328 previously did `widen' are removed now, which has the effect that
16329 `c-guess-basic-syntax' never will look at things outside the
16330 current narrowment now. The anchor position for `topmost-intro'
16331 is affected by this, but it was so bogus it was basically useless
16332 before, and now it's equally bogus but in a slightly different way.
16333
16334 (c-narrow-out-enclosing-class): Gone.
16335
16336 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16337 the narrowed region.
16338
16339 (c-least-enclosing-brace): Remove silly optional argument.
16340
16341 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16342 the point could be left directly after an open paren when finding
16343 the beginning of the first decl in the block.
16344
16345 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16346 Specify which submatch to use.
16347
16348 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16349
16350 (c-decl-start-re): No longer any need for special treatment of
16351 ObjC due to the above.
16352
16353 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16354 presumably follows C in that regard.
16355
16356 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16357 New language constants to specify operator tokens inside
16358 identifiers in a more high level way.
16359
16360 (c-opt-identifier-prefix-key): New internal language constant.
16361
16362 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16363 (c-identifier-start, c-identifier-key): Now completely calculated
16364 from other constants.
16365
16366 (c-identifier-last-sym-match): Decommission since it's no longer used.
16367
16368 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16369
16370 * progmodes/cc-engine.el (c-forward-name): Remove the
16371 optimization when c-identifier-key is equal to c-symbol-key since
16372 it doesn't work in byte compiled files. Don't record empty
16373 regions as identifiers.
16374
16375 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16376 simplify access to `c-operators' and its likes.
16377
16378 (c-operator-list, c-all-op-syntax-tokens)
16379 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16380 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16381 (c-primary-expr-regexp, c-cast-parens): Use it.
16382
16383 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16384 an explicit language in functions.
16385
16386 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16387 variant of adornment.
16388
16389 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16390 variable.
16391
16392 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16393 the Pike value.
16394
16395 * progmodes/cc-engine.el (c-on-identifier)
16396 (c-simple-skip-symbol-backward): Small fix for handling "-"
16397 correctly in `skip-chars-backward'. Affected the operator lfun
16398 syntax in Pike.
16399
16400 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16401 diagnostic message about precompiled language vars not being used.
16402
16403 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16404 "__attribute__" is followed by a parenthesis.
16405
16406 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16407 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16408 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16409
16410 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16411 Internal cleanups to properly detect the declared identifiers in
16412 various declarations.
16413
16414 (c-decl-start-kwds): New language constant to recognize
16415 declarations that can start anywhere. Used for class declarations
16416 in Pike.
16417
16418 (c-specifier-key, c-not-decl-init-keywords)
16419 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16420 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16421
16422 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16423 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16424 handling of the compiler specific extension keywords into a new
16425 language constant `c-decl-hangon-kwds' that defines keyword
16426 clauses to be ignored in declarations.
16427
16428 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16429 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16430 Necessary to stop at the declared identifier in e.g. IDL valuetype
16431 declarations.
16432
16433 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16434 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16435 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16436 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16437 class and enum declarations as such and not as part of the type.
16438
16439 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16440 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16441
16442 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16443 declarations when there's some syntax error later on.
16444
16445 (c-complex-decl-matchers): Did away with a reference to
16446 `c-specifier-key'.
16447
16448 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16449 value - this variable is always dynamically bound.
16450
16451 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16452 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16453 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16454 functions that might do hidden buffer changes: All such internal
16455 functions are now marked instead of those that don't.
16456
16457 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16458 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16459 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16460 (c-literal-type): Allow these functions to make hidden buffer changes,
16461 so that they are free to use text property caching later on.
16462
16463 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16464 (c-electric-brace, c-electric-slash, c-electric-star)
16465 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16466 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16467 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16468 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16469 with the changed semantics of the functions above.
16470
16471 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16472 when macros occur in obscure places. Optimized the sexp movement
16473 a bit.
16474
16475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16476
16477 Enhancements for c-beginning-of-statement to work in AWK Mode:
16478
16479 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16480 (completed statement) with `}' (statement completed by closing
16481 brace or semicolon) and `$' (statement completed by EOL).
16482
16483 (c-awk-virtual-semicolon-ends-prev-line-p)
16484 (c-awk-virtual-semicolon-ends-line-p)
16485 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16486 (c-awk-at-statement-end-p): New functions.
16487
16488 * progmodes/cc-cmds.el: Simplify the structure of functions
16489 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16490 two functions and c-beginning-of-statement to handle AWK Mode.
16491
16492 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16493 c-backward-single-comment for AWK mode. Attempt to clarify their
16494 doc-strings.
16495
16496 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16497
16498 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16499
16500 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16501 label handling. Labels are now recognized in a uniform and more
16502 robust way, regardless of context. Text properties are put on all
16503 labels to recognize the following declarations better.
16504 Multiword labels are handled both in indentation and fontification for
16505 the benefit of language extensions like Qt. For consistency, keywords
16506 in labels are now fontified with the label face instead.
16507 That also applies to "case" and "default".
16508
16509 (c-beginning-of-statement-1): Fix some bugs in the label
16510 handling. Disregard `c-nonlabel-token-key' in labels that begin
16511 with `c-label-kwds'.
16512
16513 (c-find-decl-spots): Support that the callback adds more
16514 `c-decl-end' spots to find.
16515
16516 (c-forward-decl-or-cast-1): Don't treat a list of plain
16517 identifiers followed by a colon as a declaration.
16518
16519 (c-forward-label): New function to recognize labels.
16520
16521 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16522 `c-forward-label'. Moved the label recognition cases (14 and 15)
16523 earlier since they aren't so context sensitive now. Handle labels
16524 on the top level gracefully. Moved access label recognition to
16525 the generic label case (CASE 15) - removed CASE 5E.
16526
16527 (c-font-lock-declarations): Add recognition of labels in the
16528 same round since we need to handle labels in parallell with other
16529 declarations to recognize both accurately. It should also improve
16530 speed.
16531
16532 (c-simple-decl-matchers, c-basic-matchers-after):
16533 Move `c-font-lock-labels' so that it only is used on decoration level 2
16534 since `c-font-lock-declarations' handles it otherwise.
16535
16536 (c-complex-decl-matchers): Remove the simplistic recognition of
16537 access labels.
16538
16539 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16540 with labels earlier.
16541
16542 (c-decl-start-re): New language variable to make
16543 `c-font-lock-declarations' stop for the special protection labels
16544 in Objective-C that start with `@'.
16545
16546 (c-label-key): Remove since it's no longer used.
16547
16548 (c-recognize-colon-labels, c-label-prefix-re): New language
16549 constants to support recognition of generic colon-terminated labels.
16550
16551 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16552 are colon terminated labels.
16553
16554 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16555 first argument starts with a special brace list.
16556
16557 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16558 (c-font-lock-declarations): Break out the declaration and cast
16559 recognition from `c-font-lock-declarations' to a new function, so
16560 that it can be used in the indentation engine.
16561
16562 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16563 up to the start of the literal. Fixed bug with the point on the
16564 wrong side of the search limit that could happen when the start
16565 position is inside a literal.
16566
16567 * progmodes/cc-engine.el (c-parse-state)
16568 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16569 so that it's kept a little bit back to increase the hit rate.
16570
16571 (c-parse-state): Change the macro handling and fixed some
16572 glitches. Macro context is checked more often than necessary now,
16573 but otoh less garbage conses are generated.
16574
16575 * progmodes/cc-engine.el (c-parse-state)
16576 (c-invalidate-state-cache): Cache the last position where
16577 `c-state-cache' applies. This can speed up refontification quite
16578 a bit in blocks where there are many non-brace parens before the point.
16579
16580 (c-state-cache-end): New variable for this.
16581
16582 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16583 cache variable.
16584
16585 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16586 get close initial continue positions when the start position is
16587 inside a literal or macro. Do not call the callback for spots
16588 before the start position (which can happen e.g. for `c-decl-end'
16589 spots inside comments). Optimize better in special cases when the
16590 region is a single line inside a literal or macro (typically when
16591 the current line is refontified).
16592
16593 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16594 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16595 entries from the paren state.
16596
16597 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16598 special case for "else if" clauses.
16599
16600 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16601 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16602
16603 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16604 New language variable to recognize the gcc extension with statement
16605 blocks inside expressions.
16606
16607 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16608 it somewhat more comprehensible. The argument AT-BLOCK-START is
16609 no longer used and hence removed.
16610
16611 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16612 to `c-add-stmt-syntax'.
16613
16614 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16615 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16616 This fixes bogus label recognition.
16617
16618 * progmodes/cc-engine.el (c-add-type, c-check-type)
16619 (c-forward-name, c-forward-type): Improve storage of template
16620 types in `c-found-types' so that they can be recognized better.
16621
16622 (c-syntactic-content): Add option to skip past nested parens.
16623
16624 * progmodes/cc-engine.el (c-forward-name):
16625 Set `c-last-identifier-range' all the time. It's less work that way.
16626 Handle that there might not be an identifier to store in
16627 `c-last-identifier-range'.
16628
16629 (c-forward-type): Handle that `c-last-identifier-range' might be
16630 nil from `c-forward-name'.
16631
16632 * progmodes/cc-defs.el (c-safe-scan-lists)
16633 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16634
16635 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16636 to work even if the form fails.
16637
16638 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16639 down in a large file in one go.
16640
16641 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16642
16643 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16644 function which is like `c-lineup-math' but returns nil instead of
16645 `c-basic-offset' when it doesn't match.
16646
16647 (c-lineup-math): Change to use `c-lineup-assignments'.
16648
16649 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16650
16651 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16652 c-beginning-of-statement. New subfunctions
16653 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16654
16655 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16656
16657 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16658 hardcoded char classes whereever possible. Changed a couple of
16659 places to use skip by syntax instead of skip by char class.
16660
16661 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16662 Fix a bug in the regexp that caused extreme backtracking.
16663
16664 * progmodes/cc-langs.el (c-block-comment-starter)
16665 (c-block-comment-ender): New language constants to specify in a
16666 single place how block comments look.
16667
16668 (c-comment-start-regexp, c-block-comment-start-regexp)
16669 (comment-start, comment-end, comment-start-skip)
16670 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16671 (c-syntactic-ws, c-nonempty-syntactic-ws)
16672 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16673 `c-line-comment-starter', `c-block-comment-starter' and
16674 `c-block-comment-ender'.
16675
16676 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16677 New language constants to break up things a bit.
16678
16679 (c-simple-ws): New language constant for simple whitespace.
16680
16681 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16682
16683 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16684 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16685 newlines. Allow and ignore nil elements in the list.
16686
16687 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16688
16689 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16690 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16691
16692 * progmodes/cc-cmds.el: Tidy up the comments in
16693 c-beginning-of-statement and subfunctions.
16694
16695 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16696 more flexible c-put-char-property and c-clear-char-properties.
16697 Add the author's email address.
16698
16699 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16700
16701 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16702 closing "*/" of a block comment.
16703
16704 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16705 subfunctions) so that it works at BOB and EOB.
16706
16707 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16708 c-beginning-of-statement, including new variable
16709 c-block-comment-start-regexp.
16710
16711 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16712
16713 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16714 symbols from `*-font-lock-extra-types' so that there's no need to
16715 use `regexp-opt' on those lists.
16716
16717 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16718 `c-type-modifier-kwds' is empty.
16719
16720 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16721 there are several strings on the same line.
16722
16723 * progmodes/cc-engine.el (c-literal-limits): Remove the
16724 compatibility function for older emacsen. `c-literal-limits-fast'
16725 has now taken the place of this function.
16726
16727 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16728 with older emacsen: We now require `pps-extended-state'.
16729
16730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16731
16732 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16733 which obviates the need to hack sentence-end. This now handles
16734 escaped newlines in strings correctly. Correct minor bugs in
16735 c-move-over-sentence and in c-beginning-of-statement.
16736
16737 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16738 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16739 that movement over macros and code are rigorously separated from
16740 eachother. Correct a few incidental bugs.
16741
16742 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16743 Improve its doc-string. Improve the handling of certain specific cases.
16744
16745 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16746
16747 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16748 (c-guess-basic-syntax): Change the way class-level labels are
16749 recognized; they can now contain essentially any symbols.
16750
16751 (c-opt-extra-label-key): New language variable to cope with the
16752 special protection label syntax in Objective-C.
16753
16754 (c-opt-access-key): Remove; this is now handled better by
16755 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16756
16757 (c-complex-decl-matchers): Update to handle that
16758 `c-opt-access-key' no longer exists.
16759
16760 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16761 improved label recognition in `c-beginning-of-statement-1'.
16762
16763 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16764 Recognize bitfields better.
16765
16766 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16767 Remove some cruft and fixed a bug that could cause it to go to a
16768 position further down.
16769
16770 * progmodes/cc-langs.el, cc-engine.el
16771 (c-beginning-of-statement-1): Improve detection of labels in
16772 declaration contexts.
16773
16774 (c-beginning-of-decl-1): Use it.
16775
16776 (c-nonlabel-token-key): New language constant and variable needed
16777 by `c-beginning-of-statement-1'.
16778
16779 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16780 manifested itself due to the correction in `c-forward-sexp'.
16781
16782 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16783 Make these behave as documented when used at the buffer limits.
16784
16785 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16786 (c-type-decl-end-used): Made this a language variable.
16787
16788 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16789 correctly when `combine-after-change-calls' is used together with
16790 temporary narrowings.
16791
16792 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16793 Report labels correctly when the start point is immediately after the
16794 colon.
16795
16796 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16797 Remove since it isn't used anymore.
16798
16799 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16800 bracket arglists such as template parens in C++.
16801
16802 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16803 in the last check-in. Some optimization.
16804
16805 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16806 where it could stop at the same level in a preceding sexp when
16807 PAREN-LEVEL is set.
16808
16809 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16810 text property lookup only when it's needed.
16811
16812 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16813 Change the policy for paren marked angle brackets to be more
16814 persistent; once marked they remain marked even when they're found
16815 to be unbalanced in the searched region. This should keep the
16816 paren syntax around even when individual lines are refontified in
16817 multiline template arglists.
16818
16819 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16820 to control markup so that incorrect angle bracket arglists aren't
16821 marked in contexts where the correct value for
16822 `c-disallow-comma-in-<>-arglists' isn't known.
16823
16824 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16825 argument has become `c-parse-and-markup-<>-arglists'.
16826
16827 (c-remove-<>-arglist-properties): Remove - no longer used.
16828
16829 (c-after-change-check-<>-operators): New function used on
16830 `after-change-functions' to avoid that "<" and ">" characters that
16831 are part of longer operators have paren syntax.
16832
16833 (c-<>-multichar-token-regexp): New language variable used by
16834 `c-after-change-check-<>-operators'.
16835
16836 (c-after-change): Call `c-after-change-check-<>-operators'.
16837
16838 (c-font-lock-<>-arglists): Use the context properties set by
16839 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16840 correctly to avoid doing invalid markup.
16841
16842 (c-font-lock-declarations): Remove code that undoes the invalid
16843 markup done by `c-font-lock-<>-arglists'.
16844
16845 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16846 after `c-font-lock-declarations'.
16847
16848 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16849 Add paren-level feature.
16850
16851 (c-guess-basic-syntax): Improve the anchor position for
16852 `template-args-cont' in nested template arglists. There's still
16853 much to be desired in this area, though.
16854
16855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16856
16857 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16858 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16859
16860 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16861
16862 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16863 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16864
16865 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16866 it doesn't work no longer are supported.
16867
16868 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16869 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16870 requires support for the syntax-table' text property, which rules
16871 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16872 cruft associated with those versions.
16873
16874 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16875 for the `syntax-table' text property, which rules out Emacs 19 and
16876 XEmacs < 21.4. Removed various compatibility cruft associated
16877 with those versions.
16878
16879 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16880 support for the `syntax-table' text property.
16881
16882 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16883 variable and use an extra quoted face name instead. All the
16884 emacsen flavors handle that correctly.
16885
16886 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16887 (c-font-lock-declarators, c-font-lock-declarations)
16888 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16889 property to mark the items in in declarator lists to handle
16890 refontification inside multiline declarations better.
16891
16892 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16893 construct like "a * b = c;" as a declaration.
16894
16895 2005-12-08 Kim F. Storm <storm@cua.dk>
16896
16897 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16898 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16899 select either meta, hyper, or super modifier for rectangle commands.
16900 (cua--rectangle-modifier-key): New defvar.
16901 (cua--M/H-key): Use it. Remove special case for `space'.
16902 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16903 on X, to meta otherwise. Always bind C-return to toggle
16904 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16905
16906 * emulation/cua-rect.el (cua-help-for-rectangle):
16907 Use cua--rectangle-modifier-key. Handle super modifier too.
16908 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16909 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16910
16911 * ido.el: Move Acknowledgements and History after Commentary.
16912 Minor changes to Commentary.
16913
16914 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16915 keymap if cua--prefix-override-timer is `shift'.
16916 (cua--shift-control-prefix): New function; emulate "type prefix
16917 key twice" functionality to handle shifted prefix key override.
16918 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16919 New commands.
16920 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16921
16922 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16923
16924 * textmodes/org.el (org-insert-heading): Try to do items before
16925 headings.
16926 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16927 (org-insert-item): New function.
16928 (org-renumber-ordered-list): Don't skip to higher level lists.
16929
16930 2005-12-08 Juri Linkov <juri@jurta.org>
16931
16932 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16933
16934 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16935
16936 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16937
16938 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16939 the constructed function name fun-1.
16940
16941 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
16942 because such links don't lead to parent documentation.
16943
16944 2005-12-08 Kenichi Handa <handa@m17n.org>
16945
16946 * descr-text.el (describe-char): Use *Help-2* buffer if the
16947 current buffer is *Help*. Call describe-text-properties while
16948 setting the original buffer.
16949
16950 2005-12-07 Bill Wohler <wohler@newt.com>
16951
16952 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
16953 and causes problems with non-MH users (such as Gnus users).
16954
16955 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
16956
16957 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
16958 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
16959 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
16960 command "info sources". Move calls to GDB command "list".
16961 (gdb-find-file-hook): Just use gdb-source-file-list.
16962 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
16963 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
16964 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
16965 (gdb-data-list-register-values-handler): Use correct trigger name.
16966
16967 2005-12-07 Kim F. Storm <storm@cua.dk>
16968
16969 * ido.el (ido-completion-map): Rename from ido-mode-map.
16970 (ido-common-completion-map, ido-file-completion-map)
16971 (ido-file-dir-completion-map, ido-buffer-completion-map):
16972 Rename from ido-mode-....-map.
16973 (ido-init-completion-maps): Rename from ido-init-mode-maps.
16974 (ido-setup-completion-map): Rename from ido-define-mode-map.
16975 (ido-read-internal): Bind minibuffer-local-filename-completion-map
16976 to ido-completion-map.
16977
16978 2005-12-07 Kenichi Handa <handa@m17n.org>
16979
16980 * international/mule-cmds.el
16981 (set-display-table-and-terminal-coding-system): If the coding
16982 system specified in `unibyte-display' property is different from
16983 the arg coding-system, don't setup standard-display-table.
16984
16985 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
16986
16987 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
16988 that comments end at \n, regardless of selective-display.
16989
16990 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
16991
16992 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
16993 (gdb-version): New variables.
16994 (gdb-source-file-list, gdb-register-names)
16995 (gdb-changed-registers): New variables for use with GDB 6.4+.
16996 (gdb-ann3): Replace with...
16997 (gdb-init-1, gdb-init-2): ...two new functions.
16998 (gdba, gdb-prompt): Call gdb-init-1.
16999 (gdb-get-version): New function. Call gdb-init-2 from here.
17000 (gud-watch): Make it work with mouse events too.
17001 (gdb-post-prompt): Don't add to queue until GDB version is known.
17002 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17003 (gdb-locals-mode): Use gdb-version.
17004 (gdb-memory-format-map, gdb-memory-unit-map)
17005 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17006 (gdb-locals-font-lock-keywords-1)
17007 (gdb-locals-font-lock-keywords-2): New variables.
17008 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17009 (gdb-set-gud-minor-mode-existing-buffers-1)
17010 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17011 (gdb-var-update-1, gdb-var-update-handler-1)
17012 (gdb-data-list-register-values-handler)
17013 (gdb-data-list-register-values-custom)
17014 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17015 (gdb-stack-list-locals-handler, gdb-get-register-names):
17016 New functions for use with GDB 6.4+.
17017 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17018 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17019 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17020 (gdb-stack-list-locals-regexp)
17021 (gdb-data-list-register-names-regexp): New regexps for use with
17022 GDB 6.4+.
17023
17024 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17025
17026 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17027
17028 2005-12-06 Nozomu Ando <nand@mac.com>
17029
17030 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17031 prompts work for AUTH PLAIN. Also reported by Steve Allan
17032 <seallan@verizon.net>.
17033
17034 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17035
17036 * frame.el (set-frame-parameter): Add doc string.
17037
17038 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17039
17040 * textmodes/org.el (org-occur-highlights): New variable.
17041 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17042 (org-highlight-sparse-tree-matches): New option.
17043 (org-do-occur): New function.
17044 (org-get-heading): Make it work also at beginning of line.
17045 (org-category-table): New variable.
17046 (org-get-category-table, org-get-category)
17047 (org-camel-to-words, org-link-search): New functions.
17048 (org-select-this-todo-keyword): New variable.
17049 (org-todo-list): New command.
17050 (org-shiftright, org-shiftleft): New commands.
17051 (org-agenda-todo): Add prefix argument.
17052 (org-show-hierarchy-above): New option.
17053 (org-show-todo-tree): Numerical prefix creates tree for specific
17054 TODO keyword.
17055 (org-outline-level): New function, to assign a level to plain
17056 lists items.
17057 (org-cycle-include-plain-lists): New option.
17058 (org-mode): Use `org-outline-level' as value of `outline-level'.
17059 (org-cycle): Temporarily switch `outline-regexp' if
17060 `org-cycle-include-plain-lists' is non-nil.
17061 (org-start-icalendar-file): Fix format bug.
17062 (org-agenda-get-day-entries): Create category table.
17063 (org-agenda-get-todos, org-agenda-get-timestamps)
17064 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17065 (org-agenda-get-blocks): Use `org-get-category'.
17066 (org-context-in-file-links): Rename from
17067 `org-line-numbers-in-file-links'.
17068
17069 2005-12-06 Romain Francoise <romain@orebokech.com>
17070
17071 * window.el (balance-windows): Delete extraneous third arg in call
17072 to `enlarge-window'.
17073
17074 2005-12-06 Kenichi Handa <handa@m17n.org>
17075
17076 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17077
17078 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17079
17080 * progmodes/gdb-ui.el (gdb-var-create-handler)
17081 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17082 (gdb-var-list-children-handler, gdb-var-update-handler):
17083 Current buffer is already gdb-partial-output-buffer, don't
17084 make it current again.
17085
17086 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17087
17088 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17089 (list-buffers-noselect): Use it.
17090
17091 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17092
17093 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17094 (mail-yank-ignored-headers): Use regexp-opt.
17095 (mail-mode-map): Move initialization into declaration.
17096 (mail-sent-via): Remove unused shadowed var `to-line'.
17097 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17098 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17099 (mail-do-fcc): Use dolist and push.
17100 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17101 (mail-yank-ignored-headers): Don't autoload.
17102
17103 2005-12-05 Kenichi Handa <handa@m17n.org>
17104
17105 * international/mule-cmds.el (set-language-info-internal): New fun.
17106 (set-language-info): Call set-language-info-internal to update
17107 language-info-alist. If LANG-ENV is the current one, call
17108 set-language-environment to make INFO effective now.
17109 (set-language-info-alist): Likewise.
17110 (locale-language-names): With locale "en", use English
17111 lang. env. but set the default codings to iso-8859-1.
17112
17113 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17114
17115 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17116 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17117 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17118 for plain strings.
17119 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17120 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17121 Create registers buffer if necessary. Echo new state in minibuffer.
17122 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17123
17124 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17125
17126 * info.el (Info-fontify-node): Match external links using
17127 non-directory part of filename.
17128
17129 2005-12-04 Juri Linkov <juri@jurta.org>
17130
17131 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17132 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17133 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17134 because there is no customization option for it.
17135
17136 * font-lock.el (lisp-font-lock-keywords-1):
17137 Add define-global-minor-mode.
17138
17139 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17140
17141 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17142 properties on the constructed variable names.
17143
17144 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17145 Put `definition-name' properties on the constructed function names
17146 next-sym and prev-sym.
17147
17148 * emacs-lisp/find-func.el (find-function-regexp):
17149 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17150 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17151 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17152 and easy-menu-define.
17153
17154 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17155 easy-mmode-define-global-mode and define-global-minor-mode.
17156 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17157
17158 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17159 instead of easy-mmode-define-global-mode.
17160
17161 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17162 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17163
17164 * cus-edit.el (customize-group, customize-group-other-window):
17165 Filter out autoloaded options from the group completion list by
17166 using heuristics that autoloaded groups don't have `custom-autoload'
17167 property on their symbols (they have only `custom-loads').
17168
17169 * simple.el (completion-setup-function): Put completions-common-part
17170 face on complete completion string too (i.e. completion string
17171 without completions-first-difference face).
17172
17173 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17174
17175 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17176
17177 * view.el (view-mode): Doc fix.
17178
17179 * disp-table.el (standard-display-european): Add to the warning
17180 message a reference to the doc string.
17181
17182 * play/yow.el (apropos-zippy): Call print-help-return-message,
17183 similar to other Help and Apropos commands.
17184
17185 * help.el (print-help-return-message): If pop-up-frames is
17186 non-nil, set up help-return-method to delete the help window and,
17187 possibly, its frame as well, and don't display message about
17188 scrolling the help window. Doc fix.
17189 (help-return-method): Doc fix.
17190
17191 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17192
17193 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17194 whereby names of length one or names starting with a
17195 symbol-constituent character would not be returned.
17196
17197 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17198
17199 * subr.el (atomic-change-group): Add edebug and indentation spec.
17200
17201 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17202
17203 * completion.el (save-completions-file-name): Fix typo in last change.
17204
17205 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17206
17207 * info.el: Move back/forward history to the beginning of the tool bar.
17208
17209 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17210
17211 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17212 Add fset of allout-real-isearch-abort during compile to fix
17213 byte-compilation warnings.
17214 (allout-mode-p): Move definition of this macro above all uses, or
17215 byte compilation in barren Emacs (eg, during Emacs build) will
17216 lack the definition.
17217 (allout-mode): Move this variable above any uses, or byte
17218 compilation will fail.
17219 (allout-resolve-xref): Remove use of personal file-reference function.
17220 (allout-toggle-current-subtree-encryption): Do the current (ie,
17221 visible containing) topic, rather than nearest around point. Doc fix.
17222 (allout-toggle-subtree-encryption): New function, workhorse that
17223 works on nearest topic containing point.
17224 (allout-encrypt-string): Signal requirement for newer version of pgg.
17225 (allout-resumptions): Doc fix.
17226
17227 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17228
17229 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17230
17231 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17232
17233 * textmodes/flyspell.el (flyspell-external-point-words):
17234 Consider a misspelling as found in the string search if: (a) misspelling
17235 and found string lengths match, or (b) misspelling is found as
17236 element in a boundary-chars separated longer string, or (c)
17237 ispell-program-name is really ispell and misspelling is found as
17238 part of a TeX string. After successful match move beginning of
17239 search region to end of match. Warn about not found misspellings
17240 once the process is done.
17241 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17242
17243 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17244
17245 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17246 tool bar (removed inadvertently).
17247
17248 2005-12-02 Juri Linkov <juri@jurta.org>
17249
17250 * log-view.el (log-view-diff): Clarify doc string.
17251
17252 2005-12-01 Bill Wohler <wohler@newt.com>
17253
17254 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17255 triggers lm-verify errors.
17256
17257 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17258
17259 * simple.el (transient-mark-mode, line-number-mode)
17260 (column-number-mode, size-indication-mode): Remove `:require nil'.
17261
17262 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17263
17264 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17265 in the margin also.
17266 (gdb-breakpoints-mode-map): Use D instead of d for
17267 gdb-delete-breakpoint.
17268 (gdb-get-frame-number): Require a number to match on.
17269 (gdb-threads-mode-map): Add follow-link binding.
17270
17271 2005-11-30 Jason Rumney <jasonr@gnu.org>
17272
17273 * isearch.el (isearch-mode-map): Avoid exiting search on
17274 language-change event.
17275
17276 2005-11-30 Romain Francoise <romain@orebokech.com>
17277
17278 * speedbar.el (speedbar-default-position): New defcustom.
17279 (speedbar-frame-reposition-smartly): Use it.
17280
17281 * dframe.el (dframe-reposition-frame-emacs): Fix position
17282 computation for `left' location.
17283 Update copyright year.
17284
17285 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * help.el (help-map): Move initialization into declaration.
17288
17289 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17290
17291 * help-fns.el (help-argument-name): Don't autoload.
17292 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17293 to be re-loaded when customizing the `help' group.
17294
17295 2005-11-30 John Paul Wallington <jpw@gnu.org>
17296
17297 * help-fns.el (describe-function-1): Fill arglist output.
17298
17299 2005-11-30 Kim F. Storm <storm@cua.dk>
17300
17301 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17302 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17303 after revert-buffer (or anything else which kills all local variables).
17304
17305 * apropos.el (apropos-parse-pattern): Doc fix.
17306 Set apropos-regexp directly, rather than expecting callers to do so.
17307 (apropos-command, apropos, apropos-value, apropos-documentation):
17308 Simplify calls to apropos-parse-pattern.
17309
17310 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17311
17312 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17313 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17314 (hi-lock-write-interactive-patterns): Use comment-region.
17315
17316 * longlines.el (longlines-mode): Add mail-setup-hook.
17317
17318 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17319
17320 * simple.el (sendmail-user-agent-compose, next-line):
17321 Conditionally use hard-newline.
17322
17323 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17324
17325 * international/latexenc.el (latex-inputenc-coding-alist):
17326 Reword doc string.
17327
17328 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17329
17330 * help.el (describe-key-briefly, describe-key): Recognize default
17331 bindings.
17332
17333 2005-11-29 Romain Francoise <romain@orebokech.com>
17334
17335 * view.el (view-inhibit-help-message): New defcustom.
17336 (view-mode-enter): Use it.
17337
17338 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17339
17340 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17341 Preserve user position.
17342
17343 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17344
17345 * font-lock.el: Throw error if facemenu is not loaded to prevent
17346 accidental change of loading order in loadup.el. (Suggested by RMS.)
17347
17348 * loadup.el: Add comment explaining why facemenu must be loaded
17349 before font-lock.
17350
17351 2005-11-28 Jay Belanger <belanger@truman.edu>
17352
17353 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17354 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17355
17356 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17357
17358 * calc/calc-embed.el (calc-do-embedded): Update help message.
17359
17360 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17361
17362 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17363
17364 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17365
17366 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17367 called-interactively-p.
17368 (elp-profilable-p): Rename from elp-not-profilable-p.
17369 Invert result and take into account macros and autoloaded functions.
17370 (elp-instrument-function): Update call.
17371 (elp-instrument-package): Update call. Add completion.
17372 (elp-pack-number): Use match-string.
17373 (elp-results-jump-to-definition-by-mouse): Merge into
17374 elp-results-jump-to-definition and then remove.
17375 (elp-output-insert-symname): Make help echo text single-line.
17376
17377 * replace.el (query-replace-map): Move initialization into declaration.
17378 (occur-engine): Use with-current-buffer.
17379 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17380 (occur-mode-mouse-goto): Replace with an alias.
17381
17382 2005-11-28 Juri Linkov <juri@jurta.org>
17383
17384 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17385
17386 * term/w32-win.el: Bind [S-tab] to [backtab].
17387
17388 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17389 `Info-find-file' to t.
17390
17391 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17392 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17393 and same-window-regexps.
17394 (occur-next-error): Don't move point for arg 0.
17395
17396 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17397
17398 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17399
17400 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17401
17402 * log-edit.el (log-edit-changelog-use-first): New var.
17403 (log-edit-changelog-ours-p): Use it.
17404 (log-edit-insert-changelog): Set it with new arg `use-first'.
17405 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17406 (log-edit-hook): Add them to the list of suggested options.
17407
17408 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17409 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17410 redundant work.
17411 (flyspell-mode-on): Use add-hook for after-change-functions.
17412 (flyspell-mode-off): Use remove-hook for after-change-functions.
17413 (flyspell-changes): Make it buffer-local.
17414 (flyspell-after-change-function): Make it non-interactive. Use push.
17415 (flyspell-post-command-hook): Check input-pending-p while processing
17416 the potentially long list of buffer changes.
17417
17418 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17419
17420 * buff-menu.el (list-buffers-noselect): Display the selected
17421 frame's buffer list, not the global one.
17422
17423 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17424
17425 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17426 that (list last-input-event) works as in interactive spec.
17427
17428 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17429
17430 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17431 `facemenu-keymap' needs to be defined when font-lock is loaded.
17432 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17433
17434 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17435
17436 * completion.el: Remove useless leading * in defcustom docstrings.
17437 (save-completions-file-name): Use ~/.emacs.d if available.
17438 (completion-standard-syntax-table): Rename from
17439 cmpl-standard-syntax-table and fold initialization into declaration,
17440 thus removing cmpl-make-standard-completion-syntax-table.
17441 (completion-lisp-syntax-table, completion-c-syntax-table)
17442 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17443 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17444 (symbol-under-point, symbol-before-point)
17445 (symbol-under-or-before-point, symbol-before-point-for-complete)
17446 (add-completions-from-c-buffer): Use with-syntax-table.
17447 (make-completion): Don't return a list of completion entries.
17448 Update callers.
17449 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17450 (completion-initialize): Rename from initialize-completions.
17451 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17452 (kill-emacs-save-completions): Collect stats here.
17453 (save-completions-to-file, load-completions-from-file):
17454 Use with-current-buffer.
17455 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17456 into a function. Move all calls to toplevel.
17457 (completion-lisp-mode-hook): New fun.
17458 (completion-c-mode-hook, completion-setup-fortran-mode):
17459 Set the syntax-table here. Use local-set-key.
17460 (completion-saved-bindings): New var.
17461 (dynamic-completion-mode): Make it into a proper minor mode.
17462 (load-completions-from-file): Remove unused var `num-uses'.
17463
17464 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17465 constructor if it is explicitly overridden.
17466
17467 * complete.el (PC-completion-as-file-name-predicate):
17468 Use minibuffer-completing-file-name.
17469 (partial-completion-mode): Use find-file-not-found-functions.
17470 (PC-lisp-complete-symbol): Use with-syntax-table.
17471 (PC-look-for-include-file): Remove dead setq.
17472 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17473 (PC-complete): Use with-current-buffer.
17474
17475 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17476 escape single quotes.
17477
17478 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17479
17480 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17481 of `if' whose condition always returned nil. Doc fix.
17482
17483 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17484 window's buffer the current buffer around the call to
17485 `list-buffers-noselect'. This is necessary to mark that buffer
17486 with a `.' in the Buffer Menu when called from Lisp, for instance
17487 by Auto Revert Mode.
17488
17489 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17490
17491 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17492 attaching to it.
17493 (gdb-pre-prompt): Make sure gdb-error is reset.
17494
17495 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17496 with a child process, detect it.
17497 (gud-speedbar-buttons): Match regexp more carefully.
17498
17499 2005-11-27 Richard M. Stallman <rms@gnu.org>
17500
17501 * mouse.el (mouse-drag-move-window-bottom):
17502 Use adjust-window-trailing-edge.
17503
17504 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17505
17506 * simple.el (blink-matching-open): Ignore
17507 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17508 (blink-matching-paren-on-screen): Update docstring.
17509
17510 * paren.el (show-paren-mode): No longer change
17511 `blink-matching-paren-on-screen'.
17512
17513 2005-11-27 John Paul Wallington <jpw@pobox.com>
17514
17515 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17516 (gdb-threads-select, gdb-edit-register-value):
17517 Use `posn-set-point' instead of `mouse-set-point' because the
17518 latter is not fbound when configured without X.
17519
17520 2005-11-27 Kim F. Storm <storm@cua.dk>
17521
17522 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17523 existing face when partially highlighting a TAB in a rectangle.
17524
17525 2005-11-26 Kim F. Storm <storm@cua.dk>
17526
17527 * ido.el (ido-mode-map): Doc fix.
17528 (ido-mode-common-map, ido-mode-file-map)
17529 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17530 (ido-define-mode-map): Rewrite. Select one of the new maps as
17531 parent for ido-mode-map instead of building from scratch.
17532 (ido-init-mode-maps): New defun to initialize new maps.
17533 (ido-mode): Call it.
17534 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17535 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17536
17537 2005-11-26 John Paul Wallington <jpw@pobox.com>
17538
17539 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17540 `mouse-set-point' because the latter is not fbound when configured
17541 without X.
17542
17543 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17544
17545 * files.el (file-relative-name): Doc fix.
17546
17547 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17548
17549 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17550 non-empty string for secondary prompt PS2.
17551
17552 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17553
17554 * progmodes/compile.el (compilation-setup): Fix last change.
17555
17556 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17557
17558 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17559 (gdb-mouse-toggle-breakpoint-margin)
17560 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17561 Add gdb-server-prefix to keep out of command history.
17562 (gdb-edit-register-value): New function.
17563 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17564 (gdb-info-registers-custom): Use above map.
17565
17566 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17567
17568 * custom.el (enable-theme): Signal error if argument is not a
17569 theme. Don't recalculate a face if it's not loaded yet.
17570
17571 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17572 the `user' theme is in effect.
17573
17574 * info.el (Info-on-current-buffer): Record actual filename in
17575 Info-current-file, instead of t, or a fake filename if a non-file
17576 buffer. Make autoload.
17577 (Info-find-node, Info-revert-find-node): No need to check for
17578 Info-current-file nil.
17579 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17580 Info-current-file is now never `t'.
17581 (Info-fontify-node): Many simplifications due to Info-current-file
17582 always being valid. Use Info-find-file to find node filename.
17583
17584 2005-11-25 David Kastrup <dak@gnu.org>
17585
17586 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17587 new character, then delete" in order to preserve markers.
17588
17589 2005-11-25 David Ponce <david@dponce.com>
17590
17591 * recentf.el (recentf-arrange-by-rule): Handle a special
17592 `auto-mode-alist'-like "strip suffix" rule.
17593 (recentf-build-mode-rules): Handle second level auto-mode entries.
17594
17595 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17596
17597 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17598 window modes.
17599
17600 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17601 jde-javadoc-checker-report-mode.
17602
17603 * ediff-wind (ediff-make-wide-display): Slight simplification.
17604
17605 * ediff.el (ediff-date): Change the date of last update.
17606
17607 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17608
17609 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17610 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17611 (hi-lock-mode): New global minor mode.
17612 (turn-on-hi-lock-if-enabled): New function.
17613 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17614 Change arguments to regexp and face instead of a font-lock pattern.
17615 Directly set face property, instead of refontifying.
17616 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17617 (hi-lock-find-patterns): Use line-number-at-pos.
17618
17619 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17620 arguments for hi-lock-set-pattern.
17621 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17622 Call font-lock-fontify-buffer.
17623 (hi-lock-find-file-hook, hi-lock-current-line)
17624 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17625
17626 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17627 turned off.
17628
17629 * progmodes/compile.el (compilation-setup): Don't fiddle with
17630 font-lock-defaults.
17631
17632 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17633
17634 * progmodes/gdb-ui.el (gdb-var-create-handler)
17635 (gdb-var-list-children-handler): Find values for all variable
17636 objects. gud-speedbar-buttons decides whether to display them.
17637
17638 2005-11-24 Romain Francoise <romain@orebokech.com>
17639
17640 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17641 buffer name with a space.
17642
17643 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17644
17645 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17646 `org-export-local-list-max-depth'. Change default value to 3.
17647 (org-auto-renumber-ordered-lists)
17648 (org-plain-list-ordered-item-terminator): New options.
17649 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17650 (org-get-indentation, org-get-string-indentation)
17651 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17652 New functions.
17653 (org-move-item-down, org-move-item-up): New commands.
17654 (org-export-as-html): New classes for CSS support. Bug fix in
17655 regular expression detecting fixed-width regions. Respect
17656 `org-local-list-ordered-item-terminator'.
17657 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17658 also a list item.
17659 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17660 New item moving functions.
17661
17662 2005-11-24 Juri Linkov <juri@jurta.org>
17663
17664 * isearch.el (isearch-repeat): With empty search ring set
17665 `isearch-error' to the error string instead of signaling error
17666 with the function `error'.
17667
17668 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17669
17670 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17671
17672 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17673
17674 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17675 and variable.
17676 (gdb-var-create-handler, gdb-var-list-children-handler):
17677 Don't match on "char **...".
17678 (gdb-var-update-handler): Find values for all variable objects.
17679 (gdb-info-frames-custom): Identify frames by leading "#".
17680
17681 * progmodes/gud.el (gud-speedbar-menu-items): Add
17682 gdb-speedbar-auto-raise as radio button.
17683 (gud-speedbar-buttons): Raise speedbar if requested.
17684 Don't match on "char **...".
17685 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17686 Make it editable.
17687
17688 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17689
17690 * info.el (Info-fontify-node): Handle the case where
17691 Info-current-file is t.
17692
17693 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17694
17695 * simple.el (blink-matching-open): Fix off-by-one in last change.
17696
17697 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17698
17699 * term/mac-win.el: Don't change default directory.
17700
17701 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17702
17703 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17704 buffers correctly. (It used to throw an error in such buffers.)
17705 Make it ask for confirmation in group buffers and other Custom
17706 buffers containing more than one customization item.
17707
17708 2005-11-22 John Paul Wallington <jpw@gnu.org>
17709
17710 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17711 property on mail and url overlays.
17712 (goto-address-at-point): Use `posn-set-point' instead of
17713 `mouse-set-point' because the latter is not fbound when configured
17714 without X.
17715
17716 2005-11-22 Lars Hansen <larsh@soem.dk>
17717
17718 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17719 (ls-lisp-classify, ls-lisp-format): Delete call to
17720 ls-lisp-parse-symlink.
17721 (ls-lisp-handle-switches): Handle symlinks to directories as
17722 directories when ls-lisp-dirs-first in non-nil.
17723
17724 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17725
17726 * startup.el (command-line): Make sure that loaddefs.el is handled
17727 correctly in load-history.
17728
17729 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17730
17731 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17732 (gdb-struct-string, gdb-array-string): New constants.
17733 (gdb-info-locals-handler): Use them.
17734 (gdb-reset): Reset gdb-var-list to nil.
17735
17736 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17737
17738 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17739 in patterns.
17740
17741 2005-11-21 Juri Linkov <juri@jurta.org>
17742
17743 * custom.el (defcustom): Update link types in docstring.
17744
17745 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17746
17747 * custom.el (defgroup): Add doc-string-elt info.
17748
17749 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17750
17751 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17752
17753 * newcomment.el (comment-enter-backward): Fix last fix.
17754
17755 * simple.el (blink-matching-open):
17756 * paren.el (show-paren-function): Allow new paren-class info.
17757
17758 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17759
17760 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17761 handled automagically.
17762
17763 2005-11-20 Andreas Schwab <schwab@suse.de>
17764
17765 * descr-text.el (describe-char): When copying overlays put them
17766 over the full char description instead of just the first character
17767 of it.
17768
17769 2005-11-20 Juri Linkov <juri@jurta.org>
17770
17771 * simple.el (what-cursor-position):
17772 * descr-text.el (describe-char): Use Lisp-readable syntax
17773 for octal and hex. Reorder decimal, octal and hex values.
17774 Remove excess whitespace in the output. Use `=' in `column='
17775 like in `point=' and `Hscroll='.
17776
17777 * international/mule-cmds.el (encoded-string-description):
17778 Use Lisp-readable syntax for hex.
17779
17780 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17781
17782 * newcomment.el (comment-enter-backward): Handle the case where the
17783 comment is closed by EOB.
17784
17785 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17786
17787 * longlines.el (longlines-before-revert-hook)
17788 (longlines-after-revert-hook): New functions.
17789 (longlines-mode): Turn off longlines temporarily when reverting.
17790 Add a message-setup-hook.
17791 (longlines-decode-buffer): New function.
17792 (longlines-wrap-line): Preserve marker positions.
17793
17794 2005-11-19 Andreas Schwab <schwab@suse.de>
17795
17796 * emacs-lisp/shadow.el: Handle compressed files.
17797
17798 2005-11-19 Romain Francoise <romain@orebokech.com>
17799
17800 * net/browse-url.el (browse-url-default-browser): Signal an error
17801 if no usable browser can be found, rather than try to load w3.
17802
17803 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17804
17805 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17806 replacing existing properties.
17807 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17808 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17809 tty specs.
17810 (rcirc-server-prefix, rcirc-server): New faces.
17811 (rcirc-url-regexp): Generate with rx macro.
17812 (rcirc-last-server-message-time): New variable.
17813 (rcirc-filter): Record time of last message.
17814 (rcirc-keepalive): Kill processes that did not send a message
17815 since the last ping.
17816 (rcirc-mode): Give rcirc-topic a local binding here.
17817
17818 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17819
17820 * subr.el (read-passwd): Fontify the prompt as we do with other
17821 prompts.
17822
17823 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17824
17825 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17826 binding buffer-read-only to nil.
17827
17828 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17829
17830 * complete.el (partial-completion-mode):
17831 Mention completion-auto-help in the doc string.
17832
17833 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17834 more Lisp-ish way.
17835
17836 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17837
17838 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17839 digits, not 8, to avoid misalignment for files larger than 100MB.
17840
17841 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17842
17843 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17844 Mention "keyboard shortcuts" in the help text.
17845
17846 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17847
17848 * startup.el (fancy-splash-default-action): Discard only
17849 mouse-down and succeeding mouse-up events in the splash screen
17850 window so that drag-n-drop event can be processed.
17851
17852 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17853
17854 * longlines.el (longlines-mode): Add hacks for mail-mode and
17855 message-mode.
17856
17857 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17858
17859 * textmodes/org.el (org-table-sort-lines): New command.
17860 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17861 (org-add-file): Command removed, use `org-agenda-file-to-front'
17862 instead.
17863 (org-export-icalendar): Use `org-icalendar-combined-name'.
17864 (org-cycle-agenda-files, org-agenda-file-to-end)
17865 (org-agenda-file-to-front): New commands.
17866 (org-table-tab-jumps-over-hlines, org-export-html-style):
17867 New options.
17868 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17869 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17870 New functions.
17871 (org-fill-paragraph): Call `org-table-align' in tables.
17872 (org-mode): Call `org-set-autofill-regexps'.
17873 (org-export-as-html): Support for local handformatted lists.
17874 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17875 (org-export-local-list-max-depth): New option.
17876 (org-html-expand): Use `org-html-protect'.
17877
17878 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17879
17880 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17881 to "p".
17882 (gdb): Move definition of gud-pp to...
17883
17884 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17885 speedbar.
17886 (gdb-find-watch-expression): New function.
17887
17888 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17889
17890 * faces.el (face-attribute, set-face-attribute): Mention existence
17891 of `:ignore-defface' setting in docstring.
17892
17893 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17894
17895 * simple.el (completion-setup-function): Fix last change.
17896
17897 2005-11-17 John Paul Wallington <jpw@pobox.com>
17898
17899 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17900 Use `posn-set-point' instead of `mouse-set-point' because the
17901 latter is not fbound when configured without X.
17902
17903 * comint.el (comint-insert-input): Likewise.
17904
17905 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17906
17907 * simple.el (hard-newline): New variable.
17908 (sendmail-user-agent-compose, next-line): Use it.
17909
17910 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17911 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17912 (mail-mail-reply-to, mail-mail-followup-to)
17913 (mail-position-on-field, mail-signature, mail-yank-original)
17914 (mail-attach-file): Likewise.
17915
17916 * mail/mailheader.el (mail-header-format)
17917 (mail-header-format-function): Likewise.
17918
17919 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17920
17921 2005-11-17 Juri Linkov <juri@jurta.org>
17922
17923 * font-lock.el (font-lock-faces): Rename this defgroup from
17924 `font-lock-highlighting-faces'.
17925 (font-lock-comment-face, font-lock-comment-delimiter-face)
17926 (font-lock-string-face, font-lock-doc-face)
17927 (font-lock-keyword-face, font-lock-builtin-face)
17928 (font-lock-function-name-face, font-lock-variable-name-face)
17929 (font-lock-type-face, font-lock-constant-face)
17930 (font-lock-warning-face, font-lock-negation-char-face)
17931 (font-lock-preprocessor-face)
17932 (font-lock-regexp-grouping-backslash)
17933 (font-lock-regexp-grouping-construct): Rename :group from
17934 `font-lock-highlighting-faces' to `font-lock-faces'.
17935
17936 * cus-edit.el (lisp, c, tex):
17937 * progmodes/ada-mode.el (ada):
17938 * progmodes/asm-mode.el (asm):
17939 * progmodes/cperl-mode.el (cperl-faces):
17940 * progmodes/cpp.el (cpp):
17941 * progmodes/dcl-mode.el (dcl):
17942 * progmodes/f90.el (f90):
17943 * progmodes/fortran.el (fortran):
17944 * progmodes/icon.el (icon):
17945 * progmodes/idlwave.el (idlwave-misc):
17946 * progmodes/m4-mode.el (m4):
17947 * progmodes/make-mode.el (makefile):
17948 * progmodes/meta-mode.el (meta-font):
17949 * progmodes/modula2.el (modula2):
17950 * progmodes/octave-mod.el (octave):
17951 * progmodes/pascal.el (pascal):
17952 * progmodes/perl-mode.el (perl):
17953 * progmodes/prolog.el (prolog):
17954 * progmodes/ps-mode.el (PostScript-edit):
17955 * progmodes/scheme.el (scheme):
17956 * progmodes/sh-script.el (sh-script):
17957 * progmodes/simula.el (simula):
17958 * progmodes/tcl.el (tcl):
17959 * textmodes/nroff-mode.el (nroff):
17960 * textmodes/reftex-vars.el (reftex-fontification-configurations):
17961 * textmodes/sgml-mode.el (sgml):
17962 * textmodes/texinfo.el (texinfo):
17963 Add :link (custom-group-link font-lock-faces) to defgroup.
17964
17965 * hi-lock.el (hi-lock): Rename this defgroup from
17966 `hi-lock-interactive-text-highlighting'. Change parent group from
17967 `faces' to `font-lock'. Add link to the manual.
17968 (hi-lock-mode, hi-lock-file-patterns-range)
17969 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
17970 `hi-lock-interactive-text-highlighting' to `hi-lock'.
17971 (hi-lock-faces): Add :group `faces'.
17972
17973 * cus-edit.el (custom-variable-prompt): Clarify the code.
17974
17975 * faces.el (face-read-string): Set the default value arg of
17976 completing-read.
17977
17978 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
17979
17980 * rfn-eshadow.el (file-name-shadow-properties)
17981 (file-name-shadow-tty-properties, file-name-shadow-mode):
17982 Remove autoloads, because the file is now preloaded.
17983
17984 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
17985
17986 * printing.el (easy-menu-intern): Don't define.
17987 (pr-get-symbol): Use easy-menu-intern only if defined.
17988
17989 * simple.el (blink-matching-open): Simplify a bit.
17990 (completion-setup-function): Fix the case of partial-completion-mode
17991 when the minibuffer's contents start with "-".
17992 Obey completion-base-size-function even when
17993 minibuffer-completing-file-name is non-nil.
17994
17995 2005-11-16 Richard M. Stallman <rms@gnu.org>
17996
17997 * net/eudcb-ph.el (eudc-ph-open-session):
17998 Use set-process-query-on-exit-flag.
17999
18000 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18001
18002 * international/ucs-tables.el (ucs-set-table-for-input):
18003 Use make-local-variable, not make-variable-buffer-local.
18004
18005 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18006 Improve warning message text.
18007
18008 * savehist.el (savehist-save-hook): Add :group.
18009
18010 * menu-bar.el (menu-bar-help-menu):
18011 Rename Find Extra Packages to External Packages.
18012
18013 * cus-edit.el (Custom-reset-standard): Verify that
18014 :custom-standard-value prop exists before calling it.
18015
18016 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18017
18018 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18019
18020 * wid-edit.el (color): Enclose %t in %{...%}.
18021
18022 * cus-edit.el (face): Enclose %t in %{...%}.
18023
18024 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18025
18026 * savehist.el (savehist-mode-hook): Re-add the var.
18027 (savehist-mode): Use it.
18028
18029 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18030
18031 * textmodes/flyspell.el: Fix commenting convention.
18032 Remove unnecessary leading * in custom docstrings.
18033 (flyspell-emacs): Remove unused var.
18034 (flyspell-delete-region-overlays): Use remove-overlays.
18035 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18036 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18037 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18038 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18039 (make-flyspell-overlay): Don't locally reuse a global name.
18040 (flyspell-highlight-incorrect-region)
18041 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18042 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18043 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18044 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18045 Wrap calls to accept-process-output inside with-local-quit since it's
18046 often called from a post-command-hook.
18047 (flyspell-correct-word, flyspell-auto-correct-word):
18048 Use ispell-send-string.
18049 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18050
18051 * calendar/diary-lib.el (diary-list-entries): Also hide the
18052 terminating newline.
18053
18054 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18055
18056 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18057 window-system, to allow fonts on tty.
18058
18059 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18060
18061 * progmodes/gud.el (gud-speedbar-item-info): New function.
18062 (gud-install-speedbar-variables): Use it to display data type
18063 of watch expression as a tooltip in speedbar.
18064
18065 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18066
18067 * font-core.el (global-font-lock-mode): Add :version keyword,
18068 because default was changed.
18069
18070 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18071
18072 * startup.el (command-line): Use `custom-reevaluate-setting' for
18073 `file-name-shadow-mode'.
18074
18075 * loadup.el: Preload rfn-eshadow.
18076
18077 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18078 Add :version keyword.
18079 (file-name-shadow-properties, file-name-shadow-tty-properties)
18080 (file-name-shadow): Add :version keyword.
18081
18082 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18083 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18084 in the custom-group property of the symbol frames and the fringe
18085 group got no link to its parent group frames.
18086 Doc fix.
18087
18088 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18089
18090 * progmodes/gud.el (gud-stop-subjob): New function.
18091 (gud-menu-map, gud-tool-bar-map): Use it.
18092
18093 2005-11-16 Kim F. Storm <storm@cua.dk>
18094
18095 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18096 than kill it.
18097 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18098 to a more useful/logical place.
18099
18100 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18101
18102 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18103 go buttons complementary.
18104
18105 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18108 (rfn-eshadow-sifn-equal): New function.
18109 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18110
18111 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18112
18113 * viper-utils.el (viper-non-word-characters-reformed-vi):
18114 Quote `-' in string.
18115
18116 * viper.el (viper-emacs-state-mode-list): Ensure that
18117 rcirc-mode buffers come up in Emacs state.
18118
18119 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18120 operation.
18121
18122 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18123
18124 * term.el (term-termcap-format): Fix typos.
18125 (term-down): Fix the negative argument case.
18126
18127 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18128
18129 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18130 2005-08-15.
18131 (gdb-ann3): New command gud-go.
18132 (menu): Accomodate gdb-mi.el.
18133 (gdb-assembler-custom): Make buffer of selected window current
18134 so that set-window-point works.
18135
18136 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18137 buttons and include new ones.
18138
18139 2005-11-16 Kim F. Storm <storm@cua.dk>
18140
18141 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18142 (gud-menu-map): Use it.
18143
18144 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18145
18146 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18147 that works correctly for Custom and that does not override a user
18148 who disables it.
18149
18150 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18151 (help-xref-interned, help-follow): Make hyperlinks for variables
18152 that are unbound, but have a non-nil variable-documentation property.
18153
18154 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18155 mode hook. (It conflicted with defcustoms for some mode hooks.)
18156 Use the `variable-documentation' property to give the mode hook a
18157 docstring and expand that docstring.
18158
18159 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18160
18161 * savehist.el (savehist-mode): Don't bother with
18162 `custom-set-minor-mode'.
18163 (savehist-coding-system): Check XEmacs version.
18164 (history-length): Declare also at run time.
18165 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18166 Don't set the customize state.
18167 (savehist-minibuffer-hook): Special case for when
18168 minibuffer-history-variable is equal to t.
18169
18170 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18171
18172 * files.el (write-file): Refresh VC status.
18173
18174 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18175 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18176 than fundamental-mode to see if the mode was set.
18177
18178 2005-11-14 Romain Francoise <romain@orebokech.com>
18179
18180 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18181 dummy function in `eval-when-compile' to avoid compiler warning.
18182 Require `man' at compile time.
18183
18184 2005-11-14 Jay Belanger <belanger@truman.edu>
18185
18186 * calc-alg.el (calcFunc-write-out-power): Rename it to
18187 calcFunc-powerexpand.
18188 (math-write-out-power): Rename it to math-powerexpand; have it
18189 handle negative exponents.
18190 (calc-writeoutpower): Rename it to calc-powerexpand.
18191
18192 * calc-ext.el: Change calcFunc-writeoutpower and
18193 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18194 autoloads.
18195 Add calcFunc-ldiv to autoloads.
18196
18197 * calc-arith.el (calcFunc-ldiv): New function.
18198
18199 * calc.el (calc-left-divide): New function.
18200
18201 2005-11-14 Juri Linkov <juri@jurta.org>
18202
18203 * cus-edit.el (custom-variable-prompt): Set the default value arg
18204 of completing-read.
18205
18206 * cus-dep.el (custom-make-dependencies): Reverse the list of
18207 found dependencies.
18208
18209 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18210
18211 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18212 Highlighting" entry, it is on by default now.
18213 (menu-bar-options-save): Do not save global-font-lock-mode.
18214
18215 2005-11-13 Richard M. Stallman <rms@gnu.org>
18216
18217 * textmodes/flyspell.el (flyspell-large-region):
18218 Call flyspell-accept-buffer-local-defs.
18219
18220 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18221
18222 * textmodes/flyspell.el (flyspell-notify-misspell):
18223 Fix misspelling of "Misspelling".
18224 (flyspell-process-localwords): New function.
18225 (flyspell-large-region): Call flyspell-process-localwords and
18226 flyspell-delete-region-overlays.
18227 (flyspell-delete-region-overlays): New function.
18228 (flyspell-delete-all-overlays): Call that.
18229
18230 2005-11-13 Richard M. Stallman <rms@gnu.org>
18231
18232 * help.el (help-for-help-internal): Improve doc of C-h a.
18233 (describe-key): Improve prompt; doc fix.
18234
18235 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * vc-svn.el (vc-svn-registered): Catch all errors.
18238
18239 * cus-dep.el (custom-make-dependencies): Typo.
18240
18241 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18242
18243 * net/tramp-util.el (top): Fix compilation warning.
18244
18245 2005-11-13 Kim F. Storm <storm@cua.dk>
18246
18247 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18248
18249 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18250
18251 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18252 (gud-speedbar-buttons): Match on "const char *" too.
18253
18254 * progmodes/gdb-ui.el (gdb-var-create-handler)
18255 (gdb-var-list-children-handler): Match on "const char *" too.
18256 (gdb-var-evaluate-expression-handler): Match on empty string.
18257 (gdb-var-update-handler): Only call
18258 gdb-var-evaluate-expression-handler when required.
18259
18260 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18261
18262 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18263 selected window. This still doesn't work for speedbar.
18264 (gud-speedbar-buttons): Handle string expressions properly.
18265
18266 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18267 (gdb-var-create-handler): Handle string expressions properly.
18268 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18269 Handle string expressions properly. Move "type" field into regexp.
18270
18271 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18272
18273 * bookmark.el (bookmark-maybe-message): New function to reduce
18274 code duplication: invokes `message' iff baud-rate is high enough.
18275 (bookmark-write-file): Use above instead of an inline conditional.
18276 (bookmark-load): Same.
18277
18278 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18279
18280 * bookmark.el (bookmark-write-file): Don't visit the destination
18281 file, just write the data to it using write-region. This is
18282 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18283 change to avoid visiting the file in the first place.
18284
18285 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18286
18287 * hi-lock.el (hi-lock-mode): Set the default value of
18288 font-lock-defaults.
18289
18290 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18291
18292 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18293 arg to `file-attributes'.
18294 (find-lisp-format): The UID and GID can now be strings.
18295
18296 2005-11-12 Kim F. Storm <storm@cua.dk>
18297
18298 * help.el (help-map): Bind C-h d to apropos-documentation.
18299
18300 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18301 when point is at end-of-buffer.
18302
18303 * apropos.el (apropos-match-face): Doc fix.
18304 (apropos-sort-by-scores): Add new choice `verbose'.
18305 (apropos-documentation-sort-by-scores): New defcustom.
18306 (apropos-pattern): Now contains the pattern entered by the user.
18307 (apropos-pattern-quoted): New defvar.
18308 (apropos-regexp): New defvar, containing the regexp corresponding
18309 to apropos-pattern.
18310 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18311 (apropos-read-pattern): New defun. Use it to read pattern arg in
18312 interactive calls; returns list of words for a word list, and
18313 string for a regexp.
18314 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18315 parses a list of words or regexp as returned by apropos-read-pattern.
18316 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18317 (apropos-score-doc): Return a very high score if the string
18318 entered by the user matches literally.
18319 (apropos-variable): Doc fix. Use apropos-read-pattern.
18320 (apropos-command): Doc fix. Use apropos-read-pattern and
18321 apropos-parse-pattern. Call apropos-print with nosubst=t.
18322 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18323 apropos-parse-pattern.
18324 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18325 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18326 apropos-documentation-sort-by-scores. Call apropos-print with
18327 nosubst=t.
18328 (apropos-documentation-internal): Pass doc string through
18329 substitute-key-definition before adding text properties.
18330 Highlight substring matching literal user input if possible.
18331 (apropos-documentation-check-doc-file): Remove locals beg and end.
18332 Fix calculation of score (as added twice). Pass doc string through
18333 substitute-key-definition before adding text properties.
18334 (apropos-documentation-check-elc-file): Pass doc string through
18335 substitute-key-definition before adding text properties.
18336 Highlight substring matching literal user input if possible.
18337 (apropos-print): Add new arg NOSUBST; if set, command and variable
18338 doc strings have already been passed through substitute-key-definition.
18339 Add code to handle apropos-accumulator items without score element
18340 for backwards compatibility (e.g. with woman package).
18341 Only show scores if apropos-sort-by-scores is `verbose'.
18342
18343 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18344
18345 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18346 Add jka-compr-load-suffixes to load-suffixes.
18347
18348 * jka-compr.el: Require jka-cmpr-hook.
18349 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18350 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18351 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18352 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18353 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18354 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18355 (jka-compr-uninstall): Remove entries from
18356 jka-compr-added-to-file-coding-system-alist after they are used.
18357 (jka-compr-error): Remove unused var `curbuf'.
18358 (jka-compr-file-local-copy): Remove unused var `notfound'.
18359
18360 2005-11-10 Romain Francoise <romain@orebokech.com>
18361
18362 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18363
18364 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18365
18366 * progmodes/gud.el (gud-menu-map): Move parentheses.
18367 (gdb): New command gud-pv.
18368
18369 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18370
18371 * tar-mode.el: Remove spurious or unnecessary leading stars
18372 in docstrings.
18373 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18374 (tar-parse-octal-integer-safe): Use mapc.
18375 (tar-header-block-summarize): Remove unused var `ck'.
18376 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18377 cleared before. Obey default-enable-multibyte-characters.
18378 Use mapconcat. Simplify setting of tar-header-offset.
18379 (tar-mode-map): Move initialization inside delcaration.
18380 (tar-flag-deleted): Use `abs'.
18381 (tar-expunge-internal): Remove unused var `line'.
18382 (tar-expunge-internal): Don't hardcode point-min==1.
18383 (tar-expunge): Widen while doing set-buffer-multibyte.
18384 (tar-rename-entry): Use file-name-coding-system.
18385 (tar-alter-one-field): Don't hardcode point-min==1.
18386 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18387 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18388
18389 2005-11-10 Masatake YAMATO <jet@gyve.org>
18390
18391 * add-log.el (add-log-current-defun): Handle class::method
18392 notation of c++. Fix incorrect comment.
18393
18394 2005-11-10 Alan Mackenzie <acm@muc.de>
18395
18396 * help-fns.el (describe-variable): Make C-h v work when a variable
18397 has variable documentation yet is unbound.
18398
18399 2005-11-10 Masatake YAMATO <jet@gyve.org>
18400
18401 * man.el (Man-highlight-references): Set an empty
18402 string to `Man-arguments' if it is nil.
18403 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18404
18405 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18406
18407 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18408 commenting conventions.
18409
18410 * cus-dep.el (custom-make-dependencies): Simplify.
18411 Better follow the commenting conventions.
18412
18413 2005-11-09 Richard M. Stallman <rms@gnu.org>
18414
18415 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18416 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18417 All uses changed.
18418 (apropos-rewrite-regexp): Doc fix.
18419 (apropos-variable, apropos-command, apropos, apropos-value):
18420 Change prompt; carry through the argument renaming.
18421
18422 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18423
18424 * find-lisp.el: Require dired.
18425 (find-lisp-find-dired-internal): Do not call
18426 `abbreviate-file-name' on DIR.
18427
18428 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18429
18430 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18431
18432 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18433
18434 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18435 when using the speedbar.
18436 (gdb): New command gud-pp.
18437 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18438
18439 2005-11-09 Juri Linkov <juri@jurta.org>
18440
18441 * replace.el (occur-excluded-properties): New defcustom.
18442 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18443
18444 2005-11-08 Jay Belanger <belanger@truman.edu>
18445
18446 * calc/calc-units.el (math-convert-units): Replace any composite
18447 unit by its definition.
18448
18449 2005-11-08 Lars Hansen <larsh@soem.dk>
18450
18451 * emacs-lisp/autoload.el (update-directory-autoloads):
18452 Add obsolete function alias.
18453
18454 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18455
18456 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18457 comment-indent-function.
18458 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18459
18460 * reveal.el (reveal-post-command): Rework the handling of
18461 reveal-open-spots, so as to be more reliable. There were several
18462 tricky corner cases where an open spot might be lost, or where
18463 a closed spot might end up on the list of open spots.
18464 Only reveal text that's ellipsised.
18465
18466 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18467
18468 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18469
18470 2005-11-07 John Paul Wallington <jpw@gnu.org>
18471
18472 * ibuffer.el (ibuffer): Search iconified frames too when
18473 getting Ibuffer buffer's window.
18474
18475 2005-11-06 Richard M. Stallman <rms@gnu.org>
18476
18477 * progmodes/compile.el (compilation-internal-error-properties):
18478 save-excursion around the computation of MARKER.
18479
18480 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18481
18482 * textmodes/flyspell.el (flyspell-external-point-words):
18483 flyspell-get-word returns a list, not just a string.
18484
18485 2005-11-06 John Paul Wallington <jpw@pobox.com>
18486
18487 * ibuffer.el (ibuffer): Search all visible frames when getting
18488 Ibuffer buffer's window.
18489
18490 2005-11-07 Masatake YAMATO <jet@gyve.org>
18491
18492 * man.el (Man-reference-regexp): Accept spaces between
18493 `Man-name-regexp' and `Man-section-regexp'.
18494 (Man-apropos-regexp): New variable.
18495 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18496 if available.
18497 (Man-highlight-references, Man-highlight-references0):
18498 Handle the case when `Man-arguments' includes "-k".
18499 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18500 `TARGET'. `TARGET' can be a number, function or nil.
18501
18502 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18503
18504 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18505 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18506 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18507 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18508 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18509 (gdb-send-item): Use buffer-local-value and simplify.
18510
18511 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18512
18513 * startup.el (command-line): Use `custom-reevaluate-setting' for
18514 `global-font-lock-mode'.
18515
18516 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18517 by default, except in batch mode or when the -D option is given.
18518
18519 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18520 specified keyword args on to `define-minor-mode'. Update docstring.
18521
18522 2005-11-05 Romain Francoise <romain@orebokech.com>
18523
18524 * replace.el (occur-engine): Add marker at end of line, too.
18525
18526 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18527
18528 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18529 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18530 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18531 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18532 argument to all these routines, so the passphrase can be managed
18533 externally and passed in to the system.
18534 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18535 pgg-add-passphrase-to-cache function.
18536
18537 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18538 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18539 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18540 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18541 argument to all these routines, so the passphrase can be managed
18542 externally and passed in to the system.
18543 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18544 function.
18545
18546 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18547
18548 * font-lock.el: Don't deal with font-lock-face-attributes here,
18549 move the code ...
18550
18551 * startup.el (command-line): ... here. Use face-spec-set instead
18552 of custom-declare-face.
18553
18554 * faces.el (face-spec-set): Reset the face if spec is not nil.
18555
18556 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18557
18558 * newcomment.el (comment-region-internal): Box more tightly in the
18559 common case where there's no TAB in the boxed text.
18560
18561 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18562
18563 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18564 up-node.
18565
18566 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18567
18568 * newsticker.el: Commentary updated. Code formatting changed.
18569 (newsticker-version): Change to "1.9".
18570 (newsticker, newsticker-feed): Doc fix.
18571 (newsticker-url-list): Doc fix. Add option "Weekly".
18572 (newsticker-retrieval-interval): Add option "Weekly".
18573 (newsticker-headline-processing): Doc fix.
18574 (newsticker-auto-mark-filter): Remove.
18575 (newsticker-auto-mark-filter-list): New.
18576 (newsticker-layout, newsticker-sort-method): Doc fix.
18577 (newsticker-hide-old-items-in-newsticker-buffer)
18578 (newsticker-heading-format, newsticker-item-format)
18579 (newsticker-desc-format): Doc fix.
18580 (newsticker-show-all-rss-elements): Remove.
18581 (newsticker-show-all-news-elements): New.
18582 (newsticker-faces, newsticker-ticker): Doc fix.
18583 (remove-from-invisibility-spec): Code formatting.
18584 (newsticker--process-ids): New.
18585 (newsticker-mode): Doc fix.
18586 (newsticker-mode): Change mode-line-format.
18587 (newsticker-start): Remove debug output.
18588 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18589 (newsticker-w3m-show-inline-images): Code formatting.
18590 (newsticker-next-item): Call `force-mode-line-update'.
18591 (newsticker-previous-item): Call `force-mode-line-update'.
18592 (newsticker-next-feed): Call `force-mode-line-update'.
18593 (newsticker-previous-feed): Call `force-mode-line-update'.
18594 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18595 (newsticker-show-old-items): Do not show descs.
18596 (newsticker-hide-entry): Hide too much.
18597 (newsticker-hide-entry, newsticker-show-entry)
18598 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18599 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18600 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18601 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18602 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18603 (newsticker-get-news): Call `force-mode-line-update'.
18604 Collect process ids.
18605 (newsticker--sentinel): Change coding system handling.
18606 Move image retrieval to new functions newsticker--get-logo-url-*.
18607 Move feed parsing to new functions newsticker--parse-*.
18608 Update list of process ids.
18609 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18610 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18611 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18612 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18613 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18614 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18615 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18616 (newsticker--decode-coding-string): Remove.
18617 (newsticker--decode-numeric-entities): Check input. Format code.
18618 (newsticker--remove-whitespace): Check input.
18619 (newsticker--do-forget-preformatted): Doc fix.
18620 (newsticker--decode-rfc822-date): Allow for missing time.
18621 (newsticker--update-process-ids): New.
18622 (newsticker--image-sentinel): Change comment.
18623 (newsticker--image-read): Change error message.
18624 (newsticker--imenu-goto): Doc fix. Show headline title.
18625 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18626 (newsticker--buffer-do-insert-text): Clean whitespace in
18627 html-rendered headline title. Code formatting.
18628 Call `newsticker--buffer-print-extra-elements'.
18629 (newsticker--buffer-print-extra-element): Remove.
18630 (newsticker--buffer-print-extra-elements): New.
18631 (newsticker--buffer-do-print-extra-element): New.
18632 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18633 large sizes.
18634 (newsticker--run-auto-mark-filter)
18635 (newsticker--do-run-auto-mark-filter):
18636 Use `newsticker-auto-mark-filter-list'.
18637
18638 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18639
18640 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18641 (rcirc-print): Force redisplay before running hooks. Do long
18642 buffer truncation after making new text read-only. Deal with nil
18643 text when decoding strings. If TARGET is nil, use either the
18644 currently selected buffer, if it is an rcirc buffer and of the
18645 same process or the process buffer.
18646 (rcirc-mode): Remove header-line. Recompute short buffer names.
18647 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18648 (rcirc-short-buffer-name): Add variable.
18649 (rcirc-kill-buffer-hook): Recompute short buffer names.
18650 Remove nick from private channel.
18651 (rcirc-send-input): Send command text to current-buffer.
18652 Don't clear overlay arrow here.
18653 (rcirc-short-buffer-name): Return a short buffer name.
18654 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18655 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18656 buffer-name abbreviations.
18657 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18658 Do not touch nick-table when killing a parted channel.
18659 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18660 Clear arrow from current buffer if it is now hidden.
18661 (rcirc-current-buffer): Add variable.
18662 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18663 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18664 Remove -face from names.
18665 (rcirc-update-activity-string): Print "DND" when globally ignoring
18666 activity.
18667 (rcirc-ignore-buffer-activity-flag): Rename from
18668 rcirc-ignore-channel-activity.
18669 (rcirc-ignore-all-activity-flag): Doc fix.
18670 (rcirc-channels): Remove variable.
18671 (rcirc-kill-buffer-hook):
18672 (rcirc-get-buffer-create): Add nick to private channel.
18673 (rcirc-multiline-edit-submit): Remove tabs.
18674 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18675 folded.
18676 (rcirc-remove-nick-channel): Bug fix.
18677 (rcirc-toggle-ignore-buffer-activity): Rename from
18678 rcirc-toggle-ignore-channel-activity.
18679 (rcirc-record-activity): Add buffers to the front of the list.
18680 (rcirc-update-activity): Remove killed buffers from list.
18681 (rcirc-process-server-response-1): Remove last argument if it is
18682 null before calling handler.
18683 (rcirc): Add "rcirc" defcustom prefix.
18684 (rcirc-prompt): Simplify default prompt.
18685 Use custom-initialize-default.
18686 (rcirc-private-chats): Remove variable.
18687 (rcirc-prompt): Change initialization.
18688 (rcirc-version): Remove function.
18689 (rcirc-id-string): Add constant.
18690 (rcirc-last-buffer): Remove variable.
18691 (rcirc-buffer-alist): Add variable.
18692 (rcirc-connect): Update variable setup.
18693 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18694 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18695 default.
18696 (rcirc-handler-generic): Trigger activity.
18697 (rcirc-send-message): Create the buffor of the target.
18698 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18699 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18700 (rcirc-multiline-edit-cancel): Remove function.
18701 (rcirc-set-last-buffer): Remove function.
18702 (rcirc-get-any-buffer): Add function.
18703 (rcirc-join-channels): Don't print /join text.
18704 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18705 messages.
18706 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18707 (rcirc-handler-NOTICE): Recognize CTCP responses.
18708 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18709 constructing TOPIC string for buffers we are not JOINed.
18710 (rcirc-handler-CTCP-response): Add handler.
18711 (rcirc-multiline-edit-submit): Restore the window-configuration
18712 before adjusting point.
18713 (rcirc): Add customization group.
18714 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18715 (rcirc-user-full-name, rcirc-startup-channels-alist)
18716 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18717 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18718 (rcirc-input-ring-size, rcirc-read-only-flag)
18719 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18720 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18721 Change defvar to defcustom.
18722 (rcirc-update-prompt): Add optional ALL arg, which will update
18723 prompts in all rcirc buffers. Regexp quote replacement text.
18724 (rcirc-fill-column): Accept frame-width as a value.
18725 (rcirc-set-changed): Add function.
18726 (rcirc-next-active-buffer): Write more meaningful messages.
18727 (rcirc-faces): Add customization group.
18728 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18729 (rcirc-nick-in-message-face, rcirc-prompt-face)
18730 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18731 (with-rcirc-process-buffer): Move before first usage.
18732 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18733 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18734 (rcirc-debug): Rename from `rcirc-log'.
18735 (rcirc-format-response-string): Do not print `-' chars for a
18736 NOTICE with no sender. Simplify output of server responses.
18737
18738 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18739
18740 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18741 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18742 Make urls mouse and RET clickable.
18743
18744 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18745
18746 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18747
18748 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18749
18750 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18751 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18752 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18753 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18754 argument to all these routines, so the passphrase can be managed
18755 externally and passed in to the system.
18756 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18757 pgg-add-passphrase-to-cache function.
18758
18759 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18760 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18761 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18762 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18763 argument to all these routines, so the passphrase can be managed
18764 externally and passed in to the system.
18765 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18766 function.
18767
18768 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18769
18770 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18771 from goto-address-url-regexp.
18772
18773 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18774
18775 * textmodes/org.el (org-read-date, org-goto-calendar)
18776 (org-recenter-calendar, org-agenda-goto-calendar):
18777 Temporarily clear `calendar-move-hook'.
18778
18779 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18780
18781 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18782 merging.
18783
18784 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18785 have merge clashes.
18786
18787 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18788
18789 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18790 Undo previous change.
18791
18792 * startup.el (command-line): Use `custom-reevaluate-setting' for
18793 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18794 tty-register-default-colors on Mac.
18795
18796 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18797
18798 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18799 (gdb-buffer-type): Make it automatically buffer local...
18800 (gdb-get-create-buffer): ...and set it accordingly.
18801 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18802 actually work.
18803
18804 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18805
18806 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18807 not red.
18808
18809 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18810
18811 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18812 case GUD buffer is not visible.
18813 (gdb-goto-breakpoint): Try to force display in source buffer.
18814 (gdb-frame-gdb-buffer): Copy other similar functions.
18815 (gdb-restore-windows): Don't display source if not asked for.
18816 (gdb-assembler-buffer-name): Don't capitalise.
18817
18818 2005-11-03 Richard M. Stallman <rms@gnu.org>
18819
18820 * wid-edit.el (key-sequence): New widget type.
18821
18822 * simple.el (set-mark-command-repeat-pop): New variable.
18823 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18824 if set-mark-command-repeat-pop is true.
18825
18826 * info.el (Info-fontify-node): Don't display extra "see" if there
18827 already is one here.
18828
18829 * mouse.el: Fix special handling of DEL after dragging a region:
18830 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18831 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18832
18833 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18834
18835 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18836 not to assume it pertains to an affix.
18837
18838 * textmodes/flyspell.el (flyspell-post-command-hook):
18839 Bind deactivate-mark to prevent deactivation.
18840
18841 2005-11-03 Lars Hansen <larsh@soem.dk>
18842
18843 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18844 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18845 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18846
18847 2005-11-03 Romain Francoise <romain@orebokech.com>
18848
18849 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18850 Update copyright years.
18851
18852 2005-11-03 Sam Steingold <sds@gnu.org>
18853
18854 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18855 Use system-type instead of window-system because window-system is not
18856 correctly defined during loadup.
18857
18858 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18859
18860 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18861 (xml-parse-tag): Join strings separated by a comment properly.
18862
18863 2005-11-02 Andreas Schwab <schwab@suse.de>
18864
18865 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18866
18867 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18868
18869 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18870 (byte-optimize-pure-func): Quote the eval'd value.
18871
18872 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18873 Rename from perl-font-lock-syntactic-face-function.
18874 Change the calling convention so it can be used as a font-lock MATCHER.
18875 Do the parse-partial-sexp loop outselves.
18876 (perl-font-lock-syntactic-keywords): Use it.
18877 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18878
18879 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18880
18881 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18882 disassembly buffer too.
18883 (gdb-exited): Remove overlay arrows when execution has finished.
18884 (gdb-info-frames-custom, gdb-info-threads-custom)
18885 (gdb-info-registers-custom): Don't add inappropriate text
18886 properties if inferior is not active.
18887
18888 2005-11-02 Glenn Morris <rgm@gnu.org>
18889
18890 * progmodes/fortran.el (fortran-blink-match):
18891 Use `blink-matching-delay'.
18892
18893 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18894
18895 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18896
18897 2005-11-02 Lars Hansen <larsh@soem.dk>
18898
18899 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18900 "Permission denied".
18901
18902 2005-11-01 Richard M. Stallman <rms@gnu.org>
18903
18904 * textmodes/flyspell.el (flyspell-external-point-words):
18905 Pass nil to flyspell-get-word.
18906
18907 2005-11-02 Kim F. Storm <storm@cua.dk>
18908
18909 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18910 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18911
18912 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18915 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18916 (calendar-mouse-print-dates): Add optional `event' argument.
18917 Update interactive-spec.
18918 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18919 Use `calendar-event-to-date' instead of `event'.
18920
18921 2005-11-02 Masatake YAMATO <jet@gyve.org>
18922
18923 * progmodes/ld-script.el (ld-script-builtins):
18924 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18925 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18926 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18927
18928 2005-11-01 Romain Francoise <romain@orebokech.com>
18929
18930 * vc-sccs.el: Update copyright year.
18931 * ezimage.el: Likewise.
18932
18933 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18934
18935 * info.el (Info-fontify-node): Use `string-width' for fontifying
18936 underlined titles.
18937
18938 2005-11-01 Juri Linkov <juri@jurta.org>
18939
18940 * info.el (Info-fontify-node): Downcase node header keywords Node,
18941 Prev, Next, Up before comparison.
18942 (Info-history): Insert absolute directory name, and put invisible
18943 property on it.
18944
18945 2005-11-01 Juri Linkov <juri@jurta.org>
18946
18947 * info.el (Info-file-supports-index-cookies): New variable.
18948 (Info-find-node-2): Check makeinfo version for index cookie support.
18949 (Info-index-nodes): Search for nodes with index cookies only when
18950 Info-file-supports-index-cookies is t. Otherwise, search nodes
18951 with "Index" in the node name.
18952 (Info-index-node): Search index cookie in the current node only when
18953 Info-file-supports-index-cookies is t. Otherwise, check the word
18954 "Index" in the node name.
18955 (Info-find-emacs-command-nodes): Remove code that searches nodes
18956 with "Index" node name in the top menu.
18957
18958 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18959
18960 * progmodes/scheme.el (scheme-mode-variables): Use the default
18961 comment-indent-function.
18962
18963 * faces.el (face-attribute): Handle the case where a face inherits from
18964 a non-existent face.
18965
18966 * simple.el (eval-expression-print-format): Use lisp-readable syntax
18967 for octal and hexa output, and merge the char into the paren.
18968 (kill-new): Use push.
18969 (copy-to-buffer): Use with-current-buffer.
18970 (completion-setup-function): Move code in loop to remove redundancy.
18971 (minibuffer-local-must-match-map): Don't add bindings that duplicate
18972 those inherited from minibuffer-local-completion-map.
18973
18974 * savehist.el (savehist-mode) <defcustom>:
18975 Use custom-set-minor-mode if available.
18976 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
18977 and emit a message if applicable.
18978
18979 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
18980
18981 * savehist.el: Sync up to version 19.
18982 (savehist-mode): New minor mode.
18983 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
18984 (savehist-length): Remove (use history-length instead).
18985 (savehist-file-modes): Rename from savehist-modes.
18986 (savehist-save-hook, savehist-loaded): New vars.
18987 (savehist-load): Use savehist-mode. Try to smooth up transition from
18988 old format to new format.
18989 (savehist-install): Allow savehist-autosave-interval to be nil.
18990 (savehist-save): Run the new hook. Be more careful to only trim the
18991 history variables.
18992 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
18993 (savehist-printable): Print into a buffer rather than char-by-char.
18994
18995 2005-11-01 John Wiegley <johnw@newartisans.com>
18996
18997 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
18998 toggle-ignore keybinding (C-a). The author said it had been
18999 disabled much earlier due to a possible incompatibility, but after
19000 many months of usage I have encountered no problems (and it is a
19001 rather useful option, especially for switching to " *temp*").
19002
19003 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19004 support for OS/X's AddressBook, by calling out to the open source
19005 program "contacts" (installable through Fink).
19006
19007 * net/eudc.el (eudc-expand-inline): If the
19008 `eudc-multiple-match-handling-method' is set to `all', delete the
19009 query string before inserting the query result.
19010
19011 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19012 flag, to prevent Eshell from using the system ls when
19013 `eshell-ls-insert-directory' is in used.
19014 (eshell-ls-insert-directory): Disable font-lock in directory
19015 buffer so that Eshell's own fontification is seen. This broke
19016 recently due to changes in font-lock, so this goes back to version
19017 21 behavior.
19018
19019 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19020
19021 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19022 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19023 (gdb-many-windows): Doc fix.
19024
19025 2005-10-31 Romain Francoise <romain@orebokech.com>
19026
19027 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19028
19029 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19030
19031 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19032 that global-font-lock-mode can be enabled by default.
19033
19034 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19035 (font-lock-add-keywords, font-lock-remove-keywords)
19036 (font-lock-fontify-buffer): Remove autoload cookies.
19037
19038 * jit-lock.el (jit-lock-register): Likewise.
19039
19040 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19041
19042 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19043
19044 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19045 intact if there is no gud-comint-buffer.
19046
19047 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19048
19049 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19050 old prompt comint-prompt-read-only is t and GDB commands are
19051 issued from tool bar etc.
19052
19053 2005-10-31 Masatake YAMATO <jet@gyve.org>
19054
19055 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19056
19057 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19058
19059 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19060 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19061
19062 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19063
19064 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19065 starting at beginning of line. Fontification is messed up when
19066 `open-paren-in-column-0-is-defun-start' set to t.
19067 Reported by John Paul Wallington <jpw@pobox.com>.
19068
19069 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19070
19071 * comint.el (comint-send-input): Call `comint-update-fence' when
19072 `comint-process-echoes' and `comint-prompt-read-only' are both
19073 non-nil, to avoid leftover read-only newline.
19074
19075 2005-10-30 Richard M. Stallman <rms@gnu.org>
19076
19077 * textmodes/flyspell.el (flyspell-external-point-words):
19078 Detect when WORD can't be checked properly because
19079 flyspell-get-word finds just part of it, and move on.
19080
19081 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19082 boundarychar for Polish.
19083 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19084 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19085
19086 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19087
19088 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19089 (gdb-registers-font-lock-keywords): Delete.
19090 (gdb-registers-mode): Don't fontify.
19091 (gdb-info-registers-custom): Use text properties instead as, in
19092 future, changed register values will use font-lock-warning-face.
19093 (gdb-local-font-lock-keywords): Rename to...
19094 (gdb-locals-font-lock-keywords): ...for consistency.
19095
19096 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19097
19098 * vc.el (vc-switch-backend): Better error message if the buffer is
19099 not visiting a file under version control.
19100
19101 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19102
19103 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19104
19105 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19106 ~/.emacs.d/.emacs.
19107
19108 2005-10-29 Richard M. Stallman <rms@gnu.org>
19109
19110 * replace.el (occur-mode-mouse-goto): Always go to other window.
19111 (occur-mode-goto-occurrence): Always switch in same window.
19112
19113 * simple.el (undo): Display message at end, not at start.
19114
19115 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19116 New arg REUSE-CELL.
19117 (cancel-timer-internal): New function.
19118 (timer-event-handler): Use cancel-timer-internal,
19119 and pass the cell it returns to timer-activate...
19120
19121 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19122 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19123 (jit-lock-after-change): Test memory-full.
19124
19125 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19126
19127 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19128 part of the decoded armor to find the key-identifier.
19129 (pgg-gpg-lookup-key-owner): New function to return the
19130 human-readable identifier of a key owner.
19131 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19132 key itself.
19133 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19134 the key value) if we have a key and can match it against a secret
19135 key. Also, added a note pointing out fact that the prompt only
19136 indicates the first matching key.
19137
19138 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19139 pgg-decrypt-region.
19140 (pgg-pending-timers): A new hash for tracking the passphrase cache
19141 timers, so that new ones supercede old ones.
19142 (pgg-add-passphrase-to-cache): Rename from
19143 `pgg-add-passphrase-cache' to reduce confusion (all callers
19144 changed). Modified to cancel old timers when new ones are added.
19145 (pgg-remove-passphrase-from-cache): Rename from
19146 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19147 changed). Modified to cancel old timers when their keys are
19148 removed from the cache.
19149 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19150 XEmacs, an indirection to delete-itimer.
19151 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19152 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19153 users can only check cache without risk of prompting. Correct bug in
19154 notruncate behavior.
19155 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19156 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19157 Add informative docstrings.
19158 (pgg-decrypt): Convey provided passphrase in subordinate call to
19159 pgg-decrypt-region.
19160
19161 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19162 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19163 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19164 `passphrase' argument, so the passphrase can be managed externally
19165 and then passed in to the system.
19166
19167 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19168 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19169 so the passphrase cache can be used reliably with identifiers
19170 besides a pgp packet's key id.
19171
19172 * pgg-gpg.el (pgg-pgp-encrypt-region)
19173 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19174 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19175 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19176 argument to all these routines, so the passphrase can be managed
19177 externally and passed in to the system.
19178
19179 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19180 `notruncate' argument, so the passphrase cache can be used
19181 reliably with identifiers besides a pgp packet's key id.
19182
19183 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19184
19185 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19186 symmetric encryption.
19187 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19188 encrypted session key.
19189 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19190 message ask for the passphrase in a proper way.
19191
19192 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19193 New user commands for symmetric encryption.
19194
19195 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19196
19197 * textmodes/conf-mode.el (conf-assignment-sign)
19198 (conf-assignment-regexp): Fix docstrings.
19199 (conf-mode-initialize): New function.
19200 (conf-mode): Remove optional args. Use delay-mode-hooks to
19201 recognize recursive calls.
19202 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19203 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19204 (conf-xdefaults-mode): Use define-derived-mode and
19205 conf-mode-initialize.
19206
19207 2005-10-29 Romain Francoise <romain@orebokech.com>
19208
19209 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19210
19211 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19212
19213 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19214 part of the decoded armor to find the key-identifier.
19215 (pgg-gpg-lookup-key-owner): New function to return the
19216 human-readable identifier of a key owner.
19217 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19218 key itself.
19219 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19220 the key value) if we have a key and can match it against a secret
19221 key. Also, added a note pointing out fact that the prompt only
19222 indicates the first matching key.
19223
19224 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19225 pgg-decrypt-region.
19226 (pgg-pending-timers): A new hash for tracking the passphrase cache
19227 timers, so that new ones supercede old ones.
19228 (pgg-add-passphrase-to-cache): Rename from
19229 `pgg-add-passphrase-cache' to reduce confusion (all callers
19230 changed). Modified to cancel old timers when new ones are added.
19231 (pgg-remove-passphrase-from-cache): Rename from
19232 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19233 changed). Modified to cancel old timers when their keys are
19234 removed from the cache.
19235 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19236 XEmacs, an indirection to delete-itimer.
19237 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19238 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19239 users can only check cache without risk of prompting. Correct bug in
19240 notruncate behavior.
19241 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19242 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19243 Add informative docstrings.
19244 (pgg-decrypt): Convey provided passphrase in subordinate call to
19245 pgg-decrypt-region.
19246
19247 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19248
19249 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19250 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19251 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19252 `passphrase' argument, so the passphrase can be managed externally
19253 and then passed in to the system.
19254
19255 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19256 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19257 so the passphrase cache can be used reliably with identifiers
19258 besides a pgp packet's key id.
19259
19260 * pgg-gpg.el (pgg-pgp-encrypt-region)
19261 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19262 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19263 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19264 argument to all these routines, so the passphrase can be managed
19265 externally and passed in to the system.
19266
19267 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19268 `notruncate' argument, so the passphrase cache can be used
19269 reliably with identifiers besides a pgp packet's key id.
19270
19271 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19272
19273 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19274 symmetric encryption.
19275 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19276 encrypted session key.
19277 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19278 message ask for the passphrase in a proper way.
19279
19280 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19281 New user commands for symmetric encryption.
19282
19283 2005-10-28 Bill Wohler <wohler@newt.com>
19284
19285 * help-mode.el (help-url): New button type. Calls browse-url.
19286 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19287 Similar to Info nodes: URL `url'.
19288 (help-make-xrefs): Create help-url buttons for
19289 help-xref-url-regexp matches.
19290
19291 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19292
19293 * tool-bar.el (tool-bar-add-item-from-menu)
19294 (tool-bar-local-item-from-menu): Fix doc strings.
19295
19296 2005-10-28 Romain Francoise <romain@orebokech.com>
19297
19298 * ldefs-boot.el: Update.
19299
19300 * subr.el (locate-library): Move from help-fns.el.
19301 * help-fns.el (locate-library): Move to subr.el.
19302
19303 2005-10-28 Richard M. Stallman <rms@gnu.org>
19304
19305 * net/tramp.el (tramp-completion-mode): defvar moved up.
19306
19307 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19308
19309 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19310
19311 * files.el (find-file-noselect): Use %d to format large file size.
19312
19313 * bindings.el (mode-line-format): Add %e.
19314
19315 * loadup.el ("facemenu"): Load unconditionally.
19316 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19317 ("x-dnd"): Load, when appropriate.
19318
19319 * startup.el (command-line): Call before-init-hook earlier.
19320 Warn about some bad characters in -u user name.
19321
19322 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19323 (flyspell-external-point-words): Error if misspelled word is not found.
19324 Set flyspell-large-region-beg at end of word.
19325
19326 2005-10-28 Andreas Schwab <schwab@suse.de>
19327
19328 * view.el (View-revert-buffer-scroll-page-forward):
19329 Use view-page-size-default.
19330
19331 2005-10-28 Juri Linkov <juri@jurta.org>
19332
19333 * international/quail.el (quail-get-current-str): Translate last
19334 raw character for deterministic input methods.
19335
19336 2005-10-27 Jay Belanger <belanger@truman.edu>
19337
19338 * calc/calc-ext.el: Add functions to autoloads.
19339 (math-identity-matrix-p, math-ident-row-p): New functions.
19340
19341 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19342 multiplication by an identity matrix; don't turn multiplication by
19343 an inverse matrix into division.
19344 (math-div-symbol-fancy): Replace division by matrices with
19345 multiplication by inverse.
19346
19347 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19348
19349 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19350 (calc-writeoutpower): New functions.
19351
19352 2005-10-27 Romain Francoise <romain@orebokech.com>
19353
19354 * replace.el (occur-engine): Include colon in mouse-face highlight.
19355
19356 * dired-x.el: Change Maintainer field.
19357
19358 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19359
19360 * longlines.el (longlines-mode): Bind after-change-functions to
19361 nil during initial decoding and final encoding.
19362
19363 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19364
19365 * term.el (term-emulate-terminal, term-handle-colors-array)
19366 (term-handle-ansi-escape): Specify the terminfo capabilities
19367 implemented.
19368
19369 2005-10-26 Richard M. Stallman <rms@gnu.org>
19370
19371 * info.el (Info-fontify-node): Fix detection of sentence-break
19372 before *Note.
19373
19374 2005-10-26 Romain Francoise <romain@orebokech.com>
19375
19376 * smerge-mode.el: Add `tools' to file keywords.
19377
19378 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19379
19380 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19381 when the fringe is not available.
19382
19383 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19384 (def-gdb-auto-update-trigger): Simplify construction.
19385 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19386 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19387 defined explicitly.
19388 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19389 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19390 defined explicitly.
19391 (gdb-info-locals-custom): Remove as it's a no-op.
19392
19393 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19394
19395 * longlines.el (longlines-mode): Remove narrowing before
19396 performing the initial decoding or final encoding.
19397
19398 2005-10-25 Romain Francoise <romain@orebokech.com>
19399
19400 * emacs-lisp/find-func.el (find-library-name): Also strip
19401 extension if library name ends in .el, to take advantage of
19402 `find-library-suffixes'.
19403
19404 2005-10-25 Richard M. Stallman <rms@gnu.org>
19405
19406 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19407
19408 2005-10-25 Juri Linkov <juri@jurta.org>
19409
19410 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19411 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19412
19413 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19414
19415 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19416 (blackbox-redefine-key): Add argument `map'.
19417
19418 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19419 regions when moving the jit-lock-context-unfontify-pos boundary.
19420
19421 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19422
19423 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19424
19425 2005-10-25 Masatake YAMATO <jet@gyve.org>
19426
19427 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19428
19429 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19430
19431 * play/blackbox.el (blackbox-redefine-key): New function.
19432 (blackbox-mode-map): Use it to remap existing bindings for cursor
19433 motion instead of binding literal keys.
19434
19435 2005-10-25 Glenn Morris <rgm@gnu.org>
19436
19437 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19438 diary does not end in a newline. Do not assume a blank line at
19439 the start of the diary file.
19440
19441 2005-10-25 Kenichi Handa <handa@m17n.org>
19442
19443 * international/quail.el (quail-translate-key): If the input
19444 method is deterministic and failed to handle the last key, restart
19445 the key handling loop from an appropriate key.
19446
19447 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19448
19449 * vc.el (vc-dired-mode): Extend comment for binding of
19450 `directory-listing-before-filename-regexp'.
19451
19452 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * textmodes/texinfo.el (texinfo-mode):
19455 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19456 not to unnecessarily expose emacs-mule's internal char codes.
19457
19458 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19459
19460 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19461 Display hand pointer and help-echo on disabled icon too.
19462 (gdb-mouse-until): New function.
19463 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19464
19465 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19466
19467 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19468 with 2005-10-23 change to doctor.el.
19469
19470 * finder.el (finder-mode-map): Add follow-link binding.
19471
19472 2005-10-25 Kim F. Storm <storm@cua.dk>
19473
19474 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19475 to gdb-mouse-toggle-breakpoint-fringe.
19476 (gdb-mouse-toggle-breakpoint-margin): Rename from
19477 gdb-mouse-toggle-breakpoint. Fix doc.
19478 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19479 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19480 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19481 string properties also for fringe breakpoint bitmaps.
19482
19483 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19484
19485 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19486
19487 2005-10-25 Masatake YAMATO <jet@gyve.org>
19488
19489 * simple.el (completion-common-substring):
19490 Use `completion-common-substring' prior to `completion-base-size'.
19491
19492 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19493
19494 * savehist.el: Require CL while compiling.
19495 (savehist-history-variables): Remove.
19496 (savehist-save-minibuffer-history, savehist-additional-variables)
19497 (savehist-minibuffer-history-variables): New vars.
19498 (savehist-save): Use them.
19499 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19500 (savehist-install): New fun, extracted from savehist-load.
19501 (savehist-load): Use them.
19502
19503 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19504
19505 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19506 a dummy doc-string-elt property.
19507 (defalias, defvaralias, define-category): Add a docstring property.
19508
19509 * image.el (defimage):
19510 * widget.el (define-widget):
19511 * custom.el (defface, defcustom): Add `doc-string' declaration.
19512
19513 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19514 (defadvice): Add `doc-string' declaration.
19515
19516 * emacs-lisp/byte-run.el (macro-declaration-function):
19517 Handle `doc-string' declarations.
19518 (define-obsolete-function-alias, define-obsolete-variable-alias):
19519 Add `doc-string' declaration.
19520
19521 2005-10-24 Kenichi Handa <handa@m17n.org>
19522
19523 * international/utf-7.el (utf-7): Add autoload cookie.
19524
19525 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19526
19527 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19528
19529 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19530 list of directories passed to batch-update-autoloads. Add "." to
19531 the list of the echoed directories.
19532
19533 * pgg-def.el:
19534 * pgg-gpg.el:
19535 * pgg-parse.el:
19536 * pgg-pgp.el:
19537 * pgg-pgp5.el:
19538 * pgg.el: Moved here from the gnus subdirectory.
19539
19540 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19541
19542 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19543 in case comint-prompt-read-only is set to t.
19544
19545 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19546 in case comint-prompt-read-only is set to t.
19547
19548 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19549
19550 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19551 Now a string.
19552 (icalendar-import-format): Handle CLASS, STATUS, URL.
19553 Rename `subject' to `summary'.
19554 (icalendar-import-format-summary): Rename from
19555 `icalendar-import-format-subject'.
19556 (icalendar-import-format-url, icalendar-import-format-status)
19557 (icalendar-import-format-class): New variables.
19558 (icalendar--rris): Take variable argument list.
19559 (icalendar--datestring-to-isodate): Remove unnecessary
19560 calendar-style check when converting dates with explicit month names.
19561 (icalendar-export-region): Change return type of conversion
19562 subroutines. Bury current buffer unless error occurred.
19563 (icalendar--convert-to-ical)
19564 (icalendar--parse-summary-and-rest): New functions.
19565 (icalendar--convert-ordinary-to-ical)
19566 (icalendar--convert-weekly-to-ical)
19567 (icalendar--convert-yearly-to-ical)
19568 (icalendar--convert-block-to-ical)
19569 (icalendar--convert-cyclic-to-ical)
19570 (icalendar--convert-anniversary-to-ical): Change return type.
19571 Strip trailing blanks from subject.
19572 (icalendar--convert-sexp-to-ical): Change return type.
19573 Strip trailing blanks from subject. Handle simple sexp
19574 entries as generated by icalendar.el.
19575 (icalendar--convert-float-to-ical)
19576 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19577 (icalendar-import-file): Doc fix.
19578 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19579 Correct call to icalendar--rris.
19580 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19581 `summary'.
19582 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19583
19584 2005-10-24 Romain Francoise <romain@orebokech.com>
19585
19586 * server.el (server-sentinel): Set query-on-exit flag to nil on
19587 new client processes (it isn't inherited from the server process).
19588
19589 * replace.el (occur-engine): Rearrange text properties.
19590
19591 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19592
19593 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19594 case-fold-search is nil.
19595 (debug-help-follow): Use help-xref-interned directly.
19596
19597 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19598
19599 * thumbs.el (thumbs-image-type): Add .pbm.
19600
19601 2005-10-23 Richard M. Stallman <rms@gnu.org>
19602
19603 * faces.el (inhibit-face-set-after-frame-default): New variable.
19604 (set-face-attribute): Bind it.
19605 (face-set-after-frame-default): Test it.
19606
19607 * help-fns.el (describe-simplify-lib-file-name): New function.
19608 (describe-function-1, describe-variable): Use it.
19609
19610 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19611
19612 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19613 Eliminate nil as possible value.
19614 (tooltip-hide-delay): Reduce internal-border-width.
19615
19616 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19617 (menu-bar-file-menu) <new-file>: Likewise.
19618
19619 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19620
19621 * international/mule.el (load-with-code-conversion):
19622 Pass full file name to `eval-buffer' unless preloading.
19623
19624 * textmodes/flyspell.el (flyspell-large-region):
19625 Call ispell-check-version.
19626
19627 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19628 Fix the make-variable-buffer-local call that was supposed
19629 to be for this variable.
19630 (ispell-aspell-supports-utf8): Doc fix.
19631 (ispell-find-aspell-dictionaries): Preserve elements of
19632 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19633 (ispell-aspell-find-dictionary): Return nil on error.
19634
19635 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19636 (doctor-symptoms): Likewise.
19637
19638 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19639
19640 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19641
19642 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19643 (custom-raised-buttons): Add :set spec.
19644 (custom-button-unraised, custom-button-pressed-unraised):
19645 New faces, so that custom-raised-buttons actually does something.
19646 (custom-mode): Use custom-button and custom-button-pressed.
19647
19648 * wid-edit.el (widget-specify-button): Don't ignore
19649 widget-mouse-face on graphic terminals.
19650 (widget-move-and-invoke): Cleanup.
19651
19652 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19653
19654 * whitespace.el (whitespace-cleanup): Doc fix.
19655
19656 2005-10-23 Romain Francoise <romain@orebokech.com>
19657
19658 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19659 `eval-after-load' to avoid evaluating their result.
19660
19661 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19662
19663 * files.el (directory-listing-before-filename-regexp):
19664 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19665
19666 * dired.el (dired-move-to-filename-regexp): Remove.
19667 All occurrences replaced by `directory-listing-before-filename-regexp'.
19668
19669 * dired-x.el, locate.el, vc.el:
19670 Replace `dired-move-to-filename-regexp' by
19671 `directory-listing-before-filename-regexp'. In vc.el it is
19672 overwritten locally; maybe this can be handled in files.el too.
19673
19674 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurrences
19675 replaced by `directory-listing-before-filename-regexp'.
19676
19677 2005-10-23 Andreas Schwab <schwab@suse.de>
19678
19679 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19680 and eval-next-after-load.
19681
19682 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19683
19684 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19685 exist, create it.
19686
19687 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19688
19689 * allout.el: Remove autoloads for mailcrypt and crypt++.
19690 Require pgg, pgg-gpg during compilation.
19691 (allout-version): Increment version number to 2.1, and use a literal
19692 rather than RCS Id.
19693 (allout-default-encryption-scheme): Remove.
19694 (allout-passphrase-verifier-handling)
19695 (allout-passphrase-verifier-string)
19696 (allout-file-passphrase-verifier-string)
19697 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19698 (allout-passphrase-hint-handling): Rename and simplify.
19699 (allout-init): Use `find-file-hook' if available, otherwise
19700 `find-file-hooks'.
19701 (allout-mode): Use `write-file-functions' if available, otherwise
19702 `local-write-file-hooks' and, instead of making auto-save-hook
19703 buffer local, make the write-file-hook activity contingent to
19704 allout-mode.
19705 (allout-mode): Use key-binding substitution in the docstring.
19706 (allout-kill-line): Spell-out kill ring data structure mutation
19707 instead of using byte-compiler-complaint-provoking `pop'.
19708 (allout-insert-listified): Use `insert' rather than `insert-string'
19709 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19710 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19711 (allout-encrypt-string): Totally revamped vis new underlying
19712 encryption facilities.
19713 (allout-mc-activate-passwd): Remove.
19714 (allout-obtain-passphrase): New, more or less replaces
19715 allout-mc-activate-passwd.
19716 (allout-encrypted-key-info): More or less replaces
19717 allout-encrypted-text-type.
19718 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19719 (my-mark-marker): Use `(featurep 'xemacs)'.
19720
19721 2005-10-23 Lars Hansen <larsh@soem.dk>
19722
19723 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19724 (byte-compile-file-form-defmumble, byte-compile-defun)
19725 (byte-compile-defmacro): Use it.
19726 (byte-compile-form): Don't call byte-compile-set-symbol-position
19727 when a byte-compile handler is called.
19728
19729 2005-10-22 Romain Francoise <romain@orebokech.com>
19730
19731 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19732
19733 * subr.el (eval-after-load): Convert library name to an absolute
19734 file name using locate-library, since load-history no longer has
19735 library names in it.
19736
19737 2005-10-22 Richard M. Stallman <rms@gnu.org>
19738
19739 * files.el (make-temp-file): Move from subr.el.
19740 * subr.el (make-temp-file): Move to files.el.
19741
19742 * window.el (get-buffer-window-list): Move from subr.el.
19743 * subr.el (get-buffer-window-list): Move to window.el.
19744
19745 * image.el (image-load-path): Use eval-at-startup to initialize.
19746
19747 * subr.el (eval-at-startup): New macro.
19748
19749 * subr.el: Much rearrangement of functions and division
19750 into pages. No code changes.
19751
19752 2005-10-22 Kenichi Handa <handa@m17n.org>
19753
19754 * tar-mode.el (tar-extract): Be sure to call
19755 find-operation-coding-system if set-auto-coding doesn't find a
19756 coding system.
19757
19758 2005-10-22 Kim F. Storm <storm@cua.dk>
19759
19760 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19761 Change users.
19762 (image-type-file-name-regexps): New defconst.
19763 (image-type-from-data): Simplify loop.
19764 (image-type-from-buffer): New defun.
19765 (image-type-from-file-header): Use it instead of image-type-from-data.
19766 Use image-search-load-path instead of only looking in data-directory.
19767 (image-type-from-file-name): New defun.
19768 (image-search-load-path): Change `pathname' to `filename'.
19769 Make PATH arg optional, default to image-load-path.
19770
19771 2005-10-21 Richard M. Stallman <rms@gnu.org>
19772
19773 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19774
19775 * textmodes/paragraphs.el (sentence-end-base): New variable.
19776 (sentence-end): Use sentence-end-base.
19777
19778 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19779
19780 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19781 property independently from the font-lock-multiline variable.
19782
19783 2005-10-21 Richard M. Stallman <rms@gnu.org>
19784
19785 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19786
19787 * startup.el (command-line): Convert library names
19788 in `load-history' to absolute file names.
19789
19790 * subr.el (symbol-file): Doc fix.
19791
19792 * loadhist.el (file-loadhist-lookup): Call locate-library
19793 instead of find-library-name. Don't try converting
19794 abs file names to library names, since load-history no longer
19795 has library names in it.
19796 (file-dependents, file-provides, file-requires): Doc fixes.
19797
19798 2005-10-21 Juri Linkov <juri@jurta.org>
19799
19800 * progmodes/etags.el (tags-table-mode): New function.
19801 (tags-verify-table): Replace initialize-new-tags-table with
19802 tags-table-mode.
19803
19804 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19805 default value.
19806 (desktop-modes-not-to-save): Add tags-table-mode to the
19807 default value.
19808
19809 * info.el (Info-index-next): Add total number of index
19810 alternatives to the message.
19811
19812 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19813 backward only space (instead of space and period) before looking
19814 at sentence end.
19815
19816 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19817 Add the old variable value as 4th default-value arg of read-string.
19818
19819 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19820
19821 * cus-face.el (custom-declare-face): Make face from X resources
19822 also on Mac.
19823
19824 * disp-table.el (standard-display-g1, standard-display-graphic):
19825 Refuse to use string glyphs also on Mac.
19826 (standard-display-european): Don't set terminal coding system also
19827 on Mac.
19828
19829 * frame.el (display-screens): Use x-display-screens also on Mac.
19830
19831 2005-10-21 Romain Francoise <romain@orebokech.com>
19832
19833 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19834
19835 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19836
19837 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19838 and $? into sexps.
19839
19840 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19841 warning face on open-paren-in-column-0.
19842
19843 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19844 boundary case. Fix typo.
19845 Suggested by Martin Rudalics <rudalics@gmx.at>.
19846
19847 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19848
19849 * textmodes/org.el (org-combined-agenda-icalendar-file)
19850 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19851 (org-export-icalendar-this-file)
19852 (org-export-icalendar-all-agenda-files)
19853 (org-export-icalendar-combine-agenda-files): New commands.
19854 (org-export-icalendar, org-print-icalendar-entries)
19855 (org-start-icalendar-file, org-finish-icalendar-file)
19856 (org-ical-ts-to-string): New functions.
19857 (org-read-date, org-goto-calendar)
19858 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19859 call to `calendar'.
19860 (orgtbl-setup): Remove the :keys arguments from the menu description.
19861 (org-after-save-iCalendar-file-hook): New variable.
19862
19863 2005-10-21 Kenichi Handa <handa@m17n.org>
19864
19865 * language/vietnamese.el (tcvn-5712): Make it an alias of
19866 vietnamese-tcvn coding-system.
19867
19868 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19869
19870 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19871 group id is given.
19872
19873 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19874
19875 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19876 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19877 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19878 whose line is either continued or ends with a comment.
19879
19880 2005-10-20 Romain Francoise <romain@orebokech.com>
19881
19882 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19883
19884 * replace.el (occur-engine): Add follow-link property.
19885
19886 * font-core.el (font-lock-mode): Doc fix.
19887
19888 2005-10-20 Richard M. Stallman <rms@gnu.org>
19889
19890 * net/rcirc.el: New file.
19891
19892 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19893
19894 * term.el (term-term-name): Initialize to "eterm-color".
19895
19896 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19897
19898 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19899 for encryption functionality.
19900 Move allout customization subgroup from `editing' to `outlines' group.
19901 Fix commentary keywords to legitimate ones.
19902 Update author info (using my current email address, obscurified).
19903 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19904 (allout-encrypted-topic-p, allout-encrypted-text-type)
19905 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19906 (allout-situate-encryption-key-verifier)
19907 (allout-get-encryption-key-verifier, allout-verify-key)
19908 (allout-next-topic-pending-encryption)
19909 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19910 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19911 (outline-key-verifier-handling, outline-key-hint-handling)
19912 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19913 (allout-file-key-verifier-string, allout-encryption-scheme)
19914 (allout-key-verifier-string, allout-key-hint-string)
19915 (allout-after-save-decrypt): New variables.
19916 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19917 (allout-after-saves-handler): New hook functions.
19918 (allout-post-command-business): Do allout-after-save-decrypt.
19919 (allout-enable-file-variable-adjustment): Custom var to enable
19920 mechanism for adding and adjusting settings of Emacs file variables.
19921 (allout-adjust-file-variable, allout-file-vars-section-data):
19922 New functions, implement the mechanism.
19923 (outlineify-sticky): Use the file vars mechanism.
19924 (allout-inhibit-protection, allout-during-write-cue)
19925 (allout-override-protect, allout-before-change-protect): Remove.
19926 (allout-flag-region, allout-open-topic): Adjust read-only text.
19927 (allout-open-line-not-read-only): Add to facilitate read-only
19928 text based protection.
19929 (allout-kill-line): Revise to adjust read-only text, clue the
19930 user about the inhibition.
19931 (allout-unprotected): Use unwind-protect.
19932 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19933 topic deeper than the offspring depth of the previous topic -
19934 avoiding confusing "containment discontinuities".
19935 (allout-reindent-bodies): Fix retention of body relative hanging
19936 indent during promotion of collapsed bodies.
19937 (allout-open-topic): Make it easy to open new topic with same
19938 bullet as current topic - topic creation functions provided with
19939 any universal argument provokes now prompt for bullet, defaulting
19940 to the bullet of the previous topic.
19941 (allout-plain-bullets-string, allout-distinctive-bullets-string):
19942 Plain bullet alternates `.' period and `,' comma only. All other
19943 bullets are relegated to special status (but customizable).
19944 (allout-end-of-entry): Rename from allout-end-of-current-entry
19945 since it actually operates w.r.t. most immediately containing
19946 entry, visible or not.
19947 (allout-hide-current-entry, allout-show-current-entry): Use the
19948 revised version.
19949 (allout-old-expose-topic): Solidify deprecation.
19950 (allout-end-of-subtree): Add so we can span concealed as well
19951 as visible topics.
19952 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
19953 (allout-end-of-current-heading): Tweak to just respect the first line.
19954 (allout-get-body-text): Add.
19955 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
19956 when invoked interactively.
19957 (allout-up-current-level): Use `interactive-p'.
19958 (allout-mode, allout-init): Miscellaneous docstring and
19959 operational refinements, as well as hookups of new encryption stuff.
19960 (allout-beginning-of-current-entry): Now works as advertised.
19961 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
19962 (allout-isearch-rectification): Refine condition for isearching.
19963 (allout-isearch-abort, allout-enwrap-isearch)
19964 (allout-flag-region, my-region-active-p): Relocate some macros.
19965 (allout-title): Fallback title is (buffer-name), not
19966 non-existing (current-buffer-name).
19967 (subst-char-in-string): Define if absent (for some XEmacs versions).
19968
19969 2005-10-20 Jari Aalto <jari.aalto@cante.net>
19970
19971 * mail/sendmail.el (mail-setup-hook, mail-aliases)
19972 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
19973 (mail-citation-prefix-regexp, mail-signature-file)
19974 (mail-default-headers, mail-bury-selects-summary)
19975 (mail-send-nonascii): Add autoload cookies.
19976
19977 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
19978
19979 * frame.el (blink-cursor-mode): Add `mac' to the list of
19980 window-system's that support blinking cursor.
19981
19982 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
19983
19984 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
19985
19986 2005-10-20 Eli Zaretskii <eliz@gnu.org>
19987
19988 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
19989 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
19990 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
19991
19992 2005-10-20 Kim F. Storm <storm@cua.dk>
19993
19994 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
19995 (ido-set-current-directory): Don't add / after final @.
19996 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
19997 Explicitly handle ange-ftp completion oddities.
19998 (ido-make-file-list): Don't rotate list at tramp root to avoid
19999 triggering tramp file handler for expand-file-name via get-file-buffer.
20000
20001 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20002
20003 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20004
20005 2005-10-19 Jay Belanger <belanger@truman.edu>
20006
20007 * calc/calc-units.el (math-standard-units): Add units, adjust
20008 symbols and update values.
20009 (math-unit-prefixes): Add more prefixes.
20010
20011 2005-10-19 Romain Francoise <romain@orebokech.com>
20012
20013 * bookmark.el (bookmark-menu-heading): New face.
20014 (bookmark-bmenu-list): Use it.
20015 Don't fiddle with `baud-rate' at top-level.
20016
20017 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20018
20019 * image.el (create-image, find-image): Mention max-image-size in
20020 docstring.
20021
20022 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20023
20024 * savehist.el (savehist-load): Revert to checking XEmacs.
20025
20026 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20027 Various docstring and line-width fixups.
20028 (conf-mode): Use cond.
20029 Set font-lock-defaults. Don't set comment-use-syntax.
20030
20031 2005-10-18 David Ponce <david@dponce.com>
20032
20033 * tree-widget.el (tree-widget-button-click): New function.
20034 (tree-widget-button-keymap): Use it.
20035
20036 2005-10-18 Romain Francoise <romain@orebokech.com>
20037
20038 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20039 (bookmark-bmenu-hide-filenames): Add follow-link property.
20040 Improve help-echo text.
20041
20042 * ffap.el (find-file-at-point): Doc fix.
20043
20044 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20045
20046 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20047
20048 2005-10-18 Masatake YAMATO <jet@gyve.org>
20049
20050 Install to the CVS repository what I forgot to install in my
20051 2005-10-16 changes.
20052
20053 * progmodes/python.el (python-complete-symbol): Pass the common
20054 prefix substring of completion to `display-completion-list'.
20055
20056 * textmodes/org.el (org-complete): Ditto.
20057
20058 2005-10-18 Masatake YAMATO <jet@gyve.org>
20059
20060 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20061
20062 * woman.el (WoMan-xref-man-page): New button type derived
20063 from `Man-abstract-xref-man-page'.
20064 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20065
20066 * man.el (Man-abstract-xref-man-page): New button type.
20067 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20068 (Man-highlight-references): Add new optional argument `xref-man-type'.
20069
20070 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20071
20072 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20073
20074 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20075
20076 * cus-edit.el (Custom-move-and-invoke): Delete.
20077 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20078
20079 * wid-edit.el (widget-move-and-invoke): New function, from
20080 Custom-move-and-invoke.
20081
20082 2005-10-17 Bill Wohler <wohler@newt.com>
20083
20084 Move all remaining images from lisp/toolbar to etc/images, move
20085 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20086 the low resolution images in their own directory (low-color).
20087
20088 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20089 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20090 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20091 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20092 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20093 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20094 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20095
20096 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20097 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20098 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20099 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20100 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20101 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20102 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20103 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20104 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20105 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20106 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20107 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20108 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20109 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20110 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20111
20112 To conform with convention, replace the underscore (_) in the
20113 following image names with dash (-) or (/) as appropriate.
20114
20115 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20116 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20117 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20118 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20119 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20120 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20121 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20122 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20123 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20124 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20125 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20126 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20127 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20128 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20129 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20130
20131 * info.el (info-tool-bar-map): Replace underscores in image names
20132 with dashes.
20133
20134 * makefile.w32-in (WINS): Remove toolbar.
20135
20136 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20137
20138 * tool-bar.el: Move to lisp from toolbar. Now that
20139 toolbar is empty, it should be deleted when folks run "cvs up -P".
20140
20141 2005-10-18 Jay Belanger <belanger@truman.edu>
20142
20143 * calc/calc-store.el (calc-store-into): Get the proper variable name
20144 to display in message.
20145
20146 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20147
20148 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20149 expressions display in speedbar for all buffers when debugging.
20150 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20151
20152 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20153 (speedbar-insert-button, speedbar-make-button):
20154 Use add-text-properties.
20155 (speedbar-update-localized-contents)
20156 (speedbar-update-directory-contents)
20157 (speedbar-update-special-contents): Use dolist.
20158 (speedbar-buffer-easymenu-definition): Add a menu separator.
20159
20160 2005-10-17 Jason Rumney <jasonr@gnu.org>
20161
20162 * makefile.w32-in: Use $(lisp) consistently.
20163 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20164 for shell specific generation of mh-autoloads.
20165
20166 2005-10-17 Richard M. Stallman <rms@gnu.org>
20167
20168 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20169
20170 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20171
20172 * jit-lock.el (jit-lock-fontify-now):
20173 Move jit-lock-context-unfontify-pos to avoid wasted work.
20174
20175 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20176
20177 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20178 `tramp-completion-mode' for checking if we are in completion mode.
20179 (tramp-completion-handle-file-name-all-completions): Reorder code
20180 in order to complete for file names only in case there are no
20181 method/user/host completions. This is necessary for cooperation
20182 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20183
20184 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20185
20186 * longlines.el (longlines-search-forward)
20187 (longlines-search-backward): Match any number of spaces.
20188
20189 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20190
20191 * diff-mode.el (diff-mode): Doc fix.
20192
20193 2005-10-16 David Reitter <david.reitter@gmail.com>
20194
20195 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20196 as default on darwin and windows systems.
20197
20198 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20199
20200 * arc-mode.el (archive-zip-extract): Doc fix.
20201
20202 2005-10-16 Romain Francoise <romain@orebokech.com>
20203
20204 * mouse.el (mouse-1-click-follows-link): Doc fix.
20205
20206 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20207
20208 * savehist.el: Don't require CL at runtime.
20209 (savehist-xemacs): Remove.
20210 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20211 (savehist-no-conversion): Use (featurep 'xemacs).
20212 (savehist-load): Check existence of start-itimer rather than XEmacs.
20213 Use an idle timer.
20214 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20215 `delete-if-not'.
20216
20217 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20218
20219 * savehist.el: Newer version.
20220 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20221 (savehist-last-checksum, savehist-no-conversion): New vars.
20222 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20223 New functions.
20224 (savehist-load, savehist-save): Use them.
20225 (savehist-delimit): Remove.
20226
20227 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20228
20229 * progmodes/compile.el (compilation-goto-locus): Display the
20230 compilation buffer first and the source buffer second, in case they're
20231 in overlapping frames. Don't raise the compilation frame if it was the
20232 selected window upon entry. Pass the `other-window' arg to
20233 pop-to-buffer.
20234
20235 * info.el (Info-fontify-node): Use dolist.
20236 Change add-text-properties to put-text-property.
20237
20238 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20239
20240 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20241 bound of search.
20242
20243 2005-10-16 Masatake YAMATO <jet@gyve.org>
20244
20245 * dabbrev.el (dabbrev-completion): Pass the common
20246 prefix substring of completion to `display-completion-list'.
20247
20248 * filecache.el (file-cache-minibuffer-complete)
20249 (file-cache-complete): Ditto.
20250
20251 * tempo.el (tempo-display-completions): Ditto.
20252
20253 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20254
20255 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20256
20257 * eshell/em-hist.el (eshell-list-history): Ditto.
20258
20259 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20260
20261 * mail/mailalias.el (mail-complete): Ditto.
20262
20263 * progmodes/etags.el (complete-tag): Ditto.
20264
20265 * progmodes/make-mode.el (makefile-complete): Ditto.
20266
20267 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20268
20269 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20270
20271 * progmodes/pascal.el (pascal-complete-word)
20272 (pascal-show-completions): Ditto.
20273
20274 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20275
20276 * simple.el (completion-common-substring): New variable.
20277 (completion-setup-function): Use `completion-common-substring'
20278 to put faces.
20279
20280 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20281
20282 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20283 (x-get-selection, mac-select-convert-to-string): Convert from/to
20284 UTF-16 clipboard data as in native byte order, no BOM.
20285
20286 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20287
20288 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20289 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20290 (gud-sentinel): Use speedbar-frame to check for speedbar.
20291
20292 2005-10-15 Richard M. Stallman <rms@gnu.org>
20293
20294 * savehist.el: New file.
20295
20296 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20297
20298 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20299 Fix bug in \bf fontification.
20300
20301 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20302
20303 * pcvs.el (cvs-edit-log-files): New var.
20304 (cvs-mode-edit-log): New arg `file'.
20305 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20306 Instead force the use of the original file and nothing else.
20307 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20308 the cvs-minor-wrap-function is set.
20309 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20310
20311 2005-10-14 Bill Wohler <wohler@newt.com>
20312
20313 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20314 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20315 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20316 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20317 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20318 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20319 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20320 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20321 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20322 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20323 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20324 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20325 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20326 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20327 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20328
20329 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20330 appropriately (for example, gud-break to gud/break).
20331
20332 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20333
20334 * longlines.el (longlinges-search-function)
20335 (longlines-search-forward, longlines-search-backward): New functions.
20336 (longlines-mode): Set isearch-search-fun-function to
20337 longlinges-search-function.
20338
20339 * mouse.el (mouse-drag-region-1): Handle the case where a
20340 double-click event is bound to an arbitrary function.
20341
20342 2005-10-14 David Ponce <david@dponce.com>
20343
20344 * recentf.el (recentf-track-opened-file)
20345 (recentf-track-closed-file, recentf-update-menu)
20346 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20347 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20348 mouse-1-click-follows-link.
20349
20350 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20351
20352 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20353 Gnome file-manager.png. Suggested by
20354 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20355
20356 * toolbar/README: Add diropen.xpm.
20357
20358 2005-10-13 Bill Wohler <wohler@newt.com>
20359
20360 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20361 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20362
20363 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20364
20365 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20366 Don't waste the byte-compiler's time on constant data.
20367
20368 2005-10-13 Kenichi Handa <handa@m17n.org>
20369
20370 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20371 byte with `escape-glyph' face.
20372
20373 * international/fontset.el (ccl-encode-unicode-font):
20374 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20375 Handle the case that ucs-mule-to-mule-unicode translates a character to
20376 ASCII (usually for IPA characters).
20377
20378 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20379
20380 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20381 Don't hide the underline of titles if font-lock-mode is disabled.
20382
20383 2005-10-12 Bill Wohler <wohler@newt.com>
20384
20385 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20386 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20387 files in MH-E-SRC have been updated.
20388 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20389
20390 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20391
20392 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20393 (mixal-mode-syntax-table): Add \n as end-comment.
20394 (mixal-operation-codes-alist): Immediately initialize to full value.
20395 (mixal-add-operation-code): Remove.
20396 (mixal-describe-operation-code): Make the arg non-optional.
20397 Use the interactive spec instead.
20398 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20399 (mixal-font-lock-keywords): Don't highlight comments here any more.
20400 (mixal-font-lock-syntactic-keywords): New var.
20401 (mixal-mode): Use it. Fix comment-start-skip.
20402
20403 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20404
20405 * startup.el (command-line-x-option-alist): -nb => -nbi.
20406
20407 2005-10-12 Kim F. Storm <storm@cua.dk>
20408
20409 * startup.el (fancy-splash-default-action): Discard mouse click in
20410 the splash screen window, as it has no sensible meaning in the
20411 next window to be selected. Fixes error reported by Jan D.
20412
20413 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20414
20415 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20416
20417 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20418
20419 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20420 Try to fix up minor layout issues like indentation, line break, etc...
20421 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20422 because it doesn't work.
20423 (mixal-operation-codes): Add some more codes.
20424 (mixal-font-lock-keywords): Process comments here.
20425 (mixal-mode): mixasm no longer needs -g option.
20426
20427 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20428
20429 * progmodes/sh-script.el (sh-tmp-file):
20430 Use mktemp -t. Finish support for es and rc shells.
20431
20432 2005-10-11 Jay Belanger <belanger@truman.edu>
20433
20434 * calc/calcalg2.el (calc-integral): With an argument, compute the
20435 definite integral.
20436
20437 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20438
20439 * mouse.el (mouse-drag-region-1): Don't try to catch a
20440 double-click when doing follow-link (it's overridden anyway).
20441
20442 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20443
20444 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20445 (autoload-print-form-outbuf): Add docstring.
20446
20447 2005-10-11 Juri Linkov <juri@jurta.org>
20448
20449 * info.el (Info-mode-menu): Delete menu item "Edit".
20450 (Info-mode): Delete description of Info-edit from docstring,
20451 and rearrange descriptions of Info commands in the order
20452 they are documented in the Info manual.
20453
20454 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20455
20456 * calendar/appt.el (appt-check): Use diary-selective-display var.
20457
20458 2005-10-10 Richard M. Stallman <rms@gnu.org>
20459
20460 * net/newsticker.el (newsticker-start, newsticker-show-news):
20461 Add autoload cookies.
20462
20463 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20464
20465 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20466
20467 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20468
20469 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20470
20471 2005-10-10 Jay Belanger <belanger@truman.edu>
20472
20473 * calc/calc-arith.el (math-check-known-scalarp)
20474 (math-check-known-matrixp): Check the values of arguments that are
20475 variables.
20476 (math-check-known-square-matrixp): New function.
20477 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20478 (math-super-types): Add sqmatrix type.
20479
20480 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20481 mode name `square' to `sqmatrix'.
20482
20483 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20484 mode name `square' to `sqmatrix'.
20485
20486 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20487
20488 * progmodes/etags.el (select-tags-table-mode): Don't use
20489 selective-display.
20490 (tags-select-tags-table): Pass `button' to the action function.
20491 (select-tags-table): Place the side-info on button properties rather
20492 than in hidden text. Abbreviate file names.
20493 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20494 (select-tags-table-select): Add `button' argument.
20495 Get side-info from the button property rather than from hidden text.
20496
20497 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20498
20499 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20500 (gud-speedbar-buttons): Preserve point if possible.
20501 (gud-sentinel): Restore previous speedbar display type.
20502
20503 * progmodes/gdb-ui.el (gdba): Improve diagram.
20504 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20505 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20506 Call get-buffer-window once.
20507
20508 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20509
20510 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20511 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20512 (pascal-indent-command): Remove unused var `ind'.
20513 (pascal-indent-case): Remove unused var `oldpos'.
20514 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20515 since it's now used as a proper minor mode map.
20516 (pascal-outline): Rename to pascal-outline-mode.
20517 (pascal-outline-mode): Use define-minor-mode.
20518 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20519 selective-display.
20520
20521 2005-10-10 Andreas Schwab <schwab@suse.de>
20522
20523 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20524 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20525
20526 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20527 outside source directory.
20528
20529 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20530
20531 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20532 C-x' as a prefix.
20533 (orgtbl-mode-map): Full keymap instead of sparse, because all
20534 `self-insert-command' keys are redefined in this map.
20535 (org-export-as-html): Specify charset for HTML file, by taking it
20536 from the coding system.
20537
20538 2005-10-10 Kenichi Handa <handa@m17n.org>
20539
20540 * textmodes/flyspell.el (flyspell-check-word-p):
20541 If unread-command-events is non-empty, don't call sit-for.
20542
20543 2005-10-09 Richard M. Stallman <rms@gnu.org>
20544
20545 * font-lock.el (font-lock-syntactic-keywords)
20546 (font-lock-keywords): Doc fixes.
20547
20548 * textmodes/flyspell.el (flyspell-external-point-words):
20549 Simplify logic, and don't try to check for consecutive appearances
20550 of one incorrect word.
20551
20552 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20553
20554 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20555 separator.
20556
20557 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20558 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20559 (gud-expansion-speedbar-buttons): New function.
20560 (gud-speedbar-buttons): Check for gud-comint-buffer.
20561
20562 2005-10-09 Bill Wohler <wohler@newt.com>
20563
20564 * Makefile.in (updates): Add mh-loaddefs dependency.
20565
20566 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20567
20568 * speedbar.el (speedbar-file-key-map): Fix typo.
20569
20570 2005-10-09 Daniel Brockman <daniel@brockman.se>
20571
20572 * cus-start.el (line-spacing): Add custom spec.
20573
20574 2005-10-09 Romain Francoise <romain@orebokech.com>
20575
20576 * textmodes/ispell.el (ispell-check-version): Fix last change.
20577
20578 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20579
20580 * term/x-win.el: Remove -i, --icon-type from comment.
20581
20582 * startup.el (command-line-x-option-alist): Remove options -i,
20583 -itype, --icon-type, added -nb, --no-bitmap-icon.
20584
20585 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20586
20587 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20588 instead of :active.
20589
20590 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20591
20592 * textmodes/ispell.el (ispell-check-version):
20593 Ignore hyphen, and all that follows, in aspell's version text.
20594
20595 2005-10-08 Jay Belanger <belanger@truman.edu>
20596
20597 * calc/calc-arith.el (math-known-square-matrixp): New function.
20598 (math-pow-fancy): Check for matrices before distributing exponent
20599 across products.
20600
20601 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20602 fullscreen keypad. Suggested by Luc Teirlinck.
20603 (calc-keypad-show-input): Add space for formatting.
20604
20605 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20606 Add square matrix option.
20607
20608 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20609 of checking calc-matrix-mode when deciding how to expand.
20610
20611 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20612
20613 2005-10-08 Lars Hansen <larsh@soem.dk>
20614
20615 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20616 Add error handling.
20617 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20618
20619 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20620
20621 Sync with Tramp 2.0.51.
20622
20623 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20624 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20625 Insert special handling for `last-coding-system-used', again
20626 it still seems to be necessary (unlike stated before).
20627 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20628 (tramp-password-prompt-regexp): There might be other words before
20629 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20630 (tramp-chunksize): Improve docstring.
20631 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20632 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20633 Christian Joergensen <bugs@razor.dk>.
20634
20635 2005-10-07 Glenn Morris <rgm@gnu.org>
20636
20637 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20638 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20639 precision'.
20640
20641 2005-10-07 Romain Francoise <romain@orebokech.com>
20642
20643 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20644 (ibuffer-do-shell-command-pipe-replace)
20645 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20646 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20647 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20648 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20649 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20650 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20651 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20652 (ibuffer-filter-by-content, ibuffer-filter-by-predicate)
20653 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20654 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20655 Autoload file sans suffix.
20656
20657 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20658
20659 2005-10-07 David Ponce <david@dponce.com>
20660
20661 * recentf.el (recentf-menu-open-all-flag): New option.
20662 (recentf-digit-shortcut-command-name): New function.
20663 (recentf--shortcuts-keymap): New variable.
20664 (recentf-menu-shortcuts): New variable.
20665 (recentf-make-menu-items): Initialize it. Replace the "More..."
20666 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20667 (recentf-menu-value-shortcut): New function.
20668 (recentf-make-menu-item): Use it. No more in-lined.
20669 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20670 (recentf-open-most-recent-file): Rename from
20671 `recentf-open-file-with-key'. Don't depend on key binding.
20672 (recentf-mode-map): New variable.
20673 (recentf-mode): Use it.
20674
20675 2005-10-06 Bill Wohler <wohler@newt.com>
20676
20677 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20678
20679 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20680 (MH-E-SRC): New. Used by mh-autoloads.
20681 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20682 files in MH-E-SRC have been updated.
20683 (compile, recompile, bootstrap): Depend on mh-autoloads.
20684
20685 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20686
20687 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20688 gud-break and gud-remove icons when the fringe is not available.
20689
20690 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20691 Typo.
20692
20693 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20694
20695 * play/zone.el (zone): Wrap body with save-window-excursion.
20696
20697 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20698
20699 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20700 Use the new `list-only' arg to diary-list-entries.
20701
20702 * calendar/diary-lib.el: Use overlays rather than selective-display.
20703 (diary-selective-display): New var.
20704 (diary-header-line-format): Use it.
20705 (diary-list-entries): Add argument `list-only'.
20706 Put the buffer in diary-mode. Don't add \^M at beg and end.
20707 Replace \^M by invisible overlays.
20708 (diary-unhide-everything): Replace \^M by invisible overlays.
20709 (print-diary-entries): Look for overlays rather than \^M.
20710 Add a space to the temp buffer name.
20711 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20712 Put the buffer in diary-mode.
20713 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20714 (diary-anniversary): Make the year arg optional.
20715 (diary-time-regexp): New const.
20716 (diary-font-lock-keywords): Use it to accept a few more time formats.
20717
20718 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20719
20720 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20721
20722 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20723 Fix bug introduced 2005-07-03: Use (car (last ...))
20724 to faithfully reproduce replaced artist-last.
20725 (artist-set-arrow-points-for-poly): Likewise.
20726 Suggested by Johan Bockg\e,Ae\e(Brd.
20727
20728 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20729
20730 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20731 * wid-edit.el (widget):
20732 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20733 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20734
20735 2005-10-06 Kenichi Handa <handa@m17n.org>
20736
20737 * international/mule-cmds.el (set-language-environment):
20738 Fix setting up of case-table for unibyte mode.
20739
20740 * simple.el (what-cursor-position): If the character is displayed
20741 by some `display' text property, show that. Don't use
20742 single-key-description for eight-bit characters in multibyte mode.
20743
20744 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20745
20746 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20747 (gdb-ann3): Set it.
20748 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20749 (gdb-info-frames-custom): Use inverse-video for first five
20750 characters of selected frame only.
20751 (gdb-get-frame-number): Select frame even when point is on frame
20752 number.
20753
20754 2005-10-06 Masatake YAMATO <jet@gyve.org>
20755
20756 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20757 Put `font-lock-function-name-face'.
20758 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20759 and `font-lock-variable-name-face'
20760 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20761 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords'.
20762 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20763 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20764 (gdb-local-font-lock-keywords): New font lock keywords definition.
20765 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20766 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20767 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20768
20769 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20770
20771 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20772 (ediff-merge-region-is-non-clash-to-skip): Previously called
20773 ediff-merge-region-is-non-clash.
20774
20775 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20776 Use insert-buffer-substring.
20777
20778 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20779 selecting files to patch. Also bug fixes.
20780
20781 * ediff-util.el (ediff-setup): Bug fix.
20782 (ediff-next-difference): Never skip clashes that differ in white
20783 space only.
20784
20785 * ediff-wind.el (ediff-setup-control-frame)
20786 (ediff-destroy-control-frame): Check the menubar feature.
20787
20788 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20789 (viper-refresh-mode-line): Use make-local-variable to localize
20790 some vars instead of make-variable-buffer-local. Suggested by
20791 Stefan Monnier.
20792
20793 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20794 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20795 Use make-local-variable instead of make-variable-buffer-local.
20796 Suggested by Stefan Monnier.
20797
20798 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20799 (viper-comint-mode-hook): Use make-local-variable on
20800 require-final-newline.
20801 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20802
20803 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20804
20805 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20806 also the second char of a comment-start sequence.
20807 (scheme-sexp-comment-syntax-table): New var.
20808 (lambda, define): Set their scheme-doc-string-elt property.
20809 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20810 Use lisp-font-lock-syntactic-face-function now that it properly
20811 handles |...| symbols.
20812 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20813 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20814
20815 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20816 bit from # to |.
20817 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20818
20819 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20820 (lisp-doc-string-elt-property): New var.
20821 (lisp-font-lock-syntactic-face-function): Use it.
20822 Rewrite to recognize docstrings even for forms not at toplevel.
20823
20824 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20825 annotation on the | part of #| rather than on the # part.
20826 (scheme-font-lock-syntactic-face-function): New function, to
20827 distinguish strings from |...| symbols.
20828 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20829 syntax-table so that #|...|# is properly highlighted.
20830
20831 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20832 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20833
20834 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20835
20836 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20837 and C-e.
20838
20839 * emacs-lisp/eldoc.el: Move comments into docstrings.
20840 (eldoc-message-commands): Initialize in its declaration.
20841 Add move-beginning-of-line and move-end-of-line.
20842 (eldoc-add-command, eldoc-add-command-completions)
20843 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20844
20845 * outline.el (outline-mark-subtree): Activate the mark.
20846
20847 * calendar/appt.el (appt-time-regexp): New var.
20848 (appt-add, appt-make-list): Use it.
20849 (appt-convert-time): Clean up.
20850
20851 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20852 Don't set any syntax-table property here.
20853 (tex-font-lock-verb): New function. Do it here.
20854 (tex-font-lock-syntactic-keywords): Use it.
20855
20856 2005-10-04 Richard M. Stallman <rms@gnu.org>
20857
20858 * wid-edit.el (widget-file-complete): Get the widget start point
20859 the right way. Default directory to `/' if file has none.
20860
20861 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20862
20863 * textmodes/flyspell.el (flyspell-mode-on):
20864 Call ispell-maybe-find-aspell-dictionaries.
20865
20866 * textmodes/ispell.el (ispell-word, ispell-region):
20867 Call ispell-maybe-find-aspell-dictionaries.
20868 (ispell-accept-buffer-local-defs):
20869 Don't call ispell-maybe-find-aspell-dictionaries.
20870
20871 2005-10-04 Richard M. Stallman <rms@gnu.org>
20872
20873 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20874
20875 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20876
20877 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20878 instead of `fboundp' in order to allow for anonymous functions.
20879
20880 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20881
20882 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20883 case the user clicks on the link while another window is selected.
20884 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20885
20886 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20887 functionality.
20888 (dframe-help-echo): Save point in case mouse tracking is off.
20889
20890 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20891
20892 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20893
20894 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20895
20896 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20897 not change the global value of those vars.
20898
20899 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20900 make-local-variable which we do not need any more.
20901
20902 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20903
20904 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20905 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20906 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20907 (speedbar-path-line): Define obsolete aliases.
20908 (speedbar-line-directory): Doc fix.
20909
20910 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20911 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20912 instead of speedbar-line-path.
20913
20914 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20915
20916 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20917 to nil if dropping on a window. Handle dropping on a minibuffer window
20918 like dropping on a non-window part of Emacs.
20919
20920 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20921
20922 * net/ange-ftp.el: Use with-current-buffer.
20923 (ange-ftp-insert-directory): Do not follow symlinks any more.
20924
20925 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20926 Remove interactive spec.
20927
20928 2005-10-03 Kim F. Storm <storm@cua.dk>
20929
20930 * ido.el (ido-mode): Use custom-initialize-set.
20931
20932 2005-10-02 Richard M. Stallman <rms@gnu.org>
20933
20934 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20935 Use insert-buffer-substring.
20936
20937 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20938 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20939
20940 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
20941
20942 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
20943 in last change.
20944 (ange-ftp-insert-directory): Fix up the search for the case where
20945 `file' is absolute.
20946
20947 2005-10-02 Romain Francoise <romain@orebokech.com>
20948
20949 * progmodes/compile.el (compile-goto-error): Delete extra paren.
20950
20951 2005-10-02 Andreas Schwab <schwab@suse.de>
20952
20953 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
20954 directory component in the session info.
20955
20956 2005-10-01 Richard M. Stallman <rms@gnu.org>
20957
20958 * comint.el (comint-redirect-subvert-readonly): Doc fix.
20959
20960 * simple.el (next-error-internal): New function.
20961
20962 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
20963 (compilation-start): Pass new arg to compilation-buffer-name.
20964 (compile-goto-error): Use next-error-internal.
20965
20966 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20967
20968 * speedbar.el: Remove RCS tag.
20969 (speedbar-check-read-only): Handle non-existent files.
20970
20971 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
20972
20973 * info.el (Info-speedbar-hierarchy-buttons)
20974 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
20975
20976 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20977
20978 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
20979 Do not match newline.
20980 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
20981 (bibtex-summary): Remove unnecessary save-excursion.
20982 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
20983
20984 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20985
20986 * term/mac-win.el: Add charset info for "iso10646-1".
20987 Modify default fontset to use ATSUI-compatible fonts for some charsets
20988 if available.
20989
20990 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
20991
20992 * speedbar.el: Re-apply arch tag.
20993 (speedbar-version): Rename to version 1.0. Suggested by Eric
20994 M. Ludlam.
20995 Reapply two changes from Emacs CVS' version of speedbar lost
20996 during the merge:
20997 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
20998 (speedbar-frame-parameters): Improve customize type.
20999
21000 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21001
21002 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21003 (ange-ftp-file-directory-p): Fix the symlink case.
21004 (ange-ftp-insert-directory): When listing a single file, get a list of
21005 the parent buffer and extract the relevant line. Inspired from a patch
21006 by Katsumi Yamaoka <yamaoka@jpl.org>.
21007 (ange-ftp-file-name-sans-versions): Simplify.
21008
21009 2005-09-30 Bill Wohler <wohler@newt.com>
21010
21011 Move MH-E image files from toolbar and mail directories into
21012 etc/images.
21013
21014 * mail/reply2.*: Move to etc/images/mail/reply*.
21015
21016 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21017 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21018 etc/images.
21019
21020 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21021 * toolbar/reply*: Move to etc/images/mail.
21022
21023 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21024
21025 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21026
21027 * speedbar.el: New version 1.0pre3.
21028
21029 Frame management code (including timer, and mouse click specifics)
21030 moved to dframe.el:
21031 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21032 (speedbar-timer): Removed. Use dframe-timer.
21033 (speedbar-close-frame): Removed. Use dframe-close-frame.
21034 (speedbar-activity-change-focus-flag): Removed. Use
21035 dframe-activity-change-focus-flag.
21036 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21037 dframe-update-speed.
21038
21039 (speedbar-current-frame): New macro. Use this instead of the
21040 variable speedbar-frame.
21041
21042 (speedbar-use-images, speedbar-expand-image-button-alist)
21043 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21044
21045 (speedbar-find-image-on-load-path): Removed. Replaced by
21046 defezimage in ezimage.el.
21047 (speedbar-expand-image-button-alist): Removed. Replaced by
21048 ezimage-expand-image-button-alist in ezimage.el.
21049
21050 (speedbar-ignored-directory-regexp)
21051 (speedbar-add-ignored-directory-regexp)
21052 (speedbar-ignored-directory-expressions)
21053 (speedbar-line-directory, speedbar-buffers-line-directory)
21054 (speedbar-directory-line, speedbar-buffers-line-directory):
21055 Renamed, replacing `path' with `directory'.
21056
21057 (speedbar-create-directory, speedbar-expand-line-descendants)
21058 (speedbar-toggle-line-expansion)
21059 (speedbar-contract-line-descendants): New commands.
21060
21061 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21062 (speedbar-use-tool-tips-flag): New options.
21063
21064 (speedbar-check-read-only, speedbar-require-version)
21065 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21066 (speedbar-handle-delete-frame, speedbar-try-completion)
21067 (speedbar-update-localized-contents): New functions.
21068
21069 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21070 (speedbar-object-read-only-indicator): New variables.
21071
21072 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21073 New hooks.
21074
21075 (speedbar-separator-face): New face.
21076
21077 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21078 (speedbar-ignored-modes): Add fundamental-mode.
21079 (speedbar-directory-unshown-regexp): Add . directories.
21080
21081 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21082 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21083 `]' for full expand/close.
21084 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21085
21086 (speedbar-check-vc): Support hidden files.
21087 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21088 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21089 state is nil, it is not checked out.
21090
21091 (speedbar-line-text, speedbar-line-token): Support expand buttons
21092 with no text.
21093 (speedbar-refresh): Universal argument acts as power-click.
21094 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21095 that buffer to get variable values.
21096
21097 And many other bugfixes.
21098
21099 * dframe.el, ezimage.el, sb-image.el: New files.
21100
21101 * sb-*.xpm: Remove files. New image files installed into
21102 etc/images/ezimage.
21103
21104 2005-09-30 Kenichi Handa <handa@m17n.org>
21105
21106 * ps-mule.el (ps-mule-show-warning): If a character is in
21107 ps-print-translation-table, don't treat it as non-printable.
21108
21109 2005-09-30 David Ponce <david@dponce.com>
21110
21111 * tree-widget.el (tree-widget-themes-load-path): New variable.
21112 (tree-widget-themes-directory): Doc fix.
21113 (tree-widget-image-formats) [Emacs]: Doc fix.
21114 (tree-widget--locate-sub-directory): New function.
21115 (tree-widget-themes-directory): Use it.
21116
21117 * recentf.el (recentf-filename-handlers): Rename from
21118 `recentf-filename-handler'. Allow a list of functions.
21119 (recentf-menu-items-for-commands): Fix :help strings.
21120 (recentf-apply-filename-handlers): New function.
21121 (recentf-expand-file-name): Use it.
21122 (recentf-cleanup): Remove duplicates too.
21123
21124 2005-09-29 Juri Linkov <juri@jurta.org>
21125
21126 * faces.el: Rearrange face definitions to be in the same order as
21127 their face descriptions in "(emacs)Standard Faces".
21128
21129 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21130
21131 * tooltip.el (tooltip): Add group `basic-faces'.
21132
21133 * buff-menu.el (Buffer-menu-buffer): Remove group
21134 `font-lock-highlighting-faces'.
21135
21136 * progmodes/compile.el (compilation-error, compilation-warning)
21137 (compilation-info, compilation-line-number, compilation-column-number):
21138 Change group from `font-lock-highlighting-faces' to `compilation'.
21139
21140 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21141 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21142 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21143 (vhdl-font-lock-reserved-words-face)
21144 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21145 `font-lock-highlighting-faces'.
21146
21147 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21148
21149 2005-09-28 Kim F. Storm <storm@cua.dk>
21150
21151 * emulation/cua-base.el: Set CUA move property on additional commands:
21152 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21153 forward-sexp, backward-sexp, forward-list, backward-list.
21154
21155 2005-09-28 Romain Francoise <romain@orebokech.com>
21156
21157 * comint.el (comint-show-output): Really set point at the
21158 beginning of the output when not using `comint-use-prompt-regexp'.
21159
21160 2005-09-27 Jay Belanger <belanger@truman.edu>
21161
21162 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21163 in TeX mode.
21164
21165 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21166
21167 * textmodes/org.el (org-table-sum): Fix format string.
21168
21169 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21170 Quote face names.
21171
21172 2005-09-26 Romain Francoise <romain@orebokech.com>
21173
21174 * isearch.el (isearch-forward-regexp): Close doc string.
21175
21176 2005-09-25 Richard M. Stallman <rms@gnu.org>
21177
21178 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21179
21180 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21181
21182 * progmodes/compile.el (compilation-error-properties):
21183 When getting the file from the previous error message,
21184 correctly decode the new data format.
21185
21186 * progmodes/cc-cmds.el (c-electric-paren):
21187 Call old-blink-paren only for close-paren.
21188
21189 2005-09-24 Andreas Schwab <schwab@suse.de>
21190
21191 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21192 condition.
21193
21194 2005-09-25 Romain Francoise <romain@orebokech.com>
21195
21196 * dired-aux.el (dired-copy-file-recursive):
21197 * dired.el (dired-delete-file):
21198 * ediff-mult.el (ediff-dir-diff-copy-file):
21199 * ediff-util.el (ediff-test-save-region):
21200 * forms.el (forms-mode):
21201 * ido.el (ido-file-internal, ido-delete-file-at-head):
21202 * log-edit.el (log-edit-done):
21203 * ses.el (ses-yank-resize):
21204 * play/gomoku.el (gomoku-human-plays, gomoku)
21205 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21206 (gomoku-offer-a-draw):
21207 * play/landmark.el (lm-human-resigns, lm):
21208 * net/eudcb-ldap.el (eudc-ldap-check-base):
21209 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21210 * progmodes/ebrowse.el (ebrowse-find-pattern):
21211 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21212 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21213 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21214
21215 * vc.el (vc-delete-file):
21216 * play/gomoku.el (gomoku-terminate-game, gomoku)
21217 (gomoku-prompt-for-move, gomoku-human-takes-back):
21218 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21219 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21220
21221 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21222
21223 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21224 color rxvt terminals by using the code xterm.el used to use before
21225 2005-04-09 in order to match the colors used by rxvt.
21226
21227 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21228
21229 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21230 colors rxvt-unicode terminals by using the same code as xterm.el.
21231
21232 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21233
21234 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21235 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21236 new symbol used for the tex-verbatim face.
21237
21238 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21239
21240 * woman.el (woman-file-name):
21241 * wid-edit.el (widget-file-prompt-value)
21242 (widget-coding-system-prompt-value):
21243 * w32-fns.el (set-w32-system-coding-system):
21244 * vc.el (vc-version-diff, vc-annotate):
21245 * textmodes/reftex-auc.el (reftex-arg-cite)
21246 (reftex-arg-index-tag):
21247 * textmodes/refer.el (refer-get-bib-files):
21248 * textmodes/artist.el (artist-figlet-choose-font):
21249 * terminal.el (terminal-emulator):
21250 * replace.el (occur-read-primary-args):
21251 * rect.el (string-rectangle, string-insert-rectangle):
21252 * ps-print.el (ps-print-preprint):
21253 * progmodes/pascal.el (pascal-goto-defun):
21254 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21255 * progmodes/compile.el (compilation-find-file):
21256 * printing.el (pr-interactive-n-up):
21257 * play/animate.el (animate-birthday-present):
21258 * net/rcompile.el (remote-compile):
21259 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21260 * mail/rmailsum.el (rmail-summary-search-backward)
21261 (rmail-summary-search):
21262 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21263 (rmail-output-read-file-name):
21264 * mail/rmail.el (rmail-search, rmail-search-backwards):
21265 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21266 * locate.el (locate):
21267 * international/quail.el (quail-show-keyboard-layout):
21268 * international/mule.el (set-buffer-file-coding-system)
21269 (revert-buffer-with-coding-system, set-file-name-coding-system)
21270 (set-terminal-coding-system, set-keyboard-coding-system)
21271 (set-next-selection-coding-system):
21272 * international/mule-diag.el (describe-coding-system)
21273 (describe-font, describe-fontset):
21274 * international/mule-cmds.el (universal-coding-system-argument)
21275 (search-unencodable-char, describe-input-method)
21276 (set-language-environment, describe-language-environment):
21277 * international/codepage.el (codepage-setup):
21278 * international/code-pages.el (codepage-setup):
21279 * info.el (Info-search, Info-follow-reference)
21280 (Info-search-backward):
21281 * emacs-lisp/advice.el (ad-read-advised-function)
21282 (ad-read-advice-class, ad-clear-cache, ad-activate)
21283 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21284 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21285 (ad-read-regexp):
21286 * ediff-util.el (ediff-toggle-regexp-match):
21287 * ediff-ptch.el (ediff-prompt-for-patch-file):
21288 * dired-aux.el (dired-diff):
21289 * diff.el (diff):
21290 * cus-edit.el (custom-variable-prompt):
21291 * calendar/timeclock.el (timeclock-ask-for-project):
21292 * calc/calcalg3.el (calc-get-fit-variables):
21293 * calc/calc-store.el (calc-edit-variable)
21294 (calc-permanent-variable):
21295 * vc-mcvs.el (vc-mcvs-register):
21296 * shadowfile.el (shadow-define-literal-group):
21297 * woman.el (woman-file-name):
21298 * vc.el (vc-version-diff, vc-merge):
21299 * textmodes/reftex-index.el (reftex-index-complete-tag):
21300 * format.el (format-decode-buffer, format-decode-region):
21301 * emulation/viper-cmd.el (viper-read-string-with-history):
21302 * emacs-lisp/debug.el (cancel-debug-on-entry):
21303 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21304 * ediff.el (ediff-merge-revisions)
21305 (ediff-merge-revisions-with-ancestor, ediff-revision):
21306 * completion.el (interactive-completion-string-reader):
21307 * calc/calc-prog.el (calc-user-define-formula):
21308 Follow convention for reading with the minibuffer.
21309
21310 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21311
21312 * progmodes/python.el (python-describe-symbol): Add globals() and
21313 locals() to the arguments of emacs.ehelp.
21314
21315 2005-09-24 Magnus Henoch <mange@freemail.hu>
21316
21317 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21318 New function, code extracted from ispell-valid-dictionary-list.
21319 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21320 Call it.
21321
21322 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21323
21324 * subr.el (version-regexp-alist): Extend valid syntax for version
21325 strings: allow any of the characters -,_,+ to separate the
21326 alpha/beta/rc part from the version part. Doc fix.
21327 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21328
21329 2005-09-23 David Reitter <david.reitter@gmail.com>
21330
21331 * mail/mailclient.el: New file.
21332
21333 2005-09-23 Richard M. Stallman <rms@gnu.org>
21334
21335 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21336 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21337 Doc fixes.
21338
21339 * progmodes/cc-mode.el (c-font-lock-init):
21340 Specify font-lock-lines-before.
21341
21342 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21343
21344 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21345 whole conflict.
21346
21347 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21348
21349 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21350 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21351 of `remap' feature when available. Additional key bindings for
21352 better tty support.
21353 (org-mode-restart, org-force-self-insert): New commands.
21354 (org-time-stamp-inactive): New command.
21355 (org-remap): New function.
21356 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21357 (org-enable-fixed-width-editor): Move to `org-structure'
21358 customization group.
21359 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21360 blank field after field motion commands.
21361
21362 2005-09-23 Kenichi Handa <handa@m17n.org>
21363
21364 * international/mule-cmds.el (set-language-environment):
21365 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21366 have to call utf-translate-cjk-load-tables.
21367
21368 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21369
21370 * mouse.el (mouse-move-drag-overlay): Fix last change.
21371
21372 2005-09-22 David Ponce <david@dponce.com>
21373
21374 * tree-widget.el (tree-widget-value-create): Fix previous change.
21375
21376 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21377
21378 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21379
21380 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21381
21382 * mouse.el (mouse-move-drag-overlay): New function.
21383 (mouse-drag-region-1): Use it.
21384 Try to simplify a bit the state handling. Handle clicks on links
21385 inside intangible areas.
21386 (mouse-save-then-kill): Minor simplification.
21387 (mouse-secondary-overlay): Make it always non-nil instead of
21388 recreating it each time.
21389 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21390 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21391 Simplify accordingly.
21392
21393 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21394
21395 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21396
21397 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21398
21399 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21400 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21401 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21402 to patch.
21403
21404 * ediff-util.el: Use insert-buffer-substring.
21405
21406 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21407
21408 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21409 field boundaries in the minibuffer.
21410 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21411 (viper-minibuffer-post-command-hook): New hook.
21412 (viper-line): Don't move cursor at bolp.
21413
21414 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21415
21416 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21417 avoid compiler warnings.
21418
21419 * emulation/viper-macs.el (ex-map): Better messages.
21420
21421 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21422
21423 * emulation/viper.el: Replace make-variable-buffer-local with
21424 viper-make-variable-buffer-local everywhere, to avoid warnings.
21425
21426 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21427
21428 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21429 Delete unused var `old-selected-window'.
21430 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21431 (mouse-drag-secondary): Delete unused var `start-frame'.
21432
21433 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21434
21435 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21436
21437 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21438
21439 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21440 Re-indent within 80 columns. Use inhibit-read-only.
21441
21442 2005-09-19 Romain Francoise <romain@orebokech.com>
21443
21444 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21445
21446 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21447
21448 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21449 unconditionally, since the after-change-function already did it.
21450
21451 2005-09-19 Miles Bader <miles@gnu.org>
21452
21453 * net/newsticker.el: Get rid of CVS keyword.
21454
21455 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21456
21457 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21458 The prompt is formatted later.
21459
21460 2005-09-19 David Ponce <david@dponce.com>
21461
21462 * tree-widget.el (tree-widget-value-create): Save the converted
21463 tree :node widget.
21464
21465 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21466
21467 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21468 variable `message'.
21469
21470 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21471
21472 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21473 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21474 <slawomir.nowaczyk.847@student.lu.se>.
21475
21476 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21477
21478 * image.el (image-load-path): Use symbol `data-directory' instead
21479 of its value, for backward compatibility with packages that bind
21480 it during `find-image'. Suggested by Katsumi Yamaoka.
21481 (image-search-load-path): Handle symbols whose values are strings.
21482
21483 2005-09-18 Romain Francoise <romain@orebokech.com>
21484
21485 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21486 with-current-buffer form in save-excursion.
21487
21488 2005-09-18 Deepak Goel <deego@gnufans.org>
21489
21490 * apropos.el (apropos-command): Fix `message' call: first arg
21491 should be a format spec. In this and all other cases that appear
21492 below and elsewhere in the source code, I made a change only when
21493 two conditions were satisfied: [1] I can think of a possibility
21494 that the arguments would cause an error, for example, the code in
21495 question relies on external variables such as filenames. [2] I
21496 was sure that the arg to `message' could not have been nil in the code.
21497
21498 * textmodes/tildify.el (tildify-region): Ditto.
21499
21500 * textmodes/reftex-index.el (reftex-index-change-entry)
21501 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21502 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21503 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21504 (org-priority, org-table-sum):
21505 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21506 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21507 (flyspell-word, flyspell-display-next-corrections):
21508 * textmodes/bibtex.el (bibtex-print-help-message):
21509 * textmodes/artist.el (artist-key-set-point-poly):
21510 * term/mac-win.el (mac-services-insert-text):
21511 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21512 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21513 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21514 (vhdl-compose-configuration):
21515 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21516 (sh-set-indent, sh-learn-line-indent):
21517 * progmodes/ps-mode.el (ps-mode-target-column):
21518 * progmodes/idlwave.el (idlwave-make-tags)
21519 (idlwave-scan-library-catalogs):
21520 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21521 * progmodes/gud.el (gud-jdb-analyze-source):
21522 * progmodes/flymake.el (flymake-log):
21523 * progmodes/ebnf2ps.el (ebnf-generate-region):
21524 * progmodes/cmacexp.el (c-macro-expansion):
21525 * progmodes/ada-xref.el (ada-treat-cmd-string):
21526 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21527 (ada-justified-indent-current, ada-batch-reformat):
21528 * play/zone.el (zone):
21529 * play/landmark.el (lm-move):
21530 * play/decipher.el (decipher-show-alphabet):
21531 * net/newsticker.el (newsticker--display-jump)
21532 (newsticker--display-scroll):
21533 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21534 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21535 * mail/feedmail.el (feedmail-dump-message-to-queue):
21536 * eshell/esh-proc.el (eshell-remove-process-entry):
21537 * emulation/ws-mode.el (ws-last-error):
21538 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21539 (viper-record-kbd-macro):
21540 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21541 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21542 * emacs-lisp/find-func.el (find-function-noselect):
21543 * calendar/timeclock.el (timeclock-status-string)
21544 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21545 (timeclock-when-to-leave-string):
21546 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21547 * calc/calc-units.el (calc-enter-units-table):
21548 * calc/calc-mode.el (calc-mode-record-mode):
21549 * woman.el (woman-mini-help):
21550 * wdired.el (wdired-change-to-wdired-mode):
21551 * vc.el (vc-retrieve-snapshot):
21552 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21553 * startup.el (display-startup-echo-area-message):
21554 * simple.el (set-goal-column):
21555 * ses.el (ses-command-hook, ses-recalculate-cell):
21556 * server.el (server-process-filter):
21557 * printing.el (pr-interface-txt-print, pr-interface-printify)
21558 (pr-interface-ps):
21559 * pcvs.el (cvs-help):
21560 * log-edit.el (log-edit, log-edit-mode-help):
21561 * iswitchb.el (iswitchb-possible-new-buffer):
21562 * isearch.el (isearch-edit-string):
21563 * image-mode.el (image-mode, image-minor-mode):
21564 * ibuf-macs.el (define-ibuffer-filter):
21565 * hi-lock.el (hi-lock-find-patterns):
21566 * files.el (toggle-read-only):
21567 * ediff-util.el (ediff-copy-diff)
21568 (ediff-write-merge-buffer-and-maybe-kill):
21569 * echistory.el (Electric-history-undefined):
21570 * dnd.el (dnd-insert-text):
21571 * dired-aux.el (dired-query):
21572 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21573 * bookmark.el (bookmark-bmenu-locate):
21574 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21575 Fix `message' calls to ensure first arg is a format string.
21576 The change was made only when these two conditions were satisfied:
21577 [1] when there is a possibility that the arguments would cause an error
21578 for example, if the code in question relies on external variables
21579 such as filenames, and
21580 [2] if the arg to `message' could not have been nil in the code.
21581
21582 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21583 Not having a %s would be weird, though not technically wrong.
21584
21585 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21586
21587 * term/mac-win.el (mac-add-charset-info): Doc fix.
21588
21589 2005-09-17 Romain Francoise <romain@orebokech.com>
21590
21591 * shell.el (shell-resync-dirs): Handle echoing processes more
21592 reliably. Don't insert resync command if `comint-process-echoes'
21593 is non-nil.
21594
21595 2005-09-17 Magnus Henoch <mange@freemail.hu>
21596
21597 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21598 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21599 aspell versions >= 0.60.
21600 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21601 only if ispell-aspell-supports-utf8 is non-nil.
21602
21603 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21604
21605 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21606 buffer-local value to lisp-indent-function.
21607
21608 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21609
21610 * progmodes/glasses.el (glasses-make-readable): If
21611 glasses-separator differs from underscore, put appropriate
21612 overlays over underscore characters.
21613 (glasses-convert-to-unreadable): If glasses-separator differs from
21614 underscore, try to convert glasses-separator characters to
21615 underscores.
21616
21617 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21618
21619 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21620 Use with-syntax-table and dolist.
21621
21622 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21623
21624 * textmodes/reftex-auc.el:
21625 * textmodes/reftex-cite.el:
21626 * textmodes/reftex-dcr.el:
21627 * textmodes/reftex-global.el:
21628 * textmodes/reftex-parse.el:
21629 * textmodes/reftex-ref.el:
21630 * textmodes/reftex-sel.el:
21631 * textmodes/reftex-toc.el:
21632 * textmodes/reftex-vars.el:
21633 * textmodes/reftex.el: Small changes to remove compiler warnings.
21634
21635 * textmodes/reftex-index.el: Likewise.
21636 (reftex-query-index-phrase): More efficient use of markers.
21637
21638 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21639
21640 * image.el (image-load-path): New variable.
21641 (image-search-load-path): New function.
21642 (find-image): Search for images in `image-load-path'.
21643
21644 2005-09-15 Richard M. Stallman <rms@gnu.org>
21645
21646 * follow.el: Change Maintainer field.
21647
21648 2005-09-15 David Ponce <david@dponce.com>
21649
21650 * recentf.el (recentf-save-file-modes): New option.
21651 (recentf-save-list): Use it.
21652
21653 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21654
21655 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21656 (mode-line-mule-info, mode-line-modified): Move bindings from
21657 mouse-3 to mouse-1.
21658
21659 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21660
21661 * simple.el (sendmail-user-agent-compose): Revert last change.
21662
21663 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21664
21665 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21666 Use with-current-buffer.
21667 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21668 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21669 (ange-ftp-insert-directory): Remove unused var `short'.
21670 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21671
21672 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21673 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21674
21675 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21676 (check-calendar-holidays, diary-list-entries): Autoload.
21677 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21678 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21679
21680 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21681 which mistakenly removed a call to display-buffer.
21682
21683 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21684
21685 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21686
21687 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21688
21689 * progmodes/hideshow.el
21690 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21691 (hs-allow-nesting): New user var.
21692 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21693 (hs-hide-block-at-point): When nesting allowed,
21694 if there is already an overlay in place, delete it.
21695 (hs-safety-is-job-n): Delete func; remove call sites.
21696 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21697 (hs-overlay-at): New func.
21698 (hs-already-hidden-p, hs-show-block): Use it.
21699 (hs-hide-all): Don't pre-clean if nesting allowed.
21700 (hs-show-all): Temporarily disallow
21701 nesting around call to `hs-discard-overlays'.
21702
21703 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21704
21705 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21706 Delete unused local var.
21707
21708 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21709
21710 * help-fns.el (describe-categories): "?\ " -> "?\s".
21711 (help-do-arg-highlight): Recognize also ARG-n, as in
21712 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21713
21714 * international/codepage.el (dos-unsupported-char-glyph):
21715 * net/newsticker.el (tool-bar-map, w3-mode-map)
21716 (w3m-minor-mode-map):
21717 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21718 (ent-alist):
21719 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21720
21721 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21722
21723 * custom.el (custom-push-theme): Handle the case where a symbol is
21724 bound but face properties have not yet been assigned.
21725
21726 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21727 Fix behavior if noerase is `t' and there is no mail buffer.
21728
21729 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21730 if `continue' is nil, rather than signal an error.
21731
21732 2005-09-12 Richard M. Stallman <rms@gnu.org>
21733
21734 * font-lock.el (font-lock-keywords): Add autoload.
21735
21736 * help-fns.el (describe-variable): Rearrange to put source link
21737 in a predictable place.
21738
21739 * net/newsticker.el: New file.
21740
21741 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21742
21743 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21744 (calendar-basic-setup): Use the new nil arg.
21745 (number-of-diary-entries): Move to diary-lib.el.
21746
21747 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21748 (diary-list-entries): Use with-syntax-table and dolist.
21749 Rename from list-diary-entries.
21750 Use number-of-diary-entries if `number' is nil.
21751 (diary, diary-view-entries): Use this new name and new nil arg value.
21752 (number-of-diary-entries): Move from calendar.el.
21753 (diary-unhide-everything): New function.
21754 (include-other-diary-files, fancy-diary-display)
21755 (diary-show-all-entries, make-diary-entry): Use it.
21756 (diary-mail-entries): Use buffer-string.
21757 (mark-diary-entries): Fix long standing paren typo.
21758 (diary-sexp-entry): Use count-lines.
21759 (make-diary-entry): Avoid `previous-line'.
21760 (diary-mode-map): New var.
21761 (diary-mode): Redraw cal after saving. Setup header-line.
21762 (fancy-diary-display-mode): Use local-set-key.
21763
21764 * startup.el (command-line): Try calling various terminal-init-foo-bar
21765 functions by stripping hyphenated suffixes from $TERM.
21766
21767 * files.el (normal-mode): Check boundness of font-lock-keywords.
21768
21769 2005-09-12 Richard M. Stallman <rms@gnu.org>
21770
21771 * progmodes/compile.el: Don't decide a file's directory
21772 until the user actually tries to go there.
21773 (compilation-next-error-function):
21774 Pass compilation-find-file the directory from the file-struct.
21775 (compilation-internal-error-properties): Separate local FILE-STRUCT
21776 from FILE. Doc the args better. Rename arg FMT to FMTS.
21777 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21778 Expand it, and if nil, use default-directory.
21779 (compilation-get-file-structure): Don't mix specified directory
21780 with default directory. Put specified directory into
21781 file-struct. Don't make the file name absolute.
21782
21783 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21784 (compile-command): Add autoload.
21785 (compilation-disable-input): Add autoload.
21786
21787 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21788
21789 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21790 strings of the variables it can override.
21791 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21792 %Q and %q, for fully-qualified domain name and unqualified host name.
21793
21794 2005-09-11 Kim F. Storm <storm@cua.dk>
21795
21796 * emacs-lisp/authors.el (authors-aliases): Update list.
21797 (authors-fixed-entries): Update mldrag.el entry.
21798
21799 2005-09-10 Alan Mackenzie <acm@muc.de>
21800
21801 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21802 from the region narrowed to.
21803
21804 2005-09-10 Magnus Henoch <mange@freemail.hu>
21805
21806 * textmodes/ispell.el (ispell-check-version): Signal an error if
21807 aspell version is less than 0.60.
21808
21809 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21810
21811 * progmodes/octave-inf.el (inferior-octave-startup):
21812 Resync current dir at the end.
21813
21814 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21815
21816 * woman.el (woman-topic-at-point-default):
21817 Rename to woman-use-topic-at-point-default.
21818 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21819 (woman-file-name): Reflect renames above. Automatically use the
21820 word at point as topic if woman-use-topic-at-point is non-nil.
21821 Otherwise offer it as default but don't insert it in the
21822 minibuffer. Also use `test-completion' instead of `assoc' as
21823 suggested by Stefan Monnier.
21824
21825 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21826
21827 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21828 the attempt to do it over Tramp. This is not yet supported.
21829
21830 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21831
21832 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21833 (menu-bar-non-minibuffer-window-p): New functions.
21834 ("Split Window", "Save As..."): Use them.
21835 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21836 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21837 Use menu-bar-menu-frame-live-and-visible-p.
21838 ("Save Buffer", "Insert File", "Open Directory...")
21839 ("Open File...", "Visit New File..."):
21840 Use menu-bar-non-minibuffer-window-p.
21841 (kill-this-buffer-enabled-p, dired <menu-enable>):
21842 Use menu-bar-non-minibuffer-window-p.
21843
21844 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21845
21846 * cus-start.el (all): Don't complain about fringe-related
21847 built-ins if fringes are not supported. Ditto about
21848 selection-related built-ins. Fix the test for GTK-related built-ins.
21849
21850 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21851 ("Postscript Print Buffer", "Print Region", "Save As...")
21852 ("Save", "Insert File...", "Open Directory...")
21853 ("Open File...", "Visit New File..."")
21854 ("Truncate Long Lines in this Buffer"): Don't look at
21855 menu-updating-frame if this display does not support multiple frames.
21856
21857 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21858
21859 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21860
21861 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21862
21863 * woman.el: Format- and whitespace-related changes.
21864
21865 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21866
21867 * woman.el: Fix my email address.
21868
21869 2005-09-08 Richard M. Stallman <rms@gnu.org>
21870
21871 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21872 (sh-mode): Locally set skeleton-pair-default-alist.
21873
21874 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21875
21876 * progmodes/flymake.el: Require `compile' unconditionally.
21877
21878 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21879
21880 * woman.el (woman-file-name): Provide a default, not initial input.
21881
21882 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21883
21884 * font-lock.el (font-lock-support-mode): Doc fix.
21885
21886 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21887
21888 2005-09-08 Richard M. Stallman <rms@gnu.org>
21889
21890 * simple.el (blink-matching-open): Get rid of text props from
21891 the string shown in echo area. Don't permanently set point.
21892 Some rearrangements.
21893
21894 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21895
21896 * recentf.el (recentf-filename-handler): Add custom choice
21897 `abbreviate-file-name'.
21898
21899 * msb.el (msb--very-many-menus): Fix typo.
21900
21901 * disp-table.el (standard-display-european): Don't set
21902 enable-multibyte-characters to nil.
21903
21904 2005-09-08 David Ponce <david@dponce.com>
21905
21906 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21907 (recentf-expand-file-name): Doc fix.
21908 (recentf-dialog-mode-map): Define digit shortcuts.
21909 (recentf--files-with-key): New variable.
21910 (recentf-show-digit-shortcut-filter): New function.
21911 (recentf-open-files-items): New function.
21912 (recentf-open-files): Use it.
21913 (recentf-open-file-with-key): New command.
21914
21915 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21916
21917 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21918 Suggested by Kim F. Storm.
21919 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21920 (Buffer-menu-make-sort-button): Use global keymap.
21921
21922 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21923
21924 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21925 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21926 necessary any longer with the remapped command.
21927 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21928 formatting time only.
21929
21930 * net/tramp.el (tramp-action-password)
21931 (tramp-multi-action-password): Compile the password prompt from
21932 `method', `user' and `host'. Sometimes it isn't obvious which
21933 password to enter, for example with remote files offered by
21934 recentf.el, or with multiple steps. Suggested by Robert Marshall
21935 <robert@chezmarshall.freeserve.co.uk>.
21936
21937 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21938
21939 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
21940 Fix regexp for when "s///" is at the beginning of line.
21941
21942 2005-09-07 Jay Belanger <belanger@truman.edu>
21943
21944 * calc/calc-poly.el (math-expand-term): Multiply out any powers
21945 when in matrix mode.
21946
21947 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
21950 non-anonymous functions.
21951
21952 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
21953
21954 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
21955 when using a header line. Otherwise, use mouse-1-click-follows-link.
21956
21957 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
21958 can't be moved; don't signal an error.
21959
21960 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
21961
21962 * cus-theme.el (custom-theme-write-faces): Save the current face
21963 spec, not the defface spec.
21964
21965 * custom.el (custom-known-themes): Clarify meaning of "standard".
21966 (custom-push-theme): Save old values in the standard theme.
21967 (disable-theme): Correct typo.
21968 (custom-face-theme-value): Deleted unused function.
21969 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
21970
21971 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
21972
21973 * progmodes/compile.el (compilation-goto-locus): Take into account
21974 iconified frames when determining whether the buffer is
21975 already visible.
21976 Don't reset window height if the window already existed.
21977
21978 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
21979
21980 * custom.el (load-theme): Rename from require-theme.
21981 Add interactive spec.
21982 (enable-theme): Rename from custom-enable-theme.
21983 Add interactive spec.
21984 (disable-theme): Rename from custom-disable-theme.
21985 Add interactive spec.
21986 (custom-make-theme-feature): Doc fix.
21987 (custom-theme-directory): Doc fix.
21988 (provide-theme): Call enable-theme.
21989
21990 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
21991
21992 * obsolete/lazy-lock.el (lazy-lock-mode):
21993 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
21994 font-lock-mode if it's off. Print a warning instead.
21995
21996 * progmodes/compile.el (compilation-start): Ignore errors if the
21997 process died before we get to send-eof.
21998
21999 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22000 Undo last change. Enclosing the result in quotes broke things on Unix
22001 since tex-send-command passes it through shell-quote-argument.
22002 (tex-send-command): Pass `file' through convert-standard-filename
22003 when possible.
22004 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22005 info in a transcript.
22006
22007 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22008
22009 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22010 fix compilation warning. Reorder the key definitions to group
22011 together keys emitted by the current version of xterm.
22012
22013 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22014 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22015 Reorder predicates to correct min-color usage.
22016
22017 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22018
22019 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22020 Kill local variables when longlines-mode is turned off.
22021
22022 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22023
22024 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22025
22026 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22027
22028 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22029
22030 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22031 (font-lock-lines-before): Change default to being inactive.
22032 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22033 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22034
22035 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22036
22037 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22038 Deactivate temporarily advice if active (not needed for Emacs 22,
22039 but for backwards compatibility).
22040 (tramp-exists-file-name-handler): Rewrite. First implementation
22041 was too simple.
22042 (tramp-advice-make-auto-save-file-name):
22043 Call `tramp-handle-make-auto-save-file-name' (again, just for
22044 backwards compatibility).
22045
22046 2005-08-31 Reto Zimmermann <reto@gnu.org>
22047
22048 * progmodes/vhdl-mode.el
22049 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22050 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22051 (vhdl-set-default-project): New function (easier setting of default).
22052 (vhdl-port-copy): Handle extended identifiers for generics.
22053 (vhdl-compiler-alist): Better description for error message regexp.
22054 (vhdl-make): Query for target, use previous as default.
22055 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22056 (vhdl-font-lock-keywords-2): Fix fontification for record
22057 el. assign.
22058 (vhdl-speedbar-make-subpack-line): Add package body link.
22059 (vhdl-generate-makefile-1): Not include itself as dependency.
22060 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22061 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22062 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22063 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22064 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22065 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22066 (vhdl-import-project): Add string argument for `error'.
22067 (vhdl-compose-configuration)
22068 (vhdl-compose-configuration-architecture): Add configuration
22069 declaration generation.
22070 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22071 (vhdl-trailer-re): Add "record" keyword (better indentation).
22072 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22073 "[^ \t-\"]+".
22074 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22075 (vhdl-testbench-entity-file-name)
22076 (vhdl-testbench-architecture-file-name): Allow separate
22077 customization of testbench file names.
22078 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22079 (vhdl-get-visible-signals): Allow newline within alias declaration.
22080 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22081 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22082 (member-ignore-case): Alias for missing function in XEmacs.
22083 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22084 (vhdl-update-sensitivity-list): Ignore case on read signals.
22085 (vhdl-replace-string): Adjust case only for file names.
22086 (vhdl-update-sensitivity-list): Fix search for read signals.
22087 (vhdl-update-sensitivity-list): Exclude formal parameters.
22088 (vhdl-get-visible-signals): Include aliases of signals.
22089 (vhdl-get-visible-signals): Fix signal name searching.
22090 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22091 (vhdl-fixup-whitespace-region): Fix for character
22092 literals (e.g. `:').
22093
22094 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22095
22096 * ansi-color.el (comint-last-output-start):
22097 * bs.el (font-lock-verbose):
22098 * diff-mode.el (add-log-buffer-file-name-function):
22099 * dired-x.el (vm-folder-directory):
22100 * faces.el (help-xref-stack-item):
22101 * files.el (font-lock-keywords):
22102 * find-lisp.el (dired-buffers, dired-subdir-alist):
22103 * ido.el (cua-inhibit-cua-keys):
22104 * log-view.el (cvs-minor-wrap-function):
22105 * outline.el (font-lock-warning-face):
22106 * simple.el (compilation-current-error):
22107 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22108 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22109 * tooltip.el (comint-prompt-regexp):
22110 * w32-fns.el (explicit-shell-file-name):
22111 * term/mac-win.el (mac-charset-info-alist)
22112 (mac-services-selection, mac-system-script-code):
22113 * term/tty-colors.el (msdos-color-values):
22114 * term/w32-win.el (xlfd-regexp-registry-subnum):
22115 * term/x-win.el (x-keysym-table, x-selection-timeout)
22116 (x-session-id, x-session-previous-id):
22117 * textmodes/ispell.el (mail-yank-prefix):
22118 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22119 * textmodes/org.el (calc-embedded-close-formula)
22120 (calc-embedded-open-formula)
22121 (font-lock-unfontify-region-function):
22122 * textmodes/reftex-global.el (isearch-next-buffer-function)
22123 (TeX-master):
22124 * textmodes/reftex.el (font-lock-keywords):
22125 * textmodes/tex-mode.el (font-lock-comment-face)
22126 (font-lock-doc-face):
22127 * textmodes/texinfo.el (outline-heading-alist):
22128 Add defvars.
22129
22130 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22131 (artist-spray-chars, artist-mode-init, artist-replace-string)
22132 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22133 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22134 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22135
22136 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22137 (conf-align-assignments): "?\ " -> "?\s".
22138
22139 * textmodes/reftex-index.el (TeX-master): Add defvar.
22140 (reftex-index-phrases-marker): Move up defvar.
22141
22142 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22143 (reftex-toc-include-labels-indicator)
22144 (reftex-toc-include-index-indicator)
22145 (reftex-toc-max-level-indicator): Move up declarations.
22146
22147 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22148 of args to `tramp-run-real-handler', even if it's empty in this case.
22149
22150 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22151
22152 * dired.el (dired-move-to-filename-regexp): Add date format for
22153 Mac OS X 10.3 in East Asian locales.
22154
22155 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22156
22157 * files.el (make-auto-save-file-name): Add file name handler call
22158 if applicable.
22159
22160 * net/tramp.el (tramp-file-name-handler-alist)
22161 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22162 (tramp-handle-make-auto-save-file-name): Rename from
22163 `tramp-make-auto-save-file-name'.
22164 (tramp-exists-file-name-handler): New defun.
22165 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22166 `make-auto-save-file-name' is not a magic file name operation.
22167
22168 2005-08-30 Richard M. Stallman <rms@gnu.org>
22169
22170 * files.el (risky-local-variable-p):
22171 Match `-predicates' and `-commands'.
22172
22173 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22174 (custom-save-all): Visit the file if necessary;
22175 kill the buffer if we created it.
22176 (custom-save-delete): Don't visit file or kill buffer here.
22177
22178 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22179
22180 * textmodes/org.el (org-special-keyword): New face.
22181 (org-table-copy-down, org-table-eval-formula)
22182 (org-table-recalculate, org-init-section-numbers):
22183 Use `string-to-number' instead of `string-to-int'.
22184 (org-get-location): Use `insert-buffer-substring' instead of
22185 `insert-buffer'.
22186 (org-modify-diary-entry-string): New function.
22187 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22188 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22189 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22190 active region.
22191 (org-export-as-html): Handle QUOTE keyword.
22192 (org-quote-string): New option.
22193 (org-bookmark-jump-unhide): New function, used for
22194 `bookmark-after-jump-hook'.
22195 (org-diary-default-entry): Apply only when not called through
22196 `org-agenda'.
22197
22198 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22199
22200 * net/eudc.el (mode-popup-menu):
22201 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22202 * progmodes/ada-mode.el (compile-auto-highlight)
22203 (skeleton-further-elements):
22204 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22205 * progmodes/cmacexp.el (msdos-shells):
22206 * progmodes/compile.el (font-lock-extra-managed-props)
22207 (font-lock-keywords, font-lock-maximum-size)
22208 (font-lock-support-mode):
22209 * progmodes/grep.el (font-lock-lines-before):
22210 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22211 * progmodes/mixal-mode.el (compile-command):
22212 * progmodes/perl-mode.el (font-lock-comment-face)
22213 (font-lock-doc-face, font-lock-string-face):
22214 * progmodes/prolog.el (comint-prompt-regexp):
22215 * progmodes/sh-script.el (font-lock-comment-face)
22216 (font-lock-set-defaults, font-lock-string-face):
22217 * progmodes/sql.el (font-lock-keyword-face)
22218 (font-lock-set-defaults, font-lock-string-face):
22219 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22220 (itimer-version, lazy-lock-defer-contextually)
22221 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22222 Add defvars.
22223
22224 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22225 (cperl-electric-keyword, cperl-electric-pod)
22226 (cperl-electric-backspace, cperl-forward-re)
22227 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22228 (vc-rcs-header, vc-sccs-header): Add defvars.
22229
22230 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22231 (font-lock-syntactic-keywords, gud-find-expr-function):
22232 Add defvars.
22233
22234 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22235 (gdb-frame-parameters): Declare before use.
22236
22237 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22238 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22239 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22240 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22241
22242 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22243 (idlwave-help-with-source): Use `insert-buffer-substring', not
22244 `insert-buffer'.
22245
22246 2005-08-29 Juri Linkov <juri@jurta.org>
22247
22248 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22249 Put outline-back-to-heading function call inside save-excursion.
22250
22251 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22252
22253 * man.el (Man-init-defvars, Man-translate-references)
22254 (Man-support-local-filenames, Man-highlight-references):
22255 * progmodes/sql.el (sql-interactive-mode):
22256 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22257
22258 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22259 (compilation-mode-font-lock-keywords): Add defvars.
22260 (checkdoc-interactive-loop): "?\ " -> "?\s".
22261
22262 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22263 (font-lock-doc-face, font-lock-string-face)
22264 (font-lock-keywords-case-fold-search): Add defvars.
22265 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22266
22267 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22268 Don't pass X and Y (they are ignored anyway).
22269 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22270 (mouse-delete-window): Make arguments optional.
22271
22272 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22273 (caesar-translate-table, minor-modes, news-buffer-save)
22274 (news-group-name, news-minor-modes): Add defvars.
22275
22276 * emacs-lisp/lselect.el (mouse-highlight-priority)
22277 (x-lost-selection-functions, zmacs-regions):
22278 * emacs-lisp/pp.el (font-lock-verbose):
22279 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22280 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22281 (ses-mode-map):
22282 * emacs-lisp/tcover-unsafep.el (safe-functions):
22283 * international/mule-cmds.el (mac-system-coding-system)
22284 (mac-system-locale):
22285 * language/ethio-util.el (rmail-current-message)
22286 (rmail-message-vector):
22287 * language/thai-util.el (thai-auto-composition-mode):
22288 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22289 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22290 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22291 (vm-primary-inbox, vm-spool-files):
22292 * mail/rmail.el (deleted-head, font-lock-fontified)
22293 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22294 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22295 (total-messages):
22296 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22297 (rmail-summary-mode-map):
22298 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22299 (rmail-last-label, rmail-last-multi-labels)
22300 (rmail-summary-vector, rmail-total-messages):
22301 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22302 * mail/rmailsum.el (msgnum):
22303 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22304 (rmail-current-message):
22305 * obsolete/fast-lock.el (font-lock-face-list):
22306 * obsolete/rnewspost.el (mail-reply-buffer):
22307 * obsolete/scribe.el (compile-command):
22308 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22309
22310 2005-08-28 John Paul Wallington <jpw@gnu.org>
22311
22312 * ibuf-ext.el (ibuffer-auto-update-changed):
22313 Use `frame-or-buffer-changed-p' to check whether we need to update.
22314 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22315 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22316 as a `frame-or-buffer-changed-p' state vector instead.
22317
22318 2005-08-27 Romain Francoise <romain@orebokech.com>
22319
22320 * textmodes/makeinfo.el (makeinfo-compile):
22321 Use `compilation-start'. Set `next-error-function' according to
22322 `disable-errors'.
22323 (makeinfo-next-error): New function.
22324 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22325 (makeinfo-buffer): Likewise.
22326
22327 * progmodes/compile.el (compilation-start): Add autoload cookie.
22328
22329 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22330 * textmodes/sgml-mode.el: Likewise.
22331 * progmodes/python.el: Likewise.
22332
22333 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22334
22335 * simple.el (blink-matching-paren-distance): Document the meaning
22336 of nil value, and allow to customize to nil.
22337
22338 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22339 command.com, not command.exe.
22340
22341 2005-08-26 John Wiegley <johnw@newartisans.com>
22342
22343 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22344 code around a bit so that an extraneous nil argument is not added
22345 to a command when no args are given.
22346
22347 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22348 double-quoted argument resolves to nil, return it as an empty
22349 string rather than as nil. This made it impossible to pass "" to
22350 a shell script as a null string argument.
22351
22352 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22353
22354 * outline.el (outline-invent-heading): New fun.
22355 (outline-promote, outline-demote): Use it.
22356 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22357 (outline-end-of-subtree): Remove unused var `opoint'.
22358
22359 2005-08-26 David Reitter <david.reitter@gmail.com>
22360
22361 * menu-bar.el (truncate-lines, write-file, print-buffer)
22362 (ps-print-buffer-faces, ps-print-buffer, split-window):
22363 Disable menu items when the frame they refer to is invisible, or when
22364 they refer to a buffer and the minibuffer is selected.
22365
22366 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22367
22368 * progmodes/flymake.el (flymake-highlight-err-lines):
22369 Use save-excursion around flymake-highlight-line to preserve point.
22370
22371 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22372
22373 * progmodes/octave-mod.el: Change Author and Maintainer address.
22374 (octave-maintainer-address): Change Kurt's email address.
22375 * progmodes/octave-inf.el: Change Author and Maintainer address.
22376 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22377
22378 2005-08-26 Kim F. Storm <storm@cua.dk>
22379
22380 * subr.el (version-list-<, version-list-<=, version-list-=):
22381 Rename from integer-list-*.
22382 (version-list-not-zero): Likewise. Fix while loop.
22383 (version=): Use version-list-= instead of string-equal.
22384
22385 2005-08-26 Richard M. Stallman <rms@gnu.org>
22386
22387 * outline.el (outline-promote): Try shortening the heading.
22388 As last resort, read the heading to use.
22389 (outline-demote): As last resort, read the heading to use.
22390
22391 2005-08-26 Romain Francoise <romain@orebokech.com>
22392
22393 * progmodes/compile.el (compilation-start): Doc fix.
22394
22395 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22396 (antlr-font-lock-additional-keywords): Fix reference to
22397 `antlr-font-lock-literal-regexp' erroneously changed during the
22398 mass face rename.
22399 (antlr-run-tool): Use `compilation-start'.
22400
22401 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22402 instead of the obsolete `compile-internal'.
22403
22404 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22405
22406 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22407 (number, original-date):
22408 * calendar/cal-china.el (date):
22409 * calendar/cal-coptic.el (date):
22410 * calendar/cal-french.el (date):
22411 * calendar/cal-hebrew.el (date, entry, number, original-date):
22412 * calendar/cal-islam.el (date, number, original-date):
22413 * calendar/cal-iso.el (date):
22414 * calendar/cal-julian.el (date):
22415 * calendar/cal-mayan.el (date):
22416 * calendar/cal-menu.el (date, event):
22417 * calendar/cal-persia.el (date):
22418 * calendar/lunar.el (date):
22419 * calendar/solar.el (date): Add defvars.
22420
22421 * emerge.el:
22422 * ibuffer.el:
22423 * info-xref.el:
22424 * obsolete/bg-mouse.el:
22425 * obsolete/sun-curs.el:
22426 * obsolete/swedish.el: Move the `defvar's to the top level.
22427
22428 * smerge-mode.el (smerge-refined-change): Add :group.
22429
22430 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22431
22432 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22433 (smerge-keep-n): Remove props.
22434 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22435 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22436 now that it's done in smerge-keep-n.
22437 (smerge-refined-change): New face.
22438 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22439 (smerge-refine): New funs.
22440 (smerge-basic-map): Bind smerge-refine.
22441
22442 2005-08-25 Juri Linkov <juri@jurta.org>
22443
22444 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22445 compilation-process-setup-function and compilation-disable-input
22446 in grep-mode instead of let-bindings in grep.
22447
22448 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22449 Delete "Automatic File De/compression" (auto-compression-mode).
22450
22451 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22452
22453 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22454 Silence warning about non-existent variable.
22455
22456 2005-08-25 Richard M. Stallman <rms@gnu.org>
22457
22458 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22459 Rename "Describe Key" to "Describe Key or Mouse Operation".
22460
22461 * mail/mailalias.el (build-mail-aliases): Delete comments
22462 from the contents before processing them.
22463
22464 * isearch.el (isearch-edit-string): Erase the Search prompt
22465 if user enters an empty string and there is no default.
22466
22467 * comint.el (comint-file-name-prefix): Add autoload.
22468
22469 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22470
22471 * subr.el (play-sound): Rearrange to avoid warning.
22472
22473 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22474
22475 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22476 New hook.
22477 (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
22478
22479 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22480
22481 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22482
22483 * custom.el (custom-theme-set-variables): Sort minor modes last.
22484
22485 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22486
22487 * subr.el (version-separator, version-regexp-alist): New vars used by
22488 version comparison funs.
22489 (integer-list-<, integer-list-=, integer-list-<=)
22490 (integer-list-not-zero): New funs for integer list comparison.
22491 (version-to-list, version=, version<, version<=): New funs for version
22492 comparison.
22493
22494 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22495
22496 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22497 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22498 time to silence the byte-compiler.
22499
22500 * ibuffer.el (ibuffer-compile-make-eliding-form)
22501 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22502 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22503 so it's silly to get warnings for it).
22504 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22505 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22506 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22507 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22508 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22509 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22510 Defvar at compile time.
22511 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22512 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22513 Declare them before use.
22514
22515 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22516 (info-xref-good, info-xref-bad): Defvar at compile time.
22517
22518 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22519 Use `let*' instead of `let'.
22520
22521 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22522 (*mouse-y*, menu, char): Defvar at compile time.
22523 (sc::menu): Declare it before use.
22524 (sc::pack-one-line): Use `let', not `let*'.
22525
22526 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22527 (mail-send-hook): Defvar at compile time.
22528
22529 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22530 Defvar at compile time.
22531
22532 * term/sun-mouse.el (current-global-mousemap)
22533 (current-local-mousemap): Declare them before use.
22534
22535 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22536
22537 * bookmark.el (bookmark-after-jump-hook): New hook.
22538 (bookmark-jump): Run `bookmark-after-jump-hook'.
22539
22540 2005-08-23 Juri Linkov <juri@jurta.org>
22541
22542 * faces.el (minibuffer-prompt): Doc fix.
22543
22544 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22545
22546 * progmodes/xscheme.el: Trivial changes to silence warnings.
22547 (xscheme-previous-mode, xscheme-previous-process-state):
22548 Add defvars.
22549 (xscheme-last-input-end, xscheme-process-command-line)
22550 (xscheme-process-name, xscheme-buffer-name)
22551 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22552 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22553 (xscheme-control-g-synchronization-p)
22554 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22555 (default-xscheme-runlight, xscheme-runlight)
22556 (xscheme-runlight-string, xscheme-process-filter-state)
22557 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22558 Move to beginning of file.
22559 (scheme-interaction-mode-commands-alist)
22560 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22561 Declare them before use. Note: the initialization code for the
22562 variables has not been moved because it uses functions that reference
22563 the variables.
22564 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22565 (xscheme-prompt-for-expression-map): Declare them before use.
22566 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22567
22568 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22569
22570 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22571
22572 2005-08-22 Juri Linkov <juri@jurta.org>
22573
22574 * faces.el (set-face-underline): Delete this duplicate function
22575 and make an obsolete alias to set-face-underline-p.
22576 (set-face-underline-p): Use docstring of set-face-underline.
22577 (describe-face): Create hyperlink to parent face.
22578
22579 * info.el (Info-insert-dir): Use save-excursion around
22580 insert-buffer-substring.
22581 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22582 (Info-escape-percent): Delete function.
22583 (Info-fontify-node): Replace Info-escape-percent by
22584 replace-regexp-in-string with REP arg set to lambda that
22585 duplicates `%' and preserves text properties.
22586
22587 * progmodes/compile.el (compilation-disable-input): Doc fix.
22588 (define-compilation-mode): Doc fix and refill.
22589 (kill-compilation): Use `mode-name' in the error message.
22590 (compilation-find-file): Use `compilation-error' in the
22591 read-file-name's prompt.
22592
22593 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22594
22595 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22596 (smerge-auto-leave): Make undo re-enable the mode.
22597 (debug-ignored-errors): Add the user-error of impossible resolution.
22598 (smerge-resolve): Move things around a bit, in preparation for later.
22599 (smerge-diff): Don't fail if the buffer has no associated file.
22600 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22601 (smerge-conflict-overlay): New function.
22602 (smerge-match-conflict): Don't add text properties here.
22603 (smerge-find-conflict): Instead, add an overlay here.
22604 Also check for the case where we're inside a conflict already, so as to
22605 obviate the need for font-lock-multiline, which is unbearably slow with
22606 large conflicts and ciomplex font-lock patterns.
22607 (smerge-remove-props): Remove overlay rather than text-properties.
22608 (smerge-mode): Don't set font-lock-multiline.
22609 Remove overlays when turned off.
22610
22611 2005-08-21 Kim F. Storm <storm@cua.dk>
22612
22613 * ido.el (ido-ignore-item-p): Use save-match-data.
22614 Bind case-fold-search to ido-case-fold locally.
22615
22616 2005-08-20 Richard M. Stallman <rms@gnu.org>
22617
22618 * files.el (normal-mode): If font lock is on, turn it off and on.
22619
22620 * subr.el (replace-regexp-in-string): Doc fix.
22621
22622 * startup.el (command-line-1): Don't suppress startup screen
22623 due to existing processes.
22624
22625 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22626
22627 * progmodes/compile.el (compilation-disable-input): Default to nil.
22628
22629 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22630
22631 * progmodes/compile.el (compilation-disable-input): New defcustom.
22632 (compilation-start): If compilation-disable-input is non-nil, send
22633 EOF to the compilation process.
22634
22635 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22636
22637 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22638 Run the argument of tex-shell-cd-command through
22639 convert-standard-filename, to get the correct style of slashes on
22640 Windows, and enclose the result in quotes, in case the file name
22641 includes whitespace or other special characters.
22642
22643 2005-08-19 Andreas Schwab <schwab@suse.de>
22644
22645 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22646 process.
22647
22648 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22649
22650 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22651
22652 2005-08-18 Kim F. Storm <storm@cua.dk>
22653
22654 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22655
22656 2005-08-18 Richard M. Stallman <rms@gnu.org>
22657
22658 * scroll-lock.el: New file.
22659
22660 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22661
22662 * dired.el (dired-move-to-end-of-filename):
22663 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22664
22665 2005-08-18 Kim F. Storm <storm@cua.dk>
22666
22667 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22668 rather than toggle mode when custom value is nil.
22669 (ido-everywhere): Fix defun doc string.
22670
22671 2005-08-17 Richard M. Stallman <rms@gnu.org>
22672
22673 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22674 as tag instead of "Inviolable".
22675
22676 2005-08-17 Kim F. Storm <storm@cua.dk>
22677
22678 * windmove.el (windmove-coordinates-of-position): Remove.
22679 (windmove-coordinates-of-window-position): Remove.
22680 (windmove-reference-loc): Use posn-at-point instead.
22681
22682 * subr.el (insert-for-yank-1): Doc fix.
22683
22684 * ido.el (ido-enter-matching-directory): Rename from
22685 ido-enter-single-matching-directory. Change `slash' choice to
22686 `only'. Add `first' choice.
22687 (ido-exhibit): Adapt to above changes.
22688
22689 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22690
22691 * Makefile.in: Expand comment about building loaddefs.el.
22692
22693 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22694
22695 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22696 Comment use of defadvice.
22697
22698 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22699
22700 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22701
22702 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22703 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22704 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22705 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22706 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22707 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22708 for backward compatibility for faces that did not appear in the
22709 previous Emacs release.
22710
22711 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22712
22713 2005-08-15 Kim F. Storm <storm@cua.dk>
22714
22715 * emulation/cua-base.el (cua-delete-region): Return t if
22716 deleted region was non-empty.
22717 (cua-replace-region): Inhibit overwrite-mode for
22718 self-insert-command if replaced region was non-empty.
22719 (cua--explicit-region-start, cua--status-string): Make them
22720 buffer-local at top-level...
22721 (cua-mode): ...rather than when mode is enabled.
22722
22723 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22724
22725 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22726 Set t for Emacs 21, 22, and so on.
22727
22728 2005-08-15 David Ponce <david@dponce.com>
22729
22730 * tree-widget.el: Update Commentary header.
22731 (tree-widget-theme): Doc fix.
22732 (tree-widget-space-width): New option.
22733 (tree-widget-image-properties): Look up in the default theme too.
22734 (tree-widget--cursors): Only for images with arrow pointer shape.
22735 (tree-widget-lookup-image): Pointer shape is hand by default.
22736 (tree-widget-icon): Rename generic icon widget from
22737 `tree-widget-control'.
22738 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22739 derive from `tree-widget-icon'.
22740 (tree-widget-handle): Improve default look and feel of the text
22741 representation.
22742 (tree-widget): Rename :*-control properties to :*-icon properties.
22743 Add :action and :help-echo properties.
22744 (tree-widget-after-toggle-functions): Move.
22745 (tree-widget-close-node, tree-widget-open-node): Remove.
22746 (tree-widget-before-create-icon-functions): New hook.
22747 (tree-widget-value-create): Update to allow customization of icons
22748 and nodes at run-time via that new hook.
22749 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22750 (tree-widget-icon-action, tree-widget-icon-help-echo)
22751 (tree-widget-action, tree-widget-help-echo): New functions.
22752
22753 2005-08-15 Kim F. Storm <storm@cua.dk>
22754
22755 * ido.el (ido-buffer-internal): Use with-no-warnings.
22756 (ido-make-merged-file-list): Use while-no-input.
22757
22758 2005-08-15 Richard M. Stallman <rms@gnu.org>
22759
22760 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22761 (flyspell-large-region): Fix doc and custom type.
22762
22763 2005-08-14 Richard M. Stallman <rms@gnu.org>
22764
22765 * files.el (interpreter-mode-alist): Doc fix.
22766
22767 * mail/rmail.el (rmail-nonignored-headers): New variable.
22768 (rmail-clear-headers): Use it.
22769 (rmail-reply): Better handling of mail-followup-to header.
22770
22771 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22772 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22773 don't try to refer to executable-font-lock-keywords.
22774 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22775 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22776 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22777 (sh-mode): Set comment-start-skip, local-abbrev-table,
22778 imenu-case-fold-search.
22779 (sh-set-shell): Don't set them here.
22780 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22781 Don't cache the results in the original alist; don't ever modify
22782 that alist.
22783
22784 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22785
22786 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22787 empty.
22788
22789 2005-08-15 Andreas Schwab <schwab@suse.de>
22790
22791 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22792
22793 * dired.el, info.el, mail/rmail.el: Revert last change.
22794
22795 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22796
22797 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22798 modification in `eval-after-load' form.
22799 * info.el: Likewise.
22800 * mail/rmail.el: Likewise.
22801
22802 2005-08-14 Juri Linkov <juri@jurta.org>
22803
22804 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22805 Remove highlighting of "Compilation started". Highlight only
22806 the word "finished" in "Compilation finished". Add highlighting
22807 of "interrupt", "killed", "terminated" and the exit code.
22808 (compilation-start): Add newline after header. Use exactly the
22809 same time stamp format as the finishing message.
22810 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22811
22812 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22813 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22814 Add highlighting of "interrupt", "killed", "terminated".
22815
22816 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22817 enabled and the current command is self-insert-command, call it
22818 explicitly with overwrite-mode bound to nil, to not allow it
22819 to delete the character after the selected region.
22820
22821 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22822
22823 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22824 move-end-of-line, end-of-line, and beginning-of-line to the list
22825 of commands after which the echo area is updated.
22826
22827 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22828
22829 * cus-edit.el (custom-save-all, custom-save-delete):
22830 Bind recentf-exclude to exclude custom-file.
22831
22832 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22833
22834 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22835 to go to the bottom of the mail message. Added to
22836 `rmail-summary-mode-map' with key "/".
22837 (rmail-summary-show-message): New (internal) function for use by
22838 both `rmail-summary-beginning/end-of-message'.
22839 (rmail-summary-beginning-of-message): Change to use
22840 rmail-summary-show-message.
22841
22842 * mail/rmail.el (rmail-end-of-message): New command to go to the
22843 end of the current message. Added to `rmail-mode-map' with key "/".
22844 (rmail-beginning-of-message): Fix to work as documented.
22845 (rmail-mode): Change documentation.
22846
22847 * progmodes/compile.el (compilation-start): Add the line
22848 "Compilation started" with compilation start time.
22849 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22850
22851 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22852
22853 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22854 of menu items.
22855
22856 2005-08-11 Richard M. Stallman <rms@gnu.org>
22857
22858 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22859
22860 * battery.el (battery-status-function): Don't use ignore-errors.
22861
22862 2005-08-11 Lute Kamstra <lute@gnu.org>
22863
22864 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22865 define-obsolete-variable-alias.
22866
22867 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22868
22869 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22870 (ange-ftp-send-cmd): Revert last change, and expand
22871 the comment explaining the problem.
22872
22873 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22874
22875 * ldefs-boot.el: Update.
22876
22877 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22878 item to "Time, Load and Mail". Change help echo text.
22879
22880 * time.el (display-time-use-mail-icon, display-time-format)
22881 (display-time-string-forms): Shorten first line of docstrings.
22882
22883 2005-08-10 Lars Hansen <larsh@soem.dk>
22884
22885 * desktop.el (desktop-buffer-mode-handlers):
22886 Make non-customizable. Add autoload cookie. Change initial value to
22887 nil; add elements in respective modules instead. Fix doc string.
22888 (desktop-load-file): New function.
22889 (desktop-minor-mode-handlers): New autoloaded variable.
22890 (desktop-create-buffer): Call minor mode handlers.
22891 Use desktop-load-file to load major and minor mode modules prior to
22892 checking for a handler.
22893 (desktop-save): Don't add nil to desktop-minor-modes for minor
22894 modes with nil function in desktop-minor-mode-table. Don't delete
22895 desktop file before rewriting it.
22896 (desktop-locals-to-save): Add autoload cookie. Don't make
22897 automatically buffer-local. Add variables column-number-mode,
22898 size-indication-mode, indent-tabs-mode,
22899 indicate-buffer-boundaries, indicate-empty-lines and
22900 show-trailing-whitespace.
22901 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22902 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22903 (desktop-clear-preserve-buffers-regexp): Delete.
22904 (desktop-clear-preserve-buffers): Update initial value and docstring.
22905 (desktop-save-buffer): Fix doc string.
22906
22907 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22908 (hilit-chg-desktop-restore): New function.
22909 (highlight-changes-mode): Add highlight-changes-mode to
22910 desktop-locals-to-save.
22911
22912 * dired.el: Add handler to desktop-buffer-mode-handlers.
22913 (dired-restore-desktop-buffer): Remove autoload cookie.
22914 (dired-mode): Add autoload cookie.
22915
22916 * info.el: Add handler to desktop-buffer-mode-handlers.
22917 (Info-restore-desktop-buffer): Remove autoload cookie.
22918 (Info-mode): Add autoload cookie.
22919
22920 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22921 (mh-restore-desktop-buffer): Remove autoload cookie.
22922 (mh-folder-mode): Add autoload cookie.
22923
22924 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22925 (rmail-restore-desktop-buffer): Remove autoload cookie.
22926
22927 2005-08-11 Masatake YAMATO <jet@gyve.org>
22928
22929 * hexl.el (hexl-address-region):
22930 (hexl-ascii-region, hexl-font-lock-keywords):
22931 (hexl-highlight-line-range): Use the term "region"
22932 instead of "area" for consistency with the other symbols
22933 defined in hexl.el.
22934
22935 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22936
22937 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22938 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22939 out by Juri Linkov). Add `display-battery-mode'.
22940
22941 2005-08-09 Juri Linkov <juri@jurta.org>
22942
22943 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22944 Remove `-text' from face variable names.
22945 (compilation-error-file-name, compilation-warning-file-name)
22946 (compilation-info-file-name): Delete faces.
22947 (compilation-line-number, compilation-column-number):
22948 Remove face underlining.
22949 (compilation-message-face): Set to `underline' value by default.
22950 (compilation-error-face, compilation-warning-face)
22951 (compilation-info-face): Remove `-file-name' from face names.
22952 (compilation-error-text-face, compilation-warning-text-face)
22953 (compilation-info-text-face): Delete face variables.
22954 (compilation-text-face): Delete function.
22955
22956 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
22957 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
22958 (grep-error-face): Set to `compilation-error' instead of
22959 `compilation-error-face' (which is redefined to `grep-hit-face' in
22960 grep buffers).
22961 (grep-mode-font-lock-keywords): Remove `-text' from face variable
22962 names. Use `grep-error-face' instead of `compilation-error-text-face'.
22963
22964 * dired-aux.el (dired-do-query-replace-regexp):
22965 Use `query-replace-read-args'.
22966
22967 * replace.el (query-replace-read-from, query-replace-read-to)
22968 (query-replace-read-args): Rename arg `string' to `prompt'.
22969
22970 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
22971
22972 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
22973
22974 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
22975 uploading files.
22976 (ange-ftp-canonize-filename): Handle file names beginning with ~
22977 correctly.
22978
22979 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
22980
22981 * textmodes/fill.el (canonically-space-region)
22982 (fill-context-prefix, fill-french-nobreak-p)
22983 (fill-delete-newlines, fill-comment-paragraph)
22984 (justify-current-line): "?\ " -> "?\s".
22985
22986 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
22987
22988 * textmodes/fill.el (fill-nonuniform-paragraphs):
22989 Improve argument/docstring consistency.
22990
22991 2005-08-09 Richard M. Stallman <rms@gnu.org>
22992
22993 * textmodes/ispell.el (ispell-word): More fboundp checks.
22994
22995 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
22996 (find-file-noselect-1): Call it here, only if RAWFILE.
22997 (normal-mode): Always set some major mode.
22998 (save-some-buffers-action-alist): Change some explanation strings.
22999 (file-name-non-special): In the `quote' method, use unwind-protect.
23000
23001 2005-08-09 Magnus Henoch <mange@freemail.hu>
23002
23003 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23004 (ispell-have-aspell-dictionaries): New variable.
23005 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23006 (ispell-get-aspell-config-value): New function.
23007 (ispell-aspell-find-dictionary): New function.
23008 (ispell-aspell-add-aliases): New function.
23009 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23010 appropriate. Don't look for ispell dictionaries if we use aspell.
23011 (ispell-menu-map): Don't build a submenu of dictionaries.
23012
23013 2005-08-09 Richard M. Stallman <rms@gnu.org>
23014
23015 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23016 (sql-read-passwd): Use read-passwd.
23017
23018 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23019 (idlwave-toolbar-is-possible): Add defvars.
23020
23021 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23022 Avoid warnings.
23023
23024 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23025 (idlwave-system-class-info, idlwave-executive-commands-alist):
23026 Use defvar.
23027
23028 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23029
23030 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23031 Avoid warnings.
23032
23033 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23034 and content-type: headers.
23035
23036 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23037
23038 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23039 and rename some of them to be more self-explanatory.
23040
23041 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23042
23043 * startup.el (command-line-1): Implement -scriptload.
23044
23045 * replace.el (occur-engine): Initial *Occur* output not undoable.
23046
23047 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23048 and improve help strings.
23049
23050 * isearch.el (isearch-repeat): When changing direction,
23051 mark search successful.
23052
23053 * ediff-init.el: Use (featurep 'xemacs).
23054
23055 * comint.el (send-invisible): Identify buffer, if not selected.
23056
23057 * align.el: Delete autoload for c-guess-basic-syntax.
23058
23059 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23060
23061 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23062 Improve argument/docstring consistency. Doc fixes.
23063 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23064 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23065 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23066 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23067 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23068 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23069 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23070 Defvar at compile time.
23071
23072 2005-08-09 Juri Linkov <juri@jurta.org>
23073
23074 * info.el: Replace `info' with upper-case `Info' where appropriate.
23075 (info-title-1, info-title-2, info-title-3, info-title-4)
23076 (info-menu-header): Move up face definitions.
23077 (info-menu-star): Rename from `info-menu-5'.
23078 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23079 (Info-fontify-visited-nodes): Fix docstring.
23080 (Info-hide-note-references): Fix docstring.
23081 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23082 menu items in the same way as on cross-references.
23083 (info-apropos): Fix sorting order and formatting to be like in the
23084 stand-alone Info browser. Display error messages for 1 sec.
23085 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23086 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23087 from the menu bar.
23088 (Info-insert-dir): Restore point after calling
23089 `insert-buffer-substring'.
23090
23091 2005-08-08 Richard M. Stallman <rms@gnu.org>
23092
23093 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23094 (recompute-lucid-menubar): Add defvars.
23095
23096 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23097
23098 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23099
23100 * net/net-utils.el (run-dig): Rename from `dig'.
23101
23102 * play/gametree.el (gametree-mode): Use make-local-variable,
23103 not make-variable-buffer-local.
23104
23105 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23106
23107 * ansi-color.el (ansi-color-make-extent)
23108 (ansi-color-set-extent-face): Use fboundp, not functionp.
23109
23110 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23111 not make-variable-buffer-local.
23112
23113 * bookmark.el (Info-current-file): Add defvar.
23114 (bookmark-jump-noselect): Use with-no-warnings.
23115
23116 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23117
23118 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23119
23120 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23121
23122 * find-file.el (ada-procedure-start-regexp)
23123 (ada-package-start-regexp): Add defvars.
23124
23125 * info.el (Info-insert-dir): Use insert-buffer-substring.
23126
23127 * xml.el (xml-att-def-re): Add defvar.
23128
23129 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23130 calling convention.
23131
23132 * subr.el (while-no-input): Return t if there is input.
23133
23134 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23135
23136 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23137
23138 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23139
23140 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23141 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23142
23143 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23144
23145 * cmuscheme.el (scheme-start-file): Replace reference to
23146 `user-emacs-directory' by "~/.emacs.d/".
23147
23148 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23149
23150 * info.el (Info-dir-remove-duplicates): Avoid case folding
23151 in loop; instead, keep downcased strings for comparison.
23152 Suggested by Helmut Eller.
23153
23154 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23155
23156 Sync with Tramp 2.0.50.
23157
23158 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23159 XEmacs case; not necessary anymore.
23160 (tramp-user-regexp): Allow "@" as part of user name.
23161 (tramp-handle-set-visited-file-modtime)
23162 (tramp-handle-insert-file-contents)
23163 (tramp-handle-write-region): No special handling for
23164 `last-coding-system-used', because this is done in
23165 `tramp-accept-process-output' now.
23166 (tramp-accept-process-output): New defun.
23167 (tramp-process-one-action, tramp-process-one-multi-action)
23168 (tramp-wait-for-regexp, tramp-wait-for-output)
23169 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23170 Howells <dhowells@redhat.com>.
23171 (clear-visited-file-modtime): Defadvice removed. The check for
23172 unset buffer's modtime does not need to be based on
23173 `tramp-buffer-file-attributes'. Suggested by RMS.
23174 (tramp-message): Insert "\n" if not being at beginning of line.
23175 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23176 sequence with same logic.
23177 (tramp-completion-handle-expand-file-name): Discard call of
23178 `tramp-drop-volume-letter'. It is not necessary, and there have
23179 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23180 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23181 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23182 should always be visible.
23183 (tramp-handle-insert-directory, tramp-setup-complete)
23184 (tramp-set-process-query-on-exit-flag)
23185 (tramp-append-tramp-buffers): Pacify byte-compiler.
23186 (tramp-bug): Delete non-existing variables from list.
23187 Apply `tramp-load-report-modules' as pre-hook.
23188 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23189 `shell-prompt-pattern' because of non-7bit characters.
23190 Reported by Sebastian Luque <sluque@mun.ca>.
23191 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23192 (tramp-match-string-list): Remove function.
23193 (tramp-wait-for-regexp): Remove call of that function.
23194 Suggested by Kim F. Storm <storm@cua.dk>.
23195 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23196 instead of octal character code ?\600. The latter resulted in a
23197 syntax error with XEmacs.
23198
23199 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23200 XEmacs case; not necessary anymore.
23201 (tramp-smb-handle-write-region): No special handling for
23202 `last-coding-system-used', because this is done in
23203 `tramp-accept-process-output' now.
23204 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23205
23206 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23207
23208 * wid-edit.el (widget-choice-value-create):
23209 Unconditionally respect user choice. Set :explicit-choice back to nil
23210 when no longer needed.
23211 (widget-choice-action): Unconditionally respect user choice.
23212 Eliminate :explicit-choice-value.
23213
23214 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23215
23216 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23217 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23218 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23219 running new function `toggle-indicate-empty-lines'.
23220 Rename "Customize" item to "Customize fringe".
23221 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23222 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23223 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23224 Delete "Empty lines only" item.
23225 (menu-bar-showhide-fringe-ind-customize): New function.
23226 (menu-bar-showhide-fringe-ind-mixed)
23227 (menu-bar-showhide-fringe-ind-box)
23228 (menu-bar-showhide-fringe-ind-right)
23229 (menu-bar-showhide-fringe-ind-left)
23230 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23231 instead of `fringe-indicators'.
23232
23233 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23234
23235 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23236 Change the date of last update.
23237
23238 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23239
23240 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23241 (viper-exec-yank, viper-put-back): Don't display modification msg
23242 if in the minibuffer.
23243
23244 * viper-init.el (viper-replace-overlay-cursor-color)
23245 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23246 Make variables frame local.
23247
23248 * viper-util.el (viper-append-filter-alist): Use append instead of
23249 nconc.
23250
23251 * viper.el (viper-vi-state-mode-list)
23252 (viper-emacs-state-mode-list): Move help-mode and
23253 completion-list-mode from the first list to the second.
23254 (viper-mode): Docstring.
23255 (viper-go-away, viper-non-hook-settings): Don't localize
23256 minor-mode-alist in newer Emacsen. Add advice to
23257 set-cursor-color. Don't bind "\C-c\\".
23258
23259 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23260
23261 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23262 (scheme-macro-expand-command): New user options.
23263 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23264 (scheme-form-at-point, scheme-start-file)
23265 (scheme-interactively-start-process): New functions.
23266 (scheme-get-process): New function, extracted from `scheme-proc'.
23267 (run-scheme): Call `scheme-start-file' to get start file, and pass
23268 it to `make-comint'.
23269 (switch-to-scheme, scheme-proc):
23270 Call `scheme-interactively-start-process' if no Scheme buffer/process
23271 is available.
23272
23273 2005-08-06 Juri Linkov <juri@jurta.org>
23274
23275 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23276 Use `compilation-text-face', `compilation-info-text-face' and
23277 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23278 (compilation-error): New face.
23279 (compilation-error-file-name): Inherit from
23280 `compilation-error' instead of `font-lock-warning-face'.
23281 (compilation-warning-file-name): Inherit from
23282 `compilation-warning' instead of `font-lock-warning-face'.
23283 (compilation-info, compilation-error-file-name)
23284 (compilation-warning-file-name, compilation-info-file-name)
23285 (compilation-line-number, compilation-column-number): Doc fix.
23286 (compilation-error-text-face, compilation-warning-text-face)
23287 (compilation-info-text-face): New face variables.
23288 (compilation-line-face, compilation-column-face)
23289 (compilation-enter-directory-face)
23290 (compilation-leave-directory-face): Doc fix.
23291 (compilation-text-face): New function.
23292
23293 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23294 instead of 1 to display binary file names as info file links.
23295 (grep-error-face): Use `compilation-error-face' instead of
23296 `font-lock-keyword-face'.
23297 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23298 and `compilation-warning-text-face' instead of
23299 `font-lock-keyword-face'. Use `compilation-error-text-face'
23300 instead of `grep-error-face'.
23301
23302 2005-08-05 Kenichi Handa <handa@m17n.org>
23303
23304 * international/code-pages.el: Add autoload cookies for all coding
23305 systems.
23306
23307 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23308
23309 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23310
23311 2005-08-04 Juri Linkov <juri@jurta.org>
23312
23313 * progmodes/compile.el (compilation-mode-map):
23314 * progmodes/grep.el (grep-mode-map):
23315 Bind TAB to `compilation-next-error' and [backtab] to
23316 `compilation-previous-error'.
23317
23318 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23319 matching line numbers, column numbers and their ranges with regexp
23320 matching only line numbers.
23321 (grep-context-face): New face variable.
23322 (grep-mode-font-lock-keywords): Use it.
23323
23324 * faces.el (read-face-name): Delete duplicate faces.
23325
23326 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23327
23328 * thumbs.el (thumbs-find-image): Don't make variables
23329 automatically buffer local.
23330 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23331 (thumbs-image-num): Make automatically buffer local.
23332 (thumbs-show-thumbs-list): Use `make-local-variable', not
23333 `make-variable-buffer-local'.
23334 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23335
23336 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23337 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23338 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23339 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23340 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23341 (feelings-about, foullst, found, hello, history, howareyoulst)
23342 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23343 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23344 (neglst, obj, object, owner, please, problems, qlist)
23345 (random-adjective, relation, remlst, repetitive-shortness)
23346 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23347 (shortlst, something, sportslst, stallmanlst, states, subj)
23348 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23349 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23350 Defvar at compile time.
23351
23352 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23353 not `make-variable-buffer-local'.
23354
23355 2005-08-02 Kim F. Storm <storm@cua.dk>
23356
23357 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23358 rectangle overlay in selected window.
23359
23360 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23361
23362 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23363 instead of display group. Make `indicate-buffer-boundaries'
23364 customizable through Custom.
23365
23366 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23367
23368 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23369 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23370 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23371 (gdb-put-string): Fix typos in docstrings.
23372
23373 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23374
23375 Update copyright notices of files in progmodes directory for
23376 release of Emacs 22.1.
23377
23378 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23379
23380 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23381 Don't barf if the GUD buffer has been killed.
23382
23383 2005-08-01 Kim F. Storm <storm@cua.dk>
23384
23385 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23386
23387 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23388
23389 * simple.el (next-error-follow-minor-mode):
23390 make-variable-buffer-local -> make-local-variable.
23391
23392 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23393
23394 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23395 (byte-compile-form-make-variable-buffer-local): New functions to warn
23396 about misuses of make-variable-buffer-local where make-local-variable
23397 was meant.
23398
23399 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23400
23401 * bs.el (bs-attributes-list): Doc fix.
23402 (bs): Update url-link.
23403
23404 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23405 (desktop-load-default): Simplify.
23406
23407 * ibuffer.el (ibuffer-columnize-and-insert-list)
23408 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23409 (ibuffer-unmark-all, ibuffer-toggle-marks)
23410 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23411 (ibuffer-compile-make-format-form, ibuffer-format-column)
23412 (ibuffer-current-buffers-with-marks)
23413 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23414 (ibuffer): Doc fix.
23415 (ibuffer-mode): Fix typo in docstring.
23416 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23417 with `define-obsolete-variable-alias'.
23418 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23419
23420 2005-07-29 Kenichi Handa <handa@m17n.org>
23421
23422 * international/mule-cmds.el (select-message-coding-system):
23423 Be sure to use LF for end-of-line. If no coding system is decided,
23424 return iso-8859-1-unix.
23425
23426 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23427
23428 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23429 (ange-ftp-pending-error-line): New vars.
23430 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23431 to handle the non-fatal no-route-to-host messages.
23432 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23433
23434 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23435
23436 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23437 (isearch-quote-char, isearch-printing-char)
23438 (isearch-text-char-description): "?\ " -> "?\s".
23439 (isearch-lazy-highlight-cleanup)
23440 (isearch-lazy-highlight-initial-delay)
23441 (isearch-lazy-highlight-interval)
23442 (isearch-lazy-highlight-max-at-a-time)
23443 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23444 Declare with define-obsolete-*-alias macros.
23445 (isearch-forward): Fix typo in docstring.
23446 (search-invisible, search-ring-yank-pointer)
23447 (regexp-search-ring-yank-pointer): Doc fixes.
23448
23449 * recentf.el (recentf-menu-append-commands-p): Declare with
23450 `define-obsolete-variable-alias'.
23451 (recentf-max-saved-items, recentf-menu-filter)
23452 (recentf-arrange-by-rule-subfilter): Doc fixes.
23453 (recentf-menu-append-commands-flag)
23454 (recentf-initialize-file-name-history, recentf-expand-file-name)
23455 (recentf-clear-data): Fix typos in docstrings.
23456
23457 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23458
23459 * progmodes/gdb-ui.el: Smarten comments.
23460 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23461
23462 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23463
23464 * term/apollo.el (terminal-init-apollo): New function containing
23465 all former top level forms in the file.
23466 * term/bobcat.el (terminal-init-bobcat):
23467 * term/cygwin.el (terminal-init-cygwin):
23468 * term/iris-ansi.el (terminal-init-iris-ansi):
23469 * term/linux.el (terminal-init-linux):
23470 * term/news.el (terminal-init-news):
23471 * term/rxvt.el (terminal-init-rxvt):
23472 * term/sun.el (terminal-init-sun):
23473 * term/tvi970.el (terminal-init-tvi970):
23474 * term/vt100.el (terminal-init-vt100):
23475 * term/vt102.el (terminal-init-vt102):
23476 * term/vt125.el (terminal-init-vt125):
23477 * term/vt200.el (terminal-init-vt200):
23478 * term/vt201.el (terminal-init-vt201):
23479 * term/vt220.el (terminal-init-vt220):
23480 * term/vt240.el (terminal-init-vt240):
23481 * term/vt300.el (terminal-init-vt300):
23482 * term/vt320.el (terminal-init-vt320):
23483 * term/vt400.el (terminal-init-vt400):
23484 * term/vt420.el (terminal-init-vt420):
23485 * term/wyse50.el (terminal-init-wyse50):
23486 * term/xterm.el (terminal-init-xterm): Likewise.
23487
23488 * term/README: Describe the terminal-init-* functionality.
23489
23490 * startup.el (command-line): After loading the terminal initialization
23491 file call the corresponding terminal initialization function.
23492
23493 2005-07-27 Kenichi Handa <handa@m17n.org>
23494
23495 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23496 negative.
23497
23498 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23499 (ps-mule-composition-prologue): Fix for the case that
23500 RelativeCompose is false.
23501
23502 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23503
23504 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23505
23506 * descr-text.el (describe-char): Handle the case where the list of
23507 chars is displayed in a separate frame.
23508 Be a bit more discriminating when looking for the char.
23509
23510 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23511
23512 * bookmark.el (bookmark-automatically-show-annotations)
23513 (bookmark-read-annotation-text-func): Doc fixes.
23514 (bookmark-save): Improve argument/docstring consistency.
23515 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23516 (bookmark-alist-from-buffer)
23517 (bookmark-upgrade-file-format-from-0)
23518 (bookmark-grok-file-format-version)
23519 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23520 (bookmark-read-annotation-mode)
23521 (bookmark-insert-current-bookmark, bookmark-jump)
23522 (bookmark-exit-hook): Fix typos in docstrings.
23523 (bookmark-exit-hooks): Define as obsolete alias.
23524 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23525 not `bookmark-exit-hooks'. Fix docstring.
23526 (bookmark-bmenu-select): "?\ " -> "?\s".
23527
23528 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23529
23530 * startup.el (command-line): Fix typo.
23531
23532 2005-07-24 Richard M. Stallman <rms@gnu.org>
23533
23534 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23535 not emacs-quick-startup.
23536
23537 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23538
23539 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23540 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23541 instead of `reb-with-current-window'.
23542 (reb-prev-match): Likewise. Also, don't move left if the search
23543 was unsuccessful.
23544 (reb-initialize-buffer): New function.
23545 (re-builder, reb-change-syntax): Use it.
23546
23547 * man.el (Man-goto-page): Make second argument NOERROR optional.
23548
23549 2005-07-23 Richard M. Stallman <rms@gnu.org>
23550
23551 * man.el (Man-bgproc-sentinel): Check here for failure to find
23552 any man page in the output, and report the error here.
23553 (Man-arguments): Make it permanent local.
23554 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23555 (Man-mode): Pass t for NOERROR.
23556
23557 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23558 (grep-mode-font-lock-keywords):
23559 Don't use compilation-...-face for messages that are not file names.
23560
23561 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23562 Don't use compilation-...-face for messages that are not file names.
23563
23564 2005-07-22 Juri Linkov <juri@jurta.org>
23565
23566 * startup.el (normal-splash-screen): Update menu name.
23567
23568 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23569
23570 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23571
23572 * term/xterm.el: Load term/rxvt if the terminal is actually an
23573 rxvt terminal.
23574 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23575
23576 * term/rxvt.el (function-key-map): Use substitute-key-definition
23577 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23578
23579 * term/cygwin.el: New file.
23580
23581 2005-07-22 Kim F. Storm <storm@cua.dk>
23582
23583 * image-file.el (insert-image-file, image-file-yank-handler):
23584 Fix last change to maintain a (unique) yank-handler on yanked images.
23585
23586 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23587
23588 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23589 of the file size (as in "177B" for 177 bytes). This happens with
23590 "ls -lh" on FreeBSD.
23591
23592 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23593
23594 * hilit-chg.el (highlight-changes-global-initial-state)
23595 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23596 (hilit-chg-fixup, highlight-changes-mode):
23597 Fix typos in docstrings.
23598 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23599 Doc fixes.
23600
23601 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23602
23603 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23604 mode function using `eval-after-load'.
23605
23606 2005-07-21 Kim F. Storm <storm@cua.dk>
23607
23608 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23609 included when reporting an Emacs crash, and tell about the DEBUG file.
23610
23611 * image-file.el (insert-image-file): Add yank-handler.
23612 (image-file-yank-handler): Yank handler to make unique copies of
23613 images when they are yanked into a buffer next to each other.
23614
23615 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23616
23617 * comint.el (comint-use-prompt-regexp, comint-send-input)
23618 (comint-source-default, comint-extract-string)
23619 (comint-get-source, comint-word, comint-completion)
23620 (comint-source, comint-prompt-read-only, comint-update-fence):
23621 Fix typos in docstrings.
23622 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23623 Declare with define-obsolete-*-alias macros.
23624 (comint-previous-matching-input-from-input)
23625 (comint-next-matching-input-from-input)
23626 (comint-previous-matching-input, comint-next-matching-input)
23627 (comint-forward-matching-input):
23628 Improve argument/docstring consistency.
23629
23630 * desktop.el (desktop-clear-preserve-buffers-regexp):
23631 Also preserve the *server* buffer.
23632
23633 * simple.el (clone-indirect-buffer): Doc fix.
23634 (fixup-whitespace, just-one-space)
23635 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23636 (next-error, next-error-highlight)
23637 (next-error-highlight-no-select, next-error-last-buffer)
23638 (next-error-buffer-p, next-error-find-buffer, next-error)
23639 (previous-error, next-error-no-select, previous-error-no-select)
23640 (open-line, split-line, minibuffer-prompt-width, kill-new)
23641 (binary-overwrite-mode): Fix typos in docstrings.
23642 (set-fill-column): Fix typo in message.
23643
23644 * skeleton.el (skeleton-proxy-new): Doc fix.
23645
23646 * strokes.el (strokes-load-hook): Doc fix.
23647 (strokes-grid-resolution, strokes-get-grid-position)
23648 (strokes-renormalize-to-grid, strokes-read-stroke)
23649 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23650 (strokes-global-map): Fix typos in docstrings.
23651 (strokes-help): Doc fix. Fix help message and pass it through
23652 `substitute-command-keys'.
23653
23654 * tempo.el (tempo-insert-prompt, tempo-interactive)
23655 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23656 (tempo-insert-string-functions, tempo-local-tags)
23657 (tempo-define-template, tempo-insert-template)
23658 (tempo-insert-prompt-compat, tempo-is-user-element)
23659 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23660 Fix typos in docstrings.
23661
23662 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23663 (vcursor-key-bindings, vcursor-use-vcursor-map)
23664 (vcursor-find-window, vcursor-scroll-down)
23665 (vcursor-disable, vcursor-beginning-of-buffer)
23666 (vcursor-end-of-buffer): Fix typos in docstrings.
23667 (vcursor-relative-move, vcursor-get-char-count):
23668 Improve argument/docstring consistency.
23669
23670 * version.el: "?\ " -> "?\s".
23671
23672 * wid-edit.el (widget-default-create, widget-after-change)
23673 (widget-default-format-handler, widget-checklist-add-item)
23674 (widget-radio-add-item, widget-choose, widget-specify-secret)
23675 (widget-field-value-create, widget-field-value-get)
23676 (widget-editable-list-format-handler)
23677 (widget-editable-list-entry-create, widget-group-value-create)
23678 (widget-documentation-link-add)
23679 (widget-documentation-string-value-create): "?\ " -> "?\s".
23680 (widget-convert-text): Doc fix.
23681 (widget-narrow-to-field, widget-field-find)
23682 (widget-url-link-action, widget-emacs-library-link-action)
23683 (widget-color-notify): Fix typos in docstrings.
23684
23685 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23686 (x-select-text, set-w32-system-coding-system)
23687 (w32-add-charset-info): Fix typos in docstrings.
23688
23689 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23690 (cua-enable-cua-keys, cua-use-hyper-key)
23691 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23692 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23693
23694 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23695
23696 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23697 `defalias' instead of faking it.
23698
23699 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23700 (eshell-ls-missing, eshell-ls-dired-initial-args)
23701 (eshell-ls-use-in-dired): Fix typos in docstrings.
23702
23703 2005-07-20 Kim F. Storm <storm@cua.dk>
23704
23705 * emulation/cua-base.el (cua-mode): Improve doc string.
23706
23707 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23708
23709 * abbrev.el (expand-region-abbrevs): Doc fix.
23710 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23711 Improve argument/docstring consistency.
23712
23713 * arc-mode.el (archive-get-descr, archive-alternate-display):
23714 Doc fixes.
23715 (archive-l-e): Improve argument/docstring consistency.
23716 (archive-tmpdir, archive-unixdate, archive-unixtime)
23717 (archive-chmod-entry): Fix typos in docstrings.
23718 (archive-unflag, archive-unflag-backwards)
23719 (archive-unmark-all-files): "?\ " -> "?\s".
23720
23721 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23722 (Buffer-menu-not-modified, Buffer-menu-execute)
23723 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23724 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23725
23726 * composite.el (compose-string, encode-composition-rule)
23727 (compose-last-chars): Fix typos in docstrings.
23728
23729 * desktop.el (desktop-enable, desktop-basefilename):
23730 Declare with `define-obsolete-variable-alias'.
23731 (desktop-internal-v2s): Don't quote keywords.
23732 (desktop-clear): "?\ " -> "?\s".
23733
23734 * dired.el (dired-align-file, dired-flag-backup-files)
23735 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23736 (dired-listing-switches, dired-ls-F-marks-symlinks)
23737 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23738 (dired-directory, dired-faces, dired, dired-revert)
23739 (dired-mode, dired-summary, dired-view-file)
23740 (dired-copy-filename-as-kill, dired-delete-file)
23741 (dired-no-confirm, dired-unmark-all-marks)
23742 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23743 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23744 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23745 Fix typos in message strings.
23746
23747 * dired-x.el (virtual-dired): Declare with `defalias'.
23748 (dired-mark-unmarked-files, dired-local-variables-file)
23749 (dired-omit-here-always): Doc fix.
23750 (dired-omit-mode, dired-find-subdir)
23751 (dired-enable-local-variables, dired-clean-up-buffers-too)
23752 (dired-extra-startup, dired-mark-extension, dired-jump)
23753 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23754 (dired-smart-shell-command, dired-guess-shell-alist-user)
23755 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23756 (dired-x-bind-find-file, dired-x-submit-report):
23757 Fix typos in docstrings.
23758 (dired-mark-unmarked-files): "?\ " -> "?\s".
23759
23760 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23761
23762 * faces.el (describe-face): "?\ " -> "?\s".
23763 (read-all-face-attributes, read-face-font, modify-face)
23764 (face-attr-construct, italic): Fix typos in docstrings.
23765 (frame-update-face-colors): Declare with
23766 `define-obsolete-function-alias'.
23767
23768 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23769 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23770 (magic-mode-alist, buffer-file-numbers-unique)
23771 (write-file-functions, get-free-disk-space):
23772 Fix typos in docstrings.
23773 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23774 (write-contents-hooks, write-file-hooks):
23775 Declare with `define-obsolete-variable-alias'.
23776
23777 * forms-d2.el (arch-rj): Fix typo in docstrings.
23778 (arch-tocol): Likewise. "?\ " -> "?\s".
23779
23780 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23781 Fix typo in docstring.
23782 (set-screen-width, set-screen-height): Delete redundant info in
23783 doctrings.
23784 (new-frame, screen-height, screen-width): Declare with
23785 `define-obsolete-function-alias'.
23786 (delete-frame-hook, blink-cursor): Declare with
23787 `define-obsolete-variable-alias'.
23788
23789 * paths.el (prune-directory-list): Fix typos in docstring.
23790
23791 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23792 (cvs-prefix-get): Fix typos in docstrings.
23793
23794 * ps-print.el (ps-extend-face-list, ps-extend-face)
23795 (ps-print-background-image): Fix typos in docstrings.
23796 (ps-default-fg, ps-default-bg): Doc fixes.
23797
23798 * s-region.el (s-region-bind): Doc fix.
23799 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23800
23801 * textmodes/org.el (org-table-formula-substitute-names)
23802 (org-table-get-vertical-vector): Doc fixes.
23803 (org-table-recalculate): Remove unused argument to `message'.
23804
23805 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23806
23807 * textmodes/org.el (org-table-column-names)
23808 (org-table-column-name-regexp)
23809 (org-table-named-field-locations): New variables.
23810 (org-archive-subtree): Protect `this-command' when calling
23811 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23812 the kill buffer.
23813 (org-complete): Remove fixed-formula completion.
23814 (org-edit-formulas-map): New variable.
23815 (org-table-edit-formulas): New command.
23816 (org-finish-edit-formulas, org-abort-edit-formulas)
23817 (org-show-variable, org-table-get-vertical-vector): New functions.
23818 (org-table-maybe-eval-formula): Handle `:=' fields.
23819 (org-table-get-stored-formulas, org-table-store-formulas)
23820 (org-table-get-formula, org-table-modify-formulas)
23821 (org-table-replace-in-formulas): Handle named field formulas.
23822 (org-table-get-specials): Store locations of named fields.
23823
23824 2005-07-19 Juri Linkov <juri@jurta.org>
23825
23826 * progmodes/grep.el (grep-regexp-alist)
23827 (grep-mode-font-lock-keywords, grep-process-setup):
23828 Use default GNU grep match color "01;31m" instead of "01;41m".
23829 (grep-regexp-alist, grep-mode-font-lock-keywords):
23830 Use `\\[[0-9]*m' instead of `\\[00m'.
23831 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23832 sgr_start where its handling is more important. Use the real
23833 length of sgr_start instead of constant 8.
23834 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23835 specially. Delete all remaining escape sequences.
23836 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23837 (grep-regexp-alist): Make hyperlink only for binary file name
23838 instead of the whole line.
23839 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23840 (grep-mode): Add autoload.
23841
23842 * emacs-lisp/find-func.el (find-function-regexp):
23843 Add `define-compilation-mode'.
23844
23845 2005-07-19 Juri Linkov <juri@jurta.org>
23846
23847 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23848 (compare-windows-sync-string-size, compare-windows-recenter)
23849 (compare-windows-highlight, compare-windows): Add version 22.1.
23850 (compare-windows) <defface>: Inherit from lazy-highlight instead
23851 of duplicating its default value.
23852
23853 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23854 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23855
23856 * descr-text.el (describe-char): Create link buttons for `charset'
23857 and `code point'. Add the current input method name with a link
23858 button to `to input' field. Print face names of display table
23859 characters in `The display table entry is displayed by' section
23860 instead of printing face-id in the `display' field.
23861 Guess hardcoded faces and create a link button for them.
23862 Skip empty fields when calculating max-width.
23863 Treat `widget-create' specially while inserting strings from the
23864 collected field list.
23865 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23866
23867 * diff-mode.el (diff-file-header): Change foreground color from
23868 yellow to green on light backgrounds.
23869 (diff-context): Inherit from `shadow' only for color/grayscale
23870 with more than 88 colors.
23871 (diff-indicator-removed, diff-indicator-added)
23872 (diff-indicator-changed): New faces.
23873 (diff-font-lock-keywords): Use new faces. Regroup rules.
23874 Add "^---$" for `normal' diff format. Fontify `#' lines with
23875 font-lock-comment-delimiter-face and font-lock-comment-face.
23876 Add `#' to ^[^...] in the rule for `diff-context-face'.
23877
23878 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23879 a button-like box. Inherit from `highlight' on low colors.
23880 (shadow): Use shades of gray only for color/grayscale with
23881 more than 88 colors. Use green for light backgrounds with
23882 8 colors, and yellow for dark backgrounds with 8 colors.
23883
23884 * font-lock.el (font-lock-regexp-grouping-backslash):
23885 Don't inherit from escape-glyph (use bold for all cases).
23886
23887 * info.el (info-xref-visited): Use light foreground color `violet'
23888 for dark backgrounds instead of dark color `magenta3'.
23889 (info-title-1): Use `yellow' color for dark backgrounds.
23890
23891 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23892 too-light magenta2.
23893
23894 * replace.el (match): Use slightly more light RoyalBlue3 instead
23895 of dark RoyalBlue4.
23896
23897 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23898
23899 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23900
23901 * novice.el (disabled-command-hook): Declare it with
23902 `define-obsolete-variable-alias'.
23903
23904 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23905 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23906 (desktop-load-default): Add release to obsolescence info.
23907 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23908 (desktop-append-buffer-args, desktop-read):
23909 Fix typos in docstrings.
23910 (desktop-kill): Fix typo in message.
23911 (desktop-save): Doc fix.
23912
23913 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23914
23915 * viper-cmd.el (viper-escape-to-state): Bug fix.
23916 (viper-envelop-ESC-key): Change the definition of fast
23917 keysequence so it'll work with keyboard macros.
23918
23919 * ediff.el (ediff-patch-buffer): Change the docstring.
23920
23921 2005-07-19 Kenichi Handa <handa@m17n.org>
23922
23923 * international/mule-cmds.el (select-safe-coding-system): Try to
23924 use an auto-coding (if any) before anything else. If the found
23925 auto-coding is invalid, show a warning message.
23926
23927 * international/mule.el (find-auto-coding): New function created
23928 by modifying the body of set-auto-coding.
23929 (set-auto-coding): Use find-auto-coding to find a coding.
23930
23931 2005-07-18 Richard M. Stallman <rms@gnu.org>
23932
23933 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23934 not isearch-mode-end-hook-error.
23935 (allout-before-change-protect): Fix error message.
23936
23937 2005-07-18 Juri Linkov <juri@jurta.org>
23938
23939 * allout.el (allout-mode):
23940 * calculator.el (calculator-copy):
23941 * custom.el (custom-known-themes):
23942 * dired.el (dired-desktop-buffer-misc-data)
23943 (dired-restore-desktop-buffer):
23944 * dired-x.el (dired-omit-marker-char):
23945 * files.el (basic-save-buffer):
23946 * font-core.el (font-lock-mode):
23947 * calendar/calendar.el (calendar-goto-hebrew-date)
23948 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
23949 (calendar-goto-persian-date):
23950 * language/ethio-util.el (ethio-sera-to-fidel-region):
23951 * textmodes/picture.el (picture-mode):
23952 Delete duplicate duplicate words.
23953
23954 2005-07-18 Juri Linkov <juri@jurta.org>
23955
23956 * isearch.el (isearch-mode-map): Remove key bindings for regexp
23957 chars * ? } |.
23958 (isearch-fallback): Don't call `isearch-process-search-char'.
23959 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
23960 (isearch-process-search-char): Call `isearch-fallback' for regexp
23961 chars * ? } |.
23962 (isearch-return-char): Make obsolete with `make-obsolete' instead
23963 of simply documenting it as obsolete in the docstring.
23964 (isearch-fallback): Refill docstring.
23965
23966 * international/isearch-x.el
23967 (isearch-process-search-multibyte-characters): Remove unneeded
23968 `concat'. Add intermediate values to `junk-hist' instead of
23969 `minibuffer-history'. Test the length of `str'.
23970
23971 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
23972
23973 * allout.el (allout-resolve-xref): Fix typos in error strings.
23974 (allout-before-change-protect): Remove unneeded `concat'.
23975
23976 * array.el (array-mode, array-reconfigure-rows)
23977 (untabify-backward): Fix typos in docstrings.
23978 (array-reconfigure-rows): Use `insert-buffer-substring', not
23979 `insert-buffer'.
23980
23981 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
23982 * progmodes/ada-mode.el (ada-make-body):
23983 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
23984
23985 * dired.el (dired-log):
23986 * tar-mode.el (tar-subfile-save-buffer):
23987 * play/zone.el (zone-pgm-stress-destress):
23988 Use `insert-buffer-substring', not `insert-buffer'.
23989
23990 2005-07-17 Simon Josefsson <jas@extundo.com>
23991
23992 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
23993
23994 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
23995
23996 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
23997 Add plain auth method.
23998 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
23999
24000 2005-07-17 Kim F. Storm <storm@cua.dk>
24001
24002 * ido.el (dired-other-window): Add ido property.
24003
24004 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24005
24006 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24007 Fix typo in docstring.
24008 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24009 `insert-file-literally'.
24010
24011 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24012 info and delete redundant message. Doc fix.
24013 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24014 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24015
24016 2005-07-16 Richard M. Stallman <rms@gnu.org>
24017
24018 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24019 (byte-compile-and): Use byte-compile-and-recursion.
24020 (byte-compile-or-recursion): New function.
24021 (byte-compile-or): Use that.
24022 (byte-compile-if): Guard the else-clause too.
24023 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24024
24025 * isearch.el (isearch-mode-end-hook-quit): New variable.
24026 (isearch-done): Bind it.
24027 (isearch-mode-end-hook): Doc fix.
24028
24029 * allout.el (allout-isearch-did-quit): Variable deleted.
24030 (allout-real-isearch-abort): Function name no longer used.
24031 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24032 (allout-isearch-rectification): isearch-mode always exists.
24033 Don't set allout-isearch-did-quit.
24034 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24035 allout-isearch-did-quit.
24036 (allout-enwrap-isearch): Just add the hook.
24037 (allout-isearch-abort): Function deleted.
24038 (allout-pre-command-business): Avoid warning.
24039
24040 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24041 Correctly avoid warnings.
24042 (pascal-outline): Likewise.
24043
24044 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24045
24046 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24047
24048 * play/tetris.el (tetris-mode): Avoid warning.
24049
24050 * play/snake.el (snake-mode): Avoid warning.
24051
24052 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24053 (gamegrid-set-display-table): Avoid warning.
24054 (gamegrid-set-timer): Likewise.
24055 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24056 (gamegrid-add-score-with-update-game-score-1): Take FILE
24057 as argument.
24058 (gamegrid-add-score-with-update-game-score): Pass that argument.
24059 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24060
24061 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24062
24063 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24064 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24065
24066 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24067 and insert-file.
24068
24069 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24070 (sc-ask): Avoid warnings.
24071
24072 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24073 (eshell-hist-initialize): Use that var the natural way.
24074
24075 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24076
24077 * emacs-lisp/re-builder.el (reb-cook-regexp):
24078 Avoid warning calling lre-compile-string.
24079 (reb-color-display-p): Avoid warning.
24080
24081 * calculator.el (calculator-last-input): Guard uses
24082 of event-key and key-press-event-p.
24083 (event-key, key-press-event-p): Delete definitions.
24084
24085 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24086 (find-gc-source-directory, find-gc-subrs-callers)
24087 (find-gc-noreturn-list, find-gc-source-files)
24088 (find-gc-subrs-called): Vars renamed and defvar'd.
24089
24090 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24091 (checkdoc-overlay-put, checkdoc-delete-overlay)
24092 (checkdoc-overlay-start, checkdoc-overlay-end)
24093 (checkdoc-mode-line-update, checkdoc-char=):
24094 Define such that compiler knows they are defined.
24095 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24096 (checkdoc-read-event): Delete. Use read-event directly.
24097
24098 * whitespace.el (whitespace-make-overlay)
24099 (whitespace-overlay-put, whitespace-delete-overlay)
24100 (whitespace-overlay-start, whitespace-overlay-end):
24101 Define such that compiler knows they are defined.
24102 (whitespace): Move conditional inside.
24103
24104 * tempo.el (tempo-insert-template): Suppress warning.
24105
24106 * ediff-diff.el (longlines-mode): Add defvar.
24107
24108 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24109
24110 * server.el: Bind "C-x #" in a way that works even if C-x is
24111 redefined to a command key, not a prefix key.
24112
24113 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24114
24115 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24116 cl-make-type-test till execution time.
24117
24118 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24119
24120 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24121 arg ARG and use it.
24122
24123 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24124
24125 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24126
24127 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24128
24129 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24130 a defcustom with two :set or :type keywords.
24131
24132 2005-07-15 Richard M. Stallman <rms@gnu.org>
24133
24134 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24135 Don't give ^M comment-end syntax.
24136
24137 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24138
24139 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24140 Don't consider gdbmi (gdb-mi.el has its own update functions).
24141 (gdb-var-delete): Make it work for gdbmi as well.
24142 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24143
24144 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24145 (gud-speedbar-menu-items): Correct logic for enabling items.
24146
24147 2005-07-15 Kim F. Storm <storm@cua.dk>
24148
24149 * ido.el: Fix commentary.
24150 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24151 Use with-no-warnings around ffap-guesser.
24152 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24153 Let bind minibuffer-completing-file-name to t.
24154
24155 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24156
24157 * startup.el (site-run-file, keyboard-type): Doc fixes.
24158 (command-line): Check for "--basic-display" argument; also for
24159 "--quick", not "--bare-bones" (which was renamed).
24160 (fancy-splash-text): Add missing item "Getting New Versions".
24161 (normal-splash-screen): Fix typos and improve consistency with
24162 `fancy-splash-text'. Update copyright year.
24163
24164 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24165 valid binding for `help-char'.
24166
24167 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24168
24169 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24170
24171 * term.el (term-mode): Disable cua-mode for term buffers.
24172
24173 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24174
24175 * add-log.el (add-log-mailing-address, change-log-merge):
24176 Doc fixes.
24177 (change-log-get-method-definition): Fix typo in docstring.
24178
24179 2005-07-14 Kim F. Storm <storm@cua.dk>
24180
24181 * emulation/cua-base.el:
24182 (cua--pre-command-handler-1, cua--pre-command-handler)
24183 (cua--post-command-handler-1, cua--post-command-handler):
24184 Split in two. Check (buffer local) value of cua-mode.
24185 (cua-selection-mode): New command.
24186
24187 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24188
24189 * custom.el (custom-initialize-safe-set)
24190 (custom-initialize-safe-default): Doc fixes.
24191
24192 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24193 and simplify :init-value again.
24194
24195 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24196 and simplify :init-value again. Delete autoload.
24197
24198 * startup.el (command-line): Use `custom-reevaluate-setting' again
24199 for tooltip-mode.
24200
24201 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24202 a defcustom with two :initialize keywords.
24203
24204 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24205
24206 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24207 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24208 (allout-post-command-business, allout-flag-region)
24209 (isearch-reenable-font-lock, allout-yank)
24210 (allout-insert-latex-header, allout-insert-latex-trailer)
24211 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24212 (allout-latex-verb-quote): Fix typos in docstrings.
24213 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24214 (allout-unprotected, allout-prefix-data):
24215 Improve argument/docstring consistency.
24216 (allout-chart-subtree): Fix argument spec.
24217 (allout-open-topic): Rename `use_sib_bullet' argument to
24218 `use-sib-bullet'. Doc fix.
24219
24220 * whitespace.el (whitespace-check-buffer-leading)
24221 (whitespace-check-buffer-trailing)
24222 (whitespace-check-buffer-indent)
24223 (whitespace-check-buffer-spacetab)
24224 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24225 (whitespace-check-leading-whitespace)
24226 (whitespace-check-trailing-whitespace)
24227 (whitespace-check-spacetab-whitespace)
24228 (whitespace-check-indent-whitespace)
24229 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24230 (whitespace-modes): Fix typos in docstrings.
24231 (defgroup, defcustom): Doc fixes.
24232
24233 * winner.el (winner-mode, winner-boring-buffers)
24234 (winner-pending-undo-ring): Doc fixes.
24235 (winner-ring): Remove unneeded `progn'.
24236 (winner-equal): `defsubst' it.
24237 (winner-redo): Fix message.
24238
24239 2005-07-13 Kim F. Storm <storm@cua.dk>
24240
24241 * simple.el (line-move-1): Always use vertical-motion to
24242 do the last (or only) line move to ensure some movement.
24243 Undo 2005-06-23 change--don't check for overlays.
24244
24245 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24246
24247 * term/mac-win.el (ccl-encode-mac-roman-font)
24248 (ccl-encode-mac-centraleurroman-font)
24249 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24250 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24251 Change charset-id boundary of dimension to ?\xef.
24252 (mac-char-fontspec-list): New constant.
24253 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24254 argument. Nil uses itself as family in font-spec. Previous
24255 behavior for nil is now provided by non-nil non-string argument.
24256 All callers changed. Add font-specs for Mac fonts to
24257 "fontset-default" unless iso8859-1 fonts are installed.
24258
24259 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24260
24261 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24262 a continuation line if the \ is preceded by SPC or TAB.
24263 (sh-get-indent-info): Simplify.
24264 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24265 Use with-current-buffer.
24266
24267 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24268 when the matched text is empty.
24269
24270 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24271
24272 * startup.el (command-line): Revert to previous handling of
24273 tooltip-mode. Explain in comment why the complexity is needed.
24274
24275 * tooltip.el (tooltip-mode): Revert to previous implementation of
24276 its defcustom.
24277
24278 * frame.el (blink-cursor-mode): Revert to previous implementation
24279 of its defcustom. Update comment.
24280
24281 2005-07-12 Lars Hansen <larsh@soem.dk>
24282
24283 * desktop.el: Update e-mail address.
24284
24285 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24286
24287 * term/mac-win.el (mac-services-mail-selection)
24288 (mac-services-mail-to): New functions.
24289 (mac-application-menu-map): Bind them.
24290
24291 2005-07-12 wulei <milton@wulei.net> (tiny change)
24292
24293 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24294
24295 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24296
24297 * custom.el (custom-reevaluate-setting): Doc fix.
24298
24299 2005-07-11 Jay Belanger <belanger@truman.edu>
24300
24301 * calc/calc.el (calc-embedded-announce-formula-alist)
24302 (calc-embedded-open-close-plain-alist)
24303 (calc-embedded-open-close-mode-alist): Add checks for additional
24304 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24305
24306 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24307
24308 * custom.el (custom-enable-theme): Don't add theme to
24309 `custom-enabled-themes' with `push' because there is no
24310 setf-method for `delq'.
24311
24312 2005-07-11 Richard M. Stallman <rms@gnu.org>
24313
24314 * custom.el (custom-declare-variable): Doc fix.
24315
24316 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24317 from the alists.
24318
24319 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24320 Do nothing if edebug-active.
24321
24322 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24323 (edebug-display): Do it here instead.
24324
24325 2005-07-10 Richard M. Stallman <rms@gnu.org>
24326
24327 * cus-face.el (custom-theme-set-faces): Make it work.
24328 (custom-reset-faces): Doc fix.
24329 (custom-theme-reset-internal-face, custom-theme-face-value):
24330 Functions deleted.
24331
24332 * custom.el (custom-push-theme): Maintain list of the settings
24333 of a given theme in its theme-settings property.
24334 Maintain position of old settings in the theme-value
24335 or theme-face property.
24336 (custom-enabled-themes): New variable.
24337 (custom-theme-enabled-p): New function.
24338 (provide-theme): Update custom-enabled-themes.
24339 Disable and reenable the `user' theme.
24340 (require-theme): Doc fix.
24341 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24342 (custom-theme-value, custom-theme-variable-value): Likewise.
24343 (custom-theme-reset-internal): Likewise.
24344 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24345 (custom-enable-theme, custom-disable-theme): New functions.
24346 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24347 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24348 (custom-theme-reset-variables): Simplify.
24349 (deftheme, custom-declare-theme, custom-make-theme-feature):
24350 Definitions moved.
24351
24352 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24353
24354 * longlines.el (longlines-show-region)
24355 (longlines-unshow-hard-newlines): Recognize hard newlines by
24356 non-nil hard property, instead of t.
24357
24358 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24359
24360 * viper-cmd.el (viper--key-maps): New variable.
24361 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24362 emulation-mode-map-alists.
24363 (viper-envelop-ESC-key): Use viper-subseq.
24364 (viper-search-forward/backward/next): Disable debug-on-error.
24365
24366 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24367 (viper-ESC-key): New defcustoms.
24368
24369 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24370
24371 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24372 (viper-subseq): Copy of subseq from cl.el.
24373
24374 * viper.el (viper-go-away, viper-set-hooks): Use
24375 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24376
24377 * viper-mous.el (viper-current-frame-saved): Use defvar.
24378
24379 * viper-init.el: Get rid of -face in face names.
24380
24381 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24382 Make it work with longlines mode.
24383
24384 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24385
24386 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24387
24388 * ediff-init.el: Get rid of -face in face names.
24389
24390 2005-07-10 Richard M. Stallman <rms@gnu.org>
24391
24392 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24393 and with-timeout-unsuspend.
24394
24395 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24396 and with-timeout-unsuspend.
24397
24398 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24399 (with-timeout): Bind that variable to record timers.
24400 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24401
24402 * emacs-lisp/debug.el (debug-help-follow): New function.
24403 (debugger-mode-map): Use that instead of help-follow.
24404 (debugger-setup-buffer): Use eval-buffer-list
24405 to handle eval-buffer frames.
24406
24407 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24408
24409 * timezone.el (timezone-parse-date): Change first regexp
24410 so it will not mistakenly match dates with no time zone.
24411
24412 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24413
24414 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24415
24416 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24417
24418 * custom.el (custom-initialize-safe-set)
24419 (custom-initialize-safe-default): New functions.
24420
24421 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24422 and simplify :init-value.
24423
24424 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24425 and simplify :init-value. Delete obsolete comment.
24426
24427 * startup.el (command-line): Use `custom-reevaluate-setting' to
24428 handle `tooltip-mode'. Delete obsolete comment.
24429
24430 * files.el (set-visited-file-name): Avoid calling
24431 `file-name-nondirectory' with a nil argument.
24432
24433 2005-07-09 Richard M. Stallman <rms@gnu.org>
24434
24435 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24436 was called with nil for the buffer, handle the read position right.
24437 Handle read position for eval-region, too.
24438
24439 2005-07-09 Juri Linkov <juri@jurta.org>
24440
24441 * fringe.el (fringe-mode): Add period in docstring.
24442 (fringe-query-style): Build prompt depending on `all-frames' arg.
24443
24444 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24445 to not create links to unrelated functions in the Help buffer.
24446
24447 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24448 Doc fix.
24449
24450 * simple.el (next-error-hook): New variable.
24451 (next-error): Use it. Doc fix.
24452
24453 * textmodes/ispell.el (ispell-command-loop): Add current
24454 dictionary name and program name to mode-line-format.
24455 (ispell-region, ispell-process-line): Add current dictionary name
24456 and program name to messages.
24457
24458 2005-07-08 Jay Belanger <belanger@truman.edu>
24459
24460 * calc/calc.el (calc-embedded-announce-formula-alist)
24461 (calc-embedded-open-close-formula-alist)
24462 (calc-embedded-open-close-word-alist)
24463 (calc-embedded-open-close-plain-alist)
24464 (calc-embedded-open-close-new-formula-alist)
24465 (calc-embedded-open-close-mode-alist)
24466 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24467 (calc-embedded-mode-hook): New variables.
24468
24469 * calc/calc-embed.el (calc-embedded-firsttime)
24470 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24471 New variables.
24472 (calc-do-embedded): Use calc-embedded-firsttime,
24473 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24474 determine whether or not to run hooks.
24475 (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
24476 calc-embedded-firsttime-formula appropriately.
24477 Set calc-embedded delimiter variables according to mode.
24478
24479 2005-07-08 Richard M. Stallman <rms@gnu.org>
24480
24481 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24482 Check for "emacs", etc., as entire symbol, not just as word.
24483 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24484
24485 * files.el (set-visited-file-name): Report the error
24486 for "empty filename" earlier.
24487 (kill-some-buffers): Ignore buffers already dead.
24488
24489 * fringe.el (fringe-mode): Doc fix.
24490
24491 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24492 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24493 Use unwind-protect to ensure byte-compile-unresolved-functions
24494 is updated.
24495
24496 * whitespace.el (whitespace-buffer-leading-cleanup):
24497 Simplify w/ skip-chars-forward.
24498 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24499
24500 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24501 Unconditionally try to leave point at the same old place.
24502
24503 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24504
24505 * comint.el (comint-postoutput-scroll-to-bottom)
24506 (comint-show-maximum-output): Take scroll-margin into consideration.
24507
24508 2005-07-08 Kim F. Storm <storm@cua.dk>
24509
24510 * ido.el (ido-use-filename-at-point): New choice `guess'.
24511 (ido-file-internal): Try ffap-guesser if selected.
24512
24513 * ido.el (ido-before-fallback-functions): New hook.
24514 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24515 (ido-read-file-name): Run it.
24516
24517 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24518
24519 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24520 strings rather than a list of symbols to the completion function.
24521
24522 2005-07-07 Jay Belanger <belanger@truman.edu>
24523
24524 * calc/calc-units.el (math-apply-units): Change the places in
24525 which units are simplified.
24526
24527 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24528
24529 * cus-edit.el (customize-option, customize-option-other-window):
24530 Make them handle aliases.
24531
24532 * custom.el (custom-variable-p): Make it recursively follow
24533 aliases. Mention that in the docstring.
24534
24535 2005-07-07 Richard M. Stallman <rms@gnu.org>
24536
24537 * cus-start.el (exec-path): Use `directory' instead of `file'.
24538 Fix tag for nil.
24539
24540 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24541
24542 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24543 when called non-interactively. Doc fix.
24544
24545 2005-07-07 Lute Kamstra <lute@gnu.org>
24546
24547 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24548 new address as well.
24549
24550 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24551
24552 * progmodes/gud.el: Require font-lock for displaying errors.
24553 Used by gdb-ui.el.
24554
24555 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24556
24557 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24558 values for the pattern lists which are `read'able but not
24559 `append'able (like symbols).
24560
24561 2005-07-06 Richard M. Stallman <rms@gnu.org>
24562
24563 * progmodes/flymake.el (flymake-float-time): Instead of
24564 with-no-warnings, test for XEmacs.
24565 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24566 to avoid warning.
24567
24568 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24569
24570 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24571
24572 2005-07-05 Lute Kamstra <lute@gnu.org>
24573
24574 * battery.el: Add support for Darwin (with much debugging help
24575 from Samuel Lauber <sam124@operamail.com>).
24576 (battery-status-function, battery-echo-area-format)
24577 (battery-mode-line-format): Add support for pmset on Darwin.
24578 (battery-load-low, battery-load-critical): New user options.
24579 (battery-pmset): New function.
24580
24581 2005-07-05 Lute Kamstra <lute@gnu.org>
24582
24583 Update FSF's address in GPL notices.
24584
24585 * textmodes/page-ext.el: Update FSF's address.
24586
24587 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24588
24589 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24590 filling from using prefix when filling a single-line docstring.
24591
24592 * progmodes/flymake.el: Remove useless eval-when-compile.
24593
24594 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24595
24596 2005-07-04 Richard M. Stallman <rms@gnu.org>
24597
24598 * textmodes/org.el (org-file-apps-defaults-gnu):
24599 Rename from org-file-apps-defaults-linux.
24600 (org-default-apps): Don't test system-type for `linux'.
24601 (org-file-apps): Doc fix.
24602
24603 2005-07-04 David Ponce <david@dponce.com>
24604
24605 * tree-widget.el: Improve header Commentary section.
24606 (tree-widget) [defgroup]
24607 (tree-widget-image-enable, tree-widget-themes-directory)
24608 (tree-widget-theme, tree-widget-image-properties-emacs)
24609 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24610 (tree-widget-image-formats, tree-widget-control)
24611 (tree-widget-empty-control, tree-widget-leaf-control)
24612 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24613 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24614 (tree-widget-keep, tree-widget-after-toggle-functions)
24615 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24616 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24617 :help-echo message.
24618 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24619 (tree-widget-image-properties): Doc fix. Clearer implementation.
24620 (tree-widget--cursors): New constant.
24621 (tree-widget-lookup-image): New function split from
24622 `tree-widget-find-image'. Clearer implementation.
24623 (tree-widget-find-image): Use it.
24624 (tree-widget-button-keymap): Use `set-keymap-parent'.
24625 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24626 Define the sub-widgets here.
24627 (tree-widget-node): Check that :node is not a tree-widget.
24628 (tree-widget-get-super, tree-widget-open-control)
24629 (tree-widget-close-control, tree-widget-empty-control)
24630 (tree-widget-leaf-control, tree-widget-guide)
24631 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24632 (tree-widget-no-handle, tree-widget-value-delete)
24633 (tree-widget-map): Remove.
24634 (tree-widget-children-value-save): Doc fix. Simplified.
24635 (tree-widget-value-create): Update according to previous changes.
24636
24637 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24638
24639 * textmodes/org.el: Leading space replaced by TABS.
24640 (org-recalc-marks, org-table-rotate-recalc-marks)
24641 (org-table-get-specials): Treat "^" and "_" marks.
24642 (org-table-justify-field-maybe): Optional argument NEW.
24643 (org-table-eval-formula): Parsing of the format simplified.
24644 New modes C,I. Honor the %= parameter in the current table.
24645 Avoid unnecessary re-align by using the NEW argument to
24646 `org-table-justify-field-maybe'.
24647 (org-calc-default-modes): Default for date-format mimicks org-mode.
24648 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24649
24650 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24651
24652 * cus-face.el (custom-theme-set-faces): Make it handle face
24653 aliases whose alias declarations are pre- or autoloaded.
24654
24655 2005-07-04 Juri Linkov <juri@jurta.org>
24656
24657 * faces.el (read-face-name): Put the code for getting a face name
24658 from the buffer before adding the faces from the `face' property.
24659 Use `completing-read-multiple' instead of `completing-read'.
24660 Require `crm'. Add default value and post-process the returned
24661 list of faces.
24662
24663 * emacs-lisp/crm.el (crm-find-current-element)
24664 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24665
24666 * emacs-lisp/lisp-mode.el (eval-defun-1):
24667 * emacs-lisp/edebug.el (edebug-eval-defun):
24668 Remove unnecessary quotes.
24669
24670 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24671
24672 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24673 (prolog-indent-level): Fix typo in docstring.
24674
24675 * info.el (Info-history, Info-history-forward)
24676 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24677
24678 * add-log.el (add-change-log-entry):
24679 * comint.el (comint-dynamic-list-input-ring)
24680 (comint-dynamic-list-completions):
24681 * dabbrev.el (dabbrev-expand):
24682 * delim-col.el (delimit-columns-rectangle-line):
24683 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24684 (diff-unified->context):
24685 * ediff-init.el (ediff-abbrev-jobname):
24686 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24687 (ediff-replace-session-activity-marker-in-meta-buffer):
24688 * info.el (Info-summary):
24689 * lpr.el (printify-region):
24690 * printing.el (pr-create-interface):
24691 * ps-print.el (ps-print-quote):
24692 * ses.el (ses-column-widths, ses-print-cell)
24693 (ses-adjust-print-width, ses-center):
24694 * shell.el (shell-file-name-quote-list):
24695 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24696 (strokes-fill-current-buffer-with-whitespace)
24697 (strokes-xpm-for-stroke, strokes-list-strokes)
24698 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24699 * term.el (term-dynamic-list-input-ring)
24700 (term-dynamic-list-completions):
24701 * calc/calc.el (math-format-stack-value):
24702 * emacs-lisp/edebug.el (edebug-display-freq-count):
24703 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24704 (delphi-new-comment-line):
24705 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24706 * progmodes/executable.el (executable-set-magic):
24707 * progmodes/python.el (inferior-python-mode):
24708 * progmodes/scheme.el (scheme-mode-syntax-table):
24709 * progmodes/sh-script.el (sh-maybe-here-document):
24710 * progmodes/sql.el (sql-copy-column):
24711 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24712 * textmodes/bibtex.el (bibtex-mode):
24713 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24714 (sgml-auto-attributes):
24715 * textmodes/table.el (table-insert, table-shorten-cell)
24716 (table--generate-source-scan-lines, table-delete-row)
24717 (*table--cell-delete-char, table--spacify-frame)
24718 (table--horizontally-shift-above-and-below)
24719 (table--cell-insert-char, table--cell-blank-str)
24720 (table--fill-region-strictly):
24721 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24722 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24723
24724 * add-log.el (change-log):
24725 * apropos.el (apropos):
24726 * comint.el (comint-completion, comint-source):
24727 * dabbrev.el (dabbrev):
24728 * delim-col.el (columns):
24729 * diff-mode.el (diff-mode):
24730 * ediff.el (ediff):
24731 * ediff-diff.el (ediff-diff):
24732 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24733 * ediff-mult.el (ediff-mult):
24734 * ediff-ptch.el (ediff-ptch):
24735 * ediff-wind.el (ediff-window):
24736 * facemenu.el (facemenu):
24737 * indent.el (indent):
24738 * info.el (info):
24739 * jka-cmpr-hook.el (compression, jka-compr):
24740 * lpr.el (lpr):
24741 * outline.el (outlines):
24742 * pcmpl-cvs.el (pcmpl-cvs):
24743 * pcmpl-rpm.el (pcmpl-rpm):
24744 * printing.el (printing):
24745 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24746 (ps-print-vertical, ps-print-headers, ps-print-font)
24747 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24748 (ps-print-background, ps-print-printer, ps-print-page)
24749 (ps-print-miscellany):
24750 * ses.el (ses):
24751 * shell.el (shell, shell-directories, shell-faces):
24752 * startup.el (initialization):
24753 * strokes.el (strokes):
24754 * term.el (term):
24755 * uniquify.el (uniquify):
24756 * w32-vars.el (w32):
24757 * calc/calc.el (calc):
24758 * emacs-lisp/bytecomp.el (bytecomp):
24759 * emacs-lisp/cl-indent.el (lisp-indent):
24760 * emacs-lisp/edebug.el (edebug):
24761 * emacs-lisp/elp.el (elp):
24762 * emacs-lisp/testcover.el (testcover):
24763 * emacs-lisp/trace.el (trace):
24764 * emulation/viper-ex.el (viper-ex):
24765 * emulation/viper-mous.el (viper-mouse):
24766 * mail/mailalias.el (mailalias):
24767 * mail/supercite.el (supercite, supercite-frames)
24768 (supercite-attr, supercite-cite, supercite-hooks):
24769 * net/rcompile.el (remote-compile):
24770 * net/rlogin.el (rlogin):
24771 * obsolete/ooutline.el (outlines):
24772 * progmodes/delphi.el (delphi):
24773 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24774 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24775 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24776 (ebnf-optimization):
24777 * progmodes/etags.el (etags):
24778 * progmodes/executable.el (executable):
24779 * progmodes/idlwave.el (idlwave):
24780 * progmodes/pascal.el (pascal):
24781 * progmodes/prolog.el (prolog):
24782 * progmodes/python.el (python):
24783 * progmodes/scheme.el (scheme):
24784 * progmodes/sh-script.el (sh, sh-script):
24785 * progmodes/sql.el (SQL):
24786 * progmodes/tcl.el (tcl):
24787 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24788 * textmodes/enriched.el (enriched):
24789 * textmodes/makeinfo.el (makeinfo):
24790 * textmodes/sgml-mode.el (sgml):
24791 * textmodes/table.el (table-hooks):
24792 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24793 * textmodes/texinfo.el (texinfo):
24794 * textmodes/two-column.el (two-column):
24795 Finish `defgroup' description with period.
24796
24797 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24798 * eshell/esh-var.el (eshell-var):
24799 * progmodes/vhdl-mode.el (vhdl-testbench):
24800 * textmodes/org.el (org): Fix typos in docstrings.
24801
24802 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24803 consistency.
24804
24805 * progmodes/flymake.el (flymake-find-file): Remove.
24806 (flymake-float-time): Use `with-no-warnings'.
24807 (flymake-check-start-time, flymake-check-was-interrupted)
24808 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24809 (flymake-new-err-info): `defvar' at compile time.
24810
24811 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24812
24813 * replace.el (occur-hook): Doc fix.
24814 (occur-1): Don't call `occur-hook' if there are no matches.
24815
24816 2005-07-03 Richard M. Stallman <rms@gnu.org>
24817
24818 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24819 global-map, save the same map.
24820 (global-map): Don't alter it at top level.
24821 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24822 Then alter it here instead.
24823 (tpu-edt-off): Set global-map to the saved one.
24824
24825 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24826 All references simplified.
24827 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24828 (zmacs-regions): Add defvar.
24829 (repeat-complex-command-map): Everything about that deleted.
24830
24831 * textmodes/artist.el (artist-key-is-drawing)
24832 (artist-key-endpoint1, artist-key-poly-point-list)
24833 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24834 (artist-key-compl-table, artist-rb-save-data)
24835 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24836 Don't put them in eval-when-compile.
24837 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24838
24839 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24840 Use with-no-warnings.
24841
24842 * net/browse-url.el (dos-windows-version): Add defvar.
24843
24844 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24845
24846 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24847 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24848 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24849 Add defvar.
24850 (rmail-summary-beginning-of-message): Use with-no-warnings.
24851 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24852
24853 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24854 Use with-no-warnings.
24855
24856 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24857 (c-mark-function): Add point-moving-unit property.
24858 (vi-goto-line): Use with-no-warnings.
24859
24860 * emulation/edt.el (edt-last-copied-word): Add defvar.
24861 (zmacs-region-stays): Likewise.
24862 (edt-mark-section-wisely): Use c-mark-function for C.
24863 Use makr-defun for Fortran.
24864 (time-string): defvar deleted.
24865 (edt-display-the-time): Don't set time-string.
24866
24867 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24868
24869 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24870 Don't warn when name is not constant
24871 or for defining the group `emacs'.
24872
24873 * tooltip.el (gud-tooltip-mode): Add defvar.
24874
24875 * startup.el (default-frame-background-mode): Add defvar.
24876
24877 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24878
24879 * info.el (tool-bar-map): Add defvar.
24880
24881 * dired.el (dnd-protocol-alist): Add defvar.
24882
24883 * dired-aux.el (dired-query): Display question with answer, when
24884 the user answers.
24885
24886 * custom.el (custom-add-option): Doc fix.
24887
24888 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24889
24890 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24891
24892 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24893 bogus name from the last change.
24894
24895 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24896
24897 * custom.el (custom-declare-variable): Fix typos in comment.
24898 (custom-known-themes): Doc fix.
24899 (custom-theme-directory): New defcustom.
24900 (require-theme): Make it check `custom-theme-directory'.
24901
24902 * cus-theme.el (custom-new-theme-mode): New function.
24903 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24904 (custom-theme-description): Add compiler defvars.
24905 (customize-create-theme): Add doc to the "*New Custom Theme*"
24906 buffer. Use `custom-new-theme-mode'.
24907 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24908 and save it to the `custom-theme-directory'. Make this the
24909 default directory of the buffer.
24910
24911 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24912
24913 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24914 Fix unbalanced parentheses.
24915
24916 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24917
24918 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24919 into flymake-mode and delegate to flymake-mode.
24920
24921 * find-file.el (ff-which-function-are-we-in): Clean up.
24922
24923 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24924
24925 * replace.el (occur-rename-buffer): Fix docstring.
24926
24927 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
24928 (edt-last-copied-word, edt-learn-macro-count)
24929 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
24930 (edt-rect-start-point, edt-user-global-map, rect-start-point)
24931 (time-string, zmacs-region-stays):
24932 * emulation/edt-mapper.el (edt-save-function-key-map)
24933 (EDT-key-name): `defvar' to silence the byte-compiler.
24934
24935 2005-07-02 Martin Rudalics <rudalics@gmx.at>
24936
24937 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
24938 font-lock-regexp-backslash. Doc fix.
24939 (font-lock-regexp-backslash-grouping-construct): Rename from
24940 font-lock-regexp-backslash-construct. Doc fix.
24941 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
24942 grouping constructs.
24943
24944 2005-07-02 Eli Zaretskii <eliz@gnu.org>
24945
24946 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
24947 updating all the prerequisites.
24948
24949 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
24950
24951 * textmodes/org.el (org-agenda-start-on-weekday)
24952 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
24953 (org-agenda-use-time-grid, org-archive-location)
24954 (org-allow-space-in-links, org-usenet-links-prefer-google)
24955 (org-enable-table-editor, org-export-default-language)
24956 (org-export-html-show-new-buffer, org-fill-paragraph)
24957 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
24958 (org-goto-quit, org-occur, org-eval-in-calendar)
24959 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
24960 (org-agenda-diary-entry, org-remember-help)
24961 (org-table-convert-region, org-at-table-p)
24962 (org-table-move-row-down, org-table-move-row-up)
24963 (org-table-copy-region, org-table-toggle-vline-visibility)
24964 (org-table-get-stored-formulas, org-table-get-specials)
24965 (org-recalc-commands, org-table-eval-formula)
24966 (org-table-formula-substitute-names, orgtbl-make-binding)
24967 (org-format-org-table-html, org-format-table-table-html)
24968 (org-format-table-table-html-using-table-generate-source)
24969 (org-customize): Fix typos in docstrings.
24970 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
24971 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
24972 (org-back-to-heading): Doc fixes.
24973 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
24974 (org-agenda-change-all-lines, org-get-header):
24975 Improve argument/docstring consistency.
24976 (orgtbl-error): Fix error message.
24977
24978 * progmodes/flymake.el (flymake-find-possible-master-files)
24979 (flymake-master-file-compare, flymake-get-line-err-count)
24980 (flymake-highlight-line, flymake-gui-warnings-enabled):
24981 Fix typos in docstrings.
24982 (flymake-parse-line, flymake-get-project-include-dirs-function)
24983 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
24984 Doc fixes.
24985 (flymake-get-project-include-dirs-function)
24986 (flymake-make-err-menu-data):
24987 Improve argument/docstring consistency.
24988
24989 2005-07-01 Lute Kamstra <lute@gnu.org>
24990
24991 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
24992 Catch errors with ignore-errors. Use temporary buffer.
24993 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
24994
24995 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
24996 background color faces.
24997 (facemenu-set-foreground, facemenu-set-background):
24998 Use facemenu-set-face-from-menu.
24999 (facemenu-set-face-from-menu): Treat face names that start with
25000 "fg:" or "bg:" as special.
25001 (facemenu-add-new-color): Don't create faces. Simplify.
25002
25003 2005-06-30 Richard M. Stallman <rms@gnu.org>
25004
25005 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25006 (crm-find-current-element): Likewise.
25007
25008 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25009
25010 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25011
25012 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25013
25014 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25015 (archive-mouse-extract): Make it an obsolete alias.
25016 (archive-mode-map): Don't use archive-mouse-extract any more.
25017 (archive-mode, archive-extract): write-contents-hooks ->
25018 write-contents-functions.
25019 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25020 first arg.
25021 (archive-rename-entry): Update the call.
25022 (archive-zip-summarize): Remove unused var `method'.
25023 (archive-lzh-summarize): Remove unused var `creator'.
25024
25025 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25026 dedicated frame upon exit.
25027
25028 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25029 (archive-zip-extract, archive-zip-expunge)
25030 (archive-zip-update, archive-zip-update-case): Use executable-find.
25031 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25032 Use restore-buffer-modified-p.
25033 (archive-extract, archive-add-new-member, archive-write-file-member):
25034 Use with-current-buffer.
25035 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25036
25037 2005-06-30 Andreas Schwab <schwab@suse.de>
25038
25039 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25040
25041 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25042
25043 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25044
25045 2005-06-30 Juri Linkov <juri@jurta.org>
25046
25047 * faces.el (vertical-border): Inherit from mode-line-inactive
25048 only on tty.
25049
25050 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25051
25052 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25053 example, -NLINES in the `occur' docstring).
25054
25055 * replace.el (occur-1): When no matches are found, do not set the
25056 `buffer-read-only' and modified flags for the occur buffer,
25057 because it is deleted.
25058
25059 * emulation/cua-base.el (cua-check-pending-input)
25060 (cua-repeat-replace-region, cua-mode, cua-debug)
25061 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25062 Fix typos in docstrings.
25063
25064 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25065 (cua-cut-region-to-global-mark)
25066 (cua--cut-rectangle-to-global-mark):
25067 Remove period from end of messages.
25068
25069 * emulation/cua-rect.el (cua-do-rectangle-padding):
25070 Remove period from end of messages.
25071 (cua--rectangle-seq-format): Fix typo in docstring.
25072 (cua-sequence-rectangle, cua-fill-char-rectangle):
25073 Improve argument/docstring consistency.
25074
25075 2005-06-29 Juri Linkov <juri@jurta.org>
25076
25077 * faces.el (default-frame-background-mode): New internal variable.
25078 (frame-set-background-mode): Use it.
25079
25080 * startup.el (normal-top-level): Set default-frame-background-mode
25081 instead of frame-background-mode. Before setting it, test for its
25082 nil value. Remove tests for frame-background-mode and frame
25083 parameter `reverse'. Add test for "unspecified-fg".
25084
25085 * term/xterm.el (xterm-rxvt-set-background-mode):
25086 * term/rxvt.el (rxvt-set-background-mode):
25087 Set default-frame-background-mode instead of frame-background-mode.
25088
25089 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25090
25091 * simple.el (set-variable): Warn about obsolete user variables.
25092
25093 * imenu.el (imenu--completion-buffer):
25094 * mouse.el (mouse-buffer-menu-alist):
25095 * msb.el (msb-invisible-buffer-p):
25096 * calendar/diary-lib.el (diary-header-line-format):
25097 * emacs-lisp/pp.el (pp-buffer):
25098 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25099 * textmodes/picture.el (picture-replace-match):
25100 Change space constants followed by a sexp to "?\s ".
25101
25102 * play/decipher.el (decipher-loop-with-breaks):
25103 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25104 constants "protected" from end of line by a comment to "?\s".
25105
25106 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25107
25108 * font-lock.el (save-buffer-state): Use `declare'.
25109
25110 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25111 reset the syntax-table to cperl-mode-syntax-table.
25112 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25113 "foo_print_bar" is not matched as a reserved keyword.
25114
25115 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25116
25117 * textmodes/org.el (orgtbl-setup): New function, for delayed
25118 setup for the orgtbl commands.
25119 (org-calc-default-modes): New option.
25120 (orgtbl-make-binding): Use `defun' to get better help display.
25121 (org-diary): Call `org-compile-prefix-format'.
25122 (org-table-formula-substitute-names): New function.
25123 (org-agenda-day-view, org-agenda-week-view): New commands.
25124 (org-agenda-toggle-week-view): Command removed.
25125 (org-tbl-menu): Split off from org-org-menu.
25126 (org-mode): Move removal of outline-mode menus to here.
25127 (org-table-formula-debug): New option.
25128 (org-table-insert-row): Keep first field if just "#" or "*".
25129 (org-mode): Paragraph regexps fixed.
25130 (org-table-recalculate-regexp): New constant.
25131 (org-table-justify-field-maybe): Avoid replace if not necessary.
25132 (org-copy-special, org-cut-special): Use `call-interactively'.
25133 (org-table-copy-region): Take region from `interactive' call.
25134 (org-trim): Return string even if no match.
25135 (org-formula): New face.
25136 (org-set-font-lock-defaults): No longer highlight "FIXME".
25137 But highlight formula-related fields in table.
25138 (org-table-p): Use regexp, not fontification.
25139 (org-table-align): Handle white space at end of line.
25140 (org-table-formula-evaluate-inline): New option.
25141 (org-mode): Auto-wrapping in comment lines turned off.
25142 (org-table-copy-down): Evaluate only in copied field, not in
25143 destination.
25144 (org-table-current-formula): Variable removed.
25145 (org-table-store-formulas, org-table-get-stored-formulas)
25146 (org-table-modify-formulas, org-table-replace-in-formulas)
25147 (org-table-maybe-eval-formula): New functions.
25148 (org-table-get-formula): Modify to use stored formulas.
25149 (org-table-insert-column, org-table-delete-column)
25150 (org-table-move-column): Call `org-table-modify-formulas'.
25151 (org-complete): Add completion for keyword formulas.
25152 (orgtbl-mode): Pull orgtbl-mode-map to start of
25153 minor-mode-map-alist.
25154
25155 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25156
25157 * progmodes/python.el (python-check): Require `compile' before
25158 modifying its variables.
25159
25160 * newcomment.el (comment-indent-default): Don't get fooled by an early
25161 end of buffer.
25162
25163 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25164
25165 * ps-print.el (ps-print-version): Fix version number.
25166
25167 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25168
25169 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25170
25171 2005-06-28 Richard M. Stallman <rms@gnu.org>
25172
25173 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25174 (flyspell-local-mouse-map): Declaration deleted.
25175 (flyspell-mouse-map): Bind only mouse-2.
25176 (flyspell-mode-map): Don't test flyspell-use-local-map.
25177 (flyspell-overlay-keymap-property-name): Var deleted.
25178 (flyspell-mode-on): Don't make local bindings for
25179 flyspell-mouse-map and flyspell-mode-map.
25180 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25181
25182 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25183
25184 * progmodes/compile.el (compilation-next-error-function):
25185 Don't switch buffers; operate on the current buffer.
25186
25187 * progmodes/compile.el (compilation-error-file-name)
25188 (compilation-warning-file-name, compilation-info-file-name)
25189 (compilation-line-number, compilation-column-number): New faces.
25190 (compilation-error-face, compilation-warning-face)
25191 (compilation-info-face, compilation-line-face)
25192 (compilation-column-face): Use them.
25193
25194 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25195
25196 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25197
25198 * bindings.el (global-map): Bind insertchar and its variants.
25199
25200 2005-06-27 Richard M. Stallman <rms@gnu.org>
25201
25202 * textmodes/artist.el (artist-text-overwrite)
25203 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25204
25205 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25206
25207 * ps-print.el: It was not working the page selection for printing.
25208 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25209 (ps-print-version): New version 6.6.7.
25210 (ps-end-sheet): New fun.
25211 (ps-header-sheet, ps-end-job): Call it.
25212
25213 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25214
25215 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25216
25217 2005-06-27 Lute Kamstra <lute@gnu.org>
25218
25219 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25220 background color faces.
25221 (facemenu-get-face): Delete function.
25222 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25223 (facemenu-add-new-color): Make second argument mandatory.
25224 Create the appropriate face and return it. Simplify.
25225 (facemenu-set-foreground, facemenu-set-background): Don't check if
25226 color is defined. Use return value of facemenu-add-new-color.
25227
25228 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25229
25230 * progmodes/gud.el (gud-filter): Add missing argument to
25231 with-selected-window.
25232
25233 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25234
25235 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25236 a :require to the defcustom.
25237
25238 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25239 defcustoms corresponding to minor modes.
25240
25241 2005-06-26 David Ponce <david@dponce.com>
25242
25243 * recentf.el: Require tree-widget instead of wid-edit.
25244 (recentf-filename-handler): Fix widget :type.
25245 (recentf-cancel-dialog, recentf-open-more-files)
25246 (recentf-open-files-action): Doc fix.
25247 (recentf-dialog-goto-first): New function.
25248 (recentf-dialog-mode-map): Set parent keymap first.
25249 (recentf-dialog-mode): Define with define-derived-mode.
25250 Don't display continuation lines in dialogs.
25251 (recentf-edit-list): Rename from recentf-edit-selected-items.
25252 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25253 Simplify.
25254 (recentf-edit-list-validate): New function.
25255 (recentf-edit-list): Update accordingly.
25256 (recentf-open-files-item-shift): Remove.
25257 (recentf-open-files-item): Convert menu elements into tree and
25258 link widgets. Don't create the widgets.
25259 (recentf-open-files): Update accordingly.
25260 (recentf-save-list): Untabify.
25261
25262 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25263
25264 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25265 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25266 partially contained in the active region. Do not take active
25267 region into account when called from Lisp, unless INTERACTIVE arg
25268 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25269 avoid trouble with fields. Make marker point nowhere when no
25270 longer used. Always return nil. Doc fix.
25271 (flush-lines): Add INTERACTIVE arg. Do not take active region
25272 into account when called from Lisp, unless INTERACTIVE arg is
25273 non-nil. Use `forward-line' instead of `beginning-of-line' to
25274 avoid trouble with fields. Make marker point nowhere when no
25275 longer used. Always return nil. Doc fix.
25276 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25277 interchangeable. Do not take active region into account when
25278 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25279 message in echo area when called from Lisp, unless INTERACTIVE arg
25280 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25281 Return the number of matches. Doc fix.
25282 (occur): Doc fix.
25283 (perform-replace): Make comment follow double space convention for
25284 the sake of `outline-minor-mode'.
25285
25286 * faces.el (facep): Doc fix.
25287
25288 2005-06-25 Richard M. Stallman <rms@gnu.org>
25289
25290 * facemenu.el (facemenu-enable-faces-p): New function.
25291 (facemenu-background-menu, facemenu-foreground-menu)
25292 (facemenu-face-menu): Add menu-enable property.
25293
25294 * jka-compr.el (jka-compr-insert-file-contents):
25295 Special handling if cannot find the uncompression program.
25296
25297 * cus-face.el (custom-face-attributes): Add autoload.
25298
25299 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25300 Bind comment-indent-function locally.
25301
25302 * window.el (save-selected-window): Use save-current-buffer.
25303
25304 * subr.el (with-selected-window): Use save-current-buffer.
25305
25306 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25307 and with-current-buffer.
25308
25309 2005-06-24 Richard M. Stallman <rms@gnu.org>
25310
25311 * simple.el (line-move-1): Fix previous change.
25312
25313 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25314
25315 * replace.el (occur-1): Set `buffer-read-only' and the
25316 buffer-modified flag before running `occur-hook' to protect
25317 against unintentional buffer switches that can lead to data loss.
25318
25319 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25320
25321 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25322 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25323 initial error.
25324
25325 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25326 after fresh input.
25327 (gdb-var-create-handler): Put name of expression in quotes.
25328
25329 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25330
25331 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25332 elements of RING in order, and without bogus nil elements.
25333
25334 2005-06-23 Richard M. Stallman <rms@gnu.org>
25335
25336 * simple.el (set-variable): Args renamed; doc fix.
25337 (line-move-1): When there are overlays around, use vertical-motion.
25338
25339 * faces.el (escape-glyph): Use brown against light background.
25340 (nobreak-space): Rename from no-break-space.
25341 Fix previous change.
25342
25343 * dired-aux.el (dired-do-copy): Fix arg prompt.
25344
25345 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25346
25347 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25348
25349 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25350 rather than "Distributor".
25351
25352 2005-06-23 Lute Kamstra <lute@gnu.org>
25353
25354 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25355 (debug-on-entry): Use it. New interactive declaration that uses
25356 function-called-at-point.
25357
25358 2005-06-23 Kim F. Storm <storm@cua.dk>
25359
25360 * subr.el (save-match-data): Add comment about using evaporate arg
25361 to set-match-data.
25362
25363 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25364
25365 * cus-edit.el (customize-face)
25366 (customize-face-other-window): Handle face aliases.
25367
25368 * faces.el (face-documentation, set-face-attribute)
25369 (face-spec-set): Handle face aliases.
25370
25371 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25372
25373 * help-mode.el (help-make-xrefs): If a symbol representing a face
25374 name is not followed by the word "face", it could still be a
25375 function or variable name, so don't bypass other checks.
25376
25377 2005-06-22 Juri Linkov <juri@jurta.org>
25378
25379 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25380 Replace aliased functions with calls where second arg `inherit' is t.
25381
25382 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25383
25384 * progmodes/gdb-ui.el (gdb-error): New variable.
25385 (gdb-error): New function.
25386 (gdb-annotation-rules): Act on error-begin and error annotations.
25387 (gdb-concat-output): Use font-lock-warning-face for errors.
25388
25389 2005-06-22 Miles Bader <miles@gnu.org>
25390
25391 * bindings.el (propertized-buffer-identification): Use renamed
25392 `Buffer-menu-buffer' face.
25393
25394 * faces.el (vertical-border): Rename from `vertical-divider'.
25395 (escape-glyph): Change dark-background color back to `cyan'.
25396
25397 2005-06-21 Juri Linkov <juri@jurta.org>
25398
25399 * faces.el (face-user-default-spec): Try getting `customized-face'
25400 prior to `saved-face'.
25401 (frame-background-mode): Refill docstring.
25402
25403 * emacs-lisp/lisp-mode.el (eval-defun-1):
25404 * emacs-lisp/edebug.el (edebug-eval-defun):
25405 Set `saved-face' temporarily to nil before calling form.
25406 Set `customized-face' to the new spec after that.
25407
25408 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25409
25410 * subr.el (1value, lambda, key-substitution-in-progress):
25411 Doc fixes.
25412
25413 * autoinsert.el (auto-insert-alist):
25414 * ses.el (ses-call-printer):
25415 * subr.el (noreturn):
25416 * emacs-lisp/lisp.el (check-parens):
25417 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25418 * net/browse-url.el (browse-url-mosaic):
25419 * progmodes/cc-defs.el (c-safe-scan-lists):
25420 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25421 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25422 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25423 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25424 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25425 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25426
25427 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25428
25429 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25430
25431 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25432
25433 * calendar/appt.el (appt-make-list): Activate the package, if
25434 not already active (for backwards compatibility).
25435
25436 2005-06-20 Kim F. Storm <storm@cua.dk>
25437
25438 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25439
25440 2005-06-20 Miles Bader <miles@gnu.org>
25441
25442 * faces.el (vertical-divider): New face.
25443
25444 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25445
25446 * simple.el (kill-whole-line): Doc fix.
25447 (next-error-buffer-p, next-error-find-buffer)
25448 (clone-indirect-buffer): Fix typos in docstrings.
25449 (comment-line-break-function): Doc fix: don't say variable
25450 is automatically buffer-local (it isn't).
25451
25452 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25453
25454 * net/tramp-ftp.el (top):
25455 * net/tramp-smb.el (top):
25456 * net/tramp-util.el (top):
25457 * net/tramp-uu.el (top):
25458 * net/tramp-vc.el (top):
25459 * net/tramp.el (top): Revert copyright years back to original
25460 ones. Tramp has a life outside GNU Emacs.
25461
25462 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25463
25464 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25465
25466 2005-06-18 Juri Linkov <juri@jurta.org>
25467
25468 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25469 end of first regexp to limit the match to the position between
25470 line number and source line with same separator character as used
25471 between file name and line number. In the second regexp limit
25472 mouse-face area to file name and line number by adding new group
25473 for them and referring it in HYPERLINK arg.
25474 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25475 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25476 previous line where grep markers may be already removed.
25477
25478 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25479
25480 * progmodes/ps-mode.el: Update version and maintainer's email address.
25481
25482 2005-06-18 Steve Youngs <steve@xemacs.org>
25483
25484 * net/browse-url.el (browse-url-browser-function)
25485 (browse-url-default-browser): Add firefox.
25486 (browse-url-firefox-program, browse-url-firefox-arguments)
25487 (browse-url-firefox-startup-arguments)
25488 (browse-url-firefox-new-window-is-tab): New defcustoms.
25489 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25490
25491 2005-06-17 Richard M. Stallman <rms@gnu.org>
25492
25493 * startup.el (command-line): Warn if specified user name has
25494 no home directory.
25495
25496 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25497 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25498
25499 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25500 Doc fixes.
25501
25502 * faces.el (underline): Try bold if terminal doesn't support underline.
25503
25504 * mail/sendmail.el (mail-setup-with-from): New variable.
25505 (mail-insert-from-field): New function.
25506 (sendmail-send-it): Call it.
25507 (mail-setup): Optionally call it here.
25508
25509 * term/linux.el: Call tty-no-underline.
25510
25511 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25512
25513 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25514
25515 2005-06-17 Miles Bader <miles@gnu.org>
25516
25517 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25518 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25519 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25520 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25521 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25522 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25523 Remove "-face" suffix from face names.
25524 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25525 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25526 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25527 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25528 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25529 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25530 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25531 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25532 New backward-compatibility aliases for renamed faces.
25533 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25534 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25535 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25536 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25537 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25538 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25539 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25540 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25541 Use renamed ediff faces.
25542
25543 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25544 Remove "-face" suffix from face names.
25545 (eshell-test-ok-face, eshell-test-failed-face):
25546 New backward-compatibility aliases for renamed faces.
25547 (eshell-run-test): Use renamed eshell-test faces.
25548
25549 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25550 face name.
25551 (eshell-prompt-face): New backward-compatibility alias for renamed
25552 face.
25553 (eshell-emit-prompt): Use renamed eshell-prompt face.
25554
25555 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25556 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25557 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25558 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25559 Remove "-face" suffix from face names.
25560 (eshell-ls-directory-face, eshell-ls-symlink-face)
25561 (eshell-ls-executable-face, eshell-ls-readonly-face)
25562 (eshell-ls-unreadable-face, eshell-ls-special-face)
25563 (eshell-ls-missing-face, eshell-ls-archive-face)
25564 (eshell-ls-backup-face, eshell-ls-product-face)
25565 (eshell-ls-clutter-face):
25566 New backward-compatibility aliases for renamed faces.
25567 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25568
25569 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25570 Remove "-face" suffix from face name.
25571 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25572 instead of literal face.
25573
25574 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25575
25576 * emacs-lisp/warnings.el (display-warning, lwarn)
25577 (warning-minimum-log-level): Doc fixes.
25578 (warning-minimum-level, warning-minimum-log-level):
25579 Add :debug to :type choices.
25580
25581 * progmodes/ada-mode.el (ada-format-paramlist)
25582 (ada-get-indent-case, ada-check-matching-start)
25583 (ada-check-defun-name, ada-goto-matching-decl-start)
25584 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25585 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25586 (ada-make-subprogram-body): Follow error conventions.
25587 (ada-case-exception-file, ada-indent-comment-as-code)
25588 (ada-indent-handle-comment-special, ada-indent-renames)
25589 (ada-indent-return, ada-search-directories-internal)
25590 (ada-tab-policy, ada-case-exception-substring)
25591 (ada-other-file-alist, ada-matching-start-re)
25592 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25593 (ada-imenu-generic-expression, ada-compile-goto-error)
25594 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25595 (ada-popup-menu, ada-add-extensions, ada-mode)
25596 (ada-region-selected, ada-create-case-exception)
25597 (ada-create-case-exception-substring, ada-after-keyword-p)
25598 (ada-activate-keys-for-case, ada-adjust-case-region)
25599 (ada-adjust-case-buffer, ada-format-paramlist)
25600 (ada-scan-paramlist, ada-insert-paramlist)
25601 (ada-indent-newline-indent)
25602 (ada-indent-newline-indent-conditional)
25603 (ada-justified-indent-current, ada-goto-previous-word)
25604 (ada-indent-current, ada-get-indent-open-paren)
25605 (ada-get-indent-paramlist, ada-get-indent-end)
25606 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25607 (ada-get-indent-block-start, ada-get-indent-subprog)
25608 (ada-get-indent-noindent, ada-get-indent-label)
25609 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25610 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25611 (ada-goto-stmt-end, ada-goto-next-word)
25612 (ada-check-matching-start, ada-check-defun-name)
25613 (ada-goto-matching-decl-start, ada-goto-matching-start)
25614 (ada-goto-matching-end, ada-search-ignore-string-comment)
25615 (ada-in-decl-p, ada-looking-at-semi-or)
25616 (ada-looking-at-semi-private, ada-in-paramlist-p)
25617 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25618 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25619 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25620 (ada-previous-package, ada-create-menu)
25621 (ada-fill-comment-paragraph-justify)
25622 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25623 (ada-other-file-name, ada-last-which-function-line)
25624 (ada-last-which-function-subprog, ada-which-function)
25625 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25626 (ada-gen-treat-proc, ada-check-emacs-version)
25627 (ada-continuation-indent, ada-align-region-separate):
25628 Fix typos in docstrings.
25629 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25630
25631 2005-06-16 Lute Kamstra <lute@gnu.org>
25632
25633 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25634 conditionally.
25635
25636 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25637
25638 * comint.el (comint-replace-by-expanded-filename)
25639 (comint-prompt-regexp, comint-delimiter-argument-list)
25640 (comint-preinput-scroll-to-bottom):
25641 * info.el (Info-hide-cookies-node):
25642 * ls-lisp.el (ls-lisp-classify):
25643 * find-file.el (ff-search-directories, ff-special-constructs)
25644 (ff-find-other-file):
25645 * font-lock.el (font-lock-keywords):
25646 * shell.el (shell-prompt-pattern)
25647 (shell-dynamic-complete-functions, shell-mode)
25648 (shell-delimiter-argument-list):
25649 * term.el (term-replace-by-expanded-filename)
25650 (term-prompt-regexp, term-delimiter-argument-list):
25651 * woman.el (woman-ignore, woman0-if):
25652 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25653 * emacs-lisp/elint.el (elint-init-env):
25654 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25655 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25656 * language/ethio-util.el (ethio-tilde-escape)
25657 (ethio-use-three-dot-question):
25658 * net/zone-mode.el (zone-mode-load-time-setup):
25659 * progmodes/cc-align.el (c-lineup-argcont):
25660 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25661 * progmodes/cperl-mode.el (cperl-set-style-back):
25662 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25663 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25664 Fix spellings in docstrings.
25665
25666 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25667 * progmodes/modula2.el (m2-for): Fix spellings.
25668
25669 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25670
25671 * simple.el (undo-more): Don't use `format' on `error' arguments.
25672 Improve argument/docstring consistency.
25673 (pending-undo-list): Doc fix.
25674
25675 * smerge-mode.el (smerge-ensure-match):
25676 * emulation/vip.el (vip-ex):
25677 * net/zone-mode.el (zone-mode-update-serial):
25678 * progmodes/idlwave.el (idlwave-complete):
25679 * progmodes/vhdl-mode.el (vhdl-visit-file)
25680 (vhdl-compose-wire-components):
25681 Don't use `format' on `error' arguments.
25682
25683 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25684 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25685 (tooltip-help-tips): Fix typos in docstrings.
25686
25687 2005-06-16 David Ponce <david@dponce.com>
25688
25689 * tree-widget.el (tree-widget-value-create): Simplify last change.
25690
25691 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25692
25693 * ido.el (ido-incomplete-regexp): New variable.
25694 (ido-set-matches-1): Handle invalid-regexp error and set
25695 ido-incomplete-regexp.
25696 (ido-incomplete-regexp): New face.
25697 (ido-completions): Use it.
25698 (ido-complete, ido-exit-minibuffer, ido-completions):
25699 Handle incomplete regexps.
25700 (ido-completions): Add check for complete match when entering a regexp.
25701
25702 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25703
25704 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25705
25706 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25707
25708 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25709 by field delimiters.
25710
25711 2005-06-15 David Ponce <david@dponce.com>
25712
25713 * tree-widget.el: eval-and-compile inlined functions so they will
25714 be available at run-time too.
25715 (tree-widget-super-format-handler)
25716 (tree-widget-format-handler): Remove.
25717 (tree-widget-value-create): Handle the :indent property.
25718
25719 2005-06-15 Miles Bader <miles@gnu.org>
25720
25721 * progmodes/which-func.el (which-func): Only inherit
25722 `font-lock-function-name-face' when that makes sense against the
25723 default mode-line face, otherwise set the face color explicitly.
25724
25725 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25726 faces instead of (non-existent) variables.
25727
25728 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25729
25730 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25731 (iswitchb-get-matched-buffers): Likewise. Simplify.
25732
25733 2005-06-14 Miles Bader <miles@gnu.org>
25734
25735 * progmodes/ld-script.el (ld-script-location-counter):
25736 Remove "-face" suffix from face name.
25737 (ld-script-location-counter-face):
25738 New backward-compatibility alias for renamed face.
25739 (ld-script-location-counter-face): Use renamed face.
25740
25741 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25742 (cperl-hash): Remove "-face" suffix from face names.
25743 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25744 New backward-compatibility aliases for renamed faces.
25745 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25746 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25747
25748 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25749 name.
25750 (which-func-face): New backward-compatibility alias for renamed face.
25751 (which-func-format): Use renamed which-func face.
25752
25753 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25754 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25755 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25756 names.
25757 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25758 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25759 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25760 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25761 (vhdl-speedbar-architecture-selected)
25762 (vhdl-speedbar-configuration-selected)
25763 (vhdl-speedbar-package-selected)
25764 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25765 names.
25766 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25767 Use renamed faces.
25768 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25769 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25770 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25771 Use renamed faces.
25772 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25773 names.
25774 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25775 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25776 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25777 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25778 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25779 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25780
25781 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25782 face name.
25783 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25784 (sh-heredoc-face): Use renamed sh-heredoc face.
25785
25786 * progmodes/idlw-help.el (idlwave-help-link):
25787 Remove "-face" suffix from face name.
25788 (idlwave-help-link-face):
25789 New backward-compatibility alias for renamed face.
25790 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25791
25792 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25793 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25794 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25795 New backward-compatibility aliases for renamed faces.
25796 (idlwave-shell-disabled-breakpoint-face)
25797 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25798
25799 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25800 Remove "-face" suffix from face names.
25801 (flymake-errline-face, flymake-warnline-face):
25802 New backward-compatibility aliases for renamed faces.
25803 (flymake-highlight-line): Use renamed flymake faces.
25804
25805 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25806 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25807 (ebrowse-member-class, ebrowse-progress):
25808 Remove "-face" suffix from face names.
25809 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25810 (ebrowse-file-name-face, ebrowse-default-face)
25811 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25812 (ebrowse-progress-face):
25813 New backward-compatibility aliases for renamed faces.
25814 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25815 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25816 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25817 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25818
25819 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
25820 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25821 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25822 names.
25823 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25824 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25825 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25826 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25827 backward-compatibility aliases for renamed faces.
25828 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25829 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25830 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25831 remove "font-lock-". Use renamed antlr-mode faces.
25832 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25833 literal face-names with face variable references.
25834
25835 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25836 face name.
25837 (Buffer-menu-buffer-face): New backward-compatibility alias for
25838 renamed face.
25839 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25840
25841 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25842
25843 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25844 Eliminate "-face" suffix.
25845 (makefile-targets): Inherit from font-lock-function-name-face and
25846 eliminate "-face" suffix.
25847 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25848 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25849 actions, instead of prepending, to make it less visible.
25850 (makefile-previous-dependency, makefile-match-dependency):
25851 Don't match a target on a continuation line.
25852
25853 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25854
25855 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25856
25857 * progmodes/gdb-ui.el (menu): Re-order menu items.
25858 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25859
25860 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25861 Define in tooltip.el.
25862 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25863 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25864 gud-tooltip-echo-area.
25865
25866 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25867 backward compatibility and make obsolete.
25868 (tooltip-help-tips): Use tooltip-use-echo-area.
25869 (tooltip-show-help-function): Rename to...
25870 (tooltip-show-help): ...this, because it is a function.
25871 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25872
25873 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25874
25875 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25876 (edebug-print-length, edebug-print-level, edebug-print-circle)
25877 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25878 (edebug-eval-print-last-sexp): Doc fixes.
25879
25880 2005-06-14 Kim F. Storm <storm@cua.dk>
25881
25882 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25883 as the coverage buffer/file/both may change.
25884
25885 2005-06-14 Lute Kamstra <lute@gnu.org>
25886
25887 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25888 and run-mode-hooks. Simplify.
25889
25890 * mail/rmailedit.el (rmail-edit-mode):
25891 * progmodes/octave-inf.el (inferior-octave-mode):
25892 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25893
25894 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25895 and run-mode-hooks.
25896 (recentf-edit-list, recentf-open-files): Don't call
25897 kill-all-local-variables directly.
25898
25899 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25900
25901 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25902
25903 * emacs-lisp/byte-run.el (make-obsolete)
25904 (define-obsolete-function-alias): Rename arguments FUNCTION and
25905 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25906 (make-obsolete-variable, define-obsolete-variable-alias):
25907 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25908 respectively.
25909
25910 * isearchb.el (isearchb-activate):
25911 * pcvs.el (cvs-mode):
25912 * ses.el (ses-load):
25913 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25914 * net/tramp.el (tramp-find-file-exists-command)
25915 (tramp-find-shell):
25916 * progmodes/ada-mode.el (ada-create-case-exception)
25917 (ada-create-case-exception-substring, ada-make-subprogram-body):
25918 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25919 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25920 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25921 * textmodes/org.el (org-promote, org-evaluate-time-range)
25922 (org-agenda-next-date-line, org-agenda-previous-date-line)
25923 (org-agenda-error, org-open-at-point, org-table-move-row)
25924 (org-format-table-table-html-using-table-generate-source)
25925 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
25926 * textmodes/reftex.el (reftex-access-scan-info):
25927 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
25928 (reftex-toc-promote-prepare): Follow error conventions.
25929
25930 * diff-mode.el (diff-mode): Fix typo in docstring.
25931
25932 * forms.el (forms--intuit-from-file): Fix reference to
25933 `forms-number-of-fields' in error message.
25934 (forms-print): Fix quoting in error message.
25935
25936 * forms.el (forms-mode):
25937 * emulation/vi.el (vi-goto-insert-state):
25938 * progmodes/flymake.el (flymake-new-err-info)
25939 (flymake-start-syntax-check-for-current-buffer)
25940 (flymake-simple-cleanup):
25941 * eshell/esh-var.el (eshell/export):
25942 * progmodes/gud.el (xdb):
25943 * textmodes/flyspell.el (flyspell-incorrect-hook)
25944 (flyspell-maybe-correct-transposition)
25945 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
25946
25947 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
25948
25949 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
25950 minibuffer prompt.
25951
25952 2005-06-13 Kim F. Storm <storm@cua.dk>
25953
25954 * subr.el (add-to-ordered-list): New defun.
25955
25956 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
25957 add cua--keymap-alist to emulation-mode-map-alists.
25958
25959 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
25960
25961 * subr.el (complete-in-turn): New macro.
25962 (dynamic-completion-table, lazy-completion-table): Add debug info.
25963
25964 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
25965 in preference to face aliases.
25966
25967 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
25968 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
25969 Remove unused vars `start' and `firstline'.
25970 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
25971 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
25972
25973 2005-06-13 Eli Zaretskii <eliz@gnu.org>
25974
25975 * cus-start.el (all): Don't complain about missing GTK-related
25976 variables, unless either `gtk' is boundp or this isn't a
25977 `windows-nt' build.
25978
25979 2005-06-13 Lute Kamstra <lute@gnu.org>
25980
25981 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
25982 run-mode-hooks.
25983
25984 * ediff-mult.el (ediff-meta-mode):
25985 * ediff-util.el (ediff-mode): Use run-mode-hooks.
25986
25987 * ledit.el (ledit-mode): Use delay-mode-hooks.
25988
25989 * woman.el (woman-mode-line-format): Delete constant.
25990 (woman-mode-map): Initialize it properly.
25991 (woman-mode): Set mode-class property to special.
25992 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
25993 Set major-mode and mode-name. Don't set mode-line-format directly.
25994 (Man-getpage-in-background): Don't reference woman-mode-line-format.
25995
25996 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
25997 string argument obsolete.
25998
25999 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26000
26001 * textmodes/org.el (org-CUA-compatible): New option.
26002 (org-disputed-keys): New variable.
26003 (org-key): New function.
26004 (orgtbl-make-binding): Add docstring to the created function.
26005 (org-mode): Set paragraph start/separate regexps.
26006 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26007 (org-archive-location, org-archive-mark-done)
26008 (org-archive-stamp-time): New options.
26009 (org-archive-subtree): New command.
26010 (org-fill-paragraph): New function.
26011 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26012 (org-fake-empty-table-line): Function removed.
26013 (org-format-org-table-html): Do not create empty table lines at
26014 separator lines. Improved table header treatment.
26015 (org-link-format): New option.
26016 (org-make-link): New function.
26017 (org-insert-link, org-store-link): Use org-make-link.
26018 (org-open-file): Quote file name for shell command, to allow
26019 spaces in file names.
26020 (org-link-regexp): Fix bug with mailto link.
26021 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26022 New constants.
26023 (org-export-as-html): Deal with the optional angles around a link.
26024 Better treatment of file: links.
26025 (org-open-at-point): Replace @{ and @} with < and >.
26026 (org-run-mode-hooks): Function removed.
26027 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26028
26029 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26030
26031 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26032 MI command -data-list-register-values.
26033 (gdb-post-prompt): Indent properly.
26034
26035 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26036
26037 * hilit-chg.el (highlight-changes-colors): Rename from
26038 `highlight-changes-colours'.
26039 (highlight-changes-colours): Keep as obsolete alias.
26040 (highlight-changes-face-list): Doc fix.
26041 (hilit-chg-make-list): Use `highlight-changes-colors'.
26042
26043 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26044
26045 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26046 defun-prompt-regexp.
26047
26048 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26049
26050 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26051 and cygwin.
26052
26053 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26054 Don't use an old loaddefs.el, as in Makefile.in.
26055
26056 2005-06-12 Lute Kamstra <lute@gnu.org>
26057
26058 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26059
26060 * man.el (Man-mode-map): Initialize it properly.
26061 (Man-mode): Set mode-class property to special.
26062
26063 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26064
26065 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26066
26067 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26068 A newline is needed in the docstring there.
26069
26070 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26071 Doc fixes.
26072
26073 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26074
26075 * printing.el: Doc fix. The menubar is no more changed when printing
26076 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26077 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26078 (pr-version): New version number (6.8.4).
26079 (pr-menu-bind): New command.
26080 (pr-update-menus): Docstring and code fix.
26081 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26082 Docstring fix.
26083 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26084 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26085
26086 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26087
26088 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26089 "Returns" to "return", document useful return values, etc.
26090
26091 2005-06-11 Alan Mackenzie <acm@muc.de>
26092
26093 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26094 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26095 (adaptive-file-function): Minor amendment to doc-string.
26096
26097 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26098
26099 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26100 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26101 Fix :type--it is `integer', not `string'.
26102
26103 * faces.el (modeline-highlight): Rename from (the erroneous)
26104 `modeline-higilight'.
26105
26106 2005-06-11 Lute Kamstra <lute@gnu.org>
26107
26108 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26109 lisp-interaction-mode-map but make it the parent.
26110 (edebug-eval-mode): Use define-derived-mode.
26111
26112 2005-06-11 Andreas Schwab <schwab@suse.de>
26113
26114 * bindings.el: Add binding of `ESC functionkey' for every
26115 `M-functionkey'.
26116 * hexl.el (hexl-mode-map): Likewise.
26117
26118 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26119
26120 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26121 [msft]: update regexp for newer msft compilers.
26122
26123 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26124
26125 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26126 ATTLIST portions of included DTDs.
26127 (xml-parse-dtd): Eliminate use of inefficient match-data.
26128
26129 2005-06-10 Miles Bader <miles@gnu.org>
26130
26131 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26132 (mpuz-text): Remove "-face" suffix from face names.
26133 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26134 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26135 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26136
26137 * play/gomoku.el (gomoku-O, gomoku-X):
26138 Remove "-face" suffix from face names.
26139 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26140 New backward-compatibility aliases for renamed faces.
26141 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26142
26143 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26144
26145 * thumbs.el: Fixes for changes of 2005-06-09.
26146 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26147 as a directory.
26148 (thumbs-thumbname): Remove directory separator from format string;
26149 `thumbs-thumbsdir' now returns a valid directory name.
26150 (thumbs-temp-dir): New defsubst.
26151 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26152 Use it.
26153
26154 * cus-edit.el (minibuffer):
26155 * files.el (make-backup-file-name-function):
26156 * filesets.el (filesets-external-viewers):
26157 * hilit-chg.el (highlight-changes-colours)
26158 (highlight-changes-face-list, highlight-changes-rotate-faces):
26159 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26160 * kmacro.el (kmacro-call-macro):
26161 * log-edit.el (log-edit-changelog-full-paragraphs):
26162 * mouse.el (mouse-1-click-follows-link):
26163 * skeleton.el (skeleton-autowrap):
26164 * subr.el (insert-for-yank-1):
26165 * tempo.el (tempo-insert-region):
26166 * terminal.el (terminal-emulator):
26167 * time.el (display-time-mail-face):
26168 * vc.el (vc-annotate):
26169 * vcursor.el (vcursor-copy-line):
26170 * woman.el (woman-bold-headings, woman-ignore)
26171 (woman-default-faces, woman-monochrome-faces):
26172 * calendar/todo-mode.el (todo-insert-threshold):
26173 * emulation/pc-select.el (pc-select-selection-keys-only)
26174 (pc-selection-mode):
26175 * emulation/vip.el (vip-find-char-forward):
26176 * emulation/viper-cmd.el (viper-find-char-forward):
26177 * international/mule-cmds.el
26178 (select-safe-coding-system-accept-default-p)
26179 (input-method-exit-on-invalid-key):
26180 * international/mule-diag.el (describe-coding-system):
26181 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26182 * net/browse-url.el (browse-url-xterm-program):
26183 * obsolete/lazy-lock.el (lazy-lock-mode):
26184 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26185 (cperl-mode):
26186 * progmodes/cpp.el (cpp-face-light-name-list)
26187 (cpp-face-dark-name-list):
26188 * progmodes/delphi.el (delphi-newline-always-indents):
26189 Fix spellings in docstrings.
26190
26191 * ido.el (ido-mode, ido-file-extensions-order)
26192 (ido-default-file-method, ido-default-buffer-method)
26193 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26194 (ido-decorations, ido-read-file-name-as-directory-commands)
26195 (ido-read-file-name-non-ido, ido-work-directory-list)
26196 (ido-ignore-item-temp-list, ido-current-directory)
26197 (ido-magic-forward-char, ido-enter-find-file)
26198 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26199 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26200
26201 2005-06-10 Lute Kamstra <lute@gnu.org>
26202
26203 * play/dunnet.el (dun-mode): Use define-derived-mode.
26204 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26205 obsolete alias.
26206
26207 * play/doctor.el (doctor-mode-map): Remove defvar.
26208 (doctor-mode): Use define-derived-mode.
26209
26210 * mail/mspools.el (mspools-mode):
26211 * net/eudc-hotlist.el (eudc-hotlist-mode):
26212 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26213
26214 2005-06-10 Miles Bader <miles@gnu.org>
26215
26216 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26217 Remove "-face" suffix from face names.
26218 (flyspell-incorrect-face, flyspell-duplicate-face):
26219 New backward-compatibility aliases for renamed faces.
26220 (flyspell-mode-on, make-flyspell-overlay)
26221 (flyspell-highlight-incorrect-region)
26222 (flyspell-highlight-duplicate-region)
26223 (flyspell-display-next-corrections)
26224 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26225
26226 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26227 from face name.
26228 (texinfo-heading-face): New backward-compatibility alias for
26229 renamed face.
26230 (texinfo-heading-face): Use renamed texinfo-heading face.
26231
26232 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26233 suffix from face names.
26234 (tex-math-face, tex-verbatim-face):
26235 New backward-compatibility aliases for renamed faces.
26236 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26237 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26238 literal face name.
26239
26240 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26241 name.
26242 (table-cell-face): New backward-compatibility alias for renamed face.
26243 (table--put-cell-face-property, table--update-cell-face):
26244 Use renamed table-cell face.
26245
26246 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26247 from face name.
26248 (sgml-namespace-face): New backward-compatibility alias for
26249 renamed face.
26250 (sgml-namespace-face): Use renamed sgml-namespace face.
26251
26252 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26253 (org-level-4, org-level-5, org-level-6, org-level-7)
26254 (org-level-8, org-warning, org-headline-done)
26255 (org-deadline-announce, org-scheduled-today)
26256 (org-scheduled-previously, org-link, org-done, org-table)
26257 (org-time-grid): Remove "-face" suffix from face names.
26258 (org-level-1-face, org-level-2-face, org-level-3-face)
26259 (org-level-4-face, org-level-5-face, org-level-6-face)
26260 (org-level-7-face, org-level-8-face, org-warning-face)
26261 (org-headline-done-face, org-deadline-announce-face)
26262 (org-scheduled-today-face, org-scheduled-previously-face)
26263 (org-link-face, org-done-face, org-table-face)
26264 (org-time-grid-face):
26265 New backward-compatibility aliases for renamed faces.
26266 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26267 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26268 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26269 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26270
26271 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26272 (viper-minibuffer-emacs, viper-minibuffer-insert)
26273 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26274 (viper-search-face, viper-replace-overlay-face)
26275 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26276 (viper-minibuffer-vi-face):
26277 New backward-compatibility aliases for renamed faces.
26278 (viper-search-face, viper-replace-overlay-face)
26279 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26280 (viper-minibuffer-vi-face): Use renamed viper faces.
26281
26282 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26283 Remove "-face" suffix from face names.
26284 (testcover-nohits-face, testcover-1value-face):
26285 New backward-compatibility aliases for renamed faces.
26286 (testcover-mark): Use renamed testcover faces.
26287
26288 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26289 face name.
26290 (diary-button-face): New backward-compatibility alias for renamed face.
26291 (diary-entry): Use renamed diary-button face.
26292
26293 * calendar/calendar.el (diary, calendar-today, holiday)
26294 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26295 (diary-face, calendar-today-face, holiday-face):
26296 New backward-compatibility aliases for renamed faces.
26297 (eval-after-load "facemenu", diary-entry-marker)
26298 (calendar-today-marker, calendar-holiday-marker, diary-face):
26299 Use renamed calendar faces.
26300
26301 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26302 (compare-windows-face): New backward-compatibility alias for
26303 renamed face.
26304 (compare-windows-highlight): Use renamed compare-windows face.
26305
26306 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26307 (strokes-char-face): New backward-compatibility alias for renamed face.
26308 (strokes-encode-buffer): Use renamed strokes-char face.
26309
26310 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26311 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26312 Remove "-face" suffix from face names.
26313 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26314 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26315 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26316 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26317 Use renamed pcvs faces.
26318 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26319 * pcvs-defs.el (cvs-mode-map): Likewise.
26320 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26321
26322 * info.el (info-title-1, info-title-2, info-title-3)
26323 (info-title-4): Remove "-face" suffix from and downcase face names.
26324 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26325 (Info-title-4-face):
26326 New backward-compatibility aliases for renamed faces.
26327 (Info-fontify-node): Use renamed info faces.
26328
26329 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26330 Remove "-face" suffix from face names.
26331 (highlight-changes-face, highlight-changes-delete-face):
26332 New backward-compatibility aliases for renamed faces.
26333 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26334 (hilit-chg-make-list): Use renamed highlight-changes faces.
26335
26336 * generic-x.el (show-tabs-tab, show-tabs-space):
26337 Remove "-face" suffix from face names.
26338 (show-tabs-tab-face, show-tabs-space-face):
26339 New backward-compatibility aliases for renamed faces.
26340 (show-tabs-generic-mode-font-lock-defaults-1)
26341 (show-tabs-generic-mode-font-lock-defaults-2):
26342 Use renamed show-tabs faces.
26343
26344 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26345 (smerge-markers): Remove "-face" suffix from face names.
26346 (smerge-mine-face, smerge-other-face, smerge-base-face)
26347 (smerge-markers-face):
26348 New backward-compatibility aliases for renamed faces.
26349 (smerge-mine-face, smerge-other-face, smerge-base-face)
26350 (smerge-markers-face): Use renamed smerge faces.
26351
26352 * log-view.el (log-view-file, log-view-message): Remove "-face"
26353 suffix from face names.
26354 (log-view-file-face, log-view-message-face):
26355 New backward-compatibility aliases for renamed faces.
26356 (log-view-file-face, log-view-message-face): Use renamed log-view
26357 faces.
26358
26359 * paren.el (show-paren-match, show-paren-mismatch):
26360 Remove "-face" suffix from face names.
26361 (show-paren-match-face, show-paren-mismatch-face):
26362 New backward-compatibility aliases for renamed faces.
26363 (show-paren-function): Use renamed show-paren faces.
26364
26365 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26366 (ruler-mode-margins, ruler-mode-fringes)
26367 (ruler-mode-column-number, ruler-mode-fill-column)
26368 (ruler-mode-comment-column, ruler-mode-goal-column)
26369 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26370 suffix from face names.
26371 (ruler-mode-default-face, ruler-mode-pad-face)
26372 (ruler-mode-margins-face, ruler-mode-fringes-face)
26373 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26374 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26375 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26376 New backward-compatibility aliases for renamed faces.
26377 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26378 (ruler-mode-column-number, ruler-mode-fill-column)
26379 (ruler-mode-comment-column, ruler-mode-goal-column)
26380 (ruler-mode-tab-stop, ruler-mode-current-column)
26381 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26382 faces.
26383
26384 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26385 face name.
26386 (whitespace-highlight-the-space): Use renamed face.
26387 (whitespace-highlight-face): New backward-compatibility alias for
26388 renamed face.
26389
26390 * woman.el (woman-italic, woman-bold, woman-unknown)
26391 (woman-addition, woman-symbol-face):
26392 Remove "-face" suffix from face names.
26393 (woman-italic-face, woman-bold-face, woman-unknown-face)
26394 (woman-addition-face):
26395 New backward-compatibility aliases for renamed faces.
26396 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26397 (woman-decode-region, woman-replace-match)
26398 (woman-display-extended-fonts, woman-special-characters)
26399 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26400 Use renamed woman faces.
26401
26402 * longlines.el (longlines-visible-face): Face removed.
26403
26404 * diff-mode.el (diff-header, diff-file-header, diff-index)
26405 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26406 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26407 suffix from face names.
26408 (diff-header-face, diff-file-header-face, diff-index-face)
26409 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26410 (diff-changed-face, diff-function-face, diff-context-face)
26411 (diff-nonexistent-face): New backward-compatibility aliases for
26412 renamed faces.
26413 (diff-header-face, diff-file-header-face)
26414 (diff-index, diff-index-face, diff-hunk-header)
26415 (diff-hunk-header-face, diff-removed, diff-removed-face)
26416 (diff-added, diff-added-face, diff-changed-face, diff-function)
26417 (diff-function-face, diff-context-face, diff-nonexistent)
26418 (diff-nonexistent-face): Use renamed diff-mode faces.
26419
26420 * progmodes/compile.el (compilation-warning-face)
26421 (compilation-info-face): Remove "-face" suffix from face names.
26422 (compilation-warning-face, compilation-info-face):
26423 New backward-compatibility aliases for renamed faces.
26424 (compilation-warning-face, compilation-info-face):
26425 Use renamed compilation faces.
26426
26427 * add-log.el (change-log-date, change-log-name)
26428 (change-log-email, change-log-file, change-log-list)
26429 (change-log-conditionals, change-log-function)
26430 (change-log-acknowledgement): Remove "-face" suffix from face names.
26431 (change-log-date-face, change-log-name-face)
26432 (change-log-email-face, change-log-file-face)
26433 (change-log-list-face, change-log-conditionals-face)
26434 (change-log-function-face, change-log-acknowledgement-face):
26435 New backward-compatibility aliases for renamed faces.
26436 (change-log-font-lock-keywords): Use renamed change-log faces.
26437
26438 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26439 (custom-set, custom-changed, custom-saved, custom-button)
26440 (custom-button-pressed, custom-documentation, custom-state)
26441 (custom-comment, custom-comment-tag, custom-variable-tag)
26442 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26443 (custom-group-tag): Remove "-face" suffix from face names.
26444 (custom-magic-alist, custom-magic-value-create)
26445 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26446 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26447 (custom-set-face, custom-changed-face, custom-saved-face)
26448 (custom-button-face, custom-button-pressed-face)
26449 (custom-documentation-face, custom-state-face)
26450 (custom-comment-face, custom-comment-tag-face)
26451 (custom-variable-tag-face, custom-variable-button-face)
26452 (custom-face-tag-face, custom-group-tag-face-1)
26453 (custom-group-tag-face):
26454 New backward-compatibility aliases for renamed faces.
26455
26456 * wid-edit.el (widget-documentation, widget-button)
26457 (widget-field, widget-single-line-field, widget-inactive)
26458 (widget-button-pressed): "-face" suffix removed from face names.
26459 (widget-documentation-face, widget-button-face)
26460 (widget-field-face, widget-single-line-field-face)
26461 (widget-inactive-face, widget-button-pressed-face):
26462 New backward-compatibility aliases for renamed faces.
26463 (widget-documentation-face, widget-button-face)
26464 (widget-button-pressed-face, widget-specify-field)
26465 (widget-specify-inactive): Use renamed widget faces.
26466
26467 2005-06-10 Kenichi Handa <handa@m17n.org>
26468
26469 * term/x-win.el (x-clipboard-yank): Remove condition-case
26470 wrapping.
26471
26472 2005-06-11 Kenichi Handa <handa@m17n.org>
26473
26474 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26475 date lines stricter.
26476
26477 2005-06-10 Zhang Wei <id.brep@gmail.com>
26478
26479 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26480 of x-get-selection.
26481
26482 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26483
26484 * comint.el (comint-mode, comint-snapshot-last-prompt):
26485 * frame.el (frame-current-scroll-bars):
26486 * term.el (term-mode, term-check-proc, term-input-sender)
26487 (term-simple-send, term-extract-string, term-word)
26488 (term-match-partial-filename):
26489 * window.el (window-current-scroll-bars):
26490 * emulation/cua-base.el (cua-normal-cursor-color)
26491 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26492 (cua-global-mark-cursor-color):
26493 * mail/undigest.el (rmail-forward-separator-regex):
26494 Fix typos in docstrings.
26495
26496 * comint.el (comint-check-proc, make-comint-in-buffer)
26497 (comint-source-default): Doc fixes.
26498
26499 * term.el (term-send-string): Improve argument/docstring consistency.
26500
26501 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26502
26503 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26504 call to `delete-region'.
26505 (comint-mode-hook): Do not enable Font Lock by default.
26506
26507 2005-06-09 Lute Kamstra <lute@gnu.org>
26508
26509 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26510 could be void.
26511
26512 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26513
26514 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26515 (debug): Use it.
26516 (debugger-step-through, debugger-continue, debugger-jump)
26517 (debugger-return-value): Set it when needed.
26518 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26519 Use inhibit-read-only.
26520
26521 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26522
26523 * window.el (shrink-window-if-larger-than-buffer)
26524 (window-size-fixed): Fix typo in docstring.
26525
26526 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26527 thumbnails directory on loading.
26528 (thumbs-conversion-program): Use `eq' to check the system type,
26529 not `equal'.
26530 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26531 not "/tmp". Fix docstring.
26532 (thumbs-thumbsdir): New function to return the thumbnails
26533 directory, creating it if needed.
26534 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26535 (thumbs-temp-file): Delete variable and make it into a function.
26536 (thumbs-resize-image, thumbs-modify-image): Use it.
26537 (thumbs-kill-buffer): Simplify.
26538 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26539 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26540 docstrings.
26541
26542 2005-06-09 Kim F. Storm <storm@cua.dk>
26543
26544 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26545 set-match-data to free markers in match-data.
26546
26547 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26548 match-data to unchain markers in match-data.
26549
26550 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26551
26552 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26553 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26554 unnecessary now.
26555
26556 2005-06-08 Richard M. Stallman <rms@gnu.org>
26557
26558 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26559 give the variable a doc string that doesn't say don't set it directly.
26560
26561 * textmodes/ispell.el (ispell-check-version):
26562 Use match-string-no-properties.
26563 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26564 (ispell-buffer-local-words): Likewise.
26565
26566 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26567 except on terminals with enough colors to really display it.
26568 (makefile-dependency-regex): Delete spurious `bb'.
26569
26570 * faces.el (escape-glyph): Use blue once again in last case.
26571 (no-break-space): Redefine so that it isn't invisible on a tty.
26572
26573 2005-06-08 Kim F. Storm <storm@cua.dk>
26574
26575 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26576 also when reading directory name.
26577
26578 2005-06-08 Lute Kamstra <lute@gnu.org>
26579
26580 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26581 (flyspell-mode-line-string): Remove autoload cookie.
26582 (flyspell-mode): Remove defvar.
26583
26584 2005-06-07 Lute Kamstra <lute@gnu.org>
26585
26586 * textmodes/org.el (org-run-mode-hooks): New function.
26587 (org-agenda-mode): Use it.
26588
26589 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26590
26591 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26592
26593 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26594
26595 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26596
26597 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26598
26599 * font-lock.el (font-lock-add-keywords): Doc fix.
26600
26601 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26602
26603 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26604 (tex-compile-default): In the absence of any history, use the order in
26605 tex-compile-alist to choose the preferred command.
26606 (tex-compile-commands): Reorder a bit.
26607
26608 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26609 (flyspell-incorrect-face, flyspell-duplicate-face):
26610 Use (X)Emacs-agnostic code.
26611 (flyspell-mode-map): Don't overwrite at each load. Remove code
26612 redundant with the subsequent add-minor-mode. Merge Emacs and
26613 XEmacs code.
26614 (flyspell-word): Minor simplification.
26615 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26616 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26617 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26618 Merge the corresponding Emacs code.
26619 (flyspell-correct-word, flyspell-xemacs-popup):
26620 Use flyspell-do-correct.
26621
26622 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26623 a dedicated window.
26624
26625 * international/latexenc.el (latexenc-find-file-coding-system):
26626 Undo part of last patch, to turn off a compiler warning.
26627
26628 2005-06-06 Juri Linkov <juri@jurta.org>
26629
26630 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26631 Rename `tmm-inactive-face' to `tmm-inactive'.
26632
26633 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26634
26635 * iswitchb.el: Rename faces.
26636
26637 2005-06-06 Kim F. Storm <storm@cua.dk>
26638
26639 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26640 (cua-global-mark): Remove -face suffix from face names.
26641
26642 * emulation/cua-gmrk.el (cua--init-global-mark):
26643 Remove cua-global-mark face setup.
26644
26645 2005-06-06 Richard M. Stallman <rms@gnu.org>
26646
26647 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26648 just like other allowed characters.
26649 (makefile-match-dependency): Exclude leading and training whitespace
26650 from the range of regexp subexp 1.
26651 (makefile-macroassign-regex): Don't try to match the body,
26652 just the name of the macro being defined.
26653
26654 * info.el (Info-read-node-name-2): New function.
26655 (Info-read-node-name-1): Use that.
26656 Add a completion-base-size-function property.
26657
26658 * simple.el (completion-setup-function): Look for
26659 completion-base-size-function property of minibuffer-completion-table.
26660
26661 * files.el (locate-file-completion): Doc fix.
26662
26663 * printing.el: Don't call pr-update-menus; user must do that.
26664
26665 * emacs-lisp/debug.el (debugger-window): New variable.
26666 (debug): Use debugger-window if it is set and still alive.
26667 Record debugger-window for next entry.
26668
26669 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26670
26671 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26672
26673 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26674 (hack-one-local-variable, hack-local-variables)
26675 (hack-local-variables-prop-line): Pass that arg.
26676
26677 2005-06-06 Kim F. Storm <storm@cua.dk>
26678
26679 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26680 (ido-indicator): Remove -face suffix from face names.
26681
26682 2005-06-06 Juri Linkov <juri@jurta.org>
26683
26684 * font-lock.el (font-lock-regexp-backslash)
26685 (font-lock-regexp-backslash-construct): New faces.
26686 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26687 after `('. Add `while-no-input' to control structures.
26688
26689 * faces.el (no-break-space, shadow): New faces.
26690 (escape-glyph): Use less loud colors pink2 and red4.
26691
26692 * diff-mode.el (diff-context-face)
26693 * dired.el (dired-ignored)
26694 * rfn-eshadow.el (file-name-shadow)
26695 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26696
26697 * info.el (Info-title-1-face): Use green instead of yellow because
26698 bold yellow is not readable on light backgrounds.
26699
26700 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26701 before selecting the desired mode to not spend time fontifying
26702 old contents.
26703
26704 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26705
26706 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26707 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26708
26709 * ps-print.el (ps-default-fg, ps-default-bg):
26710 Fix typos in docstrings.
26711
26712 * isearchb.el (isearchb): Don't pass a spurious second argument to
26713 `iswitchb-completions'.
26714
26715 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26716
26717 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26718 to preserve point.
26719 (gdb-find-file-hook): Add doc string.
26720
26721 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26722 C dereferenced pointer expression.
26723 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26724
26725 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26726
26727 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26728 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26729 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26730 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26731 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26732 Make background transparent.
26733
26734 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26735
26736 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26737 (font-lock-remove-keywords): Doc fix.
26738 (font-lock-mode-major-mode): Compiler defvar.
26739 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26740
26741 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26742 (font-lock-mode): Update `font-lock-mode-major-mode'.
26743 (font-lock-set-defaults): Compiler defvar.
26744 (font-lock-default-function): Take `font-lock-mode-major-mode'
26745 into account.
26746
26747 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26748 keep track of which major mode it enabled the minor mode for.
26749 Use find-file-hook again. Update docstring.
26750
26751 * simple.el (eval-expression-print-level)
26752 (eval-expression-print-length, eval-expression-debug-on-error):
26753 Doc fixes.
26754
26755 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26756
26757 * iswitchb.el (iswitchb-single-match-face)
26758 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26759 (iswitchb-invalid-regexp-face): New faces.
26760 (iswitchb-completions): Use them.
26761 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26762 now marked as an obsolete alias.
26763 (iswitchb-read-buffer): Remove check for bound font variables.
26764 (iswitchb-invalid-regexp): New free variable.
26765 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26766 set iswitchb-invalid-regexp.
26767 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26768 invalid regexps.
26769 (iswitchb-completions): Add check for complete match when entering
26770 a regexp.
26771 (iswitchb-completions): Remove require-match argument.
26772 (iswitchb-exhibit): Fix caller.
26773 (iswitchb-common-match-inserted): New variable.
26774 (iswitchb-complete, iswitchb-completion-help): Use it.
26775
26776 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26777
26778 * url-http.el (url-http-chunked-encoding-after-change-function):
26779 Use `url-http-debug' instead of `message'.
26780
26781 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26782
26783 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26784 callback argument.
26785
26786 2005-06-04 Kim F. Storm <storm@cua.dk>
26787
26788 * simple.el (line-move): Only call sit-for when moving backwards.
26789
26790 * ido.el (ido-make-merged-file-list-1): New defun split from
26791 ido-make-merged-file-list.
26792 (ido-make-merged-file-list): Bind throw-on-input around call to
26793 ido-make-merged-file-list-1. Return input-pending-p if
26794 interrupted by more input available.
26795 (ido-read-internal): Handle input-pending-p return value from
26796 ido-make-merged-file-list.
26797
26798 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26799
26800 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26801 compatibility code.
26802
26803 * international/latexenc.el (latexenc-find-file-coding-system):
26804 Don't inherit the EOL part of the coding-system from the
26805 tex-main buffer. Fit within 80 columns.
26806
26807 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26808
26809 * tmm.el (tmm-inactive-face): New face.
26810 (tmm-remove-inactive-mouse-face): New function.
26811 (tmm-prompt, tmm-add-one-shortcut)
26812 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26813 but not selectable.
26814
26815 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26816
26817 * faces.el (face-equal): Improve argument/docstring consistency.
26818
26819 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26820
26821 * progmodes/make-mode.el (makefile-targets-face)
26822 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26823 (makefile-bsdmake-dependency-regex)
26824 (makefile-makepp-rule-action-regex)
26825 (makefile-bsdmake-rule-action-regex): New constants.
26826 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26827
26828 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26829 Allow (...) within `...' for makepp messages.
26830
26831 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26832
26833 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26834
26835 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26836 "." files are deleted from all file lists before comparison.
26837
26838 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26839 (viper-ESC-key): Made them customizable.
26840
26841 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26842
26843 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26844
26845 * autorevert.el (auto-revert-buffers): Use save-match-data.
26846
26847 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26848
26849 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26850 menu items with a nil command binding.
26851
26852 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26853
26854 * emacs-lisp/cl-macs.el (defsetf):
26855 Improve argument/docstring consistency.
26856
26857 * faces.el (list-faces-display): Improve the formatting by
26858 computing the maximum length required for any face-name (reworked
26859 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26860 (internal-find-face): Remove redundant info in docstring.
26861
26862 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26863
26864 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26865 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26866 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26867 (gdb-assembler-custom): Improve regexps.
26868 (def-gdb-auto-update-handler): Use window point to preserve point.
26869
26870 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26871
26872 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26873
26874 2005-05-31 Jay Belanger <belanger@truman.edu>
26875
26876 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26877 to calc-embedded.
26878 (calc-embedded-make-info): Have plain prefix argument select
26879 entire line.
26880
26881 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26882
26883 * faces.el (list-faces-display): Signal error if passed a regexp
26884 that matches no face name.
26885
26886 * simple.el (filter-buffer-substring): Fix typo in docstring.
26887
26888 2005-05-31 Richard M. Stallman <rms@gnu.org>
26889
26890 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26891 (vhdl-emacs-21): Doc fix.
26892 (vhdl-mode): Unconditionally set comment-padding.
26893 (vhdl-fixup-whitespace-region): Insert spaces only where
26894 there are none.
26895 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26896
26897 2005-05-30 John Wiegley <johnw@newartisans.com>
26898
26899 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26900 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26901 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26902 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26903 `string-to-number'.
26904
26905 2005-05-30 Jay Belanger <belanger@truman.edu>
26906
26907 * calc/calc.el (calc-bug-address): Fix docstring.
26908 (calc-window-hook, calc-trail-window-hook): New variables.
26909 (calc-trail-display): Restore use of calc-trail-window-hook.
26910 (calc): Restore use of calc-window-hook.
26911
26912 2005-05-31 Masatake YAMATO <jet@gyve.org>
26913
26914 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26915
26916 * help-fns.el (help-C-file-name): Add autoload mark for
26917 `find-function-noselect'.
26918
26919 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26920
26921 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26922 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26923
26924 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
26925
26926 * calendar/diary-lib.el (mark-included-diary-files): Only kill
26927 included diary buffer if it was not already being visited.
26928 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
26929
26930 * calendar/icalendar.el (top-level): Do not require appt.
26931
26932 * mail/supercite.el (sc-select-attribution): Only use a list
26933 element from sc-attrib-selection-list if it returns a string.
26934 Reported by Davide G. M. Salvetti <salve@debian.org>.
26935
26936 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
26937
26938 * thumbs.el (thumbs-thumbname): The resulting thumbname now
26939 includes a hash value to improve its uniqueness, and has a ".jpg"
26940 extension. Also, it is now a valid filename on all systems.
26941 (thumbs-make-thumb): Use `let', not `let*'.
26942 (thumbs-show-thumbs-list): Check for JPEG availability.
26943
26944 2005-05-30 Richard M. Stallman <rms@gnu.org>
26945
26946 * filesets.el (filesets-menu-ensure-use-cached):
26947 Prevent warning when emacs-version>= is undefined.
26948
26949 * printing.el (pr-interactive-n-up): Use string-to-number.
26950
26951 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
26952
26953 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
26954 Warn only when name to be defined is quoted.
26955
26956 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
26957
26958 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
26959 Make regexp more robust.
26960 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
26961 Force regeneration of disassembly.
26962
26963 2005-05-29 Jay Belanger <belanger@truman.edu>
26964
26965 * calc/calc.el (calc-user-invocation): Check if
26966 calc-invocation-macro is non-nil.
26967
26968 2005-05-29 Juri Linkov <juri@jurta.org>
26969
26970 * add-log.el (change-log-font-lock-keywords):
26971 Add `+' to e-mail regexp to accept mail address with keywords.
26972
26973 * man.el (Man-name-regexp): Add `:' to accept qualified names.
26974
26975 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
26976
26977 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
26978
26979 * ielm.el (inferior-emacs-lisp-mode): Ditto.
26980
26981 2005-05-29 Richard M. Stallman <rms@gnu.org>
26982
26983 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
26984 Undo the change that moves to end of the current word.
26985
26986 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
26987
26988 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
26989 Throw error when count <= 0 to ensure input is a number.
26990 (gdb-read-memory-custom): Pick up address from buffer.
26991 (gdb-memory-mode): Allow user to increment and decrement
26992 memory address from header line.
26993
26994 2005-05-29 Richard M. Stallman <rms@gnu.org>
26995
26996 * flyspell.el (flyspell-version): Function deleted.
26997 (flyspell-auto-correct-previous-hook): Doc fix.
26998
26999 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27000 Do nothing if memory is full.
27001
27002 * font-lock.el (font-lock-fontify-syntactically-region):
27003 Pass t for GREEDY to looking-back.
27004
27005 * saveplace.el (save-place-alist-to-file): Write the file
27006 using write-region.
27007
27008 * subr.el (looking-back): New argument GREEDY.
27009
27010 * progmodes/compile.el (compilation-start): Set the mode
27011 before inserting the initial text.
27012
27013 * progmodes/which-func.el (which-func-update-1): Turn the mode
27014 off in case of error by setting which-func-mode.
27015
27016 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27017
27018 * flyspell.el (flyspell-auto-correct-previous-word):
27019 Narrow down to what's on the screen, and recenter overlays
27020 at the end of the next word.
27021
27022 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27023
27024 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27025 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27026 (flyspell-abbrev-p): Default to nil.
27027 (flyspell-use-global-abbrev-table-p): Doc fix.
27028 (flyspell-large-region): Allow nil as value.
27029 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27030
27031 (mail-mode-flyspell-verify): More robust handling
27032 of `mail-header-separator'. More efficient signature detection.
27033 Allow for regexp metacharacters in message-header-separator.
27034 Adding `To' not to be checked in mail-mode-flyspell-verify.
27035
27036 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27037 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27038 Bind flyspell-auto-correct-binding.
27039 Bind C-. and C-, .
27040 (flyspell-mode-map): Likewise.
27041 (flyspell-mode): Doc fix.
27042 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27043 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27044 (flyspell-word-cache-result): New var, always local.
27045 (flyspell-check-pre-word-p): Doc fix.
27046 (flyspell-check-changed-word-p): Handle spc like newline.
27047 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27048 (flyspell-word-search-backward, flyspell-word-search-forward):
27049 New functions.
27050 (flyspell-word): Return t if nothing to check.
27051 When parsing TeX code, check for after } or \.
27052 Use flyspell-word-search-backward to find previous word.
27053 Return nil if duplicated word.
27054 For word already checked, return same value as last time.
27055 Set flyspell-word-cache-result after checking.
27056 Don't clobber the return value.
27057 (flyspell-get-word): Major rewrite.
27058 (flyspell-external-point-words): New locals pword, pcount.
27059 Fix size used in progress message.
27060 Find the proper corresponding word in flyspell-large-region-buffer.
27061 (flyspell-region): Check for flyspell-large-region = nil.
27062 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27063 (flyspell-auto-correct-word): Check that WORD is a cons.
27064 (flyspell-correct-word): Likewise.
27065
27066 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27067
27068 * progmodes/make-mode.el (makefile-rule-action-regex)
27069 (makefile-macroassign-regex, makefile-makepp-mode)
27070 (makefile-bsdmake-mode): Continuation lines may be empty.
27071 Reported by Joshua Varner.
27072 (makefile-makepp-font-lock-keywords): Add $(stem).
27073
27074 2005-05-28 Karl Berry <karl@gnu.org>
27075
27076 * textmodes/tex-mode.el: Now that tex-send-command calls
27077 shell-quote-argument (2005-03-31 change), remove all calls to
27078 shell-quote-argument; they all end up invoking tex-send-command.
27079 The double quoting loses on filenames with non-safe characters,
27080 such as "@". Reported by Frederik Fouvry.
27081
27082 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27083
27084 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27085 about preserving point.
27086
27087 2005-05-27 Jay Belanger <belanger@truman.edu>
27088
27089 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27090 Info-goto-node.
27091
27092 * calc/calc-embed.el (calc-embed-arg): New variable.
27093 (calc-do-embedded-activate, calc-embedded-activate-formula)
27094 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27095 variable by new variable.
27096 (calc-embedded-make-info): Replace undeclared variable by new
27097 variable. When selecting region with positive prefix
27098 argument, use end of previous line instead of beginning of line.
27099
27100 * calc/calc-aent.el (calc-arg-values): Declare it.
27101
27102 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27103 Declare them.
27104
27105 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27106
27107 * calc/calc.el (calc-alg-map): Declare it.
27108
27109 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27110
27111 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27112
27113 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27114 (gdb-registers-buffer, toggle-gdb-all-registers):
27115 Toggle display of floating point registers.
27116 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27117
27118 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27119 (toggle-gud-tooltip-dereference):
27120 Rename from gud-toggle-tooltip-dereference.
27121
27122 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27123
27124 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27125
27126 2005-05-27 Jay Belanger <belanger@truman.edu>
27127
27128 * calc/calc-prog.el (calc-kbd-report): Remove.
27129 (calc-kbd-query): Rewrite.
27130
27131 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27132
27133 * image.el (image-library-alist): Move to image.c.
27134 (image-type-available-p): Doc fix.
27135
27136 2005-05-27 Lute Kamstra <lute@gnu.org>
27137
27138 * calc/calc.el (calc):
27139 * outline.el (outline-1, outline-2, outline-3, outline-4)
27140 (outline-5, outline-6, outline-7, outline-8):
27141 * textmodes/dns-mode.el (dns-mode):
27142 * textmodes/sgml-mode.el (sgml-namespace-face):
27143 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27144 (tex-verbatim-face, tex-use-reftex):
27145 * textmodes/texinfo.el (texinfo-heading-face):
27146 Specify customization group.
27147
27148 * longlines.el: Don't require easy-mmode.
27149 (longlines-visible-face): Specify customization group.
27150
27151 2005-05-27 Kenichi Handa <handa@m17n.org>
27152
27153 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27154 encoding table of windows-1251.
27155
27156 * international/ucs-tables.el (ucs-set-table-for-input):
27157 If translation-table-for-input of a coding system is a symbol, get
27158 its translation-table property.
27159
27160 * international/code-pages.el: Don't register a coding system into
27161 non-iso-charset-alist more than once.
27162 (cp-make-coding-system): Likewise.
27163
27164 2005-05-26 John Wiegley <johnw@newartisans.com>
27165
27166 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27167 `eshell-resume-eval' is wrapped in a list, it indicates that the
27168 command was run asynchronously. In that case, unwrap the value
27169 before checking the delimiter value.
27170
27171 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27172 character before a space at the end of a line is \, assume the space
27173 is part of the last argument rather than a final argument separator.
27174
27175 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27176 is in use, and the target is `t' or `nil' (which are the most common
27177 values), don't assume that the symbol target is a buffer.
27178
27179 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27180
27181 * calendar/calendar.el (calendar-mode-line-format):
27182 Use mode-line-highlight as mouse-face.
27183
27184 * time.el (display-time-string-forms, display-time-update):
27185 Use mode-line-highlight as mouse-face.
27186
27187 2005-05-26 Jay Belanger <belanger@truman.edu>
27188
27189 * calc/calc.el (calc-language-alist): Remove extra defvar.
27190
27191 2005-05-26 Lute Kamstra <lute@gnu.org>
27192
27193 * arc-mode.el (archive-mode):
27194 * bookmark.el (bookmark-read-annotation-mode)
27195 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27196 * bs.el (bs-mode):
27197 * calc/calc-yank.el (calc-edit-mode):
27198 * calc/calc.el (calc-mode, calc-trail-mode):
27199 * calculator.el (calculator-mode):
27200 * chistory.el (command-history-mode):
27201 * comint.el:
27202 * cus-edit.el (custom-mode):
27203 * descr-text.el (describe-text-mode):
27204 * ebuff-menu.el (Electric-buffer-menu-mode):
27205 * ediff-util.el (ediff-mode):
27206 * emacs-lisp/re-builder.el (reb-mode):
27207 * emulation/vi.el (vi-mode-setup):
27208 * emulation/ws-mode.el (wordstar-mode):
27209 * eshell/esh-mode.el (eshell-mode):
27210 * forms.el (forms-mode):
27211 * help-mode.el (help-mode):
27212 * hexl.el (hexl-mode):
27213 * ibuffer.el (ibuffer-mode):
27214 * ielm.el (inferior-emacs-lisp-mode):
27215 * info.el (Info-mode, Info-edit-mode):
27216 * international/swedish.el:
27217 * ledit.el (ledit-from-lisp-mode):
27218 * locate.el (locate-mode):
27219 * mail/rmail.el (rmail-mode):
27220 * mail/rmailedit.el (rmail-edit-mode):
27221 * mail/rmailsum.el (rmail-summary-mode):
27222 * mail/supercite.el (sc-electric-mode):
27223 * net/eudc.el (eudc-mode):
27224 * net/quickurl.el (quickurl-list-mode):
27225 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27226 * obsolete/ooutline.el (outline-mode):
27227 * obsolete/options.el (Edit-options-mode):
27228 * obsolete/rnews.el (news-mode):
27229 * obsolete/rnewspost.el (news-reply-mode):
27230 * play/5x5.el (5x5-mode):
27231 * play/decipher.el (decipher-mode, decipher-stats-mode):
27232 * play/gomoku.el (gomoku-mode):
27233 * play/snake.el (snake-mode):
27234 * play/solitaire.el (solitaire-mode):
27235 * play/tetris.el (tetris-mode):
27236 * progmodes/ada-mode.el (ada-mode):
27237 * progmodes/antlr-mode.el (antlr-mode):
27238 * progmodes/autoconf.el (autoconf-mode):
27239 * progmodes/dcl-mode.el (dcl-mode):
27240 * progmodes/delphi.el (delphi-mode):
27241 * progmodes/ebrowse.el (ebrowse-tree-mode)
27242 (ebrowse-electric-list-mode, ebrowse-member-mode)
27243 (ebrowse-electric-position-mode):
27244 * progmodes/f90.el (f90-mode):
27245 * progmodes/fortran.el (fortran-mode):
27246 * progmodes/icon.el (icon-mode):
27247 * progmodes/idlw-help.el (idlwave-help-mode):
27248 * progmodes/idlw-shell.el (idlwave-shell-mode):
27249 * progmodes/idlwave.el (idlwave-mode):
27250 * progmodes/inf-lisp.el (inferior-lisp-mode):
27251 * progmodes/m4-mode.el (m4-mode):
27252 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27253 * progmodes/modula2.el (modula-2-mode):
27254 * progmodes/octave-inf.el (inferior-octave-mode):
27255 * progmodes/octave-mod.el (octave-mode):
27256 * progmodes/pascal.el (pascal-mode):
27257 * progmodes/sh-script.el (sh-mode):
27258 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27259 * progmodes/vhdl-mode.el (vhdl-mode):
27260 * progmodes/xscheme.el (scheme-interaction-mode):
27261 * replace.el (occur-mode):
27262 * ses.el (ses-mode):
27263 * simple.el (completion-list-mode):
27264 * skeleton.el:
27265 * speedbar.el (speedbar-mode):
27266 * term.el (term-mode):
27267 * terminal.el (terminal-edit-mode):
27268 * textmodes/reftex-index.el (reftex-index-mode)
27269 (reftex-index-phrases-mode):
27270 * textmodes/reftex-sel.el (reftex-select-label-mode)
27271 (reftex-select-bib-mode):
27272 * textmodes/reftex-toc.el (reftex-toc-mode):
27273 * wdired.el (wdired-change-to-wdired-mode):
27274 * wid-browse.el (widget-browse-mode):
27275 Use run-mode-hooks.
27276
27277 * array.el (array-mode):
27278 * calendar/todo-mode.el (todo-mode):
27279 * man.el (Man-mode):
27280 * play/landmark.el (lm-mode):
27281 * play/mpuz.el (mpuz-mode):
27282 Use kill-all-local-variables and run-mode-hooks.
27283
27284 * subr.el (delay-mode-hooks): Specify indentation.
27285
27286 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27287
27288 * xml.el (xml-substitute-special): Don't die for undefined xml
27289 entities.
27290
27291 2005-05-26 Jay Belanger <belanger@truman.edu>
27292
27293 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27294 of nil.
27295
27296 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27297
27298 * progmodes/gdb-ui.el (gdb-frame-address):
27299 Rename from gdb-current-address.
27300 (gdb-previous-frame-address): Rename from gdb-previous-address.
27301 (gdb-selected-frame): Rename from gdb-current-frame.
27302 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27303 (gdb-frame-number): Rename from gdb-current-stack-level.
27304 (gdb-ann3): Match new mode-name for disassembly buffer.
27305 Extend initialization of variables.
27306 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27307 (gdb-memory-mode): Use mouse-face in header line.
27308 (gdb-assembler-buffer-name): Call it disassembly and give frame
27309 in mode line.
27310 (gdb-source-spec-regexp, gdb-assembler-custom)
27311 (gdb-invalidate-assembler, gdb-frame-handler):
27312 Make robust to leading zeroes in address format.
27313
27314 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27315
27316 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27317 define `org-mode'.
27318 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27319
27320 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27321
27322 * log-edit.el (log-edit-changelog-entries): Distinguish between
27323 filenames like xfns.c and fns.c.
27324
27325 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27326
27327 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27328 point after reverting.
27329 (Buffer-menu-make-sort-button): Handle the case where
27330 `Buffer-menu-use-header-line' is nil.
27331
27332 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27333
27334 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27335 New funcs. In minibuffer-local-completion-map bind `]', `/'
27336 and `:' to them.
27337
27338 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27339
27340 * startup.el (normal-top-level): Allow modification of load-path while
27341 we're iterating over it.
27342
27343 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27344
27345 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27346 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27347 (thumbs-resize-interactive, thumbs-insert-image)
27348 (thumbs-insert-thumb, thumbs-dired-show-marked)
27349 (thumbs-find-image-at-point, thumbs-delete-images)
27350 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27351 (thumbs-increment-image-size, thumbs-decrement-image-size):
27352 Fix typos in docstrings.
27353
27354 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27355
27356 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27357 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27358 (cperl-mode): Use them.
27359
27360 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27361
27362 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27363 Doc fixes.
27364
27365 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27366
27367 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27368 Bind C-d to gdb-inferior-io-eof.
27369
27370 * dired.el (dired-dnd-popup-notice): Use message-box.
27371
27372 2005-05-23 Masatake YAMATO <jet@gyve.org>
27373
27374 * bindings.el (mode-line-major-mode-keymap):
27375 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27376
27377 * faces.el (mode-line-highlight): New face.
27378
27379 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27380 as mouse-face.
27381
27382 * bindings.el (top-level, help-echo, mode-line-modified)
27383 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27384 as mouse-face.
27385
27386 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27387
27388 * progmodes/cc-engine.el (c-guess-basic-syntax):
27389 Remove spurious call to `zerop'.
27390
27391 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27392
27393 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27394
27395 CC Mode update to 5.30.10:
27396
27397 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27398 could go past the limit in decoration level 2, thereby causing
27399 errors during interactive fontification.
27400
27401 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27402 the file is evaluated interactively.
27403
27404 * cc-engine.el (c-guess-basic-syntax): Handle operator
27405 declarations somewhat better in C++.
27406
27407 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27408 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27409 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27410 (awk-mode): Use it.
27411 (make-local-hook): Suppress warning about obsoleteness.
27412
27413 * cc-engine.el, cc-align.el, cc-cmds.el
27414 (c-append-backslashes-forward, c-delete-backslashes-forward)
27415 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27416 Compensate for return value from `forward-line' when it has moved
27417 but not to a different line due to eob.
27418
27419 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27420 `objc-method-intro' and `objc-method-args-cont'.
27421
27422 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27423
27424 CC Mode update to 5.30.10:
27425
27426 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27427 in the copyright statement. Incidentally, change "along with GNU
27428 Emacs" to "along with this program" where it occurs.
27429
27430 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27431 so that it is interactive, hence can be found by M-x awk-mode
27432 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27433 <gmorris+emacs@ast.cam.ac.uk>.
27434
27435 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27436 Mode's regexps.
27437
27438 2005-05-23 Kevin Ryde <user42@zip.com.au>
27439
27440 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27441 c-parse-state, to avoid a lisp error (on bad code).
27442
27443 2005-05-23 Lute Kamstra <lute@gnu.org>
27444
27445 * subr.el (font-lock-defaults): Remove defvar as it's already
27446 defined in font-core.el.
27447
27448 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27449
27450 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27451
27452 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27453 more general and work when GDB variable "print pretty" is on,
27454 as with Emacs, for example.
27455
27456 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27457
27458 * font-core.el: Update comment.
27459
27460 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27461 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27462
27463 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27464
27465 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27466
27467 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27468 and `yank-handler' in the doc strings.
27469
27470 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27471
27472 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27473
27474 2005-05-22 Richard M. Stallman <rms@gnu.org>
27475
27476 * help.el (describe-key): Move print-help-return-message call
27477 out of conditional.
27478
27479 * progmodes/etags.el (list-tags): Use with-no-warnings.
27480
27481 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27482 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27483 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27484
27485 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27486
27487 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27488 Add defvar.
27489
27490 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27491 Use defvar, not defconst.
27492
27493 * hexl.el (hexl-follow-line): Use with-no-warnings.
27494
27495 * emulation/tpu-extras.el: Use write-file-functions instead of
27496 write-file-hooks.
27497
27498 * dired.el (dired-font-lock-keywords): Fontify files with junk
27499 extensions even if marked by -F.
27500
27501 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27502
27503 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27504 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27505 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27506 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27507 (concatenate, list-length, get*, getf, cl-remprop):
27508 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27509 (etypecase, progv, lexical-let, lexical-let*)
27510 (multiple-value-bind, multiple-value-setq, shiftf):
27511 Improve argument/docstring consistency.
27512
27513 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27514
27515 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27516
27517 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27518 doesn't exist.
27519
27520 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27521 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27522
27523 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27524
27525 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27526 already deleted variables: auto-fill-hook, blink-paren-hook,
27527 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27528 suspend-hooks, comment-indent-hook, meta-flag,
27529 before-change-function, after-change-function,
27530 font-lock-doc-string-face.
27531
27532 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27533
27534 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27535
27536 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27537
27538 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27539 rmail-dont-reply-to.
27540
27541 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27542
27543 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27544 literal blank when splitting new-header-values.
27545
27546 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27547
27548 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27549 string so that tmm doesn't create a completion entry for it.
27550
27551 * textmodes/table.el (table-disable-menu): Ditto.
27552
27553 2005-05-21 Richard M. Stallman <rms@gnu.org>
27554
27555 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27556
27557 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27558
27559 * net/rcompile.el (remote-compile): Use compilation-start.
27560
27561 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27562
27563 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27564
27565 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27566 Default to makefile-bsdmake-mode on BSD systems.
27567
27568 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27569 REGEXP may also be a search function now. The part of doc-string
27570 for describing the structure was 95% identical to that of
27571 `imenu--generic-function'. Unify it there.
27572
27573 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27574 Use function to find dependencies, because regexp alone is so complex,
27575 it easily goes into an endless loop.
27576 (makefile-makepp-mode): Also add submenu for Perl functions
27577 defined in the makefile.
27578 (makefile-bsdmake-mode): Special imenu-generic-expression no
27579 longer needed, due to function call.
27580 (makefile-match-dependency): Take BOUND into account when checking
27581 if we're through.
27582
27583 2005-05-20 Jay Belanger <belanger@truman.edu>
27584
27585 * calc/calc-units.el (calc-invalidate-units-table):
27586 Use inhibit-read-only.
27587 (math-build-units-table-buffer): Use view-mode.
27588
27589 2005-05-20 David Kastrup <dak@gnu.org>
27590
27591 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27592 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27593
27594 2005-05-20 Lute Kamstra <lute@gnu.org>
27595
27596 * diff-mode.el (diff-header-face, diff-file-header-face)
27597 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27598 (diff-added-face, diff-changed-face, diff-function-face)
27599 (diff-context-face, diff-nonexistent-face): Put them in the
27600 diff-mode customization group.
27601
27602 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27603
27604 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27605
27606 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27607
27608 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27609 Minor regexp-optimization.
27610
27611 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27612
27613 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27614 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27615 (org-agenda-add-time-grid-maybe): New function.
27616 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27617 (org-table-create): `dotimes' instead of `mapcar'.
27618 (org-xor): Simplify implementation.
27619 (org-agenda): `inhibit-redisplay' turned on.
27620 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27621 a consistent line after a state change.
27622 (org-agenda-remove-times-when-in-prefix): New option.
27623 (org-prefix-has-time): New variable.
27624 (org-parse-time-string): Optional argument NODEFAULT.
27625 (org-format-agenda-item): Parse items for time-of-day
27626 specifications and move these into the prefix if possible.
27627 (org-agenda-priority): Get current heading, not previous heading
27628 during agenda remote editing.
27629
27630 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27631
27632 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27633 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27634 (remove-duplicates, delete-duplicates, substitute)
27635 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27636 (nsubstitute-if-not, find, find-if, find-if-not, position)
27637 (position-if, position-if-not, count, count-if, count-if-not)
27638 (mismatch, search, sort*, stable-sort, merge, member*)
27639 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27640 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27641 (intersection, nintersection, set-difference, nset-difference)
27642 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27643 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27644 (nsublis, tree-equal): Improve argument/docstring consistency.
27645
27646 * subr.el (send-string, send-region): Remove obsolescence declaration.
27647 (window-dot, set-window-dot, read-input, show-buffer)
27648 (eval-current-buffer, string-to-int):
27649 Add release number to obsolescence declarations.
27650
27651 2005-05-19 Kim F. Storm <storm@cua.dk>
27652
27653 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27654 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27655
27656 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27657
27658 * faces.el (list-faces-display): Make back button respect optional
27659 regexp arg.
27660
27661 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27662
27663 * calculator.el (calculator-radix-grouping-mode)
27664 (calculator-radix-grouping-digits, calculator-displayer)
27665 (calculator-radix-grouping-separator, calculator-copy-displayer):
27666 * dabbrev.el (dabbrev-search-these-buffers-only):
27667 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27668 (diff-advance-after-apply-hunk, diff-mode-hook)
27669 (diff-minor-mode-prefix):
27670 * imenu.el (imenu-use-popup-menu):
27671 * jit-lock.el (jit-lock-context-time):
27672 * newcomment.el (comment-fill-column, comment-column)
27673 (comment-style, comment-padding, comment-multi-line)
27674 (comment-empty-lines, comment-auto-fill-only-comments):
27675 * reveal.el (reveal-around-mark):
27676 * uniquify.el (uniquify-buffer-name-style)
27677 (uniquify-after-kill-buffer-p)
27678 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27679 (uniquify-min-dir-content, uniquify-separator)
27680 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27681 * w32-vars.el (w32-fixed-font-alist):
27682 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27683 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27684 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27685 * progmodes/perl-mode.el (perl-indent-level)
27686 (perl-continued-statement-offset, perl-continued-brace-offset)
27687 (perl-brace-offset, perl-brace-imaginary-offset)
27688 (perl-label-offset, perl-indent-continued-arguments)
27689 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27690 * progmodes/tcl.el (tcl-indent-level)
27691 (tcl-continued-indent-level, tcl-auto-newline)
27692 (tcl-tab-always-indent, tcl-electric-hash-style)
27693 (tcl-help-directory-list, tcl-use-smart-word-finder)
27694 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27695 (inferior-tcl-source-command):
27696 * textmodes/fill.el (enable-kinsoku):
27697 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27698 * textmodes/table.el (table-yank-handler):
27699 Specify missing group (and type, if simple) in defcustom.
27700
27701 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27702
27703 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27704
27705 2005-05-19 Richard M. Stallman <rms@gnu.org>
27706
27707 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27708
27709 * subr.el (event-basic-type): Don't get an error.
27710 (left-fringe-p): Function deleted.
27711
27712 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27713 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27714
27715 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27716 in recursive copy.
27717
27718 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27719
27720 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27721
27722 * emacs-lisp/bytecomp.el
27723 (byte-compile-file-form-custom-declare-variable):
27724 Call byte-compile-nogroup-warn if appropriate.
27725
27726 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27727 (compilation-set-window): Don't call left-fringe-p; do it directly.
27728
27729 2005-05-19 Jay Belanger <belanger@truman.edu>
27730
27731 * calc/calc-graph.el (calc-graph-format-data): Make sure
27732 var-PlotRejects is bound before trying to check its value.
27733
27734 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27735
27736 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27737 definition of this variable from reftex-global.el to reftex.el,
27738 because it is needed in the menu.
27739
27740 2005-05-19 Lute Kamstra <lute@gnu.org>
27741
27742 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27743 years are fixed. Don't insert a space after a dash.
27744
27745 2005-05-19 Kim F. Storm <storm@cua.dk>
27746
27747 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27748
27749 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27750
27751 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27752 strings, because (eq ... ?\\) is fairly frequent.
27753
27754 * progmodes/make-mode.el (makefile-add-this-line-targets):
27755 Simplify and integrate into `makefile-pickup-targets'.
27756 (makefile-add-this-line-macro): Simplify and integrate into
27757 `makefile-pickup-macros'.
27758 (makefile-pickup-filenames-as-targets): Simplify.
27759 (makefile-previous-dependency, makefile-match-dependency):
27760 Don't stumble over `::'.
27761
27762 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27763
27764 * subr.el (post-command-idle-hook, post-command-idle-delay):
27765 Remove obsoletion of post-command-idle-hook and
27766 post-command-idle-delay.
27767
27768 * faces.el (list-faces-display): Provide button when describe-face
27769 is called to take user back to the list of faces.
27770
27771 * help-fns.el (describe-variable): Remove hyperlinks in a
27772 variable's value as these are quite frequently inappropriate.
27773
27774 * follow.el (follow-submit-feedback, follow-mode):
27775 Remove references to post-command-idle-hook.
27776
27777 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27778
27779 * progmodes/make-mode.el (makefile-previous-dependency)
27780 (makefile-match-dependency): Check for := (and in bsd mode also
27781 !=) to give a better result, even when font-lock is not on.
27782
27783 2005-05-18 Jay Belanger <belanger@truman.edu>
27784
27785 * calc/calc-help.el (calc-s-prefix-help):
27786 Add `calc-copy-special-constant' to help string.
27787
27788 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27789
27790 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27791
27792 2005-05-18 Jay Belanger <belanger@truman.edu>
27793
27794 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27795 in linear factors are in proper order.
27796
27797 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27798
27799 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27800 Support for jurabib.
27801
27802 * textmodes/reftex.el (featurep): Define aliases for overlay
27803 commands, for XEmacs compatibility, and use these aliases in
27804 overlay initializations.
27805 (reftex-highlight): Use `reftex-move-overlay'.
27806 (reftex-unhighlight): Use `reftex-delete-overlay'.
27807 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27808 (reftex-access-search-path): Use `reftex-uniquify' instead of
27809 `reftex-uniq'.
27810
27811 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27812 `before-string' property modification enables for Emacs as well.
27813 (reftex-select-item): Use `reftex-delete-overlay'.
27814 (reftex-select-mark): Use `reftex-make-overlay' and
27815 `reftex-overlay-put'.
27816 (reftex-select-unmark): Use `reftex-delete-overlay' and
27817 `reftex-overlay-put'.
27818
27819 2005-05-18 Lute Kamstra <lute@gnu.org>
27820
27821 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27822
27823 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27824
27825 * add-log.el (add-change-log-entry):
27826 * array.el (array-make-template, array-reconfigure-rows)
27827 (array-init-max-row, array-init-max-column)
27828 (array-init-columns-per-line, array-init-field-width):
27829 * replace.el (replace-match-maybe-edit, perform-replace):
27830 * textmodes/spell.el (spell-region):
27831 Replace `read-input' by `read-string'.
27832
27833 * forms.el (forms-mode):
27834 * finder.el (finder-compile-keywords):
27835 * shadowfile.el (shadow-read-files):
27836 Replace `eval-current-buffer' by `eval-buffer'.
27837
27838 * terminal.el (te-pass-through):
27839 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27840 (ange-ftp-raw-send-cmd):
27841 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27842 (send-process-next-char, telnet-initial-filter, telnet):
27843 Replace `send-string' by `process-send-string'.
27844
27845 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27846 (prolog-consult-region): Replace `send-string' by
27847 `process-send-string'; replace `send-region' by `process-send-region'.
27848
27849 * progmodes/delphi.el (delphi-log-msg):
27850 Replace `set-window-dot' by `set-window-point'.
27851
27852 * subr.el (window-dot, set-window-dot, read-input, send-string)
27853 (send-region, show-buffer, eval-current-buffer):
27854 Make really obsolete, as the comment says.
27855
27856 2005-05-17 Kim F. Storm <storm@cua.dk>
27857
27858 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27859 (cua--init-keymaps): Bind C-return instead of S-return to set
27860 rectangle mark.
27861
27862 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27863 instead of S-return to toggle/clear rectangle mark.
27864
27865 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27866
27867 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27868 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27869 Also fontify plain strings assigned to variables, mostly so that a
27870 colon has a face and is thus not taken as a dependency separator.
27871 (makefile-previous-dependency): Inline the new matcher, because it
27872 is too complex to work in both directions.
27873 (makefile-match-dependency): Eliminate `backward' arg (see above).
27874 Completely reimplemented so as to not sometimes go into an endless
27875 loop. It should also be more efficient, because first it only
27876 searches for `:', instead of applying the very complex regexp.
27877 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27878 to be fontified in one piece can be too long for JIT.
27879 Makefiles are never *that* big.
27880
27881 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27882
27883 * dired.el (dired-mode): Simplify.
27884
27885 2005-05-17 Lute Kamstra <lute@gnu.org>
27886
27887 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27888 defcustom for the mode hook variable.
27889
27890 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27891 Emacs Lisp Reference Manual.
27892
27893 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27894
27895 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27896 (evenp, list*):
27897 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27898 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27899
27900 * net/tramp-smb.el (tramp-smb-open-connection):
27901 Pass `tramp-chunksize' as fifth (required) argument.
27902
27903 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27904
27905 * font-lock.el (lisp-font-lock-keywords-1):
27906 Set `font-lock-negation-char-face' for [^...] char group.
27907 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27908
27909 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27910 a var, and refine it to mask one more level of nested vars.
27911 (makefile-rule-action-regex): Turn it into a var, and refine it so
27912 it recognizes backslashed continuation lines as belonging to the
27913 same command.
27914 (makefile-macroassign-regex): Refine it so it recognizes
27915 backslashed continuation lines as belonging to the same command.
27916 (makefile-var-use-regex): Don't look at the next char, because it
27917 might be the same one to be skipped by the initial [^$], leading
27918 to an overlooked variable use.
27919 (makefile-make-font-lock-keywords): Remove two parameters, which
27920 are now variables that some of the modes set locally.
27921 Handle dependency and rule action matching through functions, because
27922 regexps alone match too often. Dependency matching now comes
27923 last, so it can check, whether a colon already matched something else.
27924 (makefile-mode): Inform that font-lock improves makefile parsing
27925 capabilities.
27926 (makefile-match-dependency, makefile-match-action): New functions.
27927
27928 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
27929
27930 * emacs-lisp/cl-extra.el (equalp): Doc fix.
27931
27932 * align.el (align-regexp):
27933 * ansi-color.el (ansi-color-get-face):
27934 * array.el (array-reconfigure-rows, array-init-max-row)
27935 (array-init-max-column, array-init-columns-per-line)
27936 (array-init-field-width):
27937 * dired-aux.el (dired-trample-file-versions):
27938 * dired-x.el (dired-mark-sexp):
27939 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
27940 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
27941 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
27942 * faces.el (face-read-integer):
27943 * files.el (backup-extract-version, insert-directory):
27944 * hexl.el (hexl-insert-decimal-char):
27945 * server.el (server-process-filter):
27946 * shell.el (shell-extract-num):
27947 * startup.el (command-line-1):
27948 * term.el (term-command-hook):
27949 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
27950 (time-stamp-do-number):
27951 * time.el (display-time-update):
27952 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
27953 (timezone-fix-time):
27954 * vms-patch.el (vms-suspend-resume-hook):
27955 * calendar/appt.el (appt-convert-time):
27956 * calendar/cal-bahai.el (mark-bahai-diary-entries):
27957 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
27958 * calendar/cal-islam.el (mark-islamic-diary-entries):
27959 * calendar/calendar.el (calendar-cursor-to-date)
27960 (calendar-star-date):
27961 * calendar/diary-lib.el (diary-attrtype-convert)
27962 (mark-diary-entries, diary-entry-time):
27963 * calendar/solar.el (solar-get-number):
27964 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
27965 * emacs-lisp/re-builder.el (reb-display-subexp):
27966 * emulation/edt.el (edt-set-scroll-margins):
27967 * emulation/tpu-extras.el (tpu-set-scroll-margins):
27968 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
27969 (vip-get-ex-count):
27970 * emulation/viper-ex.el (viper-get-ex-token)
27971 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
27972 * international/fontset.el (fontset-plain-name):
27973 * mail/feedmail.el (feedmail-look-at-queue-directory):
27974 * mail/mailalias.el (mail-get-names):
27975 * mail/rmail.el (rmail-convert-to-babyl-format):
27976 * mail/rmailsum.el (rmail-make-basic-summary-line)
27977 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
27978 (rmail-summary-goto-msg):
27979 * mail/smtpmail.el (smtpmail-read-response):
27980 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
27981 (ange-ftp-vms-add-file-entry):
27982 * play/gametree.el (gametree-looking-at-ply)
27983 (gametree-current-branch-score):
27984 * progmodes/ada-xref.el (ada-prj-find-prj-file)
27985 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
27986 * progmodes/cperl-mode.el (condition-case):
27987 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
27988 (ebrowse-set-member-buffer-column-width)
27989 (ebrowse-select-1st-to-9nth):
27990 * progmodes/etags.el (etags-snarf-tag):
27991 * progmodes/flymake.el (flymake-parse-line):
27992 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
27993 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
27994 (idlwave-shell-menu-def):
27995 * progmodes/ps-mode.el (ps-run-goto-error):
27996 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
27997 (vhdl-speedbar-contract-level):
27998 * term/mac-win.el (x-handle-numeric-switch):
27999 * term/sun-mouse.el (sun-get-frame-data):
28000 * term/w32-win.el (x-handle-numeric-switch):
28001 * term/x-win.el (x-handle-numeric-switch):
28002 * textmodes/ispell.el (ispell-parse-output):
28003 * textmodes/nroff-mode.el (nroff-outline-level):
28004 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28005 (reftex-bib-sort-year-reverse, reftex-format-citation):
28006 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28007 (reftex-section-number):
28008 * textmodes/texinfmt.el (texinfo-paragraphindent):
28009 Replace `string-to-int' by `string-to-number'.
28010
28011 * international/latexenc.el: Add page marker to force the "Local
28012 Variables:" string out of the last page.
28013
28014 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28015
28016 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28017 tooltip-change-major-mode.
28018 (gud-tooltip-print-command): Remove case where gud-minor-mode
28019 is gdb ("--fullname").
28020 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28021 explain to user.
28022
28023 2005-05-16 Jay Belanger <belanger@truman.edu>
28024
28025 * calc/calc-store.el (calc-copy-special-constant): New function.
28026
28027 * calc/calc-ext.el (calc-init-extensions): Add binding for
28028 `calc-copy-special-constant'.
28029
28030 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28031 for the `calc-copy-special-constant' command.
28032
28033 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28034
28035 * subr.el (left-fringe-p): New function.
28036
28037 * progmodes/compile.el (compilation-setup): Set local value of
28038 overlay-arrow-string to "" always.
28039 (compilation-set-window): Left fringe then don't scroll.
28040 No left fringe then no arrow and scroll message to top.
28041 (compilation-context-lines): Adjust doc string accordingly.
28042
28043 2005-05-16 Kim F. Storm <storm@cua.dk>
28044
28045 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28046 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28047 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28048 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28049 (ido-read-file-name): Handle commands with ido property value
28050 equal to find-file as reading a file name, to allow C-d to enter dired.
28051 (ibuffer-find-file): Add ido property with value find-file.
28052
28053 2005-05-15 Kim F. Storm <storm@cua.dk>
28054
28055 * subr.el (open-network-stream-nowait): Remove.
28056 (open-network-stream-server): Remove.
28057
28058 2005-05-15 Richard M. Stallman <rms@gnu.org>
28059
28060 * faces.el (describe-face): Output a definition link button.
28061
28062 * help-mode.el (help-face-def): New button type.
28063
28064 * emacs-lisp/copyright.el (copyright-fix-years):
28065 Match properly if the first year is 2-digit.
28066 Don't mess up the whitespace after the years by filling.
28067
28068 * dired-aux.el (dired-mark-confirm):
28069 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28070
28071 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28072 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28073 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28074
28075 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28076 Set font-lock-comment-start-skip.
28077
28078 * font-lock.el (font-lock-comment-start-skip): New variable.
28079 (font-lock-comment-end-skip): New variable.
28080 (font-lock-fontify-syntactically-region): Use them if non-nil.
28081
28082 2005-05-15 Jay Belanger <belanger@truman.edu>
28083
28084 * calc/calc-store.el (calc-store-value): Return a string rather
28085 than display it as a message.
28086 Use calc-var-name for variable name.
28087 (calc-store-into): Add the result of calc-store-value to message.
28088 (calc-copy-variable): Add a message.
28089 (calc-store-exchange): Improve error messages.
28090 (calc-store-binary, calc-store-map): Don't reset the values of
28091 special constants.
28092
28093 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28094
28095 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28096 manual to docstring.
28097
28098 * files.el (hack-local-variables-confirm): Add STRING argument.
28099 Make the function handle non file visiting buffers correctly.
28100 (hack-local-variables-prop-line, hack-local-variables)
28101 (hack-one-local-variable): Use STRING arg of
28102 `hack-local-variables-confirm'.
28103
28104 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28105
28106 Sync with Tramp 2.0.49.
28107
28108 * net/tramp.el (tramp-handle-dired-call-process)
28109 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28110 because the contents of the Tramp buffer is changed before
28111 insertion (`expand-file' and alike).
28112 (tramp-handle-insert-directory): If `localname' has an empty
28113 nondirectory name, it must not be quoted.
28114 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28115 variable `tramp-chunksize'. Change callees.
28116 (tramp-open-connection-setup-interactive-shell): Check remote host
28117 for buggy `send-process-string' implementation.
28118 Set `tramp-chunksize' if found. Reported by Michael Kifer
28119 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28120 (tramp-handle-shell-command): `insert-buffer' cannot be used
28121 because the contents of the Tramp buffer is changed before
28122 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28123 <frederic.bothamy@free.fr>.
28124 (tramp-set-auto-save): Actions should be done for Tramp file name
28125 handler only. Ange-FTP has its own auto-save mechanism.
28126 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28127 (tramp-set-auto-save-file-modes): Set file modes of
28128 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28129 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28130 (tramp-bug): Remove obsolete variable.
28131 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28132 for presence of `mml-mode'. Make it running for older Emacsen as well.
28133
28134 2005-05-14 John Paul Wallington <jpw@pobox.com>
28135
28136 * ibuf-ext.el (define-ibuffer-filter filename):
28137 If `dired-directory' is a list, use its car.
28138
28139 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28140
28141 * ibuffer.el (define-ibuffer-column filename):
28142 If `dired-directory' is a list, use its car.
28143
28144 2005-05-14 Richard M. Stallman <rms@gnu.org>
28145
28146 * subr.el (symbol-file): Doc fix.
28147
28148 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28149 (byte-compile-form): Call byte-compile-nogroup-warn.
28150 (byte-compile-warning-types): Doc fix.
28151
28152 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28153
28154 * progmodes/cc-engine.el (c-literal-faces):
28155 Add font-lock-comment-delimiter-face.
28156
28157 * net/net-utils.el (dig): Use with-no-warnings.
28158
28159 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28160 (sc-recite-frame-alist, sc-default-cite-frame)
28161 (sc-default-uncite-frame, sc-default-recite-frame)
28162 (sc-attrib-selection-list, sc-rewrite-header-list):
28163 Mark as risky-local-variable.
28164
28165 * international/ogonek.el (ogonek-jak, ogonek-how):
28166 Don't use beginning-of-buffer.
28167
28168 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28169
28170 * calendar/solar.el (solar-data-list): Move definition up.
28171
28172 * dnd.el (dnd-protocol-alist): Add autoload.
28173
28174 * progmodes/sh-script.el: Many doc usage fixes.
28175 (sh-indent-after-do): Change default to match common styles.
28176
28177 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28178
28179 * files.el (interpreter-mode-alist)
28180 (auto-mode-interpreter-regexp): Doc fixes.
28181
28182 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28183
28184 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28185
28186 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28187
28188 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28189
28190 * dired.el (dired-mode): make-variable-buffer-local =>
28191 make-local-variable.
28192
28193 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28194
28195 * term/mac-win.el (mac-select-convert-to-string): Try coding
28196 systems in mac-script-code-coding-systems if specified one cannot
28197 encode string for `com.apple.traditional-mac-plain-text'.
28198
28199 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28200
28201 * progmodes/make-mode.el (makefile-targets-face)
28202 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28203 (makefile-dependency-regex): Fix it to not make the colon in
28204 $(var:a=b) special.
28205 (makefile-rule-action-regex): New regexp for highlighting embedded
28206 Shell strings.
28207 (makefile-macroassign-regex): Handle != for highlighting as
28208 embedded Shell strings.
28209 (makefile-var-use-regex): New const.
28210 (makefile-statements, makefile-automake-statements)
28211 (makefile-gmake-statements, makefile-makepp-statements)
28212 (makefile-bsdmake-statements): New consts.
28213 (makefile-make-font-lock-keywords): New function.
28214 (makefile-automake-font-lock-keywords)
28215 (makefile-gmake-font-lock-keywords)
28216 (makefile-makepp-font-lock-keywords)
28217 (makefile-bsdmake-font-lock-keywords): New consts.
28218 (makefile-mode-map): Add switchers between the various submodes.
28219 (makefile-mode): Document the availability of the variants.
28220 (makefile-automake-mode, makefile-gmake-mode)
28221 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28222
28223 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28224 new variants of makefile-mode.
28225
28226 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28227
28228 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28229 the inheritance.
28230
28231 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28232
28233 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28234 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28235
28236 * files.el (normal-mode): Extend the scope of the
28237 `enable-local-variables' binding to include the `set-auto-mode' call.
28238 (magic-mode-alist): Doc fix.
28239
28240 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28241
28242 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28243 font-lock-comment-face rather than copying its setting.
28244
28245 2005-05-12 Andreas Schwab <schwab@suse.de>
28246
28247 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28248
28249 2005-05-12 Lute Kamstra <lute@gnu.org>
28250
28251 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28252 defcustom for the mode hook variable. Delete the last argument.
28253 * generic-x.el: Fix callers of define-generic-mode.
28254 (generic-x-modes): Delete group.
28255 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28256 generic-x customization group.
28257
28258 2005-05-12 Kim F. Storm <storm@cua.dk>
28259
28260 * font-lock.el (font-lock-negation-char-face): Default to "off".
28261
28262 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28263 font-lock-negation-char-face to ! in !=.
28264
28265 2005-05-12 Masatake YAMATO <jet@gyve.org>
28266
28267 * add-log.el (find-change-log): Fix typos in the docstring
28268 of function.
28269
28270 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28271
28272 * international/latexenc.el (latexenc-find-file-coding-system):
28273 Avoid `re-search-forward' when looking for input encoding because
28274 of speed and safety. Better regular expressions for recognizing
28275 input encoding. Limit a search for TeX-master/tex-main-file to
28276 the local variable section.
28277
28278 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28279
28280 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28281 syntax of $ to "'" (quote).
28282
28283 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28284
28285 * dnd.el (dnd-protocol-alist): Improve custom type.
28286
28287 * dired.el (dired-dnd-protocol-alist): New variable.
28288 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28289 `dired-mode-hook' to the end.
28290
28291 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28292
28293 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28294 comment-end if comment-start-skip is not set.
28295 Obey the font-lock-comment-delimiter-face variables.
28296
28297 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28298
28299 * files.el (executable-find): Move from executable.el. Use
28300 locate-file.
28301 * progmodes/executable.el (executable-find): Move to files.el.
28302
28303 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28304 when trying to ensure forward progress.
28305
28306 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28307
28308 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28309 (mouse-select, mouse-select-internal, mouse-extend-internal):
28310 Use it to implement mouse-1-click-follows-link functionality.
28311
28312 2005-05-11 Richard M. Stallman <rms@gnu.org>
28313
28314 * font-lock.el (font-lock-fontify-syntactically-region):
28315 Use font-lock-comment-delimiter-face for comment delimiters.
28316
28317 2005-05-10 Jay Belanger <belanger@truman.edu>
28318
28319 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28320 preserving embedded modes.
28321
28322 2005-05-10 Richard M. Stallman <rms@gnu.org>
28323
28324 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28325
28326 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28327 Move from ada-stmt.el.
28328 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28329
28330 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28331 Move to ada-mode.el.
28332 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28333
28334 * cus-edit.el (custom-file): Call file-chase-links.
28335
28336 * files.el (read-directory-name): Fix previous change.
28337 (hack-local-variables-confirm): New function.
28338 (hack-local-variables-prop-line, hack-local-variables)
28339 (hack-one-local-variable): Use it.
28340
28341 2005-05-10 Lute Kamstra <lute@gnu.org>
28342
28343 * font-lock.el (font-lock-keywords-alist)
28344 (font-lock-removed-keywords-alist): Clarify docstrings.
28345
28346 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28347
28348 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28349 (gdb-source-info): Check for preprocessor info.
28350 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28351 a macro for a function.
28352 (gdb-info-breakpoints-custom): Try to find file again if not already
28353 found (user might have used GDB dir command).
28354 (gdb-get-location): Update gdb-location-alist correctly for change
28355 to gdb-info-breakpoints-custom.
28356
28357 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28358 (gud-tooltip-print-command): Add gdbmi case.
28359 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28360 preprocessor info.
28361
28362 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28363
28364 * startup.el (fancy-splash-insert): Fix typo in doc string.
28365
28366 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28367
28368 * obsolete/float.el (string-to-float):
28369 * obsolete/hilit19.el (hilit-add-pattern):
28370 * obsolete/rnews.el (news-parse-range, news-select-message)
28371 (news-get-pruned-list-of-files): Replace `string-to-int' by
28372 `string-to-number'.
28373
28374 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28375 `find-file-not-found-hooks'; use `add-hook'.
28376 (uncompress-while-visiting): Set `write-file-functions', not
28377 `write-file-hooks'; use `add-hook'.
28378
28379 2005-05-09 Kim F. Storm <storm@cua.dk>
28380
28381 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28382 (cua-paste): Handle clipboard action.
28383 (cua--init-keymaps): Remap clipboard-kill-region and
28384 clipboard-kill-ring-save.
28385
28386 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28387
28388 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28389 Improve commentary.
28390
28391 * simple.el (next-error-overlay-arrow-position): Revert the change
28392 made on 2005-04-30.
28393
28394 2005-05-07 Jay Belanger <belanger@truman.edu>
28395
28396 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28397 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28398 `calc-sel-reselect'.
28399
28400 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28401 Calc is in embedded mode.
28402
28403 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28404
28405 * progmodes/compile.el (compilation-setup):
28406 Set overlay-arrow-string to an empty string on text terminals.
28407
28408 * textmodes/ispell.el (ispell-program-name): Try looking for
28409 "aspell" along exec-path, and if found, use it as the default
28410 speller program.
28411
28412 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28413
28414 * international/mule.el (sgml-xml-auto-coding-function):
28415 Recognize encoding='FOO' in single quotes as well as in double quotes.
28416
28417 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28418
28419 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28420 as well as `interactive', so that defmacro* would recognize
28421 `declare' forms.
28422
28423 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28424
28425 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28426 Explain more about the LIGHTER arg's usage in the doc string.
28427 Add commentary to clarify what the code does. Fix the regexp that
28428 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28429 since it could have characters special to regular expressions.
28430
28431 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28432
28433 * replace.el (occur-1): Bind inhibit-read-only so that
28434 erase-buffer doesn't barf on read-only text properties (likewise
28435 for add-text-properties in occur-engine). Mark buffer as unmodified.
28436 (occur-engine): Don't set buffer-read-only here.
28437
28438 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28439
28440 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28441 list-buffers-directory. This caused the *cvs-commit* buffer to be
28442 sometimes mistakenly reused as a *cvs* buffer.
28443
28444 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28445
28446 * tooltip.el: Move code for GUD tooltips into gud.el.
28447 (require): CL no longer needed to compile case.
28448 (tooltip-mode): Do not toggle functions for GUD tooltips.
28449 (tooltip-gud-tips-p): Remove. Replace with minor mode
28450 gud-tooltip-mode in gud.el.
28451 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28452 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28453 tooltip-gud prefix with gud-tooltip and obsolete.
28454 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28455 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28456 (tooltip-mouse-motion): Mouse movement functions/variable.
28457 Rename in gud.el by adding gud prefix.
28458 (tooltip-gud-original-filter, tooltip-gud-dereference)
28459 (tooltip-gud-event, tooltip-toggle-gud-tips)
28460 (tooltip-gud-process-output, tooltip-gud-print-command)
28461 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28462 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28463 (gdb-tooltip-print): Move to gdb-ui.el.
28464
28465 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28466 (require): CL needed to compile case.
28467 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28468 tooltip-gud-tips-p. Make it a minor-mode.
28469 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28470 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28471 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28472 (gud-tooltip-change-major-mode)
28473 (gud-tooltip-activate-mouse-motions-if-enabled)
28474 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28475 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28476 (gud-tooltip-original-filter, gud-tooltip-dereference)
28477 (gud-tooltip-event, tooltip-toggle-gud-tips)
28478 (gud-tooltip-process-output, gud-tooltip-print-command)
28479 (gud-tooltip-tips): Move from tooltip.el.
28480
28481 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28482 (gdb-cpp-define-alist-flags): Doc fix.
28483 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28484 gud-tooltip-mode is t.
28485
28486 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28487
28488 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28489 evaporate if their text is deleted.
28490 (goto-address-at-point): Make it work as a mouse binding as well.
28491 (goto-address-at-mouse): Obsolete it. Update users.
28492
28493 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28494
28495 * calendar/appt.el (top-level): No longer activate on load.
28496
28497 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28498
28499 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28500 * net/webjump.el (webjump):
28501 * progmodes/idlw-help.el (idlwave-do-context-help1)
28502 (idlwave-highlight-linked-completions):
28503 * textmodes/po.el (po-find-file-coding-system-guts):
28504 Replace `assoc-ignore-case' by `assoc-string'.
28505
28506 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28507
28508 * files.el (locate-file): Doc fix.
28509
28510 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28511 Remove the redundant test for ms-dos.
28512
28513 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28514 look for the preprocessor with exec-suffixes. If not found in
28515 standard places, look in exec-path. Remove most of the tests that
28516 used system-type.
28517
28518 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28519
28520 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28521
28522 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28523 file-name clash with jka-compr.el on 8+3 filesystems.
28524
28525 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28526
28527 * term/mac-win.el: Don't define or bind scroll bar functions if
28528 x-toolkit-scroll-bars is t.
28529 (x-select-text, x-get-selection-value): Clear
28530 x-last-selected-text-clipboard if x-select-enable-clipboard is
28531 nil.
28532 (PRIMARY): Put mac-scrap-name property.
28533 (mac-select-convert-to-file-url): New function.
28534 (public.file-url): New selection target type. Add to
28535 selection-converter-alist.
28536 (x-get-selection, x-selection-value): Handle it.
28537 (x-cut-buffer-or-selection-value): New alias.
28538
28539 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28540
28541 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28542 entry to avoid calling bibtex-find-entry with arg global
28543 being t. Remove arg key.
28544 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28545 (bibtex-copy-summary-as-kill): Change accordingly.
28546
28547 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28548
28549 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28550 (org-agenda-date-later): Use with-current-buffer.
28551
28552 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28553
28554 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28555 (define-obsolete-variable-alias): Doc Fixes.
28556
28557 2005-05-06 Kim F. Storm <storm@cua.dk>
28558
28559 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28560 vertical-motion when selective-display is active.
28561
28562 * ido.el (ido-setup-hook): New hook.
28563 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28564 (ido-input-stack): New var.
28565 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28566 ido-next-work-file binding to M-O.
28567 Bind M-f to ido-wide-find-file-or-pop-dir.
28568 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28569 (ido-read-internal): Run ido-setup-hook.
28570 Catch quit in read-file-name and read-string to cancel edit.
28571 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28572 Automatically pop-all when completing a directory name (RET).
28573 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28574 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28575 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28576 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28577 New functions for M-b/M-f to move among the directory components.
28578 (ido-make-merged-file-list): Catch quit to cancel merge.
28579 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28580 (ido-completion-help): No warnings for ido-completion-buffer-full.
28581
28582 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28583
28584 * font-lock.el (font-lock-negation-char-face): New face and variable.
28585 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28586 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28587 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28588 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28589
28590 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28591
28592 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28593 Fix typo in docstring.
28594
28595 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28596 (ebrowse-print-statistics-line)
28597 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28598
28599 * term/w32-win.el (image-library-alist): Add additional name for
28600 Xpm library.
28601
28602 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28603
28604 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28605 use gcc instead of cpp.
28606
28607 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28608 (gdb-create-define-alist): Use it.
28609 (gdb-cpp-define-alist-program): Update for MS-DOS.
28610
28611 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28612
28613 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28614
28615 2005-05-04 Richard M. Stallman <rms@gnu.org>
28616
28617 * help.el (describe-key): No error when UNTRANSLATED is nil.
28618
28619 * simple.el (line-move-1): Fix previous change to signal errors
28620 appropriately.
28621
28622 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28623
28624 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28625 (icalendar-duration-correction): Remove.
28626 (icalendar--get-event-properties): Split result at commas.
28627 (icalendar--decode-isoduration): New optional argument
28628 DURATION-CORRECTION.
28629 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28630 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28631 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28632 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28633 (icalendar--convert-anniversary-to-ical): New functions, extracted
28634 from icalendar-export-region, with bug fixes.
28635 (icalendar-export-region): Use the above functions.
28636 (icalendar-import-buffer): Check before saving diary file.
28637 (icalendar--convert-recurring-to-diary)
28638 (icalendar--convert-non-recurring-all-day-to-diary)
28639 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28640 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28641 (icalendar--convert-ical-to-diary): Use the above functions.
28642
28643 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28644
28645 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28646 Remove these recent additions.
28647 (c-mode): Restore to before 2005-04-28.
28648
28649 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28650 recent addition.
28651
28652 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28653 (gdb-define-alist): New variables.
28654 (gdb-create-define-alist): New function.
28655 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28656 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28657 with string-to-number.
28658 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28659
28660 * progmodes/gud.el: Replace string-to-int with string-to-number.
28661 (gud-find-file): Handle gdb-define-alist.
28662
28663 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28664
28665 2005-05-02 Jay Belanger <belanger@truman.edu>
28666
28667 * calc/calc-aent.el (math-read-token):
28668 * calc/calc-bin.el (calc-word-size):
28669 * calc/calc-ext.el (calc-read-number-fancy):
28670 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28671 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28672 * calc/calc-frac.el (calc-over-notation):
28673 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28674 (calc-graph-num-points, calc-graph-init):
28675 * calc/calc-prog.el (calc-read-parse-table-part)
28676 (calc-edit-macro-repeats):
28677 * calc/calc-yank.el (calc-do-grab-rectangle):
28678 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28679 Replace `string-to-int' by `string-to-number'.
28680
28681 2005-05-02 Kim F. Storm <storm@cua.dk>
28682
28683 * kmacro.el: Use executing-kbd-macro-index variable.
28684
28685 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28686
28687 * net/rlogin.el (rlogin-parse-words): Delete func.
28688 (rlogin): Use split-string, not rlogin-parse-words.
28689 Also, if there are option-like elements in the parsed args,
28690 take the host to be the first arg immediately following them.
28691 Suggested by Michael Mauger.
28692
28693 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28694
28695 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28696
28697 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28698
28699 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28700 (cc-mode-cpp-program): Rename to cc-define-list-program and
28701 move to cc-vars.el.
28702
28703 * progmodes/cc-vars.el (cc-define-list-program):
28704 Change to "gcc -E -dM -". Make customizable.
28705
28706 2005-05-02 Kim F. Storm <storm@cua.dk>
28707
28708 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28709
28710 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28711
28712 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28713
28714 * international/mule-util.el (truncate-string): Remove alias and
28715 obsolete declaration.
28716
28717 * international/mule-cmds.el (update-iso-coding-systems):
28718 Remove alias and obsolete declaration.
28719
28720 * international/mule.el (coding-system-parent): Remove alias and
28721 obsolete declaration.
28722
28723 * subr.el (define-function, sref): Remove aliases and obsolete
28724 declarations.
28725 (chars-in-region): Remove obsolete declaration.
28726
28727 2005-05-01 Richard M. Stallman <rms@gnu.org>
28728
28729 * info.el (Info-mode): Set widen-automatically to nil, locally.
28730
28731 * simple.el (widen-automatically): New variable.
28732 (pop-global-mark): Obey widen-automatically.
28733
28734 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28735
28736 * term/xterm.el (function-key-map): Call substitute-key-definition
28737 before the keymap size is increased by a lot of define-key calls.
28738
28739 2005-05-01 Richard M. Stallman <rms@gnu.org>
28740
28741 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28742 Rename ARG to ELEMENT. Doc fix.
28743
28744 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28745
28746 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28747 Remove references to allout-exposure/change to allout-new-exposure.
28748
28749 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28750 bytecode symbols.
28751
28752 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28753 (compiled-function-p, focus-frame, unfocus-frame):
28754 Remove aliases and obsolete declarations.
28755 Back out inadvertent changes from previous commit.
28756
28757 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28758
28759 * files.el (require-final-newline): Make Custom tags consistent
28760 with mode-require-final-newline.
28761 (mode-require-final-newline): Doc fix.
28762
28763 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28764
28765 * international/latexenc.el (latexenc-find-file-coding-system):
28766 Fix regular expressions.
28767
28768 2005-05-01 David Kastrup <dak@gnu.org>
28769
28770 * international/latexenc.el (latexenc-find-file-coding-system):
28771 Fix regular expressions.
28772
28773 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28774
28775 * subr.el (string-to-int): Make obsolete.
28776
28777 2005-04-30 Richard M. Stallman <rms@gnu.org>
28778
28779 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28780
28781 * loadup.el: load jka-comp-hook.
28782
28783 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28784 (jka-compr-handler): Add autoload. `put' calls moved
28785 to jka-comp-hook.el.
28786 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28787 (jka-compr-inhibit): Autoload.
28788
28789 * jka-comp-hook.el: New file.
28790 Enable the mode by default.
28791
28792 * files.el (backup-buffer-copy): Use copy-file instead
28793 of write-region, and put back the 'excl.
28794
28795 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28796
28797 * progmodes/flymake.el (flymake-split-string)
28798 (flymake-split-string, flymake-log, flymake-pid-to-names)
28799 (flymake-reg-names, flymake-get-source-buffer-name)
28800 (flymake-unreg-names, flymake-add-line-err-info)
28801 (flymake-add-err-info): Clarify docstrings.
28802 (flymake-popup-menu, flymake-make-emacs-menu)
28803 (flymake-make-xemacs-menu): Add docstrings.
28804 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28805 Set variables directly throughout.
28806
28807 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28808
28809 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28810 exists. Initialize cc-define-alist.
28811 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28812 If there is no file (Macroexpansion) don't create an alist.
28813
28814 2005-04-29 Sam Steingold <sds@gnu.org>
28815
28816 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28817 (cc-create-define-alist): Use it instead of the hard-coded string.
28818
28819 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28820
28821 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28822 for latexenc.
28823
28824 2005-04-29 Lute Kamstra <lute@gnu.org>
28825
28826 * emacs-lisp/generic.el: Improve commentary section.
28827 (define-generic-mode): Improve docstring.
28828
28829 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28830
28831 * textmodes/org.el (many places): Change to quiet the byte compiler.
28832 (org-prefix-format-compiled): New variable.
28833 (org-compile-prefix-format): New function.
28834 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28835 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28836 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28837 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28838 consistency with entries from `org-mode' files.
28839 (org-get-time-of-day): Fix bug with partial matches early in a line.
28840 (org-non-link-chars): New constant.
28841 (org-link-regexp): Respect `org-non-link-chars'.
28842 (org-agenda-day-view): Remove command.
28843 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28844 (org-follow-bbdb-link, org-store-link): Search also company field.
28845 (org-highlight-overlay): New variable.
28846 (org-highlight, org-unhighlight): New functions.
28847 (org-agenda-mode): Add pre-command-hook to remove highlight.
28848 (org-evaluate-time-range): Behavior depends upon whether time stamp
28849 contains a time or not.
28850 (org-show-subtree, org-show-entry): New functions.
28851 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28852
28853 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28854
28855 * comint.el (comint-output-filter-functions): Add autoload cookie.
28856
28857 2005-04-28 Kim F. Storm <storm@cua.dk>
28858
28859 * ido.el (ido-everywhere): Fix last change.
28860
28861 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28862
28863 * international/latexenc.el: New file.
28864 * international/mule-conf.el (file-coding-system-alist): For .tex,
28865 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28866
28867 2005-04-28 Lute Kamstra <lute@gnu.org>
28868
28869 * font-lock.el (font-lock-add-keywords)
28870 (font-lock-remove-keywords): Clarify docstring.
28871 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28872 Don't start docstrings with a `*'.
28873 (font-lock-update-removed-keyword-alist): Give it a docstring.
28874
28875 * generic-x.el: Update commentary section.
28876 Only require font-lock when compiling.
28877 Define all modes conditionally.
28878 Place all generic modes in the generic-x-modes customization group.
28879 (generic-x-modes): New customization group.
28880 (generic-default-modes, generic-mswindows-modes)
28881 (generic-unix-modes, generic-other-modes): New constants.
28882 (generic-define-mswindows-modes, generic-define-unix-modes):
28883 Update docstrings. Make them obsolete.
28884 (generic-extras-enable-list): New default value. Update docstring.
28885 Improve :type. Change :set function.
28886 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28887 Fix docstring.
28888
28889 * emacs-lisp/generic.el (generic-mode-internal):
28890 Simplify font-lock-defaults.
28891 (define-generic-mode): Fix docstring.
28892
28893 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28894
28895 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28896 font-lock-face property to highlight matches.
28897
28898 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28899
28900 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28901 (cc-define-alist): New variable.
28902 (c-mode): Make it local and initialize it.
28903
28904 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28905 (gdb-exited): New function.
28906 (gdb-annotation-rules): Use it.
28907 (gdb-starting): Set gdb-active-process to t.
28908 (gdb-stopping): Amend doc string.
28909 (gdb-reset): Set gdb-active-process to nil.
28910
28911 * tooltip.el (tooltip-gud-tips): Show the associated #define
28912 directives when a C program under GDB is not executing.
28913
28914 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28915
28916 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28917 font-lock-fontify-syntactic-keywords.
28918
28919 * font-lock.el (font-lock-default-fontify-region): Don't force
28920 parse-sexp-lookup-properties to nil.
28921
28922 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28923
28924 * man.el (man-mode-syntax-table): Set up `:' to have
28925 word-constituent syntax.
28926
28927 2005-04-27 Lute Kamstra <lute@gnu.org>
28928
28929 * novice.el (disable-command): Don't add spurious newlines to the
28930 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
28931
28932 2005-04-26 Jay Belanger <belanger@truman.edu>
28933
28934 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
28935 than one window before deleting window.
28936
28937 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
28938
28939 * shell.el (shell-prompt-pattern): Doc fix.
28940 (shell-mode): Set paragraph-separate buffer locally to "\\'".
28941
28942 * comint.el (comint-prompt-regexp, comint-get-old-input)
28943 (comint-use-prompt-regexp)
28944 (comint-use-prompt-regexp-instead-of-fields)
28945 (comint-replace-by-expanded-history, comint-send-input)
28946 (comint-output-filter, comint-get-old-input-default)
28947 (comint-line-beginning-position, comint-bol, comint-show-output)
28948 (comint-backward-matching-input, comint-forward-matching-input)
28949 (comint-next-prompt, comint-previous-prompt):
28950 Rename `comint-use-prompt-regexp-instead-of-fields' to
28951 `comint-use-prompt-regexp'. Keep old name as alias and declare
28952 obsolete.
28953 (comint-use-prompt-regexp): Shorten first line of doc string.
28954
28955 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
28956 Set paragraph-separate buffer locally to "\\'".
28957
28958 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
28959 Adapt to above name change.
28960
28961 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
28962 (smbclient-prompt-regexp): Ditto.
28963
28964 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
28965
28966 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
28967
28968 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
28969 gdb-location-list.
28970 Break lines that are over 80 characters wide.
28971
28972 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
28973
28974 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
28975 New fun and var, to preserve compatibility.
28976
28977 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
28978
28979 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
28980
28981 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
28982 name to file-newer-than-file-p.
28983
28984 2005-04-26 Richard M. Stallman <rms@gnu.org>
28985
28986 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
28987
28988 * progmodes/python.el (python-mode):
28989 Use new name eldoc-documentation-function.
28990
28991 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
28992
28993 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28994 (eldoc-documentation-function):
28995 Rename from eldoc-print-current-symbol-info-function. Calls changed.
28996
28997 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
28998
28999 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29000
29001 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29002
29003 * term/xterm.el (function-key-map): Fix strings for
29004 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29005 {C,S,A,C-S}-{f1-f12}.
29006
29007 2005-04-26 Kenichi Handa <handa@m17n.org>
29008
29009 * international/mule-cmds.el (select-safe-coding-system):
29010 Fix previous change.
29011
29012 2005-04-26 Lute Kamstra <lute@gnu.org>
29013
29014 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29015
29016 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29017 (font-lock-comment-delimiter-face): Ditto.
29018
29019 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29020
29021 2005-04-25 Jay Belanger <belanger@truman.edu>
29022
29023 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29024 to t while inserting information; use help-mode.
29025
29026 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29027
29028 * term.el (ansi-term-color-vector): Use the xterm colors.
29029 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29030
29031 2005-04-25 Lute Kamstra <lute@gnu.org>
29032
29033 * font-core.el (font-lock-defaults): Fix docstring.
29034
29035 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29036
29037 2005-04-25 Kenichi Handa <handa@m17n.org>
29038
29039 * international/mule-cmds.el (select-safe-coding-system):
29040 Don't check consistency with coding: spec, etc if raw-text or
29041 no-conversion was found to be safe.
29042
29043 2005-04-24 Richard M. Stallman <rms@gnu.org>
29044
29045 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29046 citation markers at start of each line.
29047
29048 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29049 citation markers at start of each line.
29050
29051 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29052
29053 * files.el (mode-require-final-newline): Fix previous change.
29054 (require-final-newline): Fix type label.
29055
29056 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29057
29058 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29059 statement in buffer (broken by 2004-11-24 change).
29060
29061 2005-04-24 Kim F. Storm <storm@cua.dk>
29062
29063 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29064 and read-file-name-function values. Don't overwrite existing
29065 non-nil values if ido-mode is enabled without ido-everywhere.
29066
29067 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29068
29069 * files.el (mode-require-final-newline): Minor doc fix.
29070
29071 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29072
29073 * subr.el (syntax-after): Doc fix.
29074 (syntax-class): If argument is nil, return nil. Mask off upper 16
29075 bits, not 8 bits.
29076
29077 * files.el (mode-require-final-newline): Doc fix.
29078 (backup-buffer-copy): Fix last change.
29079
29080 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29081
29082 * term/mac-win.el: Require select. Set selection-coding-system to
29083 mac-system-coding-system. Call menu-bar-enable-clipboard.
29084 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29085 (x-select-enable-clipboard): New variables.
29086 (x-select-text, x-get-selection, x-selection-value)
29087 (x-get-selection-value, mac-select-convert-to-string)
29088 (mac-services-open-file, mac-services-open-selection)
29089 (mac-services-insert-text): New functions.
29090 (CLIPBOARD, FIND): Put mac-scrap-name property.
29091 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29092 (public.tiff): Put mac-ostype property.
29093 (selection-converter-alist): Add entries for them.
29094 (mac-application-menu-map): New keymap.
29095 (interprogram-cut-function, interprogram-paste-function): Set to
29096 x-select-text and x-get-selection-value, respectively.
29097 (split-window-keep-point): Set to t.
29098
29099 2005-04-23 Richard M. Stallman <rms@gnu.org>
29100
29101 * files.el (read-directory-name): Always pass non-nil
29102 DEFAULT-FILENAME arg to read-file-name.
29103 (backup-buffer-copy, basic-save-buffer-2): Take care against
29104 writing thru an unexpected existing symlink.
29105 (revert-buffer): In indirect buffer, revert the base buffer.
29106 (magic-mode-alist): Doc fix.
29107 (buffer-stale-function): Doc fix.
29108 (minibuffer-with-setup-hook): Avoid warning.
29109 (mode-require-final-newline): Doc and custom fix.
29110
29111 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29112
29113 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29114 use the default appearance.
29115 (font-lock-comment-delimiter-face): New face, new variable.
29116
29117 * imenu.el (imenu--generic-function): The official position of a
29118 definition is the start of the line that BEG is in.
29119
29120 * midnight.el (midnight-timer): Move defvar up.
29121
29122 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29123
29124 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29125
29126 * startup.el (command-line): Use with-no-warnings.
29127
29128 * window.el (window-size-fixed): New defvar.
29129
29130 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29131
29132 * mail/rmail.el (rmail-font-lock-keywords):
29133 Use font-lock-comment-delimiter-face.
29134
29135 * mail/sendmail.el (mail-font-lock-keywords):
29136 Use font-lock-comment-delimiter-face.
29137
29138 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29139
29140 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29141
29142 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29143 Specify t for LAXMATCH when matching directories.
29144 Save match data around compilation-compat-error-properties form.
29145
29146 2005-04-23 David Kastrup <dak@gnu.org>
29147
29148 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29149 Mention that the autoloaded aliases should be kept for AUCTeX.
29150
29151 2005-04-23 Andreas Schwab <schwab@suse.de>
29152
29153 * isearch.el (isearch-forward): Doc fix.
29154
29155 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29156
29157 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29158 (jit-lock-stealth-nice): Change default value to 0.5.
29159
29160 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29161
29162 * abbrev.el (write-abbrev-file): Write table entries in
29163 alphabetical order by table name.
29164
29165 2005-04-22 Kim F. Storm <storm@cua.dk>
29166
29167 * ido.el (ido-read-internal): Fix `list' completion.
29168
29169 2005-04-22 Kenichi Handa <handa@m17n.org>
29170
29171 * recentf.el (recentf-save-file-coding-system): New variable.
29172 (recentf-save-list): Encode the file by
29173 recentf-save-file-coding-system and add coding: tag.
29174
29175 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29176
29177 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29178
29179 2005-04-21 Lute Kamstra <lute@gnu.org>
29180
29181 * loadhist.el (unload-feature): Don't remove a function from hooks
29182 if it is about to be restored to an autoload . Remove functions
29183 that will become unbound from auto-mode-alist. Simplify the code.
29184
29185 * subr.el (assq-delete-all): New implementation that is linear,
29186 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29187 (rassq-delete-all): New function.
29188
29189 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29190 Add size-indication-mode.
29191
29192 2005-04-21 Kenichi Handa <handa@m17n.org>
29193
29194 * international/mule-cmds.el: Add autoload for widget-value in
29195 eval-when-compile.
29196
29197 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29198
29199 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29200 Add tooltip-mode.
29201
29202 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29203
29204 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29205
29206 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29207 (inferior-lisp-filter-regexp, inferior-lisp-program)
29208 (inferior-lisp-load-command, inferior-lisp-prompt)
29209 (inferior-lisp-mode-hook, lisp-source-modes)
29210 (inferior-lisp-load-hook): defvar->defcustom.
29211 (inferior-lisp-program, inferior-lisp-prompt)
29212 (inferior-lisp-load-hook): Doc fixes.
29213 (inferior-lisp-install-letter-bindings): Small change in
29214 introductory comment.
29215
29216 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29217
29218 * vc.el (vc-annotate-color-map): Change some colors so that text
29219 using them as foreground is readable on both white and black
29220 backgrounds.
29221
29222 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29223
29224 * international/mule-conf.el (translation-table-for-input):
29225 Remove redundant declaration.
29226
29227 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29228
29229 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29230
29231 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29232 (tooltip-toggle-gud-tips): New function.
29233
29234 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29235
29236 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29237 right angle brackets.
29238
29239 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29240
29241 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29242
29243 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29244
29245 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29246 Remove. Update callers to use expand-file-name instead.
29247
29248 * subr.el (syntax-class): New function.
29249
29250 * simple.el (blink-matching-open): Use it.
29251
29252 * paren.el (show-paren-function): Use it to recognize parens that are
29253 also used in 2-char comment markers.
29254
29255 2005-04-19 Lute Kamstra <lute@gnu.org>
29256
29257 * loadhist.el (unload-feature): Update for new format of
29258 load-history. Simplify the code.
29259
29260 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29261
29262 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29263 (mac-add-charset-info): New function. Initialize variable
29264 mac-charset-info-alist using it.
29265 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29266 for translation.
29267 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29268 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29269 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29270 New CCL programs.
29271
29272 2005-04-19 Kim F. Storm <storm@cua.dk>
29273
29274 * simple.el (next-buffer, prev-buffer, next-error)
29275 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29276 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29277
29278 * bindings.el (next-buffer, prev-buffer, next-error)
29279 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29280 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29281 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29282 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29283
29284 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29285
29286 * isearch.el (isearch-edit-string): Make the search-ring available for
29287 minibuffer history commands.
29288 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29289 the default history commands now work just as well.
29290 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29291
29292 2005-04-18 Kim F. Storm <storm@cua.dk>
29293
29294 * emulation/cua-base.el (cua--pre-command-handler): Add more
29295 elaborate check for shift modifier on non-window systems.
29296
29297 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29298
29299 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29300
29301 2005-04-18 Kim F. Storm <storm@cua.dk>
29302
29303 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29304 and make it optional. Don't test tooltip-gud-echo-area here.
29305 (tooltip-gud-process-output, gdb-tooltip-print):
29306 Pass tooltip-gud-echo-area to tooltip-show.
29307 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29308
29309 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29310
29311 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29312 `display-graphic-p' may not be bound yet.
29313
29314 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29315
29316 * startup.el (command-line): No longer enable Xterm Mouse mode by
29317 default in terminals compatible with xterm.
29318
29319 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29320
29321 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29322
29323 * tooltip.el (tooltip-gud-echo-area): Rename from
29324 tooltip-use-echo-area.
29325 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29326 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29327 area independently of where help tooltips are displayed.
29328
29329 2005-04-17 David Kastrup <dak@gnu.org>
29330
29331 * cus-theme.el (custom-theme-write-variables): Quote variables
29332 where necessary.
29333
29334 2005-04-17 Richard M. Stallman <rms@gnu.org>
29335
29336 * simple.el (yank-excluded-properties): Add follow-link to value.
29337
29338 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29339
29340 * startup.el (fancy-splash-max-time): Just 30 seconds.
29341 (fancy-splash-delay): Just 7.
29342 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29343
29344 * loadhist.el (unload-feature): Update for new format of load-history.
29345 Simplify the code.
29346
29347 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29348 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29349
29350 * mail/sendmail.el (mail-font-lock-keywords):
29351 Don't fontify subject text.
29352 Don't fontify the text of a citation.
29353
29354 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29355
29356 * comint.el (comint-output-filter): Run comint-output-filter-functions
29357 with point where the user had it.
29358
29359 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29360
29361 * international/ucs-tables.el (ucs-set-table-for-input):
29362 Disable when using unify-on-decoding.
29363
29364 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29365
29366 * emulation/cua-base.el (cua-global-mark-face): Add special case
29367 for displays supporting a high number of colors.
29368
29369 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29370
29371 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29372
29373 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29374
29375 * filesets.el (filesets-add-buffer): If user supplies a name of a
29376 non-existing fileset, create a new fileset.
29377
29378 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29379
29380 * textmodes/org.el (org-up-heading-all): Fix bug with
29381 `outline-up-heading-all'.
29382
29383 2005-04-16 Andreas Schwab <schwab@suse.de>
29384
29385 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29386 /etc/permissions.d/* and /etc/aliases.d/*.
29387
29388 2005-04-16 Kenichi Handa <handa@m17n.org>
29389
29390 * international/code-pages.el (cp-make-coding-system):
29391 Set `translation-table-for-input' property value to the symbol
29392 ucs-mule-to-mule-unicode, not to that value.
29393 (pt154): Escape guillemet by `\'.
29394
29395 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29396
29397 * loadup.el: Load tooltip if x-show-tip is fboundp.
29398
29399 * startup.el (command-line): Add comment.
29400
29401 * tooltip.el (tooltip-mode): Specify correct standard value for
29402 Custom in init-value.
29403
29404 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29405
29406 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29407 possible.
29408
29409 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29410
29411 * textmodes/org.el (org-agenda-date-prompt): Rename from
29412 `org-agenda-date-today'.
29413 (org-evaluate-time-range): Insert at point instead of directly
29414 after time range.
29415 (org-first-headline-recenter, org-subtree-end-visible-p)
29416 (org-optimize-window-after-visibility-change): New functions
29417 (org-agenda-post-command-hook): Don't allow point at end of line,
29418 to make sure it always hits the text properties.
29419 (org-agenda-next-date-line, org-agenda-previous-date-line):
29420 New commands.
29421 (org-set-regexps-and-options): Category may contain white space.
29422 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29423 Improve marker positions.
29424 (org-agenda-new-marker): Argument POS made optional.
29425 (org-agenda-get-timestamps): Deadlines which are done are listed
29426 in org-done-face now.
29427 (org-agenda-get-todos, org-agenda-get-timestamps)
29428 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29429 Set `undone-face' and `done-face' properties.
29430 (org-last-todo-state-is-todo): New variable.
29431 (org-todo): Set `org-last-todo-state-is-todo'.
29432 (org-agenda-todo): Change face according to
29433 `org-last-todo-state-is-todo'. And change other lines referring to
29434 the same entry.
29435 (org-calendar-goto-agenda): New command.
29436 (org-calendar-to-agenda-key): New option.
29437 (org-startup-folded): New allowed value `content'.
29438 (org-set-regexps-and-options): Accept new value `content' for
29439 `org-startup-folded'.
29440 (org-get-current-options): Handle new value `content' for
29441 `org-startup-folded'.
29442 (org-insert-todo-heading): New command.
29443 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29444 interactively in empty file and option
29445 `org-insert-mode-line-in-empty-file' has been set.
29446 (org-agenda-todo, org-agenda-priority): Modify to use
29447 `org-agenda-change-all-lines'.
29448 (org-warning-face): Change color on dark background.
29449
29450 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29451
29452 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29453 use preferences AppleLocale and AppleLanguages, and variable
29454 mac-system-locale for default locale. On Mac OS Classic, use
29455 mac-system-coding-system for default coding systems.
29456
29457 * term/mac-win.el: Don't set file-name-coding-system.
29458 Decode variables system-name, emacs-build-system, user-login-name, and
29459 user-full-name by mac-system-coding-system on Mac OS Classic.
29460 (mac-system-coding-system): New variable.
29461
29462 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29463
29464 * startup.el (command-line): Handle `xterm-mouse-mode' before
29465 reading init file.
29466
29467 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29468
29469 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29470
29471 * progmodes/sh-script.el (sh-here-document-word): Make it a
29472 defcustom. Doc fix.
29473 (sh-add): Bash uses $(( )) for arithmetic.
29474 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29475 (sh-maybe-here-document): Remove quotes and leading whitespace
29476 from heredoc word when closing. Indent heredoc with tabs if word
29477 starts with "-".
29478
29479 2005-04-13 Richard M. Stallman <rms@gnu.org>
29480
29481 * simple.el (undo): Fix previous change.
29482
29483 * custom.el (defface): Doc fix.
29484
29485 2005-04-13 Lute Kamstra <lute@gnu.org>
29486
29487 * Makefile.in (DONTCOMPILE): Remove list.
29488 (compile, compile-always): Don't use DONTCOMPILE.
29489 (update-authors): Load the library in which batch-update-authors
29490 is defined.
29491 * makefile.w32-in (DONTCOMPILE): Remove list.
29492 (compile, compile-always): Fix comments.
29493 (update-authors): Load the library in which batch-update-authors
29494 is defined.
29495
29496 * generic-x.el (generic-mode-ini-file-find-file-hook):
29497 Rename to ini-generic-mode-find-file-hook.
29498 Keep generic-mode-ini-file-find-file-hook as an alias.
29499 (ini-generic-mode-find-file-hook): Rename from
29500 generic-mode-ini-file-find-file-hook. Fix docstring.
29501 (ini-generic-mode): Docstring change.
29502 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29503
29504 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29505 called from lisp.
29506
29507 * generic.el: Move to the emacs-lisp subdir.
29508
29509 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29510
29511 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29512 and C-S- function and cursor motion keys.
29513
29514 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29515
29516 * startup.el (command-line): Enable Xterm Mouse mode by default.
29517 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29518 for Custom. No longer show "Mouse" in mode line when enabled.
29519 Doc fix.
29520
29521 2005-04-12 Kim F. Storm <storm@cua.dk>
29522
29523 * emulation/cua-base.el (cua-rectangle-face)
29524 (cua-rectangle-noselect-face): Define face attributes here.
29525
29526 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29527
29528 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29529
29530 * startup.el (command-line): Turn off blinking cursor if
29531 cursorBlink in resources is off or false.
29532
29533 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29534
29535 * term/mac-win.el (dnd): Require dnd.
29536 (mac-drag-n-drop): Call dnd-handle-one-url.
29537 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29538 (kTextEncodingISOLatin2): Remove constants.
29539 (mac-script-code-coding-systems): New constant.
29540 (mac-handle-language-change): New function.
29541 (special-event-map): Bind it to `language-change' event.
29542 (mac-centraleurroman, mac-cyrillic): New coding systems.
29543 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29544 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29545 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29546 encode-mac-cyrillic, respectively.
29547
29548 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29549
29550 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29551 Don't set overlay-arrow-string to "=>" as this is done
29552 globally in C now.
29553
29554 2005-04-12 Lute Kamstra <lute@gnu.org>
29555
29556 * generic-x.el (rc-generic-mode, rul-generic-mode):
29557 Fix auto-mode-alist entries.
29558 (etc-fstab-generic-mode): Tweak fontification.
29559
29560 * generic.el (generic-make-keywords-list): Fix docstring.
29561 (generic-mode-internal): Simplify generic-font-lock-keywords.
29562
29563 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29564
29565 * whitespace.el (whitespace-buffer-leading)
29566 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29567 However, fix the highlight area for the leading and
29568 trailing whitespaces to show space.
29569
29570 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29571
29572 * whitespace.el (whitespace-version): Bump to 3.5.
29573
29574 (whitespace-buffer-leading, whitespace-buffer-trailing):
29575 Invert sense of the test to highlight the whitespace.
29576
29577 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29578
29579 * progmodes/gud.el (gud-display-line): GUD uses its own
29580 overlay arrow now so don't set overlay-arrow-string.
29581 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29582
29583 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29584
29585 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29586 (term-ansi-current-reverse, term-ansi-current-invisible)
29587 (term-ansi-face-already-done): Change to boolean.
29588 (term-reset-terminal, term-handle-colors-array): Handle the above
29589 vars accordingly.
29590 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29591 (term-emulate-terminal): Use the new name.
29592
29593 * faces.el (secondary-selection): Use yellow1, not yellow.
29594 (trailing-whitespace): Use red1, not red.
29595
29596 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29597
29598 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29599 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29600 (dired-dnd-handle-file): Call dnd-get-local-file-uri.
29601
29602 * cus-edit.el (dnd): New group.
29603
29604 * term/w32-win.el (dnd): Require dnd
29605 (w32-drag-n-drop): Call dnd-handle-one-url.
29606
29607 * x-dnd.el: Require dnd.
29608 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29609 Call dnd-handle-one-url.
29610 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29611 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29612 to dnd-insert-text.
29613 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29614 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29615 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29616 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29617
29618 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29619
29620 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29621
29622 * wdired.el: Doc fixes.
29623 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29624 (wdired-use-dired-vertical-movement): Rename from
29625 wdired-always-move-to-filename-beginning.
29626 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29627 (wdired-change-to-wdired-mode): Change mode name.
29628 (wdired-newline): Delete.
29629
29630 2005-04-11 Richard M. Stallman <rms@gnu.org>
29631
29632 * whitespace.el (whitespace-highlight-the-space):
29633 Don't call whitespace-unhighlight-the-space here.
29634
29635 * simple.el (undo): Record t in undo-equiv-table
29636 for the redo record made by an undo-in-region.
29637
29638 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29639
29640 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29641 (gdb-frame-inferior-io-buffer): New Functions to control
29642 display of separate IO buffer.
29643 (menu): Add them to menu-bar.
29644 (gdb-display-buffer): Check for buffer another frame.
29645 Protect GUD buffer.
29646 (gdb-setup-windows): Create IO buffer if not already there.
29647 (gdb-memory-mode): Remove purecopy noops.
29648
29649 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29650
29651 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29652 and pass to self-insert-command.
29653
29654 2005-04-11 Lute Kamstra <lute@gnu.org>
29655
29656 * generic.el: Commentary section cleanup.
29657 (generic): Delete.
29658 (generic-use-find-file-hook, generic-lines-to-scan)
29659 (generic-find-file-regexp, generic-ignore-files-regexp)
29660 (default-generic-mode, generic-mode-find-file-hook)
29661 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29662 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29663 (generic-use-find-file-hook, generic-lines-to-scan)
29664 (generic-find-file-regexp, generic-ignore-files-regexp)
29665 (default-generic-mode, generic-mode-find-file-hook)
29666 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29667
29668 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29669
29670 * bookmark.el (bookmark-write-file): Catch errors writing file.
29671 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29672
29673 2005-04-10 Richard M. Stallman <rms@gnu.org>
29674
29675 * startup.el (fancy-splash-tail): Update copyright year.
29676 (command-line): Split part of -Q into -D.
29677 (emacs-basic-display): New defvar.
29678 (fancy-splash-text): Correct name of menu item.
29679
29680 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29681
29682 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29683 lines in one node.
29684
29685 * comint.el (comint-send-input): New arg ARTIFICIAL.
29686 Callers in this file changed.
29687
29688 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29689
29690 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29691
29692 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29693
29694 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29695 `ldap-search-internal'.
29696
29697 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29698
29699 * files.el (set-auto-mode-1): Use line-end-position.
29700
29701 * international/latin-1.el:
29702 * international/latin-2.el:
29703 * international/latin-3.el:
29704 * international/latin-4.el:
29705 * international/latin-5.el:
29706 * international/latin-8.el:
29707 * international/latin-9.el: Give punctuation syntax to NBSP.
29708
29709 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29710 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29711 Use char-classes to accept non-ascii letters, accepted in some recent
29712 bibtex implementations.
29713
29714 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29715
29716 * custom.el (custom-set-minor-mode): Any non-nil value for the
29717 variable should enable the mode when set through Custom.
29718
29719 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29720
29721 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29722 TAB binding so tab-always-indent is obeyed.
29723 (vhdl-minibuffer-local-map): Move initialization into declaration.
29724 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29725 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29726 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29727 (vhdl-current-line): Use line-beginning-position.
29728 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29729 with-output-to-temp-buffer, so the current position can be recorded.
29730
29731 2005-04-10 Masatake YAMATO <jet@gyve.org>
29732
29733 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29734 Add regexp for gcov.
29735
29736 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29737
29738 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29739 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29740 syntax which Emacs 20 doesn't support.
29741
29742 2005-04-09 Richard M. Stallman <rms@gnu.org>
29743
29744 * help.el (describe-key-briefly, describe-key):
29745 Replace strings as event types with "(any string)".
29746
29747 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29748
29749 * arc-mode.el (archive-mode-map): Move initialization into
29750 the declaration. Override *all* bindings of `undo'.
29751 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29752
29753 2005-04-09 Jay Belanger <belanger@truman.edu>
29754
29755 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29756
29757 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29758
29759 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29760 (xterm-register-default-colors): Update color values computation
29761 to match xterm-200.
29762
29763 2005-04-09 Kenichi Handa <handa@m17n.org>
29764
29765 * international/code-pages.el (iso-latin-7): Fix the map.
29766
29767 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29768
29769 * emacs-lisp/lisp.el (defun-prompt-regexp)
29770 (parens-require-spaces, buffer-end, end-of-defun)
29771 (insert-parentheses): Doc fixes.
29772
29773 2005-04-08 Kim F. Storm <storm@cua.dk>
29774
29775 * comint.el (comint-highlight-prompt): Fix face spec.
29776 * hi-lock.el (hi-green): Likewise.
29777
29778 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29779
29780 * cus-edit.el (custom-modified-face):
29781 * comint.el (comint-highlight-input): Fix previous changes.
29782 * term.el (term-handle-ansi-escape): Add a comment.
29783
29784 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29785
29786 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29787 in the buffer and in whitespace-highlighted-space.
29788 (whitespace-unhighlight-the-space): Simplify.
29789 (whitespace-buffer): Simplify.
29790
29791 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29792
29793 * textmodes/table.el (table-cell-face): Add special case for
29794 displays supporting a high number of colors.
29795 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29796 (vhdl-font-lock-reserved-words-face)
29797 (vhdl-speedbar-architecture-face)
29798 (vhdl-speedbar-instantiation-face)
29799 (vhdl-speedbar-architecture-selected-face)
29800 (vhdl-speedbar-instantiation-selected-face): Likewise.
29801 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29802 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29803 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29804 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29805 (ebrowse-progress-face): Likewise.
29806 * progmodes/compile.el (compilation-info-face): Likewise.
29807 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29808 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29809 * calendar/calendar.el (diary-face): Likewise.
29810 * woman.el (woman-italic-face, woman-bold-face)
29811 (woman-unknown-face): Likewise.
29812 * wid-edit.el (widget-button-pressed-face): Likewise.
29813 * whitespace.el (whitespace-highlight-face): Likewise.
29814 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29815 * pcvs-info.el (cvs-marked-face): Likewise.
29816 * info.el (info-xref): Likewise.
29817 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29818 * hilit-chg.el (highlight-changes-face)
29819 (highlight-changes-delete-face): Likewise.
29820 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29821 (hi-red-b): Likewise.
29822 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29823 * font-lock.el (font-lock-keyword-face)
29824 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29825 * cus-edit.el (custom-invalid-face, custom-modified-face)
29826 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29827 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29828 * comint.el (comint-highlight-prompt): Likewise.
29829
29830 2005-04-08 Lute Kamstra <lute@gnu.org>
29831
29832 * font-lock.el (font-lock-keywords): Docstring fixes.
29833
29834 2005-04-08 Kenichi Handa <handa@m17n.org>
29835
29836 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29837 chars are more than a limit, print " and more..." at the tail.
29838
29839 2005-04-08 Kim F. Storm <storm@cua.dk>
29840
29841 * emacs-lisp/authors.el (authors-aliases): Update list.
29842 (authors-ignored-files): New list.
29843 (authors-fixed-entries): Fix typo.
29844 (authors-renamed-files-alist): Update list.
29845 (authors-add): Check authors-ignored-files.
29846
29847 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29848
29849 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29850 optional, to ensure backward compatibility.
29851
29852 2005-04-08 Stephen Eglen <stephen@gnu.org>
29853
29854 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29855
29856 2005-04-08 Kim F. Storm <storm@cua.dk>
29857
29858 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29859
29860 * mouse.el (mouse-on-link-p): Doc fix.
29861
29862 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29863
29864 * ielm.el (ielm-prompt-read-only): Doc fix.
29865
29866 * comint.el (comint-prompt-read-only): Doc fix.
29867
29868 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29869
29870 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29871 ensure dired always handles wildcards passed to ffap.
29872 (find-file-at-point): Use it.
29873 (ffap-dired-wildcards): Doc fix.
29874
29875 2005-04-07 Juri Linkov <juri@jurta.org>
29876
29877 * simple.el (next-error-overlay-arrow-position): New defvar.
29878 Put "=>" on its property `overlay-arrow-string'. Add it to
29879 `overlay-arrow-variable-list'.
29880
29881 * progmodes/compile.el (compilation-setup):
29882 Set `next-error-overlay-arrow-position' to nil. Also set it to
29883 nil in the local hook `kill-buffer-hook'. Make local variable
29884 `overlay-arrow-string' and set it to "=>".
29885 (compilation-goto-locus): Set BOL position to
29886 `next-error-overlay-arrow-position' instead of
29887 `overlay-arrow-position'.
29888
29889 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29890 locally instead of adding it to the global hook.
29891 (Info-kill-buffer): Move up.
29892
29893 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29894
29895 * term/xterm.el (xterm-standard-colors): Update color values from
29896 xterm-200.
29897
29898 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29899
29900 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29901
29902 * fast-lock.el:
29903 * lazy-lock.el: Move them to the obsolete subdir.
29904
29905 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29906
29907 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29908 (wdired-add-replace-advice): Remove.
29909 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29910
29911 2005-04-06 Kim F. Storm <storm@cua.dk>
29912
29913 * startup.el (command-line): Add --bare-bones alias for -Q.
29914
29915 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29916
29917 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29918 create the startup fontset if a font specification ends with
29919 `mac-roman'.
29920
29921 2005-04-06 Lute Kamstra <lute@gnu.org>
29922
29923 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
29924 change.
29925
29926 * emacs-lisp/copyright.el (copyright-update-year): Replace the
29927 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
29928
29929 2005-04-05 Lute Kamstra <lute@gnu.org>
29930
29931 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
29932 (define-generic-mode): Ditto. Fix debug declaration.
29933
29934 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
29935 Put them in the generic-x group.
29936
29937 * calendar/timeclock.el (timeclock): Doc fix.
29938
29939 * generic.el (define-generic-mode): Don't use custom-current-group.
29940 Document default :group value.
29941 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
29942 (define-global-minor-mode): Don't use custom-current-group.
29943
29944 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
29945
29946 * startup.el (command-line-1): Display startup-echo-area-message
29947 when fancy splash screen is in use.
29948
29949 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
29950 (sh-escaped-newline): New face.
29951 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
29952 newline, and use sh-escaped-newline face.
29953
29954 * progmodes/tcl.el (tcl-escaped-newline): New face.
29955 (tcl-builtin-list): New variable.
29956 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
29957 newlines. Fix keywords subexpression number.
29958
29959 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
29960
29961 * textmodes/org.el (org-diary-default-entry): Fix call to
29962 `add-to-diary-entry'.
29963
29964 2005-04-05 Kim F. Storm <storm@cua.dk>
29965
29966 * ediff-init.el: Use (featurep 'xemacs).
29967
29968 2005-04-05 David Ponce <david@dponce.com>
29969
29970 * cus-edit.el (face): Derive from symbol widget. Display sample
29971 of the current face on the fly.
29972 (widget-face-sample-face-get, widget-face-notify): New functions.
29973 (widget-face-value-create): Remove.
29974
29975 * wid-edit.el (widget-field-end): Temporarily remove field
29976 narrowing before to call `get-char-property'.
29977
29978 2005-04-04 Jay Belanger <belanger@truman.edu>
29979
29980 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
29981 (math-read-subscripts): New variable.
29982 (math-read-preprocess-string): Process subscripts.
29983
29984 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
29985
29986 * comint.el (comint-prompt-read-only): Doc fix.
29987
29988 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
29989 `-1'. Doc fix.
29990
29991 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
29992
29993 * textmodes/org.el (org-insert-mode-line-in-empty-file):
29994 Change default value to nil.
29995
29996 2005-04-04 Lute Kamstra <lute@gnu.org>
29997
29998 * autorevert.el (auto-revert-mode): Specify :group.
29999 * battery.el (display-battery-mode): Specify :group.
30000 * diff-mode.el (diff-minor-mode): Specify :group.
30001 * font-core.el (font-lock-mode): Specify :group.
30002 * hl-line.el (hl-line-mode): Specify :group.
30003 * iimage.el (iimage): New customization group.
30004 (iimage-mode): Specify :group.
30005 * longlines.el (longlines-mode): Specify :group.
30006 * master.el: Don't require easy-mmode.
30007 (master): New customization group.
30008 (master-mode): Specify :group.
30009 * msb.el (msb-mode): Specify :group.
30010 * reveal.el (reveal-mode): Specify :group.
30011 * simple.el (next-error-follow-minor-mode): Specify :group.
30012 * smerge-mode.el (smerge-mode): Specify :group.
30013 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30014 * emulation/cua-base.el (cua-mode): Specify :group.
30015 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30016 * language/thai-util.el (thai-auto-composition-mode)
30017 (thai-word-mode): Specify :group.
30018 * mail/supercite.el (sc-minor-mode): Specify :group.
30019 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30020 * progmodes/flymake.el (flymake-mode): Specify :group.
30021 * progmodes/glasses.el (glasses-mode): Specify :group.
30022 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30023 * textmodes/enriched.el (enriched-mode): Specify :group.
30024 * textmodes/refill.el (refill-mode): Specify :group.
30025
30026 * add-log.el (change-log-font-lock-keywords): Names in
30027 parenthesized lists can contain spaces.
30028
30029 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30030
30031 * startup.el (fancy-splash-text): Shorten default text of
30032 "Emacs Tutorial" line. Also, if the current language env
30033 indicates an available tutorial file other than TUTORIAL,
30034 extract its title and append it to the line in parentheses.
30035 (fancy-splash-insert): If arg is a thunk, funcall it.
30036
30037 2005-04-04 Jay Belanger <belanger@truman.edu>
30038
30039 * calc.el (calc-language-alist): Add tags to customization type.
30040
30041 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30042
30043 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30044 Doc fix.
30045
30046 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30047
30048 * add-log.el (change-log-font-lock-keywords): The manual
30049 describing a Change Log entry, says: (...) "Aside from these
30050 header lines, every line in the change log starts with a space or
30051 a tab.". The font-lock was not highlighting lines started with
30052 spaces, added support for it.
30053
30054 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30055
30056 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30057 (bibtex-generate-url-list): Update docstring accordingly. Put the
30058 complex example in the docstring.
30059 (bibtex-font-lock-url): Use pop.
30060
30061 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30062
30063 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30064
30065 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30066
30067 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30068
30069 * filesets.el (filesets-set-default): Doc fix.
30070
30071 2005-04-03 Lute Kamstra <lute@gnu.org>
30072
30073 * generic.el (define-generic-mode): Add argument to specify
30074 keywords for defcustom.
30075 (default-generic-mode): Specify :group.
30076
30077 * generic-x.el: Specify :group for all generic modes.
30078
30079 * desktop.el (desktop-no-desktop-file-hook)
30080 (desktop-after-read-hook): Doc fix.
30081
30082 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30083
30084 * simple.el (visible-mode): Use explicit :group keyword.
30085 This changes the group of `visible-mode-hook' from paren-blinking
30086 to editing-basics.
30087
30088 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30089
30090 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30091 mailbox specifications as well as URLs.
30092 (rmail-insert-inbox-text): Remove unused conditional branches.
30093
30094 2005-04-01 Jay Belanger <belanger@truman.edu>
30095
30096 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30097 (calc-gnuplot-print-command): Move definitions to calc.el.
30098
30099 * calc/calc-embed.el (calc-embedded-announce-formula)
30100 (calc-embedded-open-formula, calc-embedded-close-formula)
30101 (calc-embedded-open-word, calc-embedded-close-word)
30102 (calc-embedded-open-plain, calc-embedded-close-plain)
30103 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30104 (calc-embedded-open-mode, calc-embedded-close-mode):
30105 Move definitions to calc.el.
30106
30107 * calc/calc.el (calc-settings-file, calc-language-alist):
30108 Make customizable.
30109 (calc-embedded-announce-formula, calc-embedded-open-formula)
30110 (calc-embedded-close-formula, calc-embedded-open-word)
30111 (calc-embedded-close-word, calc-embedded-open-plain)
30112 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30113 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30114 (calc-embedded-close-mode, calc-gnuplot-name)
30115 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30116 from other files and make customizable.
30117
30118 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30119
30120 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30121 Use buffer-live-p.
30122 (cvs-mode-run): Don't call cvs-update-header here.
30123 (cvs-run-process): Call cvs-update-header.
30124 Use process properties for cvs-postprocess and cvs-buffer so that
30125 the sentinel can behave better if the temp buffer is killed.
30126 Use a pipe rather than a tty, to better handle unexpected prompts.
30127 (cvs-sentinel): Rewrite. Call cvs-update-header.
30128
30129 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30130
30131 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30132 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30133
30134 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30135
30136 * generic.el (define-generic-mode): Add indentation rule.
30137
30138 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30139
30140 * files.el (mode-require-final-newline): Make Custom correctly
30141 report a nil value and allow to set it to nil via Custom.
30142 Doc fix.
30143
30144 2005-04-01 Kenichi Handa <handa@m17n.org>
30145
30146 * international/characters.el: Enable the correct case setting for
30147 dotless-i and dotted-I.
30148
30149 2005-04-01 Kim F. Storm <storm@cua.dk>
30150
30151 * ido.el (ido-file-internal): Fall back to non-ido command if
30152 initial directory is on slow ftp (or tramp) host.
30153
30154 2005-03-31 Richard M. Stallman <rms@gnu.org>
30155
30156 * emacs-lisp/autoload.el (make-autoload):
30157 Handle define-global-minor-mode.
30158
30159 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30160 Rename from easy-mmode-define-global-mode.
30161 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30162
30163 * progmodes/scheme.el (scheme-mode-syntax-table):
30164 Update syntax of | and # for two-character comment syntax.
30165
30166 2005-03-31 Lute Kamstra <lute@gnu.org>
30167
30168 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30169 (define-minor-mode): Call custom-current-group at load-time.
30170
30171 * generic.el (define-generic-mode): Add debug declaration.
30172 Add defcustom for the mode hook.
30173 (generic-mode-internal): Use run-mode-hooks.
30174
30175 2005-03-31 Kim F. Storm <storm@cua.dk>
30176
30177 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30178 (mouse-fixup-help-message): New defun called by show_help_echo
30179 to fixup mouse-2 prefix in help messages when applicable.
30180
30181 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30182
30183 2005-03-31 Kenichi Handa <handa@m17n.org>
30184
30185 * language/thai-word.el (thai-find-word-ends): Pay attention to
30186 the case that we reach the end of buffer.
30187
30188 * textmodes/fill.el (fill-text-properties-at): New function.
30189 (fill-newline): Use fill-text-properties-at instead of
30190 text-properties-at.
30191
30192 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30193
30194 * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
30195 not comint-quote-filename.
30196
30197 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30198
30199 * help-fns.el (help-with-tutorial): Revert last change.
30200
30201 2005-03-31 Kim F. Storm <storm@cua.dk>
30202
30203 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30204
30205 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30206
30207 * calendar/cal-china.el: Update reference to "Calendrical
30208 Calculations" book; there's a new edition.
30209 * calendar/cal-coptic.el: Likewise.
30210 * calendar/cal-french.el: Likewise.
30211 * calendar/cal-hebrew.el: Likewise.
30212 * calendar/cal-islam.el: Likewise.
30213 * calendar/cal-iso.el: Likewise.
30214 * calendar/cal-julian.el: Likewise.
30215 * calendar/cal-mayan.el: Likewise.
30216 * calendar/cal-persia.el: Likewise.
30217 * calendar/calendar.el: Likewise.
30218 * calendar/holidays.el: Likewise.
30219 * calendar/lunar.el: Likewise.
30220 * calendar/solar.el: Likewise.
30221
30222 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30223 white space from doc string.
30224
30225 2005-03-30 Jay Belanger <belanger@truman.edu>
30226
30227 * calc/calc-help.el (calc-full-help): Remove email address.
30228
30229 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30230
30231 * help-fns.el (help-with-tutorial): Delete title line.
30232
30233 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30234
30235 * calendar/cal-x.el (calendar-one-frame-setup)
30236 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30237 rather than `symbol' for set-window-dedicated-p.
30238
30239 * calendar/appt.el (appt-buffer-name): Make it a constant.
30240 (appt-add): Doc fix.
30241
30242 * filesets.el (filesets-menu-path, filesets-menu-before)
30243 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30244 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30245 (filesets-add-submenu): Delete and use add-submenu instead.
30246
30247 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30248
30249 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30250 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30251 (org-diary-default-entry): New function.
30252 (org-get-entries-from-diary): Better parsing of diary entries.
30253 (org-agenda-check-no-diary): New function.
30254 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30255 linking to diary entries.
30256 (org-agenda-execute-calendar-command): New function.
30257 (org-agenda): Improve visible section in window.
30258 Use `org-fit-agenda-window'.
30259 (org-fit-agenda-window): New option.
30260 (org-move-subtree-down): Better handling of empty lines
30261 at end of subtree.
30262 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30263 levels up.
30264 (org-fontify-done-headline): New option.
30265 (org-headline-done-face): New face.
30266 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30267 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30268 When current field is non-empty, it is copied to next row.
30269 (org-table-copy-from-above): Fix bug which made it
30270 impossible to copy fields containing only a single non-white character.
30271
30272 2005-03-30 Kim F. Storm <storm@cua.dk>
30273
30274 * kmacro.el (kmacro-end-macro): Isearch may store this command
30275 into the macro -- so ignore it when executing keyboard macro.
30276
30277 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30278
30279 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30280
30281 2005-03-29 Kenichi Handa <handa@m17n.org>
30282
30283 * language/thai.el ("Thai"): Set setup-function and exit-function
30284 for Thai language environment.
30285
30286 * language/thai-util.el: Require thai-word.
30287 (thai-word-mode-map): New variable.
30288 (thai-word-mode): New minor mode.
30289 (setup-thai-language-environment-internal): New function.
30290 (exit-thai-language-environment-internal): New function.
30291
30292 * language/thai-word.el (thai-word-table): Declare it by defvar,
30293 use dolist to initialize it.
30294 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30295 (thai-fill-find-break-point): New functions.
30296
30297 2005-03-29 Richard M. Stallman <rms@gnu.org>
30298
30299 * simple.el (idle-update-delay): Move definition up.
30300 (set-mark): Doc fix.
30301
30302 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30303
30304 * longlines.el: New file.
30305
30306 * simple.el (buffer-substring-filters): New variable.
30307 (filter-buffer-substring): New function.
30308 (kill-region, copy-region-as-kill): Use it.
30309
30310 * register.el (copy-to-register, append-to-register)
30311 (prepend-to-register): Use filter-buffer-substring.
30312
30313 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30314
30315 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30316 (gud-filter-pending-text): Move in front of gdb.
30317 (gud-overlay-arrow-position): New variable.
30318 (gud-sentinel, gud-display-line): Use it in place of
30319 overlay-arrow-position.
30320
30321 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30322
30323 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30324 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30325 (fortran-font-lock-keywords-4): New variable.
30326 (fortran-blocks-re, fortran-end-block-re)
30327 (fortran-start-block-re): New constants, for hideshow.
30328 (hs-special-modes-alist): Add a Fortran entry.
30329 (fortran-mode-map): Bind fortran-end-of-block,
30330 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30331 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30332 (fortran-looking-at-if-then, fortran-end-of-block)
30333 (fortran-beginning-of-block): New functions, for hideshow.
30334
30335 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30336 Doc fix. Tweak regexp.
30337 (f90-beginning-of-block): Push mark first.
30338
30339 2005-03-29 Jay Belanger <belanger@truman.edu>
30340
30341 * calc/calc.el: Update copyright date.
30342 (calc-version): Increase to 2.1.
30343 (calc-version-date): Remove.
30344
30345 * calc/calc-help.el: Update copyright date.
30346 (calc-full-help): Remove reference to calc-version-date.
30347 Update copyright date.
30348
30349 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30350
30351 * vc.el (vc-do-command): Use a pipe for async processes, so password
30352 prompts don't show up at places where the user can't reply.
30353
30354 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30355
30356 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30357 on the file name we pass to the inferior shell.
30358
30359 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30360
30361 * progmodes/which-func.el (which-function): Be robust in the face of an
30362 imenu--make-index-alist failure.
30363
30364 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30365
30366 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30367
30368 * progmodes/python.el (python-preoutput-filter): Fix last change.
30369
30370 2005-03-29 Lute Kamstra <lute@gnu.org>
30371
30372 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30373 functions and compiled macros.
30374 (debug-convert-byte-code): Handle macros too.
30375 (debug-on-entry-1): Don't signal an error when trying to clear a
30376 function that is not set to debug on entry.
30377
30378 2005-03-29 Jay Belanger <belanger@truman.edu>
30379
30380 * calc/calc-lang.el: Add functions to math-function-table
30381 properties of tex and math.
30382
30383 2005-03-29 Kenichi Handa <handa@m17n.org>
30384
30385 * ps-mule.el (ps-mule-plot-string): Translate characters by
30386 ps-print-translation-table.
30387 (ps-mule-begin-job): Call find-charset-region/string with
30388 ps-print-translation-table.
30389 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30390
30391 * ps-print.el (ps-print-translation-table): New variable.
30392 (ps-plot-region): Translate characters by ps-print-translation-table.
30393
30394 2005-03-29 Juri Linkov <juri@jurta.org>
30395
30396 * simple.el (next-error-highlight-timer): New variable.
30397
30398 * progmodes/compile.el (compilation-goto-locus):
30399 Use `next-error-highlight-timer' instead of `sit-for'.
30400
30401 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30402
30403 * mail/supercite.el (sc-mail-field): Use assoc-string.
30404 (sc-get-address): Simplify regexps.
30405
30406 * files.el (minibuffer-with-setup-hook): New macro.
30407 (find-file-read-args): Use it to avoid let-binding
30408 minibuffer-with-setup-hook (which breaks turning on/off
30409 file-name-shadow-mode while in the prompt).
30410
30411 * complete.el (PC-read-include-file-name-internal):
30412 Use test-completion.
30413
30414 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30415
30416 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30417
30418 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30419
30420 * window.el (window-buffer-height): Use count-screen-lines.
30421
30422 * progmodes/python.el (python-preoutput-leftover): New var.
30423 (python-preoutput-filter): Use it.
30424 (python-send-receive): Loop until all the result has been received.
30425
30426 2005-03-28 Juri Linkov <juri@jurta.org>
30427
30428 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30429
30430 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30431 "Recover Crashed Session".
30432 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30433 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30434 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30435 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30436 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30437 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30438 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30439 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30440
30441 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30442 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30443 Ediff Sessions", "Toggle use of separate control buffer frame",
30444 "Use separate frame for Ediff control buffer".
30445
30446 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30447 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30448 "Rename Bookmark", "Delete Bookmark".
30449
30450 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30451 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30452 Add `:active Info-index-alternatives' to "Next Matching Item".
30453
30454 * wdired.el (wdired-change-to-wdired-mode):
30455 Mention `wdired-abort-changes' key in the initial message.
30456
30457 * international/mule.el (auto-coding-alist): Associate non-ascii
30458 image filename extensions with `no-conversion'.
30459
30460 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30461
30462 * international/iso-acc.el:
30463 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30464
30465 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30466
30467 * textmodes/sgml-mode.el (html-mode): Doc update.
30468
30469 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30470
30471 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30472
30473 * term.el (term-move-columns): Fix face after extending a line.
30474 (term-insert-spaces): Likewise.
30475 (term-reset-terminal): Fix off by one error.
30476
30477 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30478
30479 * international/mule.el (auto-coding-alist): Add .xpi files.
30480
30481 * files.el (auto-mode-alist): Add .xpi files.
30482
30483 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30484
30485 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30486
30487 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30488
30489 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30490
30491 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30492
30493 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30494 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30495
30496 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30497 cursor to Jan 1 when needed.
30498 (calendar-end-of-year): Fix -/+ typo.
30499 Reported by Chong Yidong <cyd@stupidchicken.com>.
30500
30501 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30502
30503 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30504
30505 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30506 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30507
30508 2005-03-25 Richard M. Stallman <rms@gnu.org>
30509
30510 * filesets.el (filesets-init): Add autoload.
30511
30512 * mail/mailalias.el (mail-directory): Doc fix.
30513
30514 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30515
30516 * mail/mailalias.el (mail-directory-process): Do nothing if
30517 mail-directory-process is an atom.
30518 (mail-get-names): Ignore mail-directory-names if it is an atom.
30519 (mail-directory-process defvar): Doc fix.
30520 (mail-names): Doc fix.
30521
30522 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30523
30524 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30525
30526 2005-03-26 Kenichi Handa <handa@m17n.org>
30527
30528 * international/mule-util.el (detect-coding-with-priority):
30529 Call update-coding-systems-internal before detect-coding-region.
30530
30531 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30532
30533 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30534 (gdb-frames-mode-map): Add follow-link property.
30535
30536 2005-03-25 Jay Belanger <belanger@truman.edu>
30537
30538 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30539 for variables.
30540
30541 2005-03-25 Juri Linkov <juri@jurta.org>
30542
30543 * image-mode.el: Optimize image filename extension regexps in
30544 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30545 in `auto-mode-alist'.
30546 (image-mode): Add `image-toggle-display-text' to local hook
30547 `change-major-mode-hook'. Display the image as an image by
30548 default. Set `cursor-type' and `truncate-lines' if the image
30549 is already displayed. Take into account the current mode (image
30550 or text) in message.
30551 (image-minor-mode): New minor mode.
30552 (image-mode-maybe, image-toggle-display-text): New functions.
30553 (image-toggle-display): Use called-interactively-p.
30554 Let-bind `inhibit-read-only' to t.
30555
30556 * image-mode.el (image-minor-mode): Set `cursor-type' and
30557 `truncate-lines' if the image is already displayed. Add turning
30558 image-minor-mode off to `change-major-mode-hook'. Add message.
30559 Call `image-toggle-display-text' after turning image-minor-mode off.
30560
30561 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30562
30563 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30564 Terminal.app, use utf-8.
30565 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30566 (set-locale-environment): Use it.
30567
30568 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30569
30570 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30571
30572 * progmodes/python.el (python-close-block-statement-p)
30573 (python-outdent-p, python-current-defun): Use symbol-end.
30574
30575 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30576
30577 * files.el (save-some-buffers): Doc fix.
30578
30579 2005-03-25 Werner Lemberg <wl@gnu.org>
30580
30581 * complete.el, thumbs.el: Replace `legal' with `valid'.
30582 * calendar/calendar.el: Replace `legal' with `valid'.
30583 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30584 * mail/supercite.el: Replace `legal' with `valid'.
30585 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30586 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30587 Replace `legal' with `valid'.
30588 * textmodes/reftex-vars.el, textmodes/reftex.el:
30589 Replace `legal' with `valid'.
30590
30591 2005-03-25 Werner Lemberg <wl@gnu.org>
30592
30593 * calc/calc-forms.el, calc/calc-sel.el
30594 * midnight.el, vc-cvs.el
30595 * emacs-lisp/cl-macs.el
30596 * emulation/vip.el
30597 * eshell/esh-io.el, eshell/esh-var.el
30598 * mail/supercite.el
30599 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30600 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30601 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30602 * progmodes/sh-script.el, progmodes/xscheme.el
30603 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30604 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30605 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30606 * textmodes/reftex.el, textmodes/org.el:
30607 Replace `illegal' with `invalid'.
30608
30609 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30610
30611 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30612 (flymake-find-buildfile, flymake-find-possible-master-files)
30613 (flymake-check-include, flymake-parse-line): Replace loops over the
30614 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30615
30616 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30617 Substitute file-name-as-directory in the rest of the file.
30618 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30619 (flymake-replace-region): Remove unused arg `buffer'.
30620 (flymake-check-patch-master-file-buffer): Update calls to it.
30621 (flymake-add-err-info): Remove unused var `count'.
30622 (flymake-mode): Use define-minor-mode.
30623
30624 * progmodes/flymake.el: Use with-current-buffer.
30625 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30626 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30627 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30628 Avoid testing for `xemacs'.
30629 (flymake-nop): Move.
30630 (flymake-region-has-flymake-overlays): Return the computed value.
30631 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30632 Remove unused var `endline'.
30633 (flymake-get-line-count): Remove unused function.
30634 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30635
30636 * emulation/vi.el:
30637 * generic.el:
30638 * hilit-chg.el (global-highlight-changes):
30639 * hi-lock.el (hi-lock-mode):
30640 * follow.el: find-file-hooks -> find-file-hook.
30641
30642 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30643
30644 2005-03-24 Juri Linkov <juri@jurta.org>
30645
30646 * dired.el (dired-mode-map): Add menu item "Compare directories"
30647 for dired-compare-directories.
30648
30649 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30650 Doc fix. Replace `read-file-name' with `read-directory-name'.
30651
30652 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30653
30654 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30655
30656 2005-03-24 Jay Belanger <belanger@truman.edu>
30657
30658 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30659 relevant mode settings in calc-embedded-original-modes when modes
30660 are permanently changed.
30661
30662 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30663
30664 * autoinsert.el: find-file-hooks -> find-file-hook.
30665
30666 2005-03-24 Lute Kamstra <lute@gnu.org>
30667
30668 * generic.el (generic-font-lock-defaults): Make it obsolete.
30669 (generic-font-lock-keywords): New variable to replace
30670 generic-font-lock-defaults.
30671 (generic-mode-set-font-lock): Delete it.
30672 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30673 (generic-bracket-support): Add docstring.
30674
30675 * generic-x.el: Rename generic-font-lock-defaults to
30676 generic-font-lock-keywords throughout.
30677 (mailagent-rules-setup-function): Delete it.
30678 (mailagent-rules-generic-mode): Use anonymous function instead.
30679 (show-tabs-generic-mode-font-lock-defaults-1)
30680 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30681 Quote faces.
30682 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30683 not foreground.
30684
30685 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30686 Recognize define-generic-mode.
30687
30688 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30689
30690 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30691 if there's no completion table.
30692
30693 2005-03-23 Miles Bader <miles@gnu.org>
30694
30695 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30696 Remove tty-specific variants, as they're no longer needed.
30697
30698 2005-03-23 Lute Kamstra <lute@gnu.org>
30699
30700 * generic-x.el: Code cleanup: make args constant whenever possible.
30701 (installshield-statement-keyword-list)
30702 (installshield-system-functions-list)
30703 (installshield-system-variables-list, installshield-types-list)
30704 (installshield-funarg-constants-list): Make them constants.
30705
30706 * generic.el (generic-make-keywords-list): Add autoload cookie.
30707
30708 * calendar/time-date.el: Add comment on time value formats.
30709 Don't require parse-time.
30710 (with-decoded-time-value): New macro.
30711 (encode-time-value): New function.
30712 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30713 (days-to-time): Return a valid time value when arg is huge.
30714 (time-since): Use time-subtract.
30715 (time-to-number-of-days): Use time-to-seconds.
30716
30717 2005-03-23 David Ponce <david@dponce.com>
30718
30719 * recentf.el (recentf-keep): New option.
30720 (recentf-menu-action): Default to `find-file'.
30721 (recentf-keep-non-readable-files-flag)
30722 (recentf-keep-non-readable-files-p)
30723 (recentf-file-readable-p, recentf-find-file)
30724 (recentf-cleanup-remote): Remove.
30725 (recentf-include-p): More robust.
30726 (recentf-keep-p): New function.
30727 (recentf-remove-if-non-kept): Rename from
30728 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30729 All callers updated.
30730 (recentf-menu-items-for-commands): Fix help string.
30731 (recentf-track-closed-file): Update. Doc fix.
30732 (recentf-cleanup): Update. Count removed files. Doc fix.
30733
30734 2005-03-23 Kim F. Storm <storm@cua.dk>
30735
30736 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30737 Don't inherit from fringe face (now happens automatically).
30738
30739 2005-03-22 Kim F. Storm <storm@cua.dk>
30740
30741 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30742 position values.
30743
30744 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30745
30746 * menu-bar.el (showhide-date-time): Remove.
30747 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30748 (menu-bar-make-mm-toggle): Simplify.
30749
30750 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30751
30752 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30753 Accept qualified variable and function names.
30754
30755 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30756
30757 * bindings.el (completion-ignored-extensions):
30758 Remove ".lis" for `vax-vms'.
30759
30760 2005-03-22 Andreas Schwab <schwab@suse.de>
30761
30762 * generic-x.el: Revert last change.
30763 * ldefs-boot.el: Update.
30764
30765 2005-03-22 Jay Belanger <belanger@truman.edu>
30766
30767 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30768 (calc-embedded-save-original-modes)
30769 (calc-embedded-restore-original-modes): New functions.
30770 (calc-do-embedded): Save original modes when entering embedded mode
30771 and restore when leaving embedded mode.
30772 (calc-embedded-modes-change): Change the value of
30773 calc-embedded-original-modes to reflect permanent changes.
30774
30775 2005-03-22 Lute Kamstra <lute@gnu.org>
30776
30777 * generic-x.el: Require generic again.
30778
30779 2005-03-22 Miles Bader <miles@gnu.org>
30780
30781 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30782 Tweak details to look good on both ttys and bitmap displays, light
30783 or dark background, etc.
30784
30785 2005-03-21 Kim F. Storm <storm@cua.dk>
30786
30787 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30788 mouse position.
30789
30790 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30791
30792 * icomplete.el: Don't forcibly turn on the mode upon load.
30793 (icomplete-mode): Use define-minor-mode.
30794 (icomplete-eoinput): Default to nil.
30795 (icomplete-minibuffer-setup): Remove autoload.
30796 (icomplete-tidy): Simplify.
30797 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30798 in the initial state or if the user has modified the field.
30799 Fix handling of icomplete-max-delay-chars.
30800 Remove code that handles the oddball case where
30801 minibuffer-completion-table is an integer.
30802 Wrap icomplete-completions in while-no-input in case building
30803 completions takes more time than expected.
30804 (icomplete-completions): Simplify.
30805
30806 2005-03-21 Richard M. Stallman <rms@gnu.org>
30807
30808 * jka-compr.el (jka-compr-really-do-compress):
30809 Make variable buffer-local.
30810
30811 * image-mode.el: Handle .xpm files too.
30812 (image-toggle-display): Preserve modification flag.
30813
30814 * help.el (where-is): Don't mention aliases with no key bindings.
30815
30816 2005-03-21 Lute Kamstra <lute@gnu.org>
30817
30818 * generic.el: Fix commentary section. Don't require cl for
30819 compilation.
30820 (generic-mode-list): Add autoload cookie.
30821 (generic-use-find-file-hook, generic-lines-to-scan)
30822 (generic-find-file-regexp, generic-ignore-files-regexp)
30823 (generic-mode, generic-mode-find-file-hook)
30824 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30825 (define-generic-mode): Make it a defmacro. Fix docstring.
30826 (generic-mode-internal): Code cleanup. Add autoload cookie.
30827 (generic-mode-set-comments): Code cleanup.
30828 * generic-x.el: Don't prevent compilation. Don't require generic.
30829 Follow coding conventions. Minor code cleanup.
30830 (etc-fstab-generic-mode): Add some keywords.
30831 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30832 define-generic-mode like a function declaration.
30833
30834 2005-03-21 Jay Belanger <belanger@truman.edu>
30835
30836 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30837 changing modes.
30838
30839 2005-03-21 Sam Steingold <sds@gnu.org>
30840
30841 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30842
30843 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30844
30845 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30846 Add underscore to "f$ lexicals" regexp.
30847
30848 2005-03-20 Juri Linkov <juri@jurta.org>
30849
30850 * subr.el (progress-reporter-do-update): When `min-value' is equal
30851 to `max-value', set `percentage' to 0 and prevent division by zero.
30852
30853 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30854
30855 Sync with Tramp 2.0.48.
30856
30857 * net/tramp.el (all): Change all addresses to .gnu.org.
30858 (tramp-append-tramp-buffers): New defun.
30859 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30860 Catch `dont-send' signal.
30861 (tramp-set-auto-save-file-modes): Set always permissions, because
30862 there might be an old auto-saved file belonging to another
30863 original file. This could be a security threat. Reported by
30864 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30865 Check for Emacs 21.3.50 removed.
30866
30867 * net/tramp-smb.el (all): Remove debug construct for
30868 `with-parsed-tramp-file-name'.
30869 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30870 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30871 No error message if DIRECTORY or FILENAME doesn't exist.
30872 (tramp-smb-open-connection): Check existence of
30873 `tramp-smb-program'.
30874
30875 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30876
30877 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30878 Properly handle the case where the `m' or `s' command's argument is not
30879 yet terminated.
30880 (perl-indent-new-calculate): New function.
30881 (perl-indent-line): Use it.
30882
30883 2005-03-20 Miles Bader <miles@gnu.org>
30884
30885 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30886 in text-mode too. Change to new face names.
30887 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30888 Add `:weight bold' attribute.
30889 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30890
30891 2005-03-19 Juri Linkov <juri@jurta.org>
30892
30893 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30894
30895 * international/mule.el (auto-coding-alist): Sync with
30896 `auto-mode-alist' by adding upper case archive file extensions
30897 and adding ear/war to jar extension.
30898
30899 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30900
30901 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30902 running, restart it.
30903
30904 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30905
30906 * finder.el (finder-current-item): Throw an error on an empty line.
30907
30908 * man.el (Man-follow-manual-reference): If current-word returns
30909 nil, use "".
30910
30911 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30912
30913 * simple.el (goto-line): Doc fix.
30914
30915 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30916
30917 * files.el (save-buffer): Doc fix.
30918
30919 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30920
30921 * recentf.el (recentf-cleanup-remote): New variable.
30922 (recentf-cleanup): Use it to conditionally check availability of
30923 remote files.
30924
30925 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
30926
30927 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
30928 function names.
30929
30930 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30931
30932 * language/thai-word.el: New file.
30933
30934 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30935
30936 * files.el (backup-buffer): If the file's directory is not
30937 writable, use copy instead of move to backup the file.
30938
30939 2005-03-19 Eli Zaretskii <eliz@gnu.org>
30940
30941 * obsolete/keyswap.el: Moved to obsolete/ from term/.
30942
30943 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
30944
30945 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
30946 Use functionp instead of symbolp and fboundp. Reported by Drkm
30947 <darkman_spam@yahoo.fr>.
30948 (ps-print-version): New version 6.6.6.
30949
30950 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
30951
30952 * textmodes/table.el (table--line-column-position): New idiom.
30953 (table--row-column-insertion-point-p): New function to test
30954 validity of row and column insertion operation at a location.
30955 (table-global-menu, table-cell-menu): Use above functions for
30956 deterministic test operation.
30957 (table--editable-cell-p): Behave in deterministic fashion.
30958
30959 2005-03-18 Juri Linkov <juri@jurta.org>
30960
30961 * isearch.el (isearch-lazy-highlight-new-loop):
30962 Make arguments beg and end optional.
30963 (isearch-update): Remove optional arguments nil from
30964 isearch-lazy-highlight-new-loop.
30965 (isearch-lazy-highlight-search): Let-bind case-fold-search to
30966 isearch-lazy-highlight-case-fold-search instead of
30967 isearch-case-fold-search, and let-bind isearch-regexp to
30968 isearch-lazy-highlight-regexp.
30969 Use isearch-lazy-highlight-last-string instead of isearch-string.
30970
30971 * replace.el (perform-replace): Remove bindings of global
30972 variables isearch-string, isearch-regexp, isearch-case-fold-search.
30973 Add three new arguments to `replace-highlight'.
30974 (replace-highlight): Add arguments string, regexp, case-fold.
30975 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
30976 to allow isearch-lazy-highlight-new-loop to use these values
30977 to set corresponding isearch-lazy-highlight-* internal
30978 variables whose values lazy highlighting will use regardless of
30979 changes to global variables isearch-string, isearch-regexp,
30980 isearch-case-fold-search during lazy highlighting loop.
30981 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
30982 to `lazy-highlight-cleanup'.
30983
30984 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
30985 (ispell-highlight-face): Set default face to `isearch' when
30986 lazy highlighting is enabled.
30987 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
30988 priority to 1. Add lazy highlighting.
30989 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
30990 from `isearch-dehighlight'.
30991
30992 2005-03-18 David Ponce <david@dponce.com>
30993
30994 * files.el (hack-local-variables): Do a case-insensitive search
30995 for End.
30996
30997 2005-03-18 Juri Linkov <juri@jurta.org>
30998
30999 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31000 `isearch-lazy-highlight-cleanup', add alias to old name and
31001 declare obsolete. Add release numbers to other obsolete vars.
31002 (isearch-done, isearch-lazy-highlight-new-loop):
31003 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31004 (lazy-highlight-cleanup) <variable>: Doc fix.
31005 (isearch-lazy-highlight-update): Rename obsolete
31006 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31007
31008 2005-03-18 Kenichi Handa <handa@m17n.org>
31009
31010 * language/thai-util.el: Fix categorization of Thai characters in
31011 thai-category-table.
31012 (thai-composition-pattern): Adjust it for the above change.
31013 (thai-self-insert-command, thai-compose-syllable): New functions.
31014 (thai-compose-region): Use thai-compose-syllable.
31015 (thai-compose-string): Likewise.
31016 (thai-composition-function): Likewise.
31017 (thai-auto-composition): New function.
31018 (thai-auto-composition-mode): New minor mode.
31019
31020 * language/thai.el: Fix patterns to be registered in
31021 composition-function-table.
31022
31023 * international/quail.el (quail-input-method): Locally bind
31024 inhibit-modification-hooks to t.
31025
31026 2005-03-17 Richard M. Stallman <rms@gnu.org>
31027
31028 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31029 (perl-mode): Use run-mode-hooks.
31030
31031 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31032 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31033 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31034
31035 * mail/sendmail.el (sendmail-send-it): Reenable the code
31036 to compute resend-to-address and use it.
31037
31038 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31039
31040 * image-mode.el: New file.
31041
31042 * image.el (insert-sliced-image): Add autoload cookie.
31043
31044 * font-lock.el (font-lock-lines-before): New user option.
31045 (font-lock-after-change-function): Obey it.
31046
31047 * bindings.el (esc-map): Make M-g a prefix.
31048 Bind M-g g and M-g M-g to goto-line.
31049
31050 * faces.el (face-id): Doc fix.
31051
31052 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31053
31054 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31055 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31056 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31057
31058 * mail/sendmail.el (mail-yank-ignored-headers)
31059 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31060 Add Mail-Followup-To and Mail-Reply-To headers.
31061 (mail-citation-hook): Add autoload cookie.
31062 (mail-mode): Doc fix.
31063 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31064 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31065 (mail-mode-fill-paragraph): Handle those headers.
31066 (mail-mailing-lists): New variable.
31067 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31068
31069 2005-03-17 Juri Linkov <juri@jurta.org>
31070
31071 * isearch.el (isearch-fallback): Check for `(car previous)'
31072 before calling `isearch-other-end-state'.
31073
31074 2005-03-17 Kim F. Storm <storm@cua.dk>
31075
31076 * simple.el (move-beginning-of-line): Move to beginning of buffer
31077 line, as well as beginning of screen line.
31078
31079 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31080
31081 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31082 argument REDRAW rather than calendar-redrawing variable.
31083 * calendar/calendar.el (calendar-redrawing): Delete.
31084 (redraw-calendar): Do not bind calendar-redrawing.
31085
31086 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31087
31088 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31089 diary-file buffer.
31090
31091 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31092
31093 * help.el (describe-mode): Allow a :minor-mode-function property to
31094 specify a different minor mode toggle function than the variable.
31095 * simple.el (auto-fill-function):
31096 * subr.el (add-minor-mode): Use it.
31097
31098 2005-03-16 Kenichi Handa <handa@m17n.org>
31099
31100 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31101 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31102 (ethio-fidel-to-sera-buffer): Likewise.
31103
31104 2005-03-16 Juri Linkov <juri@jurta.org>
31105
31106 * emacs-lisp/find-func.el (find-function-regexp):
31107 Add defun-emitting macro `menu-bar-make-toggle'.
31108
31109 * isearch.el: Put `isearch-scroll' property to
31110 `split-window-horizontally'.
31111
31112 * info.el: Update error messages for `debug-ignored-errors'.
31113 (Info-isearch-search): Doc fix.
31114 (Info-find-node): Move up code to go into info buffer before
31115 recording the node to the history.
31116 (Info-fontify-node): Fontify titles only if the next line
31117 has two or more `*', `=', `-', `.'.
31118 Display "go to this node" for empty (match-string 3).
31119
31120 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31121
31122 * term/mac-win.el: Add mouse pointer shape constants.
31123
31124 2005-03-15 Kim F. Storm <storm@cua.dk>
31125
31126 * simple.el (move-beginning-of-line): Use vertical-motion.
31127
31128 2005-03-15 Juri Linkov <juri@jurta.org>
31129
31130 * isearch.el (isearch-error): New variable.
31131 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31132 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31133 (isearch-within-brackets-state): Remove.
31134 (isearch-case-fold-search-state, isearch-pop-fun-state):
31135 Decrease frame index.
31136 (isearch-mode, isearch-top-state, isearch-push-state)
31137 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31138 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31139 (isearch-search, isearch-lazy-highlight-new-loop):
31140 Replace `isearch-invalid-regexp' with `isearch-error'.
31141 Remove `isearch-within-brackets'.
31142 (isearch-search): Add `search-failed' handler to `condition-case'.
31143 (isearch-lazy-highlight-search): Add `condition-case' to catch
31144 errors and allow `isearch-lazy-highlight-update' to try
31145 highlighting from the beginning of the window.
31146 (isearch-repeat): Move up code to set isearch-wrapped to t
31147 before calling isearch-wrap-function.
31148
31149 * info.el (Info-isearch-initial-node): New internal variable.
31150 (Info-search): Signal an error in isearch mode when search leaves
31151 the initial node. Signal an error when `bound' is non-nil and
31152 nothing was found in the current subfile.
31153 (Info-isearch-search): Remove `condition-case'.
31154 (Info-isearch-wrap): Don't wrap when search failed during leaving
31155 the initial node. If `Info-isearch-search' is nil, wrap around
31156 the current node.
31157 (Info-isearch-start): New fun.
31158 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31159 `isearch-mode-hook'.
31160
31161 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31162
31163 * simple.el (normal-erase-is-backspace): Set default to t if
31164 running on Mac.
31165
31166 * term/mac-win.el (function-key-map): Sync with x-win.el.
31167
31168 2005-03-15 Kenichi Handa <handa@m17n.org>
31169
31170 * international/mule-cmds.el (locale-language-names): Modify the
31171 format of elements and add more entries.
31172 (locale-preferred-coding-systems): Add more entries.
31173 (set-locale-environment): Adjust for the change of
31174 locale-language-names.
31175
31176 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31177
31178 * pcvs.el (smerge-ediff): Remove bogus autoload.
31179
31180 2005-03-14 Lute Kamstra <lute@gnu.org>
31181
31182 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31183 Ignore a `*' at the beginning of a line.
31184
31185 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31186 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31187 subr.el.
31188 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31189 to specify indentation.
31190
31191 * generic.el (define-generic-mode): Let generic-mode-list be a
31192 list of strings; test membership with equal.
31193
31194 2005-03-14 Kim F. Storm <storm@cua.dk>
31195
31196 * simple.el (next-line, previous-line): Add optional try-vscroll
31197 arg to recognize interactive use. Pass it on to line-move.
31198 (line-move): Don't perform auto-window-vscroll when defining or
31199 executing keyboard macro to ensure consistent behavior.
31200
31201 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31202
31203 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31204
31205 2005-03-13 Lute Kamstra <lute@gnu.org>
31206
31207 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31208 debugger-setup-buffer so that backtrace marks the frames set to
31209 debug-on-exit and we don't have to do it manually. Set an extra
31210 debug-on-exit for macro's.
31211 (debugger-setup-buffer): Don't mark the top frame manually.
31212
31213 2005-03-12 Lute Kamstra <lute@gnu.org>
31214
31215 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31216 lisp-indent-function throughout.
31217 (with-no-warnings): Set lisp-indent-function property.
31218
31219 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31220
31221 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31222 Add entry for backslash.
31223
31224 2005-03-12 Juri Linkov <juri@jurta.org>
31225
31226 * info.el (Info-search): Four fixes for backward search.
31227
31228 2005-03-11 Jay Belanger <belanger@truman.edu>
31229
31230 * calc/calc.el (calc-language-alist): New variable.
31231 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31232 (calc-embedded-find-modes): Use calc-language-alist instead of
31233 calc-embedded-language-alist.
31234
31235 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31236
31237 * calendar/calendar.el (calendar-redrawing): New internal
31238 variable.
31239 (redraw-calendar): Remove bogus save-excursion from previous
31240 change. Bind calendar-redrawing to t for mark-diary-entries.
31241 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31242 calendar if that is why we were called.
31243
31244 2005-03-11 Kenichi Handa <handa@m17n.org>
31245
31246 * international/mule.el (make-coding-system): Set property
31247 coding-system-define-form to nil.
31248 (define-coding-system-alias): Likewise.
31249
31250 2005-03-11 Kenichi Handa <handa@m17n.org>
31251
31252 These changes are suggested by Dave Love <fx@gnu.org>.
31253
31254 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31255 coding: tag.
31256 (adaptive-fill-regexp): Add more bullets.
31257 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31258 regexps.
31259
31260 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31261
31262 * help.el (describe-mode): Properly handle non-trivial lighters.
31263 Don't ignore minor modes that are not listed in minor-mode-list.
31264
31265 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31266 feature ON when the user requests to turn it OFF.
31267
31268 2005-03-10 Lute Kamstra <lute@gnu.org>
31269
31270 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31271 (implement-debug-on-entry): New function to replace debug-entry-code.
31272 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31273 second argument as the 2005-03-07 change makes it obsolete.
31274 (debug-on-entry, cancel-debug-on-entry): Update call to
31275 debug-on-entry-1.
31276 (debug, debugger-setup-buffer): Comment update.
31277 (debugger-frame-number): Update to work with implement-debug-on-entry.
31278
31279 2005-03-10 Jay Belanger <belanger@truman.edu>
31280
31281 * calc/calc-embed.el (math-ms-args): Declare it.
31282 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31283 math-ms-args.
31284 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31285 variables.
31286
31287 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31288
31289 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31290 Use message-box.
31291
31292 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31293 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31294 (tooltip-gud-tips): Simplify.
31295 (tooltip-gud-tips-p): Remove superfluous :set.
31296 (tooltip-gud-modes): Add fortran-mode.
31297 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31298
31299 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31300
31301 2005-03-09 Kim F. Storm <storm@cua.dk>
31302
31303 * play/animate.el (animate-place-char): Use forward-line instead
31304 of next-line to improve performance.
31305
31306 2005-03-09 Simon Josefsson <jas@extundo.com>
31307
31308 * net/browse-url.el (browse-url-default-browser): Doc fix.
31309
31310 2005-03-09 Miles Bader <miles@gnu.org>
31311
31312 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31313 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31314
31315 2005-03-09 Kenichi Handa <handa@m17n.org>
31316
31317 * international/latin-1.el: Set case and syntax for 255 only if
31318 set-case-syntax-set-multibyte is nil.
31319
31320 * textmodes/ispell.el (ispell-insert-word): New function.
31321 (ispell-word): Use ispell-insert-word to insert a new word.
31322 (ispell-process-line): Likewise.
31323 (ispell-complete-word): Likewise.
31324
31325 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31326
31327 * calendar/calendar.el (redraw-calendar): Preserve point.
31328 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31329 (calendar-week-start-day): Move after definition of
31330 redraw-calendar. Delete buffer test, since redraw-calendar has
31331 that now.
31332
31333 * calendar/diary-lib.el (mark-diary-entries): Only call
31334 redraw-calendar in the first of any recursive calls.
31335 Reported by Alan Shutko <ats@acm.org>.
31336
31337 2005-03-08 Juri Linkov <juri@jurta.org>
31338
31339 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31340 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31341 (html-radio-buttons): Add a space before the trailing `/>' where
31342 sgml-xml-mode is non-nil.
31343 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31344 the subsequent tag of the empty XML tag.
31345 (html-href-anchor): Don't set initial input to "http:".
31346 (html-image): Ask for the image URL and set point inside alt="".
31347 (html-name-anchor): Duplicate the name in the `id' attribute when
31348 sgml-xml-mode is non-nil.
31349 (html-paragraph): Remove \n before <p>.
31350 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31351 instead of `checked' when sgml-xml-mode is non-nil.
31352
31353 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31354 Remove 1 space before #RRGGBB to not truncate it on terminal
31355 windows w/o fringes. Remove 1 space between bg and fg examples
31356 to get more space.
31357 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31358 avoid byte-compile warnings.
31359
31360 * image-file.el (image-file-handler): Put `safe-magic' property to
31361 `image-file-handler'.
31362
31363 * info.el (Info-isearch-search): Emulate word search in
31364 isearching through multiple Info nodes with Info-search.
31365 (Info-isearch-wrap): Allow isearch-word.
31366
31367 2005-03-08 Lute Kamstra <lute@gnu.org>
31368
31369 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31370 stepping into the debugger's code is not possible.
31371 (debugger-jumping-flag): Docstring update.
31372
31373 2005-03-08 Jay Belanger <belanger@truman.edu>
31374
31375 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31376 embedded mode begins.
31377 (calc-embedded-language-alist): New variable.
31378 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31379 set default language mode.
31380
31381 2005-03-08 Kenichi Handa <handa@m17n.org>
31382
31383 * international/ccl.el (define-ccl-program): Fix docstring about
31384 extra 256 bytes assured for the output buffer.
31385
31386 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31387 Fix BUFFER_MAGNIFICATION to 2.
31388 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31389
31390 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31391
31392 * align.el (align-rules-list): Added an alignment rule for CSS
31393 declarations (applies to css-mode and html-mode buffers).
31394
31395 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31396
31397 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31398
31399 2005-03-07 Kim F. Storm <storm@cua.dk>
31400
31401 * simple.el (move-beginning-of-line): New command.
31402
31403 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31404
31405 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31406
31407 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31408 and move-beginning-of-line.
31409
31410 * apropos.el (apropos-print): Omit command from M-x ... RET.
31411
31412 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31413
31414 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31415 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31416
31417 2005-03-06 Richard M. Stallman <rms@gnu.org>
31418
31419 * bindings.el (esc-map): Bind M-g to goto-line.
31420
31421 * facemenu.el (global-map): Bind M-o, not M-g.
31422
31423 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31424
31425 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31426 "Open Directory" as for "Open File".
31427
31428 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31429
31430 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31431 (push-mark-command): Run activate-mark-hook.
31432
31433 2005-03-06 Richard M. Stallman <rms@gnu.org>
31434
31435 * help-mode.el (help-mode-finish): Don't alter the element
31436 in view-return-to-alist if there already is one.
31437
31438 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31439 make sure the current buffer is the expected one.
31440
31441 * novice.el (disabled-command-function): Output in *Disabled Command*.
31442 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31443
31444 * textmodes/flyspell.el (flyspell-large-region):
31445 Pass args differently for aspell.
31446
31447 * files.el (mode-require-final-newline): Doc fix.
31448
31449 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31450
31451 * progmodes/which-func.el (which-function):
31452 Specify NOERROR when calling imenu--make-index-alist.
31453
31454 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31455
31456 * simple.el (normal-erase-is-backspace): Define default value.
31457
31458 * custom.el (custom-theme-set-variables): Remove unused var
31459 `immediate'.
31460 (custom-reevaluate-setting): Simple function to handle variables
31461 that are defined before their default value can really be
31462 computed.
31463
31464 * startup.el (command-line): Use it for temporary-file-directory,
31465 small-emporary-file-directory, auto-save-file-name-transforms,
31466 blink-cursor-mode, and normal-erase-is-backspace.
31467
31468 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31469 progress, even with buggy anchored keywords.
31470
31471 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31472
31473 * simple.el (goto-line): Remove unbalanced final parenthesis.
31474
31475 2005-03-05 Richard M. Stallman <rms@gnu.org>
31476
31477 * simple.el (goto-line): Use a number at point as the default.
31478 With C-u as arg, switch buffers.
31479
31480 2005-03-05 Juri Linkov <juri@jurta.org>
31481
31482 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31483 with `no-blinking-cursor'.
31484
31485 * startup.el (no-blinking-cursor): New defvar.
31486 (command-line): Add `--no-blinking-cursor' to longopts.
31487 Set `no-blinking-cursor' to t for command line arguments
31488 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31489 with `no-blinking-cursor' in the condition for calling
31490 `blink-cursor-mode'.
31491
31492 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31493
31494 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31495 (menu-bar-options-save): Add blink-cursor-mode.
31496 (menu-bar-options-menu): Add blink-cursor-mode.
31497
31498 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31499
31500 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31501 (icalendar-export-file, icalendar-export-region)
31502 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31503 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31504
31505 2005-03-04 Lute Kamstra <lute@gnu.org>
31506
31507 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31508 (debug-function-list): Ditto.
31509
31510 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31511
31512 * textmodes/texinfmt.el (texinfo-append-refill):
31513 Redefine the types of line to which @refill
31514 is not appended by replacing a search for `@refill\\|@bye' with
31515 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31516 itemize@refill' bug and the unfilled long lines bug.
31517 (texinfmt-version): Update number and date.
31518
31519 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31520
31521 * international/code-pages.el (windows-1250, windows-125[2-8])
31522 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31523
31524 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31525
31526 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31527 bound yet.
31528
31529 2005-03-02 Romain Francoise <romain@orebokech.com>
31530
31531 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31532 buffer after removing limits.
31533 (ibuffer-pop-filter): Ditto.
31534 Update copyright.
31535
31536 2005-03-02 Miles Bader <miles@gnu.org>
31537
31538 * button.el (make-text-button): If the user doesn't specify a
31539 type, use the default. Rewrite to use `add-text-properties' and
31540 plist functions.
31541
31542 2005-03-01 Lute Kamstra <lute@gnu.org>
31543
31544 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31545 (debugger-jumping-flag): New var.
31546 (debug-entry-code): Use it.
31547 (debugger-jump): Use debugger-jumping-flag and add
31548 debugger-reenable to post-command-hook.
31549 (debugger-reenable): Use debugger-jumping-flag and remove itself
31550 from post-command-hook.
31551 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31552 debugger-reenable.
31553
31554 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31555
31556 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31557 inclusion of "itemize\\|", which may be unnecessary, is certainly
31558 inelegant, and stops refilling in itemize lists when formatting
31559 Japanese Texinfo files to Info.
31560 Update copyright to 2005.
31561
31562 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31563
31564 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31565 of an error if GDB can't find the source file.
31566
31567 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31568
31569 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31570 not just the calendar.
31571
31572 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31573 first.
31574 (diary-redraw-calendar): New function.
31575 (make-diary-entry): Add diary-redraw-calendar to local
31576 write-contents-functions. Turn off selective display before
31577 inserting in diary.
31578
31579 2005-03-01 Kim F. Storm <storm@cua.dk>
31580
31581 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31582
31583 2005-03-01 Lute Kamstra <lute@gnu.org>
31584
31585 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31586 that debug-entry-code can be safely removed from a function while
31587 this code is being evaluated. Revert the 2005-02-27 change as the
31588 new implementation no longer requires it. Make sure that a
31589 function body containing just a string is not mistaken for a docstring.
31590 (debug): Skip one more frame in case of debug on entry.
31591 (debugger-setup-buffer): Delete one more frame line in case of
31592 debug on entry.
31593 (debugger-frame-number): Update to use the new text introduced by
31594 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31595
31596 2005-02-28 Kim F. Storm <storm@cua.dk>
31597
31598 * double.el (double-translate-key): Call force-window-update after
31599 read-event to avoid crash in redisplay.
31600
31601 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31602
31603 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31604 (debug): Use it. Move the inhibit-trace earlier.
31605 (debug-entry-code): New const.
31606 (debug-on-entry-1): Use it.
31607
31608 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31609
31610 * international/utf-16.el (ccl-encode-mule-utf-16le):
31611 Fix BUFFER_MAGNIFICATION to 2.
31612 (ccl-encode-mule-utf-16be): Likewise.
31613
31614 2005-02-28 Kenichi Handa <handa@m17n.org>
31615
31616 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31617 Fix BUFFER_MAGNIFICATION to 4.
31618 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31619
31620 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31621
31622 * speedbar.el (speedbar-update-flag): Doc fix.
31623 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31624 argument.
31625
31626 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31627
31628 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31629 have a non-nil `invisible' property but are actually visible.
31630
31631 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31632 for perldoc sections.
31633 (perl-outline-regexp, perl-outline-level): New var and function.
31634 (perl-mode): Use them.
31635
31636 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31637
31638 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31639 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31640
31641 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31642
31643 * cus-edit.el: Comment change.
31644 (custom-buffer-create-internal): Slightly reword text at top of
31645 Custom buffers. Mention there that saving an option edits the
31646 init file. Add link to Emacs manual node on `custom-file'.
31647 (custom-magic-alist): Rewrite individual State messages to use
31648 capitalized keywords. Doc fix.
31649
31650 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31651
31652 * calendar/calendar.el (calendar-buffer): Move above
31653 calendar-week-start-day.
31654 (calendar-week-start-day): Doc fix. Add :set function.
31655 (calendar-minimum-window-height): New variable.
31656 (generate-calendar-window): Only resize window if selected-window
31657 is displaying the calendar buffer. Use new variable
31658 calendar-minimum-window-height.
31659 (generate-calendar): Reword error message.
31660 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31661
31662 2005-02-27 Andreas Schwab <schwab@suse.de>
31663
31664 * vc.el (vc-do-command): Don't run command asynchronously when
31665 operating in a remote directory.
31666
31667 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31668 change from sync with Tramp 2.0.47.
31669
31670 2005-02-27 Richard M. Stallman <rms@gnu.org>
31671
31672 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31673
31674 * textmodes/flyspell.el (flyspell-mode-on):
31675 Call ispell-change-dictionary only if necessary.
31676
31677 * emacs-lisp/re-builder.el (regexp-builder): New function.
31678
31679 * register.el (describe-register-1): Explicitly handle
31680 yank-excluded-properties = t.
31681
31682 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31683 (custom-magic-alist): Change the status descriptions again.
31684 (face widget-type): Total rewrite based on `restricted-sexp'
31685 to eliminate the confusing double hiding levels.
31686
31687 * emacs-lisp/debug.el (debug-on-entry-1):
31688 If function body is empty, add nil as body form.
31689
31690 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31691
31692 * emacs-lisp/trace.el (inhibit-trace): New var.
31693 (trace-make-advice): Use it.
31694
31695 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31696
31697 2005-02-26 Kim F. Storm <storm@cua.dk>
31698
31699 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31700 (mouse-on-link-p, mouse-drag-region-1): Use it.
31701
31702 2005-02-25 Lute Kamstra <lute@gnu.org>
31703
31704 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31705
31706 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31707
31708 * frame.el (blink-cursor-mode): Add :group keyword.
31709
31710 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31711
31712 * calendar/icalendar.el (icalendar--decode-isodatetime):
31713 New optional argument DAY-SHIFT.
31714 (icalendar-export-region): Fix coding-system-for-write.
31715 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31716 events by one.
31717
31718 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31719
31720 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31721
31722 2005-02-24 Kim F. Storm <storm@cua.dk>
31723
31724 * international/iso-acc.el (iso-accents-compose): Fix crash
31725 during redisplay. Call force-window-update after read-event
31726 and delete-region to signal that window is not accurate.
31727
31728 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31729
31730 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31731 Remove unused and inexistent var `inhibit-trace'.
31732 (debugger-mode): Use run-mode-hooks.
31733 (debugger-list-functions): Add buttons; setup xref stack.
31734
31735 2005-02-23 Richard M. Stallman <rms@gnu.org>
31736
31737 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31738 appointment says it was explicitly made.
31739 (appt-add): Set the 3rd element.
31740 (appt-make-list): Preserve explicit appointments.
31741
31742 * subr.el (find-tag-default): Catch errors in forward-sexp.
31743
31744 2005-02-23 Juri Linkov <juri@jurta.org>
31745
31746 * info.el (Info-isearch-search): New defcustom.
31747 (Info-isearch-search): Call the default isearch function
31748 when Info-isearch-search is nil.
31749 (Info-isearch-wrap): Use variable Info-isearch-search.
31750
31751 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31752
31753 * cus-edit.el: Comment change.
31754
31755 2005-02-22 Kim F. Storm <storm@cua.dk>
31756
31757 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31758 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31759
31760 2005-02-22 Simon Josefsson <jas@extundo.com>
31761
31762 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31763 New variable.
31764 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31765 Oskarsson" <myrkraverk@users.sourceforget.net>.
31766
31767 2005-02-22 Kim F. Storm <storm@cua.dk>
31768
31769 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31770 check that window of that event is the selected window.
31771 (mouse-drag-region-1): Compare mouse event window to selected
31772 window before setting point.
31773
31774 * tooltip.el (tooltip-show-help-function): Pass event to
31775 mouse-on-link-p so it can check selected window.
31776
31777 2005-02-22 Kenichi Handa <handa@m17n.org>
31778
31779 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31780 (ps-mule-show-warning): New function.
31781 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31782 characters are found.
31783
31784 * ps-print.el (ps-header-footer-string): Return a list of header
31785 and footer strings.
31786
31787 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31788
31789 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31790
31791 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31792
31793 * frame.el (blink-cursor-mode): Use define-minor-mode.
31794
31795 * term/mac-win.el (function-key-map): Use char-names more consistently.
31796 (file-name-coding-system): Only set it for MacOS-9. The other case is
31797 already handled in mule-cmds.el (where it also works when mac-win.el
31798 is not used).
31799
31800 2005-02-21 Kenichi Handa <handa@m17n.org>
31801
31802 * international/mule.el (ctext-pre-write-conversion): Always use
31803 " *code-converting-work*" buffer for work.
31804
31805 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31806
31807 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31808
31809 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31810
31811 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31812
31813 * ses.el (undo-more): Restore defadvice, but only the part that
31814 allows changes outside the restricted area of the buffer.
31815
31816 2005-02-20 Kim F. Storm <storm@cua.dk>
31817
31818 * simple.el (line-move): Add fourth optional arg try-vscroll which
31819 must be set to perform auto-window-vscroll.
31820 When moving backwards and doing auto-window-vscroll, automatically
31821 vscroll to the last part of lines which are taller than the window.
31822 (next-line, previous-line): Set try-vscroll arg on line-move.
31823
31824 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31825
31826 * replace.el (query-replace, query-replace-regexp)
31827 (replace-string, replace-regexp): When operating on region, make
31828 the minibuffer prompt say so.
31829
31830 * isearch.el (isearch-forward): Document isearch-query-replace and
31831 isearch-query-replace-regexp keybindings.
31832
31833 2005-02-19 Jay Belanger <belanger@truman.edu>
31834
31835 * calc/calc-aent.el (math-read-token): Add local variable.
31836
31837 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31838 (calc-edit-top): Move declaration to earlier in file.
31839 (calc-edit-macro-repeats): Add local variables.
31840
31841 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31842 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31843 calcFunc-tanh.
31844 Adjust integration rule for calcFunc-tan.
31845
31846 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31847
31848 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31849 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31850 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31851 (viper-skip-separators): Bug fix.
31852 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31853 particular major mode.
31854 (viper-del-backward-char-in-replace): Don't put deleted char on the
31855 kill ring.
31856
31857 * viper-ex.el (viper-color-display-p): New function.
31858 (viper-has-face-support-p): Use viper-color-display-p.
31859
31860 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31861
31862 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31863
31864 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31865 (viper-file-remote-p): Make equivalent to file-remote-p.
31866
31867 * viper.el (viper-major-mode-modifier-list):
31868 Use viper-gnus-modifier-map.
31869
31870 2005-02-19 David Kastrup <dak@gnu.org>
31871
31872 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31873 quoting.
31874
31875 2005-02-19 Jay Belanger <belanger@truman.edu>
31876
31877 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31878 Remove extra definitions.
31879 (calc-coth): New function.
31880 (calcFunc-cot): Fix `let'.
31881
31882 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31883
31884 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31885 the reasons we use "type pc" in these faces.
31886
31887 * button.el (button): Ditto.
31888
31889 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31890
31891 * replace.el (query-replace-read-from): Set the value of
31892 query-replace-from-history-variable to handle the case of an empty
31893 string entered to accept the suggested default.
31894
31895 * net/tramp.el (tramp-file-name-for-operation):
31896 Use dired-call-process instead of dired-call-process-command.
31897
31898 2005-02-19 Jay Belanger <belanger@truman.edu>
31899
31900 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31901 (math-div-non-trig): New variables.
31902 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31903 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31904 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31905 trig expressions.
31906
31907 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31908
31909 * progmodes/gdb-ui.el (gdb-var-update-handler)
31910 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31911 for watch expressions,
31912 (gdb-var-create-handler): Don't set speedbar-update-flag.
31913 (gdb-post-prompt): Simplify test for speedbar.
31914
31915 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31916
31917 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31918 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31919 we use the syntax table of the correct buffer.
31920 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31921 Felix Gatzemeier.
31922
31923 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
31924 (ediff-file-remote-p): Make synonymous with file-remote-p.
31925 In all deffaces ediff-*-face-*, use min-colors.
31926
31927 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
31928 ediff-recurse-to-subdirectories.
31929 (ediff-mark-if-equal): Check that the arguments are strings, use
31930 ediff-same-contents (after to Felix Gatzemeier).
31931
31932 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
31933 nil.
31934
31935 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
31936
31937 * log-view.el (log-view-message-re): Fix up Subversion regexp.
31938
31939 2005-02-18 David Kastrup <dak@gnu.org>
31940
31941 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
31942 use `mark-active' when defined.
31943
31944 2005-02-18 Kenichi Handa <handa@m17n.org>
31945
31946 * ps-print.el (ps-font-info-database): New entry
31947 ZapfChancery-MediumItalic with correct font name. Fix font name
31948 of the entry Zapf-Chancery-MediumItalic.
31949
31950 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
31951
31952 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
31953
31954 2005-02-16 Kim F. Storm <storm@cua.dk>
31955
31956 * ido.el (ido-fallback-command): Pass user input to fallback command.
31957
31958 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
31959
31960 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
31961 (gdb-find-file-hook): Add server prefix.
31962
31963 2005-02-16 Richard M. Stallman <rms@gnu.org>
31964
31965 * replace.el (perform-replace): Pass new args to replace-highlight.
31966 (replace-highlight): Take region args,
31967 and pass them to isearch-lazy-highlight-new-loop.
31968
31969 * novice.el (disabled-command-hook): Autoload the defalias
31970 and the make-obsolete-variable call.
31971
31972 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
31973
31974 * isearch.el (isearch-lazy-highlight-start-limit)
31975 (isearch-lazy-highlight-end-limit): New variables limit
31976 the region for highlighting.
31977 (isearch-lazy-highlight-new-loop): New args BEG and END.
31978 (isearch-lazy-highlight-search): Use the new vars.
31979 (isearch-lazy-highlight-update): Likewise.
31980
31981 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
31982
31983 * cus-start.el (all): Use default-boundp.
31984
31985 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
31986
31987 * menu-bar.el (menu-bar-select-frame): Handle current frame.
31988
31989 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
31990
31991 * autorevert.el (auto-revert-stop-on-user-input)
31992 (auto-revert-verbose): Doc fixes.
31993
31994 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
31995
31996 * international/mule-cmds.el (set-locale-environment): Remove call
31997 to set-selection-coding-system on Windows.
31998
31999 2005-02-15 Jay Belanger <belanger@truman.edu>
32000
32001 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32002 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32003 calcFunc-coth.
32004 (math-simplify-sqrt): Add simplifications.
32005
32006 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32007 to list.
32008
32009 * calc/calc-ext.el: Add functions to autoloads.
32010
32011 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32012 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32013 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32014 (math-csc-raw, math-cot-raw): New functions.
32015
32016 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32017
32018 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32019 the variable name in a message.
32020
32021 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32022 calcFunc-csc, calcFunc-cot.
32023
32024 * calc/calcalg2.el: Add derivative and integration rules for
32025 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32026 calcFunc-csch, calcFunc-coth.
32027 (math-do-integral-methods): Add to checks for when to use
32028 substitutions.
32029
32030 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32031
32032 2005-02-15 Lute Kamstra <lute@gnu.org>
32033
32034 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32035 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32036 <monnier@iro.umontreal.ca>.
32037 (lisp-outline-level): Improve efficiency. Suggested by David
32038 Kastrup <dak@gnu.org>.
32039
32040 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32041
32042 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32043 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32044 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32045 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32046 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32047
32048 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32049
32050 * cus-start.el (all): Comment change.
32051
32052 2005-02-14 Lute Kamstra <lute@gnu.org>
32053
32054 * cus-start.el (all): Check if symbol is void.
32055
32056 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32057
32058 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32059 optional argument to \cite.
32060
32061 2005-02-14 Richard M. Stallman <rms@gnu.org>
32062
32063 * cus-edit.el (custom-buffer-create-internal): Update help message.
32064 (custom-magic-alist): Update help messages.
32065
32066 * cus-start.el (all): Allow a var to specify a standard value.
32067
32068 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32069
32070 * custom.el (custom-theme-set-variables): Handle variable aliases.
32071
32072 * frame.el (blink-cursor-timer): Doc fix.
32073 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32074 declare obsolete.
32075 (blink-cursor-mode): Define with defcustom and use correct
32076 standard expression in that defcustom.
32077 * startup.el (command-line): Adapt to above changes in frame.el.
32078
32079 2005-02-11 Lute Kamstra <lute@gnu.org>
32080
32081 * apropos.el (apropos-score-doc): Prevent division by zero.
32082
32083 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32084
32085 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32086 (icalendar--get-event-property-attributes)
32087 (icalendar--get-event-properties)
32088 (icalendar--datetime-to-diary-date): New functions.
32089 (icalendar--split-value): Doc fix.
32090 (icalendar--datetime-to-noneuropean-date)
32091 (icalendar--datetime-to-european-date): New optional argument
32092 SEPARATOR. Return result as a string instead of a list.
32093 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32094 (icalendar--convert-string-for-export): Rename arg S to STRING.
32095 (icalendar-export-region): Doc fix. Change name of error buffer.
32096 Save output buffer.
32097 (icalendar-import-file): Add blank at end of prompt.
32098 (icalendar-import-buffer): Doc fix. Do not switch to error
32099 buffer. Indicate status in return value.
32100 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32101 buffer. Save output buffer. Handle exception from recurrence
32102 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32103 events. Fix problems with weekly all-day events.
32104
32105 2005-02-10 Richard M. Stallman <rms@gnu.org>
32106
32107 * simple.el (eval-expression-print-format):
32108 Avoid warning about edebug-active.
32109
32110 * help.el (help-for-help-internal): Rename from help-for-help.
32111 (help-for-help): Define with defalias.
32112
32113 * font-core.el (font-lock-default-function): Use with-no-warnings.
32114
32115 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32116
32117 * custom.el (defface): Doc fix.
32118
32119 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32120
32121 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32122 width 0" to prevent word wrapping problems.
32123
32124 2005-02-09 Kim F. Storm <storm@cua.dk>
32125
32126 * ido.el (ido-file-extensions-order): New defcustom.
32127 (ido-file-extension-lessp, ido-file-extension-aux)
32128 (ido-file-extension-order): New advanced file ordering.
32129 (ido-file-lessp): New simple file ordering.
32130 (ido-sort-list): Remove.
32131 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32132 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32133
32134 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32135
32136 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32137 that some versions of grep produce.
32138 (grep-mode-font-lock-keywords): Likewise.
32139
32140 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32141
32142 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32143 (gdb-cdir): Delete.
32144 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32145 (gdb-source-info): Treat case when source file is in another
32146 directory properly.
32147 (gdb-get-location): New function.
32148
32149 2005-02-07 Jay Belanger <belanger@truman.edu>
32150
32151 * calc/calc-prog.el (calc-write-parse-table-part)
32152 (calc-fix-token-name): Fix a check for language type.
32153
32154 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32155
32156 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32157
32158 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32159 as directory not writable.
32160
32161 2005-02-07 Kim F. Storm <storm@cua.dk>
32162
32163 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32164 (cua--standard-movement-commands): Remove list.
32165 Instead, set CUA property value to move for movement commands.
32166 (cua-movement-commands): Remove. Users must set CUA prop instead.
32167 (cua--pre-command-handler): Check CUA property.
32168 (cua--init-keymaps): Don't remap undo commands.
32169 (cua-mode): Don't call cua--rectangle-on-off.
32170
32171 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32172 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32173 (cua--rect-undo-set-point): New var.
32174 (cua--rectangle-undo-boundary): Setup undo apply entry.
32175 (cua--rect-undo-handler): New function for rectangle undo.
32176 (cua--rect-start-position, cua--rect-end-position): Add.
32177 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32178 for restored rectangle. Set point if cua--rect-undo-set-point.
32179
32180 2005-02-06 Jay Belanger <belanger@truman.edu>
32181
32182 * calc/calc-lang.el (calc-tex-language): Display more information
32183 in messages.
32184
32185 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32186 in TeX mode.
32187
32188 2005-02-06 Richard M. Stallman <rms@gnu.org>
32189
32190 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32191
32192 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32193
32194 * net/ldap.el (ldap-search-internal): Support attributes with
32195 optional descriptions separated by a semi-colon, as in
32196 "userCertificate;binary".
32197
32198 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32199
32200 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32201 isn't a cons (i.e. the version is 0).
32202
32203 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32204
32205 * help.el (help-for-help): Doc fix.
32206
32207 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32208
32209 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32210 GDB-Windows on the menu-bar as this works better.
32211
32212 2005-02-04 Jay Belanger <belanger@truman.edu>
32213
32214 * calc/calc-embed.el (calc-embedded-update): Don't put in
32215 unnecessary newlines. Adjust the end of formula marker.
32216
32217 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32218 (math-latex-parse-two-args): New function.
32219
32220 2005-02-03 Lute Kamstra <lute@gnu.org>
32221
32222 * help-fns.el (help-with-tutorial): Make sure that users cannot
32223 remove the entire text of the tutorial by means of `undo'.
32224
32225 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32226
32227 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32228 in recent changes, where the ispell process was repeatedly
32229 killed & restarted.
32230
32231 * international/mule-cmds.el (set-locale-environment): Set file-name
32232 coding system to utf-8 on Darwin systems.
32233 (set-default-coding-systems): Don't set default-file-name-coding-system
32234 on Darwin systems.
32235
32236 2005-02-03 Richard M. Stallman <rms@gnu.org>
32237
32238 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32239
32240 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32241
32242 * faces.el (list-faces-display): Add optional argument.
32243
32244 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32245
32246 * font-core.el (font-lock-default-function): Handle the rare case where
32247 only font-lock-keywords is set.
32248
32249 2005-02-02 Kenichi Handa <handa@m17n.org>
32250
32251 * international/characters.el: Cancel previous change for
32252 I-WITH-DOT-ABOVE and DOTLESS-i.
32253
32254 * international/latin-5.el: Cancel previous change.
32255
32256 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32257
32258 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32259
32260 2005-02-02 Kenichi Handa <handa@m17n.org>
32261
32262 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32263 DOTLESS-i.
32264
32265 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32266 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32267
32268 * case-table.el (get-upcase-table): New function.
32269 (copy-case-table): Copy upcaes table too if non-nil.
32270 (set-case-syntax-delims): Maintain upcase table too.
32271 (set-case-syntax-pair): Likewise.
32272 (set-upcase-syntax, set-downcase-syntax): New functions.
32273 (set-case-syntax): Maintain upcase table too.
32274
32275 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32276
32277 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32278
32279 * progmodes/gud.el (gud-goto-info): New function.
32280 (gud-tool-bar-map): Use correct icon.
32281
32282 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32283
32284 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32285 When delegating, order args in the funcall correctly.
32286
32287 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32288
32289 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32290
32291 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32292
32293 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32294 buffer not visiting a file.
32295
32296 2005-01-31 Jay Belanger <belanger@truman.edu>
32297
32298 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32299 bound on the line with the formula.
32300
32301 2005-01-31 Kim F. Storm <storm@cua.dk>
32302
32303 * ses.el (ses-create-cell-variable-range)
32304 (ses-destroy-cell-variable-range, ses-reset-header-string)
32305 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32306 (ses-insert-row): Fix format of apply undo entries.
32307
32308 2005-01-31 Jay Belanger <belanger@truman.edu>
32309
32310 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32311 parts.
32312
32313 * calc/calc-embed.el (calc-embedded-open-formula)
32314 (calc-embedded-close-formula): Ignore matrix environments.
32315
32316 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32317 TeX mode.
32318
32319 * calc/calc-lang.el (math-function-table, math-oper-table)
32320 (math-variable-table): Adjust the LaTeX portions.
32321
32322 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32323 (math-latex-ignore-words): New constant.
32324
32325 2005-01-31 Richard M. Stallman <rms@gnu.org>
32326
32327 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32328 (ispell-local-dictionary): Doc fix.
32329 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32330 Don't reinitialize at run time. Don't defcustom.
32331 All uses changed to append ispell-local-dictionary-alist,
32332 or check it first.
32333 (ispell-current-dictionary): New variable for dictionary in use.
32334 (ispell-dictionary): Now used only for global default.
32335 (ispell-start-process): Set ispell-current-dictionary,
32336 not ispell-dictionary.
32337 (ispell-change-dictionary): Use this only for setting
32338 user preferences.
32339 (ispell-internal-change-dictionary): New function
32340 to change the current dictionary in use.
32341 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32342 Use ispell-current-dictionary.
32343 Handle ispell-local-dictionary-overridden.
32344 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32345
32346 2005-01-31 Jay Belanger <belanger@truman.edu>
32347
32348 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32349
32350 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32351 (calc-mode-map): Add calc-latex-language.
32352
32353 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32354 (math-latex-print-frac): New functions.
32355 (math-oper-table, math-function-table, math-variable-table)
32356 (math-complex-format, math-input-filter): Add latex properties.
32357 (calc-set-language): Set math-expr-special-function-mapping.
32358
32359 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32360 (calc-write-parse-table-part): Add LaTeX support.
32361
32362 * calc/calc.el (calc-language): Adjust docstring.
32363 (calc-set-mode-line): Add LaTeX support.
32364 (math-expr-special-function-mapping): New variable.
32365 (math-tex-ignore-words): Add to list.
32366
32367 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32368 Add LaTeX support.
32369 (math-compose-expr): Add support for special functions.
32370
32371 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32372
32373 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32374
32375 * progmodes/gdb-ui.el (gdb-memory-address)
32376 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32377 (gdb-memory-mode-map, gdb-memory-format-keymap)
32378 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32379 (gdb-memory-unit-menu): New variables for a buffer
32380 that lets the user examine program memory.
32381 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32382 (gdb-memory-format-binary, gdb-memory-format-octal)
32383 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32384 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32385 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32386 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32387 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32388 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32389 (gdb-memory-mode, gdb-memory-buffer-name)
32390 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32391 New functions for above buffer.
32392
32393 2005-01-30 Richard M. Stallman <rms@gnu.org>
32394
32395 * cus-edit.el (custom-bury-buffer): Function deleted.
32396 (custom-buffer-done-function): Option deleted.
32397 (custom-buffer-done-kill): New replacement option.
32398 (Custom-buffer-done): Call quit-window.
32399 (custom-buffer-create-internal): Update for above changes.
32400
32401 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32402
32403 * simple.el (undo-ask-before-discard): New var.
32404 (undo-outer-limit-truncate): Implement it.
32405 (undo-extra-outer-limit): Doc update.
32406
32407 2005-01-29 Richard M. Stallman <rms@gnu.org>
32408
32409 * ses.el (undo-more): Delete defadvice.
32410 (ses-begin-change): Doc fix.
32411
32412 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32413 instead of rebinding C-x u and C-_.
32414
32415 * files.el (normal-backup-enable-predicate): Return nil for files
32416 in /tmp, regardless of temporary-file-directory.
32417
32418 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32419
32420 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32421 (open-rectangle, delete-whitespace-rectangle-line)
32422 (clear-rectangle-line): If FILL, pass t instead of FILL
32423 for move-to-column's 2nd arg.
32424
32425 * simple.el (undo): Fix the test for continuing a series of undos.
32426 (undo-more): Set pending-undo-list to t when we reach end.
32427 (pending-undo-list): Move up defvar.
32428
32429 * wid-edit.el (widget-button-click):
32430 Shorten the range of the track-mouse binding.
32431
32432 * comint.el (comint-insert-input): Undo previous changes;
32433 use last-input-event in interactive spec.
32434
32435 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32436
32437 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32438 to nil before invoking call-process. Reset buffer's modified flag
32439 after fontifying it in the no-async branch.
32440
32441 * wid-edit.el (widget-specify-button): If mouse pointer shape
32442 cannot be changed, use mouse face instead.
32443
32444 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32445
32446 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32447 (gdb-goto-breakpoint): Make breakpoint handling work on template
32448 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32449 (gdb-assembler-custom): Update to recognize breakpoint information
32450 added on 2005-01-19.
32451
32452 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32453
32454 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32455 (dsssl-mode): Use define-derived-mode.
32456 (scheme-mode-initialize): Remove.
32457 (scheme-mode): Use run-mode-hooks.
32458
32459 * cus-edit.el (customize-group-other-window)
32460 (custom-buffer-create-other-window): Don't override special-display-*.
32461 (custom-mode-map): Make it dense.
32462
32463 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32464 sets the default value.
32465
32466 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32467
32468 * descr-text.el: Add more keywords.
32469
32470 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32471
32472 * speedbar.el: Avoid unnecessary use of locate-library.
32473
32474 * international/mule-cmds.el (standard-display-european-internal):
32475 Don't fiddle with latin-1 non-break space any more since it's now
32476 special cased in the C code.
32477 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32478
32479 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32480
32481 * cus-start.el (all): Add `undo-outer-limit'.
32482
32483 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32484
32485 * textmodes/bibtex.el (bibtex-format-entry):
32486 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32487 field lines.
32488 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32489 not on part of a buffer.
32490
32491 2005-01-25 Lute Kamstra <lute@gnu.org>
32492
32493 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32494 nonempty field text strings like "{letters\\macro{}more letters}".
32495 Clarify docstring.
32496 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32497 (bibtex-entry-offset, bibtex-parse-association)
32498 (bibtex-parse-field-name): Fix typos in docstrings.
32499 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32500
32501 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32502
32503 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32504 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32505 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32506 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32507
32508 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32509 isearch minor mode.
32510
32511 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32512
32513 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32514
32515 2005-01-24 Lute Kamstra <lute@gnu.org>
32516
32517 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32518 CASECHARS and NOT-CASECHARS regular expressions of the
32519 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32520 striding over charsets" error.
32521
32522 2005-01-24 Jay Belanger <belanger@truman.edu>
32523
32524 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32525 display variable name.
32526
32527 2005-01-24 Kenichi Handa <handa@m17n.org>
32528
32529 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32530 Fix setting of the element of encoded-kbd-iso2022-invocations.
32531
32532 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32533
32534 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32535 (gdb-threads-select): Change to also accept mouse events.
32536 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32537 (gdb-threads-mouse-select): Delete.
32538
32539 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32540
32541 * files.el (insert-directory): Take care of empty directory,
32542 listed without -a switch.
32543
32544 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32545
32546 * textmodes/refill.el (refill-post-command-function):
32547 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32548 to the list of functions that we should be careful not to undo.
32549 (refill-late-fill-paragraph-function): Remove.
32550 (refill-saved-state): New var.
32551 (refill-mode): Use it to save fill-paragraph-function.
32552 Save also the value of auto-fill-function.
32553
32554 * term/w32-win.el: Simplify code.
32555
32556 2005-01-23 Kim F. Storm <storm@cua.dk>
32557
32558 * simple.el (line-move): Adapt to new return value from
32559 pos-visible-in-window-p.
32560
32561 * simple.el (line-move): Fix last change. Check partial
32562 visibility at point rather than at window-start.
32563
32564 2005-01-22 Jason Rumney <jasonr@gnu.org>
32565
32566 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32567
32568 2005-01-22 David Kastrup <dak@gnu.org>
32569
32570 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32571
32572 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32573
32574 * type-break.el (type-break-mode): Add a test for
32575 type-break-file-name being non-nil.
32576
32577 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32578
32579 * net/eudc.el (top level): Call (message "") via progn, so that
32580 eudc-options-file is loaded.
32581
32582 2005-01-22 Kim F. Storm <storm@cua.dk>
32583
32584 * simple.el (line-move-1): Rename from line-move.
32585 (line-move): New function that adjusts vscroll for partially
32586 visible rows, and calls line-move-1 otherwise.
32587
32588 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32589
32590 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32591 since it's not a complete read-event implementation.
32592
32593 2005-01-20 Jay Belanger <belanger@truman.edu>
32594
32595 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32596 for called function.
32597
32598 2005-01-20 Steven Tamm <steventamm@mac.com>
32599
32600 * term/mac-win.el (process-connection-type): Remove.
32601 Controlled now by s/darwin.h:PTY_ITERATION.
32602
32603 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32604
32605 * window.el (handle-select-window): Don't switch window when we're
32606 in the minibuffer.
32607
32608 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32609
32610 * subr.el (dotimes-with-progress-reporter): New macro.
32611
32612 * ses.el (ses-dotimes-msg): Remove macro.
32613 Use `dotimes-with-progress-reporter' instead.
32614
32615 2005-01-19 Steven Tamm <steventamm@mac.com>
32616
32617 * term/mac-win.el (process-connection-type): Use new
32618 operating-system-release variable to use ptys on Darwin 7 (OS X
32619 10.3) when using carbon build.
32620
32621 2005-01-19 Jay Belanger <belanger@truman.edu>
32622
32623 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32624 flags if the last command was a tab or M-tab.
32625
32626 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32627 in formula editing buffer.
32628
32629 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32630
32631 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32632 breakpoint image symbol in margin.
32633
32634 2005-01-19 Jay Belanger <belanger@truman.edu>
32635
32636 * calc/calc-prog.el (calc-execute-kbd-macro):
32637 Ignore calc-keep-arg-flag.
32638
32639 2005-01-19 Kenichi Handa <handa@m17n.org>
32640
32641 * textmodes/ispell.el (ispell-looking-at): New function.
32642 (ispell-process-line): Use ispell-looking-at to compare the ispell
32643 output and the buffer contents.
32644
32645 2005-01-18 Jay Belanger <belanger@truman.edu>
32646
32647 * calc/calc.el (calc-display-raw): Fix docstring.
32648
32649 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32650
32651 * simple.el (blink-matching-open): Strip extra info from syntax.
32652
32653 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32654 funny chars in the end-of-here-doc marker.
32655
32656 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32657
32658 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32659 that enable/disabled state of breakpoints is shown correctly in
32660 fringe and on ttys.
32661 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32662 Add breakpoint information as text properties.
32663 (gdb-mouse-toggle-breakpoint):
32664 Rename to gdb-mouse-set-clear-breakpoint.
32665 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32666 breakpoints in the margin.
32667 (gdb-remove-strings): Simplify.
32668
32669 2005-01-17 Jay Belanger <belanger@truman.edu>
32670
32671 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32672 erasing buffer.
32673
32674 2005-01-17 Richard M. Stallman <rms@gnu.org>
32675
32676 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32677 for calling grep-compute-defaults.
32678
32679 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32680 if buffer is empty.
32681
32682 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32683
32684 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32685
32686 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32687
32688 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32689 non-preloaded variables.
32690
32691 2005-01-17 Steven Tamm <steventamm@mac.com>
32692
32693 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32694 tex-shell cause to force interactivity when using pipes.
32695
32696 2005-01-17 Kim F. Storm <storm@cua.dk>
32697
32698 * simple.el (just-one-space): Make arg optional.
32699
32700 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32701
32702 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32703 posn-at-x-y to t to access left-margin.
32704
32705 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32706
32707 Sync with Tramp 2.0.47.
32708
32709 * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
32710 catching keep-date problems in cp/scp operations.
32711 (tramp-handle-copy-file): Don't call `set-file-modes'
32712 unconditionally. Specialized functions should know better what is
32713 necessary. This improves performance a little bit, and the
32714 functions could catch errors with `cp -p' and `scp -p'.
32715 (tramp-do-copy-or-rename-file-via-buffer)
32716 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32717 when appropriate.
32718 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32719 Call `set-file-modes' when appropriate.
32720 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32721 Johnsson <isak@hypergene.com>.
32722 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32723 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32724 <joakim@verona.se>.
32725 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32726 Emacs only.
32727
32728 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32729 `find-file-hooks' and `dired-mode-hook'.
32730 (tramp-minor-mode-map): Respective map. Add remapping for
32731 `compile' and `recompile'.
32732 (tramp-remap-command, tramp-recompile): New defuns.
32733 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32734 in buffer "*Compilation*". Call the commands asynchronously.
32735
32736 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32737 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32738 `shell-command', because it isn't magic in XEmacs. Reported by
32739 Adrian Aichner <adrian@xemacs.org>.
32740
32741 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32742 `substitute-in-file-name'.
32743 (tramp-smb-handle-substitute-in-file-name): New defun.
32744 (tramp-smb-advice-PC-do-completion): Delete advice.
32745
32746 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32747
32748 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32749 Fix error in deleting region.
32750
32751 2005-01-15 Richard M. Stallman <rms@gnu.org>
32752
32753 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32754 In non-temp buffer, switch syntax table temporarily.
32755
32756 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32757
32758 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32759
32760 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32761
32762 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32763 (imenu--generic-function): Use START, not BEG, as pos of definition.
32764
32765 * simple.el (just-one-space): Argument specifies number of spaces.
32766
32767 * simple.el (eval-expression-print-format): Avoid warning
32768 about edebug-active.
32769
32770 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32771
32772 * progmodes/sh-script.el: Code copied from make-mode.el
32773 with small changes,
32774 (sh-mode-map): Bind C-c C-\.
32775 (sh-backslash-column, sh-backslash-align): New variables.
32776 (sh-backslash-region, sh-append-backslash): New functions.
32777
32778 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32779
32780 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32781 (rmail-pop-password, rmail-pop-password-required): Move to
32782 rmail-obsolete group.
32783 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32784 All callers updated.
32785 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32786 Take an argument specifying whether it is POP or IMAP mailbox we
32787 are using. All callers updated.
32788 (rmail-pop-password-error): Rename to
32789 rmail-remote-password-error. Added mailutils-specific error message.
32790 (rmail-movemail-search-path)
32791 (rmail-movemail-variant-in-use): New variables.
32792 (rmail-remote-password, rmail-remote-password-required):
32793 New customization variables.
32794 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32795 (rmail-parse-url): New function.
32796 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32797 with GNU mailutils movemail.
32798
32799 2005-01-15 Kevin Ryde <user42@zip.com.au>
32800
32801 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32802 suffix to space, $ or '$, to correctly position point when going
32803 to @table style constants like DBL_MAX.
32804
32805 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32806
32807 * type-break.el (type-break-mode, type-break-file-time)
32808 (type-break-file-keystroke-count, type-break-choose-file):
32809 Don't store data in or load data from the file if type-break-file-name
32810 is nil.
32811 (type-break-file-name): Doc update as per the above.
32812
32813 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32814
32815 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32816 lookup-key might return nil; handle that.
32817
32818 2005-01-15 Alan Mackenzie <acm@muc.de>
32819
32820 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32821 rather than the element found, thus enabling the tree to be setcar'd.
32822
32823 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32824
32825 * textmodes/org.el (org-show-following-heading): New option.
32826 (org-show-hierarchy-above): Use `org-show-following-heading'.
32827 (org-cycle): Documentation fix.
32828
32829 * textmodes/org.el (orgtbl-optimized): New option
32830 (orgtbl-mode): New command, a minor mode.
32831 (orgtbl-mode-map): New variable.
32832 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32833 (orgtbl-error, orgtbl-self-insert-command)
32834 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32835
32836 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32837 a local variable in each org-mode buffer.
32838
32839 * textmodes/org.el (org-set-regexps-and-options): Rename from
32840 `org-set-regexps'. Added checking for STARTUP keyword.
32841 (org-get-current-options): Add STARTUP options.
32842 (org-table-insert-row): Make mode intelligent about when
32843 realignment is needed.
32844 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32845 New commands.
32846 (org-enable-table-editor): New default value `optimized'.
32847 (org-table-blank-field): Support blanking regions if active.
32848
32849 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32850
32851 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32852 if the year is not given.
32853
32854 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32855 Add new escapes %m and %M, fixed bug with %F by adding
32856 save-match-data.
32857 (reftex-reference): Remove ?. from list of spaces.
32858 (reftex-label-info): Add automatic label prefix recognition.
32859
32860 * textmodes/reftex-index.el (reftex-index-next-phrase):
32861 Add slave parameter to call of `reftex-index-this-phrase'.
32862 (reftex-index-this-phrase): New optional argument.
32863 (reftex-index-region-phrases): Add slave parameter to call of
32864 `reftex-index-this-phrase'.
32865 (reftex-display-index): New argument redo.
32866 (reftex-index-rescan): Add `redo' to arguments of
32867 `reftex-display-index'.
32868 (reftex-index-Rescan, reftex-index-revert)
32869 (reftex-index-switch-index-tag): Add `redo' to arguments of
32870 `reftex-display-index'.
32871 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32872 indexing. Fix bug with matching is there is a quote before or
32873 after the word.
32874
32875 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32876 Fix bug when collecting citation keys in lines with comments.
32877 (reftex-citation): Prefix argument no longer rescans the document,
32878 but forces prompting for optional arguments of cite macros.
32879 (reftex-do-citation): Prompting for optional arguments implemented.
32880
32881 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32882 Add optional arguments to most cite commands.
32883 (reftex-cite-cleanup-optional-args): New option
32884 (reftex-cite-prompt-optional-args): New option.
32885 (reftex-trust-label-prefix): New option.
32886
32887 * textmodes/reftex-toc.el (reftex-toc-find-section):
32888 Add push-mark before changing the position in the buffer.
32889
32890 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32891 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32892
32893 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32894
32895 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32896 more carefully.
32897
32898 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32899
32900 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32901 (sgml-mode): Use it.
32902 (sgml-get-context): Better keep track of implicitly closed tags.
32903
32904 2005-01-13 Kenichi Handa <handa@m17n.org>
32905
32906 * textmodes/ispell.el: These changes are to fix misalignment error
32907 caused by equivalent characters of different Emacs charsets.
32908 (ispell-unified-chars-table): New variable.
32909 (ispell-get-decoded-string): New function.
32910 (ispell-get-casechars, ispell-get-not-casechars)
32911 (ispell-get-otherchars): Call ispell-get-decoded-string.
32912
32913 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32914
32915 * custom.el (custom-declare-variable): Just put symbol instead
32916 of (defvar . symbol) in `current-load-list'.
32917
32918 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32919
32920 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32921
32922 2005-01-12 Jay Belanger <belanger@truman.edu>
32923
32924 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
32925 to create a Calc summary.
32926
32927 2005-01-12 Kim F. Storm <storm@cua.dk>
32928
32929 * mouse.el (mouse-on-link-p): Change functionality and doc
32930 string to comply with latest description in lisp ref.
32931
32932 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
32933
32934 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
32935 Enable mouse clicks on mode-line, header-line and margin.
32936 (event-type): Give mouse event symbols an `event-kind' property
32937 with value `mouse-click'.
32938
32939 2005-01-12 Juri Linkov <juri@jurta.org>
32940
32941 * facemenu.el (list-colors-display): Add new arg buffer-name.
32942 Use it. Fix docstring. Replace code for identifying duplicate
32943 colors by the name with call to `list-colors-duplicates' which
32944 identifies duplicate colors by the value unless the color
32945 is one of special Windows colors. Set truncate-lines to t.
32946 Print sorted duplicate color names on each line. Indent to 22
32947 \(the longest color name in rgb.txt) instead of 20. Optimize.
32948 (list-colors-duplicates): New function.
32949 (facemenu-color-name-equal): Delete function.
32950
32951 * facemenu.el (list-colors-print): New function created from code
32952 in list-colors-display. Print #RRGGBB at the window right edge.
32953 (list-colors-display): When temp-buffer-show-function is not
32954 defined, call list-colors-print from temp-buffer-show-hook
32955 to get the right value of window-width in list-colors-print
32956 after the buffer is displayed.
32957
32958 * simple.el (pop-mark): Move deactivate-mark out of conditional
32959 part to deactivate the active mark regardless of the state of the
32960 mark ring.
32961
32962 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
32963 variables line in desktop files.
32964
32965 2005-01-12 Juri Linkov <juri@jurta.org>
32966
32967 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
32968 Bring together isearch highlight related options.
32969 (lazy-highlight): Replace group `replace' by `matching'.
32970 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
32971 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
32972 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
32973 and declare them obsolete.
32974 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
32975 (isearch-faces): Remove defgroup.
32976 (isearch-overlay, isearch-highlight, isearch-dehighlight):
32977 Move isearch highlighting code closer to lazy highlighting code.
32978
32979 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
32980 (query-replace-highlight, query-replace-lazy-highlight)
32981 (query-replace): Move definitions to the beginning of the file.
32982
32983 2005-01-11 Juri Linkov <juri@jurta.org>
32984
32985 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
32986 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
32987 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
32988
32989 * info.el (Info-history-forward): New variable.
32990 (Info-select-node): Reset Info-history-forward to nil.
32991 (Info-last): Turn into defalias.
32992 (Info-history-back): Rename from Info-last.
32993 Add current node to Info-history-forward.
32994 (Info-history-forward): New fun.
32995 (Info-mode-map): Replace Info-last by Info-history-back.
32996 Bind Info-history-forward to "r".
32997 (Info-mode-menu): Replace Info-last by Info-history-back.
32998 Fix menu item text. Add menu item for Info-history-forward.
32999 (info-tool-bar-map): Replace Info-last by Info-history-back.
33000 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33001 for Info-history-forward.
33002 (Info-mode): Replace Info-last by Info-history-back in docstring.
33003 Add local variable Info-history-forward.
33004 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33005
33006 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33007
33008 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33009 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33010 Ignore select-window events rather than fiddle with
33011 mouse-autoselect-window.
33012
33013 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33014
33015 * type-break.el (type-break-mode): Fix previous change.
33016
33017 2005-01-10 Jay Belanger <belanger@truman.edu>
33018
33019 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33020 calculator; only reset when point is inside a calculator.
33021 Don't adjust the window height if the window takes up the whole height
33022 of the frame.
33023
33024 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33025
33026 * ebuff-menu.el (Electric-buffer-menu-mode):
33027 Preserve value of buffer-local var header-line-format.
33028
33029 2005-01-09 Jay Belanger <belanger@truman.edu>
33030
33031 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33032 Make sure settings file exists before accessing it.
33033
33034 * calc/calc-embed.el (calc-embedded-subst):
33035 Replace math-multi-subst-rec, which is only supposed to be called
33036 by math-multi-subst, by math-multi-subst.
33037
33038 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33039
33040 * vc.el (vc-allow-async-revert): New user option.
33041 (vc-disable-async-diff): New internal variable.
33042 (vc-revert-buffer): Use them to disable asynchronous diff.
33043
33044 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33045 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33046 asynchronously if vc-disable-async-diff is t.
33047
33048 2005-01-09 Jay Belanger <belanger@truman.edu>
33049
33050 * calc/calc.el (defcalcmodevar): New macro.
33051 (calc-mode-var-list-restore-default-values)
33052 (calc-mode-var-list-restore-saved-values): New functions.
33053 (calc-mode-var-list): Use defcalcmodevar to define it.
33054 (calc-always-load-extensions, calc-line-numbering)
33055 (calc-line-breaking, calc-display-just, calc-display-origin)
33056 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33057 (calc-group-char, calc-point-char, calc-frac-format)
33058 (calc-prefer-frac, calc-hms-format, calc-date-format)
33059 (calc-float-format, calc-full-float-format, calc-complex-format)
33060 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33061 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33062 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33063 (calc-matrix-brackets, calc-language, calc-language-option)
33064 (calc-left-label, calc-right-label, calc-word-size)
33065 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33066 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33067 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33068 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33069 (calc-window-height, calc-display-trail, calc-show-selections)
33070 (calc-use-selections, calc-assoc-selections)
33071 (calc-display-working-message, calc-auto-why, calc-timing)
33072 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33073 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33074 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33075 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33076 (calc-gnuplot-geometry, calc-graph-default-resolution)
33077 (calc-graph-default-resolution-3d, calc-invocation-macro)
33078 (calc-show-banner): Use defcalcmodevar to declare them and set
33079 their default values.
33080
33081 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33082 instead of default values (but restore default values if there is
33083 an argument of 0).
33084
33085 2005-01-09 David Kastrup <dak@gnu.org>
33086
33087 * desktop.el (desktop-restore-eager): Fix typo in type.
33088
33089 2005-01-08 Richard M. Stallman <rms@gnu.org>
33090
33091 * cus-edit.el (customize): Delete :link.
33092
33093 2005-01-08 Jay Belanger <belanger@truman.edu>
33094
33095 * calc/calc.el (calc-mode): Remove the extension from the
33096 `calc-settings-file' file name when loading it.
33097
33098 2005-01-08 Kim F. Storm <storm@cua.dk>
33099
33100 * info.el (Info-mode-map, Info-next-link-keymap)
33101 (Info-prev-link-keymap, Info-up-link-keymap):
33102 Map follow-link to mouse-face.
33103 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33104
33105 2005-01-08 Jay Belanger <belanger@truman.edu>
33106
33107 * calc/calc.el (calc-settings-file): Change default value.
33108 Suggested by cgw in a comment in calc-mode.el.
33109
33110 * calc/calc-mode.el (calc-settings-file-name):
33111 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33112 Replace ~/.emacs in a prompt by calc-settings-file.
33113
33114 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33115
33116 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33117 (desktop-lazy-idle-delay): New customizable variables.
33118 (desktop-buffer-args-list): New variable.
33119 (desktop-append-buffer-args): New function.
33120 (desktop-save): Call desktop-append-buffer-args for some buffers.
33121 (desktop-lazy-create-buffer): New function.
33122 (desktop-idle-create-buffers): New function.
33123 (desktop-read): Add message about buffers to restore lazily.
33124 (desktop-lazy-abort): New command.
33125 (desktop-clear): Call desktop-lazy-abort.
33126 (desktop-lazy-complete): New command.
33127
33128 2005-01-06 Richard M. Stallman <rms@gnu.org>
33129
33130 * emacs-lisp/find-func.el (find-face-definition):
33131 Rename from find-face.
33132
33133 2005-01-06 Kim F. Storm <storm@cua.dk>
33134
33135 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33136
33137 * man.el (Man-xref-man-page, Man-xref-header-file)
33138 (Man-xref-normal-file): Add follow-link property.
33139
33140 2005-01-06 Jay Belanger <belanger@truman.edu>
33141
33142 * calc/calc-units.el: Make sure the proper macro definitions are
33143 available when compiling.
33144
33145 2005-01-06 Juri Linkov <juri@jurta.org>
33146
33147 * isearch.el (isearch-lazy-highlight-update):
33148 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33149
33150 2005-01-06 Miles Bader <miles@gnu.org>
33151
33152 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33153 (isearch-lazy-highlight-face): Use new name.
33154
33155 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33156
33157 * uniquify.el (uniquify-rationalize-file-buffer-names):
33158 Re-add an interactive spec.
33159 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33160 to the same name.
33161
33162 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33163 (isearch-update, isearch-done): Adjust calls accordingly.
33164
33165 2005-01-05 Richard M. Stallman <rms@gnu.org>
33166
33167 * custom.el (custom-set-variables, custom-theme-set-variables):
33168 Clarify documentation.
33169
33170 * emacs-lisp/find-func.el (find-variable)
33171 (find-variable-other-window, find-variable-other-frame):
33172 Fix the TYPE args to find-function-read and find-function-do-it.
33173 (find-function): Doc fix.
33174 (find-function-at-point): Replace function-at-point alias.
33175
33176 2005-01-04 Richard M. Stallman <rms@gnu.org>
33177
33178 * cus-face.el (custom-declare-face):
33179 Record defface in current-load-list.
33180
33181 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33182
33183 * emacs-lisp/find-func.el: Doc fixes.
33184 (find-face-regexp): New variable.
33185 (find-function-regexp-alist): New variable.
33186 (find-function-C-source): Third arg is now TYPE.
33187 (find-function-search-for-symbol): Handle general TYPE.
33188 (find-function-read, find-function-do-it): Handle general TYPE.
33189 (find-definition-noselect, find-face): New functions.
33190 (function-at-point): Alias deleted.
33191
33192 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33193
33194 * battery.el (display-battery-mode): Rename from display-battery.
33195 Handle the case where it gets turned off.
33196
33197 2005-01-04 Richard M. Stallman <rms@gnu.org>
33198
33199 * cus-edit.el (customize): Make :link point to user doc.
33200
33201 * man.el (Man-fontify-manpage): Turn off undo generation.
33202
33203 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33204
33205 2005-01-04 Andreas Schwab <schwab@suse.de>
33206
33207 * files.el (insert-directory): Only look for error lines in
33208 inserted text. Don't move too far after processing --dired markers.
33209
33210 2005-01-04 Richard M. Stallman <rms@gnu.org>
33211
33212 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33213 Don't expand if the character is @, period, dash, etc.
33214 (define-mail-abbrev): Quote names that contain problem characters.
33215
33216 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33217
33218 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33219
33220 2005-01-03 Richard M. Stallman <rms@gnu.org>
33221
33222 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33223 (query-replace-highlight, query-replace-lazy-highlight)
33224 (query-replace): Definitions moved up. Doc fix.
33225
33226 2005-01-03 Richard M. Stallman <rms@gnu.org>
33227
33228 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33229 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33230 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33231 (lazy-highlight-face): Rename from isearch-lazy-...
33232 Change all references to them.
33233
33234 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33235
33236 * cus-edit.el (custom-file): Doc fix for defcustom.
33237 (custom-file): The function no longer sets the variable
33238 `custom-file' to its return value.
33239
33240 * startup.el (command-line): No longer load `custom-file'.
33241
33242 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33243
33244 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33245
33246 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33247 Don't confuse module-prefixed identifiers for labels.
33248 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33249
33250 2005-01-02 Richard M. Stallman <rms@gnu.org>
33251
33252 * files.el (basic-save-buffer-1): Fix previous change.
33253
33254 * loadhist.el (file-loadhist-lookup): New function.
33255 (file-provides, file-requires): Use it.
33256
33257 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33258 instead of calculating the right size.
33259
33260 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33261
33262 * vc-svn.el (vc-svn-diff): Stay local if possible.
33263
33264 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33265
33266 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33267
33268 * files.el (hack-local-variables): Fix last change.
33269
33270 2005-01-02 Jay Belanger <belanger@truman.edu>
33271
33272 * calc/calc-yank.el (calc-edit-top): New variable.
33273 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33274 object. Change header properties.
33275 (calc-edit-finish, calc-edit-finish-stack-object)
33276 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33277 edited object.
33278 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33279 for the beginning of the edited object.
33280 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33281 for the beginning of the edited object.
33282 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33283 (calc-finish-formula-edit, calc-macro-repeats)
33284 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33285 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33286 beginning of the edited object.
33287 (calc-user-define-edit): Change the header for editing macros.
33288 Remove unnecessary variable.
33289
33290 2005-01-01 Jay Belanger <belanger@truman.edu>
33291
33292 * calc/calc-yank.el (calc-edit-mode): Change default header.
33293 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33294 * calc/calc-store.el (calc-edit-variable): Change title to match new
33295 header.
33296 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33297 mode to match new header.
33298 (calc-user-define-edit): Change titles to include names of commands.
33299 (calc-finish-formula-edit): Adjust to handle new header.
33300 (calc-finish-macro-edit): Remove.
33301 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33302 (calc-edit-macro-command, calc-edit-macro-command-type)
33303 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33304 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33305 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33306 (calc-edit-macro-finish-edit): New functions.
33307 (calc-user-define-edit): Use new functions to edit named calc macros.
33308
33309 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33310
33311 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33312
33313 * ses.el (copy-region-as-kill): Deactivate mark.
33314
33315 2005-01-01 Richard M. Stallman <rms@gnu.org>
33316
33317 * replace.el (occur-1): If the output buffer is also an input,
33318 don't kill it, rename it.
33319
33320 * faces.el (set-face-background, set-face-foreground): Doc fix.
33321
33322 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33323 for :foreground and :background.
33324
33325 * dired.el (dired-view-command-alist): Variable deleted.
33326 (dired-view-file, dired-mouse-find-file-other-window):
33327 Delete the code to use it.
33328
33329 2005-01-01 Kim F. Storm <storm@cua.dk>
33330
33331 * image.el (insert-sliced-image): Use t for line-height property.
33332
33333 See ChangeLog.11 for earlier changes.
33334
33335 ;; Local Variables:
33336 ;; coding: iso-2022-7bit
33337 ;; add-log-time-zone-rule: t
33338 ;; End:
33339
33340 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33341
33342 This file is part of GNU Emacs.
33343
33344 GNU Emacs is free software; you can redistribute it and/or modify
33345 it under the terms of the GNU General Public License as published by
33346 the Free Software Foundation; either version 3, or (at your option)
33347 any later version.
33348
33349 GNU Emacs is distributed in the hope that it will be useful,
33350 but WITHOUT ANY WARRANTY; without even the implied warranty of
33351 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33352 GNU General Public License for more details.
33353
33354 You should have received a copy of the GNU General Public License
33355 along with GNU Emacs; see the file COPYING. If not, write to the
33356 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33357 Boston, MA 02110-1301, USA.
33358
33359 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1