(vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
[bpt/emacs.git] / lisp / ChangeLog
1 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
4
5 2007-04-28 Eli Zaretskii <eliz@gnu.org>
6
7 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
8 instead of $(lisp)/mh-e.
9
10 * textmodes/fill.el (fill-paragraph): Doc fix.
11
12 2007-04-28 Glenn Morris <rgm@gnu.org>
13
14 * image-dired.el (image-dired-cmd-create-thumbnail-options)
15 (image-dired-cmd-create-temp-image-options): Replace option
16 +profile "*" with -strip.
17
18 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
19
20 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
21 Use window-start and window-end.
22
23 2007-04-26 Glenn Morris <rgm@gnu.org>
24
25 * progmodes/python.el: Restore file pending consideration of legal
26 status.
27
28 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
29
30 * locate.el (locate-in-alternate-database): Doc fix.
31
32 2007-04-26 Glenn Morris <rgm@gnu.org>
33
34 * button.el (button): Use underline if supported, else fall back
35 to color.
36
37 2007-04-25 Richard Stallman <rms@gnu.org>
38
39 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
40
41 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
42
43 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
44 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
45 pushing mark.
46 (idlwave-current-routine): Don't push mark.
47
48 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
49
50 * image-dired.el (image-dired-display-image): Derive image-type from
51 filename rather than assuming jpeg, in case no resizing was needed.
52
53 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
54
55 * custom.el (defface): Doc fix.
56
57 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
58
59 * progmodes/python.el: Remove due to unclear legal issues.
60
61 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
62
63 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
64 Don't re-query for each cleared BP.
65 (idlwave-shell-clear-bp): Optionally skip BP query.
66 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
67 of set-window-buffer, which incorrectly moves displayed region.
68
69 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
70
71 * calc/calc.el (calc-bug-address): Update maintainer's address.
72 * calc/*: Update maintainer's address.
73
74 2007-04-23 Richard Stallman <rms@gnu.org>
75
76 * simple.el (set-mark-command-repeat-pop): Doc fix.
77 Put in `editing-basics' group.
78
79 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
80
81 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
82 New functions.
83 (Info-mode-line-node-keymap): Bind mouse commands to
84 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
85
86 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
87
88 * locate.el (locate-local-prompt): New var.
89 (locate-prompt-for-command): Doc fix.
90 (locate-prompt-for-search-string): New function.
91 (locate): New optional arg. Make locate-local-prompt
92 buffer-local. Use locate-prompt-for-search-string.
93 (locate-with-filter): New optional arg.
94 Use locate-prompt-for-search-string.
95 (locate-update): Bind locate-prompt-for-command.
96
97 2007-04-23 Glenn Morris <rgm@gnu.org>
98
99 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
100
101 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
102
103 * button.el (button): Inherit from link face on a tty.
104
105 2007-04-23 Glenn Morris <rgm@gnu.org>
106
107 * button.el (button): Use color for this face on a tty.
108
109 * files.el (magic-mode-alist): Allow for carriage-returns in
110 html-mode and sgml-mode entries.
111
112 2007-04-22 Richard Stallman <rms@gnu.org>
113
114 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
115 Improve doc string of generated command.
116
117 * subr.el (read-number): Catch errors.
118
119 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
120
121 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
122
123 * image-dired.el: Rename from thumbnails.el. All instances of
124 "thumbnails" replaced with "image-dired".
125
126 * dired.el (dired-mode-map): Rename "thumbnails" again, to
127 "image-dired".
128
129 2007-04-22 Kim F. Storm <storm@cua.dk>
130
131 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
132 Don't use kill-line.
133
134 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
135
136 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
137 error message.
138
139 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
140
141 * dired.el: Rename "tumme" to "thumbnails".
142
143 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
144 replaced with "thumbnails".
145
146 2007-04-22 Glenn Morris <rgm@gnu.org>
147
148 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
149 and give it the risky-local-variable property.
150
151 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
152 before defining it.
153
154 2007-04-21 Martin Rudalics <rudalics@gmx.at>
155
156 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
157 Use delete-region instead of kill-line.
158
159 2007-04-21 Alan Mackenzie <acm@muc.de>
160
161 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
162 `kill-region' by `delete-region'.
163
164 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
165
166 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
167 instead of kill-region.
168
169 * progmodes/mantemp.el (mantemp-make-mantemps-region)
170 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
171 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
172 and kill-line.
173
174 * progmodes/vhdl-mode.el (vhdl-template-type)
175 (vhdl-template-record, vhdl-template-nature)
176 (vhdl-template-configuration-spec, vhdl-template-component-inst)
177 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
178 Use delete-region instead of kill-word and kill-line.
179
180 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
181
182 * dired-x.el (dired-virtual-mode): Doc fix.
183
184 2007-04-21 Richard Stallman <rms@gnu.org>
185
186 * font-lock.el (font-lock-keywords-alist): Mark as risky.
187
188 * subr.el (read-number): Doc fix.
189
190 * simple.el (pop-to-mark-command): Display message "mark popped"
191 if point does not move.
192 (set-mark-command): Doc fix.
193
194 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
195
196 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
197 (locate-local-filter, locate-local-search): New vars.
198 (locate): Make variables local.
199 (locate-update): Bind locate-buffer-name. Call locate using
200 locate-local-filter and locate-local-search.
201
202 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
203
204 * hi-lock.el (hi-lock-file-patterns-policy): New var.
205 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
206 (hi-lock-mode): Update docstring.
207
208 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
209
210 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
211 fill-nobreak-predicate when the break is past fill-column.
212
213 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
214
215 * locate.el (locate): Output from shell-command should go in the
216 current buffer rather than *Shell Command Output*.
217
218 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
219
220 * paren.el (show-paren-function): Fix last fix.
221
222 2007-04-19 Kevin Ryde <user42@zip.com.au>
223
224 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
225 (archive-lzh-summarize): Add optional start arg for where to start
226 looking at the archive.
227 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
228
229 * international/mule.el (auto-coding-alist): no-conversion for .exe
230 and .EXE.
231
232 2007-04-19 Alan Mackenzie <acm@muc.de>
233
234 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
235 function return type contains "struct", "union", etc.
236 c-end-of-defun goes too far forward.
237
238 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
239
240 * paren.el (show-paren-function): Reset window-start to avoid
241 recentering.
242
243 2007-04-19 Glenn Morris <rgm@gnu.org>
244
245 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
246
247 2007-04-18 Glenn Morris <rgm@gnu.org>
248
249 * calendar/diary-lib.el (diary-header-line-format): Add a custom
250 :set function.
251 (diary-list-entries): Only switch to diary-mode from
252 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
253 diary-mode set header-line-format, in case of any customization.
254
255 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
256
257 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
258 is less than the length of parse-time-syntax.
259
260 2007-04-17 David Kastrup <dak@gnu.org>
261
262 * replace.el (query-replace-regexp-eval): Deprecate.
263
264 2007-04-17 Alan Mackenzie <acm@muc.de>
265
266 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
267 point too close to EOB, leave point at EOB rather than last `}'.
268
269 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
270
271 * textmodes/bibtex.el (bibtex-include-OPTkey)
272 (bibtex-user-optional-fields, bibtex-entry-field-alist):
273 Fix defcustom.
274
275 2007-04-17 Glenn Morris <rgm@gnu.org>
276
277 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
278 be encoded, fall back to current year.
279
280 2007-04-14 Kevin Ryde <user42@zip.com.au>
281
282 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
283 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
284 M "MSDOS".
285
286 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
287
288 * progmodes/python.el (python-end-of-block): Avoid looping forever
289 if python-next-statement fails.
290
291 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
292
293 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
294
295 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
296
297 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
298 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
299
300 2007-04-15 Jay Belanger <belanger@truman.edu>
301
302 * calc/calc.el (calc-version): New function.
303 (calc-trail-mode): Shorten the title.
304
305 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
306
307 * mail/footnote.el (footnote-style): Clarify docstring to state
308 that customizing this only applies to future footnotes.
309
310 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
311
312 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
313 (bibtex-make-field): Check that INIT is a string. Use functionp.
314
315 2007-04-14 Glenn Morris <rgm@gnu.org>
316
317 * complete.el (PC-goto-end): New buffer-local variable.
318 (PC-do-completion-end): Make buffer-local.
319 (partial-completion-mode) <choose-completion-string-functions>:
320 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
321 (PC-do-completion): New optional fourth argument GOTO-END. Add a
322 doc string. Set PC-goto-end for choose-completion.
323 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
324 PC-do-completion.
325
326 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
327 arg to bibtex-make-field.
328 (bibtex-make-field): Add optional fourth arg NODELIM.
329 Insert delimiters around INIT unless this arg is non-nil.
330
331 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
332
333 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
334 global map isn't modified
335
336 2007-04-14 Glenn Morris <rgm@gnu.org>
337
338 * calendar/appt.el (appt-disp-window): Do not split small windows.
339 Suggested by Jeff Miller <jmiller@cablespeed.com>.
340
341 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
342
343 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
344
345 * files.el: Ditto.
346
347 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
348
349 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
350
351 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
352 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
353 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
354 (term-pager-help): Fix typos in docstrings.
355
356 * wid-edit.el (widget-documentation): Fix typo in docstring.
357
358 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
359 Fix typos in error messages.
360
361 2007-04-13 Martin Rudalics <rudalics@gmx.at>
362
363 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
364 window marked as dedicated.
365
366 * mail/footnote.el (footnote-latin-string): New variable.
367 (footnote-latin-regexp): Redefine as regexp alternative.
368 (Footnote-latin): Use footnote-latin-string instead of
369 footnote-latin-regexp.
370
371 2007-04-13 Glenn Morris <rgm@gnu.org>
372
373 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
374 inherited keymaps.
375
376 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
377
378 * outline.el (outline-get-next-sibling): Clarify docstring.
379 (outline-get-last-sibling): Handle case where we are at the first
380 heading. Clarify docstring.
381
382 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
383
384 * progmodes/gud.el (gud-minor-mode-map): Make go button same
385 length as stop button to lessen flicker.
386 (jdb): Add gud-print.
387 (gud-find-expr): Jdb prints the expression with the value, so
388 don't insert it in the output.
389
390 2007-04-11 Jason Rumney <jasonr@gnu.org>
391
392 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
393 case hex. Do not try to decode non-hex letters.
394
395 2007-04-11 Markus Triska <markus.triska@gmx.at>
396
397 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
398 (byte-optimize-backward-word): Remove (move to bytecomp.el).
399 (byte-optimize-form-code-walker): Evaluate pure function calls if
400 possible.
401 (byte-optimize-all-constp): New function.
402
403 * emacs-lisp/bytecomp.el (byte-compile-char-before):
404 Improve numeric argument case.
405 (byte-compile-backward-char, byte-compile-backward-word):
406 New functions, performing rewriting previously done in byte-opt.el.
407 Fix their "Fixme" item (restriction to numeric arguments).
408
409 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
412 with dolist.
413 (after-init-hook): Don't quote lambda.
414 (desktop-first-buffer): Don't wrap it in eval-when-compile.
415 (desktop-internal-v2s): Remove unused var `el'.
416 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
417 desktop-restore-file-buffer.
418 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
419 desktop-create-buffer.
420
421 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
422
423 * woman.el (woman-decode-buffer): Postpone macro-set check...
424 (woman-decode-region): ...to here.
425
426 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
427
428 * startup.el (tty-handle-args): Use %S to log ARGS.
429
430 2007-04-10 Glenn Morris <rgm@gnu.org>
431
432 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
433 it is obsolete and has no effect.
434
435 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
436 byte-compiler.
437
438 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
439 obsolete function make-local-hook.
440
441 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
442 start to quieten byte-compiler.
443
444 2007-04-10 Markus Triska <markus.triska@gmx.at>
445
446 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
447 to bytecomp.el as byte-compile-char-before).
448 * emacs-lisp/bytecomp.el (byte-compile-char-before):
449 New function (modified replacement for byte-optimize-char-before in
450 byte-opt.el).
451
452 2007-04-09 Alan Mackenzie <acm@muc.de>
453
454 * startup.el (inhibit-splash-screen): Emphatically state that it
455 can't be set in site-start.el.
456
457 2007-04-09 Masatake YAMATO <jet@gyve.org>
458
459 * progmodes/cc-subword.el (c-capitalize-subword): More closely
460 mimic the behavior of `capitalize-word'. Do not move point with a
461 negative argument. Based on tiny change by Paul Curry.
462
463 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
464
465 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
466 Don't move point if ARG is negative.
467
468 2007-04-09 Alan Mackenzie <acm@muc.de>
469
470 Changes to make `narrow-to-defun' and `mark-defun' work properly
471 in CC Mode:
472
473 * progmodes/cc-defs.el (c-beginning-of-defun-1):
474 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
475 Bind beginning/end-of-defun-function to nil around calls to
476 beginning/end-of-defun.
477
478 * progmodes/cc-langs.el (beginning-of-defun-function)
479 (end-of-defun-function): New c-lang-setvar's.
480
481 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
482 (setq arg 1))" to enable non-interactive call.
483
484 2007-04-09 Eli Zaretskii <eliz@gnu.org>
485
486 * simple.el (set-mark-command): Doc fix.
487
488 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
489
490 * progmodes/gud.el (gdb): Restore existing session if user
491 tries to start a second one in graphical mode.
492
493 2007-04-08 Martin Rudalics <rudalics@gmx.at>
494
495 * cus-start.el <scroll-preserve-screen-position>: Add choices.
496
497 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
498
499 * term/xterm.el (terminal-init-xterm): Fix key definitions.
500 Add binding for C-M-SPC.
501
502 2007-04-08 Richard Stallman <rms@gnu.org>
503
504 * pcomplete.el (pcomplete-read-event): One single definition,
505 and not a defsubst.
506
507 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
508
509 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
510 byte-compiler warning "value unused".
511
512 2007-04-08 Andreas Schwab <schwab@suse.de>
513
514 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
515
516 2007-04-07 Glenn Morris <rgm@gnu.org>
517
518 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
519 Autoload these functions.
520 (diary-date-forms): Add a custom :set form.
521
522 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
523 before first use.
524 (diary-font-lock-keywords): New function with old code for
525 initialization of variable of same name.
526
527 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
528
529 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
530 clean-up: only insert space when on identifier, etc.
531
532 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
533
534 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
535
536 * net/tls.el (open-tls-stream): Properly handle case where there
537 is no associated buffer.
538
539 2007-04-07 Glenn Morris <rgm@gnu.org>
540
541 * ffap.el (ffap-file-at-point): Lower the priority of the
542 ffap-ftp-sans-slash-regexp check.
543
544 2007-04-06 Alan Mackenzie <acm@muc.de>
545
546 Fix fontification of labels, and other things with ":".
547
548 * progmodes/cc-engine.el (c-forward-label): The function now
549 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
550 the former t.
551
552 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
553 new return code from c-forward-label, fontifying tokens properly.
554 Add some general comments throughout the file.
555
556 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
557
558 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
559 Revert 2006-01-27 change.
560
561 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
562
563 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
564
565 * desktop.el (desktop-create-buffer, desktop-save):
566 Revert 2004-11-12 change for lack of copyright papers.
567
568 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
569 (dired-guess-default): Respect case.
570
571 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
572
573 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
574 was originally checked in as byte-optimize-concat on 1997-11-02.
575
576 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
577 1995-05-19 doc changes.
578
579 2007-04-06 Kim F. Storm <storm@cua.dk>
580
581 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
582 (unload-feature): Update interactive spec accordingly.
583
584 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
585
586 2007-04-06 John Paul Wallington <jpw@pobox.com>
587
588 * subr.el (with-case-table): Use `make-symbol' to avoid variable
589 capture. Restore the table in the same buffer.
590
591 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
592
593 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
594
595 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
596 Print entire form.
597
598 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
599
600 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
601 for low-color displays.
602
603 2007-04-05 Glenn Morris <rgm@gnu.org>
604
605 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
606 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
607 Seed random number generator on loading.
608
609 * emacs-lisp/authors.el (top-level): Provide self.
610
611 * play/animate.el (top-level): Provide self.
612
613 2007-04-04 Alan Mackenzie <acm@muc.de>
614
615 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
616 to mention c-syntactic-indentation.
617
618 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
619
620 * subr.el (with-case-table): New macro.
621
622 * international/mule.el (ascii-case-table): New var.
623
624 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
625 downcasing.
626
627 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
628
629 * progmodes/gud.el (gud-minor-mode-map): Simplify.
630
631 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
632 of the window if we're outside it e.g menu-bar.
633
634 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
635 window if we're outside it e.g menu-bar.
636
637 2007-04-03 Eli Zaretskii <eliz@gnu.org>
638
639 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
640 decode base-64 encoded body if its content-type is something other
641 than text/* or message/*.
642
643 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
644
645 * simple.el (activate-mark-hook): Fix typo in docstring.
646
647 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
648
649 * tmm.el (tmm-c-prompt): Initialize.
650 (tmm-menubar): Deal with extended menu-items at top level.
651 (tmm-get-keybind): Handle bindings redefined/undefined locally.
652 (tmm-prompt): Handle visibility of top level menu-items.
653
654 * progmodes/gud.el (gud-menu-map): Simplify.
655 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
656 menubar.
657
658 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
659
660 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
661
662 * comint.el (comint-send-input): Widen the buffer first.
663
664 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
665
666 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
667
668 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
669 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
670
671 * newcomment.el (comment-search-forward): Discard comment starters
672 before point.
673
674 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
675
676 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
677
678 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
679
680 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
681 when downcasing.
682
683 * button.el (previous-button): Rewrite to account for adjacent buttons.
684
685 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
686
687 * progmodes/idlwave.el (idlwave-auto-fill):
688 Revert paragraph-separate change.
689
690 * progmodes/idlw-shell.el (idlwave-shell-break-in):
691 Simplify module calc.
692 (idlwave-shell-set-bp-in-module): Compute module.
693
694 2007-03-31 Glenn Morris <rgm@gnu.org>
695
696 * emacs-lisp/timer.el (run-at-time): Doc fix.
697
698 * emacs-lisp/warnings.el (display-warning): If we create the
699 buffer displaying the warning, disable undo there.
700
701 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
702
703 * net/tramp.el (tramp-register-file-name-handler)
704 (tramp-register-completion-file-name-handler): New defsubst,
705 derived from `tramp-register-file-name-handlers'. The split is
706 necessary because Tramp's file name handlers must be registered at
707 different startup places.
708
709 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
710
711 * progmodes/hideshow.el (turn-off-hideshow): New function.
712 (hs-minor-mode): Use it instead of a lambda expression in
713 change-major-mode-hook.
714
715 2007-03-31 David Kastrup <dak@gnu.org>
716
717 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
718 corresponding to MANPATH_MAP entries.
719 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
720 (woman-parse-man.conf): Use more discriminating man.conf name.
721 (woman-parse-man.conf): Parse MANPATH_MAP entries.
722 (woman-manpath): Doc fix and type fix.
723 (woman-cached-data): Check for MANPATH_MAP entries.
724 (woman-expand-directory-path): Treat MANPATH_MAP entries.
725
726 2007-03-31 Stuart Herring <herring@lanl.gov>
727
728 * emacs-lisp/sregex.el (sregexq): Doc fix.
729
730 2007-03-31 Markus Triska <markus.triska@gmx.at>
731
732 * flymake.el (flymake-err-line-patterns): Doc fix.
733
734 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
735
736 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
737 Move to the right.
738
739 2007-03-30 Alan Mackenzie <acm@muc.de>
740
741 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
742
743 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
744
745 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
746 Use it, passed in explicitly, instead of from the dynamic binding.
747 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
748
749 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
750
751 * simple.el (blink-matching-open): When in minibuffer, don't
752 search for a match inside the prompt.
753
754 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
755
756 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
757 (tmm-prompt): Don't make the mouse user select the first menu
758 item twice.
759
760 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
761
762 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
763 SIGUSR1 and SIGUSR2.
764
765 2007-03-29 Kim F. Storm <storm@cua.dk>
766
767 * ido.el (ido-read-internal): When reading file or dir, only override
768 minibuffer-local-filename-completion-map, otherwise only override
769 minibuffer-local-completion-map.
770
771 2007-03-29 Glenn Morris <rgm@gnu.org>
772
773 * complete.el (partial-completion-mode): Set PC-do-completion-end
774 to nil after use.
775 (PC-lisp-complete-symbol): Create and use a marker at `end',
776 rather than using point-marker.
777
778 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
779
780 * simple.el (next-error-highlight): Doc fix.
781 (compose-mail): Revert 2007-03-19 change.
782
783 2007-03-28 Richard Stallman <rms@gnu.org>
784
785 * emacs-lisp/edebug.el (edebug-display): Don't go to
786 edebug-outside-buffer if it is dead.
787
788 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
789
790 * view.el (view-mode): Fix typos in docstring.
791
792 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
793
794 * recentf.el (recentf-save-file): Add a custom :set function.
795
796 2007-03-28 Glenn Morris <rgm@gnu.org>
797
798 * complete.el (PC-do-completion-end): New variable.
799 (partial-completion-mode) <choose-completion-string-functions>:
800 Use PC-do-completion-end in the non-minibuffer case to replace the
801 correct amount of text.
802 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
803 (PC-lisp-complete-symbol): Give marker the after-insertion type,
804 to deal with improvements inserted after point.
805
806 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
807
808 * button.el (make-text-button): Add explicit `button' property.
809 (default-button): Don't put a `button' property on it.
810
811 * progmodes/python.el (python-mode): Skip comments when parsing.
812
813 * vc-arch.el (vc-with-current-file-buffer): New macro.
814 (vc-arch-file-source-p): Use it to avoid infloop.
815
816 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
817
818 * emacs-lisp/lisp.el (lisp-complete-symbol):
819 Fix call to get-buffer-window to find windows in other frames.
820
821 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * comint.el (comint-proc-query, comint-dynamic-list-completions):
824 Fix calls to get-buffer-window to find windows in other frames.
825 Reported by David Hansen <david.hansen@gmx.net>.
826
827 2007-03-27 Kevin Ryde <user42@zip.com.au>
828
829 * info.el (Info-display-images-node): On a text-only terminal,
830 show the "text" or "alt" parts of the image blobs.
831
832 2007-03-27 Glenn Morris <rgm@gnu.org>
833
834 * complete.el (PC-do-completion): Compute completion-base-size in
835 the non-filename case, rather than setting to nil.
836 (PC-lisp-complete-end): New variable.
837 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
838 original end in a series of consecutive invocations.
839
840 * calendar/calendar.el (calendar-mode-hook): Declare it.
841
842 * calendar/diary-lib.el (diary-live-p): Do not check for
843 diary-selective-display.
844
845 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
846
847 * replace.el (occur-next-error): *Occur* might not be displayed in the
848 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
849
850 2007-03-26 Richard Stallman <rms@gnu.org>
851
852 * textmodes/flyspell.el (flyspell-large-region):
853 Use ispell-call-process-region.
854
855 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
856
857 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
858 Use prin1 instead of princ.
859
860 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
861
862 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
863 Merge in X resources before global face.
864
865 * progmodes/compile.el (compilation-start): Save compilation-directory
866 rather than default-directory as local var.
867 (compilation-directory): Mark as safe local var.
868
869 * files.el: Don't mark default-directory as a safe local var.
870
871 2007-03-25 Alan Mackenzie <acm@muc.de>
872
873 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
874 * progmodes/cc-engine.el: Fix typo.
875
876 2007-03-25 Juri Linkov <juri@jurta.org>
877
878 * compare-w.el (compare-windows): Rename customization group
879 `compare-w' to `compare-windows'.
880 (compare-windows-whitespace, compare-ignore-whitespace)
881 (compare-ignore-case, compare-windows-sync)
882 (compare-windows-sync-string-size, compare-windows-recenter)
883 (compare-windows-highlight, compare-windows): Change group name in
884 the `group' tag from `compare-w' to `compare-windows'.
885 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
886
887 2007-03-24 Markus Triska <markus.triska@gmx.at>
888
889 * expand.el: Change example to always enable abbrev-mode,
890 and remove redundant `function'.
891 (expand-abbrev-hook): Add autoload cookie.
892
893 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
894
895 * emacs-lisp/testcover.el (testcover-start, testcover-end)
896 (testcover-mark-all, testcover-unmark-all): Add prompts to
897 interactive specs.
898
899 2007-03-24 Jason Rumney <jasonr@gnu.org>
900
901 * autorevert.el (find-file-hook, auto-revert-tail-mode):
902 Use file size in bytes for auto-revert-tail-pos not characters.
903
904 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
905
906 * vc-rcs.el (vc-rcs-annotate-command):
907 Set text property :vc-annotate-prefix on the annotation text.
908 (vc-rcs-annotate-time): Instead of searching for ": ",
909 search for end of text propertized with :vc-annotate-prefix.
910
911 2007-03-24 Martin Rudalics <rudalics@gmx.at>
912
913 * whitespace.el (top level): Remove calls putting
914 permanent-local nil property since these are no-ops.
915
916 * man.el (Man-support-local-filenames): Assure that
917 default-directory exists when doing call-process.
918
919 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
920
921 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
922 Fix omission bug: Use m4-program-options to construct shell command.
923
924 2007-03-23 David Kastrup <dak@gnu.org>
925
926 * progmodes/cc-mode.el (c-make-emacs-variables-local):
927 Use `mapcar' rather than `mapcan' to silence compiler warning.
928
929 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
930
931 * textmodes/reftex.el, textmodes/reftex-vars.el,
932 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
933 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
934 * textmodes/reftex-index.el, textmodes/reftex-global.el,
935 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
936 * textmodes/reftex-auc.el: Add maintainer address.
937
938 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
939
940 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
941 Make sure that `global-font-lock-mode' does not turn on font-lock
942 in these buffers.
943
944 2007-03-21 Kim F. Storm <storm@cua.dk>
945
946 * xt-mouse.el (xt-mouse-epoch): New variable.
947 (xterm-mouse-event): Use float-time.
948
949 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
950
951 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
952 current-time.
953
954 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
955
956 * complete.el (read-file-name-internal): Don't add the final > if the
957 completion is not finished (re-application of this patch, which was
958 accidentally undone by Eli).
959
960 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
961
962 * emulation/viper.el (viper-non-hook-settings): Handle mouse
963 clicks in describe-key and describe-key-briefly advice a little better.
964
965 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
966
967 * server.el (server-process-filter): Cancel any pending isearch.
968
969 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
970
971 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
972 (icalendar--get-unfolded-buffer): Define actual arguments rather
973 than just using &rest. Check replace-in-string is fbound.
974 (icalendar-import-buffer): Doc fix.
975 (icalendar--convert-ical-to-diary): Set diary-file.
976 Check diary-file before inserting final newline.
977 (icalendar--add-diary-entry): Return diary-file.
978
979 2007-03-21 Glenn Morris <rgm@gnu.org>
980
981 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
982 (diary-display-hook): Add custom :set function.
983
984 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
985 Add custom :set function.
986 (diary-header-line-format): Doc fix.
987 (diary-set-maybe-redraw): New function.
988 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
989 (diary-list-entries): Always run diary-mode.
990
991 2007-03-20 Kenichi Handa <handa@m17n.org>
992
993 * international/quail.el (quail-setup-completion-buf): Make the
994 completion buffer read-only.
995 (quail-completion): Adjusted for the above change. Leave the
996 modified flag nil.
997
998 2007-03-20 David Kastrup <dak@gnu.org>
999
1000 * files.el (magic-mode-alist): Require literal "%!PS" string for
1001 magic postscript file detection.
1002
1003 2007-03-20 Richard Stallman <rms@gnu.org>
1004
1005 * textmodes/ispell.el (ispell-call-process): New function.
1006 Defends against bad `default-directory.'
1007 (ispell-check-version, ispell-find-aspell-dictionaries)
1008 (ispell-get-aspell-config-value, lookup-words): Call it.
1009 (ispell-call-process-region): New function.
1010 (ispell-send-string): Call it.
1011
1012 2007-03-20 Andreas Schwab <schwab@suse.de>
1013
1014 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1015 (finder-data): Likewise.
1016 (autoloads): Likewise.
1017
1018 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1019
1020 * files.el (basic-save-buffer): Do not set visited filename when
1021 the corresponding directory does not exist or the specified
1022 filename is that of an existing directory.
1023
1024 2007-03-20 Glenn Morris <rgm@gnu.org>
1025
1026 * calendar/diary-lib.el (diary-live-p): New function.
1027 (number-of-diary-entries): Add a :set function to redisplay diary
1028 when necessary.
1029
1030 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1031
1032 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1033 from client program, mev, to compute mouse event.
1034
1035 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1036
1037 * faces.el (momentary): Face removed; unused due to reversion of
1038 2007-01-04 changes by Kevin Rodgers.
1039
1040 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1041 Suggested by Johan Bockg\e,Ae\e(Brd.
1042
1043 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1044
1045 * font-lock.el (lisp-font-lock-keywords-1):
1046 Highlight define-globalized-minor-mode as a keyword.
1047
1048 2007-03-19 Kim F. Storm <storm@cua.dk>
1049
1050 * calc/calc-forms.el (math-std-daylight-savings)
1051 (math-std-daylight-savings-old): Doc fix.
1052
1053 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1054
1055 * progmodes/python.el (python-default-template): Doc fix.
1056 (python-buffer): Fix typo in docstring.
1057
1058 * isearchb.el (isearchb-follow-char):
1059 * subr.el (def-edebug-spec): Fix typo in docstring.
1060
1061 2007-03-19 Richard Stallman <rms@gnu.org>
1062
1063 * files.el (default-directory): Mark safe.
1064 (basic-save-buffer-2): Put proper dir name in error message.
1065
1066 * simple.el (compose-mail): Run switch-function after
1067 setting up the mail buffer.
1068
1069 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1070
1071 2007-03-18 Jay Belanger <belanger@truman.edu>
1072
1073 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1074 (math-std-daylight-savings-new): Rename from
1075 `math-std-daylight-savings'.
1076 (math-std-daylight-savings-old): Rename from old value of
1077 `math-std-daylight-savings'.
1078 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1079 `math-std-daylight-savings-old' depending on the year.
1080
1081 2007-03-18 Detlev Zundel <dzu@gnu.org>
1082
1083 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1084 zero-width regexps as invalid but rather at least count them correctly.
1085
1086 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1087
1088 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1089 don't wait more if there is output available to process.
1090
1091 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1092
1093 * progmodes/compile.el (compilation-find-file): Revert change
1094 from 2006-07-18 to allow completion of directory names.
1095 Reported by John Carter <john.carter@tait.co.nz>.
1096
1097 2007-03-18 Kim F. Storm <storm@cua.dk>
1098
1099 * subr.el (when, unless): Doc fix.
1100
1101 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1102
1103 * net/tls.el (tls-program): Doc fix.
1104
1105 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1106
1107 * autorevert.el (auto-revert-tail-handler):
1108 Call after-revert-hook.
1109
1110 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1111
1112 * simple.el (switch-to-completions): No error if search for \n\n fails.
1113
1114 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1115
1116 * simple.el (line-move-1):
1117 Respect `inhibit-line-move-field-capture' property.
1118
1119 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1120
1121 * comint.el (comint-arguments): Mark backslash-escaped chars.
1122 (comint-delim-arg): Don't treat them as delimiters.
1123
1124 2007-03-12 Kim F. Storm <storm@cua.dk>
1125 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1126
1127 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1128
1129 * tempo.el (tempo-insert): Deal with 'r> if it appears
1130 specified with a prompt argument.
1131
1132 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1133
1134 * textmodes/org.el (org-set-font-lock-defaults):
1135 Handle narrow table columns correctly.
1136
1137 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1138
1139 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1140 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1141 Return to use of the -no-properties variants. There was
1142 consensus on emacs-devel that the speed of these variants was
1143 prefered since we are usually parsing files (from the internet
1144 or on disk) instead of XML created in Emacs.
1145
1146 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1147 Add customize option.
1148
1149 2007-03-12 Glenn Morris <rgm@gnu.org>
1150
1151 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1152 North American rule. Replace "daylight savings" with "daylight
1153 saving" in doc.
1154
1155 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1156 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1157 "daylight saving" in text.
1158
1159 * woman.el (woman-change-fonts): Tweak previous change by using
1160 woman-request-regexp rather than "^\\.".
1161
1162 * startup.el (command-line-1): Make insertion of
1163 initial-scratch-message not depend on scratch being selected.
1164
1165 2007-03-11 Juri Linkov <juri@jurta.org>
1166
1167 * replace.el (match): Use yellow background on light-bg terminals.
1168
1169 2007-03-11 Richard Stallman <rms@gnu.org>
1170
1171 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1172 Correctly compute line number.
1173
1174 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1175
1176 * type-break.el (type-break-get-previous-count):
1177 Repeat previous change here.
1178
1179 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1180
1181 * progmodes/grep.el (grep-find-ignored-directories):
1182 Add .git and .bzr to list.
1183
1184 2007-03-11 Andreas Schwab <schwab@suse.de>
1185
1186 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1187
1188 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1189
1190 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1191
1192 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1193
1194 * faces.el (face-set-after-frame-default): Recalculate face
1195 customizations after applying X resources.
1196
1197 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1198
1199 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1200 (rcirc-keepalive-seconds): Remove variable.
1201 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1202 (rcirc-process, rcirc-user-disconnect): New variables.
1203 (rcirc-connect): Initalize new variables.
1204 (rcirc-keepalive): Don't send keepalive pings before connection
1205 is completed.
1206 (rcirc-sentinel): Do mark all channels with activity when
1207 connection is dropped. Run hook with process buffer local.
1208 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1209 (rcirc-buffer-process): Return value of rcirc-process if
1210 rcirc-server-buffer is nil.
1211 (rcirc-server-name): Return the reported server name.
1212 (rcirc-update-prompt): Simplify computation of the server name.
1213 (rcirc-format-response-string): Likewise.
1214 (rcirc-handler-001): Mark server as connected, record the reported
1215 server name, and schedule a timeout.
1216 (rcirc-track-nick): Add a spec for the tty class.
1217 (rcirc-user-non-nick): Remove function.
1218 (rcirc-nick-prefix-chars): Add variable.
1219 (rcirc-user-nick): Use above variable.
1220
1221 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1222
1223 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1224 Bind deactivate-mark to nil.
1225
1226 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1227
1228 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1229 that buffer contents get erased during completion.
1230
1231 2007-03-10 Glenn Morris <rgm@gnu.org>
1232
1233 * woman.el (woman-change-fonts): Add a hack to deal with
1234 font-escape followed by "." at start of a line.
1235 (woman2-IP): Add a hack to deal with consecutive requests.
1236 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1237
1238 2007-03-10 Alan Mackenzie <acm@muc.de>
1239
1240 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1241
1242 2007-03-09 Richard Stallman <rms@gnu.org>
1243
1244 * abbrev.el (abbrev): Add `provide'.
1245
1246 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1247
1248 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1249
1250 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1251
1252 * complete.el (PC-try-completion): New function.
1253 (PC-do-completion, read-file-name-internal): Use it instead of
1254 try-completion.
1255
1256 2007-03-08 Alan Mackenzie <acm@muc.de>
1257
1258 Remove stale tokens from `c-found-types' cache.
1259
1260 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1261 (c-unfind-coalesced-tokens, c-before-change): New functions.
1262 (c-maybe-stale-found-type): New variable.
1263
1264 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1265 (c-trim-found-types): New functions.
1266
1267 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1270 (debug-ignored-errors): Add entry from smerge-match-conflict.
1271
1272 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1273
1274 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1275 special help topics for keywords.
1276 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1277 etc. Assistant command.
1278
1279 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1280
1281 * replace.el (occur-engine): Move buffer-undo-list binding...
1282 (occur-1): ...to here.
1283
1284 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1285
1286 * simple.el (minibuffer-completing-symbol): New var.
1287 (eval-expression): Use it.
1288 (completion-setup-function): Don't bind completion-base-size when
1289 completing a symbol in the minibuffer.
1290
1291 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1292
1293 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1294 tries to start a second session in graphical mode.
1295
1296 2007-03-07 Miles Bader <miles@gnu.org>
1297
1298 * international/isearch-x.el
1299 (isearch-process-search-multibyte-characters):
1300 Strip text-properties from PROMPT to avoid an error from read-string.
1301
1302 2007-03-07 Kim F. Storm <storm@cua.dk>
1303
1304 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1305 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1306
1307 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1308
1309 * complete.el (PC-do-completion): Delete duplicates in the list of
1310 possible completions.
1311
1312 2007-03-07 Glenn Morris <rgm@gnu.org>
1313
1314 * ses.el (ses-mode): Doc fix.
1315
1316 2007-03-06 Kim F. Storm <storm@cua.dk>
1317
1318 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1319
1320 2007-03-06 Kenichi Handa <handa@m17n.org>
1321
1322 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1323
1324 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1325
1326 * simple.el (completion-setup-function): Improve last fix so it doesn't
1327 set it to a relative directory name either.
1328
1329 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1330
1331 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1332
1333 2007-03-05 Richard Stallman <rms@gnu.org>
1334
1335 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1336
1337 * files.el (find-file-noselect): No error if file no longer exists.
1338 Display a message and avoid other questions.
1339
1340 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1341
1342 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1343 as not to use an invisible window and to create a window if none exist.
1344
1345 * progmodes/python.el (python-send-command): Restart proc if necessary.
1346 (python-proc): Simplify.
1347
1348 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1349
1350 * pcomplete.el (pcomplete-show-completions): Search all frames for
1351 completions buffer.
1352
1353 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1354
1355 * cus-edit.el (customize-save-variable): Clear customized-value
1356 property (saved values are now put in theme-value property).
1357 (customize-set-variable): Doc fix.
1358
1359 * complete.el (PC-do-completion): If completion-ignore-case is
1360 non-nil, replace field with completion string before exiting.
1361
1362 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1363
1364 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1365 Append its extension to the resulting temporary file name.
1366 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1367
1368 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1369 (tramp-smb-handle-write-region): Apply it.
1370
1371 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1372
1373 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1374 Redo previous change.
1375
1376 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1377
1378 * diff-mode.el (diff-mode): Doc fix.
1379
1380 2007-03-05 Kenichi Handa <handa@m17n.org>
1381
1382 * international/characters.el: Set category `l' (latin)
1383 for more characters.
1384
1385 2007-03-04 Kim F. Storm <storm@cua.dk>
1386
1387 * emacs-lisp/authors.el (authors-aliases): Add alias.
1388
1389 2007-03-04 Glenn Morris <rgm@gnu.org>
1390
1391 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1392 all when switching major mode.
1393 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1394 (hs-block-start-mdata-select, hs-block-end-regexp)
1395 (hs-forward-sexp-func, hs-adjust-block-beginning):
1396 Do not make these variables permanent-local.
1397
1398 2007-03-04 Richard Stallman <rms@gnu.org>
1399
1400 * progmodes/cperl-mode.el (cperl-mode):
1401 Modify cperl-compilation-error-regexp-alist by appending.
1402
1403 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1404 (edebug-mode): Add the hook.
1405 (edebug-recursive-edit): Remove the hook on exiting.
1406
1407 * type-break.el (type-break-get-previous-time):
1408 Handle end-of-file errors specially
1409 so they don't get reported wrong in .emacs.
1410
1411 * startup.el (fancy-splash-text): Clarify text.
1412
1413 * simple.el (beginning-of-buffer, end-of-buffer):
1414 Avoid treating plain C-u like numeric arg.
1415
1416 * simple.el (completion-setup-function): Don't set
1417 default-directory to nil.
1418
1419 * shell.el (shell-dirstack-query): Doc fix.
1420
1421 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1422 Don't select the window -- pass it to primitives instead.
1423
1424 * faces.el (minibuffer-prompt): Use medium blue by default.
1425
1426 2007-03-04 David Kastrup <dak@gnu.org>
1427
1428 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1429 Preserve 16 as default value for "seconds" when customizing.
1430
1431 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1432
1433 * textmodes/org.el (org-self-insert-command)
1434 (orgtbl-self-insert-command, org-delete-char)
1435 (org-delete-backward-char): Set the `flyspell-delayed' property.
1436
1437 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1438
1439 * international/mule.el (find-auto-coding): Don't search for
1440 line-ending characters past the end of the tail.
1441
1442 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1443
1444 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1445 Jump to the line where new score has been uploaded.
1446
1447 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1448 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1449 Do nothing when the game is paused.
1450
1451 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1452
1453 * textmodes/org.el (org-set-tags): Prevent slipping of point
1454 during completion.
1455
1456 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1457
1458 * isearch.el (isearch-message-prefix):
1459 Use minibuffer-prompt-properties.
1460
1461 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1462
1463 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1464 (ps-setup): Print which Emacsen is running ps-print package.
1465
1466 2007-03-01 Stuart Herring <herring@lanl.gov>
1467
1468 * files.el (set-auto-mode-0): Use `indirect-function'.
1469 (hack-one-local-variable): Don't reapply current major mode.
1470
1471 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1472
1473 * progmodes/python.el (python-quote-syntax): Don't bother with
1474 syntax-ppss-context.
1475 (python-fill-paragraph): Make sure that fenced-string delimiters that
1476 stand on their own line stay there
1477
1478 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1479
1480 * replace.el (perform-replace): Propertize message.
1481
1482 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1483
1484 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1485 invisible heading.
1486
1487 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1488
1489 * net/tramp.el (tramp-file-name-handler): Revert last change.
1490
1491 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1492
1493 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1494 Correct doc strings.
1495
1496 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1497
1498 * replace.el (perform-replace): Undo forward-char immediately if
1499 non-adjacent search fails.
1500
1501 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1502
1503 * version.el (emacs-major-version, emacs-minor-version):
1504 string-to-int -> string-to-number.
1505
1506 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1507
1508 * help.el (where-is): Fail gracefully when not passed a command.
1509
1510 2007-02-28 Stuart Herring <herring@lanl.gov>
1511
1512 * find-lisp.el (find-lisp-default-directory-predicate):
1513 Fix bug: Do symlink check on expanded filename.
1514
1515 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1516
1517 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1518 changes during replacement.
1519 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1520
1521 2007-02-28 Lars Hansen <larsh@soem.dk>
1522
1523 * desktop.el: Delete header line listing me as maintainer.
1524
1525 2007-02-28 Glenn Morris <rgm@gnu.org>
1526
1527 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1528 the menus case.
1529
1530 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1531
1532 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1533 hooks to avoid confusion when combining after-change calls.
1534
1535 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1536
1537 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1538 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1539 (allout-distinctive-bullets-string): Add info about bullet conventions.
1540 (allout-mode): Add info about distinctive vs plain bullets.
1541
1542 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1543
1544 * textmodes/org.el (org-archive-subtree): Quote variable name.
1545 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1546
1547 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1548
1549 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1550 (gud-bashdb-command-name, bashdb): Remove.
1551 (gud, gud-menu-map): Remove references to bash/bashdb.
1552
1553 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1554
1555 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1556 keyword for Python 2.5.
1557
1558 2007-02-26 Romain Francoise <romain@orebokech.com>
1559
1560 * net/net-utils.el (whois-server-tld): Update server for .org.
1561 (whois-server-list): Add whois.publicinterestregistry.net.
1562 (whois-guess-server): Fix formatting in docstring.
1563
1564 2007-02-26 Kim F. Storm <storm@cua.dk>
1565
1566 * mouse.el (mouse-show-mark): Run hooks and perform command
1567 remapping for mouse-region-delete-keys.
1568
1569 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1570
1571 * font-core.el (font-lock-mode): Doc fix.
1572
1573 2007-02-25 Kim F. Storm <storm@cua.dk>
1574
1575 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1576 Add selected buffer to buffer-name-history.
1577 (ido-file-internal): Set this-command to fallback command.
1578 Add file names to file-name-history.
1579
1580 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1581 Apply minibuffer-prompt-properties.
1582
1583 2007-02-25 Andreas Schwab <schwab@suse.de>
1584
1585 * files.el (hack-one-local-variable-eval-safep): Correct handling
1586 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1587
1588 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1589
1590 * textmodes/org.el (org-table-overlay-coordinates)
1591 (org-table-toggle-coordinate-overlays): New functions.
1592 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1593 New variables.
1594 (org-startup-with-deadline-check): Remove option.
1595 (org-mode): Remove deadline check on startup.
1596 (org-table-limit-column-width): Remove option.
1597 (org-table-formula-numbers-only): Remove option.
1598 (org-link-style, org-link-format): Remove options.
1599 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1600 (org-export-ascii-show-new-buffer)
1601 (org-export-html-show-new-buffer): Remove options.
1602 (org-activate-links): Remove camel option.
1603 (org-file-link-context-use-camel-case): Remove option.
1604 (org-camel-regexp): Remove variable.
1605 (org-activate-camels): Remove function.
1606 (org-store-link): Remove Camel stuff.
1607 (org-make-org-heading-camel): Remove function.
1608 (org-open-at-point): Remove camel stuff.
1609 (org-link-search): Remove camel stuff.
1610 (org-camel-to-words): Function removed.
1611 (org-get-agenda-file-buffer): Make sure we prepare the base
1612 buffers, not any indirect buffers.
1613 (org-sort-entries): Sort top-level when not on a headline, and no
1614 active region.
1615 (org-in-regexp): New function.
1616 (org-search-not-self): Rename from `org-search-not-link'.
1617 (org-open-link-marker): New variable.
1618 (org-open-at-point): Set `org-open-link-marker'.
1619 (org-print-icalendar-entries): Fixe bug with excluding DONE
1620 entries from the exported list.
1621 (org-edit-formula-lisp-indent): New command.
1622 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1623 (orgtbl-to-latex, orgtbl-insert-radio-table)
1624 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1625 (orgtbl-radio-table-templates): New option.
1626 (org-store-link-props):
1627 (org-remember-templates): More possibilities to insert info
1628 into templates.
1629 (org-remember-apply-template): Make use of the extended
1630 template capabilities.
1631 (org-remember-redo-template): New command.
1632 (org-upgrade-old-links)
1633 (org-table-modify-formulas, org-table-replace-in-formulas)
1634 (org-table-find-dataline)
1635 (org-table-get-vertical-vector): Remove functions.
1636 (org-table-remove-rectangle-highlight)
1637 (org-time-stamp-format, org-toggle-log-option)
1638 (org-table-highlight-rectangle)
1639 (org-table-iterate, org-table-make-reference):
1640 (org-translate-time, org-tree-to-indirect-buffer)
1641 (org-table-field-info, org-table-fix-formulas)
1642 (org-table-force-dataline, org-table-get-descriptor-line)
1643 (org-table-get-range)
1644 (org-skip-comments, org-sort)
1645 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1646 (org-table-current-dline, org-table-current-field-formula)
1647 (org-table-edit-backward-field)
1648 (org-table-edit-formulas-post-command)
1649 (org-table-edit-line-down, org-table-edit-line-up)
1650 (org-agenda-archive)
1651 (org-agenda-clock-cancel)
1652 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1653 (org-agenda-open-link, org-agenda-show-new-time)
1654 (org-agenda-skip-subtree-when-regexp-matches)
1655 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1656 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1657 (org-do-sort, org-file-image-p, org-find-overlays)
1658 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1659 (org-highlight-until-next-command, org-isearch-end)
1660 (org-match-any-p, org-next-link, org-previous-link):
1661 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1662 (org-rewrite-old-row-references)
1663 (org-isearch-post-command)
1664 (org-table-edit-move, org-table-edit-next-field)
1665 (org-table-edit-scroll, org-table-edit-scroll-down)
1666 (org-set-frame-title, org-show-reference)
1667 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1668 (org-show-variable): Remove command.
1669 (org-add-log-maybe): New arguments STATE, FINDPOS
1670 (org-table-sort-lines): Rewrite from scratch.
1671 (org-link-search): New argument AVOID-POS.
1672 (org-print-icalendar-entries): Remove argument CATEGORY.
1673 (org-run-agenda-series): Remove argument WONDOW.
1674 (org-next-link, org-previous-link): New commands.
1675 (org-agenda-date-format): New option.
1676 (org-table-iterate): New command.
1677 (org-table-modify-formulas)
1678 (org-table-replace-in-formulas): Remove functions.
1679 (org-table-fix-formulas): New function.
1680 (org-table-insert-column, org-table-delete-column)
1681 (org-table-move-column): Use `org-table-fix-formulas'.
1682 (org-follow-gnus-link): Patch from Bastien/Leo.
1683 (org-table-current-field-formula): New function.
1684 (org-file-image-p): New function.
1685 (org-agenda-show-new-time): New function.
1686 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1687 (org-with-remote-undo): New macro.
1688 (org-agenda-undo): New command.
1689 (org-verify-change-for-undo): New function.
1690 (org-time-stamp-format): New function.
1691 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1692 by user.
1693 (org-match-any-p): New function.
1694 (org-make-tags-matcher): Handle regular expressions for tag and
1695 todo matches.
1696 (org-read-date): Accept "+N" as input for a date relative to the
1697 current date.
1698 (org-remove-subtree-entries-from-agenda): New function.
1699 (org-agenda-archive, org-agenda-kill):
1700 Use `org-remove-subtree-entries-from-agenda'.
1701 (org-do-sort, org-sort-entries): New functions.
1702 (org-sort): New command.
1703 (org-table-sort-lines): Use `org-do-sort'.
1704 (org-fix-decoded-time): New function.
1705 (org-table-number-regexp): Require 0x... to identify as number
1706 in tables.
1707 (org-startup-options): New keywords for note taking.
1708 (org-upgrade-old-links): Remove function.
1709 (org-get-repeat): New function.
1710 (org-show-context): Also show siblings on current level.
1711 (org-show-siblings): New function.
1712 (org-isearch-end, org-isearch-post-command): New functions.
1713 (org-show-siblings): New option.
1714 (org-show-context): Use `org-show-siblings'.
1715 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1716 to be bound, because user may just use elisp.
1717
1718 2007-02-24 Kim F. Storm <storm@cua.dk>
1719
1720 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1721 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1722
1723 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1724
1725 * startup.el (command-line): Also check if the abbrev file is readable.
1726
1727 2007-02-24 John Paul Wallington <jpw@pobox.com>
1728
1729 * net/tls.el (tls-certtool-program): Fix custom type.
1730
1731 * mail/feedmail.el (feedmail-message-id-generator)
1732 (feedmail-date-generator): Fix custom types.
1733
1734 * mail/rmail.el (rmail-message-filter): Fix custom type.
1735
1736 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1737
1738 * startup.el (command-line): If simple.el cannot be found, proceed
1739 with a warning message.
1740
1741 2007-02-24 Kenichi Handa <handa@m17n.org>
1742
1743 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1744 case that BEG is a string.
1745
1746 2007-02-24 Chris Moore <dooglus@gmail.com>
1747
1748 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1749 * pgg-pgp.el (pgg-pgp-encrypt-region):
1750 * pgg-gpg.el (pgg-gpg-encrypt-region):
1751 Check pgg-encrypt-for-me if no other recipients.
1752
1753 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1754
1755 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1756
1757 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1758 shell-quote-argument.
1759
1760 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1761
1762 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1763 from the comint buffer instead of the temporary one.
1764
1765 2007-02-23 David Reitter <david.reitter@gmail.com>
1766
1767 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1768 storing it in recentf-exclude.
1769
1770 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1771
1772 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1773 in splash screen.
1774
1775 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1776
1777 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1778 commands, for restart.
1779 (idlwave-shell-current-module): Fix handling of module name by type.
1780 (idlwave-shell-break-in): Update type handling.
1781 (idlwave-shell-bp-get): Encode type in BP structure.
1782 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1783 (idlwave-shell-module-source-query): Query routine info based on type.
1784 Fix path parsing for non-compiled files.
1785 (idlwave-shell-module-source-filter): Don't signal error in filter
1786 if no source found.
1787 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1788 filter race.
1789
1790 2007-02-22 Kim F. Storm <storm@cua.dk>
1791
1792 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1793 (editable-field): Document need to put some text before the %v
1794 escape in :format string.
1795
1796 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1797
1798 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
1799 (vc-svn-use-edit): Remove unused config var.
1800 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
1801
1802 * outline.el (hide-sublevels): Keep empty last line, if available.
1803
1804 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
1805 rather than the corresponding unicode char, to make the code
1806 more readable.
1807
1808 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
1809
1810 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
1811 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
1812 (speedbar-item-info-tag-helper): Doc fixes.
1813
1814 2007-02-19 Kenichi Handa <handa@m17n.org>
1815
1816 * international/mule-cmds.el (locale-language-names):
1817 Map "eo" to "Esperanto".
1818
1819 * language/european.el ("Esperanto"): New language environment.
1820
1821 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
1822
1823 * simple.el (kill-line): Doc fix.
1824
1825 2007-02-17 Kim F. Storm <storm@cua.dk>
1826
1827 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
1828 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
1829 (bindat--unpack-group, bindat--pack-group):
1830 Handle vectors with optional element type.
1831
1832 2007-02-17 Daiki Ueno <ueno@unixuser.org>
1833
1834 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
1835 if PASSPHRASE is given.
1836
1837 2007-02-17 Chris Moore <dooglus@gmail.com>
1838
1839 * jka-cmpr-hook.el (jka-compr-compression-info-list):
1840 Recognize backups of bz2 compressed files.
1841
1842 2007-02-17 Eli Zaretskii <eliz@gnu.org>
1843
1844 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
1845 to nil to speed up lookup of the symbol in index nodes.
1846
1847 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1848
1849 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1850 Add indentation for the constants of Lisp.
1851
1852 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
1853
1854 * ps-print.el: Use (defvar <foo>) where applicable.
1855 (ps-print-emacs-type): Remove.
1856 (ps-x-frame-property, ps-e-frame-parameter): Remove.
1857 (ps-frame-parameter): Align its call-convention with frame-parameter.
1858 (ps-begin-job): Adjust calls to it appropriately.
1859 (ps-setup): Don't print ps-print-emacs-type.
1860 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
1861 Define in such a way that it's obvious that it's defined.
1862 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
1863 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
1864 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
1865
1866 2007-02-15 Alan Mackenzie <acm@muc.de>
1867
1868 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
1869 an empty one-line C-style comment, post-position point properly.
1870
1871 2007-02-15 Chris Moore <dooglus@gmail.com>
1872
1873 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
1874 (isearch-lazy-highlight-new-loop): Bind it.
1875 (isearch-lazy-highlight-search): Use it.
1876
1877 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
1878
1879 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
1880
1881 * font-lock.el (font-lock-extend-region-wholelines):
1882 Only return non-nil if the region has really been changed.
1883 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
1884
1885 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
1886
1887 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
1888 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
1889 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
1890
1891 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
1892
1893 * faces.el (color-values): Revert changes to docstring from
1894 2007-01-31 and 2000-09-07.
1895
1896 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
1897 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
1898 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
1899 (ispell-help): Fix typos in docstring and output message.
1900
1901 2007-02-14 Kim F. Storm <storm@cua.dk>
1902
1903 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
1904 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
1905 (grep): Fix lgrep reference.
1906
1907 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
1908 (standard-display-underline): Use make-glyph-code.
1909
1910 * descr-text.el (describe-char): Use glyph-char and glyph-face.
1911
1912 * international/latin1-disp.el (latin1-display-char):
1913 Use make-glyph-code.
1914
1915 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
1916
1917 * ehelp.el (with-electric-help, electric-help-exit)
1918 (electric-help-retain): Doc fixes.
1919
1920 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
1921 (byte-compile-file): Doc fixes.
1922
1923 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1924
1925 * term/mac-win.el: Change all uses of
1926 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
1927 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
1928 (mac-ae-get-url): Call select-frame-set-input-focus.
1929 (mac-dnd-handle-drag-n-drop-event): Don't call
1930 select-frame-set-input-focus.
1931
1932 2007-02-13 Kenichi Handa <handa@m17n.org>
1933
1934 * international/characters.el: Fix documentation of category `a'.
1935
1936 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
1937
1938 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
1939
1940 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
1941
1942 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
1943 (tramp-get-remote-ln): Handle error case.
1944 Reported by Chris Moore <dooglus@gmail.com>.
1945
1946 2007-02-11 Kim F. Storm <storm@cua.dk>
1947
1948 * bindings.el (ctl-x-map): Remove register compatibility bindings
1949 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
1950
1951 2007-02-11 Richard Stallman <rms@gnu.org>
1952
1953 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
1954 in load history.
1955
1956 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
1957 condition -- don't fail to stop at endpos.
1958
1959 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
1960
1961 * textmodes/org.el (org-agenda-get-todos)
1962 (org-agenda-get-timestamps, org-agenda-get-closed)
1963 (org-agenda-get-deadlines, org-agenda-get-scheduled)
1964 (org-agenda-get-blocks, org-format-agenda-item)
1965 (org-agenda-change-all-lines, org-scan-tags): Rename text property
1966 from `category' to `org-category'.
1967
1968 2007-02-11 Kenichi Handa <handa@m17n.org>
1969
1970 * international/titdic-cnv.el (titdic-convert): Force files be written
1971 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
1972 (miscdic-convert): Force files be written with Unix-like eol format.
1973
1974 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
1975
1976 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
1977
1978 * calculator.el (calculator-prompt): Doc fix.
1979 (calculator-mode-map): Fix typo in menu entry.
1980
1981 2007-02-10 Jay Belanger <belanger@truman.edu>
1982
1983 * calculator.el (calculator): Do more extensive checking for when
1984 3 lines should be used for the calculator.
1985
1986 2007-02-10 Eli Zaretskii <eliz@gnu.org>
1987
1988 * info-look.el (info-lookup-make-completions):
1989 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
1990 index nodes.
1991
1992 * info.el (Info-fontify-maximum-menu-size): Document the effect
1993 of a nil value.
1994 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
1995 non-nil before using it as size.
1996
1997 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
1998
1999 * subr.el (insert-for-yank-1): Prevent read-only properties from
2000 interfering with text property operations.
2001
2002 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2003
2004 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2005 (image-type-auto-detected-p): Fail if another match is found in
2006 auto-mode-alist.
2007
2008 * files.el (magic-mode-alist): Call image-mode instead of
2009 image-mode-maybe for autodetected images.
2010
2011 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2012
2013 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2014 Fix typos in docstrings.
2015 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2016
2017 2007-02-09 Kim F. Storm <storm@cua.dk>
2018
2019 * emacs-lisp/float-sup.el: Remove obsolete comment.
2020
2021 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2022
2023 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2024
2025 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2026
2027 * simple.el: Revert previous change, at request of RMS:
2028 (fundamental-mode-hook): Remove.
2029 (fundamental-mode): Run after-change-major-mode-hooks manually,
2030 and don't run the now-nonexistent fundamental-mode-hook.
2031
2032 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2033
2034 * simple.el (fundamental-mode-hook): Declare new hook.
2035 (fundamental-mode): Run the new dedicated hook, and don't run
2036 after-change-major-mode-hooks manually anymore.
2037
2038 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2039
2040 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2041 added columns of chars. Remove support for the "no-meta-info" format.
2042 Prompted by Romain Francoise <romain@orebokech.com>.
2043
2044 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2045
2046 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2047 (gdb-mouse-until, gdb-mouse-jump): Use it.
2048
2049 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2050
2051 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2052 work when there is just an assembler buffer (no source buffer).
2053
2054 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2055
2056 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2057 just because the diff was produced using "-p" (--show-c-function).
2058
2059 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2060
2061 * faces.el (frame-set-background-mode): Use `color-values' and
2062 `display-color-p', not `x-color-values' and `x-display-color-p'.
2063 (face-valid-attribute-values): Use `defined-colors' instead of
2064 `x-defined-colors'.
2065
2066 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2067
2068 * ps-print.ps: The ps-print commands without face printing should not
2069 print background color. Reported by Leo <sdl.web@gmail.com>.
2070 (ps-print-version): New version 6.7.3.
2071 (ps-begin-job): New arg. Fix ps-default-background and
2072 ps-default-foreground initialization.
2073 (ps-face-attributes): Fix doc string.
2074 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2075
2076 * printing.el: Fix ps-print link.
2077
2078 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2079
2080 * faces.el (face-set-after-frame-default): Compile attributes to
2081 be set by frame parameters before merging in X resources.
2082
2083 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2084
2085 * simple.el (blink-matching-paren-dont-ignore-comments):
2086 (blink-matching-paren-on-screen): Doc fixes.
2087
2088 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2089
2090 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2091
2092 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2095 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2096 entries like `defun'. Return nil.
2097
2098 2007-02-05 Kim F. Storm <storm@cua.dk>
2099
2100 * ido.el: Doc fixes.
2101
2102 2007-02-04 David Kastrup <dak@gnu.org>
2103
2104 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2105 `mpuz-allow-double-multiplicator' is non-zero, and correct
2106 calculation of `min'.
2107
2108 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2109
2110 * wid-edit.el (widget-default-create): Insert new text at the
2111 :from marker _after_ the marker, not before it.
2112
2113 2007-02-04 Alan Mackenzie <acm@muc.de>
2114
2115 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2116 containing it is re-indented.
2117
2118 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2119
2120 * net/newsticker.el (newsticker--insert-image): Update docstring,
2121 and insert the image directly.
2122 (newsticker--buffer-redraw): Update docstring.
2123
2124 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2125 Rename from define-global-minor-mode.
2126
2127 * progmodes/cwarn.el (global-cwarn-mode):
2128 * emacs-lisp/autoload.el (make-autoload):
2129 * hi-lock.el (global-hi-lock-mode):
2130 * font-core.el (global-font-lock-mode): All callers changed.
2131
2132 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2133
2134 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2135 Don't copy @ignore lines into menu descriptions.
2136 (texinfo-multi-file-update): Goto the @node line before attempting
2137 to pluck the node name.
2138 (texinfo-multiple-files-update): Reverse the optional arguments'
2139 order, as per the doc string and the `interactive' form.
2140
2141 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2142
2143 * image-mode.el: Use autoload to avoid overriding disabled setting
2144 applied in .emacs.
2145
2146 2007-02-03 Alan Mackenzie <acm@muc.de>
2147
2148 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2149 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2150 adjacent paren groups).
2151
2152 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2153
2154 * progmodes/ebnf2ps.el: Doc fixes.
2155 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2156
2157 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2158
2159 * dired-x.el (dired-do-relsymlink): Add reference to
2160 dired-do-symlink. Add an autoload cookie.
2161
2162 * dired-aux.el (dired-do-symlink): Add reference to
2163 dired-do-relsymlink.
2164
2165 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2166
2167 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2168 <left-fringe mouse-3>: New bindings.
2169
2170 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2171
2172 * newsticker.el (newsticker-version): Changed to "1.10".
2173 (newsticker--set-customvar): Doc string.
2174 (newsticker-new-item-face): Doc string.
2175 (newsticker-mode): Initialize `invisibility-spec' with t.
2176 (newsticker-mode-map): Added
2177 `newsticker-mark-all-items-at-point-as-read'.
2178 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2179 (newsticker-w3m-show-inline-images): Do not call
2180 `w3m-remove-image'.
2181 (newsticker--buffer-after-w3m-insert-image): New advice for
2182 w3m-insert-image to cache images.
2183 (newsticker-next-item-same-feed): New.
2184 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2185 (newsticker-mark-all-items-of-feed-as-read): New.
2186 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2187 (newsticker-mark-item-at-point-as-read): Doc string.
2188 (newsticker-mark-item-at-point-as-read): Use new functions.
2189 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2190 `newsticker-mark-item-at-point-as-read'.
2191 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2192 (newsticker--sentinel): Yet another xml-parser workaround.
2193 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2194 days.
2195 (newsticker--buffer-do-insert-text): Fix.
2196 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2197 (newsticker--buffer-make-item-completely-visible):
2198 `switch-to-buffer' not necessary.
2199
2200 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2201
2202 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2203 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2204 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2205 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2206 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2207
2208 2007-02-02 Kenichi Handa <handa@m17n.org>
2209
2210 * international/quail.el (quail-show-key): Fix an error message.
2211
2212 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2213
2214 * faces.el (set-face-underline-p, modify-face): Rename arg
2215 UNDERLINE-P to UNDERLINE (it is not a flag).
2216
2217 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2218
2219 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2220 when adding gdb-speedbar-update to gdb-input-queue.
2221
2222 2007-02-01 Kenichi Handa <handa@m17n.org>
2223
2224 * international/quail.el (quail-show-key): Signal an error if the
2225 current input method is not using Quail.
2226
2227 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2228
2229 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2230 Trim leading whitespace in sysvar names.
2231
2232 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2233
2234 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2235
2236 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2237
2238 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2239
2240 2007-01-31 Romain Francoise <romain@orebokech.com>
2241
2242 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2243 previous change to this file.
2244
2245 2007-01-31 Jason Rumney <jasonr@gnu.org>
2246
2247 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2248 image-mode.
2249
2250 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2251 interfering with attempt to set major mode from modified
2252 auto-mode-alist.
2253
2254 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2255
2256 * faces.el (color-values): Doc fix.
2257 (face-differs-from-default-p): Don't check :foreground twice.
2258
2259 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2260
2261 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2262
2263 2007-01-31 Kenichi Handa <handa@m17n.org>
2264
2265 * international/quail.el (quail-store-decode-map-key): Store a
2266 translated character too.
2267 (quail-char-equal-p): New function.
2268 (quail-find-key1): Check character equality by quail-char-equal-p.
2269 (quail-decode-map-generated): New variable.
2270 (quail-find-key): Check quail-decode-map-generated and re-generate
2271 a decode map if necessary.
2272
2273 2007-01-30 Richard Stallman <rms@gnu.org>
2274
2275 * tutorial.el (tutorial--detailed-help): Make the list of
2276 changed keys look nicer.
2277
2278 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2279
2280 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2281 (gdb-var-delete): Use it.
2282 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2283 `in_scope'.
2284
2285 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2286
2287 * files.el (get-free-disk-space): Return nil for remote directories.
2288
2289 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2290 instead of "dir".
2291
2292 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2293
2294 * type-break.el (type-break-catch-up-event): New function.
2295 (type-break-demo-hanoi, type-break-demo-life)
2296 (type-break-demo-boring): Use it.
2297
2298 * image-mode.el (image-mode): Don't automatically view as image.
2299 (image-toggle-display): Add `disabled' property.
2300
2301 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2302
2303 * isearchb.el (isearchb-iswitchb):
2304 * ps-print.el (ps-build-face-reference):
2305 * emacs-lisp/shadow.el (list-load-path-shadows):
2306 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2307 * international/mule.el (find-auto-coding):
2308 * mail/supercite.el (sc-attrib-selection-list):
2309 * progmodes/cc-defs.el (c-emacs-features):
2310 * progmodes/cc-vars.el (c-offsets-alist):
2311 * progmodes/flymake.el
2312 (flymake-init-create-temp-source-and-master-buffer-copy):
2313 Fix typos in docstrings (some suggested by Chris Moore).
2314
2315 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2316 (vhdl-get-library-unit, vhdl-corresponding-begin)
2317 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2318 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2319 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2320 (vhdl-font-lock-match-item): Fix typos in docstrings.
2321 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2322 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2323 (vhdl-speedbar-insert-project-hierarchy):
2324 Improve argument/docstring consistency.
2325
2326 2007-01-29 Kenichi Handa <handa@m17n.org>
2327
2328 * international/titdic-cnv.el (py-converter): Fix previous change.
2329
2330 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2331
2332 * jka-compr.el (jka-compr-partial-uncompress)
2333 (jka-compr-call-process): Rebind default-directory if it is
2334 invalid. Suggested by Chris Moore.
2335
2336 * comint.el (comint-insert-input): Handle situation where the
2337 selected buffer is not the clicked buffer.
2338
2339 2007-01-29 Kenichi Handa <handa@m17n.org>
2340
2341 * international/ja-dic-cnv.el (skkdic-convert):
2342 Add byte-compile-disable-print-circle:t at the head.
2343
2344 * international/titdic-cnv.el (tit-process-header):
2345 Add byte-compile-disable-print-circle:t at the head.
2346 (miscdic-convert): Likewise.
2347 (py-converter): Skip the header comments.
2348
2349 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2350 New variable.
2351 (byte-compile-output-file-form): Bing print-circle to nil if
2352 byte-compile-output-file-form is not nil.
2353 (byte-compile-output-docform): Likewise.
2354
2355 2007-01-28 Kim F. Storm <storm@cua.dk>
2356
2357 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2358 Declare earlier to avoid byte compiler warnings.
2359
2360 2007-01-28 Markus Triska <markus.triska@gmx.at>
2361
2362 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2363
2364 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2365
2366 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2367 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2368 when calling update-game-score program. Remove unnecessary
2369 save-excursion.
2370
2371 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2372
2373 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2374
2375 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2376 avoid compiler warning.
2377 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2378 might have values other than "true" or "false".
2379
2380 2007-01-28 Richard Stallman <rms@gnu.org>
2381
2382 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2383 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2384
2385 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2386
2387 * image.el (image-type-header-regexps): Make GIF regex more specific.
2388
2389 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2390 Don't check `backspace'.
2391 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2392 in Fundamental mode.
2393
2394 * startup.el (fancy-splash-text, normal-splash-screen):
2395 Mention C-g.
2396
2397 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2398 when inserting in buffer.
2399
2400 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2401 inside the if.
2402
2403 2007-01-27 Richard Stallman <rms@gnu.org>
2404
2405 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2406
2407 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2408
2409 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2410 enum/union/struct/class definition.
2411 Revert change to call `forward-sexp' multiple times.
2412
2413 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2414
2415 * files.el (hack-local-variables-confirm): Don't keep trying to
2416 read an event from an empty kbd macro.
2417
2418 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2419
2420 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2421
2422 2007-01-27 Ben North <ben@redfrontdoor.org>
2423
2424 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2425 the arg CHILDREN -> WHICH.
2426
2427 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2430 default-directory to a sane value when calling start-process.
2431
2432 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2433
2434 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2435 (ls-lisp-format-time-list): Doc fix. Mention
2436 ls-lisp-use-localized-time-format.
2437 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2438 ls-lisp-use-localized-time-format is non-nil, even if a valid
2439 locale is defined.
2440
2441 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2442
2443 * jka-compr.el (jka-compr-shell): Doc fix.
2444
2445 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2446
2447 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2448
2449 * ps-print.ps: Fix background height.
2450 (ps-print-version): New version 6.7.2.
2451
2452 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2453
2454 * makefile.w32-in (finder-data, custom-deps): Depend on
2455 $(lisp)/loaddefs.el.
2456
2457 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2458
2459 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2460
2461 2007-01-24 Miles Bader <miles@gnu.org>
2462
2463 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2464 (byte-compile-output-docform): Bind `print-circle' to t.
2465
2466 2007-01-24 Kenichi Handa <handa@m17n.org>
2467
2468 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2469 file name of the original SKK dictionary file.
2470
2471 2007-01-24 Kim F. Storm <storm@cua.dk>
2472
2473 * ido.el (ido-initial-position): New variable.
2474 (ido-read-internal): Set it if default item is specified.
2475 (ido-minibuffer-setup): Position cursor accordingly if set.
2476 (ido-edit-input): C-e moves to end of input if not already there.
2477 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2478 Don't switch to buffer mode if repeating C-b at start of input.
2479 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2480 input; else it moves to start of input.
2481 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2482 not at end of input, delete rest of input, rather than normal op.
2483
2484 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2485
2486 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2487
2488 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2489 of message. Activate mark.
2490 (ediff-activate-mark): Set transient-mark-mode to t.
2491
2492 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2493
2494 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2495
2496 * help-fns.el (describe-variable): Don't suppress display of
2497 buffer local value when the value is "large".
2498
2499 2007-01-22 Kim F. Storm <storm@cua.dk>
2500
2501 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2502 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2503 (ido-tidy): Use ido-active.
2504
2505 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2506
2507 * hexl.el (hexl-mode-exit): Add missing quote.
2508
2509 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2510
2511 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2512 (mac-ae-keyboard-modifiers): New function.
2513 (mac-handle-toolbar-switch-mode): Use it.
2514 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2515 if keyboard modifiers on drop contain option key.
2516 (mac-dnd-drop-data): Add optional argument `action'.
2517 (special-event-map): Remove binding for M-drag-n-drop.
2518
2519 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2520
2521 * add-log.el (add-log-current-defun): Use CC Mode functions to
2522 find the beginning and end of a defun.
2523
2524 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2525
2526 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2527 (gdb-var-create-handler): Handle value field in GDB output of
2528 -var-create.
2529 (gdb-max-frames): New variable.
2530 (gdb-stack-buffer, gdb-frames-select): Use it.
2531 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2532 if necessary.
2533 (gdb-get-frame-number): Simplify.
2534
2535 2007-01-21 Glenn Morris <rgm@gnu.org>
2536
2537 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2538 Update copyrights.
2539
2540 2007-01-21 Alan Mackenzie <acm@muc.de>
2541
2542 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2543 handling of K&R stuff.
2544
2545 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2546
2547 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2548
2549 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2550
2551 * ps-print.el: Handle frame parameters (background and/or foreground
2552 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2553 (ps-print-version): New version 6.7.1.
2554 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2555 (ps-frame-parameter): New fun.
2556 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2557 Fix doc and customization.
2558 (ps-begin-job): Get frame parameters (background and/or foreground
2559 colors).
2560 (ps-do-despool): Ensure ps-printer-name has a valid value.
2561
2562 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2563
2564 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2565 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2566 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2567 mean unlimited.
2568
2569 2007-01-20 Alan Mackenzie <acm@muc.de>
2570
2571 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2572 much more rigorous analysis of putative K&R regions.
2573
2574 2007-01-20 Alan Mackenzie <acm@muc.de>
2575
2576 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2577 New functions.
2578
2579 2007-01-20 Alan Mackenzie <acm@muc.de>
2580
2581 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2582 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2583 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2584 * progmodes/cc-vars.el: Add my name.
2585
2586 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2587
2588 * files.el (find-alternate-file): Revert query message to Emacs 21
2589 version.
2590
2591 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2592
2593 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2594 the doc string how to use personal abbrevs without electric
2595 keywords.
2596
2597 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2598
2599 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2600 Fixed cursor position when toggle abbreviated display.
2601
2602 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2603
2604 * t-mouse.el: Update copyright following assignment by
2605 Alessandro Rubini.
2606
2607 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2608
2609 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2610 (type-break-demo-boring): Call read-event instead of read-char.
2611
2612 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2613
2614 * progmodes/compile.el: Add handling for makepplog.
2615
2616 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2617
2618 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2619 aspell dictionaries are initialized when called non-interactively.
2620
2621 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2622
2623 * progmodes/compile.el (compilation-loop): New arg limit.
2624 Handle case where the first error is at point-min.
2625 (compilation-next-error): New arg to compilation-loop call.
2626
2627 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2628
2629 * info.el (Info-default-dirs): Change default info dir to
2630 share/info.
2631
2632 * paths.el (Info-default-directory-list): Ditto.
2633
2634 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2635
2636 * hexl.el (hexl-before-revert-hook): New function.
2637 (hexl-mode): Use it.
2638 (hexl-after-revert-hook): Just call hexl-mode.
2639 (hexl-mode-exit): Remove before-revert-hook.
2640
2641 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2642
2643 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2644
2645 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2646
2647 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2648 by "-" in francais7 otherchars entry.
2649 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2650 otherchars entry.
2651
2652 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2653
2654 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2655 path. Rewrite function in `cond' style for readability.
2656
2657 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2658 (The path shortening, that is, not the rearrarangement.)
2659
2660 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2661
2662 * term/mac-win.el (mac-ae-quit-application): New function.
2663 (mac-apple-event-map): Bind "quit application" Apple event to it.
2664
2665 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2666
2667 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2668 than the program's output.
2669
2670 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2671
2672 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2673 (kmacro-start-macro-or-insert-counter)
2674 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2675 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2676
2677 * longlines.el (longlines-show-hard-newlines):
2678 * ruler-mode.el (ruler-mode-ruler):
2679 * emulation/keypad.el (keypad-setup):
2680 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2681 Fix typo in docstring.
2682
2683 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2684
2685 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2686 Remove redirect character ">".
2687
2688 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2689
2690 * replace.el (perform-replace): Remove leftover code.
2691
2692 2007-01-12 Richard Stallman <rms@gnu.org>
2693
2694 * replace.el (perform-replace): Don't clear NODENT when computing
2695 the replacement string.
2696
2697 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2698
2699 * net/tramp.el (tramp-handle-file-local-copy):
2700 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2701 <christopher.ian.moore@gmail.com>.
2702
2703 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2704
2705 * diff-mode.el (diff-sanity-check-context-hunk-half)
2706 (diff-sanity-check-hunk): New functions.
2707 (diff-find-source-location): Use'em to check the hunks are well-formed.
2708
2709 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2710 activate undo when undo is not active.
2711 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2712
2713 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2714
2715 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2716 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2717 (ffap-url-at-point): Use char-classes rather than "a-z".
2718
2719 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2720
2721 * ediff-init.el (ediff-autostore-merges):
2722 * textmodes/fill.el (fill-region): Doc fix.
2723
2724 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * server.el (server-ensure-safe-dir): UIDs may be floats.
2727
2728 2007-01-10 Richard Stallman <rms@gnu.org>
2729
2730 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2731 around calls to directory-files.
2732
2733 * subr.el (momentary-string-display): Use save-excursion.
2734
2735 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2736 argument, but read it as `X' does.
2737
2738 2007-01-09 Juri Linkov <juri@jurta.org>
2739
2740 * info.el (Info-fontify-node): Don't hide node names of index entries.
2741
2742 * faces.el (momentary): Change :group to basic-faces where all
2743 basic faces belong to. Add :version.
2744
2745 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2746
2747 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2748 keybinding is found.
2749 (tutorial--find-changed-keys): Never treat null keybinding as a
2750 remapping.
2751
2752 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2753
2754 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2755
2756 2007-01-09 Kenichi Handa <handa@m17n.org>
2757
2758 * international/mule-cmds.el
2759 (select-safe-coding-system-interactively): Fix message.
2760
2761 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2762
2763 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2764 (tramp-process-actions): Add optional parameter TIMEOUT.
2765 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2766 (tramp-open-connection-su): Add timeout of 60".
2767
2768 2007-01-09 Richard Stallman <rms@gnu.org>
2769
2770 * progmodes/compile.el (compile): Doc fix.
2771
2772 2007-01-09 Markus Triska <markus.triska@gmx.at>
2773
2774 * tumme.el (tumme-display-thumb): Doc fix.
2775
2776 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2777
2778 * battery.el (battery-search-for-one-match-in-files):
2779 * bindings.el (mode-line-minor-mode-help):
2780 * x-dnd.el (x-dnd-types-alist):
2781 * calendar/icalendar.el (icalendar-import-buffer):
2782 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2783
2784 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2785
2786 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2787
2788 * replace.el (replace-regexp): Fix typo in docstring.
2789
2790 2007-01-07 Alan Mackenzie <acm@muc.de>
2791
2792 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2793 Amend doc-string and comments.
2794
2795 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2796
2797 * files.el (abbreviate-file-name): Doc fix.
2798
2799 2007-01-06 Markus Triska <triska@gmx.at>
2800
2801 * subr.el (split-string): Remove spurious ")" from doc string.
2802
2803 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
2804
2805 * textmodes/table.el (table--warn-incompatibility):
2806 Use display-warning instead of momentary-string-display.
2807
2808 2007-01-05 Richard Stallman <rms@gnu.org>
2809
2810 * image.el (image-type-header-regexps): Recognize xbm more strictly.
2811
2812 * simple.el (backward-kill-word): Doc fix.
2813
2814 2007-01-05 Romain Francoise <romain@orebokech.com>
2815
2816 * international/mule.el (sgml-html-meta-auto-coding-function):
2817 Ensure that the buffer contains a HTML document.
2818
2819 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
2820
2821 * faces.el (momentary): Move here ...
2822 * subr.el (momentary): ... from here.
2823
2824 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
2825
2826 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
2827 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
2828 large structures/arrays.
2829
2830 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
2831
2832 * files.el (find-file-noselect-1, set-visited-file-name):
2833 Allow backup-enable-predicate to be nil.
2834
2835 2007-01-04 Andreas Schwab <schwab@suse.de>
2836
2837 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
2838 last change.
2839
2840 2007-01-03 Richard Stallman <rms@gnu.org>
2841
2842 * woman.el (woman-decode-buffer): Clarify error message.
2843
2844 2007-01-03 Alan Mackenzie <acm@muc.de>
2845
2846 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
2847
2848 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
2849
2850 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
2851
2852 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
2855
2856 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2857
2858 * emulation/viper.el (viper-custom-file-name, viper-mode):
2859 Fix typos in docstrings.
2860
2861 * subr.el (momentary-string-display): After moving point, set POS
2862 variable to it to avoid later errors once the buffer is modified.
2863 Doc fix.
2864
2865 2007-01-02 Alan Mackenzie <acm@muc.de>
2866
2867 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
2868 check that the "*/" is present before trying to manipulate it.
2869
2870 2007-01-02 Richard Stallman <rms@gnu.org>
2871
2872 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
2873
2874 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
2875 Fix format of value.
2876
2877 * cus-edit.el (customize-unsaved): Rename from customize-customized.
2878 Change messages accordingly.
2879 (customize-customized): Now alias.
2880
2881 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
2882
2883 * files.el (version-control): Doc fix.
2884
2885 2007-01-01 Alan Mackenzie <acm@muc.de>
2886
2887 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
2888 Check the format of c-state-cache is valid for an optimisation before
2889 using it.
2890
2891 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
2892 are at a statement within a macro". Other changes so that only
2893 the first continuation line in a macro gets the symbol
2894 `cpp-define-intro', the others getting `statement', or whatever.
2895
2896 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
2897 a string, preserve whitespace. Add a backslash only when also in
2898 a macro.
2899
2900 * progmodes/cc-defs.el: Correct typos.
2901
2902 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
2903 new line after an escaped EOL in a string.
2904
2905 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
2906 label when it directly follows "else", "do", ....
2907
2908 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
2909 angle brackets (as seen in "explicit specialisations" of C++
2910 templates).
2911
2912 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
2913 in the doc-string.
2914
2915 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
2916 when the comment ender looks like "=========*/" and is alone on
2917 its line.
2918
2919 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
2920 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
2921 for the old name.
2922
2923 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
2924 c-\(beginning\|end\)-of-defun by default.
2925
2926 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
2927 New line-up function, for the DEFUN macro in the Emacs C sources.
2928 Only used in "gnu" style.
2929
2930 * progmodes/cc-styles.el (c-style-alist): Use this new function in
2931 the "gnu" style.
2932
2933 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
2934 clean-up comment-close-slash also to work when there's a comment
2935 terminator on the line.
2936 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
2937 these for large arg - only take account of top level {..}, except
2938 for initial and final adjustments. M-- C-M-[ae] now go to the
2939 right defuns when the starting point is between defuns. They use
2940 the four new functions:
2941 (c-in-function-trailer-p, c-where-wrt-brace-construct)
2942 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
2943 support c-\(beginning\|end\)-of-defun.
2944
2945 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
2946 expressions more rigorously, to exclude bit-field specifiers from
2947 being classed as labels.
2948 (c-forward-label): When analyzing a ":" within a macro, be careful
2949 about using c-forward-syntactic-ws at the macro beginning.
2950 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
2951 stmt boundary, check for "operator=", etc.
2952
2953 * progmodes/cc-mode.el (c-postprocess-file-styles):
2954 Bind inhibit-read-only to t, around the call to
2955 c-remove-any-local-eval-or-mode-variables, so that it works on a
2956 RO file.
2957
2958 * progmodes/cc-defs.el (c-version): Update the version number to
2959 "5.31.4".
2960
2961 2007-01-01 Richard Stallman <rms@gnu.org>
2962
2963 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
2964 only if we restored isearch-window-configuration.
2965
2966 2006-12-31 Romain Francoise <romain@orebokech.com>
2967
2968 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
2969
2970 2006-12-31 Kim F. Storm <storm@cua.dk>
2971
2972 * files.el (auto-mode-case-fold): New defcustom.
2973 (set-auto-mode): If non-nil, perform second case-sensitive pass
2974 through auto-mode-alist if first pass failed.
2975
2976 2006-12-30 Richard Stallman <rms@gnu.org>
2977
2978 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
2979
2980 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
2981
2982 * allout.el (allout-encrypt-string): Handle symmetric-key
2983 passphrase caching but leave keypair caching to pgg.
2984
2985 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
2986
2987 Sync with Tramp 2.0.55.
2988
2989 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
2990 `integerp'. `char-equal' could fail else in case of negative
2991 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
2992 (top): Check for `font-lock-add-keywords' before calling; it
2993 doesn't exist under XEmacs.
2994 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
2995 (tramp-completion-mode): Remove clause (not
2996 tramp-unified-filenames), because the function is called in other
2997 context too, where this check results in wrong results in the
2998 XEmacs case on Windows.
2999 (tramp-touch): UTC handling is not possible for XEmacs.
3000
3001 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3002
3003 * scroll-bar.el (previous-scroll-bar-mode): New variable
3004 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3005 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3006
3007 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3008
3009 2006-12-30 Richard Stallman <rms@gnu.org>
3010
3011 * files.el (make-backup-file-name-1): Precompute abs name
3012 but don't lose the relative name.
3013
3014 * international/mule-cmds.el (select-safe-coding-system-interactively):
3015 Fix message.
3016
3017 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3018
3019 * files.el (backup-buffer): Show entire backup file name in msg.
3020
3021 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3022
3023 * image.el (image-type-header-regexps, image-type-from-data)
3024 (image-type-from-buffer, image-type-from-file-header):
3025 Revert changes from 2006-12-26.
3026 (image-type-auto-detectable): New variable.
3027 (image-type-auto-detected-p): New function.
3028
3029 * files.el (magic-mode-alist): Detect image files with
3030 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3031
3032 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3033
3034 * dired.el (dired-sort-other): Move test for dired-mode...
3035 (dired-sort-set-modeline): ...to here.
3036
3037 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3038
3039 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3040 change. Suggested by Stefan Monnier.
3041
3042 2006-12-29 Kim F. Storm <storm@cua.dk>
3043
3044 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3045 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3046
3047 2006-12-27 Kim F. Storm <storm@cua.dk>
3048
3049 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3050 so it doesn't accidentally match an fsf.org mail address.
3051 (authors-renamed-files-alist): Add tcover-*.el.
3052
3053 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * vc-arch.el (vc-arch-find-version): New function.
3056
3057 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3058 composed of arbitrary characters (even /) in some systems.
3059
3060 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3061
3062 * international/mule-cmds.el (select-safe-coding-system-interactively):
3063 Improve the message in the *Warning* buffer.
3064
3065 2006-12-27 Kim F. Storm <storm@cua.dk>
3066
3067 * ido.el (ido-set-matches-1): Fix last change. If default item is
3068 current buffer, it is ok to be first.
3069
3070 2006-12-27 Kenichi Handa <handa@m17n.org>
3071
3072 * international/mule-cmds.el (select-safe-coding-system-interactively):
3073 Use face `link' for problematic chars.
3074
3075 2006-12-27 Kenichi Handa <handa@m17n.org>
3076
3077 * international/mule-cmds.el (select-safe-coding-system-interactively):
3078 Improve the message in *Warning* buffer.
3079
3080 2006-12-27 Kim F. Storm <storm@cua.dk>
3081
3082 * ido.el (ido-set-matches-1): Never put current buffer first if
3083 there are other matches.
3084
3085 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3086
3087 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3088 expressions.
3089 (gdb-var-delete): Handle duplicate names. Print message for non
3090 root expressions.
3091 (gdb-partial-output-name): Start buffer name with a space.
3092 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3093 buffer name.
3094
3095 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3096
3097 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3098 last footnote when `footnote-spaced-footnotes' is nil.
3099
3100 2006-12-26 Richard Stallman <rms@gnu.org>
3101
3102 * cus-edit.el (custom-browse-sort-alphabetically)
3103 (custom-buffer-sort-alphabetically)
3104 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3105
3106 * image.el (image-type-header-regexps): Change element format
3107 to include third item NOT-ALWAYS.
3108 (image-type-from-data): Handle new format.
3109 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3110 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3111
3112 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3113
3114 * add-log.el (add-log-current-defun): Call `forward-sexp'
3115 multiple times to pick a member function name defined as
3116 part of nested classes/namespaces.
3117
3118 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3119
3120 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3121 which keymap should be used to change menu. It does not affect any
3122 existent code.
3123
3124 2006-12-26 Richard Stallman <rms@gnu.org>
3125
3126 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3127 rather than for being in a minibuffer window.
3128
3129 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3130
3131 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3132 locale-coding-system.
3133 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3134 LF.
3135
3136 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3137
3138 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3139 (sql-mode-syntax-table): Disable double quoted strings.
3140 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3141
3142 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3143
3144 * startup.el (fancy-splash-last-input-event): New variable.
3145 (fancy-splash-special-event-action): New function.
3146 (fancy-splash-screens): Temporarily bind special events to it.
3147 Execute command for saved special event before exiting from
3148 recursive editing.
3149
3150 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3151 New functions.
3152 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3153 Use mac-unread-string.
3154
3155 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3156
3157 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3158 an optimized comment regexp if `comment-start-skip' uses a ^.
3159 * bs.el (bs--up): Remove interactive spec.
3160
3161 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3162
3163 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3164 Suggested by James Cloos.
3165
3166 2006-12-24 Kevin Ryde <user42@zip.com.au>
3167
3168 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3169 in March.
3170 (calendar-dst-ends): Default to first Sunday in November.
3171
3172 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3173
3174 * allout.el (allout-encrypt-string): Inhibit use of agent within
3175 body of let form where encryption happens. Acknowledge non-use of
3176 gpg-agent in docstring.
3177 (allout-toggle-subtree-encryption): Acknowledge non-use of
3178 gpg-agent in docstring.
3179
3180 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3181
3182 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3183
3184 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3185
3186 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3187 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3188
3189 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3190 in hooks.
3191 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3192 actually modify buffer; ignore errors if occur.
3193
3194 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3195
3196 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3197 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3198 formatting.
3199
3200 2006-12-23 Richard Stallman <rms@gnu.org>
3201
3202 * simple.el (delete-horizontal-space): Doc fix.
3203
3204 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3205
3206 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3207 explicitly in a recursive Make, not implicitly through prerequisites,
3208 since the latter is wrong under parallel builds.
3209
3210 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3211
3212 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3213
3214 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3215
3216 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3217 message string.
3218
3219 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3220
3221 * outline.el (outline-next-visible-heading): Fix the case with a
3222 header at end-of-file with no final newline.
3223
3224 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3225
3226 * indent.el (tab-always-indent): Doc fix.
3227
3228 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3229
3230 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3231 (Info-fontify-node): Do fontify indices.
3232
3233 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3234 to the Emacs Lisp reference manual.
3235 (tutorial--tab-map): Remove. All callers changed.
3236 (tutorial--find-changed-keys): New elt QUIET, used to...
3237 (tutorial--display-changes): ...ensure that warning messages are
3238 only issued once per changed key.
3239 (tutorial--remove-remarks): Delete unused code-path.
3240 (lang-strings): Remove extraneous formatting.
3241 (tutorial--save-tutorial): Prompt before saving tutorial state.
3242
3243 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3244
3245 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3246 Replace '?\ ' by '?\s' throughout.
3247 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3248 `help' custom group.
3249 (tutorial--key-description): New function.
3250 (tutorial--display-changes): Remove redundant arg. Scan for all
3251 key sequences to avoid false matches. Cleanup.
3252 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3253 reduce homedir pollution.
3254 (help-with-tutorial): Call tutorial--display-changes with no arg.
3255
3256 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3257
3258 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3259
3260 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3261
3262 * net/tramp.el (tramp-default-method): We still need to check for
3263 `executable-find', because it is not bound under Emacs 20.
3264 (tramp-handle-file-name-completion)
3265 (tramp-completion-handle-file-name-completion): Handle optional
3266 parameter PREDICATE.
3267 (tramp-find-default-method): Add code for default values.
3268
3269 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3270
3271 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3272 make gud-go send "continue".
3273
3274 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3275
3276 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3277 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3278
3279 2006-12-19 Kim F. Storm <storm@cua.dk>
3280
3281 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3282 instead of global-map.
3283
3284 * files.el (magic-mode-alist): Allow matching file type by
3285 calling a function at bob. Check for image types by calling
3286 image-type-from-buffer. Suggested by Juanma Barranquero.
3287 (set-auto-mode): Do it.
3288
3289 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3290
3291 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3292 Remove "ControlMaster" option from the other `scp*' methods.
3293 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3294
3295 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3296
3297 * textmodes/org.el (org-mode): Show context after isearch.
3298 (org-show-siblings): New function.
3299 (org-show-context): Use `org-show-siblings'.
3300
3301 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3302
3303 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3304 Use syntax-ppss-toplevel-pos.
3305
3306 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3307
3308 * textmodes/org.el (org-current-line): Make sure that lines are
3309 counted from beginning of buffer.
3310 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3311 lines are counted from beginning of buffer.
3312
3313 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3314
3315 * info.el (Info-build-node-completions): Signal error if tag-table
3316 marker is not found.
3317
3318 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3319
3320 2006-12-17 Alan Mackenzie <acm@muc.de>
3321
3322 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3323 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3324 Based on code by Martin Rudalics.
3325
3326 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3327 open-paren-in-column-0-is-defun-start to nil any more.
3328
3329 2006-12-17 Richard Stallman <rms@gnu.org>
3330
3331 * simple.el (delete-horizontal-space): Use prefix arg.
3332
3333 * help-fns.el (describe-variable): Improve blank separator lines.
3334
3335 * files.el (magic-mode-alist): Mark as risky.
3336
3337 * files.el (make-backup-file-name-1):
3338 Expand backup-directory explicitly.
3339
3340 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3341
3342 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3343 check whether package password.el is loaded, or Pageant is running.
3344
3345 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3346
3347 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3348 (icalendar--rris): First try Emacs, then XEmacs.
3349 (icalendar--convert-ical-to-diary): Doc fix.
3350 Insert newline at end of target file.
3351
3352 2006-12-17 Kim F. Storm <storm@cua.dk>
3353
3354 * outline.el (outline-isearch-open-invisible-function): New defvar.
3355 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3356 overlay property instead of outline-isearch-open-invisible.
3357
3358 2006-12-16 Kim F. Storm <storm@cua.dk>
3359
3360 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3361 if ido-directory-too-big is set on entry.
3362 (ido-toggle-ignore, ido-completion-help): Print message while
3363 reading big directory.
3364
3365 2006-12-15 Richard Stallman <rms@gnu.org>
3366
3367 * shell.el (shell): Doc fix.
3368
3369 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3370
3371 * emulation/edt.el (edt-xserver):
3372 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3373 to fix a problem on Cygwin.
3374
3375 * emulation/edt.el
3376 * emulation/edt-mapper.el
3377 * emulation/edt-lk201.el
3378 * emulation/edt-pc.el
3379 * emulation/edt-vt100.el: Update maintainer's email address.
3380
3381 2006-12-15 Simon Marshall <simon@gnu.org>
3382
3383 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3384
3385 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3386
3387 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3388 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3389 instead of mac-atsu-font-table.
3390 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3391
3392 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3393
3394 * align.el (align-match-tex-pattern): Fix a rare bug which
3395 hanged Emacs.
3396
3397 2006-12-14 Richard Stallman <rms@gnu.org>
3398
3399 * startup.el (use-fancy-splash-screens-p): Use frame-height
3400 instead of window-height. Pass frame to image-size.
3401
3402 2006-12-13 Kenichi Handa <handa@m17n.org>
3403
3404 * international/mule-cmds.el (set-locale-environment):
3405 Set default-sendmail-coding-system too.
3406
3407 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3408
3409 * progmodes/idlw-help.el: Fix copyright notice.
3410
3411 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3414
3415 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3416
3417 * subr.el (unread-command-char): Reformat obsolescence info.
3418
3419 2006-12-11 Richard Stallman <rms@gnu.org>
3420
3421 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3422 about calls to cl-struct-setf-expander.
3423
3424 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3425
3426 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3427 (ediff-combination-pattern): Fix typo in docstring.
3428
3429 * textmodes/refer.el (refer-find-entry): Doc fix.
3430 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3431 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3432 Fix tipos in docstrings.
3433
3434 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3435
3436 2006-12-10 Kim F. Storm <storm@cua.dk>
3437
3438 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3439 instead of binding M-backspace.
3440
3441 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3442
3443 * replace.el (replace-match-data, replace-match-maybe-edit):
3444 * calc/calc-aent.el (calc-eval-error):
3445 * emulation/vi.el (vi-char-argument):
3446 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3447 (c-vsemi-status-unknown-p-fn): Doc fixes.
3448
3449 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3450
3451 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3452 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3453
3454 2006-12-10 Masatake YAMATO <jet@gyve.org>
3455
3456 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3457
3458 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3459
3460 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3461
3462 * man.el (Man-xref-button-action): New function. If the
3463 `Man-target-string' button property is a function, assume it
3464 accepts a position argument.
3465 (Man-abstract-xref-man-page): Use it.
3466 (Man-default-man-entry): New optional arg POS.
3467
3468 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3469 symlink arrows read-only and non-rear-sticky.
3470
3471 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3472
3473 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3474 (wdired-search-and-rename): Simplify code.
3475 (wdired-preprocess-files, wdired-preprocess-perms): Make
3476 read-only property of preceding character rear-nonsticky to
3477 avoid that it can be modified. Put old-name and old-link
3478 properties on character preceding name and replace
3479 put-text-property by add-text-properties.
3480 (wdired-get-filename, wdired-get-previous-link): Get old-name
3481 and old-link properties from character preceding name and
3482 simplify code.
3483 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3484 (wdired-perms-to-number): Make local-map property
3485 rear-nonsticky to avoid that text following permissions may be
3486 modified. Use add-text-properties instead of put-text-property
3487 when changing a permission bit.
3488 (wdired-change-to-dired-mode): Remove stickiness properties.
3489
3490 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3491
3492 * international/mule-cmds.el (register-input-method): Doc fix.
3493
3494 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3495
3496 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3497
3498 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3499
3500 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3501 Force buffer local defs evaluation on local variables loading.
3502 (flyspell-mode-on, flyspell-mode-off): Use it in
3503 `hack-local-variables-hook'.
3504
3505 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3506
3507 * emacs-lisp/find-func.el (find-variable): Doc fix.
3508
3509 * help-fns.el (variable-at-point): Doc fix.
3510
3511 * w32-fns.el (w32-append-code-lines): New function.
3512
3513 2006-12-09 Romain Francoise <romain@orebokech.com>
3514
3515 * comint.el (comint-insert-input): Delete obsolete comment.
3516
3517 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3518
3519 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3520 current frame, in case we're connected to several displays.
3521
3522 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3523
3524 * frame.el (other-frame): Doc fix.
3525 (set-frame-parameter): Fix typo in docstring.
3526
3527 2006-12-07 Kim F. Storm <storm@cua.dk>
3528
3529 * info.el (Info-index): Strip leading colon from topic.
3530
3531 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3532
3533 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3534 to pointers.
3535
3536 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3537
3538 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3539 Trim out spurious class inheritance "None" entries.
3540
3541 2006-12-05 Kim F. Storm <storm@cua.dk>
3542
3543 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3544 (cua-paste-pop): Rework last change for
3545 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3546 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3547 text inserted by the last M-y command.
3548
3549 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3550
3551 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3552 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3553
3554 * shell.el (shell): Search the start file in ~/.emacs.d as
3555 `init_SHELLNAME.sh' instead.
3556
3557 2006-12-05 Glenn Morris <rgm@gnu.org>
3558
3559 * progmodes/cperl-mode.el (cperl-mode)
3560 * progmodes/f90.el (f90-mode-abbrev-table)
3561 * progmodes/fortran.el (fortran-mode-abbrev-table)
3562 * progmodes/octave-mod.el (octave-abbrev-table)
3563 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3564 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3565
3566 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3567 clear abbrev table, else saved abbrevs will not be restored.
3568
3569 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3570
3571 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3572 the call to `make-obsolete-variable', not in the docstring.
3573
3574 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3575
3576 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3577
3578 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3579
3580 * progmodes/ebnf-abn.el:
3581 * progmodes/ebnf-bnf.el:
3582 * progmodes/ebnf-dtd.el:
3583 * progmodes/ebnf-ebx.el:
3584 * progmodes/ebnf-iso.el:
3585 * progmodes/ebnf-otz.el:
3586 * progmodes/ebnf-yac.el:
3587 * progmodes/ebnf2ps.el:
3588 * delim-col.el:
3589 * printing.el:
3590 * ps-bdf.el:
3591 * ps-mule.el:
3592 * ps-print.el: Remove 'Time-stamp' comment mark.
3593
3594 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3595 'easy-menu-add-item' when called in Emacs 21 or higher.
3596
3597 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3598
3599 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3600 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3601
3602 2006-12-04 Kim F. Storm <storm@cua.dk>
3603
3604 * bindings.el (global-map): Bind [signal t] to ignore, to have
3605 user signals ignored by default.
3606
3607 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3608
3609 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3610 Unicode data file pointed to by `describe-char-unicodedata-file'.
3611
3612 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3615 O(n^2) regexp-search by anchoring the search.
3616
3617 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3618
3619 * whitespace.el (whitespace-cleanup-internal): Use current
3620 argument for recursive call.
3621
3622 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3623
3624 * net/tramp.el (tramp-methods): Add "ControlPath" and
3625 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3626 Andreas Schwab <schwab@suse.de>.
3627 (tramp-do-copy-or-rename-file-out-of-band)
3628 (tramp-open-connection-rsh): Compute format spec for ?t.
3629 (tramp-process-actions): Trace command parameters.
3630
3631 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3632
3633 * simple.el (toggle-truncate-lines): Clarify doc string.
3634
3635 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3636 (gdb-speedbar-expand-node): Use it.
3637
3638 2006-12-04 Richard Stallman <rms@gnu.org>
3639
3640 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3641
3642 * dired.el (dired-revert): Turn off dired-after-readin-hook
3643 around call to dired-readin.
3644
3645 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3646 to echo area messages.
3647 <indicate-empty-lines, case-fold-search>:
3648 Add "globally" to Help string.
3649 <case-fold-search>: MESSAGE arg need not say "globally".
3650 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3651
3652 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3653
3654 * outline.el (outline-end-of-subtree): Don't leave an empty
3655 line hidden as we would a real next heading.
3656
3657 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3658
3659 * allout.el (allout-ascend): Add an optional argument to preserve
3660 original position of point when unsuccessful. Also, fix a
3661 docstring error.
3662 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3663 work again, using allout-ascend's new option.
3664 (allout-setup-mode-map): Extract from allout-mode to initialize
3665 allout-mode-map. Call it on file load, so the mode docstring
3666 substitutions work even if allout mode has not yet been invoked.
3667 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3668 customizations since the map was last processed. Also, refine the
3669 docstring so it's ship-shape for release.
3670 (allout-default-layout, allout-beginning-of-line-cycles)
3671 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3672 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3673 (allout-version, allout-layout, allout-infer-body-reindent)
3674 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3675 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3676 (allout-previous-heading, allout-goto-prefix-doublechecked)
3677 (allout-current-bullet-pos, allout-next-sibling-leap)
3678 (allout-pre-command-business, allout-encrypted-type-prefix)
3679 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3680 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3681 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3682 (allout-old-expose-topic, allout-listify-exposed)
3683 (allout-process-exposed, allout-latex-verb-quote)
3684 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3685 (allout-toggle-current-subtree-encryption)
3686 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3687 Remove extraneous open-paren and close paren string escapes.
3688
3689 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3692 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3693 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3694 Fix typos in docstrings.
3695
3696 2006-12-03 Glenn Morris <rgm@gnu.org>
3697
3698 * progmodes/cc-align.el
3699 * progmodes/cc-awk.el
3700 * progmodes/cc-cmds.el
3701 * progmodes/cc-compat.el
3702 * progmodes/cc-defs.el
3703 * progmodes/cc-engine.el
3704 * progmodes/cc-langs.el
3705 * progmodes/cc-menus.el
3706 * progmodes/cc-mode.el
3707 * progmodes/cc-styles.el
3708 * progmodes/cc-vars.el
3709 * progmodes/vhdl-mode.el: Fix Copyright format.
3710
3711 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3712
3713 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3714 initial down event.
3715
3716 2006-12-02 Kim F. Storm <storm@cua.dk>
3717
3718 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3719 (cua-repeat-replace-region): Make M-v more robust.
3720 (cua-paste-pop-rotate-temporarily): New defcustom.
3721 (cua-paste-pop): Use it.
3722 (cua-auto-mark-last-change): New defcustom.
3723 (cua-pop-to-last-change): New helper function.
3724 (cua-set-mark): Use them.
3725
3726 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3727
3728 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3729 mini-buffer message.
3730
3731 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3732
3733 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3734
3735 2006-12-01 Ben North <ben@redfrontdoor.org>
3736
3737 * paren.el: Fix the highlight overlay extension when the user types a
3738 sequence of char very fast just before the open parenthesis.
3739
3740 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3741
3742 * ps-mule.el: Eliminate Emacs 20 compatibility.
3743
3744 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3745 (ps-print-version): New version 6.7.
3746 (ps-print-quote): Replace '?\ ' by '?\s'.
3747
3748 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3749
3750 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3751 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3752 (hexl-end-of-1k-page): Doc fixes.
3753 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3754 Fix typos in docstrings.
3755
3756 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3757
3758 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3759 locally, i.e. without using file name handlers.
3760 (ido-read-internal): Allow mono letter host names, avoiding the
3761 `c:' problem by testing if the file exists locally.
3762 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3763
3764 2006-11-30 Masatake YAMATO <jet@gyve.org>
3765
3766 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3767 to avoid bytecomp warnings.
3768 (hexl-mode-old-ruler-function): New variable.
3769 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3770 and `hl-line-range-function' after `require' hl-line.
3771 Then bind `hl-line-range-function' and `hl-line-face'.
3772 Don't require frame. Don't use `with-no-warnings'.
3773 (hexl-activate-ruler): Store the original value of
3774 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3775 (hexl-mode-exit): Restore the original value of
3776 `ruler-mode-ruler-function'.
3777
3778 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3779
3780 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3781 (hexl-mode-old-hl-line-face): New variable.
3782 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3783 line when exit from the hexl-mode.
3784
3785 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3786
3787 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3788 Doc fixes.
3789
3790 * international/fontset.el (create-fontset-from-ascii-font)
3791 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3792 (fontset-name-p): Fix typo in docstring.
3793
3794 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3795
3796 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3797
3798 * ps-bdf.el: Fix maintainer email.
3799
3800 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
3801 compatibility.
3802
3803 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
3804 21 compatibility.
3805 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
3806 Emacs 20 & 21.
3807
3808 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
3809
3810 * progmodes/idlwave.el (idlwave-auto-fill):
3811 Remove paragraph-start let to prevent auto-fill giving up.
3812
3813 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
3814
3815 * vt100-led.el (led-state): Fix typo in previous change.
3816
3817 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
3818
3819 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
3820 Fix interactive spec of the functions getting defined to make them
3821 work as documented.
3822
3823 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
3824
3825 * startup.el (fancy-splash-screens): Hide initial splash buffer.
3826
3827 2006-11-28 Kim F. Storm <storm@cua.dk>
3828
3829 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
3830 icomplete-mode is enabled.
3831
3832 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
3833
3834 * textmodes/org.el (require): Require gnus-sum during compilation
3835 to avoid problem with a macro call.
3836
3837 2006-11-28 Glenn Morris <rgm@gnu.org>
3838
3839 * emacs-lisp/authors.el (authors-aliases): Add new alias.
3840
3841 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
3842 (fortran-window-create-momentarily): Do not need string-to-char.
3843
3844 2006-11-28 Richard Stallman <rms@gnu.org>
3845
3846 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
3847 Replace incorrect use of assoc-default with a loop.
3848
3849 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
3850
3851 * simple.el (next-error-find-buffer): Improve messages.
3852
3853 * files.el (revert-buffer): Special error message if file
3854 is now not readable.
3855
3856 * facemenu.el (facemenu-add-new-face): Improve doc strings of
3857 constructed commands.
3858
3859 * comint.el (comint-exec-1): Provide Emacs version and `comint'
3860 in INSIDE_EMACS.
3861
3862 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
3863
3864 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
3865
3866 * server.el: Remove spurious * in docstrings.
3867 (server-process-filter): Exit from recursive editing before processing
3868 a new request.
3869
3870 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
3871
3872 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
3873 line so hidden blocks will be correctly identified.
3874
3875 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
3876
3877 * ledit.el (ledit-save-defun, ledit-mode):
3878 * resume.el (resume-emacs-args-buffer):
3879 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
3880 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
3881 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
3882 (command-send-input, command-kill-line):
3883 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
3884
3885 * autoarg.el (autoarg-kp-mode): Doc fix.
3886
3887 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
3888 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
3889 (check-emacs-lock): Doc fix. Simplify.
3890
3891 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
3892 (iimage-mode-buffer): Fix typos in docstring.
3893
3894 * misc.el (zap-up-to-char): Doc fix.
3895
3896 * time-stamp.el: Fix comment and obsolescence string for old
3897 functions. Use `dolist' instead of `while'.
3898
3899 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
3900
3901 * disp-table.el (standard-display-8bit, standard-display-default):
3902 * ebuff-menu.el (electric-buffer-list):
3903 * ehelp.el (electric-help-command-loop):
3904 * font-core.el (font-lock-mode):
3905 * help-macro.el (make-help-screen):
3906 * help.el (describe-minor-mode-completion-table-for-indicator)
3907 (lookup-minor-mode-from-indicator):
3908 * indent.el (tab-to-tab-stop, move-to-tab-stop):
3909 * info-look.el (info-lookup-guess-custom-symbol):
3910 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
3911 * longlines.el (longlines-wrap-line):
3912 * macros.el (insert-kbd-macro):
3913 * menu-bar.el (menu-bar-update-buffers):
3914 * misc.el (copy-from-above-command):
3915 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
3916 * newcomment.el (comment-indent):
3917 * novice.el (disabled-command-function):
3918 * sort.el (sort-fields-syntax-table):
3919 * subr.el (momentary-string-display):
3920 * tar-mode.el (tar-header-block-summarize)
3921 (tar-clear-modification-flags):
3922 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
3923 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
3924 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
3925 (te-delete-char, te-down-vertically-or-scroll):
3926 * time-stamp.el (time-stamp-string-preprocess):
3927 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
3928
3929 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3930
3931 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
3932 in GUD mode.
3933
3934 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
3935 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
3936
3937 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3938
3939 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
3940
3941 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
3942
3943 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
3944 (ada-compile-goto-error): Adapt to new argument profile of
3945 compilation-goto-locus in Emacs 22. Don't check if the various
3946 compile functions are defined; we already do "(require 'compile)".
3947
3948 2006-11-26 Kim F. Storm <storm@cua.dk>
3949
3950 * kmacro.el: Fix commentary.
3951
3952 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
3953
3954 * progmodes/gud.el (gdb): Explain how to run in text command mode
3955 more clearly. Say in error message that multiple debugging
3956 requires restarting GDB.
3957
3958 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
3959
3960 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
3961
3962 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
3963
3964 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
3965 (flymake-popup-menu): Use it instead of posn-at-point.
3966
3967 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3968
3969 * progmodes/cc-vars.el (c-backslash-column):
3970 Mention c-backslash-max-column in documentation for c-backslash-column.
3971
3972 2006-11-24 Lars Hansen <larsh@soem.dk>
3973
3974 * net/tramp.el (tramp-default-method): Under Windows, change from
3975 plink to pscp.
3976 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
3977 (tramp-actions-copy-out-of-band):
3978 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
3979 (tramp-action-out-of-band): Move "Permission denied" handling to
3980 tramp-action-copy-failed.
3981 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
3982 process buffer.
3983
3984 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3985
3986 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
3987 strings to a single string. Quote `errors-file-name'.
3988 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
3989 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
3990 Adjust calls. Use `shell-quote-argument'.
3991
3992 * international/mule.el (load-with-code-conversion)
3993 (with-category-table): Use with-current-buffer.
3994 (after-insert-file-set-coding): Use restore-buffer-modified-p.
3995
3996 2006-11-24 Eli Zaretskii <eliz@gnu.org>
3997
3998 * mail/smtpmail.el (smtpmail-send-it):
3999 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4000 MIME header for the message encoding.
4001 Bind coding-system-for-write around the call to mail-do-fcc.
4002 Use smtpmail-code-conv-from to encode queued mail messages.
4003
4004 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4005
4006 * tabify.el (tabify-regexp): Doc fix.
4007
4008 * net/rcirc.el (rcirc-buffer-maximum-lines):
4009 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4010
4011 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4012 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4013 Fix typos in output messages.
4014 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4015
4016 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4017
4018 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4019 the horse's mouth.
4020 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4021
4022 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4023
4024 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4025 Remove condition-case.
4026
4027 2006-11-23 Glenn Morris <rgm@gnu.org>
4028
4029 * progmodes/f90.el (f90-comment-indent): Do not move point in
4030 default case.
4031
4032 2006-11-21 Romain Francoise <romain@orebokech.com>
4033
4034 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4035 from library name (reverts change of 2005-10-25).
4036
4037 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4038
4039 * tutorial.el (tutorial--default-keys): Add newline and
4040 delete-backward-char bindings.
4041 (tutorial--detailed-help): Save excursion when finding keys.
4042 Correct warning string for M-x FOO case.
4043 (tutorial--display-changes): Print special keys in tutorial style.
4044 Tweak search regexp for changed keys.
4045
4046 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4047
4048 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4049 redundant scheme.
4050
4051 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4052
4053 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4054 are new to the list at IANA. Also added irc, mms, mmsh.
4055
4056 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4057
4058 * progmodes/idlw-help.el (idlwave-html-help-location):
4059 Fail gracefully for missing help packages.
4060 (idlwave-help-assistant-open-link): Open full links.
4061 (idlwave-help-assistant-help-with-topic): Direct help link.
4062
4063 * progmodes/idlwave.el (idlwave-mode):
4064 Set add-log-current-defun-function.
4065 (idlwave-current-routine-fullname): Add, to support add-log.
4066 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4067 to reflect improvements to xml-parse-file.
4068 (idlwave-mode-menu-def): New binding for help-with-topic.
4069
4070 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4071 Handle extra newlines and spaces.
4072 (idlwave-shell-mode-map): Add help-with-topic.
4073
4074 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4075
4076 * tutorial.el (tutorial-warning-face): New face.
4077 (tutorial--detailed-help, tutorial--display-changes): Use it.
4078 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4079 Improve search pattern for occurrences of changed keys.
4080
4081 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4082
4083 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4084 (x-select-text): Set it.
4085 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4086 when checking for newness.
4087
4088 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4089
4090 * subr.el (posn-image):
4091 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4092
4093 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4094
4095 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4096
4097 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4098 Exceptions to the rule "add a space between an identifier and an
4099 opening parenthesis". Defaulted to the `#define' problem of cpp.
4100 (glasses-parenthesis-exception-p): New. Check if the region is an
4101 exception regarding to that.
4102 (glasses-make-readable): Use it.
4103 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4104 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4105
4106 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4107
4108 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4109
4110 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4111
4112 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4113
4114 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4115 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4116
4117 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4118
4119 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4120 conditions for function or variable bindings.
4121
4122 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4123
4124 * progmodes/compile.el (compilation-start): Ditto.
4125
4126 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4127
4128 * net/tramp.el (top): cl and custom are always required.
4129
4130 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4131
4132 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4133 cut-buffers with next-selection-coding-system if not nil.
4134
4135 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4136
4137 * textmodes/org.el (org-fix-decoded-time): New function.
4138 (org-display-custom-time): Use `org-fix-decoded-time'.
4139
4140 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4141
4142 * menu-bar.el (menu-bar-games-menu): Remove yow.
4143
4144 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4145
4146 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4147 (org-detach-overlay): Rename from `org-detatch-overlay'.
4148 (org-table-convert-region): Insert space after column separator.
4149 (org-agenda-kill): New command.
4150 (org-metaleft): Call `org-outdent-item' on bullets.
4151 (org-metaright): Call `org-indent-item' on bullets.
4152 (org-timestamp-change): Set `org-last-changed-timestamp'.
4153 (org-current-line): Make sure (bolp) returns correct result.
4154 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4155
4156 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4157
4158 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4159
4160 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4161
4162 * mouse.el (global-map): Change 2006-08-16 fix to call
4163 mouse-yank-at-click explicitly, since mouse events are not carried
4164 over into keyboard macros.
4165
4166 2006-11-16 Kim F. Storm <storm@cua.dk>
4167
4168 * ido.el (ido-file-internal): Use current buffer's file name as default
4169 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4170
4171 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4172
4173 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4174 (allout-inhibit-aberrance-doublecheck): Rename from
4175 allout-during-yank-processing. All callers changed.
4176 (allout-ascend): Provide for unusual case where some topic after
4177 the first in file is at lower depth than the first.
4178 (allout-shift-in): Ensure the offspring of the new containing
4179 topic are exposed.
4180 (allout-encrypt-string): Preserve the coding-system of the text,
4181 according to that of the containing buffer.
4182 (allout-toggle-subtree-encryption): When the text being encrypted
4183 requires a different coding system, offer to preserve the coding
4184 system using a file local var.
4185
4186 2006-11-15 Simon Marshall <simon@gnu.org>
4187
4188 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4189 to recognise "T t()" as a function declaration, rather than a
4190 variable instantiation, iff at the top-level or inside a class
4191 declaration. Suggested by Feng Li <fengli@gmail.com>.
4192
4193 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4194
4195 * progmodes/ada-xref.el (ada-parse-prj-file):
4196 Don't delete project buffer; user may want to edit it.
4197 (ada-xref-set-project-field, ada-xref-current-project-file)
4198 (ada-xref-current-project, ada-show-current-project)
4199 (ada-set-main-compile-application): New functions.
4200 (ada-xref-get-project-field, ada-require-project-file):
4201 Normalize use of ada-prj-default-project-file.
4202 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4203 Normalize use of ada-require-project-file.
4204 (ada-prj-find-prj-file): Improve doc string, comments.
4205
4206 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4207 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4208 (ada-create-menu): Add ada-set-main-compile-application,
4209 ada-show-current-main, ada-show-current-project.
4210
4211 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4212
4213 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4214 (inferior-python-mode): Use it.
4215
4216 2006-11-14 Andreas Schwab <schwab@suse.de>
4217
4218 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4219
4220 2006-11-13 Kim F. Storm <storm@cua.dk>
4221
4222 * ido.el (ido-copy-current-word): C-o copies region if active.
4223
4224 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4225
4226 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4227
4228 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4229
4230 * ediff.el (ediff-revision):
4231 * files.el (set-visited-file-name):
4232 * mail/rmailout.el (rmail-output-body-to-file):
4233 Use `format', not `message', in `y-or-n-p' call.
4234
4235 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4236
4237 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4238 (org-metaright): Call `org-indent-item' on bullets.
4239 (org-timestamp-change): Set `org-last-changed-timestamp'.
4240 (org-current-line): Make sure (bolp) returns correct result.
4241 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4242
4243 2006-11-12 Richard Stallman <rms@gnu.org>
4244
4245 * language/european.el (turkish-case-conversion-enable)
4246 (turkish-case-conversion-disable): New functions.
4247 ("Turkish" lang env): Use them.
4248
4249 * international/characters.el (case table):
4250 Do nothing special for i and I.
4251
4252 * subr.el (remove-overlays): Fix last change.
4253
4254 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4255 for visiting the custom file.
4256
4257 2006-11-12 Markus Triska <triska@gmx.at>
4258
4259 * play/handwrite.el (handwrite): Also process lines not ending
4260 with newline. Replace some position-fiddling with different
4261 logic. Improve performance.
4262
4263 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4264
4265 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4266 replacing deleted variable `ada-check-switch'.
4267 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4268 (ada-xref-project-files): Improve doc string.
4269 (ada-find-executable): New function.
4270 (ada-initialize-runtime-library): Use `ada-find-executable'.
4271 (ada-xref-set-default-prj-values): In compile commands, don't need
4272 `ada-cd-command'; `compile' does that more portably.
4273 Use ada-prj-default-check-cmd.
4274 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4275 properties if not specified in project file.
4276 (ada-goto-declaration): Display useful message for new error
4277 'error-file-not-found.
4278 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4279 'error-file-not-found.
4280 (ada-get-all-references): Match latest ali syntax. Signal new
4281 error 'error-file-not-found.
4282 (ada-find-in-ali): Match latest ali syntax.
4283 (ada-make-filename-from-adaname): Handle different semantics of
4284 gnatkr in GNAT 3.15p vs later.
4285
4286 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4287 ada-procedure-start-regexp.
4288 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4289
4290 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4291 with defvar.
4292 (ada-language-version): Rename ada05 -> ada2005.
4293 (ada-align-region-separate): Add `eval-when-compile'.
4294 (ada-name-regexp): Remove unneeded escapes in regexp character
4295 alternative.
4296 (ada-compile-goto-error-file-linenr-re): New constant.
4297 (ada-matching-start-re): Handle additional cases `declare',
4298 `procedure', `function'.
4299 (ada-compile-goto-error): Handle "... at line nn".
4300 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4301 Delete support for old versions of `align'.
4302 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4303 (ada-check-defun-name): Simplify handling of `declare'.
4304 (ada-goto-matching-start): Handle nested `begin ... end'.
4305 Handle `declare', `protected', `procedure', `function'.
4306 (ada-create-menu): Presence of arm95 is not conditional on using
4307 GNAT compiler.
4308
4309 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4310
4311 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4312 nil in the *RE-Builder* buffer (it causes spurious error messages).
4313
4314 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4315 been set to t, respect it.
4316
4317 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4318
4319 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4320 Delete commented out code for old Emacs versions. Autoloading of
4321 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4322 (ada-mode-version): Bump version number.
4323 (ada-95-string-keywords, ada-2005-string-keywords)
4324 (ada-2005-keywords, ada-name-regexp): New constant.
4325 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4326 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4327 (ada-package-start-regexp): Support private packages, include package
4328 name (for ada-set-point-accordingly).
4329 (ada-next-procedure, ada-previous-procedure)
4330 (ada-which-function-are-we-in): Match changes to
4331 ada-procedure-start-regexp.
4332 (ada-make-body): Make non-interactive; not a user function.
4333 (ada-make-subprogram-body): Improve doc string.
4334
4335 2006-11-11 Romain Francoise <romain@orebokech.com>
4336
4337 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4338 `compilation-error-regexp-alist' buffer-local, since we changed
4339 `compilation-error-regexp-alist-alist' locally.
4340
4341 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4342
4343 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4344 to the value of `server-raise-frame'.
4345
4346 2006-11-11 Glenn Morris <rgm@gnu.org>
4347
4348 * ido.el (ido-enable-prefix)
4349 * ses.el (ses-call-printer-return)
4350 * net/tramp.el (tramp-unified-filenames)
4351 * progmodes/cc-align.el (c-lineup-string-cont)
4352 * progmodes/compile.el (compilation-directory-matcher)
4353 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4354 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4355 (vhdl-clock-rising-edge)
4356 * textmodes/org.el (org-export-with-timestamps)
4357 (org-export-remove-timestamps-from-toc)
4358 (org-export-with-tags): Improve previous doc fixes.
4359
4360 2006-11-11 Richard Stallman <rms@gnu.org>
4361
4362 * textmodes/flyspell.el (flyspell-mode-map):
4363 Bind C-c $ instead of M-RET.
4364
4365 2006-11-10 Simon Marshall <simon@gnu.org>
4366
4367 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4368 fontification for "case" and "default" keywords.
4369
4370 2006-11-10 Andreas Schwab <schwab@suse.de>
4371
4372 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4373 Avoid starting sentence with "nil".
4374
4375 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4376
4377 * server.el (server-raise-frame): New option.
4378 (server-switch-buffer): Use it.
4379
4380 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4381
4382 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4383 with a capital.
4384
4385 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4386
4387 * textmodes/org.el (org-show-hierarchy-above)
4388 (org-show-following-heading): Fix typo in default value.
4389 (org-scan-tags): Make the search case-sensitive.
4390 (org-tags-sparse-tree): Don't overrule
4391 `org-show-following-heading' and `org-show-hierarchy-above'.
4392 (org-reveal): New command.
4393 (org-show-context): Rename from `org-show-hierarchy-above'.
4394 (org-fast-tag-selection-single-key): New option.
4395 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4396 (org-tags-overlay): New variable.
4397 (org-agenda-todo-ignore-deadlines): New option.
4398 ("session"): Add circular data structure `org-mark-ring' to
4399 exceptions list in session.el.
4400 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4401 New options.
4402 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4403 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4404 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4405 (org-finalize-agenda): Activate bracket links in agenda.
4406 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4407 INACTIVE-OK.
4408 (org-show-hierarchy-above, org-show-following-heading):
4409 List values allowed for fine-tuned configuration.
4410 (org-show-hierarchy-above): New argument CONTEXT, use the
4411 fine-tuned settings in `org-show-hierarchy-above' and
4412 `org-show-following-heading'.
4413 (org-display-custom-time): New function.
4414 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4415 (org-display-custom-times, org-time-stamp-custom-formats):
4416 (org-maybe-intangible): New macro.
4417 (org-activate-bracket-links, org-hide-wide-columns):
4418 Use `org-maybe-intangible'.
4419 (org-open-file): Use `shell-quote-argument'.
4420 (org-display-internal-link-with-indirect-buffer): New option.
4421 (org-file-remote-p): Get regexp from list.
4422 (org-link-expand-abbrev): New function.
4423 (org-link-abbrev-alist): New option.
4424 (org-open-at-point, org-cleaned-string-for-export):
4425 Call `org-link-expand-abbrev'.
4426 (org-timeline, org-agenda-list, org-todo-list)
4427 (org-tags-view): Remove the KEEP-MODES argument.
4428 (org-finalize-agenda-hook): New hook.
4429 (org-get-alist-option): New function.
4430 (org-follow-timestamp-link): New function.
4431 (org-open-at-point): Call `org-follow-timestamp-link'.
4432 (org-log-note-marker, org-log-note-purpose)
4433 (org-log-note-window-configuration): New variables.
4434 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4435 (org-log-note-headings): New option.
4436 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4437 (org-store-link): Support for dired-mode.
4438 (org-open-file): Substitute environment variables into filename.
4439 (org-last): New defsubst.
4440 (org-agenda-re-align-tags): New function.
4441 (org-agenda-align-tags-to-column): New option.
4442 (org-agenda-timeline): Group removed.
4443 (org-prepare-agenda, org-prepare-agenda-buffers)
4444 (org-run-agenda-series, org-timeline, org-agenda-list)
4445 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4446 the text property inticating the agenda type.
4447 (org-agenda-post-command-hook): Get agenda type from text property
4448 at point.
4449 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4450 and obey `org-agenda-overriding-arguments'.
4451 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4452 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4453 (org-agenda-week-view, org-agenda-day-view):
4454 Use `org-agenda-overriding-arguments' to make updating work with
4455 multi-block agendas.
4456 (org-agenda-prefix-format): Allow different formats for the
4457 different agenda entry types.
4458 (org-timeline-prefix-format): Option removed, use
4459 `org-agenda-prefix-format' instead.
4460 (org-prepare-agenda): New function.
4461 (org-select-timeline-window): Option removed, use
4462 `org-select-agenda-window' instead.
4463 (org-respect-restriction): Variable removed.
4464 (org-cmp-tag): New function.
4465 (org-agenda-sorting-strategy, org-entries-lessp):
4466 Implement sorting by last tag.
4467 (org-complete): Better completion in in-buffer option lines.
4468 (org-in-item-p): New function.
4469 (org-org-menu): Add entries for checkboxes.
4470 (org-cycle): Extra brouping in outline-regexp, because it is used
4471 in a search with "^" prepended.
4472 (org-provide-checkbox-statistics): New option.
4473 (org-set-font-lock-defaults): Highlight checkbox statistics.
4474 (org-update-checkbox-count-maybe)
4475 (org-get-checkbox-statistics-face): New functions.
4476 (org-update-checkbox-count): New command.
4477 (org-insert-item, org-toggle-checkbox):
4478 Call `org-update-checkbox-count-maybe'.
4479 (org-export-as-html): XEmacs compatibility for coding system.
4480 (org-force-cycle-archived): New command.
4481 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4482 overrules cycling.
4483 (org-fix-position-after-promote): If the line contains only a todo
4484 keyword, add a final space.
4485 (org-promote-subtree, org-demote-subtree):
4486 Call `org-fix-position-after-promote'.
4487
4488 2006-11-10 Glenn Morris <rgm@gnu.org>
4489
4490 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4491 date in every year.
4492 (calendar-dst-check-each-year-flag): New customizable variable.
4493 (calendar-dst-find-data): New function, extracted from
4494 calendar-current-time-zone.
4495 (calendar-current-time-zone): Use calendar-dst-find-data.
4496 (calendar-dst-transition-cache): New variable.
4497 (calendar-dst-find-startend, calendar-dst-starts)
4498 (calendar-dst-ends): New functions.
4499 (calendar-daylight-savings-starts)
4500 (calendar-daylight-savings-ends): Change value to use
4501 calendar-dst-starts, calendar-dst-ends; respectively.
4502
4503 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4504
4505 * ido.el (ido-enable-prefix)
4506 * ses.el (ses-call-printer-return)
4507 * net/tramp.el (tramp-unified-filenames)
4508 * progmodes/cc-align.el (c-lineup-string-cont)
4509 * progmodes/compile.el (compilation-directory-matcher)
4510 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4511 * progmodes/gdb-ui.el (gdb-many-windows)
4512 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4513 (vhdl-clock-rising-edge)
4514 * textmodes/org.el (org-export-with-timestamps)
4515 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4516 (org-read-date): Doc fix (Nil -> nil).
4517
4518 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4519
4520 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4521 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4522
4523 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4524
4525 * bs.el (bs--window-for-buffer): Remove.
4526 (bs--show-with-configuration): Use `get-window-with-predicate'
4527 instead of `bs--window-for-buffer'.
4528
4529 2006-11-10 Kenichi Handa <handa@m17n.org>
4530
4531 * files.el (revert-buffer): Fix previous change.
4532
4533 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4534
4535 * bs.el (bs--redisplay): Fix typo in docstring.
4536 (bs--window-config-coming-from): Make frame-local.
4537 (bs--restore-window-config): New function.
4538 (bs-kill, bs-select, bs-select-other-window)
4539 (bs-select-other-frame): Use it.
4540 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4541 (bs--show-with-configuration): Save the window configuration as a
4542 frame local var, and only if *buffer-selection* is not already
4543 visible on this frame.
4544
4545 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4546
4547 * vc-svn.el (vc-svn-admin-directory): New var.
4548 (vc-svn-registered, vc-svn-responsible-p)
4549 (vc-svn-repository-hostname): Use it.
4550 Suggested by arit93@yahoo.com.
4551
4552 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4553
4554 * ldefs-boot.el: Regenerate.
4555
4556 2006-11-08 Alan Mackenzie <acm@muc.de>
4557
4558 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4559 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4560 for least nested open-paren.
4561
4562 2006-11-08 Romain Francoise <romain@orebokech.com>
4563
4564 * subr.el (remove-overlays): Fix typo in last change.
4565
4566 2006-11-08 Richard Stallman <rms@gnu.org>
4567
4568 * subr.el (remove-overlays): Call overlay-recenter.
4569
4570 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4571
4572 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4573 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4574 behaviour.
4575 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4576 directly.
4577
4578 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4579
4580 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4581 (ido-max-dir-file-cache, ido-decorations)
4582 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4583 (ido-magic-backward-char, ido-enter-dired)
4584 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4585 (ido-list-directory, ido-first-match, ido-only-match)
4586 (ido-subdir, ido-indicator): Fix typos in docstrings.
4587 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4588 (ido-read-internal): Fix typo in error message.
4589
4590 2006-11-08 Kenichi Handa <handa@m17n.org>
4591
4592 * international/mule-cmds.el (set-default-coding-systems):
4593 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4594
4595 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4596
4597 * makefile.w32-in (setwins): Remove.
4598 (WINS_ALMOST): New macro.
4599 (WINS): Use it.
4600 (autoloads): Don't extract autoloads from files in obsolete/.
4601
4602 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4603
4604 * whitespace.el (whitespace-buffer): Call remove-overlays after
4605 overlay-recenter for performance. Suggested by Martin Rudalics.
4606
4607 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4608
4609 * net/tramp.el (tramp-default-method): scp is the default method.
4610
4611 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4612
4613 * server.el (server-start): Save also the Emacs pid in the server file.
4614
4615 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4616
4617 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4618 point when displaying a bibtex cross reference in the echo area.
4619
4620 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4621
4622 * international/mule.el (make-char): Fix typo in docstring.
4623 (load-with-code-conversion, charsetp): Doc fixes.
4624
4625 * international/ja-dic-cnv.el (skkdic-convert):
4626 * cus-edit.el (hook): Fix typo in docstring.
4627
4628 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4629
4630 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4631 (custom-mode-link-map): New variable.
4632 (custom-group-link, custom-manual): Use follow-link.
4633
4634 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4635
4636 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4637 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4638
4639 2006-11-06 Richard Stallman <rms@gnu.org>
4640
4641 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4642 New function broken out of flyspell-correct-word.
4643 (flyspell-mode-map): Bind it to M-RET.
4644 (flyspell-correct-word): Call it.
4645
4646 * textmodes/fill.el (fill-minibuffer-function): New function.
4647 (fill-paragraph): Bind fill-paragraph-function to
4648 fill-minibuffer-function.
4649
4650 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4651 so that they aren't undefined.
4652
4653 * dired.el (dired-readin): Locally bind file-name-coding-system.
4654
4655 * bindings.el: Shorten and clarify usual mode line mouse help string.
4656
4657 * Makefile.in (autoloads): Don't include `obsolete'.
4658
4659 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4660
4661 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4662 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4663 Printing menu if it's not initialized.
4664 (pr-menu-bind): Act on menu-bar-file-menu directly.
4665
4666 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4667
4668 * help.el (view-emacs-news): Fix typo in error message.
4669
4670 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4671
4672 * shadowfile.el (shadow-define-regexp-group)
4673 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4674 (shadow-read-files): Fix typo in message.
4675 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4676 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4677 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4678 (shadow-file-match): Fix typos in docstrings.
4679
4680 * terminal.el (terminal-emulator): Fix typo in message.
4681
4682 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4683
4684 * emacs-lisp/lselect.el (x-kill-primary-selection)
4685 (x-delete-primary-selection, x-copy-primary-selection):
4686 Fix typos in error messages.
4687
4688 * emulation/edt-mapper.el: Fix typo in interactive message.
4689
4690 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4691
4692 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4693 (ispell-help): Fix typos in docstrings.
4694 (ispell-help): Fix typo in output message.
4695
4696 * allout.el (allout-adjust-file-variable)
4697 (allout-passphrase-verifier-string)
4698 (allout-passphrase-hint-string)
4699 (allout-toggle-current-subtree-encryption):
4700 * apropos.el (apropos-synonyms):
4701 * cus-edit.el (hook):
4702 * emacs-lock.el (emacs-lock-from-exiting):
4703 * follow.el (follow-avoid-tail-recenter-p):
4704 * hexl.el (hexl-mode):
4705 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4706 * mouse.el (mouse-set-font):
4707 * resume.el (resume-emacs-args-file):
4708 * rfn-eshadow.el (file-name-shadow-tty-properties):
4709 * t-mouse.el (t-mouse-process, t-mouse-mode):
4710 * emacs-lisp/cust-print.el (custom-print-install)
4711 (custom-print-uninstall, custom-format):
4712 * emacs-lisp/shadow.el (list-load-path-shadows):
4713 * emulation/tpu-edt.el (tpu-help-text)
4714 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4715 (tpu-reset-control-keys):
4716 * emulation/vip.el (vip-emacs-local-map)
4717 (vip-change-mode-to-emacs):
4718 * emulation/viper.el (viper-mode, viper-set-hooks)
4719 (viper-major-mode-modifier-list):
4720 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4721 * emulation/viper-keym.el (viper-emacs-kbd-map)
4722 (viper-toggle-key):
4723 * mail/feedmail.el (feedmail-queue-reminder)
4724 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4725 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4726 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4727 (feedmail-sender-line, feedmail-force-binary-write)
4728 (feedmail-from-line, feedmail-deduce-envelope-from)
4729 (feedmail-x-mailer-line, feedmail-message-id-generator)
4730 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4731 (feedmail-enable-spray, feedmail-spray-this-address)
4732 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4733 (feedmail-queue-runner-confirm-global)
4734 (feedmail-ask-before-queue-prompt)
4735 (feedmail-ask-before-queue-reprompt)
4736 (feedmail-prompt-before-queue-standard-alist)
4737 (feedmail-prompt-before-queue-user-alist)
4738 (feedmail-prompt-before-queue-help-supplement)
4739 (feedmail-queue-use-send-time-for-message-id)
4740 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4741 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4742 (feedmail-mail-send-hook-queued)
4743 (feedmail-confirm-addresses-hook-example)
4744 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4745 (feedmail-queue-runner-mode-setter)
4746 (feedmail-queue-alternative-mail-header-separator)
4747 (feedmail-queue-runner-message-sender)
4748 (feedmail-buffer-eating-function, feedmail-binmail-template)
4749 (feedmail-run-the-queue-no-prompts)
4750 (feedmail-run-the-queue-global-prompt)
4751 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4752 (feedmail-envelope-deducer, feedmail-fiddle-date)
4753 (feedmail-default-message-id-generator)
4754 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4755 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4756 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4757 (vms-pmail-setup):
4758 * play/dunnet.el (dun-help):
4759 * play/handwrite.el (handwrite):
4760 * play/hanoi.el (hanoi-unix-64):
4761 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4762 * textmodes/enriched.el (fixed):
4763 * textmodes/org.el (org-file-apps)
4764 (org-emphasis-regexp-components, org-emphasis-alist):
4765 * textmodes/texinfmt.el (batch-texinfo-format):
4766 Fix typos in docstrings.
4767
4768 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4769
4770 * loadhist.el (read-feature): Don't complete features not loaded
4771 from a file (which make `unload-feature' to fail).
4772
4773 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4774
4775 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4776
4777 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4778
4779 * startup.el (command-line-1): Kill emacs if the last frame is
4780 deleted while evaluating the command-line arguments.
4781
4782 2006-11-05 Richard Stallman <rms@gnu.org>
4783
4784 * startup.el (init-file-had-error): Add doc string.
4785 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4786 Use fixed-width font for keyboard key descriptions.
4787
4788 * cus-edit.el (custom-save-all): Error if saving in .emacs
4789 and it had an error when loaded.
4790
4791 * dired-aux.el (dired-copy-file-recursive): Catch errors
4792 from recursive copies in the loop, around the recursive call.
4793
4794 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4795
4796 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4797 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4798 `/proc/acpi/thermal_zone/*'.
4799 (battery-search-for-one-match-in-files): New. Search a regexp in
4800 the content of some files.
4801
4802 2006-11-05 Martin Rudalics <rudalics@gmx.at>
4803
4804 * window.el (mouse-autoselect-window-now): Remove variable.
4805 (mouse-autoselect-window-state): New variable.
4806 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
4807 (mouse-autoselect-window-select, handle-select-window):
4808 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
4809 Suspend delayed autoselection during menu or popup dialog.
4810
4811 * info-look.el (info-lookup-guess-custom-symbol): New function
4812 for retrieving symbol at point in custom buffers.
4813 (top level) <info-lookup-maybe-add-help>: Add backquote and
4814 comma to ignored characters in regexps of help specifications
4815 for emacs-lisp-mode and lisp-interaction-mode. This permits
4816 looking up symbols in `...' and after a comma. Add help
4817 specifications for custom-mode and help-mode.
4818
4819 2006-11-04 Eli Zaretskii <eliz@gnu.org>
4820
4821 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
4822 Don't encode body if RAW is non-nil, or if the old encoding is
4823 identical to the new encoding, or if the body contains only
4824 eight-bit-* characters.
4825
4826 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4827
4828 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
4829 (faces-sample-overlay): Remove variable.
4830 (describe-face): Insert sample text in the face being described.
4831
4832 2006-11-04 Martin Rudalics <rudalics@gmx.at>
4833
4834 * whitespace.el (whitespace-indent-regexp): Make this match any
4835 multiples of eight spaces near the beginning of a line.
4836 (whitespace-buffer): Use `remove-overlays' instead of
4837 `whitespace-unhighlight-the-space' and `overlay-recenter' to
4838 speed up overlay handling.
4839 (whitespace-buffer-leading, whitespace-buffer-trailing):
4840 Make these functions highlight the text removed by
4841 `whitespace-buffer-leading-cleanup' and
4842 `whitespace-buffer-trailing-cleanup' respectively.
4843 (whitespace-buffer-search): Use `with-local-quit'.
4844 Move `format' out of loop to speed up scanning larger buffers.
4845 (whitespace-unhighlight-the-space): Remove `remove-hook' since
4846 that function is never added to a hook.
4847 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
4848 (whitespace-buffer-leading-cleanup)
4849 (whitespace-refresh-rescan-list): Fix docstrings.
4850
4851 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
4852
4853 * allout.el (allout-during-yank-processing): Cue for inhibiting
4854 aberrance processing during yanks.
4855 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
4856 the amount of yanked topics that can be aberrant.
4857 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
4858 a function, and supplement with inihibition of doublechecking
4859 during yanks.
4860 (allout-beginning-of-line, allout-next-heading)
4861 (allout-previous-heading, allout-goto-prefix-doublechecked)
4862 (allout-back-to-current-heading, allout-next-visible-heading)
4863 (allout-next-sibling): Use new allout-do-doublecheck function.
4864 (allout-next-sibling): Ensure we made progress when returning
4865 other than nil.
4866 (allout-rebullet-heading): Preserve text property annotations
4867 indicating the text was hidden, if it was.
4868 (allout-kill-line): Remove any added was-hidden annotations.
4869 (allout-kill-topic): Remove any added was-hidden annotations.
4870 (allout-annotate-hidden): Inhibit adding was-hidden text
4871 properties to the undo list.
4872 (allout-deannotate-hidden): New function to remove was-hidden
4873 annotation.
4874 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
4875 (allout-remove-exposure-annotation): Replace by
4876 allout-deannotate-hidden.
4877 (allout-yank-processing): Signal that yank processing is happening
4878 with allout-during-yank-processing. Also, wrap
4879 allout-unprotected's closer to the text changes, for easier
4880 debugging. We need to inhibit-field-text-motion explicitly, in
4881 lieu of the encompassing allout-unprotected.
4882 (outlineify-sticky): Adjust criteria for triggering new outline
4883 decorations to presence or absence of any topics, not just a topic
4884 at the beginning of the buffer.
4885
4886 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
4887
4888 * bs.el (bs--show-all, bs--redisplay):
4889 * cus-edit.el (custom-unlispify-menu-entries)
4890 (custom-unlispify-tag-names, custom-prompt-variable):
4891 * expand.el (expand-pos):
4892 * speedbar.el (speedbar-generic-list-tag-p):
4893 * wid-edit.el (widget-image-enable):
4894 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
4895 * emacs-lisp/find-func.el (find-function-noselect)
4896 (find-function, find-variable-noselect, find-variable)
4897 (find-definition-noselect, find-face-definition):
4898 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
4899 * net/eudc-vars.el (eudc-expansion-overwrites-query):
4900 * progmodes/ada-xref.el (ada-find-in-ali):
4901 * textmodes/flyspell.el (flyspell-check-tex-math-command):
4902 * textmodes/org.el (org-copy-subtree):
4903 * textmodes/table.el (table--row-column-insertion-point-p):
4904 Use "non-nil" in docstrings.
4905
4906 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
4907
4908 * sort.el (sort-columns): Set the field separator to tab; on
4909 NetBSD, sort complains if "\n" is used as field separator.
4910
4911 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
4912
4913 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
4914
4915 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
4916
4917 * server.el (server-auth-key): Remove. Replace by a process-property.
4918 (server-start): Don't remove the file of the previous process, but
4919 instead clear out the place for the new file.
4920 (server-start): Set the :auth-key property.
4921 (server-process-filter): Use the :auth-key property.
4922
4923 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
4924
4925 * textmodes/org.el (org-mode-map): No longer copy
4926 `outline-mode-map' explicitly - this is already done by
4927 `define-derived-mode'.
4928
4929 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
4930
4931 * server.el (server-visit-files): Use `when'.
4932 (server-process-filter): When authentication fails, send error
4933 message to client. Wrap `process-send-region' in `ignore-errors'
4934 instead of `condition-case', and remove misleading comment.
4935
4936 2006-11-01 Juri Linkov <juri@jurta.org>
4937
4938 * simple.el (yank): Doc fix.
4939
4940 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
4941
4942 * server.el: Try and fit within 80 columns.
4943 (server-start): Make the auth file unreadable by other users.
4944
4945 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4946
4947 * battery.el (battery-linux-proc-acpi): Prevent range error when
4948 `full-capacity' is 0.
4949
4950 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
4951
4952 * faces.el (faces-sample-overlay): New defvar.
4953 (faces-sample-overlay): New function to show face sample text.
4954 (describe-face): Use it.
4955
4956 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
4957
4958 * progmodes/ada-stmt.el: Change maintainer, apply
4959 whitespace-cleanup, checkdoc.
4960 (ada-func-or-proc-name): Add doc string.
4961
4962 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
4963 whitespace-cleanup, checkdoc. Minor improvements to many doc
4964 strings and comments.
4965 (ada-prj-display-page): Change buffer name to more accurately
4966 reflect function.
4967
4968 * progmodes/ada-xref.el: Change maintainer, apply
4969 whitespace-cleanup, checkdoc. Minor improvements to many doc
4970 strings and comments. Don't look for `gvd' or `ddd' debuggers.
4971 (ada-compile-current): Don't add newlines to commands.
4972
4973 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
4974
4975 * server.el: Add support for TCP sockets.
4976 (server-use-tcp, server-host, server-auth-dir): New options.
4977 (server-auth-key): New variable.
4978 (server-ensure-safe-dir): Create nonexistent parent dirs.
4979 Ignore Unix-style file modes on Windows.
4980 (server-start): Crete a TCP or Unix socket according to the value
4981 of `server-use-tcp'. For TCP sockets, create the id/auth file in
4982 `server-auth-dir' directory.
4983 (server-process-filter): Delete process if authentication
4984 fails (which never happens for Unix sockets).
4985
4986 2006-10-30 David Kastrup <dak@gnu.org>
4987
4988 * subr.el (add-to-list): Don't continue checking if a match has
4989 been found.
4990
4991 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
4992
4993 * tutorial.el: Move defvars to avoid bytecomp warnings.
4994 (tutorial--find-changed-keys): Check if viper-current-state is
4995 bound before using it.
4996 (help-with-tutorial): Check if viper-tutorial is defined before
4997 using it.
4998
4999 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5000
5001 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5002
5003 * tutorial.el: New file.
5004 (help-with-tutorial): Move here from help-fns.el. Added help for
5005 rebound keys. Fixed resume of tutorial.
5006 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5007 (tutorial--find-changed-keys, tutorial--display-changes)
5008 (tutorial--saved-dir, tutorial--saved-file)
5009 (tutorial--save-tutorial): New functions to support the changes in
5010 help-with-tutorial.
5011
5012 2006-10-30 Kenichi Handa <handa@m17n.org>
5013
5014 * files.el (revert-buffer): If a unibyte buffer is being reverted
5015 with a coding system for multibyte, set buffer multibyte before
5016 calling insert-file-contents.
5017
5018 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5019
5020 * server.el (server-select-display): Use a dummy buffer to detect when
5021 the frame is later used.
5022 (server-select-display): New function.
5023 (server-process-filter): Use it to detect unused temp frames.
5024
5025 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5026
5027 * progmodes/ada-mode.el: Change maintainer, apply
5028 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5029 (ada-mode-version): New function.
5030 (ada-create-menu): Menu operations are available for all supported
5031 compilers.
5032
5033 2006-10-29 Lars Hansen <larsh@soem.dk>
5034
5035 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5036 Highlight as keyword.
5037 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5038 Don't call tramp-method-out-of-band-p for local files.
5039 (tramp-touch): Quote file name.
5040
5041 2006-10-28 Glenn Morris <rgm@gnu.org>
5042
5043 * calendar/calendar.el (cal-html-cursor-month)
5044 (cal-html-cursor-year): Add autoloads for this new package.
5045 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5046
5047 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5048
5049 * calendar/cal-html.el: New file.
5050
5051 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5052
5053 * emacs-lisp/authors.el (authors-aliases): Update.
5054
5055 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5056
5057 * version.el (emacs-version): Bump version number to 22.0.90.
5058
5059 2006-10-26 John W. Eaton <jwe@octave.org>
5060
5061 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5062 New defvar.
5063 (inferior-octave-resync-dirs): Check to see whether Octave has
5064 built-in variables and set inferior-octave-has-built-in-variables.
5065 Check inferior-octave-has-built-in-variables to decide whether to
5066 send commands that set built-in variables or call functions to
5067 change Octave's behavior.
5068 Send "disp (pwd ())" to Octave instead of just "pwd".
5069 (inferior-octave-startup): Send "more off" to Octave instead of
5070 "page_screen_output = 0".
5071
5072 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5073
5074 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5075 pattern normally.
5076
5077 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5078
5079 * bindings.el (mode-line-mode-menu): Remove bindings for global
5080 minor modes (line/column number) as they are on the menubar.
5081
5082 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5083
5084 * term/w32-win.el (x-handle-name-switch): Doc fix.
5085 (w32-standard-fontset-spec): Fix typo in docstring.
5086
5087 * midnight.el (midnight-buffer-display-time): Doc fix.
5088 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5089
5090 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5091
5092 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5093
5094 * viper-ex.el (ex-read): Quote file argument.
5095
5096 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5097
5098 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5099
5100 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5101
5102 * textmodes/flyspell.el (flyspell-check-region-doublons):
5103 Fix last fix.
5104
5105 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5106
5107 * bindings.el (mode-line-mode-menu): List global minor modes
5108 before local ones.
5109
5110 2006-10-23 Kim F. Storm <storm@cua.dk>
5111
5112 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5113 (sit-for): If last command was a prefix arg, add the read-ahead
5114 event to unread-command-events as (t . EVENT) so it will be added
5115 to this-command-keys by read-key-sequence.
5116
5117 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5118
5119 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5120 whitespace when checking doublons.
5121 (flyspell-check-region-doublons): Fix doublon regexp.
5122 (flyspell-highlight-incorrect-region): Highlight doublons using
5123 flyspell-duplicate face.
5124
5125 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5126
5127 2006-10-22 John Wiegley <johnw@newartisans.com>
5128
5129 * progmodes/python.el (python-use-skeletons): python-mode was
5130 auto-inserting templates (for those with abbrev-mode on), not only
5131 by default -- *but without a configuration variable to disable
5132 it*. This rendered python-mode completely useless for me, so I
5133 have added `python-use-skeletons', which is now off by default.
5134
5135 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5136
5137 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5138 font-lock-multiline is auto-local (it's not).
5139 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5140 initialized before calling cperl-init-faces.
5141
5142 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5143
5144 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5145 gdb-stack-position a value when there is no fringe.
5146
5147 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5148 indicator if not visiting a file.
5149
5150 2006-10-20 David Kastrup <dak@gnu.org>
5151
5152 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5153 operation would still cause some window to collapse later.
5154
5155 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5156
5157 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5158 side-effect due to mixing various backends's file properties.
5159
5160 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5161 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5162 Return `filename's status if applicable. Update callers.
5163
5164 2006-10-19 Kenichi Handa <handa@m17n.org>
5165
5166 * international/kkc.el (kkc-region): When a key sequence is not
5167 defined, append (this-single-command-raw-keys) to
5168 unread-input-method-events.
5169
5170 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5171
5172 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5173
5174 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5175
5176 * version.el (emacs-version): Use mac-carbon-version-string.
5177
5178 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5179
5180 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5181
5182 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5183 Kenichi Handa).
5184 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5185 the selection is not UTF-8.
5186
5187 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5188
5189 * progmodes/ada-mode.el (ada-83-string-keywords)
5190 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5191 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5192 (ada-looking-at-semi-private, ada-get-body-name):
5193 Fix typos in docstrings.
5194 (ada-create-case-exception, ada-create-case-exception-substring):
5195 Fix typos in error messages.
5196 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5197
5198 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5199
5200 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5201 to default-frame-alist if default-frame-alist already contains
5202 width/height.
5203
5204 2006-10-18 Richard Stallman <rms@gnu.org>
5205
5206 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5207 Non-interactive arg is the value, not the expression.
5208
5209 * simple.el (read-expression-map): Just set it, no defvar.
5210
5211 * subr.el (insert-for-yank-1): If last inserted char has
5212 properties, mark them as rear-nonsticky.
5213
5214 * recentf.el (recentf-mode): Doc fix.
5215
5216 * facemenu.el (facemenu-add-new-face): Defend against symbol
5217 that isn't a face name.
5218
5219 * dired-aux.el (dired-do-copy): Doc fix.
5220
5221 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5222
5223 * simple.el (line-move-1): Ignore fields when moving to the
5224 beginning of line to avoid getting point stuck.
5225
5226 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5227
5228 * textmodes/flyspell.el (flyspell-word-search-backward):
5229 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5230 text.
5231
5232 2006-10-16 Richard Stallman <rms@gnu.org>
5233
5234 * help-fns.el (describe-function-1): Special case optimization
5235 for self-insert-command.
5236
5237 2006-10-16 Kim F. Storm <storm@cua.dk>
5238
5239 * ido.el (ido-reread-directory): Work in `dir' mode too.
5240
5241 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5242
5243 * textmodes/table.el: Require 'regexp-opt.
5244
5245 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5246
5247 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5248 Use shell-quote-argument.
5249
5250 * shell.el (explicit-bash-args): Likewise.
5251
5252 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5253 Use grep -E rather than egrep.
5254
5255 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5256
5257 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5258
5259 2006-10-15 Kim F. Storm <storm@cua.dk>
5260
5261 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5262
5263 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5264
5265 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5266 to protect whitespace and metacharacters from the shell.
5267
5268 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5269
5270 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5271
5272 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5273
5274 * subr.el (start-process-shell-command): Doc fix.
5275
5276 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5277
5278 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5279 the regexp for Maxima symbols.
5280
5281 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5282
5283 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5284 (vc-find-root): Don't walk higher up than ~.
5285
5286 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5287
5288 * international/utf-8.el (utf-translate-cjk-load-tables):
5289 Avoid clobbering last-coding-system-used during load.
5290
5291 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5292
5293 * textmodes/reftex-global.el (reftex-create-tags-file):
5294 Quote file arguments.
5295
5296 2006-10-12 Richard Stallman <rms@gnu.org>
5297
5298 * files.el (file-name-history): Add defvar.
5299 (save-some-buffers-action-alist): Improve description strings.
5300
5301 2006-10-12 Andreas Schwab <schwab@suse.de>
5302
5303 * files.el (auto-mode-alist): Match change log file name also with
5304 a dash before a numeric extension.
5305
5306 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5307
5308 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5309 After 5.0:
5310 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5311
5312 After 5.1: Major edit. Summary of most visible changes:
5313
5314 - Multiple <<HERE per line allowed.
5315 - Handles multiline subroutine declaration headers (with comments).
5316 (The exception is `cperl-etags' - but it is not used in the rest
5317 of the mode.)
5318 - Fontifies multiline my/our declarations (even with comments,
5319 and with legacy `font-lock').
5320 - Major speedup of syntaxification, both immediate and postponed
5321 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5322 huge real-life document I tested).
5323 - New bindings, edits to imenu.
5324 - "_" is made into word-char during fontification/syntaxification;
5325 some attempts to recognize non-word "_" during other operations too.
5326 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5327 - autoload some more perldoc-related stuff
5328 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5329 - Attempt to incorporate XEmacs edits which reached me.
5330
5331 Fine-grained changelog:
5332 (cperl-hook-after-change): New configuration variable.
5333 (cperl-vc-sccs-header): Likewise.
5334 (cperl-vc-sccs-header): Likewise.
5335 (cperl-vc-header-alist): Default via two preceding variables.
5336 (cperl-invalid-face): Remove double quoting under XEmacs
5337 (still needed under 21.2).
5338 (cperl-tips): Update URLs for resources.
5339 (cperl-problems): Likewise.
5340 (cperl-praise): Mention new features.
5341 New C-c key bindings: for `cperl-find-bad-style',
5342 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5343 `cperl-perdoc', and `cperl-perldoc-at-point'.
5344 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5345 moved, new submenu of Tools with Ispell entries and narrowing.
5346 (cperl-after-sub-regexp): New defsubst.
5347 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5348 Allows heads up to head4.
5349 Allow "package;".
5350 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5351 (paren-backwards-message): ??? Something for XEmacs???
5352 (cperl-mode): Never auto-switch abbrev-mode off.
5353 Try to allow '_' be non-word char.
5354 Do not use `font-lock-unfontify-region-function' on XEmacs.
5355 Reset syntax cache on mode start.
5356 Support multiline facification (even on legacy `font-lock').
5357 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5358 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5359 refuse to inform us whether the fontification is due to lazy
5360 calling or due to edit to a buffer, install our own hook
5361 (controlled by `cperl-hook-after-change').
5362 (cperl-electric-pod): =cut may have been recognized as start.
5363 (cperl-block-p): Move, updatedfor attributes.
5364 (cperl-calculate-indent): Try to allow '_' be non-word char
5365 Support subs with attributes.
5366 (cperl-where-am-i): Queit (?) a warning.
5367 (cperl-cached-syntax-table) New function.
5368 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5369 (cperl-unwind-to-safe): Recognize `syntax-type' property
5370 changing in a middle of line.
5371 (cperl-find-sub-attrs): New function.
5372 (cperl-find-pods-heres): Allow many <<EOP per line.
5373 Allow subs with attributes.
5374 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5375 Recognize "extproc " (OS/2) case-folded and only at start.
5376 /x on s///x with empty replacement was not recognized.
5377 Better comments.
5378 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5379 Allow subs with attributes, labels.
5380 Do not confuse "else::foo" with "else".
5381 Minor optimizations...
5382 (cperl-after-expr-p): Try to allow '_' be non-word char.
5383 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5384 with `looking-at' inside `narrow' and bulk out if found.
5385 (cperl-imenu--create-perl-index): Updates for new
5386 `cperl-imenu--function-name-regexp-perl'.
5387 (cperl-outline-level): Likewise.
5388 (cperl-init-faces): Allow multiline subroutine headers
5389 and my/our declarations, and ones with comments.
5390 Allow subroutine attributes.
5391 (cperl-imenu-on-info): Better docstring.
5392 (cperl-etags): Rudimentary support for attributes.
5393 Support for packages and "package;".
5394 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5395 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5396 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5397 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5398 (cperl-perldoc): Add autoload.
5399 (cperl-perldoc-at-point): Likewise.
5400 (cperl-here-doc-spell): New function.
5401 (cperl-pod-spell): Likewise.
5402 (cperl-map-pods-heres): Likewise.
5403 (cperl-get-here-doc-region): Likewise.
5404 (cperl-font-lock-fontify-region-function): Likewise (backward
5405 compatibility for legacy `font-lock').
5406 (cperl-font-lock-unfontify-region-function): Fix style.
5407 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5408 calls with no-change. Governed by `cperl-hook-after-change'.
5409 (cperl-fontify-update): Recognize that syntaxification region
5410 can be larger than fontification one.
5411 XXXX we leave `cperl-postpone' property, so this is quadratic...
5412 (cperl-fontify-update-bad): Temporary placeholder until
5413 it is clear how to implement `cperl-fontify-update'.
5414 (cperl-time-fontification): New function.
5415 (attrib-group): New text attribute.
5416 (multiline): New value: `syntax-type' text attribute.
5417
5418 After 5.2:
5419 (cperl-emulate-lazy-lock): New function.
5420 (cperl-fontify-syntaxically): Would skip large regions.
5421 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5422 Some globals were declared, but uninitialized.
5423
5424 After 5.3, 5.4:
5425 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5426 Copyright message updated.
5427 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5428 facification down a bit.
5429 Misprint for my|our|local for old `font-lock'
5430 "our" was not fontified same as "my|local".
5431 Highlight variables after "my" etc even in
5432 a middle of an expression.
5433 Do not facify multiple variables after my etc
5434 unless parentheses are present.
5435
5436 After 5.5, 5.6
5437 (cperl-fontify-syntaxically): after-change hook could reset.
5438 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5439
5440 After 5.7:
5441 (cperl-init-faces): Allow highlighting of local ($/).
5442 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5443 (cperl-problems): Remove fixed problems.
5444 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5445 Recognize charclasses (unless delimiter is \).
5446 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5447 (cperl-regexp-scan): Update docs.
5448 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5449
5450 After 5.8:
5451 Major user visible changes:
5452 Recognition and fontification of character classes in RExen.
5453 Variable indentation of RExen according to groups.
5454
5455 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5456 Fontify REx charclasses in variable-name face.
5457 Fontify POSIX charclasses in "type" face.
5458 Fontify unmatched "]" in function-name face.
5459 Mark first-char of HERE-doc as `front-sticky'.
5460 Reset `front-sticky' property when needed.
5461 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5462 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5463 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5464 constructs. Support `narrow'ed buffers.
5465 (cperl-praise): Remove a reservation.
5466 (cperl-make-indent): New function.
5467 (cperl-indent-for-comment): Use `cperl-make-indent'.
5468 (cperl-indent-line): Likewise.
5469 (cperl-lineup): Likewise.
5470 (cperl-beautify-regexp-piece): Likewise.
5471 (cperl-contract-level): Likewise.
5472 (cperl-toggle-set-debug-unwind): New function.
5473 New menu entry for this.
5474 (fill-paragraph-function): Use when `boundp'.
5475 (cperl-calculate-indent): Take into account groups when indenting RExen.
5476 (cperl-to-comment-or-eol): Recognize # which end a string.
5477 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5478 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5479 (cperl-fontify-syntaxically): More clear debugging message.
5480 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5481 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5482 Merge cosmetic changes from XEmacs.
5483
5484 After 5.9:
5485 (cperl-1+): Move to before the first use.
5486 (cperl-1-): Likewise.
5487
5488 After 5.10:
5489
5490 This code may lock Emacs hard!!! Use at your own risk!
5491
5492 (cperl-font-locking): New internal variable.
5493 (cperl-beginning-of-property): New function.
5494 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5495 instead of `previous-single-property-change'.
5496 (cperl-unwind-to-safe): Likewise.
5497 (cperl-after-expr-p): Likewise.
5498 (cperl-get-here-doc-region): Likewise.
5499 (cperl-font-lock-fontify-region-function): Likewise.
5500 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5501 recursively.
5502 Bound `next-single-property-change' via `point-max'.
5503 (cperl-unwind-to-safe): Bound likewise
5504 (cperl-font-lock-fontify-region-function): Likewise.
5505 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5506 Initialization of `cperl-font-lock-multiline-start' could be
5507 missed if the "main" fontification did not run due to the
5508 keyword being already fontified.
5509 (cperl-pod-spell): Return t from do-one-chunk function.
5510 (cperl-map-pods-heres): Stop when the worker returns nil.
5511 Call `cperl-update-syntaxification'.
5512 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5513 (cperl-get-here-doc-delim): Remove unused function.
5514
5515 After 5.11:
5516
5517 The possible lockup of Emacs (introduced in 5.10) fixed.
5518
5519 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5520 (cperl-syntaxify-for-menu): New customization variable.
5521 (cperl-select-this-pod-or-here-doc): New function.
5522 (cperl-get-here-doc-region): Extra argument.
5523 Do not adjust pos by 1.
5524
5525 New menu entries
5526 (Perl/Tools): Selection of current POD or HERE-DOC section.
5527 (Debugging CPerl:) backtrace on fontification.
5528
5529 After 5.12:
5530 (cperl-cached-syntax-table): Use `car-safe'.
5531 (cperl-forward-re): Remove spurious argument SET-ST.
5532 Add documentation.
5533 (cperl-forward-group-in-re): New function.
5534 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5535 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5536
5537 After 5.13:
5538 (cperl-string-syntax-table): Make { and } not-grouping
5539 (Sometimes they ARE grouping in RExen, but matching them would only
5540 confuse in many situations when they are not)
5541 (beginning-of-buffer): Replace two occurences with goto-char...
5542 (cperl-calculate-indent): `char-after' could be nil...
5543 (cperl-find-pods-heres): REx can start after "[" too.
5544 Hightlight (??{}) in RExen too.
5545 (cperl-maybe-white-and-comment-rex): New constant
5546 (cperl-white-and-comment-rex): Likewise.
5547 XXXX Not very efficient, but hard to make
5548 better while keeping 1 group.
5549
5550 After 5.13:
5551 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5552 Likewise for 1 << identifier.
5553
5554 After 5.14:
5555 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5556 Error-less condition-case could fail.
5557 (cperl-font-lock-fontify-region-function): Likewise.
5558 (cperl-init-faces): Likewise.
5559
5560 After 5.15:
5561 (cperl-find-pods-heres): Support property REx-part2.
5562 (cperl-calculate-indent): Likewise.
5563 Don't special-case REx with non-empty 1st line.
5564 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5565 Invert highlighting of charclasses:
5566 now the envelop is highlighted.
5567 Highlight many others 0-length builtins.
5568 (cperl-praise): Mention indenting and highlight in RExen.
5569
5570 After 5.15:
5571 (cperl-find-pods-heres): Highlight capturing parens in REx.
5572
5573 After 5.16:
5574 (cperl-find-pods-heres): Highlight '|' for alternation
5575 Initialize `font-lock-warning-face' if not present.
5576 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5577 `font-lock-function-name-face'.
5578 (cperl-look-at-leading-count): Likewise.
5579 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5580 `font-lock-keyword-face' (needed for
5581 batch processing), etc...
5582 Use `font-lock-builtin-face' for builtin in REx
5583 Now `font-lock-variable-name-face'
5584 is used for interpolated variables
5585 Use "talking aliases" for faces inside REx
5586 Highlight parts of REx (except in charclasses)
5587 according to the syntax and/or semantic
5588 Syntax-mark a {}-part of (?{}) as "comment"
5589 (it was the ()-part)
5590 Better logic to distinguish what is what in REx
5591 (cperl-tips-faces): Document REx highlighting
5592 (cperl-praise): Mention REx syntax highlight etc.
5593
5594 After 5.17:
5595 (cperl-find-sub-attrs): Would not always manage to print error message.
5596 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5597
5598 After 5.18:
5599 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5600 Very minor optimization.
5601 `my-cperl-REx-modifiers-face' got quoted.
5602 Recognize "print $foo <<END" as HERE-doc.
5603 Put `REx-interpolated' text attribute if needed.
5604 (cperl-invert-if-unless-modifiers): New function.
5605 (cperl-backward-to-start-of-expr): Likewise.
5606 (cperl-forward-to-end-of-expr): Likewise.
5607 (cperl-invert-if-unless): Works in "the opposite way" too.
5608 Cursor position on return is on the switch-word.
5609 Indents comments better.
5610 (REx-interpolated): New text attribute.
5611 (cperl-next-interpolated-REx): New function.
5612 (cperl-next-interpolated-REx-0): Likewise.
5613 (cperl-next-interpolated-REx-1): Likewise.
5614 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5615 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5616 (cperl-praise): Mention finded interpolated RExen.
5617
5618 After 5.19:
5619 (cperl-init-faces): Highlight %$foo, @$foo too.
5620 (cperl-short-docs): Better docs for system, exec.
5621 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5622 Would not find HERE-doc ended by EOF without NL.
5623 (cperl-short-docs): Correct not-doubled \-escapes.
5624 start block: Put some `defvar' for stuff gone from XEmacs.
5625
5626 After 5.20:
5627 initial comment: Extend copyright, fix email address.
5628 (cperl-indent-comment-at-column-0): New customization variable.
5629 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5630 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5631 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5632 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5633 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5634 highlight $ in $foo too (UNTESTED).
5635 (cperl-set-style): Docstring missed some available styles.
5636 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5637 Change "Current" to "Memorize Current".
5638 (cperl-indent-wrt-brace): New customization variable; the default is
5639 as for pre-5.2 version.
5640 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5641 (cperl-style-alist): Likewise.
5642 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5643 and `cperl-extra-newline-before-brace' etc
5644 being t
5645 (cperl-indent-exp): Plans B and C to find continuation blocks even
5646 if `cperl-extra-newline-before-brace' is t.
5647
5648 After 5.21:
5649 Improve some docstrings concerning indentation.
5650 (cperl-indent-rules-alist): New variable.
5651 (cperl-sniff-for-indent): New function name
5652 (separated from `cperl-calculate-indent').
5653 (cperl-calculate-indent): Separate the sniffer and the indenter;
5654 uses `cperl-sniff-for-indent' now.
5655 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5656 was inverted;
5657 Support `comment-column' = 0.
5658
5659 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5660
5661 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5662 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5663 * longlines.el (longlines-window-change-function): Likewise.
5664 * simple.el (undo-ask-before-discard): Likewise.
5665 * wid-edit.el (widget-field-prompt-internal)
5666 (widget-documentation-link-p): Likewise.
5667
5668 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5669
5670 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5671 for a keyword.
5672
5673 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5674
5675 * newcomment.el (comment-valid-prefix-p): Make the check
5676 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5677 (comment-indent-new-line): Adjust call.
5678
5679 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5680
5681 * allout.el (allout-back-to-current-heading): Base on lower-level
5682 routines to get proper disqualification of aberrant topics.
5683
5684 2006-10-09 Richard Stallman <rms@gnu.org>
5685
5686 * textmodes/two-column.el (2C-two-columns): Doc fix.
5687
5688 2006-10-09 Kim F. Storm <storm@cua.dk>
5689
5690 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5691 about implicit use.
5692
5693 2006-10-08 Richard Stallman <rms@gnu.org>
5694
5695 * textmodes/two-column.el (2C-two-columns): Doc fix.
5696
5697 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5698
5699 * files.el: Mark `buffer-read-only' as safe-local-variable.
5700
5701 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5702
5703 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5704 Burp if GUD buffer has been killed.
5705
5706 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5707
5708 * completion.el (add-completions-from-c-buffer):
5709 Don't presume an error's second element is a string.
5710 Use looking-at rather than buffer-substring + member.
5711
5712 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5713
5714 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5715 `undecided', call find-coding-systems-region to find a proper
5716 non-trivial encoding.
5717 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5718 and "text/plain".
5719
5720 2006-10-07 Kevin Ryde <user42@zip.com.au>
5721
5722 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5723 url-link.
5724
5725 * strokes.el (defgroup strokes): Remove invalid url-link.
5726
5727 2006-10-07 Magnus Henoch <mange@freemail.hu>
5728
5729 * autoinsert.el (auto-insert-alist): Doc fix.
5730
5731 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5732
5733 * mouse-sel.el (mouse-insert-selection-internal):
5734 Use insert-for-yank, so that yank handlers are run.
5735
5736 2006-10-07 Kim F. Storm <storm@cua.dk>
5737
5738 * ido.el (ido-file-extension-aux): Fix comparison.
5739
5740 2006-10-06 Kim F. Storm <storm@cua.dk>
5741
5742 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5743
5744 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5745
5746 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5747 (ad-make-mapped-call): Use `let', not `let*'.
5748
5749 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5750
5751 * international/mule-cmds.el (coding-system-change-eol-conversion):
5752 Ensure the coding system is initialized before calling
5753 coding-system-eol-type.
5754
5755 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5756
5757 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5758 (org-activate-angle-links, org-activate-dates)
5759 (org-activate-target-links, org-activate-camels)
5760 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5761 textproperty keymaps from being active beyond the end of a line.
5762 (org-unfontify-region): Also remove `rear-nonsticky' property.
5763
5764 2006-10-04 Kenichi Handa <handa@m17n.org>
5765
5766 * international/code-pages.el (next): Table fixed.
5767
5768 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5769
5770 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5771 that it's been made unnecessary by removing narrowing.
5772
5773 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5776 control flow a bit, simplify another bit, and add comments.
5777
5778 2006-10-03 David Kastrup <dak@gnu.org>
5779
5780 * help.el (describe-mode): For clicks on mode-line, use "@"
5781 interactive argument to get the major mode of the click instead of
5782 the current buffer.
5783
5784 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5785 in order to better redirect mouse-2 clicks. Also allow default
5786 bindings to apply.
5787
5788 2006-10-03 Kim F. Storm <storm@cua.dk>
5789
5790 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5791 (pushnew): Fix last change.
5792
5793 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5794
5795 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5796 Use the interactive spec of `eval-expression'.
5797
5798 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
5799
5800 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
5801
5802 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
5803
5804 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
5805 2006-09-28 commit.
5806
5807 2006-10-02 Kenichi Handa <handa@m17n.org>
5808
5809 * international/code-pages.el (iso-8859-6): Table fixed.
5810
5811 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
5812
5813 * dired.el (dired-build-subdir-alist): Fix previous change.
5814
5815 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5816
5817 * simple.el (undo-elt-crosses-region): Fix the inequalities.
5818
5819 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
5820
5821 * emacs-lisp/find-func.el (find-function-regexp): Don't match
5822 "define-button-type".
5823
5824 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
5825 they don't keep accumulating.
5826
5827 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
5828
5829 * ffap.el (ffap-rfc-path): Change the address of the RFC
5830 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
5831
5832 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
5833
5834 * allout.el (allout-expose-topic): Rectify implementation of "+"
5835 spec, so that bodies are not exposed with headlines.
5836
5837 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
5838
5839 * allout.el (allout-current-depth): Do aberrent check only at or
5840 below doublecheck depth.
5841 (allout-chart-subtree): Make it explicit that LEVELS being nil
5842 means unlimited depth. Drop undocumented support for LEVELS value
5843 t meaning unlimited depth. (This is consistent with
5844 allout-chart-to-reveal, but contrary to allout-show-children,
5845 which needs to use nil to default to depth of 1.)
5846 (allout-goto-prefix-doublechecked): Wrap long docstring line.
5847 (allout-chart-to-reveal): Be explicit in docstring about meaning
5848 of nil LEVELS, and drop support for LEVELS value t.
5849 (allout-show-children): Translate the level spec used by this
5850 routine to that used by allout-chart-subtree and
5851 allout-chart-to-reveal.
5852 (allout-show-to-offshoot): Retry once when stuck, after opening
5853 subtree - improvements in discontinuity handling likely will
5854 enable progress.
5855
5856 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
5857
5858 * wid-edit.el (widget-button-click-moves-point): New variable.
5859 (widget-button-click): If widget-button-click-moves-point is
5860 non-nil, set point after performing the button action
5861
5862 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
5863
5864 2006-09-30 Martin Rudalics <rudalics@gmx.at>
5865
5866 * files.el (find-file-existing): Modify to not allow wildcards.
5867
5868 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5869
5870 * simple.el (undo-more): When undo information for the region is
5871 exhausted, say "No further undo information FOR REGION".
5872
5873 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
5874
5875 * progmodes/sh-script.el (sh-prev-thing):
5876 Take `sh-leading-keywords' into account.
5877
5878 2006-09-29 Glenn Morris <rgm@gnu.org>
5879
5880 * custom.el (defcustom): Doc fix.
5881
5882 * calendar/calendar.el (european-calendar-style):
5883 Call european-calendar or american-calendar as needed when set.
5884 (diary-view-entries, list-calendar-holidays): Move autoloads
5885 before use.
5886
5887 2006-09-29 Juri Linkov <juri@jurta.org>
5888
5889 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
5890 to nil if there is no previous property change.
5891
5892 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5893
5894 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
5895 saving anything to be sure that `forward-sexp' behaves correctly.
5896
5897 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
5898
5899 * simple.el (line-move-finish): Ignore field boundaries if the
5900 initial and final points have the same `field' property.
5901
5902 2006-09-29 Kim F. Storm <storm@cua.dk>
5903
5904 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
5905 to t while calling ido-read-internal.
5906
5907 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
5908
5909 * textmodes/org.el (org-file-remote-p): Get regexp from list.
5910 (org-archive-subtree): Remove erraneous `]' from character list.
5911
5912 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
5913
5914 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
5915 (ses-reconstruct-all): Make undo of "insert row" work by keeping
5916 markers for data-area and parameters-area.
5917
5918 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
5921
5922 * font-lock.el (font-lock-after-change-function): Refontify next line
5923 as well if end is at BOL.
5924 (font-lock-extend-jit-lock-region-after-change): Be more careful to
5925 only extend the region as much as needed.
5926
5927 2006-09-28 Richard Stallman <rms@gnu.org>
5928
5929 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
5930
5931 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
5932
5933 * international/mule.el (after-insert-file-set-coding):
5934 If VISIT, don't let set-buffer-multibyte make undo info.
5935
5936 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
5937
5938 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
5939 lines in base64-encoded authentication response.
5940
5941 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5942
5943 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
5944 (ebnf-version): New version 4.3.
5945 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
5946 (ebnf-prologue): Adjust PostScript programming.
5947 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
5948 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
5949
5950 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5951
5952 * jit-lock.el (jit-lock-force-redisplay): Rename from
5953 jit-lock-fontify-again, and undo the mistaken change I've just done.
5954
5955 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
5956 (jit-lock-fontify-again): Don't refontify text that's not displayed.
5957
5958 2006-09-26 Kenichi Handa <handa@m17n.org>
5959
5960 * startup.el (display-splash-screen): Allow a prefix argument.
5961
5962 2006-09-25 Jason Rumney <jasonr@gnu.org>
5963
5964 * subr.el (shell-quote-argument): Use DOS logic for Windows
5965 shells with DOS semantics.
5966
5967 2006-09-24 Richard Stallman <rms@gnu.org>
5968
5969 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
5970 (compilation-goto-locus): Use compilation-goto-locus-delete-o
5971 to delete the overlay. Put it on pre-command-hook.
5972
5973 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
5974
5975 * startup.el (fancy-splash-screens, normal-splash-screen):
5976 Call the splash buffer *About GNU Emacs*.
5977
5978 * simple.el (next-error-highlight, next-error-highlight-no-select):
5979 Default to 0.5.
5980 (yank-excluded-properties): Add `fontified'.
5981
5982 * font-lock.el (font-lock-compile-keywords): Allow value of
5983 syntax-begin-function to enable paren-column-0 highlighting.
5984
5985 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
5986
5987 * dired.el (dired-build-subdir-alist): When file ends in colon,
5988 don't exit the loop, just disregard that file.
5989
5990 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * simple.el (line-move-finish): Handle corner case for fields in
5993 continued lines.
5994 (line-move-1): Remove flawed test for that case.
5995
5996 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
5997
5998 * icomplete.el (icomplete-simple-completing-p): Use the correct
5999 name for the new variable, `icomplete-with-completion-tables'.
6000 (file local variables): Remove superfluous setting.
6001
6002 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6003
6004 * calendar/appt.el (appt-check): Fix typo for appointments just
6005 after midnight.
6006
6007 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * help.el (describe-key-briefly, describe-key): Don't expect an
6010 extra up event if a down-event is generated by a popup menu.
6011
6012 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6013
6014 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6015 local dictionary when changing the global dictionary.
6016
6017 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6018
6019 * icomplete.el (icomplete-with-completion-tables): List of
6020 specialized completion tables with which icomplete should
6021 operate. Include the new `internal-complete-buffer', so icomplete
6022 works with interactive buffer-selection.
6023 (icomplete-simple-completing-p): Add acceptance of specialized
6024 completion tables listed in icomplete-with-completion-tables.
6025
6026 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6027
6028 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6029
6030 * startup.el (command-line): Use `custom-reevaluate-setting' for
6031 `focus-follows-mouse'.
6032
6033 2006-09-22 Richard Stallman <rms@gnu.org>
6034
6035 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6036 explain why Save is not available.
6037
6038 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6039
6040 * woman.el (woman0-so): Use `let*', not `let'.
6041 (woman-horizontal-line): Remove unbalanced parenthesis.
6042
6043 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * woman.el: Make sure all the end-of-region markers we use have
6046 a non-nil insertion-type.
6047 (woman0-so): Move things around so we can use copy-marker.
6048 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6049 Adjust marker type.
6050 (woman2-process-escapes): Check marker type.
6051 (woman-horizontal-line): Dispense with the use of a marker.
6052
6053 2006-09-22 Jay Belanger <belanger@truman.edu>
6054
6055 * calc/calc-lang.el: Add Greek letters to math-variable-table
6056 property of tex.
6057
6058 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6059
6060 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6061
6062 2006-09-22 Masatake YAMATO <jet@gyve.org>
6063
6064 * add-log.el (add-log-current-defun): Use `forward-sexp'
6065 instead of `forward-word' to pick c++::symbol.
6066 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6067
6068 2006-09-22 Kenichi Handa <handa@m17n.org>
6069
6070 * bindings.el: Fix setting self-insert-command for multibyte
6071 characters in global-map.
6072
6073 2006-09-21 David Kastrup <dak@gnu.org>
6074
6075 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6076 doc string.
6077
6078 2006-09-21 Kenichi Handa <handa@m17n.org>
6079
6080 * language/european.el ("Latin-1"): Add windows-1252 to
6081 coding-priority.
6082 ("German"): Likewise.
6083
6084 2006-09-21 Kim F. Storm <storm@cua.dk>
6085
6086 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6087 Suggested by Miles Bader.
6088
6089 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6090 instead of add-to-list in the simple case.
6091
6092 2006-09-20 Kenichi Handa <handa@m17n.org>
6093
6094 * isearch.el (isearch-process-search-char): Cancel the previous change.
6095 (isearch-search-string): New function.
6096 (isearch-search): Use isearch-search-string.
6097 (isearch-lazy-highlight-search): Likewise.
6098
6099 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6100
6101 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6102 string to become an option.
6103
6104 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6105
6106 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6107
6108 2006-09-20 Kim F. Storm <storm@cua.dk>
6109
6110 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6111 position t instead of trying both window-end and window-end - 1.
6112
6113 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6114
6115 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6116 hidden trees.
6117
6118 2006-09-20 David Kastrup <dak@gnu.org>
6119
6120 * mouse.el (mouse-posn-property): Improve doc string.
6121 (mouse-on-link-p): Change buffers for function calls on links.
6122
6123 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6124 buffer is read-only.
6125
6126 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6127
6128 * allout.el (allout-unprotected): Let inhibit-read-only only when
6129 buffer-read-only isn't set.
6130 (allout-annotate-hidden): Enable topic annotation during copies even
6131 when the buffer is read-only, eg for topic copies. Ensure that the loop
6132 advances, even when the span extends beyond the deletion region.
6133 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6134 rather than allout-exposure-changed-hook, as a stronger assertion.
6135 (allout-keybindings-list): Add bindings for
6136 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6137 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6138 Copy wrappers for allout-kill-line and allout-kill-topic.
6139 (allout-listify-exposed): Position correctly to accumulate lines.
6140
6141 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6142
6143 * simple.el (line-move-1): Escape field boundaries occurring
6144 exactly at point. Update goal column if constrained to a field.
6145 (line-move-finish): Escape field boundaries occurring exactly at point.
6146
6147 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6148
6149 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6150 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6151
6152 2006-09-19 Kim F. Storm <storm@cua.dk>
6153
6154 * help.el (describe-key-briefly, describe-key): Simplify printing
6155 of descriptions by using format and %S. Fix "is undefined"
6156 messages to say "at that spot" for mouse events.
6157
6158 * simple.el (line-move-partial): Optimize. Try window-line-height
6159 before posn-at-point to get vpos of current line.
6160
6161 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6162
6163 * viper.el: Bump up version/date of update to reflect the substantial
6164 changes done in August 2006.
6165
6166 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6167 are defined.
6168
6169 * ediff-util.el (ediff-add-to-history): New function.
6170
6171 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6172
6173 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6174
6175 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6176 Delete duplicate make-local-variable form.
6177 (conf-space-keywords): Add autoload cookie.
6178 Fix typo (`keywords', not `keyword').
6179
6180 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6181
6182 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6183 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6184 to x-gtk-use-old-file-dialog
6185
6186 2006-09-18 Richard Stallman <rms@gnu.org>
6187
6188 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6189 that might come in during mouse tracking.
6190
6191 2006-09-18 Kim F. Storm <storm@cua.dk>
6192
6193 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6194 new window-line-height function. Further optimize by not calling
6195 pos-visible-in-window-p for window-end when window-line-height
6196 returns useful information.
6197
6198 2006-09-16 Richard Stallman <rms@gnu.org>
6199
6200 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6201 (conf-space-mode): Don't handle prefix arg.
6202 Delete conf-space-keywords-override code.
6203 Use add-hook.
6204 (conf-space-keywords): New command.
6205 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6206 Delete conf-space-keywords-override code.
6207 (conf-space-keywords-alist): Doc fix.
6208 (conf-space-font-lock-keywords): Doc fix.
6209 (conf-space-keywords-override): Var deleted.
6210
6211 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6212
6213 * startup.el (fancy-splash-screens): Don't switch to the scratch
6214 buffer; it may not be the next buffer.
6215
6216 2006-09-16 Romain Francoise <romain@orebokech.com>
6217
6218 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6219 in both messages.
6220
6221 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6222
6223 * progmodes/python.el (python-preoutput-filter):
6224 Fix arg order to string-match.
6225
6226 2006-09-16 Richard Stallman <rms@gnu.org>
6227
6228 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6229 font-lock-compile-keywords.
6230
6231 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6232 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6233
6234 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6235
6236 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6237
6238 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6239 and the data doesn't look like UTF8, send STRING instead.
6240
6241 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6242
6243 * textmodes/flyspell.el (flyspell-check-region-doublons):
6244 New function to detect duplicated words.
6245 (flyspell-large-region): Use it.
6246
6247 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6248
6249 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6250
6251 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6252
6253 * help.el (describe-prefix-bindings): Use let, not let*.
6254
6255 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6256
6257 * allout.el (allout-regexp, allout-line-boundary-regexp)
6258 (allout-bob-regexp): Correct grouping and boundaries to fix
6259 backwards traversal.
6260 (allout-depth-specific-regexp, allout-depth-one-regexp):
6261 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6262 worse time in allout-ascend.
6263 (allout-doublecheck-at-and-shallower): Identify depth threshold
6264 below which topics are checked for and disqualified by containment
6265 discontinuities.
6266 (allout-hotspot-key-handler): Correctly handle multiple-key
6267 strokes. Remove some unused variables.
6268 (allout-mode-leaders): Clarify that mode-specific comment-start
6269 will be used.
6270 (set-allout-regexp): Correctly regexp-quote allout regexps to
6271 properly accept alternative header-leads and primary bullets with
6272 regexp-specific characters (eg, C "/*", mathematica "(*").
6273 Include new regular expressions among those configured.
6274 (allout-infer-header-lead-and-primary-bullet):
6275 Rename allout-infer-header-lead.
6276 (allout-recent-depth): Manifest as a variable as well as a function.
6277 (allout-prefix-data): Simplify into an inline instead of a macro,
6278 assuming current match data rather than being explicitly passed
6279 it. Establish allout-recent-depth value as well as
6280 allout-recent-prefix-beginning and allout-recent-prefix-end.
6281 (allout-aberrant-container-p): True when an item's immediate
6282 offspring discontinuously contained. Useful for disqualifying
6283 unintended topic prefixes, likely at low depths.
6284 (allout-goto-prefix-doublechecked): Elaborate version of
6285 allout-goto-prefix which disqualifies aberrant pseudo-items.
6286 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6287 get disqualification of aberrant containers.
6288 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6289 containers.
6290 (allout-beginning-of-current-entry): Position at start of buffer
6291 when in container (depth 0) entry.
6292 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6293 (allout-current-bullet): Strip text properties.
6294 (allout-get-prefix-bullet): Use right match groups.
6295 (allout-beginning-of-line, allout-next-heading):
6296 Disqualify aberrant containers.
6297 (allout-previous-heading): Disqualify aberrant containers, and
6298 change to regular (rather than inline) function, to allow
6299 self-recursion.
6300 (allout-get-invisibility-overlay): Increment so progress is made
6301 when the first overlay is not the sought one.
6302 (allout-end-of-prefix): Disqualify aberrant containers.
6303 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6304 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6305 outline.el outlines) functional again. Change the primary bullet
6306 along with the header-lead - level 1 new-style bullets now work.
6307 Engage allout-before-change-handler in mainline Emacs, not just
6308 XEmacs, to do undo handling.
6309 (allout-before-change-handler): Expose undo changes occurring in
6310 hidden regions. Use allout-get-invisibility-overlay instead of
6311 reimplementing it inline.
6312 (allout-chart-subtree): Use start rather than end of prefix in
6313 charts. Use allout-recent-depth variable.
6314 (allout-chart-siblings): Disqualify aberrant topics.
6315 (allout-beginning-of-current-entry): Position correctly.
6316 (allout-ascend): Use new allout-depth-specific-regexp and
6317 allout-depth-one-regexp for linear instead of O(N^2) or worse
6318 behavior.
6319 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6320 reimplementing an algorithm.
6321 (allout-up-current-level): Depend on allout-ascend, rather than
6322 reimplementing an algorithm. Return to start-point if we fail.
6323 (allout-descend-to-depth): Use allout-recent-depth variable
6324 instead of function.
6325 (allout-next-sibling): On traversal of numerous intervening
6326 topics, resort to economical allout-next-sibling-leap.
6327 (allout-next-sibling-leap): Specialized version of
6328 allout-next-sibling that uses allout-ascend cleverly, to depend on
6329 a regexp search to leap large numbers of contained topics, rather
6330 than arbitrarily many one-by-one traversals.
6331 (allout-next-visible-heading): Disqualify aberrant topics.
6332 (allout-previous-visible-heading): Position consistently when
6333 interactive.
6334 (allout-forward-current-level): Base on allout-previous-sibling
6335 rather than (differently) reimplmenting the algorithm. Remove some
6336 unused variables.
6337 (allout-solicit-alternate-bullet): Present default choice stripped
6338 of text properties.
6339 (allout-rebullet-heading): Use bullet stripped of text properties.
6340 Register changes using allout-exposure-change-hook.
6341 Disregard aberrant topics.
6342 (allout-shift-in): With universal-argument, make topic a peer of
6343 it's former offspring. Simplify the code by separating out
6344 allout-shift-out functionality.
6345 (allout-shift-out): With universal-argument, make offspring peers
6346 of their former container, and its siblings. Implement the
6347 functionality here, rather than inappropriately muddling the
6348 implementation of allout-shift-in.
6349 (allout-rebullet-topic): Respect additional argument for new
6350 parent-child separation function.
6351 (allout-yank-processing): Use allout-ascend directly.
6352 (allout-show-entry): Disqualify aberrant topics.
6353 (allout-show-children): Handle discontinuous children gracefully,
6354 extending the depth being revealed to expose them and posting a
6355 message indicating the situation.
6356 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6357 Leave cursor in correct position.
6358 (allout-hide-current-subtree): Use allout-ascend directly.
6359 Disqualify aberrant topics.
6360 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6361 a way that the yanks can restore it, as used to happen.
6362 (allout-yank-processing): Restore exposure layout as recorded by
6363 allout-kill-*, as used to happen.
6364 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6365 for preseving and restoring exposure layout across kills.
6366 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6367 (allout-encrypt-string): Strip text properties.
6368 Rearranged order and outline-headings for some of the
6369 miscellaneous functions.
6370 (allout-resolve-xref): No need to quote the error name in the
6371 condition-case handler section.
6372 (allout-flatten): Classic recursive (and recursively intensive,
6373 without tail-recursion) list-flattener, needed by allout-shift-out
6374 when confronted with discontinuous children.
6375
6376 2006-09-16 Jason Rumney <jasonr@gnu.org>
6377
6378 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6379 on ms-windows.
6380 (dnd-open-unc-file): Remove.
6381 (dnd-open-local-file): Mention in doc string that it also handles
6382 remote files if the system natively supports unc file-names.
6383
6384 2006-09-15 Kim F. Storm <storm@cua.dk>
6385
6386 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6387 all necessary information about the event before erasing *Help*.
6388
6389 * simple.el (line-move-partial): Use window-line-visiblity to
6390 quickly check whether last line is partially visible, and only do
6391 the hard (and slow) part in that case.
6392
6393 2006-09-15 Jay Belanger <belanger@truman.edu>
6394
6395 * COPYING: Replace "Library Public License" by "Lesser Public
6396 License" throughout.
6397
6398 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6399
6400 * term/x-win.el (x-menu-bar-open): New function for F10.
6401
6402 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6403
6404 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6405 Disallow filenames containing " -" to avoid confusion with libtool
6406 compilation messages. Suggested by Stefan Monnier.
6407
6408 2006-09-15 David Kastrup <dak@gnu.org>
6409
6410 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6411 instead of buffer position for `mouse-on-link-p'.
6412
6413 * mouse.el (mouse-posn-property): New function looking up the
6414 properties at a click position in overlays and text properties in
6415 either buffer or strings.
6416 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6417 of both `follow-link' as well as `mouse-face' properties.
6418 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6419 buffer position.
6420
6421 * help.el (describe-key-briefly): When reading a down-event on
6422 mode lines or scroll bar, swallow the following up event, too.
6423 Use the new mouse sensitity of `key-binding' for lookup.
6424 (describe-key): The same here.
6425
6426 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6427
6428 * play/life.el (life-patterns): Add a few more interesting patterns.
6429 (life-setup): Force `show-trailing-whitespace' to nil.
6430
6431 2006-09-14 Richard Stallman <rms@gnu.org>
6432
6433 * startup.el (fancy-splash-text): Change text to improve alignment.
6434 (fancy-splash-screens): Don't set non-standard tab width.
6435 Bind cursor-type temporarily, and make it easy to patch to
6436 preserve the splash buffer.
6437 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6438 (fancy-splash-screens): Display echo-area message explicitly.
6439 Don't set fancy-splash-help-echo.
6440
6441 * simple.el (line-number-mode): Group mode-line instead of
6442 editing-basics.
6443 (column-number-mode, size-indication-mode): Likewise.
6444
6445 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6446
6447 * time.el (display-time): Group mode-line instead of modeline.
6448
6449 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6450
6451 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6452
6453 * startup.el (fancy-splash-text): Move editing instructions to
6454 fancy-splash-head.
6455 (fancy-splash-head): Issue editing instructions.
6456 (fancy-splash-screens): Fixup whitespace.
6457
6458 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6459
6460 * bindings.el (mode-line-buffer-identification-keymap):
6461 Remove duplicate line.
6462
6463 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6464
6465 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6466 ignore lists.
6467
6468 2006-09-14 Kim F. Storm <storm@cua.dk>
6469
6470 * jit-lock.el (jit-lock-fontify-again): New function.
6471 (jit-lock-fontify-now): Use it instead of lambda form.
6472
6473 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6474
6475 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6476 (flyspell-auto-correct-word): Make ispell-filter local to these
6477 functions. Check that ispell-filter has new stuff before calling
6478 ispell-parse-output.
6479
6480 2006-09-13 Kim F. Storm <storm@cua.dk>
6481
6482 * simple.el (line-move-partial): Optimize.
6483
6484 2006-09-13 Richard Stallman <rms@gnu.org>
6485
6486 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6487 Delete spurious backquote.
6488
6489 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6490
6491 * net/rcirc.el (rcirc-print): Fix last change.
6492
6493 2006-09-12 Jay Belanger <belanger@truman.edu>
6494
6495 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6496
6497 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6498
6499 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6500 rcirc-show-maximum-output.
6501 (rcirc-mode): Remove window-scroll-function hook.
6502 (rcirc-scroll-to-bottom): Remove function.
6503 (rcirc-print): Recenter so point stays at the bottom of the window
6504 if point was already there.
6505
6506 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6507
6508 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6509 not to "t".
6510 * progmodes/compile.el (compilation-start): Likewise.
6511 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6512 Don't use expand-file-name on invocation-directory, since this
6513 might mishandle special characters in invocation-directory.
6514
6515 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6516
6517 * pcvs-defs.el: Remove * in defcustom's docstrings.
6518
6519 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6520
6521 * progmodes/compile.el (compilation-directory-properties):
6522 Doc fix for help-echo.
6523
6524 2006-09-12 Lars Hansen <larsh@soem.dk>
6525
6526 * desktop.el (desktop-read): Add comment.
6527
6528 2006-09-12 Kim F. Storm <storm@cua.dk>
6529
6530 * simple.el (next-error-highlight, next-error-highlight-no-select):
6531 Fix spelling error.
6532
6533 * subr.el (sit-for): Rework to use input-pending-p and cond.
6534 Return nil input is pending on entry also for SECONDS <= 0.
6535 (while-no-input): Use input-pending-p instead of sit-for.
6536
6537 2006-09-11 Richard Stallman <rms@gnu.org>
6538
6539 * simple.el (next-error-highlight, next-error-highlight-no-select):
6540 Fix custom type and doc strings.
6541
6542 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6543
6544 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6545 (diff-apply-hunk): Use it to ask for confirmation.
6546
6547 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6548
6549 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6550
6551 2006-09-11 David Kastrup <dak@gnu.org>
6552
6553 * help.el (string-key-binding, describe-key-briefly)
6554 (describe-key): Remove `string-key-binding' and its callers since
6555 `key-binding' already caters for the proper lookup now.
6556
6557 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6558
6559 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6560 (cfengine-mode): Use it. Fix \ syntax to be like /.
6561
6562 * bindings.el (mode-line-buffer-identification-keymap):
6563 Move initialization into declaration.
6564
6565 2006-09-10 Kim F. Storm <storm@cua.dk>
6566
6567 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6568 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6569 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6570 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6571
6572 2006-09-10 Richard Stallman <rms@gnu.org>
6573
6574 * dired-aux.el: Handle errors in recursive copy usefully.
6575 (dired-create-files-failures): New variable.
6576 (dired-copy-file): Remove condition-case.
6577 (dired-copy-file-recursive): Check for errors on all file
6578 operations, and add them to dired-create-files-failures.
6579 Check file file-date-erorr here too.
6580 (dired-create-files): Check dired-create-files-failures
6581 and report those errors too.
6582
6583 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6584
6585 * subr.el (add-to-list): New argument COMPARE-FN.
6586
6587 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6588
6589 * filecache.el (file-cache-add-directory)
6590 (file-cache-add-directory-list, file-cache-add-file)
6591 (file-cache-add-directory-using-find)
6592 (file-cache-add-directory-using-locate)
6593 (file-cache-add-directory-recursively): Add autoloads.
6594
6595 2006-09-09 Richard Stallman <rms@gnu.org>
6596
6597 * textmodes/conf-mode.el (conf-space-mode):
6598 Use hack-local-variables-hook instead of calling hack-local-variables.
6599 (conf-space-keywords-override): New variable.
6600 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6601 (conf-space-mode): Always make conf-space-keywords and
6602 conf-space-keywords-override local.
6603 Call conf-space-mode-internal directly as well as via hook.
6604
6605 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6606
6607 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6608 quasi-keywords.
6609
6610 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6611
6612 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6613 (python-send-string): Be slightly more careful about adding \n.
6614
6615 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6616 kill it right away anyway.
6617
6618 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6619
6620 * international/codepage.el (cp850-decode-table): Fix a few codes.
6621 (cp858-decode-table): New variable.
6622
6623 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6624
6625 * net/ldap.el (ldap-search-internal): Doc fix.
6626
6627 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6628
6629 * play/life.el (life-display-generation): Test for input manually if
6630 `sleeptime' is negative or null.
6631
6632 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6633 (print-region-1): Substitute `%s' with the page title.
6634
6635 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6636
6637 * locate.el (locate-current-search): New variable.
6638 (locate): Set buffer local value. Use current buffer if it is
6639 in Locate mode.
6640 (locate-mode): Disable undo here.
6641 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6642 (locate-update): Use locate-current-search and locate-current-filter.
6643
6644 2006-09-08 David Kastrup <dak@gnu.org>
6645
6646 * desktop.el (desktop-read): When loading a desktop, disable
6647 saving it while the load progresses, and switch off a pending lazy
6648 load by calling `desktop-lazy-abort'.
6649
6650 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6651
6652 * window.el (mouse-autoselect-window-timer)
6653 (mouse-autoselect-window-position)
6654 (mouse-autoselect-window-window)
6655 (mouse-autoselect-window-now): New vars.
6656 (mouse-autoselect-window-cancel)
6657 (mouse-autoselect-window-select)
6658 (mouse-autoselect-window-start): New functions.
6659 (handle-select-window): Call `mouse-autoselect-window-start' when
6660 delayed window autoselection is enabled.
6661
6662 * cus-start.el (mouse-autoselect-window): Handle delayed window
6663 autoselection.
6664
6665 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6666 commands after which it is allowed to print in the echo area.
6667
6668 2006-09-08 Richard Stallman <rms@gnu.org>
6669
6670 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6671
6672 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6673 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6674
6675 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6676 (cancel-timer-internal): Add doc string.
6677 (cancel-function-timers): Doc fix.
6678 (with-timeout-handler, timer-event-last*): Add doc strings.
6679
6680 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6681
6682 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6683
6684 * dired.el (dired-log-summary): Add doc string.
6685
6686 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6687 (custom-group-menu-create): Not here.
6688
6689 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6690
6691 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6692
6693 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6694
6695 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6696 (mac-apple-event-map): Define its handler.
6697
6698 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6699
6700 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6701
6702 2006-09-07 Magnus Henoch <mange@freemail.hu>
6703
6704 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6705 clause.
6706
6707 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6708
6709 * info.el (Info-index): Bind completion-ignore-case.
6710
6711 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6712
6713 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6714 previous commit.
6715 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6716 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6717 burp in dedicated windows.
6718 (inferior-prolog-self-insert-command): New command.
6719 (inferior-prolog-mode-map): Use it.
6720
6721 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6722
6723 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6724
6725 * international/code-pages.el: Add cp858.
6726
6727 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6728
6729 * dnd.el: Fix bootstrapping.
6730
6731 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6732
6733 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6734 (dnd-open-remote-url): New function.
6735 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6736 not windows-nt.
6737
6738 2006-09-07 Jason Rumney <jasonr@gnu.org>
6739
6740 * dnd.el (dnd-open-remote-file-function): New variable.
6741 (dnd-open-unc-file): New function.
6742 (dnd-open-file): Call dnd-open-remote-file-function if set.
6743
6744 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6745
6746 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6747 pgg-passphrase-coding-system rather than locale-coding-system.
6748 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6749
6750 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6751
6752 * progmodes/prolog.el: Remove * in docstrings.
6753 (prolog-program-name): Add SWI prolog.
6754 (prolog-mode-menu): New menu.
6755 (prolog-mode): Set comment-add.
6756 (prolog-indent-line): Simplify. Use indent-line-to.
6757 (inferior-prolog-buffer): New var.
6758 (inferior-prolog-run, inferior-prolog-process): New funs.
6759 (run-prolog, switch-to-prolog): Rewrite, using them.
6760 (prolog-consult-region): Use inferior-prolog-buffer.
6761 (inferior-prolog-load-file): New function.
6762 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6763
6764 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6765 last word, if it's not the end of the paragraph.
6766
6767 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6768 file name.
6769
6770 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6771
6772 * frame.el (display-mm-dimensions-alist): New defcustom.
6773 (display-mm-height, display-mm-width): Use it.
6774
6775 2006-09-06 Simon Josefsson <jas@extundo.com>
6776
6777 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6778
6779 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6780
6781 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6782 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6783 string values.
6784
6785 2006-09-06 Kim F. Storm <storm@cua.dk>
6786
6787 * simple.el (line-move-partial): New function to do vscrolling for
6788 partially visible images / tall lines. Rewrite based on code
6789 previously in line-move. Simplify backwards vscrolling.
6790 (line-move): Use it. Simplify.
6791
6792 2006-09-05 Kim F. Storm <storm@cua.dk>
6793
6794 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6795
6796 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6797
6798 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6799 Process the `gcc-include' after the `gnu' rule.
6800
6801 2006-09-05 Kim F. Storm <storm@cua.dk>
6802
6803 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
6804
6805 2006-09-05 Daiki Ueno <ueno@unixuser.org>
6806
6807 * pgg.el (pgg-clear-string): Alias to clear-string for backward
6808 compatibility.
6809
6810 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
6811 inhibit-redisplay; encode passphrase with locale-coding-system.
6812
6813 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6814
6815 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
6816
6817 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
6818
6819 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6820 (gdb-var-list-children-regexp): Make type field optional.
6821
6822 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
6823 e.g public, protected in C++.
6824
6825 2006-09-04 John Paul Wallington <jpw@pobox.com>
6826
6827 * simple.el (completion-show-help): New defcustom.
6828 (completion-setup-function): Heed it.
6829
6830 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6831
6832 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
6833
6834 2006-09-04 Richard Stallman <rms@gnu.org>
6835
6836 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
6837 (rsf-min-region-to-spam-list): Doc fix.
6838 (rsf-add-content-type-field): Doc fix.
6839
6840 * simple.el (kill-region): Explicitly test there is a region.
6841
6842 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
6843
6844 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
6845 sendmail in several common directories.
6846
6847 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
6848
6849 * paths.el (sendmail-program): Removed.
6850
6851 2006-09-04 Daiki Ueno <ueno@unixuser.org>
6852
6853 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
6854 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
6855 http://article.gmane.org/gmane.emacs.gnus.general/50457
6856
6857 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
6858
6859 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
6860 mark after running the menu filter.
6861
6862 2006-09-03 Juri Linkov <juri@jurta.org>
6863
6864 * international/quail.el (quail-defrule-internal): Add a check
6865 if a key is a vector.
6866
6867 2006-09-02 Juri Linkov <juri@jurta.org>
6868
6869 * man.el (Man-topic-history): New variable.
6870 (man): Use it.
6871
6872 * woman.el (woman-topic-history): Change defvar to defvaralias
6873 for symbol `Man-topic-history'.
6874
6875 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
6876 `comint-last-output-start' is a marker by using `markerp' and
6877 check if it has a position by using `marker-position', and use
6878 this position for `goto-char'.
6879
6880 * international/quail.el (quail-defrule-internal): Add missing
6881 `error' call for null key.
6882
6883 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
6884
6885 * rcirc.el (rcirc-keywords): New variable.
6886 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
6887 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
6888 variables.
6889 (rcirc-responses-no-activity): New function.
6890 (rcirc-handler-generic): Check for responses in above.
6891 (rcirc-process-command): Add ?: character to arguments of raw
6892 server commands.
6893 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
6894 `rcirc-dim-nicks'.
6895 (rcirc-gray-toggle): Remove unused variable.
6896 (rcirc-print): Remove some tracking logic, which is moved into
6897 markup functions.
6898 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
6899 types.
6900 (rcirc-activity-string): Look for 'keyword in activity-types.
6901 (rcirc-window-configuration-change): Don't erase overlay-arrow
6902 unnecessarily.
6903 (rcirc-add-or-remove): New function.
6904 (rcirc-cmd-ignore): Use it.
6905 (rcirc-message-leader): Remove unused function.
6906 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
6907 (rcirc-add-face): New function.
6908 (rcirc-facify): Use rcirc-add-face.
6909 (rcirc-url-regexp): Add parens.
6910 (rcirc-map-regexp): Remove function.
6911 (rcirc-mangle-regexp): Remove function.
6912 (rcirc-markup-text-functions): New variable.
6913 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
6914 (rcirc-markup-body-text, rcirc-markup-attributes)
6915 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
6916 (rcirc-markup-bright-nicks): New markup handler functions.
6917 (rcirc-nick-in-message-full-line): New face.
6918 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
6919 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
6920
6921 2006-09-02 Martin Rudalics <rudalics@gmx.at>
6922
6923 * cus-start.el (hscroll-margin, hscroll-step)
6924 (mode-line-in-non-selected-windows, mouse-autoselect-window)
6925 (x-use-underline-position-properties): Change version to "22.1"
6926 since they will appear there for the first time.
6927
6928 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
6929
6930 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
6931
6932 2006-08-31 Richard Stallman <rms@gnu.org>
6933
6934 * cus-edit.el (custom-save-variables): Slight cleanup.
6935 (Custom-no-edit): Renamed from custom-no-edit.
6936 (Custom-newline): Renamed from custom-newline.
6937 (custom-mode-map): Use new names.
6938
6939 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
6940 about customization, rather than M-x customize, in the doc string
6941 made for the defcustom.
6942
6943 * emacs-lisp/trace.el (trace-function-background): Doc fix.
6944
6945 2006-08-31 Romain Francoise <romain@orebokech.com>
6946
6947 * dired-x.el (dired-guess-shell-alist-default): Update.
6948
6949 2006-08-31 Michael Mauger <mmaug@yahoo.com>
6950
6951 * custom.el (custom-theme-set-variables): Autoload packages before
6952 sorting the variables.
6953
6954 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
6955
6956 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
6957 chars if XEmacs.
6958 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
6959
6960 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * progmodes/python.el (python-eldoc-function): Re-enable quit while
6963 waiting for process.
6964
6965 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6966
6967 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
6968 results in ASCII-only string, encode original one directly.
6969
6970 2006-08-29 Romain Francoise <romain@orebokech.com>
6971
6972 * startup.el (normal-splash-screen, fancy-splash-screens):
6973 Make buffer read-only and arrange to enter view mode if necessary.
6974
6975 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
6976
6977 * hl-line.el (hl-line): New face.
6978 (hl-line-face): Use it.
6979
6980 * image-mode.el (image-mode): Fix last fix.
6981 Suggested by Kim F. Storm.
6982
6983 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
6984
6985 Sync with Tramp 2.0.54.
6986
6987 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
6988 of `=', because `tramp-get-remote-gid' might not always return an
6989 integer when expected.
6990 (tramp-register-file-name-handlers): `partial-completion-mode' is
6991 unknown to XEmacs.
6992 (tramp-time-diff): Don't use `floor', it might fail for large
6993 differences.
6994 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
6995 `tramp-auto-save-directory' if unset in order to guarantee unique
6996 auto-save file names.
6997
6998 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
6999
7000 * image-mode.el (image-mode): Display image as text on a terminal.
7001
7002 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7003
7004 * progmodes/python.el (python-send-command): Simplify.
7005 (run-python): Don't generate a new buffer unless `new' was specified.
7006 Make sure we send `import emacs' to the proper process.
7007
7008 * progmodes/python.el (python-send-command): Don't wait for the command
7009 to terminate. Don't fiddle with compilation-parsing-end.
7010
7011 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7012
7013 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7014 Insert commentary after first line summary.
7015
7016 * woman.el (woman-follow): New function, based on `man-follow'.
7017 (woman-mode-map): Use it.
7018
7019 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7020 since ibuffer-do-sort-by-recency does not define a sorter.
7021
7022 2006-08-28 Kim F. Storm <storm@cua.dk>
7023
7024 * find-dired.el (find-dired): Use shell-quote-argument to properly
7025 escape ( and ) args. Also use it on {} and ; args in default
7026 value of find-ls-option string.
7027 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7028
7029 2006-08-27 Michael Olson <mwolson@gnu.org>
7030
7031 * emacs-lisp/tq.el: Small grammar fix in comments.
7032 (tq-enqueue): Check for existence of queue rather than the
7033 head queue item's question, which was a no-op.
7034 (tq-filter, tq-process-buffer): Make sure the process buffer
7035 exists before making it the current buffer.
7036
7037 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7038
7039 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7040 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7041 (special-event-map): Apply 2006-08-16 change for x-win.el.
7042
7043 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7044
7045 * progmodes/python.el (python-send-receive): Wait in the
7046 process's buffer so as to check the right buffer-local variables.
7047
7048 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7049
7050 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7051 (defgroup checkdoc): Move to beginning.
7052
7053 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7054 (python-preoutput-continuation): Remove.
7055 (python-preoutput-filter): Simplify correspondingly.
7056 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7057 Loop around to catch embedded _emacs_out output.
7058 (run-python): Send the import&print command on a single line.
7059 (python-send-command): Send command&print on a single line.
7060 (python-send-string): Only add double \n if needed.
7061 (python-send-receive): Loop until the result comes.
7062 (python-mode-running): Defvar it.
7063 (python-setup-brm): Remove unused var `menu'.
7064 Only bind py-mode-map and `features' around brm-init.
7065 (python-calculate-indentation): Remove unused var `point'.
7066 (python-beginning-of-defun): Remove unused var `def-line'.
7067
7068 2006-08-25 Richard Stallman <rms@gnu.org>
7069
7070 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7071
7072 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7073
7074 * viper.el (viper-set-hooks): Use frame bindings for
7075 viper-vi-state-cursor-color.
7076 (viper-non-hook-settings): Don't set default
7077 mode-line-buffer-identification.
7078
7079 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7080 (viper-set-cursor-color-according-to-state)
7081 (viper-get-saved-cursor-color-in-replace-mode)
7082 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7083 viper-emacs-state-cursor-color.
7084
7085 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7086 (viper-undo): Use point if undo-beg-posn is nil.
7087 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7088 (viper-after-change-undo-hook): Don't use
7089 viper-emacs-state-cursor-color by default.
7090 (viper-undo): More sensible positioning after undo.
7091
7092 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7093 (viper-emacs-state-cursor-color): Default to nil, since this feature
7094 doesn't work well yet.
7095
7096 * ediff-mult.el (ediff-intersect-directories)
7097 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7098 always expand filenames.
7099
7100 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7101
7102 * tumme.el: Remove * in defcustoms's docstrings.
7103
7104 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7105
7106 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7107 Accept internal time format for SECS arg.
7108 (timer-relative-time): Doc fix.
7109
7110 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7111 adapted from Martin Rudalics.
7112 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7113 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7114 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7115 using sit-for.
7116
7117 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7118
7119 * cus-start.el (all): Add `overline-margin' and
7120 `x-underline-at-descent-line'.
7121
7122 2006-08-24 Kim F. Storm <storm@cua.dk>
7123
7124 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7125 to mean "use find -exec"; nil now unambiguously means auto-detect.
7126 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7127 Use shell-quote-argument to build grep-find-command and
7128 grep-find-template.
7129 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7130 Reported by Tom Seddon.
7131
7132 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7133
7134 * startup.el (fancy-splash-head): Give instructions for dismissing
7135 the splash screen for default startup too.
7136 (display-startup-echo-area-message, fancy-splash-screens)
7137 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7138 all splash text at once and keep the splash buffer around.
7139 (command-line-1): Give display-startup-echo-area-message a t arg.
7140
7141 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7142
7143 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7144 gnus frame is selected.
7145
7146 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7147
7148 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7149
7150 2006-08-22 Kim F. Storm <storm@cua.dk>
7151
7152 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7153 Add suffix matching for subdirs.
7154
7155 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7156
7157 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7158 mouse-yank-at-point is non-nil.
7159
7160 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7161
7162 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7163 a bit wider and remove fringes to fit initial output on line.
7164
7165 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7166
7167 * frame.el (blink-cursor-end): Only ignore the error we care about.
7168 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7169
7170 2006-08-21 Richard Stallman <rms@gnu.org>
7171
7172 * whitespace.el (whitespace-cleanup): Doc fix.
7173
7174 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7175
7176 * net/rcirc.el (rcirc-show-maximum-output): New var.
7177 (rcirc-buffer-process): If no buffer argument is supplied, use
7178 current-buffer.
7179 (rcirc-complete-nick): Complete to the last completed nick first.
7180 (rcirc-mode): Preserve the value of `rcirc-urls' across
7181 connections. Setup scroll function.
7182 (rcirc-scroll-to-bottom): New function.
7183 (rcirc-print): Use nick syntax around regexp work.
7184 Notice dim-nicks speaking only if they say our nick.
7185 (rcirc-update-activity-string): Do not show the modeline indicator
7186 if there are no live rcirc processes.
7187 (rcirc-cmd-ignore): Ignore case.
7188 (rcirc-browse-url-at-point): Fix off-by-one error.
7189
7190 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7191
7192 * progmodes/python.el: Remove * in defcustom docstrings.
7193 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7194 (python-mode): Set tab-width and indent-tabs-mode.
7195
7196 2006-08-20 Dave Love <fx@gnu.org>
7197
7198 * progmodes/python.el: Update to Dave Love's latest version.
7199 (python-font-lock-keywords, python-mode): Don't use
7200 font-lock-syntax-table, but match symbol elements explicitly instead.
7201 (python-mode-map): Add help, and a few more key bindings.
7202 (python-skip-comments/blanks): Move out of comments as well.
7203 (python-continuation-line-p): Behave better with unbalanced parens.
7204 (python-blank-line-p): New fun.
7205 (python-open-block-statement-p): Don't use a heuristic.
7206 (python-outdent-p): Better handle blocks-in-the-same-line.
7207 (python-calculate-indentation): Misc improvements.
7208 (python-comment-indent): Remove.
7209 (python-block-pairs): New var.
7210 (python-first-word): New fun.
7211 (python-indentation-levels): Handle more common cases.
7212 (python-indent-line-1): Add `leave' argument.
7213 (python-indent-region): New fun.
7214 (python-skip-out): New fun.
7215 (python-beginning-of-statement, python-end-of-statement): Use it.
7216 (python-next-statement): Return correct count even at eob.
7217 (python-end-of-block): Fix paren-typo.
7218 (python-imenu-create-index): Add module variables.
7219 (run-python): Add `new' arg.
7220 Check we're at a prompt before returning.
7221 (python-send-command): Move to end of buffer.
7222 Wait for prompt to return.
7223 (python-set-proc): New fun.
7224 (python-imports): New var.
7225 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7226 (python-eldoc-function): Try to move out of arg list.
7227 (python-outline-level): Offset by 1.
7228 (python-find-imports): New fun.
7229 (python-symbol-completions): Use python-imports.
7230 (python-module-path, ffap-alist): Add support for ffap.
7231 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7232 (python-insert-*, python-default-template, python-expand-template):
7233 Add templates/skeletons.
7234 (python-setup-brm): Support for Bicycle Repair Man.
7235 (python-abbrev-syntax-table): New var.
7236 (python-abbrev-pc-hook, python-pea-hook): New funs.
7237
7238 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * frame.el (blink-cursor-start): Set timer first.
7241 (blink-cursor-end): Ignore timer cancelling errors.
7242 Suggested by Ken Manheimer.
7243
7244 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7245
7246 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7247 Add autoload cookie.
7248
7249 2006-08-20 Richard Stallman <rms@gnu.org>
7250
7251 * simple.el (line-number-at-pos): Doc fix.
7252
7253 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7254 timer-activate-when-idle, so timer can run before Emacs becomes
7255 non-idle again.
7256
7257 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7258
7259 * whitespace.el (whitespace-cleanup-internal): New optional arg
7260 REGION-ONLY. If it's non-nil, modify the message to the user
7261 accordingly.
7262 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7263 a non-nil argument.
7264
7265 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7266
7267 * rect.el (spaces-string): Simplify and add doc string.
7268
7269 2006-08-17 Romain Francoise <romain@orebokech.com>
7270
7271 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7272
7273 2006-08-17 Richard Stallman <rms@gnu.org>
7274
7275 * compare-w.el (compare-windows): lambda's take an arg and pass
7276 it to compare-windows-skip-whitespace.
7277
7278 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7279
7280 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7281 the right buffer.
7282
7283 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7284
7285 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7286 removed files.
7287
7288 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7289
7290 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7291 (gdb-locals-watch-map-1): Suppress keymap first.
7292 (gdb-edit-locals-map-1): New variable.
7293 (gdb-edit-locals-value): New function.
7294 (gdb-stack-list-locals-handler): Use them.
7295
7296 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7297
7298 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7299 cursor would normally be drawn in the fringe.
7300
7301 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7302 Reported by Martin Rudalics <rudalics@gmx.at>.
7303
7304 2006-08-16 Richard Stallman <rms@gnu.org>
7305
7306 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7307 (special-event-map): Process drag-n-drop events this way.
7308
7309 * simple.el (move-beginning-of-line): Test whether fields
7310 would prevent motion back to line's first visible character.
7311 If so, stop where the fields would stop the motion.
7312
7313 * newcomment.el (comment-indent): Fully update INDENT
7314 before checking to see if it will change the text.
7315
7316 * cus-edit.el (custom-newline): New function.
7317 (custom-mode-map): Bind newline to custom-newline.
7318
7319 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7320 into ignore-whitespace.
7321 Check each buffer for its skip-function.
7322 Handle compare-windows-skip-whitespace special-case test
7323 by returning t from default skip function.
7324
7325 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7326
7327 * textmodes/org.el (org-clock-special-range)
7328 (org-clock-update-time-maybe): New functions.
7329 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7330 not only a-z.
7331 (org-agenda-get-blocks): Allow multiple blocks per headline.
7332 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7333 (org-export-html-title-format)
7334 (org-export-html-toplevel-hlevel): New options.
7335 (org-export-language-setup): Add support for Czech.
7336 (org-mode, org-insert-todo-heading, org-find-visible)
7337 (org-find-invisible, org-invisible-p, org-invisible-p2)
7338 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7339 (org-show-subtree, org-show-entry, org-make-options-regexp):
7340 Remove compatibility support for old outline-mode.
7341 (org-check-occur-regexp): Funtion removed.
7342 (org-on-heading-p, org-back-to-heading): Made defalias.
7343 (org-set-local): New defsubst.
7344 (org-set-regexps-and-options, org-mode)
7345 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7346 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7347 (org-remember-apply-template, org-table-edit-field)
7348 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7349 (org-set-autofill-regexps): Use `org-set-local'.
7350 (org-table-eval-formula): Fix bug with parsing of display flags.
7351
7352 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7353
7354 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7355 frame with fringe arrow. Suggested by Simon Marshall
7356 <simon.marshall@misys.com>.
7357 (gdb-stack-position): New variable.
7358 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7359 (gdb-frames-mode): Set gdb-stack-position to nil.
7360 Add to overlay-arrow-variable-list
7361 (gdb-reset): Delete gdb-stack-position from above list.
7362
7363 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7364
7365 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7366 read only.
7367
7368 2006-08-13 Romain Francoise <romain@orebokech.com>
7369
7370 * cus-theme.el (customize-create-theme)
7371 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7372
7373 * filesets.el (filesets-add-buffer): Ditto.
7374
7375 * pcvs.el (cvs-change-cvsroot): Ditto.
7376
7377 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7378
7379 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7380 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7381 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7382 expressions.
7383 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7384 Only search till end of line.
7385 Add face to function names in case of no filename.
7386 Add face to variable names of watchpoints.
7387
7388 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7389
7390 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7391 customization group.
7392
7393 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7394
7395 * allout.el (allout-prior-bindings, allout-added-bindings):
7396 Remove, after long deprecation.
7397 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7398 Add customization vars controlling allout-beginning-of-line and
7399 allout-end-of-line conveniences.
7400 (allout-header-prefix, allout-use-mode-specific-leader)
7401 (allout-use-mode-specific-leader, allout-mode-leaders):
7402 Revise docstrings.
7403 (allout-infer-header-lead): Change to be an alias for
7404 allout-infer-header-lead-and-primary-bullet.
7405 (allout-infer-header-lead-and-primary-bullet): New version of
7406 allout-infer-header-lead which assigns the primary bullet to the
7407 same as the header lead, when its being changed.
7408 (allout-infer-body-reindent): Apply regexp-quote instead of
7409 unconditionally prepending "\\", so that all literal
7410 allout-header-prefix and allout-primary-bullet strings are
7411 properly handled.
7412 (allout-add-resumptions): Add optional qualifier for extending or
7413 appending to existing values, rather than replacing them.
7414 (allout-view-change-hook): Clarify docstring.
7415 (allout-exposure-change-hook): Take explicit arguments, via
7416 run-hook-with-args.
7417 (allout-structure-added-hook)
7418 (allout-structure-deleted-hook)
7419 (allout-structure-shifted-hook): New hooks analogous to
7420 allout-exposure-change-hook for other kinds of structural outline
7421 edits.
7422 (allout-encryption-plaintext-sanitization-regexps): New encryption
7423 customization variable, by which cooperating modes can provde
7424 massage of the plaintext without actually being passed it.
7425 (allout-encryption-ciphertext-rejection-regexps)
7426 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7427 customization variables, by which cooperating modes can prohibit
7428 rare but possible ciphertext patterns from fouling their
7429 operation, with actually being passed the ciphertext.
7430 (allout-mode): Run activation and deactivation hooks after the
7431 minor-mode variable has been toggled, to clarify the mode
7432 disposition. The new encryption ciphertext rejection variable is
7433 used to ensure that the ciphertext does not contain text that
7434 would be recognized as outline structural elements by allout.
7435 Substite allout-beginning-of-line and allout-end-of-line for
7436 conventionall beginning-of-line and end-of-line bindings.
7437 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7438 activation!
7439 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7440 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7441 (allout-chart-subtree): Implement new mode, charting only the
7442 visible items in the subtree, when new 'visible' parameter is non-nil.
7443 (allout-end-of-subtree): Properly handle the last item in the buffer.
7444 (allout-pre-command-business, allout-command-counter):
7445 Increment an advertised counter so that cooperating enhancements can
7446 track revisions of items.
7447 (allout-open-topic): Run allout-structure-added-hook with suitable
7448 arguments.
7449 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7450 arguments.
7451 (allout-shift-out): Fix doubling for negative args and ensure call
7452 of allout-structure-shifted-hook by solely using allout-shift-in.
7453 (allout-kill-line, allout-kill-topic):
7454 Run allout-structure-deleted-hook with suitable arguments.
7455 (allout-yank-processing): Run allout-structure-added-hook with
7456 proper arguments.
7457 (allout-yank): Enclose activity in allout-unprotected.
7458 (allout-flag-region): Run allout-exposure-change-hook with
7459 suitable arguments, instead of making the callee infer the arguments.
7460 (allout-encrypt-string):
7461 Support allout-encryption-plaintext-sanitization-regexps,
7462 allout-encryption-ciphertext-rejection-regexps, and
7463 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7464 en/de cryption mode in symmetric encryption failure message.
7465 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7466 copy of the passphrase, and don't zero it or we'll corrupt the
7467 stashed copy.
7468 (allout-create-encryption-passphrase-verifier)
7469 (allout-verify-passphrase): Respect the new signature for
7470 allout-encrypt-string.
7471 (allout-get-configvar-values): Convenience for getting a
7472 configuration variable value and handling its absence gracefully.
7473
7474 2006-08-11 Romain Francoise <romain@orebokech.com>
7475
7476 * obsolete/zone-mode.el: Delete.
7477
7478 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7479
7480 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7481
7482 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7483
7484 * emacs-lisp/bindat.el (bindat-ip-to-string):
7485 Use `format-network-address' if possible.
7486
7487 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7488
7489 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7490
7491 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7492
7493 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7494 restore unread-command-events here.
7495 (edebug-display): Do it here, to detect sit-for interruptions.
7496
7497 2006-08-10 Romain Francoise <romain@orebokech.com>
7498
7499 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7500 (dns-mode-soa-auto-increment-serial): New user option.
7501 (dns-mode-soa-maybe-increment-serial): New function.
7502 (dns-mode): Add the latter to `write-contents-functions'.
7503
7504 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7505 Delete autoload cookies.
7506
7507 2006-08-10 John Wiegley <johnw@newartisans.com>
7508
7509 * eshell/em-glob.el (eshell-glob-chars-list)
7510 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7511
7512 2006-08-10 Richard Stallman <rms@gnu.org>
7513
7514 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7515 (facemenu-set-face): Doc fix.
7516 (facemenu-listed-faces): Doc fix.
7517
7518 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7519
7520 * avoid.el (mouse-avoidance-animating-pointer): New var.
7521 (mouse-avoidance-nudge-mouse): Use it.
7522 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7523 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7524 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7525 Don't activate if currently animating. All callers changed.
7526
7527 2006-08-09 John Wiegley <johnw@newartisans.com>
7528
7529 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7530 variable, which causes timeclock to report elapsed time worked,
7531 instead of just work remaining.
7532
7533 2006-08-09 Kenichi Handa <handa@m17n.org>
7534
7535 * international/latexenc.el (latexenc-find-file-coding-system):
7536 Fix for the case that the 2nd element of arg-list is a cons.
7537
7538 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7539
7540 * info.el (Info-fontify-node): Handle preceding `in' for note
7541 reference hiding rules.
7542
7543 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7544
7545 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7546 mistake a closing " for an opening one.
7547
7548 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7549
7550 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7551
7552 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7553
7554 * complete.el (PC-do-completion): Filter out completions matching
7555 completion-ignored-extensions before checking whether there are
7556 multiple completions.
7557 Don't use `list' unnecessarily when building completion tables.
7558
7559 2006-08-06 Richard Stallman <rms@gnu.org>
7560
7561 * help.el (describe-mode): Make minor mode list more concise.
7562
7563 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7564
7565 * bindings.el: Give mode-line-format, mode-line-modes, and
7566 mode-line-position `standard-value' properties.
7567
7568 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7569
7570 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7571 "(file)node" instead of the file name.
7572
7573 2006-08-05 Richard Stallman <rms@gnu.org>
7574
7575 * faces.el (escape-glyph): Doc fix.
7576
7577 2006-08-04 Kenichi Handa <handa@m17n.org>
7578
7579 * international/mule-diag.el (describe-font): Improve docstring
7580 and error message. Use frame-parameter (not frame-parameters).
7581
7582 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7583
7584 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7585 Correctly mark the end-of-docstring char.
7586
7587 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7588
7589 * simple.el (line-move-to-column): Constrain move-to-column to
7590 current field.
7591
7592 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * font-lock.el (font-lock-beg, font-lock-end)
7595 (font-lock-extend-region-functions): New vars.
7596 (font-lock-extend-region-multiline)
7597 (font-lock-extend-region-wholelines): New functions.
7598 (font-lock-default-fontify-region): Use them.
7599 (font-lock-extend-jit-lock-region-after-change): Only round up
7600 if font-lock-default-fontify-region will do it as well.
7601
7602 * font-lock.el (font-lock-extend-after-change-region-function):
7603 Rename from font-lock-extend-region-function.
7604 (font-lock-extend-region): Remove by inlining at call sites.
7605 (font-lock-after-change-function): Don't needlessly round up to a whole
7606 number of lines.
7607 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7608 the boundary conditions and the interactions between the various ways
7609 to extend the region.
7610
7611 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7614 modification status when forcing the second redisplay.
7615
7616 2006-08-03 Kim F. Storm <storm@cua.dk>
7617
7618 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7619
7620 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7621
7622 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7623 doesn't look like a file name.
7624
7625 * complete.el (PC-expand-many-files): Avoid signalling an error when
7626 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7627
7628 2006-08-02 Andreas Schwab <schwab@suse.de>
7629
7630 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7631
7632 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7633
7634 * bindings.el (map): Make mode-line-buffer-identification-keymap
7635 before defining propertized-buffer-identification.
7636
7637 2006-08-01 Richard Stallman <rms@gnu.org>
7638
7639 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7640
7641 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7642
7643 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7644 default value.
7645 (gdb-find-source-frame): New function.
7646 (menu): Add to menu bar.
7647
7648 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7649
7650 * font-core.el (font-lock-extend-region-function)
7651 (font-lock-extend-region): Move to font-lock.el.
7652
7653 * font-lock.el (font-lock-extend-region-function)
7654 (font-lock-extend-region): Move from font-core.el. Simplify.
7655
7656 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7657 if needed.
7658 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7659 (jit-lock-after-change-extend-region-functions): New hook.
7660 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7661
7662 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7663 (font-lock-turn-on-thing-lock): Use it.
7664
7665 * longlines.el (longlines-show-region): Make it work on read-only
7666 buffers as well.
7667
7668 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7669
7670 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7671
7672 2006-07-31 Richard Stallman <rms@gnu.org>
7673
7674 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7675 (vhdl-speedbar-display-projects): Update old obsolete
7676 speedbar variable names.
7677
7678 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7679
7680 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7681 (gdb-stopped): Use it.
7682
7683 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7684
7685 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7686
7687 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7688 for load-history elements.
7689
7690 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7691
7692 * files.el (convert-standard-filename): For Cygwin, replace
7693 characters not allowed in Windows file names.
7694 (make-auto-save-file-name): Add Cygwin to the list of systems
7695 where the auto-save file name needs to be run through
7696 convert-standard-filename.
7697
7698 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7699
7700 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7701
7702 2006-07-28 Richard Stallman <rms@gnu.org>
7703
7704 * bindings.el (mode-line-frame-identification)
7705 (propertized-buffer-identification): Centralize the code
7706 to initialize the variable.
7707
7708 * progmodes/grep.el (grep-default-command): Catch errors from
7709 wildcard-to-regexp.
7710
7711 2006-07-29 Kim F. Storm <storm@cua.dk>
7712
7713 * progmodes/grep.el (grep-tag-default): New function.
7714 (grep-default-command, grep-read-regexp): Use it.
7715 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7716 as default if nothing else applies.
7717
7718 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7719
7720 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7721 Throw error if buffer is not in Dired and Wdired mode, respectively.
7722
7723 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7724
7725 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7726 self-insert-command keys don't activate buttons.
7727 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7728
7729 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7730
7731 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7732 faces for enable character.
7733
7734 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7735
7736 * Makefile.in (recompile): Update comment to reflect change
7737 on 2004-04-21.
7738
7739 2006-07-27 Richard Stallman <rms@gnu.org>
7740
7741 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7742 (customize-package-emacs-version): Change msg when pkg has no entry.
7743 (custom-no-edit): On a button, do like widget-button-press.
7744
7745 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7746
7747 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7748 S-tab and C-S-tab.
7749
7750 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7751
7752 * progmodes/which-func.el (which-function): Fix documentation/
7753 comment typo.
7754
7755 2006-07-26 Richard Stallman <rms@gnu.org>
7756
7757 * textmodes/ispell.el (ispell-word): If we replace the word,
7758 move point to the end. Insert before deleting.
7759
7760 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7761
7762 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7763 a timer.
7764
7765 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7766
7767 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7768 when at first image.
7769 (tumme-forward-image): Add prefix argument. Add error when at last
7770 image.
7771
7772 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7773
7774 * tabify.el (tabify-regexp): Use more specific regexps.
7775 (tabify): Avoid modifying the buffer unnecessarily.
7776
7777 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7778
7779 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7780 (tumme-format-properties-string): Handle empty `buf'.
7781 (tumme-get-comment): Change variable names inside `let'.
7782 Add missing `let' variable that cause font-lock problems.
7783 (tumme-write-comments): Change variable names inside `let'.
7784 Add missing `let' variable that cause font-lock problems.
7785 (tumme-forward-image): Rename from `tumme-forward-char'.
7786 (tumme-backward-image): Rename from `tumme-backward-char'.
7787
7788 2006-07-25 Masatake YAMATO <jet@gyve.org>
7789
7790 * progmodes/ld-script.el (ld-script-keywords)
7791 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7792 and add comments.
7793
7794 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7795
7796 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7797 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7798 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
7799 for status indicator.
7800
7801 2006-07-24 Richard Stallman <rms@gnu.org>
7802
7803 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
7804
7805 * subr.el (dolist, dotimes): Use interned symbols for locals.
7806 (--dotimes-limit--, --dolist-tail--): New defvars.
7807 (looking-back): Doc fix.
7808
7809 * replace.el (replace-match-string-symbols): Handle dotted lists.
7810
7811 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7812
7813 * tumme.el (tumme-write-tags): Add.
7814 (tumme-write-comments): Add.
7815 (tumme-tag-files): Change to use `tumme-write-tags'.
7816 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
7817 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
7818 (tumme-save-information-from-widgets): Change to use
7819 `tumme-write-comments' and `tumme-write-tags'.
7820 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
7821 (tumme-write-tag): Remove.
7822 (tumme-write-comment): Remove.
7823 (tumme-display-previous-thumbnail-original): Remove empty line.
7824 (tumme-widget-list): Add punctuation.
7825
7826 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
7827
7828 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
7829
7830 2006-07-24 Daiki Ueno <ueno@unixuser.org>
7831
7832 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
7833 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
7834 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
7835
7836 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
7837
7838 * mouse.el (mouse-on-link-p): Doc fix.
7839
7840 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
7841
7842 * emacs-lisp/find-func.el (find-function-search-for-symbol):
7843 Handle "C-h f `".
7844
7845 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
7846
7847 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
7848 column.
7849
7850 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
7851
7852 * textmodes/table.el: Add move-beginning-of-line and
7853 move-end-of-line to Point Motion Only Group.
7854
7855 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
7856
7857 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
7858
7859 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
7860
7861 * startup.el (user-mail-address): Initialize from the `EMAIL'
7862 environment variable first. Document this.
7863 (command-line): Ditto.
7864
7865 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
7866
7867 * help-mode.el (help-function-def, help-variable-def)
7868 (help-face-def): Print a message in the minibuffer.
7869
7870 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
7871
7872 * term/xterm.el (terminal-init-xterm): Fix key bindings
7873 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
7874
7875 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7876
7877 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
7878 where `(nth 1 command)' is a cons cell. Doc fix.
7879
7880 * textmodes/po.el (po-find-charset): Doc fix.
7881
7882 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
7883
7884 * allout.el (allout-unprotected, allout-e-o-prefix-p)
7885 (allout-beginning-of-current-line, allout-end-of-current-line)
7886 (allout-next-visible-heading, allout-open-topic)
7887 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7888 (allout-flag-current-subtree, allout-show-to-offshoot)
7889 (allout-hide-current-entry, allout-show-current-branches)
7890 (allout-hide-region-body, allout-old-expose-topic)
7891 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
7892 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
7893 containing `beginning-of-line' and `end-of-line' with
7894 `inhibit-field-text-motion' t.
7895
7896 2006-07-21 Eli Zaretskii <eliz@gnu.org>
7897
7898 * frame.el (focus-follows-mouse): Document that it doesn't have
7899 any effect on MS-Windows.
7900
7901 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
7902
7903 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
7904
7905 2006-07-20 Jay Belanger <belanger@truman.edu>
7906
7907 * calc.el (calc-previous-alg-entry): Remove variable.
7908
7909 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
7910 New variables.
7911 (calc-alg-entry): Use `calc-alg-entry-history'.
7912 (calc-do-quick-calc): Use `calc-quick-calc-history'.
7913 Remove reference to `calc-previous-alg-entry'.
7914 (calcAlg-edit, calcAlg-enter): Remove reference to
7915 `calc-previous-alg-entry'.
7916 (calcAlg-previous): Use `previous-history-element' instead of
7917 `calc-previous-alg-entry'.
7918 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
7919 Change keybinding for `calcAlg-plus-minus', add keybindings for
7920 `previous-history-element' and `next-history-element'.
7921
7922 * calc-rewr.el (calc-match): Remove reference to
7923 `calc-previous-alg-entry'.
7924
7925 * calc-sel.el (calc-selection-history): New variable.
7926 (calc-enter-selection, calc-sel-mult-both-sides)
7927 (calc-sel-add-both-sides): Use `calc-selection-history'.
7928
7929 * calc-map.el (calc-get-operator-history): New variable.
7930 (calc-get-operator): Use `calc-get-operator-history'.
7931
7932 * calcalg3.el (calc-curve-fit-history): New variable.
7933 (calc-curve-fit): Use `calc-curve-fit-history'.
7934
7935 2006-07-20 Kenichi Handa <handa@m17n.org>
7936
7937 * international/mule-cmds.el (select-safe-coding-system): Fix the
7938 way of deciding eol-type of the coding system.
7939
7940 2006-07-20 Alan Mackenzie <acm@muc.de>
7941
7942 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
7943 (c-lang-setvar): New macro.
7944 (c-make-init-lang-vars-fun): Use the initialization forms in
7945 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
7946 (comment-start, comment-end, comment-start-skip): Change these from
7947 c-lang-defvar's to c-lang-setvar's.
7948
7949 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
7950 which calls make-local-variable on the elements of
7951 c-emacs-variable-inits.
7952 (c-init-language-vars-for): Call this new macro.
7953
7954 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7955
7956 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
7957 Try to rule out false positives due to time stamps.
7958 (compilation-mode-font-lock-keywords): Remove rules made redundant
7959 because of the above change. Add `segmentation fault' to the known and
7960 highlighted compilation termination messages.
7961
7962 2006-07-19 Kim F. Storm <storm@cua.dk>
7963
7964 * progmodes/grep.el (grep-find-ignored-directories):
7965 Add .svn and _darcs to list.
7966
7967 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
7968
7969 * dired.el (dired-mode-map): Add key binding `C-te' for
7970 `tumme-dired-edit-comment-and-tags'.
7971
7972 * tumme.el (tumme-display-thumbnail-original-image): Make sure
7973 image display buffer is displayed before call to
7974 `tumme-display-image.
7975 (tumme-dired-display-image): Make sure image display buffer is
7976 displayed before call to `tumme-display-image.
7977 (tumme-mouse-display-image): Make sure image display buffer is
7978 displayed before call to `tumme-display-image.
7979 (tumme-widget-list): Add.
7980 (tumme-dired-edit-comment-and-tags): Add.
7981 (tumme-save-information-from-widgets): Add.
7982
7983 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
7984
7985 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
7986
7987 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7988
7989 * progmodes/sh-script.el (sh-font-lock-keywords-1):
7990 Revert inadvertently installed patch hunk.
7991
7992 * progmodes/compile.el (compilation-find-file): Handle the
7993 cases where the user selects a non-existent file.
7994
7995 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
7996
7997 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
7998
7999 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8000
8001 * subr.el (sit-for): Just sleep-for if noninteractive.
8002
8003 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8004
8005 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8006
8007 * custom.el (custom-autoload): Add `noset' argument.
8008 (custom-push-theme): Don't autoload the variable, let callers do it.
8009 (custom-theme-set-variables): Autoload the variable if necessary.
8010
8011 * cus-edit.el (custom-variable-state-set): If the variable was
8012 originally set outside custom, but to the same value as the default,
8013 consider it to be standard.
8014
8015 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8016 file *before* telling Emacs to add the autoloads, in case it fails.
8017
8018 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8019 Use `cond', push', and `dolist'.
8020
8021 2006-07-17 Richard Stallman <rms@gnu.org>
8022
8023 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8024 Add defvars to silence warnings.
8025
8026 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8027
8028 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8029 Don't highlight "Compiling file" messages as error.
8030
8031 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8032 file already exists.
8033
8034 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8035
8036 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8037 entry, don't assign to free var; simply return the extracted filename.
8038 (ff-treat-as-special): Incorporate common preamble from callers.
8039 (ff-other-file-name, ff-find-the-other-file):
8040 Update call to ff-treat-as-special.
8041
8042 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8043
8044 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8045
8046 * tumme.el (tumme-get-comment): Fix bug.
8047
8048 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * files.el: Remove spurious * in docstrings.
8051
8052 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8053
8054 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8055 grammar.
8056 (allout-beginning-of-current-line): Beware beginning of buffer.
8057 Also, a comment is simplified.
8058 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8059 when appropriate. (This fix enables use for other than
8060 bullet-hotspot operation.)
8061 (allout-hide-current-subtree): While escalating to sibling-close,
8062 make sure to situate on a topic.
8063
8064 2006-07-14 Kim F. Storm <storm@cua.dk>
8065
8066 * emulation/cua-base.el (cua-delete-selection)
8067 (cua-toggle-set-mark): New defcustoms.
8068 (cua-rectangle-modifier-key): Add `alt' modifier.
8069 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8070 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8071 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8072
8073 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8074
8075 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8076
8077 * allout.el: Require 'cl during byte-compilation/interactive load,
8078 for the `assert' macro.
8079 (allout-mode-deactivate-hook): New hook, run when allout mode
8080 deactivates.
8081 (allout-developer): New allout customization subgroup.
8082 (allout-run-unit-tests-on-load): New allout-developer
8083 customization variable, when true allout unit tests are run towards
8084 end of file load/eval.
8085 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8086 auto-fill-mode.
8087 (allout-resumptions): Remove, to be replaced by...
8088 (allout-add-resumptions): Register variable settings to be
8089 reinstated by `allout-do-resumptions'. The settings are made
8090 buffer-local, but the locality/globality of the suspended setting
8091 is restored on resumption.
8092 (allout-do-resumptions): Reinstate all settings suspended using
8093 `allout-add-resumptions'.
8094 (allout-test-resumptions): Unit tests (and intermediate variables)
8095 for resumptions.
8096 (allout-tests-globally-unbound, allout-tests-globally-true)
8097 (allout-tests-locally-true): Intermediate variables for
8098 resumptions unit tests.
8099 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8100 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8101 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8102 instead of retired `allout-resumptions'. For hook functions, use
8103 `local' parameter so hook settings are created and removed as
8104 buffer-local settings. Revise (resumptions) setting
8105 auto-fill-function so it is set only if already active. (The
8106 related fill-function settings are all made in either case, so
8107 that activating auto-fill-mode activity will have the custom
8108 allout-mode behaviors (hanging indent on topics, if configured for it).
8109 Remove all allout-exposure-category overlays on mode deactivation.
8110 (allout-hotspot-key-handler): New function extracted from
8111 `allout-pre-command-business', so the functionality can be used
8112 for other purposes, eg as a binding in an overlay.
8113 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8114 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8115 customization variable.
8116 (allout-run-unit-tests): Run the (currently quite small)
8117 repertoire of unit tests. Called just before the provide iff user
8118 has customized `allout-run-unit-tests-on-load' non-nil.
8119
8120 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8121
8122 * emacs-lisp/authors.el (authors-aliases): Update.
8123
8124 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8125
8126 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8127 gdb-source-window. Add dedicated argument.
8128 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8129 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8130 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8131 (gdb-display-locals-buffer): Use it.
8132
8133 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8134 Set gdb-source-window.
8135
8136 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8137
8138 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8139 minor modes, redundant with the custom-autoload line above.
8140
8141 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8142
8143 * longlines.el (longlines-post-command-function): Handle open-line too.
8144
8145 2006-07-12 Richard Stallman <rms@gnu.org>
8146
8147 * progmodes/grep.el (grep-last-buffer): Doc fix.
8148
8149 * info.el (Info-try-follow-nearest-node): Doc fix.
8150
8151 * emacs-lisp/edebug.el (edebug-instrument-function):
8152 Err if find-function-noselect gives no position.
8153
8154 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8155 If can't find definition, return nil for position.
8156 (find-function-do-it): Handle new return value
8157 of find-definition-noselect.
8158 (find-definition-noselect, find-variable-noselect): Doc fix.
8159 (find-function-noselect): Doc fix.
8160
8161 * help-mode.el (help-variable-def): Handle find-variable-noselect
8162 returning no position.
8163 (help-function-def): Likewise for find-function-search-for-symbol.
8164 (help-face-def): Likewise.
8165
8166 * help-fns.el (describe-variable): Handle find-variable-noselect
8167 returning no position.
8168
8169 * files.el (locate-file-completion): Avoid duplicates in result.
8170
8171 * cus-edit.el (custom-no-edit): New command.
8172 (custom-mode-map): Remap to custom-no-edit instead of
8173 using suppress-keymap.
8174
8175 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8176
8177 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8178 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8179 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8180
8181 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8182
8183 2006-07-11 Kim F. Storm <storm@cua.dk>
8184
8185 * ido.el (ido-copy-current-file-name): Use buffer-name if
8186 buffer-file-name is nil.
8187
8188 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8189
8190 * simple.el (undo-ask-before-discard): Set to nil.
8191
8192 * vc.el (vc-exec-after): Don't delete process manually.
8193 (vc-print-log): Run log-view-mode in process sentinel inside
8194 inhibit-read-only. Don't shrink window due to timing issues.
8195
8196 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8197 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8198
8199 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8200
8201 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8202 Fix ambiguity introduced by last change.
8203 (compilation-find-file): Move save-excursion to where it may
8204 make sense. Fix a left over `find-file'.
8205
8206 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8207
8208 * textmodes/texinfmt.el (texinfo-format-separate-node):
8209 Insert a string before point, which fits documentation, not after.
8210 (texinfo-multitable-item): In a multitable row, insert any
8211 additional needed @tabs and spaces.
8212
8213 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8214
8215 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8216 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8217 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8218 instead of shell-command.
8219 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8220 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8221 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8222 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8223 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8224 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8225
8226 2006-07-11 Kim F. Storm <storm@cua.dk>
8227
8228 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8229 Remove special case for seconds < 0. Use (redisplay t) instead.
8230
8231 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8232
8233 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8234 avoid compilation error.
8235
8236 * subr.el (sit-for): New function.
8237
8238 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8239
8240 2006-07-10 Richard Stallman <rms@gnu.org>
8241
8242 * ldefs-boot.el (edebug): Update page.
8243
8244 2006-07-10 Kim F. Storm <storm@cua.dk>
8245
8246 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8247 to FOR-RELEASE and TODO.
8248
8249 2006-07-10 Romain Francoise <romain@orebokech.com>
8250
8251 * emacs-lisp/authors.el (authors-aliases): Update.
8252
8253 2006-07-10 Alan Mackenzie <acm@muc.de>
8254
8255 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8256 * cc-mode.el: Changes to eradicate eval-after-load.
8257
8258 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8259
8260 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8261 on non-char events.
8262
8263 2006-07-09 Romain Francoise <romain@orebokech.com>
8264
8265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8266 Don't highlight start/end markers as compilation messages.
8267
8268 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8269 to t.
8270
8271 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8272
8273 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8274
8275 2006-07-08 Richard Stallman <rms@gnu.org>
8276
8277 * term/x-win.el (x-handle-display): Add doc string.
8278
8279 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8280
8281 * subr.el (def-edebug-spec): Move here.
8282 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8283
8284 * imenu.el (imenu-choose-buffer-index): Doc fix.
8285
8286 2006-07-08 Romain Francoise <romain@orebokech.com>
8287
8288 * term/x-win.el (x-display-name): Fix typo.
8289
8290 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8291
8292 * hexl.el (hexl-find-file): Doc fix.
8293
8294 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8295
8296 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8297
8298 * term/x-win.el (x-display-name): Doc fix.
8299
8300 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8301
8302 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8303 long prefixes.
8304 (fill-region-as-paragraph): Don't round up to a whole line.
8305 (fill-comment-paragraph): Don't include the code-before-the-comment
8306 when calling fill-region-as-paragraph.
8307
8308 * international/mule.el (make-char): Remove redundancy.
8309
8310 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8311 property may contain an anonymous function rather than a symbol.
8312
8313 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8314
8315 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8316 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8317
8318 * dirtrack.el (dirtrack-default-directory-function): Remove.
8319 (dirtrack-directory-function): Use file-name-as-directory.
8320 (dirtrack-windows-directory-function): Simplify.
8321 (dirtrack-forward-slash, dirtrack-backward-slash)
8322 (dirtrack-replace-slash): Remove.
8323 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8324 (dirtrack): Fix wrong parenthesizing; use match-string.
8325
8326 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8327 (inferior-octave-mode): Only change the buffer-local value of
8328 comint-dynamic-complete-functions.
8329 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8330 Move the initialization to the declaration.
8331 (inferior-octave-complete): Remove unused var `filter'.
8332
8333 * shell.el (shell-mode): Only change the buffer-local value of
8334 comint-dynamic-complete-functions.
8335
8336 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8337
8338 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8339 entry is skipped because it has been scheduled.
8340 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8341 changing `:org-archived' and `:org-comment' properties.
8342
8343 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8344
8345 * server.el (server-select-display): Don't make the temp frame
8346 minibuffer-only, in case it's not a temp frame.
8347 (server-process-filter): Don't delete the temp frame if it's the
8348 only one we have on that display.
8349
8350 * files.el (find-alternate-file): Doc fix.
8351
8352 2006-07-05 Richard Stallman <rms@gnu.org>
8353
8354 * files.el (abbreviate-file-name): Add save-match-data.
8355
8356 2006-07-03 Richard Stallman <rms@gnu.org>
8357
8358 * faces.el (read-face-name): Doc fix.
8359
8360 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8361
8362 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8363
8364 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8365
8366 * vc.el (vc-diff-internal): Fix prev change.
8367
8368 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8369
8370 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8371 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8372
8373 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8374
8375 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8376 fails if the symbol contains chars like ( or '.
8377 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8378 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8379 `short'.
8380
8381 2006-07-04 Kenichi Handa <handa@m17n.org>
8382
8383 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8384 the current one, don't call set-language-environment, but call one
8385 of set-language-environment-XXX to make INFO effective now.
8386 (set-language-environment): Call set-language-environment-XXX
8387 functions instead of doing the various setups directly.
8388 (set-language-environment-coding-systems): Delete argument eol-type.
8389 (set-language-environment-input-method)
8390 (set-language-environment-nonascii-translation)
8391 (set-language-environment-charset)
8392 (set-language-environment-fontset)
8393 (set-language-environment-unibyte): New functions.
8394
8395 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8396
8397 * locate.el (locate-update-when-revert): New option.
8398 (locate-update-path): New option (suggested by Michael Albinus).
8399 (locate-prompt-for-command): Whitespace change.
8400 (locate-update): No longer offer to update the locate database by
8401 default. Implement the two new options.
8402
8403 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8404
8405 * tooltip.el: Move comment about track-mouse...
8406
8407 * progmodes/gud.el: ...to here.
8408
8409 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8410
8411 * facemenu.el (facemenu-listed-faces): New var.
8412 (facemenu-unlisted-faces): Variable deleted.
8413 (facemenu-add-new-face): Use facemenu-listed-faces.
8414
8415 * emulation/viper-init.el, calendar/calendar.el:
8416 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8417
8418 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8419
8420 * textmodes/org.el (org-mode): Remove no invalid settings for
8421 calc embedded mode.
8422 (org-mode-p): New defsubst.
8423 (org-save-all-org-buffers): New function.
8424 (org-first-headline-recenter): Enclose outline-regexp in group
8425 delimiters.
8426 (org-set-tags): Keep single space after stars.
8427
8428 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8429
8430 * window.el (set-window-text-height): Only set window-min-height to
8431 1 if that's the requested size.
8432
8433 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8434 (diff-unified->context, diff-context->unified)
8435 (diff-reverse-direction): Make sure the end marker stays at the end.
8436 (diff-mode): Add the keymap table at the end of docstring.
8437 Use lexical-let rather than constructing a closure manually.
8438
8439 * files.el (find-file-noselect-1): Remove unused var assignment.
8440 (hack-local-variables-confirm): Print lists of strings as lists of
8441 strings rather than lists of symbols.
8442 (abbreviate-file-name, hack-local-variables-prop-line):
8443 Use match-string.
8444 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8445 (recover-session-finish): Use line-end-position.
8446
8447 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8448
8449 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8450
8451 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8452
8453 * progmodes/make-mode.el (makefile-macroassign-regex):
8454 Accept preceding keyword.
8455 (makefile-gmake-statements): Reorganize, now that makepp has
8456 "override" and also handle forgotten "override define".
8457 (makefile-makepp-statements): Add new "global", "override export"
8458 and "override global".
8459
8460 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8461
8462 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8463 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8464 (ada-no-auto-case): Fix typos in docstrings.
8465
8466 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8467
8468 * info.el (Info-find-node-2): Search for makeinfo version more
8469 carefully.
8470
8471 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8472
8473 * textmodes/org.el (org-prepare-agenda-buffers):
8474 Use `invisible-OK' argument for `org-end-of-subtree'.
8475 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8476 (org-beginning-of-item): Fix bug in regular expression for white line.
8477 (org-export-as-html): Enforce space after bullet in plain list items.
8478 (org-set-autofill-regexps): Require space after plain list bullet
8479 for paragraph-start.
8480 (org-ts-regexp3): New constant.
8481 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8482 (org-timestamp-up-day, org-timestamp-down-day)
8483 (org-timestamp-change): Work with inactive timestamps.
8484 (org-ts-regexp1): Don't allow brackets in time stamps.
8485
8486 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8487
8488 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8489 for ignoring links.
8490
8491 * faces.el (read-face-name): Use it.
8492
8493 2006-06-28 Juri Linkov <juri@jurta.org>
8494
8495 * buff-menu.el (list-buffers-noselect): Compare Info file
8496 with the string "dir" to detect Info directory.
8497
8498 * complete.el (partial-completion-mode): In lambda for
8499 `choose-completion-string-functions' use full function signature
8500 with 4 args, and move point to the end of the minibuffer only if arg
8501 `mini-p' is non-nil.
8502
8503 2006-06-28 John Paul Wallington <jpw@pobox.com>
8504
8505 * ibuffer.el (ibuffer-mode): Doc fix.
8506
8507 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8508
8509 * textmodes/org.el (org-context): New contexts :item-bullet,
8510 :latex-fragment, :latex-preview.
8511 (org-overlays-at, org-overlay-start, org-overlay-end):
8512 New compatibility functions.
8513 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8514 exact regexp that will be used during export.
8515 (org-latex-regexps): New variable.
8516 (org-cdlatex-mode): Improve advice for `texmathp'.
8517 (turn-on-org-cdlatex): New function.
8518
8519 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8520
8521 * term/mac-win.el (mac-handle-font-selection): Change keys of
8522 mac-atsu-font-table from strings to numbers.
8523 (mac-ts-caret-position): Use also when cursor-type is nil.
8524 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8525 Relax condition for using overlay strings.
8526 Use mac-ts-caret-position face when cursor-type is nil.
8527
8528 2006-06-26 Kim F. Storm <storm@cua.dk>
8529
8530 * help.el (view-emacs-news): Declare `res' in the right let* form.
8531
8532 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8533
8534 * net/rcompile.el (remote-compile): Replace ange-ftp based
8535 implementation by Tramp functions.
8536 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8537
8538 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8539
8540 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8541
8542 * international/fontset.el (setup-default-fontset): Fix a typo in
8543 the "Oriya-Akruti" registry name.
8544
8545 2006-06-23 Lars Hansen <larsh@soem.dk>
8546
8547 * desktop.el (desktop-full-file-name): New function.
8548 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8549 (desktop-revert): Use it.
8550 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8551 (desktop-after-read-hook): Add option list-buffers.
8552 (desktop-locals-to-save): Add tab-width.
8553 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8554 Fix docstring.
8555
8556 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8557
8558 * textmodes/org.el (org-cdlatex-mode-map)
8559 (org-cdlatex-texmathp-advice-is-done): New variables.
8560 (org-cdlatex-mode): New minor mode.
8561 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8562 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8563 (org-export-with-archived-trees): New option.
8564 (org-open-file): Remove the call to `convert-standard-filename'.
8565 (org-archive-tag, org-agenda-skip-archived-trees)
8566 (org-cycle-open-archived-trees)
8567 (org-sparse-tree-open-archived-trees): New options.
8568 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8569 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8570 New functions.
8571 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8572 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8573 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8574 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8575 Call `org-prepare-agenda-buffers'.
8576 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8577 (org-file-apps, org-file-apps-defaults-gnu)
8578 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8579 Handle remote files by forcing them to be opened in Emacs.
8580
8581 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8582
8583 * vc.el (vc-diff-knows-L): New variable.
8584 (vc-diff-internal): Use it to handle "diff" programs that don't
8585 understand -L. This works automatically, no user action is necessary.
8586
8587 2006-06-23 Daniel Brockman <daniel@brockman.se>
8588
8589 * net/rcirc.el (rcirc-default-user-full-name): Default to
8590 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8591 longer exists).
8592 (rcirc-process-list): Check `buffer-live-p' before attempting to
8593 switch to a buffer.
8594
8595 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8596
8597 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8598 based on rcirc-coding-system-alist.
8599
8600 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8601
8602 * cus-edit.el (customize-apropos): A better error message.
8603 (top level) <debug-ignored-errors>: Extend and update the list of
8604 ignored error messages.
8605
8606 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8607
8608 * complete.el (PC-do-completion): Retain capitalization of user
8609 input, when possible, even if completion-ignore-case is set.
8610
8611 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8612
8613 * generic-x.el (bat-generic-mode): Support .cmd files.
8614
8615 * dos-w32.el (top level): Use find-file-not-found-functions
8616 instead of the obsolete find-file-not-found-hooks.
8617
8618 2006-06-22 Kim F. Storm <storm@cua.dk>
8619
8620 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8621 to recognize mode name containing submodes, such as Grep/lw.
8622
8623 2006-06-21 Kim F. Storm <storm@cua.dk>
8624
8625 * simple.el (line-move-1): Check for move-end-of-line instead of
8626 end-of-line when setting temporary-goal-column.
8627
8628 2006-06-21 Miles Bader <miles@gnu.org>
8629
8630 * play/cookie1.el (cookie): Work properly when there's only one entry.
8631
8632 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8633
8634 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8635 (gdb-frame-handler): Generalize frame regexp for templates.
8636
8637 2006-06-20 Glenn Morris <rgm@gnu.org>
8638
8639 * calendar/appt.el (appt-display-format): Default value must be
8640 one of the customize options.
8641
8642 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8643
8644 * term/xterm.el (terminal-init-xterm): Update key availability info.
8645 Bind C-return.
8646
8647 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8648
8649 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8650
8651 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8652 whether or not a local variables list is defined.
8653
8654 * msb.el (msb): Move `sit-for' hack here to handle both
8655 "mouse-down and drag" and "mouse-up and select" situations.
8656 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8657
8658 2006-06-20 Kenichi Handa <handa@m17n.org>
8659
8660 * international/characters.el (word-combining-categories):
8661 Add entries for 2-byte Han characters.
8662
8663 2006-06-19 Richard Stallman <rms@gnu.org>
8664
8665 * bindings.el (mode-line-format): Save some mode line space.
8666
8667 * files.el (find-file-noselect): Improve the question wording.
8668 (basic-save-buffer-2): Mask UMASK against 666.
8669
8670 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8671 (mouse-drag-vertical-line): Call it.
8672
8673 * cus-edit.el (customize-option, customize-option-other-window):
8674 Error if SYMBOL is nil.
8675
8676 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8677
8678 * textmodes/org.el: Require noutline, also on XEmacs.
8679 (org-end-of-subtree): Return point.
8680 (org-dblock-start-re, org-dblock-end-re): New constants.
8681 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8682 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8683 (org-update-all-dblocks, org-find-dblock): New functions.
8684 (org-collect-clock-time-entries): New function.
8685 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8686 (org-fixup-indentation): Modify to deal correctly with lines
8687 starting with TAB. Only one argument DIFF now.
8688 (org-demote, org-promote): Call `org-fixup-indentation' with just
8689 one argument, DIFF.
8690 (org-mode): Don't mark buffer as modified when aligning tables.
8691 (org-clock-sum): Don't mark buffer modified when adding time sum
8692 properties.
8693 (org-export-as-html): Add support for a link validation function.
8694 (org-archive-all-done): New function.
8695 (org-archive-subtree): New prefix argument. When set, archive all
8696 done subtrees in this buffer.
8697 (org-remove-clock-overlays)
8698 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8699 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8700 (org-put-clock-overlay): Don't swallow last headline character
8701 when displaying overlay.
8702 (org-store-link): Link to `image-mode' with just the file name.
8703
8704 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8705
8706 * viper-cmd.el (viper-special-read-and-insert-char):
8707 Use read-key-sequence.
8708 (viper-after-change-undo-hook): Misc enhancements.
8709 (viper-after-change-undo-hook): New hook.
8710 (viper-undo): Use viper-after-change-undo-hook.
8711 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8712 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8713 clicking on that widget/button.
8714
8715 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8716
8717 * ediff-diff (ediff-test-patch-utility): Catch errors.
8718 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8719 (ediff-set-actual-diff-options): New function.
8720 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8721 Use ediff-set-actual-diff-options.
8722 (ediff-extract-diffs): Catch errors.
8723 (ediff-whitespace): Add non-breakable space.
8724 (ediff-same-file-contents): Catch errors.
8725
8726 * ediff-mult.el (ediff-collect-custom-diffs):
8727 Save coding-system-for-read.
8728
8729 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8730 (ediff-vc-internal, ediff-vc-merge-internal):
8731 Use ediff-delete-version-file.
8732 (ediff-delete-version-file): New function.
8733
8734 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8735
8736 * ediff.el (ediff-directories, ediff-directory-revisions)
8737 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8738 (ediff-directories-internal, ediff-merge-directory-revisions)
8739 (ediff-merge-directory-revisions-with-ancestor)
8740 (ediff-directories3): Use read-directory-name.
8741
8742 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8743
8744 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8745 Remove superfluous part of regexp for brace matching which is handled
8746 by `scan-lists' call.
8747
8748 2006-06-16 Richard Stallman <rms@gnu.org>
8749
8750 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8751
8752 * files.el (basic-save-buffer-2): For a new precious file,
8753 use the default modes in the return value.
8754
8755 * facemenu.el (facemenu-color-alist): Doc fix.
8756
8757 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8758
8759 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8760
8761 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8762
8763 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8764 (mac-utxt-to-string): Use it.
8765 (mac-ts-update-active-input-area): Use mac-ae-number.
8766
8767 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8768
8769 * term.el (term-handle-scroll, term-delete-lines)
8770 (term-insert-lines): Fix off by one errors.
8771
8772 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8773
8774 * net/tramp.el (tramp-touch): Use UTC to express time.
8775
8776 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8777
8778 * mail/sendmail.el (mail-send): Search explicitly for
8779 mail-header-separator when checking for corrupted header lines.
8780
8781 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8782
8783 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8784 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8785 (gdb-init-1): Initialise them.
8786 (gdb-starting): Reset gdb-printing
8787 (gdb-starting): Save value of gud-overlay-arrow-position.
8788 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8789 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8790 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8791 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8792
8793 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8794
8795 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8796
8797 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8798
8799 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
8800 (ldap-search-internal): Keep error messages, and a regexp fix.
8801
8802 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
8803
8804 * files.el (hack-local-variables-confirm):
8805 Display string value using its printed representation.
8806
8807 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
8808
8809 * server.el (server-edit): No-op if no server buffers exist.
8810
8811 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
8812
8813 * textmodes/page-ext.el (pages-directory-for-addresses):
8814 Including `pages-directory-address-mode' in the function results
8815 in the message "Buffer in which pages were found is deleted".
8816
8817 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
8818
8819 * textmodes/org.el (org-agenda-mode-map): Add bindings for
8820 clocking functions.
8821
8822 (org-agenda-clock-in, org-check-running-clock)
8823 (org-clock-out-if-current, org-remove-clock-overlays)
8824 (org-put-clock-overlay): New functions.
8825 (org-clock-marker, org-clock-file-total-minutes)
8826 (org-clock-overlays): New variables.
8827 (org-clock-display, org-clock-sum, org-clock-cancel)
8828 (org-clock-out, org-clock-in): New commands.
8829 (org-export): New function.
8830 (org-emph-re): New constant.
8831 (org-set-emph-re, org-do-emphasis-faces): New functions.
8832 (org-emphasis-regexp-components, org-emphasis-alist): New options.
8833 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
8834 (org-export-html-convert-emphasize): Use the configurable emphasis.
8835 (org-cleaned-string-for-export): Make multiline emphasis visible
8836 to the exporter. New optional argument PARAMETERS.
8837 (org-export-as-html): Specify :emph-multiline parameter to
8838 `org-cleaned-string-for-export'.
8839
8840 2006-06-10 Richard Stallman <rms@gnu.org>
8841
8842 * help.el (help-for-help-internal): Clean up help text.
8843
8844 2006-06-10 Andreas Schwab <schwab@suse.de>
8845
8846 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
8847 in doc string.
8848
8849 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
8850
8851 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
8852
8853 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
8854 spaces after the comment start.
8855
8856 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8857
8858 * play/pong.el (pong-init-buffer):
8859 Fill buffer with spaces instead of ^A.
8860
8861 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
8862 launched asynchronously, delete its process instead of being cool.
8863 (ispell-async-processp): Check for `delete-process' existence
8864 instead of `kill-process' one for consistency.
8865
8866 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
8867
8868 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
8869 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
8870 in mode line at startup.
8871
8872 2006-06-08 Kim F. Storm <storm@cua.dk>
8873
8874 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
8875 (ido-init-completion-maps): Bind them to M-SPC and M-v.
8876 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
8877 (ido-file-internal): Pass full file name to write-file.
8878 (ido-read-internal): Only pop stack elements automatically if they
8879 actually match an existing directory or file name.
8880
8881 2006-06-07 Kenichi Handa <handa@m17n.org>
8882
8883 * international/mule.el (find-auto-coding): Don't handle the short
8884 name `char-trans'.
8885
8886 * files.el (hack-local-variables-prop-line)
8887 (hack-local-variables): Cancel the previous change.
8888
8889 2006-06-06 Jesper Harder <harder@phys.au.dk>
8890
8891 * ediff-diff.el (ediff-test-utility): Protect against file-error.
8892
8893 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
8894
8895 * diff-mode.el (diff-mode): Set buffer-read-only to t when
8896 diff-default-read-only is non-nil.
8897 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
8898 (diff-refine-hunk): Set inhibit-read-only to t.
8899
8900 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
8901 modifying the *Diff* buffer.
8902 (diff-process-filter): New filter function for diff process that
8903 sets inhibit-read-only to t when modifying the *Diff* buffer.
8904
8905 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
8906
8907 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
8908 insertion point and control the number of empty lines.
8909 (org-paste-subtree): Limit the number of empty lines at the end of
8910 the inserted tree.
8911 (org-agenda): Use buffer name of current file for narrowing.
8912 (org-export-as-xml): Command removed.
8913 (org-export-xml-type): Option removed.
8914 (org-mode-map): Call `org-export-as-xoxo' directly.
8915 (org-get-indentation): New optional argument LINE.
8916 (org-fix-indentation, org-remove-tabs): New functions.
8917 (org-export-as-ascii, org-ascii-level-start): Determine and apply
8918 correct indentation for headlines that are converted it items.
8919 (org-skip-comments): Remove table lines that contain narrowing
8920 cookies but no other non-empty fields.
8921 (org-set-tags): Allow groups of mutually exclusive tags.
8922 (org-cmp-time): Sort 24:21 before items without time.
8923 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
8924 (org-open-at-point): Require double colon also for numbers.
8925
8926 2006-06-06 Kim F. Storm <storm@cua.dk>
8927
8928 * ido.el (ido-default-file-method, ido-default-buffer-method):
8929 Make choice values consistent with corresponding command names.
8930 (ido-visit-buffer): Update accordingly. Default to selected-window.
8931
8932 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
8933
8934 * progmodes/gud.el (gud-running): Fix doc string.
8935 (gud-menu-map): Use :visible instead fo :enable for debugger test.
8936 (gud-tooltip-modes): Add python-mode.
8937 (gud-tooltip-print-command): Add pdb. Remove perldb.
8938
8939 2006-06-05 Eli Zaretskii <eliz@gnu.org>
8940
8941 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
8942 Quote $(EMACS).
8943
8944 2006-06-05 Richard Stallman <rms@gnu.org>
8945
8946 * faces.el (defined-colors): Doc fix.
8947
8948 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
8949
8950 * vc.el (vc-process-filter): Inhibit undo info collection around
8951 call to insert.
8952 (vc-setup-buffer): Likewise for call to erase-buffer.
8953 (vc-do-command): Likewise for call to process-file.
8954
8955 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
8956
8957 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
8958 for gud-go.
8959 (gud-common-init): Other debuggers may trigger error.
8960
8961 2006-06-05 Kenichi Handa <handa@m17n.org>
8962
8963 * international/mule.el (find-auto-coding):
8964 Handle enable-character-translation in file header.
8965
8966 2006-06-04 Kim F. Storm <storm@cua.dk>
8967
8968 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
8969 (authors-fixed-entries): Fix spelling.
8970 (authors-canonical-file-name): Don't report error for wildcards.
8971
8972 * help.el (view-emacs-news): Rewrite to support new NEWS,
8973 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
8974 e.g. version 10 matches 1.10, and don't be confused by version 1.1
8975 being a prefix of 1.12 (etc). A numeric prefix arg also works.
8976
8977 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
8978
8979 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
8980 exec constructs like `foo bar`.
8981 (sh-quoted-subshell): New helper function to search for a possibly
8982 nested subshell (like `` or $()) within a "" quoted string.
8983 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
8984 (sh-apply-quoted-subshell): Flag quote characters inside a
8985 subshell, which is itself already in a quoted region, as
8986 punctuation, since this is the closest to what they actually are.
8987 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
8988 sh-apply-quoted-subshell.
8989 (sh-font-lock-syntactic-face-function): Apply the new face for
8990 text inside `` instead of the old font-lock-string-face.
8991
8992 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8993
8994 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
8995 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
8996 (mac-bytes-to-text-range, mac-ae-text-range-array)
8997 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
8998 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
8999 (mac-ts-unicode-for-key-event): New functions.
9000 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9001 (mac-handle-font-selection): Use mac-ae-number.
9002 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9003 New variables.
9004 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9005 (mac-ts-converted-text, mac-ts-selected-converted-text)
9006 (mac-ts-block-fill-text, mac-ts-outline-text)
9007 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9008 (mac-ts-hilite-style-faces): New constant.
9009 (mac-apple-event-map): Bind text input events.
9010 (mac-dispatch-apple-event): Use command-execute instead of
9011 call-interactively.
9012 (global-map): Don't bind mac-apple-event.
9013 (special-event-map): Bind mac-apple-event.
9014
9015 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9016
9017 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9018 file name.
9019 (emacs): Enclose the value of $(EMACS) in quotes.
9020
9021 2006-06-02 Juri Linkov <juri@jurta.org>
9022
9023 * international/mule.el (sgml-html-meta-auto-coding-function):
9024 Remove the condition `(search-forward "<html" size t)'.
9025 Replace `\"' with `[\"']?' in `re-search-forward'.
9026
9027 2006-06-02 Kenichi Handa <handa@m17n.org>
9028
9029 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9030 as well as `coding'.
9031 (hack-local-variables): Likewise.
9032
9033 * international/mule.el (enable-character-translation):
9034 Put permanent-local and safe-local-variable properties.
9035 (find-auto-coding): Handle char-trans: tag.
9036
9037 2006-06-02 Juri Linkov <juri@jurta.org>
9038
9039 * international/mule.el (sgml-html-meta-auto-coding-function):
9040 Limit the search by the end of the HTML header (if any).
9041
9042 2006-06-01 Richard Stallman <rms@gnu.org>
9043
9044 * subr.el (with-current-buffer): Doc fix.
9045
9046 2006-06-02 Masatake YAMATO <jet@gyve.org>
9047
9048 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9049 Almost rewrite. Underlines over all lines of gcov output are too
9050 uncomfortable to read. Suggested by Dan Nicolaescu.
9051
9052 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9053
9054 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9055
9056 * shell.el (shell-mode): Use shell-mode-map in docstring.
9057
9058 * comint.el (comint-send-input): Do not add help-echo and
9059 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9060
9061 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9062
9063 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9064
9065 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9066
9067 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9068 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9069 look up the stack and pop up GUD buffer if necessary.
9070 (gdb-frames-select): Remove redundant call to gud-display-frame.
9071 (gdb-info-threads-custom): Keep point at start of buffer.
9072 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9073
9074 2006-05-31 Juri Linkov <juri@jurta.org>
9075
9076 * replace.el (query-replace-read-from, query-replace-read-to):
9077 Bind `history-add-new-input' to nil. Call `add-to-history'.
9078
9079 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9080
9081 * textmodes/table.el: Convert all HTML tags to lower case for
9082 XHTML compatibility.
9083
9084 2006-05-31 Masatake YAMATO <jet@gyve.org>
9085
9086 * progmodes/compile.el:
9087 (compilation-error-regexp-alist-alist::gcov-called-line):
9088 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9089
9090 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9091
9092 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9093 Revert inadvertent changes made with last commit.
9094
9095 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9096
9097 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9098 New functions.
9099
9100 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9101
9102 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9103
9104 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9105 only matches in the right place.
9106 (org-upcoming-deadline): New face.
9107 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9108 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9109 and make it an option.
9110 (org-export-ascii-bullets): New option.
9111 (org-export-as-html): Many changes to emit valid XHTML.
9112 (org-par-open): New variable.
9113 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9114 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9115 (org-timeline): Pass `org-timeline-show-empty-dates' to
9116 `org-get-all-dates'. Interpret empty dates returned by
9117 `org-get-all-dates'.
9118 (org-get-all-dates): New argument EMPTY. Add dates without
9119 entries to the list, mark large ranges of empty dates.
9120 (org-point-in-group, org-context): New functions.
9121
9122 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9123
9124 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9125
9126 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9127 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9128 to C-mouse-3 (for 2 button mice).
9129 (gdb-send): Do the right thing for C-d.
9130
9131 * speedbar.el (speedbar-detach): Delete.
9132 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9133 it breaks things.
9134 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9135
9136 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9137
9138 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9139 Makeppfile.
9140
9141 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9142 Add makepp diagnostic.
9143
9144 2006-05-29 Richard Stallman <rms@gnu.org>
9145
9146 * window.el (fit-window-to-buffer): Doc fix.
9147
9148 * help.el (temp-buffer-max-height): Doc fix.
9149
9150 * subr.el (with-current-buffer): Doc fix.
9151
9152 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9153
9154 * term/x-win.el: Bind F10 to menu-bar-start if available.
9155
9156 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9157
9158 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9159 uses with a simple test.
9160 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9161 (term-send-raw-string, term-send-raw, term-mouse-paste)
9162 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9163 (term-handle-exit, term-read-input-ring)
9164 (term-previous-matching-input-string)
9165 (term-previous-matching-input-string-position)
9166 (term-previous-matching-input-from-input)
9167 (term-replace-by-expanded-history, term-send-input)
9168 (term-skip-prompt, term-bol, term-send-invisible)
9169 (term-kill-input, term-delchar-or-maybe-eof)
9170 (term-backward-matching-input, term-check-source)
9171 (term-proc-query, term-emulate-terminal)
9172 (term-handle-colors-array, term-process-pager, term-pager-line)
9173 (term-pager-bob, term-unwrap-line, term-word)
9174 (term-dynamic-complete-filename)
9175 (term-dynamic-complete-as-filename)
9176 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9177 unlesses.
9178
9179 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9180
9181 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9182 during bootstrapping.
9183
9184 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9185 Basically undo the change of 2006-05-26: use extra arguments instead of
9186 dynamic scoping.
9187 (ewoc-locate): Remove unused var `footer'.
9188
9189 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9190
9191 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9192
9193 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9194 (generate-file-autoloads): Obey it. Return whether autoloads were
9195 added at point or not.
9196 (update-file-autoloads): Use this new return value.
9197 Remove redundant test for the presence of an autoload cookie.
9198
9199 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9200 This one calls hack-local-variables.
9201 (generate-file-autoloads, update-file-autoloads): Use it.
9202
9203 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9204 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9205 (bibtex-sort-entry-class-alist): Don't set the global value.
9206 (bibtex-init-sort-entry-class-alist): New fun.
9207 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9208 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9209 of bibtex-init-sort-entry-class.
9210
9211 2006-05-28 Richard Stallman <rms@gnu.org>
9212
9213 * subr.el (load-history-regexp): If FILE is relative, insist
9214 entire last name component must match it.
9215 (load-history-filename-element, load-history-regexp): Doc fixes.
9216
9217 2006-05-29 Kim F. Storm <storm@cua.dk>
9218
9219 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9220 `pos' and `raw-data' for clarity, as eval forms may access these.
9221
9222 2006-05-28 Kim F. Storm <storm@cua.dk>
9223
9224 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9225
9226 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9227
9228 * progmodes/make-mode.el (makefile-browser-map)
9229 (makefile-mode-syntax-table): Move initialization inside declaration.
9230 (makefile-fill-paragraph): Use the default comment-filling code.
9231
9232 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9233
9234 * replace.el (query-replace-defaults): New variable.
9235 (query-replace-read-from): Use `query-replace-defaults' for
9236 default value, instead of history list.
9237 (query-replace-read-to): Update `query-replace-defaults'.
9238
9239 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9240
9241 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9242 with no X toolkit.
9243
9244 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9245
9246 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9247 (tumme-show-all-from-dir): Add autoload.
9248
9249 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9250
9251 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9252 (tumme-remove-tag): Fix bug.
9253
9254 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9255
9256 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9257 FOOTER args. Update unique caller.
9258 (ewoc-delete): Compute last node once before looping.
9259 (ewoc--node-branch): Merge into unique caller.
9260 (ewoc--node): Don't define constructor make-ewoc--node for this
9261 structure.
9262 (ewoc): Add member `hf-pp' to this structure.
9263 (ewoc--wrap): New func.
9264 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9265 header/footer pretty-printers. Save header/footer pretty-printer.
9266 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9267
9268 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9269
9270 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9271
9272 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9273 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9274 Tag'. Change "Compare directories..." to "Change Directories...".
9275 Move tumme commands to Operate, Regexp and Immediate menus.
9276 Change "Add Comment" to "Add Image Comment". Change "Add Image
9277 Tag" to "Add Image Tags".
9278
9279 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9280 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9281 `tumme-delete-tag'.
9282
9283 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9284
9285 * shell.el (shell-mode): Call shell-dirtrack-mode after
9286 list-buffers-directory is made a local variable, to avoid setting
9287 the default value.
9288
9289 2006-05-26 Kevin Ryde <user42@zip.com.au>
9290
9291 * info.el (Info-index-next): Use where-is-internal to report
9292 actual binding of Info-index-next, rather than hard-coded `,'.
9293
9294 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9295
9296 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9297 and "Find Command in Manual" to here.
9298
9299 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9300 Info-current-file as the file name.
9301
9302 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9303
9304 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9305 overrides will now be done a different way.
9306 (ses-set-parameter): Reapply this function for undo.
9307 (ses-set-header-row): Reconstruct header row during undo.
9308 (ses-widen): New function.
9309 (ses-goto-data, ses-reconstruct-all): Use new function.
9310 (ses-command-hook): Widen buffer during undo, before unupdating
9311 the cells.
9312 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9313 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9314 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9315 formula hasn't been executed yet.
9316
9317 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9318
9319 * comint.el (comint-kill-whole-line): Rename arg to count.
9320 Fix doc string.
9321
9322 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9323
9324 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9325 to copy-file.
9326
9327 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9328
9329 * simple.el (toggle-truncate-lines): Make arg optional for
9330 backward compatibility.
9331
9332 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9333
9334 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9335 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9336 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9337 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9338 (ewoc--adjust): Use ewoc--current-dll.
9339 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9340
9341 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9342
9343 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9344 compact error message.
9345 (org-tags-view): Refresh category table in each file.
9346 (org-table-justify-field-maybe): Remove superfluous arguments to
9347 `format'.
9348 (org-export-as-html): Insert "<p>" before postamble.
9349 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9350
9351 2006-05-26 Kenichi Handa <handa@m17n.org>
9352
9353 * textmodes/po.el (po-find-charset): Pay attention to the case
9354 FILENAME is a cons (NAME . BUFFER).
9355 (po-find-file-coding-system-guts): Likewise.
9356
9357 * arc-mode.el (archive-set-buffer-as-visiting-file):
9358 Call find-operation-coding-system with (FILENAME . BUFFER).
9359
9360 * tar-mode.el (tar-extract): Call find-operation-coding-system
9361 with (FILENAME . BUFFER).
9362
9363 * international/mule.el (decode-coding-inserted-region):
9364 Call find-operation-coding-system with (FILENAME . BUFFER).
9365
9366 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9367
9368 * image-mode.el (image-toggle-display): Use buffer contents to
9369 generate image for a remote file.
9370
9371 2006-05-25 Juri Linkov <juri@jurta.org>
9372
9373 * replace.el (query-replace-read-from, query-replace-read-to):
9374 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9375
9376 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9377
9378 * whitespace.el (whitespace-cleanup): Change to cleanup
9379 region if one is active.
9380 * whitespace.el (whitespace-cleanup-internal): New internal method.
9381
9382 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9383
9384 * dired.el (dired-mode-map): Add help-echo strings to tumme
9385 commands. Bind `tumme-dired-display-image' to C-t i.
9386
9387 * tumme.el (tumme-display-image): Change documentation string slightly.
9388 (tumme-dired-display-image): Add call to `display-buffer'.
9389
9390 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9391
9392 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9393 Signal error if RAW-DATA is a multibyte string.
9394
9395 2006-05-24 Richard Stallman <rms@gnu.org>
9396
9397 * subr.el (with-local-quit): When handling `quit' signal,
9398 make a chance for quit-flag to cause a quit.
9399
9400 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9401 (ad-disable-advice): Add autoloads.
9402
9403 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9404
9405 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9406
9407 * dired.el (dired-mode-map): Change menu items for tumme as per
9408 suggestions in emacs-devel.
9409
9410 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9411
9412 * dired.el (dired-mode-map): Fix breakage.
9413
9414 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9415
9416 * tumme.el (tumme-display-dired-image): Rename to...
9417 (tumme-dired-display-image): ...this.
9418 (tumme-track-movement): Change default value to t.
9419 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9420 used from `tumme-next-line-and-display' and similar commands.
9421
9422 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9423 Immediate menu. Add some tumme commands there.
9424
9425 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9426
9427 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9428
9429 2006-05-24 Chong Yidong <cyd@mit.edu>
9430
9431 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9432 menu entries that open submenus.
9433
9434 2006-05-24 Alan Mackenzie <acm@muc.de>
9435
9436 * startup.el (command-line): For names of preloaded files, don't
9437 append ".elc" (now done in Fload), and call file-truename on the
9438 lisp directory.
9439
9440 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9441 match ANY loaded file with the right name, not just those in
9442 load-path. Put a regexp matching the file name into
9443 after-load-alist, rather than the name itself.
9444
9445 * subr.el (load-history-regexp, load-history-filename-element)
9446 (do-after-load-evaluation): New functions.
9447
9448 * international/mule.el (load-with-code-conversion): Do the
9449 eval-after-load stuff by calling do-after-load-evaluation.
9450
9451 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9452
9453 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9454 has not been killed.
9455
9456 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9457
9458 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9459 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9460 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9461 Optionally set error message in reply.
9462
9463 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9464
9465 * textmodes/org.el (org-open-at-point): Use renamed variable
9466 `org-confirm-shell-link-function'.
9467 (org-confirm-shell-link-function): Rename from
9468 `org-confirm-shell-links'.
9469 (org-export-directory): New function.
9470 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9471 (org-export-icalendar): Use `org-export-directory'.
9472 (org-indent-item): Keep cursor position.
9473 (org-link-file-path-type): New option.
9474 (org-export-as-html): Fix bug with plain lists starting in
9475 column 0.
9476 (org-export-as-html): Remove deadline formatting, this happens
9477 now already in `org-html-handle-time-stamps'.
9478 (org-export-html-style): Deadline class removed.
9479 (org-insert-labeled-timestamps-at-point): New option.
9480 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9481 of `hide-sublevels 1', in case the first headline is not level 1.
9482 (org-overview, org-content): New fuction.
9483 (org-cycle-global-status, org-cycle-subtree-status): Make these
9484 variables buffer-local.
9485 (org-global-cycle): New command.
9486 (org-shifttab): Use `org-global-cycle'.
9487 (org-insert-heading, org-insert-item): Go to end of new
9488 headline/item after creating it.
9489 (org-export-visible): Rename from `org-export-copy-visible'.
9490 Now creates a temporary org-file and applies an exporting command
9491 to it.
9492 (org-table-eval-formula): Support for lisp forms.
9493 (org-agenda-todo-ignore-scheduled): New option.
9494 (org-agenda-get-todos): Use new option
9495 `org-agenda-todo-ignore-scheduled'.
9496 (org-export-html-inline-images): New value `maybe'.
9497 (org-export-as-html): Inlining of images dependent on link description.
9498 (org-archive-subtree): Check for end-of-buffer before trying
9499 `kill-line'.
9500 (org-agenda-follow-mode): New option.
9501 (org-export-with-tags, org-export-with-timestamps): New options.
9502 (org-html-handle-time-stamps): New function.
9503 (org-keyword-time-regexp): New variable.
9504 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9505 (org-agenda-todo-list-sublevels): New option.
9506 (org-html-level-start): When TITLE is nil, just close all levels.
9507 (org-parse-key-lines, org-parse-export-options): Remove functions,
9508 replaced by `org-infile-export-plist'.
9509 (org-combine-plists, org-infile-export-plist)
9510 (org-default-export-plist): New functions.
9511 (org-export-html-preamble, org-export-html-postamble)
9512 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9513 New variables.
9514 (org-export-publishing-directory): New option.
9515 (org-export-as-html, org-export-as-ascii): Use the new property
9516 lists for settings.
9517 (org-export-copy-visible, org-export-as-xoxo):
9518 Respect `org-export-publishing-directory'.
9519 (org-link-search, org-store-link, org-file-apps): Support for
9520 links to BibTeX database entries..
9521 (org-get-current-options, org-set-regexps-and-options):
9522 Implement logging as a startup option.
9523 (org-store-link): Make sure context string is never empty
9524 (org-insert-link): Use relative path when possible.
9525 (org-at-item-checklet-p): New function.
9526 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9527 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9528 (org-metaright, org-metaup, org-metadown, org-shiftup)
9529 (org-shiftdown, org-shiftright, org-shiftleft)
9530 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9531 Dispatch using `call-interactively'.
9532 (org-call-with-arg): New defsubst.
9533 (org-tag-alist, org-use-fast-tag-selection): New options.
9534 (org-complete): Use `org-tag-alist'.
9535 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9536 (org-next-item, org-previous-item): New commands.
9537 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9538 make command.
9539 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9540
9541 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9542
9543 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9544 (ewoc-filter): Use `ewoc-delete'.
9545
9546 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9547
9548 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9551 Signal more user-friendly error messages.
9552
9553 * complete.el (PC-do-completion): Undo the addition of implicit
9554 wildcards if they did not lead to finding any match.
9555 (read-file-name-internal): Don't add the final > if the completion is
9556 not finished.
9557
9558 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9559
9560 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9561 Quote safe-local-variable predicate.
9562
9563 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9564
9565 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9566
9567 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9568
9569 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9570
9571 * progmodes/make-mode.el (makefile-special-targets-list)
9572 (makefile-macro-table, makefile-target-table): Mark as risky.
9573 (makefile-query-one-target-method): Make this the alias for the
9574 following variable.
9575 (makefile-query-one-target-method-function): Make this the real name.
9576
9577 * textmodes/artist.el (artist-text-renderer): Make this the alias
9578 for the following variable.
9579 (artist-text-renderer-function): Make this the real name.
9580
9581 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9582 the alias for the following variable.
9583 (flyspell-generic-check-word-predicate): Make this the real name.
9584
9585 * textmodes/ispell.el (ispell-format-word): Make this the alias
9586 for the following variable.
9587 (ispell-format-word-function): Make this the real name.
9588 (ispell-message-text-end): Mark as risky.
9589
9590 * skeleton.el (skeleton-transformation, skeleton-filter)
9591 (skeleton-pair-filter): Make these the aliases for the following
9592 variables.
9593 (skeleton-transformation-function, skeleton-filter-function)
9594 (skeleton-pair-filter-function): Make these the real names.
9595
9596 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9597 and skeleton-pair-filter-function.
9598
9599 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9600 alias for the following variable.
9601 (sgml-transformation-function): Make this the real name.
9602 (sgml-tag-alist): Mark as risky.
9603
9604 2006-05-21 Richard Stallman <rms@gnu.org>
9605
9606 * simple.el (kill-region): Interactively, pass point, then mark.
9607
9608 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9609
9610 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9611
9612 2006-05-21 Romain Francoise <romain@orebokech.com>
9613
9614 * dired-x.el (dired-mode-map): Don't bind M-g.
9615
9616 2006-05-20 Richard Stallman <rms@gnu.org>
9617
9618 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9619 (dired-goto-file): Doc fix.
9620
9621 2006-05-21 Kim F. Storm <storm@cua.dk>
9622
9623 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9624 way to enable built-in cua-mode if user loads older CUA-mode package.
9625
9626 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9627 if default-filename is specified.
9628
9629 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9630
9631 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9632
9633 * info.el (info-apropos): Make sure current-file and current-node
9634 have non-nil values. Speed up by using add-to-list instead of
9635 manual consing.
9636
9637 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9638
9639 * progmodes/make-mode.el (makefile-mode): Doc fix.
9640
9641 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9642
9643 * dired-aux.el (dired-do-shell-command): Doc fix.
9644
9645 2006-05-20 Kevin Ryde <user42@zip.com.au>
9646
9647 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9648 ``(custom-manual :tag "Foo" "(foo)Node")''.
9649
9650 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9651
9652 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9653 value is an integer.
9654
9655 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9656
9657 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9658 "format".
9659 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9660
9661 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9662
9663 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9664 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9665
9666 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9667
9668 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9669 regexp for keywords.
9670
9671 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9672
9673 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9674 replace-regexp-in-string.
9675
9676 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9677 encode, and escape file name on conversion to URL.
9678
9679 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9680
9681 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9682 Don't unescape URL.
9683 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9684
9685 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9686 on conversion to URLs.
9687
9688 * net/browse-url.el (browse-url-file-url): Encode file name on
9689 conversion to URL.
9690
9691 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9692 conversion to URL.
9693
9694 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9695
9696 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9697
9698 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9699
9700 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9701 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9702
9703 2006-05-19 Glenn Morris <rgm@gnu.org>
9704
9705 * calendar/diary-lib.el (diary-bahai-date)
9706 (list-bahai-diary-entries, mark-bahai-diary-entries)
9707 (mark-bahai-calendar-date-pattern): Not interactive.
9708 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9709 (diary-entries-list): Change format of 4th element in each entry.
9710 (diary-list-entries): Use add-to-diary-list.
9711 (diary-goto-entry): Handle the case where the buffer visiting the
9712 diary has been killed.
9713 (fancy-diary-display): Add 'locator to button rather than 'marker.
9714 Only generate temp-face when there are marks to apply.
9715 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9716 (diary-fancy-date-pattern): New variable.
9717 (diary-time-regexp): Doc fix.
9718 (diary-anniversary, diary-time): New faces.
9719 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9720 diary-time-regexp. Add font-lock-multiline property where needed.
9721 Use new faces diary-anniversary and diary-time.
9722 (diary-fancy-font-lock-fontify-region-function): New function, to
9723 handle multiline font-lock pattern in fancy diary.
9724 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9725 (diary-font-lock-keywords): Tweak time regexp. Use new face
9726 diary-time.
9727
9728 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9729
9730 * international/code-pages.el (mik): Table corrected.
9731
9732 2006-05-18 Kim F. Storm <storm@cua.dk>
9733
9734 * progmodes/grep.el (grep-find): Don't check grep-find-command
9735 before running command (breaks non-interactive usage).
9736
9737 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9738
9739 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9740 (ewoc--insert-new-node): Don't insert trailing newline.
9741 Instead, adjust successor nodes's start markers.
9742 (ewoc--refresh-node): Delete all text from current node's start
9743 marker to the next one's; adjust successor nodes's start markers.
9744 (ewoc--create): Doc fixes.
9745 (ewoc--refresh): Don't insert newline.
9746 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9747 * pcvs.el (cvs-make-cvs-buffer):
9748 Specify extra newline for ewoc's header and footer.
9749 (cvs-update-header): Update initial header recognition.
9750 Append newline to final header and footer values.
9751 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9752
9753 2006-05-17 Richard Stallman <rms@gnu.org>
9754
9755 * files.el (file-name-extension): Doc fix.
9756
9757 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9758
9759 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9760 we can explicitly enable/disable rather than toggle.
9761 (shell-mode): Use it.
9762 (shell-cd): Don't try to reproduce what `cd' does.
9763
9764 2006-05-17 Kim F. Storm <storm@cua.dk>
9765
9766 * ido.el (ido-read-internal): Use only nondirectory part of
9767 default item.
9768
9769 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9770
9771 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9772 (ewoc-nth): Doc fix.
9773
9774 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9775
9776 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9777
9778 * international/mule.el (auto-coding-alist): Add .lha to files
9779 read with no-conversion.
9780
9781 * files.el (auto-mode-alist): Add .lha files to archive file
9782 extensions.
9783
9784 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9785 Convert csize to integer when computing offsets within the
9786 compressed archive file.
9787
9788 2006-05-16 Kim F. Storm <storm@cua.dk>
9789
9790 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9791 with read-from-minibuffer.
9792
9793 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9794
9795 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9796 (byte-compile-warnings): Fix safe-local-variable property.
9797
9798 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
9799
9800 * allout.el (allout-show-bodies, allout-old-style-prefixes)
9801 (allout-stylish-prefixes, allout-numbered-bullet)
9802 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
9803 predicates to qualify `safe-local-variable' property, when
9804 available, else use equivalent lambda.
9805 (allout-current-topic-collapsed-p): Do the right thing regarding
9806 trailing blank lines.
9807
9808 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
9809
9810 * server.el (server-start): Only create a directory if needed.
9811 (server-edit, server-unload-hook): server-start => server-mode.
9812 (kill-emacs-hook): Cleanup upon exit.
9813
9814 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
9815
9816 * hexl.el (hexlify-buffer): Encode process arguments manually.
9817
9818 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
9819
9820 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
9821 call to gdb-tooltip-print.
9822
9823 2006-05-15 Romain Francoise <romain@orebokech.com>
9824
9825 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
9826 systems, default to "tar" since those systems probably have GNU tar.
9827
9828 2006-05-14 Lars Hansen <larsh@soem.dk>
9829
9830 * desktop.el (desktop-missing-file-warning): Fix docstring.
9831 (desktop-restore-file-buffer): Correct question asked on missing file.
9832
9833 2006-05-14 Kim F. Storm <storm@cua.dk>
9834
9835 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
9836 Add CUA move property.
9837
9838 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
9839
9840 * custom.el (custom-push-theme): Load the variable before checking
9841 its `standard-value'.
9842
9843 2006-05-13 Lars Hansen <larsh@soem.dk>
9844
9845 * desktop.el (desktop-save): Use with-temp-buffer.
9846
9847 2006-05-12 Glenn Morris <rgm@gnu.org>
9848
9849 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
9850 * calendar/calendar.el (calendar-mode-map):
9851 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
9852 * calendar/appt.el (appt-check, appt-make-list): Refer to
9853 diary-view-entries, diary-list-entries, diary-show-all-entries
9854 rather than obsolete aliases.
9855
9856 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9857
9858 * simple.el (line-move-finish): Avoid calling point motion hooks
9859 while processing intangibility.
9860
9861 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
9862
9863 * term/xterm.el (terminal-init-xterm): Fix typo.
9864
9865 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
9866
9867 * allout.el (allout-view-change-hook): Mark as being deprecated,
9868 to be replaced by `allout-exposure-change-hook'.
9869 (allout-exposure-change-hook): New, replacing
9870 `allout-view-change-hook'.
9871 (allout-flag-region): Run new hook `allout-exposure-change-hook',
9872 in addition to `allout-view-change-hook'.
9873 (allout-show-bodies, allout-old-style-prefixes)
9874 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
9875 lambda forms to prevent their showing up in variable help
9876 presentations as inscrutable byte-compiled code.
9877 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
9878 Use string-or-null-p to qualify safe-local-variable values.
9879 (allout-reindent-bodies): Use memq to qualify matches against
9880 valid safe-local-variable values. Also, quote the lambda as above.
9881 (allout-use-mode-specific-leader): Add missing candidate-value
9882 symbols, use memq, and quote the lambda.
9883 (allout-overlay-interior-modification-handler): Remove unused
9884 variables `msg' and 'opened'.
9885 (allout-hidden-p): Constrain invisibility consideration to allout's
9886 invisibility spec, disregarding invisibility for other reasons.
9887
9888 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
9889
9890 * files.el (version-control): Correct safe values.
9891
9892 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
9893
9894 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
9895
9896 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
9897 (ewoc--insert-new-node): New func.
9898 Update callers of deleted funcs to use it, instead.
9899
9900 2006-05-11 Glenn Morris <rgm@gnu.org>
9901
9902 * calendar/calendar.el (diary-show-all-entries): Do not refer to
9903 obsolete alias `show-all-diary-entries'.
9904 (make-diary-entry): Not interactive.
9905 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
9906 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
9907 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
9908 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
9909 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
9910 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
9911
9912 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9913
9914 * calendar/calendar.el (calendar-french-date-string)
9915 (calendar-mayan-date-string, calendar-chinese-date-string)
9916 (calendar-astro-date-string, calendar-iso-date-string)
9917 (calendar-islamic-date-string, calendar-bahai-date-string)
9918 (calendar-hebrew-date-string, calendar-coptic-date-string)
9919 (calendar-ethiopic-date-string, calendar-persian-date-string):
9920 These functions are not interactive.
9921
9922 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
9923
9924 * files.el: Balance parentheses.
9925
9926 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9927
9928 * files.el, newcomment.el, outline.el, simple.el,
9929 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
9930 * progmodes/cc-vars.el, progmodes/compile.el:
9931 Move `safe-local-variable' declarations to the respective files.
9932
9933 * help-fns.el (describe-variable): Don't print safe-var if it is
9934 byte-code. Improve wording as suggested by Luc Teirlinck.
9935
9936 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9937
9938 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
9939 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
9940 Use a token for pending-triggers to ensure gdb-var-update
9941 gets called once per user input again for pre-GDB 6.4.
9942 (gdb-var-delete): Match on more complex expressions.
9943 (gdb-var-list-children-handler, gdb-var-create-handler):
9944 Use a token for consistency.
9945
9946 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
9947
9948 * textmodes/org.el (org-read-date, org-goto-calendar)
9949 (org-agenda-goto-calendar):
9950 Bind `view-calendar-holidays-initially' to nil.
9951
9952 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
9953
9954 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
9955 Update all callers to do it there, instead.
9956
9957 2006-05-10 Glenn Morris <rgm@gnu.org>
9958
9959 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
9960 prefix arg case, to avoid view-diary-entries-initially error.
9961 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
9962 (calendar-date-is-legal-p): Handle dates with no day part.
9963
9964 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
9965
9966 * comint.el (comint-insert-input): Just make it when
9967 comint-use-prompt regexp is nil (default) and with the mouse.
9968 (comint-copy-old-input): Reinstate from 2004-06-23.
9969 (comint-mode-map): Bind C-c C-m to it.
9970
9971 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
9972
9973 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
9974 Remove spurious move to point-max (new comint behavior fixes).
9975
9976 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
9977 compatibility function (Emacs 18/19).
9978 (idlwave-is-continuation-line): Always return point at start of
9979 previous non-blank continuation line.
9980 (keyword-parameters): Fix continued comment font-lock matcher.
9981 (idlwave-font-lock-fontify-region): Written, use as
9982 font-lock-fontify-region-function, to fix continued keyword
9983 fontification issues.
9984
9985 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9986
9987 * term/mac-win.el (mac-font-panel-mode): Doc fix.
9988 (mac-service-selection, mac-service-open-file)
9989 (mac-service-open-selection, mac-service-mail-selection)
9990 (mac-service-mail-to, mac-service-insert-text): Rename from
9991 mac-services-*. All uses changed.
9992 (mac-apple-event-map): Rename event symbol `services' to `service'.
9993
9994 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
9995
9996 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
9997 (ewoc--node-enter-first, ewoc--node-enter-last)
9998 (ewoc--delete-node-internal): Merge funcs into unique callers.
9999
10000 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10003 return value of read-from-minibuffer for empty input.
10004
10005 2006-05-09 Miles Bader <miles@gnu.org>
10006
10007 * comint.el (comint-insert-input): Remove redundant calls to setq
10008 and goto-char.
10009
10010 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10011
10012 * comint.el (comint-insert-input): Make it work when
10013 comint-use-prompt-regexp is t.
10014
10015 2006-05-10 Miles Bader <miles@gnu.org>
10016
10017 * subr.el (field-at-pos): New function.
10018
10019 * comint.el (comint-insert-input): Use it.
10020
10021 2006-05-09 Juri Linkov <juri@jurta.org>
10022
10023 * battery.el (battery-linux-proc-acpi): Also try
10024 `/proc/acpi/thermal_zone/THR2/temperature'.
10025
10026 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10027 for now unused lambda `string-or-null'.
10028
10029 * add-log.el (change-log-default-name): Put `string-or-null-p'
10030 instead of lambda on `safe-local-variable' property.
10031
10032 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10033 `region-end' instead of `mark' and `point'.
10034 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10035 Operate on region in Transient Mark mode when the mark is active.
10036 Use `region-beginning' and `region-end' instead of `mark' and
10037 `point'.
10038 (diff-hunk-text, diff-goto-source): Doc fix.
10039
10040 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10041 face `mode-line-buffer-id' for mode-line buffer face instead of
10042 hard-coded `(:weight bold)'.
10043
10044 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10045 buffer-undo-list to t (undo-ask is reproducible by visiting
10046 nested archives).
10047
10048 2006-05-09 Kim F. Storm <storm@cua.dk>
10049
10050 * progmodes/grep.el (rgrep): Set default directory of *grep*
10051 buffer if we start M-x rgrep in the *grep* buffer and choose
10052 a different base directory.
10053
10054 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10055
10056 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10057 completion also when ido is loaded.
10058
10059 2006-05-09 Masatake YAMATO <jet@gyve.org>
10060
10061 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10062 "warning" and "import".
10063 (cpp-font-lock-keywords): Added "warning".
10064
10065 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10066
10067 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10068
10069 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10070
10071 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10072 pages at a time, if we signal the end, we should indeed reach that end.
10073
10074 2006-05-08 David Reitter <david.reitter@gmail.com>
10075
10076 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10077 output during execution of the body.
10078
10079 2006-05-08 Kim F. Storm <storm@cua.dk>
10080
10081 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10082
10083 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10084
10085 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10086 Use with-current-buffer.
10087
10088 2006-05-07 Kim F. Storm <storm@cua.dk>
10089
10090 * subr.el (add-to-history): Remove keep-dups arg.
10091
10092 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10093 to nil around call to add-to-history.
10094
10095 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10098 than after a buffer modification.
10099
10100 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10101
10102 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10103 call to...
10104 (gud-watch): ...here so speedbar is raised for already watched
10105 expressions.
10106 (gdb-speedbar-refresh): Delete function.
10107 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10108 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10109 earlier change).
10110 (gdb-var-evaluate-expression-handler)
10111 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10112
10113 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10114 Update localized contents for all buffers except ignored modes.
10115
10116 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10117
10118 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10119 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10120 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10121 (mac-handle-font-panel-closed, mac-handle-font-selection):
10122 New functions.
10123 (mac-font-panel-mode): New minor mode.
10124 (mac-apple-event-map): Add bindings for toolbar toggle button and
10125 font panel.
10126 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10127
10128 2006-05-07 John Paul Wallington <jpw@pobox.com>
10129
10130 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10131 Avoid `regexp-opt'; simplify regexp for readability.
10132
10133 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10134
10135 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10136 * files.el (buffer-stale-function):
10137 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10138 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10139 links to the main manual, not to emacs-xtra.
10140
10141 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10142
10143 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10144 MacJapanese if text is ASCII-only.
10145
10146 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10147
10148 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10149 unless so nil isn't returned.
10150 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10151
10152 2006-05-06 Kim F. Storm <storm@cua.dk>
10153
10154 * subr.el (add-to-history): New function.
10155
10156 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10157 (ediff-merge-files-with-ancestor):
10158 * env.el (setenv):
10159 * isearch.el (isearch-update-ring):
10160 * server.el (server-visit-files):
10161 * progmodes/grep.el (lgrep, rgrep):
10162 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10163 * progmodes/xscheme.el (xscheme-insert-expression):
10164 Use add-to-history.
10165
10166 * kmacro.el (kmacro-push-ring): Use add-to-history.
10167 (kmacro-ring-length): Remove unused defun.
10168 (kmacro-start-macro): Use kmacro-push-ring.
10169
10170 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10171
10172 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10173 directly instead of a lambda expression that calls it.
10174
10175 2006-05-06 Kim F. Storm <storm@cua.dk>
10176
10177 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10178 instead of compute-motion.
10179
10180 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10181
10182 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10183 change.
10184
10185 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10186
10187 * startup.el (command-line-1): Refer to "Pure Storage" on
10188 pure-space-overflow.
10189
10190 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10191
10192 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10193 provided faces once they all have been used up.
10194
10195 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10196
10197 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10198 reference to the Lisp manual to the warning about pure space
10199 overflow.
10200
10201 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10202
10203 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10204 argument to avoid the call to `ispell-internal-change-dictionary'
10205 when not needed.
10206 (ispell-change-dictionary): Use this argument and call
10207 `ispell-internal-change-dictionary' after the possible change
10208 to `ispell-local-dictionary'.
10209 (ispell-internal-change-dictionary): Check for a change in
10210 personal dictionary use too.
10211
10212 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10213
10214 * startup.el (command-line): On MS-Windows, probe "~", not
10215 "~USER", for warning about non-existent home directory
10216
10217 * arc-mode.el (archive-l-e): New optional argument `float' means
10218 generate a float value.
10219 (archive-arc-summarize, archive-lzh-summarize)
10220 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10221 with 3rd argument non-nil when file's size is being computed.
10222 Format the file sizes with %8.0f instead of %8d.
10223
10224 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10225
10226 * cus-start.el (all): Add mac-dnd-known-types.
10227
10228 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10229 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10230 (mac-TIFF-to-string): New functions.
10231 (x-get-selection, x-selection-value)
10232 (mac-select-convert-to-string): Use them.
10233 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10234 (mac-dnd-types-alist): New customization variable.
10235 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10236 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10237 (mac-dnd-handle-drag-n-drop-event): New functions.
10238 (mac-drag-n-drop): Remove function.
10239 (global-map): Bind drag-n-drop and M-drag-n-drop to
10240 mac-dnd-handle-drag-n-drop-event.
10241
10242 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10243
10244 * progmodes/perl-mode.el (perl-beginning-of-function):
10245 Skip anonymous subs.
10246
10247 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10248
10249 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10250 regexp-opt at run time.
10251
10252 * term.el (term-handle-ansi-escape): Fix off by one error.
10253
10254 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10255
10256 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10257 (gdb-init-1, gdb-post-prompt): ...and references to it.
10258 (gdb-frame-handler): Strip directory name from filename if present.
10259
10260 * progmodes/gud.el (gdb-force-update): Delete defvar
10261 (gud-speedbar-buttons): ...and references to it. Use window-start
10262 to try to keep positon in watch expression.
10263
10264 2006-05-03 Richard Stallman <rms@gnu.org>
10265
10266 * simple.el (next-history-element, previous-history-element): Doc fix.
10267
10268 * isearch.el (isearch-update-ring): Doc fix.
10269
10270 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10271
10272 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10273 into consideration. Replace one arm ifs with whens.
10274
10275 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10276
10277 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10278 (menu): Fix typo.
10279
10280 2006-05-02 Miles Bader <miles@gnu.org>
10281
10282 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10283
10284 2006-05-02 Jay Belanger <belanger@truman.edu>
10285
10286 * calc/calc-embed.el (calc-override-minor-modes-map)
10287 (calc-override-minor-modes): New variables.
10288 (calc-do-embedded): Make sure that Calc keystrokes aren't
10289 overwritten by minor modes.
10290
10291 2006-05-02 Chong Yidong <cyd@mit.edu>
10292
10293 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10294
10295 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10296
10297 * startup.el (command-line-1): Refer to Lisp manual when
10298 pure-space-overflow occurs.
10299
10300 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10301 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10302 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10303 (version-control): Don't use `t' for safe-local-variable declarations.
10304
10305 2006-05-01 Richard Stallman <rms@gnu.org>
10306
10307 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10308 M-r, M-R, M-A, M-SPC or M-DEL.
10309 (diff-mode-map): diff-refine-hunk now on C-c C-w
10310 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10311
10312 * help-mode.el (help-mode): view-exit-action calls delete-window
10313 only when it is safe and possible.
10314
10315 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10316 in messages.
10317
10318 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10319
10320 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10321 in the default tool-bar-map.
10322
10323 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10324
10325 * net/tramp.el (tramp-completion-file-name-handler-alist)
10326 (tramp-run-real-handler, tramp-completion-run-real-handler)
10327 (tramp-completion-handle-file-name-all-completions)
10328 (tramp-completion-handle-file-name-completion): Autoload them.
10329 (tramp-completion-handle-file-exists-p)
10330 (tramp-completion-handle-file-name-directory)
10331 (tramp-completion-handle-file-name-nondirectory)
10332 (tramp-completion-handle-expand-file-name): Remove them.
10333 (tramp-handle-file-name-directory): Return the real directory name.
10334 Returning "/" only doesn't need to be necessary any longer.
10335 (tramp-file-name-handler): Make special attention when in hostname
10336 completion mode.
10337 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10338 (tramp-register-file-name-handlers):
10339 Register `tramp-completion-file-name-handler' only when
10340 `partial-completion-mode' is enabled.
10341 (tramp-completion-handle-file-name-all-completions):
10342 Delete directory part from results.
10343 (tramp-get-completion-methods, tramp-get-completion-user-host):
10344 Discard deleting "/", it doesn't work after the change of
10345 `tramp-handle-file-name-directory' above.
10346
10347 2006-05-01 Kim F. Storm <storm@cua.dk>
10348
10349 * progmodes/grep.el (grep-expand-template): Use save-match-data
10350 and symbol-value.
10351
10352 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10353
10354 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10355 Use select-frame-set-input-focus instead of raise-frame.
10356 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10357
10358 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10359
10360 * progmodes/gud.el (gud-def): Add %c case.
10361 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10362 (gud-format-command): Make match case sensitive. Match on %F.
10363
10364 2006-04-30 Glenn Morris <rgm@gnu.org>
10365
10366 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10367 (cal-tex-preamble): Use cal-tex-preamble-extra.
10368 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10369 than alias `list-diary-entries'.
10370
10371 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10372
10373 * help-fns.el (describe-variable): Add info about safe local variables.
10374
10375 2006-04-29 Richard Stallman <rms@gnu.org>
10376
10377 * bindings.el (mode-line-format): help-echo doc fixes.
10378
10379 * net/tramp.el (tramp-file-name-handler-alist): Delete
10380 expand-file-name and other operations that can cause spurious loading.
10381
10382 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * files.el (safe-local-variable-p): Remove support for the special
10385 value t.
10386
10387 * textmodes/paragraphs.el (sentence-end-without-space):
10388 Fix safety predicate.
10389 (sentence-end-double-space, sentence-end-without-period)
10390 (paragraph-ignore-fill-prefix):
10391 * textmodes/fill.el (colon-double-space):
10392 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10393
10394 * subr.el (booleanp): New fun.
10395
10396 * textmodes/reftex-vars.el (reftex-guess-label-type):
10397 Tighten the safety predicate.
10398
10399 2006-04-28 Kim F. Storm <storm@cua.dk>
10400
10401 * progmodes/grep.el (defgroup grep): Doc fix.
10402 (grep-auto-highlight): Remove.
10403 (grep-template): New defcustom.
10404 (grep-find-template): Rename from grep-tree-template.
10405 (grep-files-aliases): Rename from grep-tree-files-aliases.
10406 Remove "all" alias, add "l" alias.
10407 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10408 (grep-find-ignored-directories): New defcustom to replace
10409 grep-tree-ignore-CVS-directories, to facilitate ignoring
10410 subdirectories for multiple version control systems.
10411 (grep-mode-map): Add Recursive grep item to GREP menu.
10412 (grep-regexp-history, grep-files-history): New defvars.
10413 (grep-probe): New helper function.
10414 (grep-compute-defaults): Use it to simplify code.
10415 Adapt to name changes.
10416 Use `.' as base in grep-find-template rather than <D>.
10417 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10418 Call grep-compute-defaults unconditionally.
10419 (grep-expand-keywords): New defconst.
10420 (grep-expand-template): Rename from grep-expand-command-macros.
10421 Simplify via grep-expand-keywords. Look at case-fold-search instead
10422 of grep-tree-ignore-case to add -i option.
10423 Bind case-fold-search to nil while matching keywords.
10424 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10425 (grep-read-regexp, grep-read-files): New helper functions.
10426 (rgrep): Rename from grep-tree. Rework to use proper histories.
10427 Adapt to changes in defcustoms and functions above.
10428 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10429
10430 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10431
10432 * net/tramp.el (tramp-completion-file-name-handler):
10433 Disable Tramp's functionality while loading Tramp itself.
10434 (tramp-register-file-name-handlers): That's a defsubst now.
10435 Code from `tramp-repair-jka-compr' moved here. Apply it via
10436 `after-init-hook'.
10437 (tramp-repair-jka-compr): Remove.
10438
10439 2006-04-27 Jay Belanger <belanger@truman.edu>
10440
10441 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10442 read expression when `math-read-big-expr' doesn't work.
10443
10444 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10445
10446 * startup.el (command-line-1): Display warning when
10447 pure-space-overflow is non-nil.
10448
10449 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10450
10451 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10452 risky.
10453
10454 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10455
10456 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10457 Return the URL or nil if none can be generated.
10458
10459 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10460
10461 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10462 byte compiler warnings.
10463 (gud-basic-call, gud-find-expr): Let user select an expression
10464 for printing. Print expression as well as value in GUD buffer.
10465
10466 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10467
10468 * allout.el: Remove local autoload declaration for
10469 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10470 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10471 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10472 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10473 (allout-stylish-prefixes, allout-numbered-bullet)
10474 (allout-file-xref-bullet, allout-presentation-padding)
10475 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10476 safe-local-variable with suitable value spec, and add autoload
10477 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10478 (move-beginning-of-line, move-end-of-line): Repair so these compat
10479 functions now actually resituate the point, when appropriate.
10480
10481 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10482
10483 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10484
10485 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10486 (add-log-iso8601-time-string): Fix call to format-time-string.
10487
10488 2006-04-26 Kim F. Storm <storm@cua.dk>
10489
10490 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10491
10492 2006-04-26 Masatake YAMATO <jet@gyve.org>
10493
10494 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10495 Add support for "//" style comments. Remove `b' flag
10496 from ?* in `asm-mode-syntax-table'.
10497
10498 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10499
10500 * follow.el: Use (featurep 'xemacs) everywhere.
10501 (follow-mode): Use define-minor-mode.
10502 (follow-mode-map): Move initialization into the declaration.
10503 Use command remapping.
10504 (follow-emacs-version-xemacs-p): Remove.
10505 (follow-submit-feedback): Remove.
10506
10507 * allout.el (allout-layout, allout-passphrase-verifier-string)
10508 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10509
10510 * textmodes/reftex-vars.el (reftex-vref-is-default)
10511 (reftex-fref-is-default, reftex-guess-label-type):
10512 Tighten up a bit the safety predicate.
10513
10514 * textmodes/paragraphs.el (sentence-end-double-space)
10515 (sentence-end-without-period, sentence-end-without-space)
10516 (page-delimiter, paragraph-ignore-fill-prefix):
10517 Tighten up a bit the safety predicate.
10518
10519 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10520
10521 * progmodes/python.el (python-continuation-line-p)
10522 (python-beginning-of-statement): syntax-ppss may return
10523 a negative depth.
10524 (python-mode): Don't forcefully enable font-lock.
10525
10526 * time-stamp.el (time-stamp-start, time-stamp-end)
10527 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10528
10529 * add-log.el: Remove spurious * in docstrings.
10530 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10531 (add-change-log-entry): Use it here, since it's not specific
10532 to iso8601.
10533 (add-log-iso8601-time-string): Don't use it here any more.
10534 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10535
10536 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10537
10538 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10539
10540 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10541 (rcirc-toggle-low-priority): Doc fix.
10542 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10543 ChanServ regexp.
10544 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10545 #emacs.
10546 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10547 (rcirc-decode-coding-system): Use utf-8 as the default.
10548 (rcirc-multiline-minor-mode): Set the fill-column.
10549 (rcirc-format-response-string): Display bright and dim nicks.
10550 (rcirc-browse-url): Update interactive spec to fill ARG.
10551 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10552 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10553
10554 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10555
10556 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10557 case for @Article, etc.
10558
10559 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10560
10561 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10562 Added with autoload cookie.
10563 (tramp-unload-file-name-handlers): Rename from
10564 `tramp-unload-file-name-handler-alist'.
10565
10566 2006-04-23 Romain Francoise <romain@orebokech.com>
10567
10568 * comint.el (comint-match-partial-filename): Doc fix.
10569
10570 2006-04-21 Glenn Morris <rgm@gnu.org>
10571
10572 * calendar/cal-menu.el (calendar-mode-map): Refer to
10573 `diary-view-entries' rather than alias `view-diary-entries'.
10574 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10575
10576 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10577
10578 * progmodes/antlr-mode.el (antlr-default):
10579 * cus-edit.el (custom-documentation):
10580 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10581 in defface.
10582
10583 2006-04-21 Kim F. Storm <storm@cua.dk>
10584
10585 * image.el (image-type): New defun split out of create-image.
10586 (create-image): Use it.
10587
10588 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10589
10590 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10591 (org-open-at-point): Remove the "...done" message to keep output
10592 in the echo area visible.
10593 (org-export-as-xoxo): Fix call to `indent-region'.
10594
10595 2006-04-21 Kevin Ryde <user42@zip.com.au>
10596
10597 * international/mule.el (keyboard-coding-system): defcustom
10598 info-link fixes: "Specify Coding" has been split, keyboard now in
10599 "Terminal Coding", and "Single-Byte Character Support" is now
10600 "Unibyte Mode".
10601
10602 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10605 Use font-lock-warning-face for any errors e.g. no stack.
10606 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10607
10608 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10609
10610 * progmodes/sh-script.el (sh-shell): Mark as safe.
10611
10612 * newcomment.el (comment-start, comment-start-skip)
10613 (comment-end-skip, comment-end): Mark as safe.
10614
10615 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10616
10617 * textmodes/org.el (org-deadline-announce): Face removed.
10618 (org-level-faces, org-n-levels): Convert to constant.
10619 (org-compatible-face): New function.
10620 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10621 (org-level-5, org-level-6, org-level-7, org-level-8)
10622 (org-special-keyword, org-warning, org-headline-done, org-link)
10623 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10624 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10625 Face definition revised for better color tty support.
10626 (org-bold-re, org-italic-re, org-underline-re): New constants.
10627 (org-set-font-lock-defaults): Use the new constants.
10628 (org-agenda-highlight-todo): New function.
10629 (org-agenda-todo): Fix bug with point at end of line.
10630 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10631 Fontify TODO keywords.
10632 (org-insert-link): Preserve relative path in ../ links.
10633 (org-export-as-html): Convert links pointing to .org files into
10634 links that will work beteen the exported HTML files.
10635 (org-todo-list): Fix bug when arg=0.
10636 (org-insert-heading): More fine-tuning.
10637
10638 2006-04-19 Romain Francoise <romain@orebokech.com>
10639
10640 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10641 from `rmail-mime-charset-pattern'.
10642
10643 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10644
10645 * progmodes/python.el (python-mode): Fix typo.
10646
10647 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10648
10649 * comint.el (comint-previous-input): Don't clobber input line
10650 when moving off either end of the input history ring.
10651 (comint-delete-input): New function, used by
10652 `comint-previous-input' and others.
10653 (comint-previous-matching-input):
10654 Use `coming-delete-input'. Save the partial input if leaving the
10655 edit line. Goto point-max before deleting input to avoid
10656 partial input fragments hanging around.
10657 (comint-restore-input): New function, used by `comint-previous-input'.
10658
10659 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10660
10661 * imenu.el (imenu--index-alist): Balance parentheses.
10662
10663 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10664
10665 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10666
10667 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10668
10669 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10670 file is nil.
10671
10672 2006-04-18 Richard Stallman <rms@gnu.org>
10673
10674 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10675
10676 * imenu.el (imenu-create-index-function, imenu--index-alist)
10677 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10678 (imenu-default-create-index-function, imenu--generic-function):
10679 Doc fixes.
10680
10681 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10682
10683 * help-mode.el (help-mode): Set view-exit-action to delete window.
10684
10685 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10686 now works by passing nil as arg.
10687
10688 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10689
10690 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10691 (read-abbrev-file): Provide default when reading filename.
10692
10693 * files.el (enable-local-variables): Allow :all as value.
10694 (hack-local-variables): Implement that value.
10695 (safe-local-variable-values, safe-local-eval-forms)
10696 (enable-local-variables): Mark as risky.
10697 (find-file-visit-truename, kept-old-versions): Mark safe.
10698
10699 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10700 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10701 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10702
10703 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10704
10705 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10706 Use forward-line so as to get to BOL even in the presence of fields.
10707 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10708 in return.
10709 (inferior-tcl): Tell tclsh to work in interactive mode.
10710
10711 * complete.el (partial-completion-mode):
10712 Use 'choose-completion-string-functions to make sure that
10713 choose-completion fills the minibuffer properly.
10714
10715 * complete.el (PC-old-read-file-name-internal): Remove.
10716 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10717 of read-file-name-internal.
10718 (partial-completion-mode): Enable/disable this advice.
10719
10720 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10721
10722 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10723 of 2006-04-17.
10724
10725 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10726
10727 * textmodes/org.el (org-insert-heading): Insert heading before
10728 current if at beginning of line.
10729 (org-todo, org-date): New faces.
10730 (org-table-align): Make sure tooltip window contains full text.
10731 (org-no-properties): New defsubst.
10732 (org-set-font-lock-defaults): Use new faces.
10733
10734 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10735
10736 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10737 for root variables.
10738
10739 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10740 (gdb-frame-address): Re-use to identify frame for watch expression.
10741 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10742 variables.
10743 (gdb-init-1, gdb-source, gdb-post-prompt)
10744 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10745 (gdb-frame-handler): Get gdb-frame-address.
10746
10747 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10748
10749 Sync with Tramp 2.0.53.
10750
10751 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10752 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10753 (tramp-completion-file-name-handler): Add autoload cookie for
10754 adding to `file-name-handler-alist'.
10755
10756 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10757 the prompt. If it returns earlier (when detecting an error
10758 message), the rest of the output will merge accidently with the
10759 output of the next command. Reported by M Jared Finder
10760 <jared@hpalace.com>.
10761
10762 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10763 for `process-file', in order to let it work for older Emacsen too.
10764
10765 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10766
10767 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10768 (tex-font-lock-keywords-3): Use it.
10769
10770 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10771
10772 * newcomment.el (comment-add): New function.
10773 (comment-region-default, comment-dwim): Use it.
10774
10775 2006-04-15 Michael Olson <mwolson@gnu.org>
10776
10777 * emacs-lisp/tq.el: Improve comments.
10778 (tq-queue-head-question): New accessor function.
10779 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10780 Update for modified queue structure.
10781 (tq-queue-add): Accept `question' argument.
10782 (tq-queue-pop): If a question is pending, send it.
10783 (tq-enqueue): Accept new optional argument `delay-question'.
10784 If this is non-nil, and at least one other question is pending a
10785 response, queue the question rather than sending it immediately.
10786
10787 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10788
10789 * calendar/appt.el (appt-add): Check whether an appointment is
10790 already present in appt-time-msg-list. Simplify code.
10791
10792 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10793
10794 * progmodes/cc-langs.el (c-mode-menu):
10795 Don't presume c-subword-mode is bound.
10796
10797 2006-04-13 Bill Wohler <wohler@newt.com>
10798
10799 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
10800 (customize-package-emacs-version): Use cdr instead of cadr now
10801 that alists use dotted pairs.
10802
10803 * custom.el (defcustom): Fix docstring for :package-version.
10804
10805 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
10806
10807 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
10808 (tramp-handle-shell-command): Display output buffer only when
10809 `tramp-display-shell-command-buffer' is true.
10810 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
10811
10812 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10813
10814 * textmodes/org.el (org-set-autofill-regexps): Set only the local
10815 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
10816
10817 2006-04-13 Romain Francoise <romain@orebokech.com>
10818
10819 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
10820 leaving temporary .cvsignore buffers behind.
10821
10822 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10823
10824 * textmodes/org.el (org-set-regexps-and-options)
10825 (org-get-current-options): Better names for the startup folding
10826 options.
10827
10828 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
10829
10830 * vc.el (vc-annotate): Arrange for point to end up at the same
10831 line number as in the original, but only when using a new buffer.
10832
10833 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
10834
10835 * files.el (hack-one-local-variable-eval-safep):
10836 Recognize `edebug-form-spec' for `put', but only if it passes
10837 `edebug-basic-spec'. Generalize `put' handling.
10838
10839 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
10840 vetting file-local form specs.
10841
10842 * allout.el (allout-layout): Autoload its `safe-local-variable'
10843 property.
10844
10845 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
10846
10847 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
10848 (org-agenda-mouse-1-follows-link)
10849 (org-mouse-1-follows-link): New options.
10850 (org-format-agenda-item): Fix bug if TAGS is nil.
10851 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
10852
10853 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
10854
10855 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
10856 GDB 6.1+ gives full filename for "info sources" so use
10857 file-name-nondirectory.
10858
10859 2006-04-12 Romain Francoise <romain@orebokech.com>
10860
10861 * subr.el (read-passwd): Bind `message-log-max' to nil.
10862
10863 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10864
10865 * progmodes/perl-mode.el (perl-indent-new-calculate):
10866 Recompute parse-start after jumping backward by a whole sexp.
10867
10868 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
10871 window configuration.
10872 (vc-annotate-display-select): Select the buffer so that current-buffer
10873 (and selected-window) is the output buffer at the end of vc-annotate.
10874
10875 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
10876
10877 * vc.el (vc-annotate-color-map): Add custom TTY color map for
10878 8-color terminals, to use all of the colors in a sensible order.
10879 256-color terminals work well with the standard map.
10880 (vc-annotate-lines): Only strip the first color character if it
10881 is "#", to allow for terminal-style named colors.
10882 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
10883 the correct buffer is scrolled.
10884
10885 2006-04-11 Richard Stallman <rms@gnu.org>
10886
10887 * emacs-lisp/bytecomp.el (byte-compile-file):
10888 Bind enable-local-variables to :safe, and make normal-mode obey it.
10889
10890 * files.el (enable-local-variables): Allow value :safe.
10891 (normal-mode): Doc fix.
10892 (hack-local-variables): Implement enable-local-variables = :safe.
10893 (hack-local-variables-confirm): Don't prevent quitting.
10894
10895 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
10896
10897 * loadhist.el (unload-feature): A bit of sanity check of
10898 load-history entries. Cancel timer-vars before unbinding them.
10899
10900 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
10901 quote special chars, and make the trick work on the hex part of the
10902 buffer as well.
10903 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
10904 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
10905
10906 * startup.el (normal-splash-screen): Fix last change so we don't wait
10907 2 minutes if we don't show the splash screen.
10908
10909 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
10910
10911 * textmodes/org.el (org-export-plain-list-max-depth)
10912 (org-table-spaces-around-separators)
10913 (org-radio-targets, org-activate-camels)
10914 (org-table-spaces-around-invisible-separators): Options removed.
10915 (org-time-stamp-rounding-minutes, org-remember-templates)
10916 (org-ellipsis, org-activate-links, org-descriptive-links):
10917 New options.
10918 (org-remember-apply-template, org-current-time)
10919 (org-finish-edit-table-field)
10920 (org-link-unescape, org-link-escape)
10921 (org-string-width, org-table-clean-line, org-html-do-expand)
10922 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
10923 (org-read-agenda-file-list): New functions.
10924 (org-table-edit-field)
10925 (org-table-create-or-convert-from-region): New commands
10926 (org-table-toggle-vline-visibility): Command removed.
10927 (org-table-convert-region): Made a command.
10928 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
10929 Replace with the normal org- functions.
10930 (org-self-insert-command): Don't trigger realign unnecessarily
10931 when blanking a field that is not full.
10932 (org-mode): `Set buffer-invisibility-spec' for links.
10933 (org-activate-links2): Hide link part and only show descriptive
10934 part of the link.
10935 (org-insert-link): Modify for new linking system.
10936 (org-store-link): Store description separately, for use by
10937 `org-insert-link'.
10938 (org-table-align): Use `org-string-width'.
10939 (defgroup): Completely new group structure for custom variables.
10940 (org-agenda-files): Option: Single file name allowed. Function:
10941 Optional argument unrestrited means ignore any restricitons.
10942 (org-install-agenda-files-menu): Find a buffer in Org-mode before
10943 trying to modify the menu. Use generalized access to
10944 `org-agenda-files.'
10945 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
10946 (org-agenda-file-to-front, org-remove-file, org-diary)
10947 (org-tags-view, org-export-icalendar-all-agenda-files)
10948 (org-export-icalendar-combine-agenda-files): Use generalized
10949 access to `org-agenda-files'.
10950 (org-remember-handler): Correctly preserve heading if present.
10951 (org-table-insert-row, org-table-insert-hline): Deal with
10952 invisible characters.
10953
10954 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
10955
10956 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
10957 (vc-annotate-color-map): New 18 element constant
10958 value/saturation, rotating hue colormap, from red->blue.
10959 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
10960 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
10961 (vc-annotate): To avoid killing the required local variables,
10962 set them before the end of `with-output-to-temp-buffer', and
10963 after first switching to annotate-mode.
10964 (vc-annotate-warp-version): Add buffer argument in goto-line to
10965 ensure annotation, not source, is scrolled.
10966
10967 2006-04-10 Bill Wohler <wohler@newt.com>
10968
10969 * custom.el (defcustom, custom-handle-keyword):
10970 Add :package-version keyword.
10971 (custom-add-package-version): New function. Sets value of new
10972 property 'custom-package-version from :package-version keyword.
10973 (defcustom): Create Common Keywords section in docstring.
10974 (defface, defgroup): Replace definitions of a select few keywords
10975 with a reference to the Common Keywords in defcustom.
10976 (defcustom, defface, defgroup): Replace reference to Customization
10977 chapter in manual with hyperlink.
10978
10979 * cus-edit.el (customize-package-emacs-version-alist): New variable.
10980 (customize-changed-options): Add check for custom-package-version.
10981 (customize-package-emacs-version): New function to look up Emacs
10982 version corresponding to the given package version.
10983
10984 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
10985 defun name, in similar fashion to find-variable-regexp.
10986
10987 2006-04-10 Eli Zaretskii <eliz@gnu.org>
10988
10989 * international/mule-cmds.el (set-locale-environment): Fix last
10990 change for when the locale's preferences don't specify any encoding.
10991
10992 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10993
10994 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
10995 so the defined var/fun doesn't need to be quoted.
10996
10997 2006-04-10 Richard Stallman <rms@gnu.org>
10998
10999 * finder.el (finder-mode-map): Add n and p bindings.
11000
11001 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11002
11003 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11004 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11005 (gdb-setup-windows): Put something in source window if we can't find
11006 the source file.
11007 (gdb-frame-handler): Make it work again with just assembly.
11008 (gdb-data-list-register-values-handler): Make it work when there is
11009 no stack.
11010
11011 2006-04-09 Richard Stallman <rms@gnu.org>
11012
11013 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11014 specs while looking for charset.
11015
11016 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11017
11018 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11019 Make them faces.
11020 (lm-font-lock-keywords): Update appropriately.
11021
11022 2006-04-10 Kim F. Storm <storm@cua.dk>
11023
11024 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11025 it can also replace buffer-substring-no-properties.
11026
11027 * emulation/cua-base.el (cua-delete-region, cua-paste)
11028 (cua-repeat-replace-region): Use filter-buffer-substring.
11029
11030 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11031 (cua-cut-region-to-global-mark): Likewise.
11032
11033 * emulation/cua-rect.el (cua--extract-rectangle)
11034 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11035
11036 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11037
11038 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11039 entry-type. Add field delimiters to numerical fields if they are
11040 not present.
11041
11042 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11043
11044 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11045 string-const to return value.
11046 (bibtex-remove-delimiters): Use it.
11047
11048 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11051 cl-byte-compile-compiler-macro unless it exists.
11052
11053 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11054
11055 * files.el (hack-local-variables-confirm) <offer-save>:
11056 Clarify message text. Suggested by Ralf Angeli.
11057
11058 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11059
11060 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11061 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11062 instead of `buffer-substring' and `delete-region'. (Most of the
11063 code actually copied from `kill-region'.)
11064
11065 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11066
11067 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11068 (rcirc-default-port): Rename from rcirc-port.
11069 (rcirc-default-nick): Rename from rcirc-nick.
11070 (rcirc-default-user-name): Rename from rcirc-user-name.
11071 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11072 (rcirc-low-priority-flag): New variable.
11073 (rcirc-decode-coding-system): New defcustom.
11074 (rcirc-encode-coding-system): New defcustom.
11075 (rcirc-coding-system-alist): New defcustom.
11076 (rcirc-multiline-major-mode): New defcustom.
11077 (rcirc-nick): New internal variable.
11078 (rcirc-process): Remove variable.
11079 (rcirc-server-buffer): New variable.
11080 (rcirc): Update to use rcirc-default-* variables above.
11081 (rcirc-connect): Do not add window-configuration-hook-here.
11082 (rcirc-server): New internal variable.
11083 (rcirc-connect): Do not send keepalive pings if
11084 rcirc-keepalive-seconds is nil.
11085 (with-rcirc-server-buffer): New macro.
11086 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11087 (rcirc-server-name): Rename from rcirc-server.
11088 (rcirc-buffer-process): New function.
11089 (rcirc-buffer-nick): New function.
11090 (rcirc-buffer-target): Remove function.
11091 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11092 New commands.
11093 (rcirc-mode-map): Change binding of C-c C-l to
11094 rcirc-toggle-low-priority.
11095 (rcirc-mode): Initialize coding system based on
11096 rcirc-coding-system-alist. New change-major-mode-hook to part the
11097 channel on a mode change. Make kill-buffer-hook buffer-local.
11098 (rcirc-change-major-mode-hook): New function.
11099 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11100 (rcirc-last-post-time): New variable.
11101 (rcirc-process-message): Store the last time user posted a message
11102 to this target.
11103 (rcirc-multiline-minor-mode): New mode.
11104 (rcirc-multiline-minor-mode-map): New mode map.
11105 (rcirc-edit-multiline): Put multiline-edit buffer in
11106 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11107 (rcirc-print): Ignore any line starting with an ignored nick.
11108 (rcirc-print): Decode using rcirc-decode-coding-system.
11109 (rcirc-track-minor-mode): Update global-mode-string when disabling
11110 this mode.
11111 (minor-mode-alist): Add LowPri indicator.
11112 (rcirc-toggle-low-priority): New function.
11113 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11114 next lowpriority buffer with activity.
11115 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11116 last time the user posted a message in to the target.
11117 (rcirc-update-activity-string): New formatting for low priority
11118 buffers.
11119 (rcirc-split-activity): New function.
11120 (rcirc-handler-PART, rcirc-handler-KICK)
11121 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11122 (rcirc-nick-away-alist): New variable.
11123 (rcirc-handler-301): New handler. Away messages are printed once
11124 per change.
11125
11126 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11127
11128 * info.el (Info-follow-nearest-node): Doc fix.
11129
11130 * international/mule-cmds.el (set-locale-environment): Make sure
11131 the coding-system preferred by the locale's language has the same
11132 EOL conversion type as the original buffer-file-coding-system.
11133 (locale-language-names): Add a few MS Windows language codes.
11134
11135 2006-04-07 Richard Stallman <rms@gnu.org>
11136
11137 * simple.el (eval-expression): Doc fix.
11138
11139 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11140 (eval-defun): Doc fixes.
11141
11142 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11143
11144 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11145
11146 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11147
11148 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11149 GDB list command without argument for greater generality.
11150
11151 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11152
11153 * subr.el (string-or-null-p): New function.
11154
11155 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11156
11157 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11158
11159 * files.el: Update comment about safe-local-variable declarations.
11160
11161 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11162
11163 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11164 See idlwave.org.
11165
11166 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11167 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11168
11169 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11170 See idlwave.org.
11171
11172 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11173 version 6.0 (minimal changes). See idlwave.org.
11174
11175 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11176 6.0 (minimal changes). See idlwave.org.
11177
11178 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11179
11180 2006-04-06 Romain Francoise <romain@orebokech.com>
11181
11182 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11183 symmetric encryption features and a new asynchronous interface to
11184 GnuPG. This new version is version 1.4, plus whitespace changes.
11185
11186 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11187
11188 * files.el: Move some `safe-local-variable' declarations to the
11189 respective files.
11190
11191 * textmodes/ispell.el (ispell-check-comments)
11192 (ispell-local-dictionary): Mark as safe.
11193
11194 * abbrev.el (abbrev-mode): Mark as safe.
11195
11196 * add-log.el (change-log-default-name): Mark as safe.
11197
11198 * textmodes/reftex-vars.el (reftex-vref-is-default)
11199 (reftex-fref-is-default, reftex-level-indent)
11200 (reftex-guess-label-type): Mark as safe.
11201
11202 * textmodes/fill.el (colon-double-space): Mark as safe.
11203
11204 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11205 (sentence-end-double-space, sentence-end-without-period)
11206 (sentence-end-without-space, sentence-end, sentence-end-base)
11207 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11208
11209 2006-04-06 Kim F. Storm <storm@cua.dk>
11210
11211 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11212 the :set-after list.
11213 (ido-downcase-unc-hosts): New user option. Default on.
11214 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11215 when it is set, as regexps are now applied on the fly.
11216 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11217 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11218 on the fly, but only when ido-process-ignore-lists is set.
11219 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11220 Only downcase names if ido-downcase-unc-hosts is set.
11221
11222 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11223
11224 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11225
11226 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11227
11228 2006-04-05 Kim F. Storm <storm@cua.dk>
11229
11230 * ido.el (ido-mode): Set after ido-unc-hosts and
11231 ido-ignore-unc-host-regexps.
11232 (ido-save-history): Save ido-unc-hosts-cache.
11233 (ido-load-history): Load ido-unc-hosts-cache.
11234 (ido-reread-directory): Refresh unc hosts cache in // dir.
11235
11236 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11237 to nil while displaying slash screen.
11238
11239 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11240
11241 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11242 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11243
11244 2006-04-05 Kenichi Handa <handa@m17n.org>
11245
11246 * international/characters.el: Setup cases of Latin, Greek, and
11247 Cyrillic characters in CJK charsets.
11248
11249 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11250
11251 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11252 default-enable-multibyte-characters. This reverts the change from
11253 revision 6.17 which is no longer necessary because the passphrase
11254 is sent separately now. GnuPG messages are unreadable under
11255 multibyte locales with default-enable-multibyte-characters set to nil.
11256
11257 2006-04-04 Andreas Schwab <schwab@suse.de>
11258
11259 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11260 and `byte-compile-warnings' as `safe-local-variable'.
11261
11262 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11263
11264 * man.el (Man-mode-map): Restore the \r binding.
11265 (Man-abstract-xref-man-page): If Man-target-string is a function,
11266 call it.
11267 (Man-highlight-references): Use Man-default-man-entry to get the
11268 target. Deal with xrefs too.
11269 (Man-highlight-references0): Don't call the target function.
11270
11271 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11272 cannot deal with it.
11273
11274 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11275
11276 * pgg-gpg.el: Clean up process buffers every time gpg processes
11277 complete.
11278
11279 2006-04-04 Kenichi Handa <handa@m17n.org>
11280
11281 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11282 here.
11283 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11284 Temporarily bind inhibit-field-text-motion to t.
11285
11286 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11287
11288 * startup.el (normal-splash-screen): Only set mode-line-format in the
11289 splash buffer, so as not to interfere when debugging the code.
11290 Ignore errors when switching buffer.
11291
11292 2006-04-03 Romain Francoise <romain@orebokech.com>
11293
11294 * dired.el (dired-dnd-protocol-alist): Fix typo.
11295
11296 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11297
11298 * savehist.el (savehist): Add :version.
11299 (savehist-ignored-variables): New variable.
11300 (savehist-minibuffer-hook): Don't save variables listed in
11301 `savehist-ignored-variables'.
11302
11303 * dired.el (dired-dnd-protocol-alist): Mention that change does
11304 only apply to new buffers in doc string.
11305
11306 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11307
11308 * recentf.el (recentf-open-files-item): Include newline in button
11309 field, so opening a file will work, when the point is at the end
11310 of the file name. Allow, for example, to [i]search a file by
11311 extension and just push RET to open it.
11312
11313 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11314
11315 * pgg-gpg.el (pgg-gpg-process-filter)
11316 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11317
11318 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11319 lines, temporary fix.
11320
11321 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11322
11323 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11324
11325 2006-04-02 Richard Stallman <rms@gnu.org>
11326
11327 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11328
11329 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11330
11331 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11332 header-mouse-map.
11333
11334 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11335 (ibuffer-mode-header-map): New keymaps.
11336 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11337 and keybindings for column headers.
11338 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11339 property.
11340
11341 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11342
11343 * speedbar.el (speedbar-after-create-hook): Doc fix.
11344
11345 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11346
11347 * shell.el (shell-directory-tracker)
11348 (shell-dynamic-complete-command): Doc fixes.
11349
11350 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11351
11352 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11353 terminals.
11354
11355 2006-04-01 Kim F. Storm <storm@cua.dk>
11356
11357 * ido.el (ido-unc-hosts-cache): New defvar.
11358 (ido-unc-hosts): If value of defcustom is a function, call it to
11359 get list of UNC hosts. Add function-item choices to specify
11360 ido-unc-hosts-net-view or user function.
11361 (ido-ignore-unc-host-regexps): New defcustom.
11362 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11363 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11364 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11365
11366 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11367
11368 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11369 wwidth.
11370
11371 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11372
11373 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11374 (ido-max-work-file-list, ido-switch-buffer)
11375 (ido-read-file-name-as-directory-commands):
11376 Fix typos in docstrings.
11377
11378 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11379
11380 * term/mac-win.el (mac-system-coding-system): Define and use after
11381 Mac-specific coding systems are ready.
11382
11383 2006-03-27 Romain Francoise <romain@orebokech.com>
11384
11385 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11386
11387 * ldefs-boot.el: Update.
11388
11389 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11390
11391 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11392 passphrases when it is not needed.
11393 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11394 passphrase stuff from gpg, should only be necessary when you use
11395 gpg with a smartcard.
11396
11397 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11398
11399 * comint.el (comint-dynamic-list-completions): Allow user to
11400 select *Completions* buffer.
11401
11402 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11403
11404 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11405
11406 2006-03-26 Andreas Schwab <schwab@suse.de>
11407
11408 * progmodes/gud.el (gdb): Only complain about multiple debugging
11409 when the gdb process is still running.
11410
11411 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11412
11413 * mail/rmail.el (tool-bar-map): Defvar it.
11414 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11415 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11416
11417 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11418
11419 * help.el (print-help-return-message): Suggest to use
11420 display-buffer instead of switch-to-buffer-other-window to restore
11421 the previous window without selecting it.
11422
11423 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11424
11425 * frame.el (select-frame-by-name): Call x-focus-frame also when
11426 window-system is mac.
11427
11428 * term/mac-win.el: Adjust Courier font specifications in
11429 x-fixed-font-alist.
11430 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11431 when directly encoding to UTF-16 in native byte order, no BOM.
11432
11433 2006-03-25 Kim F. Storm <storm@cua.dk>
11434
11435 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11436 (cua--init-keymaps): Use it instead of fixed C-return.
11437 (cua-mode): Set after it.
11438
11439 * emulation/cua-rect.el (cua--init-rectangles):
11440 Use cua-rectangle-mark-key instead of fixed C-return.
11441
11442 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11443
11444 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11445 "run" in .gdbinit.
11446 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11447
11448 2006-03-24 Romain Francoise <romain@orebokech.com>
11449
11450 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11451 `display-buffer-other-frame'.
11452
11453 2006-03-24 Kim F. Storm <storm@cua.dk>
11454
11455 * apropos.el (apropos-synonyms): Add selection => region.
11456
11457 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11458
11459 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11460 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11461 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11462 (gdb-data-list-register-values-regexp)
11463 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11464 Future proof against new fields being added to MI output.
11465 (gdb-send): Don't treat backslashes for program input as
11466 continuations.
11467 (gdb-assembler-handler): Don't use window-start for this handler.
11468 (gdb-frame-handler): Don't change to hollow arrow if overlay
11469 arrow doesn't move to new frame.
11470
11471 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11472
11473 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11474 prevent compiler warnings.
11475 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11476 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11477 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11478 buffer too.
11479
11480 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11481
11482 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11483 make-network-process, so we can use the same code in Gnus v5-10
11484 too and have this file fully synchronized with that release.
11485
11486 2006-03-23 Romain Francoise <romain@orebokech.com>
11487
11488 * ibuf-ext.el (ibuffer-read-filter-group-name):
11489 Use `ibuffer-generate-filter-groups' to make completion list match
11490 the filter groups that are really displayed in the Ibuffer buffer.
11491 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11492
11493 2006-03-23 Kenichi Handa <handa@m17n.org>
11494
11495 * international/mule-cmds.el (sort-coding-systems): Describe that
11496 the argument is modified in docstring.
11497
11498 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11499
11500 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11501 (pgg-gpg-update-agent): New function.
11502 (pgg-gpg-use-agent-p): New function.
11503 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11504 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11505 (pgg-gpg-sign-region): Use it.
11506
11507 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11508
11509 * cus-edit.el (custom-face-set): Call custom-push-theme before
11510 face-spec set so that `changed' theme is correctly saved.
11511 (custom-face-reset-standard): Reset to recalculated face rather
11512 than defface spec.
11513
11514 * custom.el (custom-push-theme): Only save `changed' theme if the
11515 current face does not match the defface specs.
11516
11517 2006-03-21 Simon Josefsson <jas@extundo.com>
11518
11519 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11520 <wilde@sha-bang.de>.
11521 (pgg-gpg-use-agent): New variable.
11522 (pgg-gpg-process-region): Use it.
11523 (pgg-gpg-encrypt-region): Likewise.
11524 (pgg-gpg-encrypt-symmetric-region): Likewise.
11525 (pgg-gpg-decrypt-region): Likewise.
11526 (pgg-gpg-sign-region): Likewise.
11527 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11528
11529 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11530
11531 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11532 bracket links.
11533
11534 2006-03-21 Kim F. Storm <storm@cua.dk>
11535
11536 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11537 fringe-indicator-alist instead of modifying global value.
11538 (gdb-frame-handler): Likewise.
11539
11540 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11541
11542 * diff-mode.el (diff-function): Make it inherit from diff-header
11543 instead of diff-context.
11544
11545 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11546 bitmap.
11547 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11548 change names in macro above for consistency.
11549 (gdb-frame-handler): Use hollow-right-triangle for all selected
11550 frames which except the innermost (where execution has stopped).
11551 (gdb-reset): Reset buffer-local values of overlay-arrow.
11552
11553 2006-03-20 Richard Stallman <rms@gnu.org>
11554
11555 * simple.el (set-mark-command): Doc fix.
11556
11557 * files.el (display-buffer-other-frame): New command.
11558 (ctl-x-4-map): Bind C-x 5 C-o to it.
11559
11560 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11561
11562 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11563 rather than just defer-time, in case defer-time has been changed but
11564 the timer isn't running yet.
11565 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11566
11567 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11568
11569 * help-mode.el (help-follow-symbol): New function.
11570 Essentially identical to the old `help-follow', but do not let
11571 `push-button' do the work when on an xref.
11572 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11573
11574 2006-03-19 Richard Stallman <rms@gnu.org>
11575
11576 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11577 preceded by the word `program'.
11578 (help-follow-mouse, help-follow): Throw error if not on xref.
11579 Delete no longer used args.
11580
11581 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11582
11583 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11584 annotation ensure gud-overlay-arrow-position is redisplayed.
11585
11586 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11587
11588 * textmodes/bibtex.el (bibtex-include-OPTkey)
11589 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11590 (bibtex-autokey-name-case-convert)
11591 (bibtex-autokey-titleword-case-convert): Make these the aliases
11592 for the following two variables.
11593 (bibtex-autokey-name-case-convert-function)
11594 (bibtex-autokey-titleword-case-convert-function): Make these the
11595 real names.
11596 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11597 bibtex-font-lock-crossref sublists.
11598 (bibtex-mode): Revert 2005-12-30 change (which made
11599 completion-ignore-case buffer-local).
11600 (bibtex-url): Simplify.
11601
11602 2006-03-19 Kim F. Storm <storm@cua.dk>
11603
11604 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11605 cursor property value to 2 (to align with C level change).
11606
11607 2006-03-19 Bill Wohler <wohler@newt.com>
11608
11609 * image.el (image-load-path-for-library): Shorten first line in
11610 docstring.
11611
11612 2006-03-18 Richard Stallman <rms@gnu.org>
11613
11614 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11615
11616 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11617
11618 * isearch.el (isearch-other-meta-char): Handle user bindings for
11619 shifted control characters.
11620
11621 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11622
11623 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11624 part that matches email addresses, file names, etc.
11625
11626 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11627
11628 * term/w32-win.el (mouse-set-font):
11629 Mention w32-list-proportional-fonts in the doc string.
11630
11631 2006-03-18 Kim F. Storm <storm@cua.dk>
11632
11633 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11634 (ido-unc-hosts): New user option to explicitly define list of know
11635 UNC-style hosts for completion.
11636 (ido-cache-unc-host-shares-time): New user option.
11637 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11638 New helper functions for UNC file-name support.
11639 (ido-may-cache-directory): Check for UNC host. Simplify.
11640 (ido-wash-history): Clean out old UNC hosts.
11641 (ido-nonreadable-directory-p): UNC hosts are always readable.
11642 (ido-directory-too-big-p): UNC hosts are never too big.
11643 (ido-set-current-directory): Handle UNC root path.
11644 (ido-file-name-all-completions): Complete UNC host names from
11645 ido-unc-hosts list. Cache UNC host shares.
11646 (ido-make-file-list-1): Don't filter UNC root.
11647 (ido-exhibit): Check for // in root directory, and switch to UNC
11648 mode by setting ido-current-directory to //.
11649
11650 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11651
11652 * cus-edit.el (customize-changed-options): Mention explicit
11653 version number as default in prompt.
11654
11655 2006-03-17 Bill Wohler <wohler@newt.com>
11656
11657 * image.el (image-load-path-for-library): Minor docstring fix.
11658
11659 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11660
11661 * textmodes/org.el (org-read-date): Include subgroup 5 into
11662 replacement text.
11663 (org-popup-calendar-for-date-prompt): Fix customization type.
11664
11665 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11666
11667 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11668 (gdb-continuation): New variable.
11669 (gdb-send): Deal with continuation lines.
11670
11671 * progmodes/gud.el (gud-gdb-complete-command)
11672 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11673 expressions.
11674 (gud-tooltip-mode): Use buffer-local value.
11675
11676 2006-03-16 Kim F. Storm <storm@cua.dk>
11677
11678 * ido.el (ido-edit-input): Use selected match, if any.
11679
11680 2006-03-16 Bill Wohler <wohler@newt.com>
11681
11682 * image.el (image-load-path-for-library): Prefer user's images in
11683 image-load-path.
11684
11685 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11686
11687 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11688 when checking for attempt to drag leftmost or rightmost scrollbar.
11689
11690 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11691
11692 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11693 (gdb-force-mode-line-update): New function.
11694 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11695 (gdb-exited): Use them.
11696 (gdb-signal): New function.
11697 (gdb-annotation-rules): Provide a rule for it.
11698
11699 2006-03-16 Kenichi Handa <handa@m17n.org>
11700
11701 * international/mule.el (auto-coding-regexp-alist): Add entries
11702 for Unicode BOM.
11703
11704 * sort.el (sort-build-lists): Temporarily bind
11705 inhibit-field-text-motion to t.
11706
11707 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11708
11709 * locate.el (locate-command, locate-make-command-line)
11710 (locate-fcodes-file, locate-update-command)
11711 (locate-prompt-for-command, locate, locate-with-filter)
11712 (locate-get-file-positions): Doc fixes.
11713 (locate-buffer-name, locate-header-face): Remove leading `*' in
11714 defcustom.
11715 (locate-filter-output): Use `keep-lines' instead of its alias
11716 `delete-non-matching-lines'.
11717 (locate-get-filename, locate-get-dirname): Add introductory comment.
11718 (locate-find-directory-other-window): Give appropriate error
11719 message if used outside main listing.
11720
11721 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11722
11723 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11724 the new extend-region feature.
11725 (font-lock-after-change-function): Update correspondingly.
11726 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11727 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11728
11729 2006-03-15 Bill Wohler <wohler@newt.com>
11730
11731 * image.el (image-load-path-for-library): Fix example by not
11732 recommending that one binds image-load-path. Just defvar it to
11733 placate compiler and only use it if previously defined.
11734
11735 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11736
11737 * textmodes/org.el (org-insert-centered): Use `string-width' to
11738 make underlining work for wide characters.
11739 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11740 TAB to `org-cycle', to make sure that no binding in
11741 `outline-mode-map' can supercede it.
11742
11743 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11744
11745 * allout.el: Increment version to 2.2.1 in file commentary.
11746
11747 (allout-version): Increment to 2.2.1.
11748
11749 (allout-default-layout): New customization variable, used when the
11750 file lacks a specific allout-layout. Uses allout-layout-type for
11751 recursively nested definition.
11752
11753 (allout-layout-type): Widget defining allout layouts, necessary for
11754 self-recursive definition.
11755
11756 (allout-mode): Incorporate allout-default-layout as fallback for
11757 allout-layout.
11758
11759 (allout-layout): Mark as 'safe-local-variable', and refer mention
11760 fallback to `allout-default-layout' in absence of a specified value.
11761 (allout-passphrase-verifier-string)
11762 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11763
11764 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11765
11766 (allout-get-encryption-passphrase-verifier): Use correct name of
11767 passphrase verifier in docstring.
11768
11769 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11770
11771 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11772 elements.
11773 (gdb-find-watch-expression): Make it work for arrays too.
11774 Follow change to gdb-var-list.
11775 (gud-watch): Allow the user to enter variable name with a prexix
11776 arg. Create keybindings.
11777 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11778 (gdb-var-list-children-handler, gdb-var-update-handler)
11779 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11780 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11781 Follow change to gdb-var-list.
11782 (gdb-starting): Don't show the overlay arrows when program is running.
11783
11784 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11785 gdb-var-list.
11786
11787 2006-03-14 Bill Wohler <wohler@newt.com>
11788
11789 * image.el (image-load-path-for-library): Pass value of path
11790 rather than symbol. Always return list of directories.
11791 Guarantee that image directory comes first.
11792
11793 2006-03-14 Alan Mackenzie <acm@muc.de>
11794
11795 * font-core.el (font-lock-extend-region\(-function\)?.):
11796 New function/variable.
11797
11798 * font-lock.el (font-lock-after-change-function):
11799 Call font-lock-extend-region. Obey font-lock-lines-before.
11800 (font-lock-default-fontify-region): Remove reference to
11801 font-lock-lines-before.
11802
11803 * jit-lock.el (jit-lock-after-change):
11804 Call font-lock-extend-region. Obey font-lock-lines-before.
11805
11806 2006-03-14 David Ponce <david@dponce.com>
11807
11808 * tree-widget.el (tree-widget-themes-load-path)
11809 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11810
11811 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
11812
11813 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
11814 (rcirc-print): Mark the start of text at the end of the prompt.
11815 (rcirc-track-minor-mode): Add autoload cookie.
11816 (rcirc-update-activity-string): Add space to front of mode-line
11817 indicator.
11818
11819 2006-03-13 Miles Bader <miles@gnu.org>
11820
11821 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
11822 (rcirc-abbrev-nick): Remove function.
11823 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
11824
11825 2006-03-13 David Ponce <david@dponce.com>
11826
11827 * tree-widget.el: Handle themes across all occurrences of the main
11828 themes sub-directory found in tree-widget-themes-load-path.
11829 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
11830 (tree-widget--locate-sub-directory): Return all occurrences.
11831 (tree-widget-themes-path): New function.
11832 Replace tree-widget-themes-directory, and return a list of directories.
11833 (tree-widget-set-parent-theme)
11834 (tree-widget-lookup-image): Use it.
11835
11836 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
11837
11838 * textmodes/org.el (org-link-search): Avoid self-matching of
11839 links, allow target text to be distributed over several lines.
11840 (org-search-not-link): New function.
11841 (org-set-regexps-and-options, org-get-current-options):
11842 New startup options.
11843 (org-export-as-html): Take odd-level setting from local variable.
11844 (org-fontify-emphasized-text): New option.
11845 (org-set-font-lock-defaults): Include emphasized text.
11846 (org-follow-mhe-link): Allow folder-only links, fix folder name.
11847 (org-font-lock): Customize group renamed from `org-faces'.
11848
11849 2006-03-13 John Paul Wallington <jpw@pobox.com>
11850
11851 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
11852 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
11853
11854 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
11855
11856 * cus-start.el (all): Delete :version keyword for members of the
11857 fringe group, since the entire group is new in 22.1.
11858
11859 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
11860
11861 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
11862 map if value is hexadecimal (an address).
11863 (gud-watch): Only search roots for existing watch expressions.
11864 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
11865 prevent caching problems with speedbar-update-directory-contents.
11866
11867 2006-03-12 Juri Linkov <juri@jurta.org>
11868
11869 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
11870 before comparing with `low' and `warn'.
11871
11872 * info.el (Info-dir-remove-duplicates): Move point to the
11873 beginning of the current line after deleting the entries from
11874 redundant heading. Use marker for `limit' and compare it with
11875 point before calling `re-search-forward'.
11876
11877 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
11878
11879 * simple.el (yank): Fix typo in docstring.
11880
11881 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
11882
11883 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
11884 messages, where "D" is the 6th character.
11885
11886 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11887
11888 * simple.el (yank): Fix last change.
11889
11890 2006-03-11 David Ponce <david@dponce.com>
11891
11892 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
11893 merging elements from the standard ispell-dictionary-alist.
11894 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
11895 alist, and return the new alist.
11896
11897 2006-03-11 Richard Stallman <rms@gnu.org>
11898
11899 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
11900
11901 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
11902 the way it is implemented is too unclean.
11903
11904 * simple.el (kill-region, yank): Doc fix.
11905
11906 * battery.el (battery-echo-area-format): Doc fix.
11907 (battery-mode-line-format): Likewise.
11908 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
11909 (battery-linux-proc-acpi): Ignore batteries that say "charged".
11910
11911 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
11912
11913 * progmodes/octave-mod.el (octave-indent-for-comment):
11914 Behave according to do string.
11915
11916 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
11917
11918 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
11919 Be visible only if major mode is Mail Mode.
11920
11921 * textmodes/flyspell.el (flyspell-external-point-words)
11922 (flyspell-process-localwords): Fix last changes.
11923
11924 2006-03-11 Eli Zaretskii <eliz@gnu.org>
11925
11926 * calendar/holidays.el (list-holidays): Doc fix.
11927
11928 * international/mule.el (auto-coding-alist): Add .odt
11929 (OpenOffice's open document) files.
11930
11931 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
11932 document) files. Mention in the doc string the need to sync with
11933 auto-coding-alist.
11934
11935 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
11936
11937 * files.el (hack-local-variables-confirm): Don't prompt for ! if
11938 enable-local-variables is set to always query, or there is no
11939 savable variable.
11940
11941 2006-03-10 Bill Wohler <wohler@newt.com>
11942
11943 * image.el (image-load-path-for-library): Merge at least three
11944 functions from Gnus and MH-E into this one function that can now
11945 be shared.
11946
11947 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
11948
11949 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
11950 gdb-remove-mouse-face and remove help-echo too.
11951 (gdb-enqueue-input): Correct conditional clause.
11952
11953 2006-03-10 Glenn Morris <rgm@gnu.org>
11954
11955 * calendar/calendar.el (calendar-holidays): Doc fix.
11956 * calendar/holidays.el (list-holidays): Doc fix.
11957
11958 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
11959
11960 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
11961 it gets called in gdb-prompt anyway.
11962 (gdb-use-separate-io-buffer): Only restore window arrangement for
11963 gdb-many-windows.
11964 (gdb-enqueue-input): Make it harder to send GDB input when program
11965 is running.
11966 (gdb-buffer-list): New variable.
11967 (gdb-remove-mouse-face): New function.
11968 (gdb-starting): Use it when GDB input won't get sent.
11969
11970 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
11971
11972 * help.el (view-lossage): Remove trailing whitespace before
11973 inserting "\n".
11974
11975 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
11976
11977 * files.el (hack-local-variables-confirm):
11978 Set coding-system-for-read to nil before writing to .emacs.
11979
11980 * arc-mode.el (archive-extract): Check if an existing buffer name
11981 comes from a different archive.
11982
11983 * help.el (describe-key-briefly): If KEY is a down event, read and
11984 discard the up event.
11985
11986 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
11987
11988 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
11989 be edited and use font-lock-warning-face for any changes.
11990
11991 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
11992 (gdb-edit-value): Use it to report any errors.
11993
11994 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
11995
11996 * help.el (describe-key): Remove leftover test code.
11997
11998 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
11999
12000 * textmodes/org.el: Move defvars out of eval-when-compile.
12001 Use buffer-file-name variable.
12002 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12003 arg `file'.
12004 (org-level-faces): Remove startup dependency.
12005 (org-cycle, org-map-tree, org-scan-tags)
12006 (org-remember-handler): Don't call `outline-level' directly.
12007 (org-mhe-search-all-folders): New option.
12008 (org-mhe-get-message-folder-from-index)
12009 (org-mhe-get-message-folder): Fix indexing search.
12010 (org-format-agenda-item): Handle nil TAGS argument.
12011 (org-cleaned-string-for-export, org-activate-target-links)
12012 (org-make-target-link-regexp): Deal with empty radio target list.
12013 (org-tag): New face.
12014 (org-get-level-face): New function.
12015 (org-set-font-lock-defaults): Simplify setup for headlines.
12016 (org-complete): Pass common substring to `display-completion-list'.
12017
12018 2006-03-06 David Ponce <david@dponce.com>
12019
12020 * tree-widget.el: Update Commentary header.
12021 (tree-widget-theme-name): Ignore parent themes.
12022 (tree-widget-set-parent-theme): New function.
12023 (tree-widget-set-theme): Use it.
12024 (tree-widget-set-image-properties): Move definition. Does nothing
12025 if image properties have already been set.
12026 (tree-widget-image-properties): Move definition. Receive an image
12027 name. Set the :pointer property.
12028 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12029 Don't set the :pointer image property.
12030 (tree-widget-convert-widget): New function. Handle :dynargs
12031 compatibility here.
12032 (tree-widget): Use it to :convert-widget. Add the :expander-p
12033 predicate to control when the :expander function is entered.
12034 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12035 (tree-widget-value-create): Handle :expander-p. widget-apply
12036 :expander.
12037 (tree-widget-expander-p): New function. Default value of the
12038 :expander-p property.
12039
12040 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12041
12042 * help.el (describe-key): Properly handle the return value of
12043 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12044 remaps. Handle string and vector `follow-link' values.
12045
12046 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12047
12048 * complete.el (PC-expand-many-files): Try be more careful when parsing
12049 the shell's output.
12050
12051 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * outline.el (hide-sublevels): Provide better interactive default.
12054
12055 2006-03-06 Kenichi Handa <handa@m17n.org>
12056
12057 * international/fontset.el (create-fontset-from-fontset-spec):
12058 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12059
12060 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12061
12062 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12063 backslashes instead of one in regexp.
12064 (gud-tooltip-dereference): Add missing optional argument.
12065
12066 2006-03-04 John Paul Wallington <jpw@pobox.com>
12067
12068 * wdired.el (toplevel): Require `cl' at compile-time.
12069
12070 2006-03-04 Andreas Schwab <schwab@suse.de>
12071
12072 * server.el (server-process-filter): Handle errors during
12073 evaluation of the argument.
12074
12075 2006-03-03 John Paul Wallington <jpw@pobox.com>
12076
12077 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12078 escape parentheses at beginning of line.
12079 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12080 (t-mouse-mode): Remove period from end of error message.
12081
12082 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12083
12084 * textmodes/flyspell.el (flyspell-process-localwords):
12085 Be case-sensitive.
12086
12087 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12088
12089 * cus-edit.el (custom-quote): Remove function, since it has been
12090 moved to custom.el.
12091
12092 * font-lock.el (lisp-font-lock-keywords-2)
12093 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12094 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12095 they have no special meaning.
12096
12097 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12098 indirect buffer gets killed before indirect buffer. Use dolist.
12099
12100 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12101
12102 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12103 value instead of a literal constant (1) on more pauses.
12104
12105 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12106
12107 * textmodes/flyspell.el (flyspell-external-point-words):
12108 Be case-sensitive.
12109
12110 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12111
12112 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12113 with "www".
12114
12115 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12116
12117 * allout.el: Restablish intermediate missing comment header to
12118 preserve outline structure.
12119 (allout-beginning-of-current-entry): Skip invisible text.
12120 (allout-open-topic): Fix opening a topic at end-of-buffer.
12121 (allout-minor-mode): Move nearer to allout-mode function.
12122
12123 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12124
12125 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12126
12127 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12128
12129 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12130 is nil.
12131
12132 * progmodes/gud.el (gud-speedbar-menu-items):
12133 Use buffer-local-value and add missing :visible keyword.
12134
12135 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12136
12137 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12138
12139 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12140 must be `follow-link'.
12141
12142 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12143
12144 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12145 formatting: No nested anchors.
12146 (org-all-targets): Fix bug with XEmacs compatibility.
12147 (org-read-date): Add (require 'parse-time).
12148 (org-set-tags): Fix bug with extra inserted space.
12149 (org-export-html-style): Define a style class for targets.
12150 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12151 (org-hide-leading-stars): New option.
12152 (org-hide): New face.
12153 (org-set-font-lock-defaults): Allow to hide leading stars.
12154 (org-get-legal-level, org-tr-level): New functions.
12155 (org-odd-levels-only): New option.
12156 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12157 (org-demote, org-promote): Deal with double-star levels.
12158 (org-convert-to-odd-levels): New command.
12159
12160 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12161
12162 * speedbar.el (speedbar-update-localized-contents): Try to
12163 preserve window-start.
12164 (speedbar-update-directory-contents): Try to preserve window-start
12165 and window-point.
12166 (speedbar-update-special-contents): Don't move back to start of window.
12167
12168 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12169 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12170 speedbar-timer-fn.
12171 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12172 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12173 instead of gdb-speedbar-timer-fn.
12174
12175 2006-02-28 Jay Belanger <belanger@truman.edu>
12176
12177 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12178 (math-compose-expr): Use latex option when calling
12179 `math-compose-tex-matrix' for latex mode.
12180
12181 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12182
12183 * speedbar.el: Re-instate comments about developing for speedbar
12184 [this is what info and gdb-ui use even if better methods exist now].
12185
12186 * t-mouse.el: New file.
12187 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12188 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12189 (t-mouse-make-event-element): Use posn-at-x-y instead.
12190 (t-mouse-make-event): Deal with Fedora Core 3.
12191 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12192 (t-mouse-mouse-position-function): New function. Use it instead
12193 of advising mouse-position.
12194 (t-mouse-mode): New minor mode.
12195 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12196
12197 2006-02-27 Glenn Morris <rgm@gnu.org>
12198
12199 * calendar/calendar.el (calendar-holidays): Doc fix.
12200
12201 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12202
12203 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12204 Re-introduce the concept of a source window.
12205 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12206 consistency with get-buffer-create.
12207 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12208 (gdb-data-list-register-values-handler)
12209 (gdb-stack-list-locals-handler): Try to preserve window-start as
12210 well as window-point.
12211 (gdb-display-source-buffer): New function (old concept).
12212 (gdb-goto-breakpoint): Use it.
12213
12214 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12215 for gdb-ui/gdb-mi (old concept).
12216
12217 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12218
12219 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12220 binding.
12221
12222 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12223
12224 * textmodes/reftex-sel.el (reftex-select-label-map)
12225 (reftex-select-bib-map): Add `follow-mouse' binding.
12226
12227 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12228
12229 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12230 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12231 Give :set functions to provide automatic updating.
12232 Update docstring. Give compiler defvars early in the file
12233 and move the defcustoms to a later spot where all called functions
12234 are defined.
12235 (jka-compr-file-name-handler-entry): Doc fix.
12236 (jka-compr-compression-info-list--internal)
12237 (jka-compr-mode-alist-additions--internal)
12238 (jka-compr-load-suffixes--internal): New variables.
12239 (jka-compr-install): Set the three above variables.
12240 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12241 (jka-compr-update, jka-compr-set): New functions.
12242 (auto-compression-mode): Doc fix.
12243
12244 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12245 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12246 Use jka-compr-compression-info-list--internal,
12247 jka-compr-mode-alist-additions--internal and
12248 jka-compr-load-suffixes--internal.
12249
12250 * files.el (load-library):
12251 * loadhist.el (file-loadhist-lookup):
12252 * startup.el (command-line):
12253 * subr.el (locate-library):
12254 * emacs-lisp/autoload.el (update-directory-autoloads):
12255 * emacs-lisp/find-func.el (find-library-suffixes):
12256 Use `get-load-suffixes' instead of `load-suffixes'.
12257
12258 * subr.el (locate-library):
12259 * emacs-lisp/find-func.el (find-library-name):
12260 Use `load-file-rep-suffixes' instead of '("").
12261
12262 2006-02-26 Kim F. Storm <storm@cua.dk>
12263
12264 * ido.el (ido-save-history, ido-load-history): Simplify.
12265 Don't use find-file-noselect to avoid interference from other modes.
12266
12267 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12268
12269 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12270 to use the default shell if filename is not available.
12271 Reported by Giorgos Keramidas.
12272
12273 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12274
12275 * progmodes/etags.el (tags-completion-table): Do completion from
12276 all the tables in the current list, as documented in the manual.
12277
12278 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12279
12280 * CC Mode Update to 5.31.3.
12281
12282 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12283
12284 * progmodes/cc-mode.el (c-postprocess-file-styles):
12285 Bind inhibit-read-only to t, around the call to
12286 c-remove-any-local-eval-or-mode-variables, so that it works on a
12287 RO file.
12288
12289 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12290
12291 * progmodes/cc-awk.el: Correct a typo.
12292
12293 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12294
12295 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12296 c-hungry-delete-backwards, at the request of RMS. Leave the old
12297 name as an alias.
12298
12299 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12300
12301 * progmodes/cc-mode.el: Correct a typo.
12302
12303 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12304
12305 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12306
12307 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12308
12309 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12310 brace-else-brace (error due to mbeg, mend being undefined).
12311
12312 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12313
12314 * progmodes/cc-mode.el: File Local variables: Solve the problem
12315 where both `mode' and c-file-offsets are specified: `mode' will
12316 overwrite c-f-o's settings:
12317 (c-remove-any-local-eval-or-mode-variables): New function.
12318 (c-postprocess-file-styles): Call the above new function, within
12319 c-tentative-buffer-change, to splat `mode' and `eval' before the
12320 second hack-local-variables.
12321
12322 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12323
12324 * progmodes/cc-mode.el:
12325 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12326 (c-after-change): Protect the match data with save-match-data.
12327 It was getting corrupted by c-after-change-check-<>-operators.
12328
12329 * cc-defs.el: [Supersedes patch V1.38]:
12330 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12331 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12332
12333 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12334 with save-match-data. It was being corrupted when Font Lock was
12335 not enabled.
12336
12337 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12338
12339 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12340 Mode and Subword Mode.
12341
12342 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12343 real labels ("case 1:" or "foo:") from non-labels ("public:").
12344 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12345 coding; c-f-t-2 doesn't move over a token at EOB.
12346
12347 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12348
12349 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12350 (c-update-modeline): Concatenate the minor mode indicators
12351 directly onto mode-name, removing c-submode-indicators.
12352 Sometimes, c-s-i got separated from the mode name on the mode line.
12353
12354 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12355 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12356
12357 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12358
12359 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12360 error message when there's an evaluation error to show whether
12361 it's loaded from source or not.
12362 (c-filter-ops): Make it available at runtime too to work when
12363 `c-make-init-lang-vars-fun' needs to evaluate from source.
12364
12365 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12366
12367 * help.el (help): Revert last part of 2006-02-23 change (deletion
12368 of the `provide' call).
12369
12370 2006-02-23 Juri Linkov <juri@jurta.org>
12371
12372 * compare-w.el (compare-windows-highlight): Add new value
12373 `persistent' and change :type from `boolean' to `choice'.
12374 (compare-windows-overlays1, compare-windows-overlays2):
12375 New internal variables.
12376 (compare-windows-highlight): If compare-windows-highlight is
12377 `persistent', add current overlays to compare-windows-overlays[12]
12378 instead of adding compare-windows-dehighlight to pre-command-hook.
12379 (compare-windows-dehighlight): Delete all overlays from
12380 compare-windows-overlays[12].
12381
12382 * info.el (Info-search): Don't bind search-spaces-regexp to
12383 Info-search-whitespace-regexp in non-regexp isearch mode.
12384
12385 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12386
12387 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12388
12389 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12390
12391 * textmodes/org.el (org-xemacs-p)
12392 (org-export-html-show-new-buffer, org-table-may-need-update)
12393 (org-insert-item, org-mhe-get-message-real-folder)
12394 (org-mhe-get-message-folder-from-index)
12395 (org-mhe-get-message-folder, org-mhe-get-message-num)
12396 (org-mhe-get-header, org-make-org-heading-search-string)
12397 (org-make-org-heading-camel, org-table-sort-lines)
12398 (org-format-org-table-html, org-format-table-table-html):
12399 Fix typos in docstrings.
12400
12401 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12402
12403 * textmodes/org.el (org-cleaned-string-for-export)
12404 (org-solidify-link-text): New function.
12405 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12406 XEmacs, just to silence the compiler.
12407 (org-export-as-ascii, org-export-as-html-and-open):
12408 Use `org-cleaned-string-for-export' and create internal links.
12409 (org-follow-mhe-link): Require mh-e, use folder.
12410
12411 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12412
12413 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12414
12415 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12416 gdb-debug-log-length.
12417 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12418 it a real ring but...
12419 (gud-gdba-marker-filter): ...make it work like mark-ring.
12420 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12421 (gdb-mouse-jump): New function. Add bindings.
12422
12423 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12424
12425 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12426 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12427 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12428 (gdb-debug-log-length): Customize it's length.
12429 (gud-watch, gdb-var-create-handler): Display function::var format
12430 but don't use to create variable object.
12431 (gdb-var-create-handler): Use message-box in place of message.
12432 (gdb-stopped): Call gdb-exited if signalled.
12433
12434 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12435
12436 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12437
12438 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12439
12440 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12441 if `reftex-try-all-extensions' is set.
12442
12443 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12444 fail silently when there is no valid argument at point.
12445 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12446 `fail-silently' argument. From a patch by David Reiter.
12447
12448 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12449 New commands.
12450 (org-mark-ring): New variable.
12451 (org-mark-ring-length): New option.
12452 (org-open-at-point, org-goto, org-open-file): Push old position
12453 onto the mark ring.
12454 (org-add-hook): New function.
12455 (org-export-table-remove-special-lines): New option.
12456 (org-skip-comments, org-format-org-table-html): Respect new
12457 option `org-export-table-remove-special-lines'.
12458 (org-open-file): Allow special command configuration for
12459 directory link.
12460 (org-file-apps): Fix bugs in customize type, added setting
12461 for directories.
12462 (org-activate-tags, org-format-agenda-item, org-complete)
12463 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12464 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12465 (org-link-search, org-make-org-heading-search-string)
12466 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12467 (org-radio-targets, org-file-link-context-use-camel-case)
12468 (org-activate-camels): New options.
12469 (org-update-radio-target-regexp, org-all-targets)
12470 (org-make-target-link-regexp, org-activate-target-links):
12471 New functions.
12472 (org-make-org-heading-search-string): New function.
12473 (org-store-link, org-insert-link): Use new option
12474 `org-file-link-context-use-camel-case'.
12475 (org-activate-camels): Use new option `org-activate-camels'.
12476 (org-link-regexp): Add mhe prefix.
12477 (org-open-at-point, org-store-link): Support for mhe links.
12478 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12479 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12480 (org-mhe-get-header, org-follow-mhe-link): New functions.
12481 (org-remove-angle-brackets, org-add-angle-brackets):
12482 New functions.
12483 (org-bracket-link-regexp): New constant.
12484 (org-read-date): Fix bug that was rejecting all typed dates.
12485 (org-link-search): Make hierarchy above visible after a match.
12486 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12487 (org-store-link): Fix bug with link creation when cursor is in
12488 an empty line.
12489 (org-open-at-point): Fix bug with matching a link.
12490 Fixed buggy argument sequence in call to `org-view-tags'.
12491 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12492 (org-prefix-has-tag): New variable.
12493 (org-format-agenda-item): Remove tags from headline
12494 if appropriate.
12495 (org-agenda-remove-tags-when-in-prefix): New option.
12496
12497 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12498
12499 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12500 Fix the regular expressions.
12501
12502 2006-02-21 Richard M. Stallman <rms@gnu.org>
12503
12504 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12505 if there's no other specific basis.
12506
12507 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12508 as variables at all.
12509 (unsafep-variable): Rename arg; doc fix.
12510
12511 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12512
12513 * calendar/appt.el (diary-selective-display): Add defvar.
12514
12515 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12516
12517 * isearch.el (search-whitespace-regexp): Fix custom type.
12518
12519 * help.el (describe-key-briefly): Compute interactive args
12520 in same was as before previous change.
12521
12522 * files.el (enable-local-variables): Doc fix.
12523
12524 2006-02-21 Kim F. Storm <storm@cua.dk>
12525
12526 * fringe.el: Cleanup as file is now pre-loaded.
12527 (fringe-bitmaps): Initialize unconditionally.
12528 (fringe-mode, set-fringe-style): Remove autoload cookies.
12529
12530 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12531
12532 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12533 `horizontal-bar'.
12534 (fringe-cursor-alist): Use `horizontal-bar'.
12535
12536 2006-02-20 Kim F. Storm <storm@cua.dk>
12537
12538 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12539 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12540
12541 * loadup.el: Load "fringe" on window systems.
12542
12543 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12544
12545 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12546 out of scope components.
12547
12548 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12549 default.
12550
12551 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12552
12553 * custom.el (customize-mark-to-save, customize-mark-as-set):
12554 Load the symbol first.
12555
12556 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12557
12558 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12559 strech spec so it doesn't display as "^J" on the header line
12560 when `Buffer-menu-use-header-line' is t.
12561
12562 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12563
12564 * speedbar.el (speedbar-make-button): Keep text properties
12565 of string arguments if desired.
12566
12567 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12568 expessions.
12569
12570 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12571 of speedbar.
12572
12573 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12574
12575 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12576 to value of `read-file-name-completion-ignore-case'.
12577
12578 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12579
12580 * custom.el (customize-mark-as-set): Push to `user' theme.
12581
12582 * cus-edit.el (custom-save-variables): Allow unthemed values.
12583 (customize-set-variable): Push setting to `user' theme.
12584
12585 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12586
12587 * progmodes/gud.el: Don't require font-lock as it's now
12588 automatically loaded.
12589 (gud-speedbar-buttons): Replace gdb-var-changed with
12590 gdb-force-update.
12591
12592 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12593 gdb-var-changed.
12594 (gdb-post-prompt): Use it.
12595 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12596 (gdb-var-update-handler, gdb-var-delete)
12597 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12598 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12599 gdb-force-update in gdb-post-prompt.
12600 (gdb-reset): Clear watch expressions from speedbar when quitting.
12601
12602 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12603
12604 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12605 (viper-change-state-to-vi, viper-change-state-to-emacs):
12606 Make aware of cursor coloring in the Emacs state.
12607 (viper-special-read-and-insert-char): Use read-char-exclusive.
12608 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12609
12610 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12611
12612 * viper-util.el (viper-save-cursor-color)
12613 (viper-get-saved-cursor-color-in-replace-mode)
12614 (viper-get-saved-cursor-color-in-insert-mode)
12615 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12616 state.
12617 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12618
12619 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12620 (ediff-ignore-case-option3, ediff-actual-diff-options)
12621 (ediff-actual-diff3-options): New variables to control case sensitivity.
12622 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12623 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12624 (ediff-toggle-ignore-case): New function.
12625 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12626
12627 * ediff-help.el (ediff-long-help-message-narrow2)
12628 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12629 (ediff-long-help-message-word-mode): Add ignore-case command.
12630 (ediff-help-for-quick-help): Add ignore-case command.
12631
12632 * ediff-merg.el: Move provide to the end.
12633
12634 * ediff-ptch.el: Move provide to the end.
12635
12636 * ediff-wind.el: Move provide to the end.
12637
12638 * ediff-mult.el: Move provide to the end.
12639 (ediff-set-meta-overlay): Enable follow-link.
12640
12641 * ediff.el: Move provide to the end.
12642 Break recursive load cycle in eval-when-compile.
12643 (ediff-patch-buffer): Better heuristics.
12644
12645 * ediff-util.el: Move provide to the end.
12646 Break recursive load cycle in eval-when-compile.
12647 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12648 defuns.
12649 (ediff-submit-report): Pass the values of ediff-diff3-program,
12650 ediff-diff3-options.
12651
12652 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12653
12654 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12655 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12656 `' (for example, in the docstring of `windmove-default-keybindings').
12657
12658 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12659
12660 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12661 shadow face. Don't provide binding to edit variable when it is
12662 out of scope.
12663
12664 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12665 (gdb-var-update-handler): Detect out of scope variables with pre
12666 GDB 6.4 too.
12667 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12668 Reset status of variable objects to nil in update handlers.
12669 (gdb-var-update-handler-1): Detect when a variable object comes
12670 in scope. setcar on var changes gdb-var-list directly.
12671
12672 2006-02-17 Juri Linkov <juri@jurta.org>
12673
12674 * ffap.el (ffap) <defface>: Add explicit face declaration.
12675 (ffap-highlight): Use face `ffap' directly instead of checking
12676 for its existence.
12677
12678 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12679 `visible-ok' of `other-buffer' to find the right original buffer.
12680
12681 * info.el (Info-search): Skip `Local Variables' node.
12682
12683 2006-02-17 Juri Linkov <juri@jurta.org>
12684
12685 * info.el (Info-find-file): Check for symbols `apropos', `history',
12686 `toc' in the input filename, and return these symbols as is.
12687 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12688 `history', `toc' instead of strings.
12689 (Info-set-mode-line): For non-string Info-current-file use the
12690 symbol's name inside **.
12691 (Info-isearch-push-state): Add quote before Info-current-file and
12692 Info-current-node.
12693 (Info-isearch-pop-state): Use `equal' instead of `string='.
12694 (Info-extract-pointer, Info-following-node-name): Use
12695 `match-string-no-properties' instead of `match-string'.
12696 (Info-up): Check `old-file' for `stringp'.
12697 (Info-history): Use `equal' instead of `string-equal'.
12698 Check `file' for `stringp'.
12699 (Info-history): Use symbol `history' instead of string as first arg
12700 of `Info-find-node'.
12701 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12702 `toc' instead of string.
12703 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12704 instead of `buffer-substring', and `match-string-no-properties'
12705 instead of `match-string'.
12706 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12707 instead of strings.
12708 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12709 Use symbol `apropos' instead of string.
12710 (Info-copy-current-node-name): Check `Info-current-file' for
12711 `stringp' and construct a command with `Info-find-node' from it.
12712 (Info-fontify-node): Use `match-string-no-properties' instead of
12713 `match-string' and check file names for `stringp'.
12714 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12715 `history', `toc' instead of strings.
12716
12717 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12718
12719 * files.el: Rearrange functions and variables in the file local
12720 variables section.
12721
12722 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12723
12724 * files.el: Add truncate-lines, ispell-check-comments and
12725 ispell-local-dictionary as safe local variables.
12726
12727 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12728
12729 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12730 out of scope variables.
12731 (gud-speedbar-buttons): Use unless.
12732
12733 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12734 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12735 (gdb-show-changed-values): Also use for out of scope variables.
12736 (gdb-var-update-handler-1): Note if variable goes out of scope.
12737
12738 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12739
12740 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12741 default to global variable values for unsupplied args.
12742 (rcirc-get-buffer-create): Fix bug with setting the target.
12743 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12744 test for rcirc-always-use-server-buffer-flag here.
12745 (rcirc-response-formats): Add %N, which is a facified nick. %n
12746 uses the default face. Change the ACTION format string. If the
12747 "nick" is the server, don't print anything for that field.
12748 Comment fixes.
12749 (rcirc-target-buffer): Don't test
12750 rcirc-always-use-server-buffer-flag here.
12751 (rcirc-print): Squeeze extra spaces out of the text before message.
12752 (rcirc-put-nick-channel): Strip potential "@" char from nick
12753 before adding them to nick table.
12754 (rcirc-url-regexp): Improve to match address like "foo.com".
12755
12756 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12757
12758 * allout.el (allout-hidden-p): Move this defsubst before
12759 allout-overlay-interior-modification-handler, where it is first
12760 used.
12761
12762 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12763
12764 * allout.el: Use allout invisible-text overlays instead of
12765 selective display for concealed text. Also, lots of general
12766 cleanup, and improved compatibility code.
12767
12768 (allout-version) Incremented, corrected, revised, and refined
12769 module commentary.
12770
12771 (provide 'allout): Moved to the bottom, added a require of overlay.
12772
12773 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12774 `except-current'.
12775 (allout-write-file-hook-handler): Minimize delay.
12776 (count-trailing-whitespace-region): New function so
12777 auto-encryption of current topic can resituate cursor exactly.
12778 PGP/GPG encryption trims trailing whitespace from lines, which
12779 must be accounted for across encryption then decryption.
12780
12781 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12782 just plain "\C-c", to avoid intruding on user's keybinding space.
12783
12784 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12785 parameter, so user request to provide a new password is done.
12786
12787 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12788 Refined mechanism for auto-filling behavior while in allout mode.
12789
12790 (allout-mode): Explicitly specify the mode map in the docstring.
12791 Clarify provision for various write-file hook var names.
12792 Adjusted for invisible-text overlays instead of selective-display.
12793
12794 (allout-depth): Really return 0 if not within any topic. This
12795 rectifies `allout-beginning-of-level' and sequence numbering
12796 errors that occur when cutting and pasting numbered topics.
12797 Changed from a in-line subst to a regular function, as well.
12798
12799 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
12800
12801 (allout-end-of-subtree, allout-end-of-subtree)
12802 (allout-end-of-entry, allout-end-of-current-heading)
12803 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
12804 (allout-show-children, allout-show-to-offshoot)
12805 (allout-hide-current-entry, allout-show-current-entry): Rectified
12806 handling of trailing blank lines between items.
12807
12808 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
12809 (allout-current-depth, allout-unprotected, allout-hidden-p)
12810 (allout-on-current-heading-p, allout-listify-exposed)
12811 (allout-chart-subtree, allout-goto-prefix)
12812 (allout-back-to-current-heading, allout-get-body-text)
12813 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
12814 (allout-hide-region-body, allout-toggle-subtree-encryption)
12815 (allout-encrypt-string, allout-encrypted-key-info)
12816 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
12817 (allout-file-vars-section-data): Adjusted for use with
12818 invisible-text overlays instead of selective-display.
12819
12820 (allout-kill-line, allout-kill-topic, allout-yank-processing):
12821 Reworked for use with invisible text overlays.
12822
12823 (allout-current-topic-collapsed-p): New function.
12824
12825 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
12826 to know when to close the containing topic.
12827
12828 (allout-pre-command-business, allout-post-command-business):
12829 Simplify undo-batching and dynamic isearch exposure.
12830
12831 (allout-set-overlay-category): New for invisible-text overlays.
12832 Sets properties of allout-overlay-category, used by
12833 allout-flag-region to set invisible-text overlay properties.
12834 (allout-get-invisibility-overlay): Get the first qualifying
12835 invisibility overlay, so we can find the extent of it.
12836 (allout-back-to-visible-text): Get to just before the beginnining
12837 of the current invisibility overlay, if any.
12838
12839 (allout-overlay-insert-in-front-handler)
12840 (allout-overlay-interior-modification-handler)
12841 (allout-before-change-handler, allout-isearch-end-handler): New
12842 functions to handle extraordinary actions affecting concealed
12843 text.
12844
12845 (allout-flag-region): Use overlays instead of selective-display
12846 for invisible text - by inheritence from the properties of
12847 allout-overlay-category in mainline Emacs, and applied
12848 property-by-property in XEmacs, some recent versions of which
12849 don't inherit the properties from the category. Provisions to
12850 respond to concealed-text edits simplified drastically.
12851
12852 (allout-isearch-rectification, allout-isearch-was-font-lock)
12853 (allout-isearch-expose, allout-enwrap-isearch)
12854 (allout-isearch-abort, allout-pre-was-isearching)
12855 (allout-isearch-prior-pos, allout-isearch-did-quit)
12856 (allout-isearch-dynamic-expose)
12857 (allout-hide-current-entry-completely): Functions deleted.
12858
12859 (allout-undo-aggregation): Explicit undo aggregation no longer
12860 necessary due to transition away from selective-display.
12861
12862 (set-allout-regexp, allout-up-current-level)
12863 (allout-next-visible-heading, allout-forward-current-level)
12864 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
12865 (allout-kill-line, allout-yank-processing, allout-show-children)
12866 (allout-expose-topic, allout-old-expose-topic)
12867 (allout-listify-exposed, allout-insert-latex-header)
12868 (allout-toggle-subtree-encryption, allout-encrypt-string)
12869 (remove-from-invisibility-spec, allout-hide-current-subtree):
12870 Ditched unused variables.
12871
12872 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
12873
12874 * textmodes/ispell.el (ispell-change-dictionary): Call
12875 ispell-buffer-local-dict instead of
12876 ispell-accept-buffer-local-defs.
12877 (ispell-local-dictionary-alist): Accept as valid any coding-system
12878 supported by Emacs.
12879 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
12880 changed to iso-8859-3.
12881
12882 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
12883
12884 * speedbar.el (speedbar-frame-width): Make an inline function
12885 instead of a macro. Use frame-width.
12886 (speedbar-try-completion, speedbar-update-contents)
12887 (speedbar-timer-fn): Use consp.
12888 (speedbar-update-localized-contents): Try to preserve point.
12889
12890 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
12891 (menu): Re-order menu items.
12892 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
12893 field.
12894 (gdb-var-update-handler-1): Use it for GDB 6.4+.
12895 (gdb-post-prompt): Speed things by not forcing update.
12896
12897 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
12898
12899 * wid-edit.el (widget-button-click): For mouse-1, cancel button
12900 press and perform default action if we get a mouse movement event.
12901
12902 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
12903
12904 * calendar/icalendar.el (icalendar--get-event-property)
12905 (icalendar--get-event-property-attributes): Fix typos in
12906 docstrings.
12907
12908 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
12909 docstring.
12910
12911 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
12912
12913 * bs.el (bs-mode): Use `buffer-disable-undo'.
12914 (bs--get-file-name): Simplify.
12915 (bs-show-in-buffer): Mark the buffer as not modified.
12916
12917 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12918
12919 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
12920 widget-button-click.
12921
12922 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
12923 (custom-mode): Update docstring.
12924
12925 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
12926 binding.
12927
12928 * files.el (hack-local-variables-confirm): Allow scrolling if the
12929 file variable list is too long. Kill temp buffer after use.
12930
12931 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
12932
12933 * progmodes/gud.el (gdb): Improve doc string.
12934 (gdb-script-font-lock-keywords): Expand allowed character set.
12935
12936 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
12937 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
12938 (gdb-separate-io-interrupt, gdb-separate-io-quit)
12939 (gdb-separate-io-stop, gdb-separate-io-eof):
12940 Rename from gdb-inferior-* to gdb-separate-*.
12941 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
12942
12943 2006-02-14 Jay Belanger <belanger@truman.edu>
12944
12945 * calc/calc-arith.el (math-check-known-scalarp): Make sure
12946 expression is a symbol before checking that it is bound.
12947
12948 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
12949 test to see if equation can be solved.
12950
12951 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
12952
12953 * wid-edit.el (widget-button-click): Use :pressed-face property
12954 for overlay face, if it exists.
12955
12956 * cus-edit.el (custom-manual, custom-add-see-also)
12957 (custom-add-parent-links, custom-group-link): Add :pressed-face
12958 property to links.
12959
12960 * files.el (hack-local-variables): Remove ignored variables before
12961 checking if any variables need setting.
12962
12963 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12964
12965 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
12966
12967 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
12968
12969 * help.el (where-is): Fix message for remapped commands.
12970
12971 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
12972 Fix typos in docstrings.
12973
12974 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
12975
12976 * files.el (safe-local-variable-values): New option.
12977 (hack-local-variables-prop-line): Return a list of variable-value
12978 pairs if MODE-ONLY is non-nil.
12979 (hack-local-variables): Construct list of variable-value pairs,
12980 and apply or reject them in one go. Ask for confirmation if
12981 variables are not known safe.
12982 (hack-local-variables-confirm): Complete rewrite. Support
12983 `safe-local-variable-values'.
12984 (enable-local-variables): Update docstring to reflect new
12985 behavior.
12986 (ignored-local-variables): Ignore ignored-local-variables and
12987 safe-local-variable-values.
12988 (safe-local-variable-p): New function.
12989 (risky-local-variable-p): `safe-local-variable' property check
12990 moved to safe-local-variable-p.
12991 (hack-one-local-variable): Checks moved to hack-local-variables.
12992
12993 (byte-compile-dynamic, c-basic-offset, c-file-style)
12994 (c-indent-level, comment-column, fill-column, fill-prefix)
12995 (indent-tabs-mode, kept-new-versions, no-byte-compile)
12996 (no-update-autoloads, outline-regexp, page-delimiter)
12997 (paragraph-start, paragraph-separate, sentence-end)
12998 (sentence-end-double-space tab-width, version-control):
12999 Add `safe-local-variable' property.
13000
13001 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13002
13003 * icomplete.el, play/landmark.el: Change nonexistent
13004 `outline-layout' file variable to `allout-layout'.
13005
13006 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13007
13008 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13009 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13010 to gud-comint-buffer.
13011 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13012 gdb-ui.el for gdb-mi.el.
13013 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13014 registers buffer to gdb-get-changed-registers.
13015 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13016 deletion of catchpoints (throw and catch).
13017 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13018 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13019 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13020 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13021 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13022
13023 2006-02-13 Jay Belanger <belanger@truman.edu>
13024
13025 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13026 expression is a symbol before checking that it is bound.
13027
13028 2006-02-13 Richard M. Stallman <rms@gnu.org>
13029
13030 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13031 for the minibuffer too, but not if resize-mini-windows will interfere.
13032
13033 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13034 inside `interactive' spec.
13035 (describe-key-briefly-internal, describe-key-internal):
13036 Functions merged back into their callers.
13037
13038 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13039
13040 * info.el (info-xref-visited): Inherit from info-xref too.
13041 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13042 when propertizing Info-current-file and Info-current-node.
13043
13044 2006-02-13 Juri Linkov <juri@jurta.org>
13045
13046 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13047 (tumme-thumb-name): Fix per-directory format.
13048
13049 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13050
13051 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13052
13053 2006-02-12 Miles Bader <miles@gnu.org>
13054
13055 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13056
13057 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13058
13059 * tumme.el: Remove history section. If someone needs the it, it
13060 can always be found in CVS.
13061
13062 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13063
13064 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13065 about the Thumbnail Managing Standard option.
13066
13067 2006-02-12 Richard M. Stallman <rms@gnu.org>
13068
13069 * subr.el (substitute-key-definition): Doc fix.
13070
13071 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13072
13073 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13074
13075 * info.el (Info-mode): Doc fix.
13076
13077 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13078
13079 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13080
13081 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13082 because on Solaris a POSIX compatible "id" is needed. Reported by
13083 Magnus Henoch <mange@freemail.hu>.
13084
13085 2006-02-12 Juri Linkov <juri@jurta.org>
13086
13087 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13088 (tumme) <defgroup>: Change :group to `multimedia'.
13089 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13090 Managing Standard.
13091 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13092 Fix dostring.
13093 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13094 and %y. Fix docstring.
13095 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13096 (tumme-cmd-create-standard-thumbnail-command): New user options.
13097 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13098 is `standard'. Fix docstring.
13099 (tumme-thumb-width, tumme-thumb-height): New user options.
13100 (tumme-external-viewer): Try to find various viewers.
13101 (tumme-get-thumbnail-image): Use `create-image' instead of
13102 constructing the `image' structure.
13103 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13104 `standard'.
13105 (tumme-thumb-name): Add file name generation for standard storage.
13106 Simplify code for other storages.
13107 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13108 Add modification time %m and thumbnail-nq8 %q.
13109 Use `tumme-cmd-create-standard-thumbnail-command' if
13110 tumme-thumbnail-storage is `standard'.
13111 (tumme-dired-insert-marked-thumbs): New autoload command.
13112 (tumme-dired-after-readin-hook): New function.
13113 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13114 `tumme-thumb-size'.
13115 (tumme-display-image): Replace size-x %x and size-y %y with
13116 width %w and height %h.
13117
13118 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13119 `tumme-dired-insert-marked-thumbs'.
13120
13121 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13122
13123 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13124 include path).
13125 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13126 matching tag.
13127
13128 2006-02-12 Miles Bader <miles@gnu.org>
13129
13130 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13131 New variables.
13132 (rcirc-abbrev-nick): New function.
13133 (rcirc-format-response-string): Rewrite to use the formats in
13134 `rcirc-response-formats' and expand escape sequences therein.
13135 A text-property `rcirc-text' is added over the actual response
13136 text to make easy to find inside the returned string.
13137 (rcirc-print): When filling, just look for the `rcirc-text'
13138 text-property to find the appropriate fill prefix, instead of
13139 using hardwired patterns.
13140
13141 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13142
13143 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13144 Managing Standard.
13145
13146 2006-02-11 Kim F. Storm <storm@cua.dk>
13147
13148 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13149 Don't use insert-buffer; do insert-buffer-substring directly.
13150 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13151
13152 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13153
13154 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13155 with inhibit-read-only. Suggested by Stefan Monnier.
13156 (revert-buffer): Let insert-file-contents discard
13157 buffer-undo-list. Simplify code.
13158 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13159
13160 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13161
13162 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13163
13164 * help.el (describe-key-briefly): Now a wrapper for
13165 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13166 to t. Populate yank-menu if empty.
13167 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13168 (describe-key): Now a wrapper for describe-key-internal. Bind
13169 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13170 (describe-key-internal): Renamed from describe-key.
13171
13172 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13173
13174 * progmodes/glasses.el (glasses-separator): Doc fix.
13175 (glasses-original-separator): New defcustom.
13176 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13177
13178 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13179
13180 * mwheel.el (mouse-wheel-up-event): Doc fix.
13181
13182 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13183
13184 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13185 (tumme-dir): New function. Copied from thumbs.el.
13186
13187 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13188
13189 * desktop.el (desktop-outvar): Fix typo.
13190 (desktop-save-buffer-p): Doc fix.
13191
13192 * subr.el (substitute-key-definition): Fix typo.
13193
13194 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13195
13196 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13197 when window-system is mac.
13198
13199 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13200
13201 2006-02-10 Kim F. Storm <storm@cua.dk>
13202
13203 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13204 indirect-function instead of using condition-case.
13205
13206 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13207
13208 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13209 less `colloquial'...
13210
13211 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13212
13213 * tumme.el: Add a couple of todo items.
13214
13215 2006-02-09 Lars Hansen <larsh@soem.dk>
13216
13217 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13218 (highlight-changes-mode): Don't change desktop-locals-to-save.
13219
13220 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13221
13222 * image-mode.el (image-toggle-display): Clear image cache if using
13223 filename.
13224
13225 2006-02-09 Masatake YAMATO <jet@gyve.org>
13226
13227 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13228 a `dired-man' target.
13229
13230 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13231 boundary of symbols.
13232
13233 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13234
13235 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13236
13237 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13238
13239 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13240 `mapcar'; return nil.
13241
13242 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13243
13244 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13245 some other event.
13246
13247 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13248
13249 * net/rcirc.el (rcirc-startup-channels-alist):
13250 Add irc.freenode.net and #emacs as defaults.
13251 (rcirc-ignore-all-activity-flag): Remove variable.
13252 (rcirc-authinfo): New variable.
13253 (rcirc-authinfo-filename): Remove variable.
13254 (rcirc-always-use-server-buffer-flag): New flag.
13255 (rcirc): M-x rcirc will automatically connect without prompting.
13256 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13257 connection in lisp.
13258 (rcirc-process-server-response-1): Remove everything but the nick
13259 portion of the sender so it doesn't need to be done everywhere
13260 else. Update related code.
13261 (global-map): Remove global keybindings.
13262 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13263 (rcirc-send-input): Split into several functions.
13264 (rcirc-process-input-line, rcirc-process-message)
13265 (rcirc-process-command): New functions.
13266 (rcirc-target-buffer): New function to determine where to route
13267 messages.
13268 (rcirc-user-nick): Save match data.
13269 (rcirc-toggle-ignore-buffer-activity)
13270 (rcirc-update-activity-string): Remove global ignore functionality,
13271 which can be done now by toggling rcirc-track-minor-mode.
13272 (rcirc-track-minor-mode-map): New keymap.
13273 (rcirc-track-minor-mode): New minor-mode.
13274 (ignore): Make the ignore output nicer. Always print it when
13275 adding or removing nicks.
13276 (rcirc-url-regexp): Improve.
13277 (rcirc-mangle-text): Remove properties before using text in the
13278 modeline.
13279 (rcirc-authenticate): Authentication data comes from
13280 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13281 (rcirc-server-prefix): Inherit from rcirc-server.
13282
13283 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13284
13285 * Makefile.in (compile): Append "|| true" to the end of the `find'
13286 command, like compile-always does.
13287
13288 2006-02-08 Sam Steingold <sds@gnu.org>
13289
13290 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13291 output from a dead connection.
13292
13293 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13294
13295 * dired.el (dired-mode-map): Add more bindings for tumme.
13296
13297 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13298
13299 * wdired.el (wdired-mode-map): Use remap.
13300 (wdired-get-filename): Massage.
13301 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13302 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13303 `keymap' property rather than `local-map'.
13304
13305 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13306
13307 * tumme.el (tumme-get-thumbnail-image): New utility function.
13308 Suggested by from Chong Yidong.
13309 (tumme-dired-with-window-configuration): Rename from
13310 `tumme-dired'. Add code to save window configuration.
13311 (tumme-restore-window-configuration): New command to restore the
13312 window configuration that `tumme-dired-with-window-configuration'
13313 saves before it changes the window configuration.
13314 (tumme-show-all-from-dir): New command to display thumbnails for
13315 all files in a directory entered by the user, like M-x thumbs.
13316 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13317 have been created.
13318 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13319 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13320 Remove obsolete test function.
13321
13322 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13323
13324 * vc.el (small-temporary-file-directory): Remove defvar; there's
13325 a defcustom for it in files.el.
13326
13327 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13328 Fix typo in message.
13329 (tumme-gallery-generate): Fix typo in `error' message.
13330 (tumme-display-window-height-correction)
13331 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13332 (tumme-line-up-interactive): Dox fixes.
13333 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13334 (tumme-restore-window-configuration, tumme-format-properties-string)
13335 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13336 Fix typos in docstrings.
13337
13338 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13339
13340 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13341
13342 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13343
13344 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13345 User should use hook if desired.
13346
13347 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13348 buffer if necessary.
13349 (gdb-delete-frame-or-window): New function.
13350 (gdb-breakpoints-mode-map): Bind "q" to it.
13351
13352 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13353
13354 * textmodes/nroff-mode.el: Clean up name space.
13355 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13356 (nroff-mode): Obey the global setting of nroff-electric-mode.
13357 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13358
13359 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13360
13361 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13362
13363 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13364
13365 2006-02-06 Lars Hansen <larsh@soem.dk>
13366
13367 * generic-x.el (etc-fstab-generic-mode): Add file system types
13368 cifs and usbdevfs. Allow special chars in file names.
13369
13370 2006-02-05 Jay Belanger <belanger@truman.edu>
13371
13372 Update copyright notices of the files in lisp/calc.
13373
13374 2006-02-05 Romain Francoise <romain@orebokech.com>
13375
13376 Update copyright notices of all files in the lisp/play directory.
13377
13378 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13379
13380 * ldefs-boot.el: Regenerate.
13381
13382 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13383
13384 2006-02-05 Kim F. Storm <storm@cua.dk>
13385
13386 * files.el (magic-mode-regexp-match-limit): New defvar.
13387 (set-auto-mode): Use it to limit magic-mode-alist matching.
13388
13389 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13390
13391 * info.el (Info-index, Info-mode): Improve the description of the
13392 `i' command.
13393
13394 * ldefs-boot.el: Regenerate.
13395
13396 2006-02-03 Werner Lemberg <wl@gnu.org>
13397
13398 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13399 greedy to find the closing bracket in \*[...] and similar
13400 expressions. This is a first rough fix -- many additional
13401 refinements are necessary to make nroff mode really usable with groff.
13402
13403 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13404
13405 * international/mule-cmds.el (set-locale-environment):
13406 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13407 libX11.
13408
13409 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13410
13411 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13412 archive are created in archive-tmpdir.
13413
13414 2006-02-02 John Paul Wallington <jpw@pobox.com>
13415
13416 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13417 (ibuffer-fontification-alist): Use it.
13418 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13419 to "* z" and the Ibuffer Mark menu.
13420
13421 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13422
13423 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13424
13425 * textmodes/table.el (*table--cell-describe-mode)
13426 (*table--cell-describe-bindings): Undo last change since
13427 print-help-return-message is not obsoleted by anything at all.
13428
13429 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13430
13431 * emulation/cua-base.el (cua-mode): Doc fix.
13432
13433 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13434
13435 * dframe.el (dframe-handle-make-frame-visible)
13436 (dframe-handle-iconify-frame, dframe-get-focus)
13437 (dframe-select-attached-frame, dframe-power-click)
13438 (dframe-frame-mode): Fix typos in docstrings.
13439
13440 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13441 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13442 Fix typos in docstrings.
13443
13444 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13445 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13446 (hi-lock-archaic-interface-message-used)
13447 (hi-lock-file-patterns-range): Fix typos in docstrings.
13448
13449 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13450 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13451
13452 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13453 Fix typo in docstring.
13454
13455 * net/newsticker.el (newsticker--decode-iso8601-date)
13456 (newsticker--set-customvar, newsticker--buffer-insert-item)
13457 (newsticker--do-run-auto-mark-filter)
13458 (newsticker--parse-generic-feed): Doc fixes.
13459 (newsticker--retrieval-timer-list, newsticker-url-list)
13460 (newsticker-hide-immortal-items-in-echo-area)
13461 (newsticker-hide-obsolete-items-in-echo-area)
13462 (newsticker-new-item-face, newsticker--enclosure)
13463 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13464 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13465 (newsticker--parse-generic-feed, newsticker--cache-contains)
13466 (newsticker--stat-num-items, newsticker-download-enclosures):
13467 Fix typos in docstrings.
13468
13469 * net/rcirc.el (rcirc-debug): Doc fix.
13470 (rcirc-fill-column, rcirc-receive-message-hooks)
13471 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13472 (rcirc-mode, rcirc-generate-new-buffer-name)
13473 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13474 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13475 Fix typos in docstrings.
13476 (rcirc-print): "?\ " -> "?\s".
13477 (rcirc-cmd-join): Improve argument/docstring consistency.
13478
13479 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13480
13481 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13482 before narrow-to-region.
13483
13484 2006-02-01 Richard M. Stallman <rms@gnu.org>
13485
13486 * simple.el (move-beginning-of-line): Scan properly for invis change.
13487
13488 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13489
13490 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13491
13492 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13493 change bit only when id-format is 'integer. Reported by Matt
13494 Hodges <M.P.Hodges@rl.ac.uk>.
13495
13496 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13497
13498 * hilit-chg.el (highlight-changes-initial-state)
13499 (highlight-changes-global-initial-state): Doc fixes.
13500 (highlight-changes-global-modes, global-highlight-changes):
13501 Fix typos in docstrings.
13502
13503 2006-02-01 Kim F. Storm <storm@cua.dk>
13504
13505 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13506 transient-mark-mode in doc string.
13507
13508 2006-01-31 Richard M. Stallman <rms@gnu.org>
13509
13510 * replace.el (multi-occur): Doc fix.
13511 (multi-occur-in-matching-buffers): Rename from
13512 multi-occur-by-filename-regexp. Prefix arg says match
13513 buffer names instead of file names.
13514
13515 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13516
13517 * bs.el: Allow non-default values of `bs-header-lines-length'.
13518 (bs--running-in-xemacs): Remove (not needed anymore).
13519 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13520 instead of `shrink-window', thus avoiding having to compute the
13521 height of the window.
13522 (bs--up): Wrap around even when there's no header.
13523 (bs--down): Use `forward-line' instead of `next-line'.
13524
13525 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13526
13527 * image-mode.el (image-toggle-display): Use file name if possible,
13528 instead of unnecessarily allocating a (possibly huge) lisp string.
13529
13530 2006-01-30 John Paul Wallington <jpw@pobox.com>
13531
13532 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13533 because the `assert' macro signals it at runtime.
13534
13535 * emacs-lisp/cl.el (toplevel): Remove definition of
13536 `cl-assertion-failed' condition.
13537
13538 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13539
13540 * thumbs.el (thumbs-marked-list): Make buffer-local and
13541 permanent-local.
13542 (thumbs-insert-thumb): Make help-echo non-sticky.
13543 (thumbs-file-alist): Use eolp as check for (non)-image.
13544
13545 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13546
13547 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13548 (ediff-before-session-group-setup-hooks)
13549 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13550 Fix typos in docstrings.
13551
13552 * window.el (bw-dir, bw-eqdir, balance-windows)
13553 (split-window-keep-point): Fix typos in docstrings.
13554
13555 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13556 (org-quote-string, org-calendar-to-agenda-key)
13557 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13558 (org-show-following-heading, org-tags-column)
13559 (org-use-tag-inheritance, org, org-allow-space-in-links)
13560 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13561 (org-enable-table-editor, org-calc-default-modes)
13562 (org-table-allow-automatic-line-recalculation)
13563 (org-export-html-style, org-export-with-fixed-width)
13564 (org-export-with-sub-superscripts, org-special-keyword)
13565 (org-formula, org-time-grid, org-table-may-need-update)
13566 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13567 (org-goto-quit, org-get-indentation, org-end-of-item)
13568 (org-move-item-down, org-move-item-up)
13569 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13570 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13571 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13572 (org-agenda-log-mode, org-agenda-toggle-diary)
13573 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13574 (org-agenda-file-to-end, org-agenda-no-heading-message)
13575 (org-agenda-get-closed, org-format-agenda-item)
13576 (org-cmp-priority, org-cmp-category, org-cmp-time)
13577 (org-agenda-change-all-lines, org-agenda-diary-entry)
13578 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13579 (org-link-search, org-camel-to-words, org-open-file)
13580 (org-remember-handler, org-table-convert-region)
13581 (org-table-move-row-down, org-table-move-row-up)
13582 (org-table-copy-region, org-table-wrap-region)
13583 (org-table-toggle-vline-visibility)
13584 (org-table-get-vertical-vector, org-table-modify-formulas)
13585 (org-table-get-specials, org-recalc-commands)
13586 (org-table-rotate-recalc-marks, org-table-eval-formula)
13587 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13588 (org-level-color-stars-only, org-insert-heading):
13589 Fix typos in docstrings.
13590 (last-arg): Add defvar.
13591
13592 * makefile.w32-in (WINS): Add erc.
13593 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13594
13595 2006-01-29 Bill Wohler <wohler@newt.com>
13596
13597 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13598 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13599 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13600 (mh-autoloads): Don't use comments on otherwise empty lines.
13601
13602 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13603
13604 * emulation/viper.el (viper-major-mode-modifier-list): Add
13605 insert-state and vi-state entries for erc-mode.
13606 (viper-go-away, viper-set-hooks): Add and remove
13607 viper-comint-mode-hook from erc-mode-hook as appropriate.
13608
13609 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13610
13611 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13612
13613 * bs.el (bs--format-aux): Implement `middle' alignment as
13614 described in the docstring for `bs-attributes-list'.
13615 (bs--get-name): Simplify. Don't pad the buffer name.
13616
13617 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13618
13619 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13620 English aspell dictionary is installed, use the first entry of
13621 ispell-dictionary-alist-1.
13622
13623 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13624
13625 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13626 Doc fix.
13627
13628 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13629
13630 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13631 for `process-file', in order to let it work for older Emacsen too.
13632
13633 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13634
13635 * international/latexenc.el: Add a suitable `coding:' tag.
13636 (latexenc-find-file-coding-system): Undo last change.
13637
13638 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13639
13640 * international/latexenc.el (latexenc-find-file-coding-system):
13641 Make sure latexenc-main-file is a regular file and is readable.
13642
13643 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13644
13645 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13646 Pass FILE to vc-user-login-name.
13647
13648 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13649
13650 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13651
13652 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13653 there are no more images to display.
13654 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13655 the next image.
13656
13657 2006-01-26 Richard M. Stallman <rms@gnu.org>
13658
13659 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13660
13661 * wid-edit.el (advertised-widget-backward): New alias.
13662 (widget-keymap): Use advertised-widget-backward for S-TAB.
13663
13664 * tumme.el: Correct the keywords.
13665 (tumme-dir-max-size): Use defvar.
13666 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13667
13668 * simple.el (move-beginning-of-line): Take account of fields.
13669 (clone-indirect-buffer-other-window): Take args like
13670 clone-indirect-buffer, and work like it.
13671
13672 * help-fns.el (describe-function): Don't pass `nil' as default.
13673
13674 * files.el (risky-local-variable-p): Follow var aliases.
13675
13676 * subr.el (lazy-completion-table): Doc fix.
13677
13678 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13679 global binding of `line'.
13680
13681 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13682
13683 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13684 Tramp.
13685
13686 * vc.el (vc-default-dired-state-info): Pass FILE to
13687 vc-user-login-name.
13688 (vc-default-update-changelog): Don't use vc-user-login-name, we
13689 don't need it here.
13690
13691 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13692 no longer necessary.
13693
13694 2006-01-25 Kenichi Handa <handa@m17n.org>
13695
13696 * international/mule.el (decode-char): Avoid the overhead of
13697 calling utf-lookup-subst-table-for-decode if
13698 utf-translate-cjk-mode is nil.
13699 (encode-char): Avoid the overhead of calling
13700 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13701 nil.
13702
13703 2006-01-22 Kenichi Handa <handa@m17n.org>
13704
13705 * international/mule.el (make-subsidiary-coding-system): Reset
13706 `coding-system-define-form' property of subsidiaries to nil.
13707 Avoid duplicated entry in coding-system-alist.
13708 (make-coding-system): Avoid duplicated entry in
13709 coding-system-alist.
13710 (define-coding-system-alias): Likewise.
13711
13712 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13713
13714 * completion.el: Minor fixes in introductory comment.
13715 (completion-def-wrapper): Fix alist.
13716
13717 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13718
13719 * thumbs.el (thumbs-new-image-size): New function.
13720 (thumbs-increment-image-size-element)
13721 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13722 (thumbs-decrement-image-size): Delete.
13723 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13724 temp files and use to resize.
13725 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13726 Use increment argument to enlarge/shrink. Preserve point.
13727 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13728 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13729 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13730 (thumbs-mark, thumbs-unmark): Preserve point.
13731 (thumbs-modify-image): Keep old temp files and use to modify.
13732 Cleanup old temp files at load time. Preserve point.
13733 (thumbs-view-image-mode-map): Use new command names.
13734
13735 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13736
13737 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13738
13739 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13740 the nastiest part of the cyclic dependency.
13741 (cal-menu-update): Use dotimes and calendar-increment-month.
13742
13743 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13744 (calendar-week-start-day): Add an :initializer.
13745 (calendar-mode-map): Use suppress-keymap, and command remapping.
13746 (describe-calendar-mode): Setup xref-stack info for the back button.
13747 (calendar-star-date): Insert before delete.
13748 (calendar-set-mode-line): Add file-modified info if applicable.
13749 (calendar-increment-month): New function.
13750
13751 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13752
13753 * font-lock.el (lisp-font-lock-keywords-2):
13754 Recognize "& keywords" only at word boundaries.
13755
13756 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13757
13758 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13759 and permanent-local.
13760 (thumbs-max-image-number): New variable.
13761 (thumbs-do-thumbs-insertion): Use them.
13762 (thumbs-per-line): Change default to 4.
13763 (thumbs-marked-list): Rename from thumbs-markedL.
13764 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13765 (thumbs-rename-images): Use -list instead of L for internal variables.
13766 (thumbs-call-convert): Use call-process instead of shell-command.
13767 (thumbs-insert-thumb): Add filename as help-echo to each image.
13768 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13769 Give dir to thumbs-show-thumbs-list.
13770 (thumbs-show-thumbs-list): Set default-directory to that of images.
13771 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13772 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13773 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13774 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13775
13776 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13777
13778 * ses.el (ses-read-cell): Provide a default value.
13779
13780 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13781
13782 * term/w32-win.el (image-library-alist): Add additional names for
13783 GIF library.
13784
13785 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13786
13787 * international/latexenc.el (latexenc-find-file-coding-system):
13788 Add file-regular-p check.
13789
13790 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * simple.el (clone-buffer): Don't show the new buffer in the same
13793 window.
13794
13795 2006-01-23 Juri Linkov <juri@jurta.org>
13796
13797 * faces.el (link, link-visited): New faces based on default values
13798 of `info-xref' and `info-xref-visited'.
13799
13800 * info.el (info-xref): Inherit from `link'.
13801 (info-xref-visited): Inherit from `link-visited'.
13802
13803 * cus-edit.el (custom-buffer-create-internal): Use widget type
13804 `custom-manual' instead of `info-link' and don't set properties
13805 `button-face' and `mouse-face' explicitly.
13806 (custom-browse-group-tag, custom-browse-variable-tag)
13807 (custom-browse-face-tag): Inherit from widget class
13808 `custom-group-link' instead of `push-button'.
13809 (custom-button-unraised): Inherit from `underline' face.
13810 (custom-link): Inherit from `link' face. Fix doc and group.
13811 (custom-add-parent-links, custom-group-value-create): Don't set
13812 properties `button-face' and `mouse-face' explicitly for
13813 `custom-group-link' widget.
13814 (custom-group-link): Add properties `button-face' and `mouse-face'
13815 to widget definition.
13816 (custom-field-keymap): New variable. Put `custom-field-keymap' to
13817 editable-field's :keymap property.
13818 (custom-mode): Fix docstring: substitute keybindings for
13819 `widget-forward' and `widget-backward' from `widget-keymap',
13820 `widget-complete' from `custom-field-keymap', replace old
13821 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
13822
13823 * desktop.el (desktop-load-file): Check for `fboundp' before
13824 calling `symbol-function'.
13825
13826 * simple.el (clone-buffer, clone-indirect-buffer)
13827 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
13828 `read-string'. Fix prompts.
13829
13830 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
13831
13832 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
13833
13834 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
13835
13836 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
13837
13838 * startup.el (inhibit-splash-screen, initial-scratch-message):
13839 Doc fixes.
13840
13841 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
13842
13843 Sync with Tramp 2.0.52.
13844
13845 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
13846 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
13847 `tramp-unload-tramp' for checklist.
13848
13849 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
13850 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
13851 (tramp-unload-file-name-handler-alist)
13852 (tramp-unload-tramp): New defuns.
13853 (tramp-advice-PC-expand-many-files): New defadvice.
13854 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
13855 removed.
13856 (tramp-handle-expand-file-name): Remove double slash.
13857 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
13858 It doesn't matter, because it will be converted later on.
13859 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
13860 implementation was just heuristic.
13861 (tramp-post-connection): Set uid and gid properties.
13862 (tramp-convert-file-attributes): Set file's gid change bit.
13863 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
13864 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
13865 in case of su(do)? methods. The home directory of the local user
13866 will be taken else.
13867 (tramp-open-connection-telnet)
13868 (tramp-open-connection-rsh, tramp-open-connection-su)
13869 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
13870 local shell prompt could hurt. Reported by Romain Francoise
13871 <romain@orebokech.com>.
13872 (tramp-let-maybe): Add `edebug-form-spec' property.
13873 (tramp-handle-expand-file-name): Bind `default-directory' locally
13874 to "/" in order to avoid problems with UNC shares or Cygwin
13875 mounts.
13876 (tramp-md5-function): Fix typo in error message.
13877
13878 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
13879
13880 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
13881 for byte-compiler pacification.
13882
13883 2006-01-22 Andre Spiegel <spiegel@gnu.org>
13884
13885 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
13886 ID-FORMAT `string'. This allows us to get rid of
13887 `vc-user-login-name UID'.
13888
13889 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
13890
13891 2006-01-22 John Paul Wallington <jpw@pobox.com>
13892
13893 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
13894
13895 2006-01-21 Martin Rudalics <rudalics@gmx.at>
13896
13897 * emacs-lisp/find-func.el (find-definition-noselect)
13898 (find-variable-noselect): Search variables in C source code too.
13899 (find-function-C-source, find-function-noselect, find-function)
13900 (find-function-other-frame, find-variable-noselect, find-variable)
13901 (find-variable-other-frame, find-variable-at-point):
13902 Fix docstrings.
13903
13904 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
13905
13906 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
13907
13908 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
13909
13910 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
13911 Default to disabling the "Save affix" question.
13912
13913 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
13914
13915 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
13916 the first arg to run-python.
13917
13918 2006-01-21 Eli Zaretskii <eliz@gnu.org>
13919
13920 * startup.el (command-line-1): Handle --no-desktop if desktop.el
13921 is not loaded.
13922
13923 2006-01-20 Jay Belanger <belanger@truman.edu>
13924
13925 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
13926 limit is 0.
13927
13928 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
13929 the correct variable.
13930
13931 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
13932
13933 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
13934 link. Fixed buggy argument sequence in call to `org-view-tags'.
13935 (org-compile-prefix-format): Set `org-prefix-has-tag'.
13936 (org-prefix-has-tag): New variable.
13937 (org-format-agenda-item): Remove tags from headline if
13938 appropriate.
13939 (org-agenda-remove-tags-when-in-prefix): New option.
13940 (org-get-tags-at): New function.
13941
13942 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
13943
13944 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
13945 (thumbs-find-image): Move image name and number from buffer name
13946 to mode name. Set thumbs-buffer. Preserve point so that large
13947 images remain visible.
13948 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
13949 order.
13950 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
13951 mode name.
13952 (thumbs-next-image, thumbs-previous-image): Make them work.
13953
13954 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
13955
13956 * cus-edit.el (custom-buffer-create-internal): State in the text above
13957 the whole buffer buttons that they do not operate on hidden items.
13958 (custom-face-menu): Use `custom-face-save' instead of
13959 `custom-face-save-command'.
13960 (custom-face-save-command): Make it an alias for `custom-face-save'
13961 and declare it obsolete.
13962 (custom-face-save): Doc fix.
13963
13964 * dired.el (dired-no-confirm): Add quote.
13965 (dired-subdir-alist-pre-R): Add quote in
13966 `make-variable-buffer-local' form and remove unbalanced parenthesis.
13967
13968 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
13969
13970 * textmodes/table.el (table-mode-indicator): Typo in last change.
13971
13972 2006-01-19 Richard M. Stallman <rms@gnu.org>
13973
13974 * outline.el (hide-leaves): Don't call outline-end-of-heading.
13975 Fixes bug reported in Nov 2005.
13976
13977 * isearch.el (isearch-forward): Doc fix.
13978
13979 * dired.el (dired-move-to-filename-regexp): Define as alias.
13980 (dired-no-confirm): Use defcustom.
13981 (dired-subdir-alist-pre-R): Put defvar at top level.
13982
13983 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
13984
13985 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
13986 Mark as risky.
13987
13988 * simple.el (set-mark-command): Doc fix.
13989 (clone-indirect-buffer-other-window):
13990 Read arg like clone-indirect-buffer.
13991 (move-beginning-of-line): Skip invisible newlines.
13992
13993 2006-01-19 Masatake YAMATO <jet@gyve.org>
13994
13995 * progmodes/cpp.el (cpp-edit-load): Make the order of
13996 listed conditions in a base C code buffer and its associate
13997 CPP Edit buffer the same.
13998
13999 2006-01-19 Kenichi Handa <handa@m17n.org>
14000
14001 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14002 (rmail-mime-feature): Likewise.
14003 (rmail-require-mime-maybe): Use display-warning to show a warning
14004 message.
14005
14006 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14007 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14008
14009 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * array.el: Move defvars out of eval-when-compile.
14012 (array-make-template): Replace undeclared global var with a local one.
14013 (array-mode): Inline initialization functions.
14014 (array-init-local-variables, array-init-max-row)
14015 (array-init-max-column, array-init-columns-per-line)
14016 (array-init-field-width, array-init-rows-numbered)
14017 (array-init-line-length, array-init-lines-per-row): Remove.
14018
14019 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14020 (doc-mode-map): Define explicitly.
14021 (doctor-txtype): Use mapc.
14022
14023 * textmodes/table.el: Move defvars out of eval-when-compile.
14024 Remove harmful code meant to avoid byte-compiler warnings.
14025 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14026 specification that checks table-fixed-width-mode directly.
14027 (table-recognize-region, table-recognize-cell):
14028 Use restore-buffer-modified-p.
14029 (table-fixed-width-mode): Remove code that refreshes
14030 table-fixed-mode-indicator.
14031 (*table--cell-describe-bindings, *table--cell-describe-mode):
14032 Avoid obsolete name print-help-return-message.
14033 (table--test-cell-list): Don't use replace-regexp from elisp.
14034 (table--point-entered-cell-function, table--point-left-cell-function):
14035 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14036
14037 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14038 that was after the end of file. Use buffer-file-name variable.
14039 (org-timestamp-change): Use with-current-buffer.
14040 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14041 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14042 `file'.
14043
14044 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14045 (fortran-break-line): Remove unused var `opoint'.
14046 (fortran-abbrev-start): Obey help-event-list.
14047
14048 2006-01-18 Jesper Harder <harder@phys.au.dk>
14049
14050 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14051
14052 2006-01-18 Masatake YAMATO <jet@gyve.org>
14053
14054 * progmodes/make-mode.el (makefile-imake-mode): New mode
14055 derived from makefile-mode.
14056 (makefile-imake-mode-syntax-table): New syntax table
14057 derived from makefile-mode-syntax-table.
14058 (makefile-mode): Write about makefile-imake-mode in doc string.
14059 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14060 (makefile-imake-font-lock-keywords): New font lock keywords.
14061
14062 * files.el (auto-mode-alist): Add Imakefile.
14063
14064 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14065
14066 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14067 loading the file rather than when turning on flyspell-mode.
14068
14069 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14070
14071 * cus-edit.el (customize-rogue): Minor doc fix.
14072
14073 2006-01-17 Juri Linkov <juri@jurta.org>
14074
14075 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14076 instead of the file at the mark as default if the file at the mark
14077 is the same as the file at point or if dired-dwim-target-directory
14078 is not the same as the current directory and the mark is not active.
14079
14080 * log-view.el (log-view-minor-wrap): Use the same logic to get
14081 revisions as `log-view-diff'.
14082
14083 * info.el (Info-revert-find-node): Check for Info-current-file
14084 before preserving new-history.
14085
14086 * man.el (Man-heading-regexp): Add `/'.
14087
14088 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14089 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14090
14091 2006-01-16 Juri Linkov <juri@jurta.org>
14092
14093 * faces.el (mode-line-faces): New defgroup.
14094 (mode-line-highlight): Move definition after new defgroup.
14095 (mode-line, mode-line-inactive, mode-line-highlight):
14096 Replace :group `modeline' with `mode-line-faces'.
14097 (mode-line-buffer-id): New face.
14098 (modeline-buffer-id): New face alias.
14099 (vertical-border): Remove :group `modeline'.
14100
14101 * bindings.el (propertized-buffer-identification): Use face
14102 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14103 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14104 (mode-line-buffer-identification-keymap): For mouse-1 replace
14105 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14106 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14107 mouse-3.
14108
14109 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14110 Buffer-menu-buffer. Doc fix.
14111 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14112 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14113 `Buffer-menu-buffer'.
14114
14115 * info.el (Info-mode-line-node-keymap): New defvar.
14116 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14117 Propertize Info-current-node with `mode-line-buffer-id' and
14118 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14119
14120 * time.el (display-time-mail-face): Replace :group `faces' with
14121 `mode-line-faces'.
14122
14123 2006-01-16 Kenichi Handa <handa@m17n.org>
14124
14125 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14126
14127 * language/european.el (cp1252): New alias for windows-1252.
14128
14129 * international/mule.el (autoload-coding-system): Prepare for EOL
14130 variants.
14131
14132 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14133
14134 * term.el (term-raw-map): Add mapping for insert.
14135 (term-send-insert): New.
14136 (term-mode): Make variables local here instead of doing it in
14137 `term-emulate-terminal'.
14138 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14139 Scroll reverse needs to take into account the scroll region.
14140 Saving and restoring the cursor should save the color attributes too.
14141 (term-reset-terminal): Reset the scroll region.
14142 (term-handle-ansi-escape): Cursor up and down should take into
14143 account the scroll region.
14144 (term-set-scroll-region): Rename from `term-scroll-region'.
14145 Move to 0,0 after setting the region.
14146 (term-handle-scroll): Handle scroll up.
14147 (term-down): Fix off by one error.
14148 (term-delete-lines): Do not delete outside the scroll region.
14149 (term-insert-lines): Take into account the scroll region.
14150
14151 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * textmodes/ispell.el (ispell-internal-change-dictionary)
14154 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14155 (start, end): Move declaration outside of eval-when-compile.
14156
14157 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14158 (flyspell-mode-on): Use it.
14159
14160 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14161 ispell-kill-ispell-hook.
14162
14163 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14164
14165 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14166 (Custom-reset-saved): Do not ask for confirmation in single option
14167 buffers.
14168
14169 2006-01-13 Richard M. Stallman <rms@gnu.org>
14170
14171 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14172
14173 2006-01-13 Romain Francoise <romain@orebokech.com>
14174
14175 * add-log.el (add-change-log-entry, change-log-merge):
14176 Conditionally use `hard-newline'.
14177
14178 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14179
14180 * wid-edit.el (widget-field-end): If the overlay is no longer
14181 associated with a buffer, behave as if the overlay didn't exist.
14182
14183 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14184 Make sure the links use the `custom-link' face.
14185
14186 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14187
14188 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14189 (ld-script-mode): Don't set indent-line-function since we don't
14190 have one.
14191
14192 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14193
14194 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14195 application.
14196 (org-file-apps-defaults-gnu): Use mailcap as the default for
14197 selecting an application on a UNIX system.
14198 (org-agenda-show-tags): New command.
14199 (org-table-insert-hline): Keep cursor in current table line.
14200 (org-table-convert): Offset effect of modifying
14201 `org-table-insert-hline'.
14202 (org-format-agenda-item): New optional argument TAG.
14203 (org-compile-prefix-format): Handle %T format for the tag.
14204 (org-expand-wide-chars): New function.
14205 (org-table-insert-row, org-table-insert-hline):
14206 Use `org-expand-wide-chars'.
14207 (org-open-file): Fix bug in program launch.
14208 (org-get-time-of-day): Fix bug with times before 1am.
14209 (org-agenda-menu): Add tags commands.
14210
14211 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14212
14213 * textmodes/ispell.el (ispell-init-process): Include the used
14214 dictionary in ispell process start message.
14215 (ispell-internal-change-dictionary): When flyspell-mode is active
14216 and dictionary is changed, make sure ispell process is restarted
14217 and flyspell word cache cleared out for the current buffer.
14218 (ispell-change-dictionary): Make sure flyspell word cache is
14219 cleared out in all buffers with active flyspell mode when
14220 dictionary is globally changed.
14221 Call ispell-internal-change-dictionary after dictionary change.
14222
14223 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14224
14225 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14226
14227 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14228 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14229 years. Fix small differences wrt Makefile.in.
14230 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14231 Makefile.in does.
14232
14233 2006-01-12 Bill Wohler <wohler@newt.com>
14234
14235 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14236 mh-search.el.
14237
14238 2006-01-12 Masatake YAMATO <jet@gyve.org>
14239
14240 * progmodes/ld-script.el: Update copyright year.
14241
14242 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14243
14244 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14245 Don't add widget if setting undefined.
14246
14247 2006-01-12 John Paul Wallington <jpw@pobox.com>
14248
14249 * help-fns.el (describe-variable): Remove newlines from void
14250 variable output.
14251
14252 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14253
14254 * wdired.el (wdired-mode-map): Add help echo for
14255 wdired-abort-changes.
14256
14257 * man.el (Man-file-name-regexp): Adjust for a list of files.
14258
14259 2006-01-12 Masatake YAMATO <jet@gyve.org>
14260
14261 * progmodes/ld-script.el (auto-mode-alist): Support
14262 suffix conventions used in netbsd and eCos.
14263
14264 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14265
14266 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14267 (custom-variable-menu, custom-face-menu, custom-group-menu)
14268 (Custom-mode-menu): Change names of menu items. (As discussed on
14269 emacs-devel.)
14270 (custom-face-menu): Add "Undo Edits" item.
14271
14272 * startup.el (init-file-user): defcustom -> defvar.
14273
14274 * tooltip.el (tooltip-mode): Doc fix.
14275
14276 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14277
14278 * reveal.el (reveal-post-command): window-buffer signals an error on
14279 dead windows rather than returning nil.
14280 (reveal-open-new-overlays): An overlay might die while we open others.
14281
14282 2006-01-11 Bill Wohler <wohler@newt.com>
14283
14284 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14285 phrasing in docstring.
14286
14287 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14288 can give some systems gas. Add new file mh-buffers.el.
14289
14290 2006-01-06 Masatake YAMATO <jet@gyve.org>
14291
14292 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14293 C preprocessor forward ported from GNU Emacs 21.2.
14294
14295 * progmodes/asm-mode.el (asm-font-lock-keywords):
14296 Use `cpp-font-lock-keywords'.
14297
14298 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14299
14300 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14301 of $ for "\\.ld[s]?".
14302
14303 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14304
14305 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14306 (tcl-indent-line): Return `noindent' if inside a string.
14307
14308 * progmodes/flymake.el (flymake-split-string): Remove more than one
14309 empty string at beg/end of the result.
14310 (flymake-find-buildfile, flymake-find-possible-master-files):
14311 Use expand-file-name.
14312 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14313 since expand-file-name does it for us. Use directory-file-name.
14314 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14315 (flymake-ler-get-type, flymake-ler-get-text)
14316 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14317 (flymake-current-line-no): Remove spurious interactive spec.
14318 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14319 (flymake-check-include): Remove arg inc-path merged into inc-name.
14320 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14321 Arg regexp-list replaced by a simple regexp.
14322 (flymake-master-make-header-init, flymake-master-tex-init):
14323 Correspondingly replace regexp-list with a regexp. Fix regexp.
14324
14325 2006-01-10 Simon Josefsson <jas@extundo.com>
14326
14327 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14328 describing AUTH PLAIN fix.
14329
14330 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14331
14332 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14333 (report-emacs-bug): Don't record initial prompt text.
14334 Instead, add text properties to prompting text.
14335 (report-emacs-bug-hook): Delete prompting text.
14336
14337 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14338
14339 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14340 `dirs'. Adjust callers.
14341
14342 2006-01-09 John Paul Wallington <jpw@gnu.org>
14343
14344 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14345
14346 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14347
14348 * reveal.el (reveal-open-new-overlays): New extracted fun.
14349 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14350 using them. Simplify the code.
14351 (reveal-post-command): Use them. Fix up obsolete windows in
14352 reveal-open-spots.
14353
14354 * progmodes/flymake.el: Use `require' rather than autoload for
14355 XEmacs's overlays.
14356 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14357 Delete. Use file-relative-name instead.
14358 (flymake-get-syntax-check-program-args, flymake-perl-init):
14359 Simplify the resulting code.
14360
14361 * log-view.el (log-view-file-re, log-view-message-re): Add support
14362 for DaRCS output.
14363
14364 2006-01-09 Alex Schroeder <alex@gnu.org>
14365
14366 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14367 identifiers sometimes added in square brackets at the beginning of
14368 subject lines.
14369
14370 2006-01-07 Richard M. Stallman <rms@gnu.org>
14371
14372 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14373 (Custom-reset-current, Custom-reset-saved): Change question text.
14374 (Custom-reset-standard): Likewise.
14375 (custom-variable-reset-saved): Doc fix.
14376
14377 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14378
14379 * startup.el (init-file-user): Doc fix.
14380
14381 2006-01-07 Alex Schroeder <alex@gnu.org>
14382
14383 * mail/rmail.el (rmail-current-subject): New function.
14384 (rmail-current-subject-regexp): New function.
14385 (rmail-next-same-subject): Use it.
14386
14387 * mail/rmailsum.el (rmail-summary-by-topic):
14388 Use rmail-current-subject and rmail-current-subject-regexp.
14389 (rmail-summary-next-same-subject): Ditto.
14390
14391 * net/rcirc.el (rcirc-send-input): No longer check whether the
14392 process is open, since not all commands need an open process.
14393 (rcirc-send-string): Check whether the process is open before
14394 sending anything.
14395 (rcirc-ignore-list): New option.
14396 (rcirc-ignore-list-automatic): New variable.
14397 (rcirc-print): Take rcirc-ignore-list into account.
14398 (rcirc-cmd-ignore): New command.
14399 (rcirc-ignore-update-automatic): New function.
14400 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14401 list if ignored nicks.
14402 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14403
14404 2006-01-06 David Reitter <david.reitter@gmail.com>
14405
14406 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14407 reflect the address to which the report will be sent.
14408
14409 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14410
14411 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14412 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14413
14414 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14415
14416 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14417
14418 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14419 the doc string: "functoin" => "function".
14420 * ldefs-boot.el: Likewise.
14421
14422 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14423 message text: "Duplicat" => "Duplicate".
14424
14425 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14426
14427 * files.el (basic-save-buffer-2): If backing-up failed, reset
14428 buffer-backed-up to nil.
14429
14430 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14431
14432 * progmodes/gud.el (gdb-script-skip-to-head)
14433 (gdb-script-calculate-indentation): Indent for breakpoint command
14434 lists also.
14435
14436 2006-01-05 Bill Wohler <wohler@newt.com>
14437
14438 * Makefile.in (compile-always): Add mh-autoloads dependency.
14439 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14440 provides it.
14441 (updates): Remove mh-autoloads dependency, since it probably has
14442 already run recently (via recompile).
14443
14444 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14445
14446 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14447 argument `force' to disable the flyspell-last-buffer optimization.
14448 (flyspell-mode-on): Use it.
14449
14450 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14451 flymake-simple-cleanup.
14452 (flymake-allowed-file-name-masks): Use this new default.
14453 All the functions are now called in the right buffer rather than
14454 passing the buffer as argument.
14455 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14456 (flymake-parse-err-lines): Remove redundant buffer arg.
14457 (flymake-get-program-dir): Comment out unused function.
14458 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14459 Remove redundant buffer argument.
14460 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14461 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14462
14463 2006-01-05 Richard M. Stallman <rms@gnu.org>
14464
14465 * info.el (Info-find-node): Don't record previous node if have none.
14466 (info): Go to directory only if history is empty.
14467
14468 * simple.el (mark): Doc fix.
14469
14470 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14471
14472 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14473 already of desired type.
14474 (mac-ae-list): Coerce parameter to "list" type.
14475 (mac-dispatch-apple-event): Replace cadr part of event with a
14476 dummy position so that event-start returns it.
14477
14478 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14479
14480 * textmodes/org.el (org-end-of-subtree): New function.
14481 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14482 Use `org-end-of-subtree'.
14483 (org-agenda, org-agenda-convert-date): Protect calls to
14484 `fit-window-to-buffer'.
14485 (org-tags-view): Force matching of sublevels when doing a
14486 todo-only search. Define the correct redo command, including the
14487 arguments.
14488 (org-agenda-redo): Display message.
14489 (org-check-for-org-mode): New function.
14490 (org-agenda-type): New variable.
14491 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14492 Set `org-agenda-type'.
14493 (org-agenda-check-type): New function.
14494 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14495 (org-agenda-week-view, org-agenda-day-view)
14496 (org-agenda-next-date-line, org-agenda-previous-date-line)
14497 (org-agenda-log-mode, org-agenda-toggle-diary)
14498 (org-agenda-toggle-time-grid, org-agenda-date-later)
14499 (org-agenda-date-prompt, org-agenda-diary-entry)
14500 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14501 (org-agenda-convert-date, org-agenda-menu):
14502 Use `org-agenda-check-type'.
14503 (org-make-overlay, org-delete-overlay)
14504 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14505 New compatibility functions.
14506 (org-calendar-select-mouse): New command.
14507
14508 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14509
14510 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14511 (Custom-reset-standard): Fix y-or-n-p messages.
14512 (custom-link): New face for links.
14513 (custom-buffer-create-internal, custom-manual): Use it.
14514 (custom-face-save): Push to theme-face before setting face spec.
14515
14516 * wid-edit.el (widget-default-mouse-face-get): New function.
14517 (widget-specify-button): Handle mouse-face like button-face.
14518
14519 * custom.el (load-theme): Clear old theme settings if reloading.
14520
14521 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14522
14523 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14524 "Erase Customization" button back to same position it occupies in
14525 the individual State menus.
14526
14527 2006-01-04 Kim F. Storm <storm@cua.dk>
14528
14529 * wid-edit.el (key-sequence): Rework widget to read key binding
14530 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14531 (widget-key-sequence-default-value): Default value for empty sequence.
14532 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14533 (widget-key-sequence-read-event): New command for C-q.
14534 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14535 (widget-key-sequence-value-to-external): New functions.
14536
14537 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14538
14539 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14540 Use expand-file-name.
14541 (flymake-delete-temp-directory): Use expand-file-name,
14542 file-name-directory, and directory-file-name.
14543 (flymake-strrchr): Delete.
14544 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14545 to the init-f function.
14546 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14547 (flymake-init-find-buildfile-dir)
14548 (flymake-init-create-temp-source-and-master-buffer-copy)
14549 (flymake-simple-make-init-impl, flymake-simple-make-init)
14550 (flymake-master-make-init, flymake-master-make-header-init)
14551 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14552 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14553 (flymake-xml-init): Remove corresponding redundant buffer argument.
14554 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14555 the default anyway. Clean up regexps.
14556
14557 * progmodes/flymake.el (flymake-temp-source-file-name)
14558 (flymake-master-file-name, flymake-temp-master-file-name)
14559 (flymake-base-dir): New buffer-local vars.
14560 (flymake-buffer-data, flymake-get-buffer-value)
14561 (flymake-set-buffer-value): Replace those hash-tables by the new
14562 buffer-local vars. Update callers.
14563
14564 * progmodes/flymake.el (flymake-check-start-time)
14565 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14566 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14567 Move definition, so we can remove redundant earlier declaration.
14568 (flymake-replace-regexp-in-string, flymake-split-string)
14569 (flymake-get-temp-dir): Use defalias.
14570 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14571 (flymake-xemacs-window-edges): Remove unused function.
14572 (flymake-get-point-pixel-pos): Move.
14573 (flymake-pid-to-names, flymake-reg-names)
14574 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14575 Replace by a simple list flymake-processes and by process-buffer.
14576 Update callers. Other than simplify the code, it uses buffers rather
14577 than buffer-names so it doesn't get confused by uniquify.
14578 (flymake-buffer-data): The global value should just be nil.
14579
14580 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14581 Optimize the body of a defalias like any other code.
14582
14583 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14584 Make sure we've setup font-lock's vars. It may influence which
14585 function we then call.
14586 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14587 here since it's too late anyway.
14588
14589 2006-01-03 Romain Francoise <romain@orebokech.com>
14590
14591 * startup.el (fancy-splash-tail, normal-splash-screen):
14592 Update copyright year.
14593
14594 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14595
14596 * mouse.el (mouse-drag-track): Rename, from
14597 `mouse-drag-region-1'. Includes optional argument required to
14598 enable post-drag event processing (e.g. delete region keys).
14599 Can be used without this argument to track a mouse region and operate
14600 on it as soon as the drag completes.
14601 (mouse-drag-region): Use `mouse-drag-track'.
14602
14603 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14604
14605 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14606 Move to `custom-buffer' group.
14607
14608 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14609 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14610 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14611 (custom-theme-face-menu): New variables.
14612 (custom-theme-add-variable, custom-theme-variable-action)
14613 (custom-variable-reset-theme, custom-theme-delete-variable)
14614 (custom-face-reset-theme, custom-theme-face-action)
14615 (custom-theme-delete-face, custom-theme-merge-theme)
14616 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14617
14618 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14619
14620 * custom.el: Move Custom Themes commentary to start of theme code.
14621 (custom-known-themes): Rename `standard' theme to `changed'.
14622 (custom-push-theme): Caller no longer specifies what theme to use
14623 when doing `reset'---the setting is simply removed from the theme.
14624 Delete MODE from `theme-value' and `theme-settings' properties.
14625 (custom-declare-theme): Ignore &rest args since we don't use them.
14626
14627 (custom-loaded-themes): Delete variable.
14628 (custom-theme-load-themes, custom-theme-loaded-p)
14629 (custom-theme-value): Delete functions.
14630
14631 (custom-declare-theme): Signal error on invalid theme names.
14632 (provide-theme): custom-loaded-themes was deleted.
14633 (load-theme): Load the file unconditionally.
14634 (enable-theme): Call `load-theme' if theme is undefined.
14635 (custom-enabled-themes): Only update value for successful loads.
14636 (disable-theme): Complete from enabled themes when interactive.
14637 (custom-variable-theme-value): Calculate theme value directly.
14638
14639 (custom-theme-reset-variables, custom-reset-variables): Mark as
14640 XEmacs compatibility functions. We don't actually use these.
14641
14642 * cus-edit.el (custom-variable-state-set):
14643 Use custom-variable-theme-value instead of custom-theme-value.
14644 (custom-face-state-set): Rename `standard' theme to `changed'.
14645 (custom-save-variables, custom-save-faces): Delete unneeded
14646 references to custom-reset-variables.
14647 (custom-save-resets): Delete function.
14648 (custom-save-variables, custom-save-faces): MODE argument deleted.
14649 (custom-save-variables, custom-save-faces): Ignore theme values.
14650
14651 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14652 compatibility function.
14653
14654 2006-01-01 Richard M. Stallman <rms@gnu.org>
14655
14656 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14657 (Custom-reset-current, Custom-reset-saved): Likewise.
14658 (Custom-reset-standard): Show message if aborted.
14659 (custom-mode): Doc fix, describing those commands.
14660
14661 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14662 put on event-kind property.
14663
14664 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14665
14666 * custom.el (provide-theme): Ban `user' theme name.
14667 (custom-enabling-themes): New variable.
14668 (enable-theme): Don't enable user if custom-enabling-themes is t.
14669 (custom-enabled-themes): Make it a defcustom.
14670 (custom-theme-recalc-face): No-op if face is undefined.
14671
14672 * cus-edit.el (custom-button-mouse): New variable.
14673 (custom-button-mouse): New face.
14674 (custom-raised-buttons, custom-mode): Use it.
14675
14676 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14677
14678 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14679
14680 * progmodes/gud.el (gud-display-line): Support hl-line in the
14681 source buffer.
14682
14683 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14684
14685 * mouse.el (mouse-drag-window-above): Verify that the found window
14686 overlaps with the given window in the horizontal dimension.
14687
14688 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14689
14690 * Makefile.in (cvs-update): New target.
14691
14692 * makefile.w32-in (cvs-update): Ditto.
14693
14694 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14695
14696 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14697 (custom-new-theme-mode-map): New variable.
14698
14699 2005-12-30 Richard M. Stallman <rms@gnu.org>
14700
14701 * custom.el (custom-load-themes): Function deleted.
14702
14703 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14704 (custom-save-variables): Don't delete or add custom-load-themes call.
14705
14706 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14707
14708 * cus-start.el: Add `visible-cursor'.
14709
14710 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14711 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14712 (flymake-process-filter): Switch to buffer before calling it instead.
14713 (flymake-post-syntax-check, flymake-highlight-err-lines)
14714 (flymake-delete-own-overlays, flymake-parse-err-lines)
14715 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14716 (flymake-count-lines, flymake-parse-residual):
14717 Remove constant buffer argument.
14718 (flymake-start-syntax-check-for-current-buffer): Remove.
14719 Update callers to use flymake-start-syntax-check instead.
14720 (flymake-display-err-menu-for-current-line):
14721 Remove unused var `mouse-pos'.
14722 (flymake-restore-formatting): Comment out unused function.
14723 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14724 argument, use current-buffer instead. Update callers.
14725
14726 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14727
14728 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14729 buffer-local because choose-completion-delete-max-match requires
14730 that we set completion-ignore-case (i.e., binding via let is not
14731 sufficient).
14732 (bibtex-complete): Always set completion-ignore-case and
14733 choose-completion-string-functions. The latter is needed because
14734 choose-completion-string-functions keeps its value if we quit the
14735 *Completions* buffer without requesting a completion.
14736
14737 2005-12-30 Andreas Schwab <schwab@suse.de>
14738
14739 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14740
14741 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14742
14743 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14744
14745 2005-12-30 Juri Linkov <juri@jurta.org>
14746
14747 * locate.el (locate-fcodes-file, locate-header-face)
14748 * progmodes/delphi.el (delphi-other-face)
14749 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14750
14751 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14752 group `paren-showing-faces'.
14753
14754 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14755 (goto-address): Fix docstring.
14756
14757 * net/webjump.el (webjump-sample-sites): Update URLs.
14758
14759 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14760
14761 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14762
14763 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14764
14765 * font-lock.el (font-lock-compile-keywords): Signal an error when
14766 font-lock-set-defaults hasn't been called.
14767
14768 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14769
14770 * subr.el (noreturn, 1value): Doc fixes.
14771
14772 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14773
14774 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14775 that assoc-string returns nil.
14776
14777 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14778
14779 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14780 (bibtex-entry-type-str, bibtex-empty-field-re)
14781 (bibtex-search-backward-string, bibtex-preamble-prefix)
14782 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14783 (bibtex-any-valid-entry-type): New variable.
14784 (bibtex-parse-field-name): Simplify.
14785 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14786 (bibtex-preamble-prefix): Include left delimiter.
14787 (bibtex-search-forward-field, bibtex-search-backward-field):
14788 Allow unbounded search past entry boundaries (required by bibtex-pop).
14789 (bibtex-text-in-field-bounds): Use push.
14790 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14791 (bibtex-parse-preamble, bibtex-valid-entry)
14792 (bibtex-beginning-first-field): New functions.
14793 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14794 (bibtex-map-entries): Fix docstring.
14795 (bibtex-flash-head): New arg prompt. Simplify.
14796 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14797 (bibtex-insert-kill): Simplify. Always insert text past the
14798 current field or entry.
14799 (bibtex-format-entry): Use bibtex-parse-field.
14800 (bibtex-pop): Use bibtex-beginning-of-entry and
14801 bibtex-end-of-entry to initiate the search. Insert empty field if
14802 we found ourselves.
14803 (bibtex-print-help-message): New args field and comma.
14804 Handle entry keys.
14805 (bibtex-make-field): Use bibtex-beginning-of-entry.
14806 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
14807 invalid entry.
14808 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
14809 Handle preambles. Simplify code for thorough test.
14810 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
14811 New arg comma. Handle entry heads.
14812 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
14813 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
14814 New arg comma.
14815 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
14816 (bibtex-fill-field): Simplify.
14817 (bibtex-fill-entry): Use bibtex-beginning-first-field and
14818 bibtex-parse-field.
14819 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
14820 (bibtex-complete): Use bibtex-parse-preamble.
14821
14822 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
14823
14824 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
14825 Display name of expression instead of convenience variable.
14826 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
14827
14828 * progmodes/gud.el (gud-tooltip-dereference): Rename from
14829 toggle-gud-tooltip-dereference.
14830 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
14831 (gud-tooltip-tips): ...here when dereferencing.
14832
14833 2005-12-28 Bill Wohler <wohler@newt.com>
14834
14835 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
14836
14837 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
14838
14839 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
14840 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
14841 (vc-annotate-display-autoscale): Adjust call.
14842 (vc-annotate-display-default): Adjust call. Make arg compulsory.
14843 Fix interactive spec.
14844 (vc-annotate-time-span): Remove.
14845 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
14846 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
14847 (vc-annotate-display-select): Use new name.
14848
14849 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
14850 (vc-annotate-mode-menu): Remove left-over redundant declaration.
14851 Correct the construction of span entries. Simplify.
14852 (vc-annotate-display-select): Fix the nil case.
14853 (vc-annotate): Remove obsolete (and now broken) code.
14854 (vc-annotate-extract-revision-at-line): Remove obsolete code.
14855 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
14856
14857 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
14858
14859 * subr.el (lazy-completion-table): Correct typo in docstring.
14860
14861 * startup.el (command-line): Use `custom-reevaluate-setting' for
14862 `send-mail-function'.
14863
14864 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
14865
14866 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
14867
14868 * mail/smtpmail.el (smtpmail-try-auth-methods):
14869 Send credentials together with "AUTH PLAIN" command.
14870
14871 2005-12-27 Richard M. Stallman <rms@gnu.org>
14872
14873 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
14874 mouse-2, go back to previously selected window, so it's selected
14875 when mouse-2 command runs.
14876
14877 2005-12-27 Juri Linkov <juri@jurta.org>
14878
14879 * descr-text.el (describe-text-sexp): Use square brackets for
14880 button [Show] to distinguish it from the property value `show'.
14881 (describe-property-list): Use `insert-text-button' with
14882 `help-face' type instead of putting face in quotes, because button
14883 is not created automatically for a list of faces.
14884 (describe-text-properties-1): Put button-type value in quotes to
14885 distinguish from plain text "button".
14886 (describe-char): Display code point values in hex. Don't use
14887 `symbol-name' for `current-input-method' because it is a string.
14888 Use `insert-text-button' with `help-face' type instead of putting
14889 hardcoded face in quotes, because button is not created automatically.
14890
14891 2005-12-27 Richard M. Stallman <rms@gnu.org>
14892
14893 * progmodes/glasses.el (glasses-face): More specific custom type.
14894
14895 * files.el (set-visited-file-name): Doc fix.
14896
14897 * textmodes/flyspell.el (flyspell-external-point-words):
14898 Use local var buffer-scan-pos to advance scan for next misspelling.
14899 Advance it only after we find the misspelling.
14900
14901 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
14902
14903 * textmodes/flyspell.el (flyspell-external-point-words):
14904 New criteria for finding the misspelling in the buffer.
14905
14906 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
14907
14908 * help-mode.el (help-insert-string): Set help-xref-stack-item
14909 rather than call help-setup-xref.
14910
14911 * descr-text.el (describe-char): Revert previous changes for
14912 optional buffer argument.
14913
14914 2005-12-27 Juri Linkov <juri@jurta.org>
14915
14916 * help-mode.el (help-insert-string): New function. Save buffer
14917 contents in cases where it is impossible to recompute the old contents.
14918
14919 * descr-text.el (describe-char): Set help-xref-stack-item
14920 explicitly after buffer has been generated.
14921
14922 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14923
14924 * cus-start.el (all): Add x-gtk-show-hidden-files.
14925
14926 2005-12-26 Richard M. Stallman <rms@gnu.org>
14927
14928 * replace.el (perform-replace): Calculate match-again
14929 before skipping read-only matches.
14930
14931 * paren.el (paren-showing-faces): New group.
14932 (show-paren-match, show-paren-mismatch): Move to that group.
14933
14934 * button.el (button): Put into group `basic-faces'.
14935
14936 * progmodes/make-mode.el: Remove faces from group `faces'.
14937
14938 * apropos.el (apropos, apropos-value): Doc fix.
14939 (apropos-documentation): Doc fix.
14940
14941 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
14942
14943 * subr.el (lazy-completion-table): Remove argument `args'.
14944
14945 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14946 Don't use the `args' argument of lazy-completion-table.
14947
14948 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
14949
14950 * descr-text.el (describe-char): Add optional argument for buffer.
14951 Set buffer appropriately. Call help-setup-xref.
14952 Suggested by Stefan Monnier.
14953
14954 2005-12-26 Juri Linkov <juri@jurta.org>
14955
14956 * descr-text.el: Require `help-fns' at runtime. Don't require
14957 `button' for byte compilation.
14958 (describe-text-widget): Add `help-echo' for first button.
14959 Use `help-info' for second.
14960 (describe-property-list): Use `help-argument-name' instead of `italic'.
14961 (describe-text-category): Add prompt to interactive spec.
14962 Call `help-setup-xref'.
14963 (describe-char): Use `help-character-set'. Add `help-echo' for
14964 code point. Use `help-input-method'. Remove superfluous insert.
14965
14966 2005-12-25 Richard M. Stallman <rms@gnu.org>
14967
14968 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
14969 at point, in case of narrowing.
14970
14971 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
14972
14973 * locate.el (locate-header-face): Allow nil in type.
14974
14975 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
14976
14977 2005-12-25 Romain Francoise <romain@orebokech.com>
14978
14979 * battery.el (battery-linux-proc-acpi): Also try
14980 `/proc/acpi/thermal_zone/THM0/temperature'.
14981
14982 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
14983
14984 * custom.el (custom-push-theme): Fix docstring.
14985
14986 * cus-edit.el (custom-variable-set, custom-variable-save)
14987 (custom-variable-save): Custom-quote widget values.
14988 (customize-save-variable): Fix custom-push-theme call.
14989
14990 2005-12-24 Eli Zaretskii <eliz@gnu.org>
14991
14992 * w32-fns.el (w32-batch-update-autoloads): New function.
14993
14994 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
14995 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
14996 from the command line.
14997
14998 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
14999
15000 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15001 reset means to remove setting from theme entirely. Don't keep
15002 expanding theme-settings list; delete old entries if necessary.
15003
15004 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15005 customization" button one line up.
15006 (custom-themed): New face.
15007 (custom-magic-alist): New value, THEMED, for theme settings.
15008 (custom-variable-state-set, custom-face-state-set):
15009 Check theme-value instead of saved-value.
15010 (custom-variable-reset-standard, custom-face-reset-standard):
15011 Remove theme setting entirely. Recalculate new values.
15012 (custom-variable-set, custom-variable-set)
15013 (custom-variable-reset-saved, custom-variable-reset-backup)
15014 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15015 (custom-variable-save): Fix typos.
15016
15017 2005-12-23 Juri Linkov <juri@jurta.org>
15018
15019 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15020 Add autoload cookies.
15021 (edebug-outside-d-c-i-n-s-w): New variable.
15022 (edebug-display, edebug-outside-excursion): Use it to save the
15023 original value of default-cursor-in-non-selected-windows.
15024 Set default-cursor-in-non-selected-windows to t while Edebug
15025 is active.
15026 (edebug-mode, edebug-eval-mode): Doc fix.
15027
15028 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15029 with `buffer-substring-no-properties' to remove common substring
15030 highlighting.
15031
15032 * info.el (info-other-window, info): Rename function argument
15033 `file' to `file-or-node'.
15034 (Info-complete-menu-item): Use local variable `complete-nodes' to
15035 keep the global value of `Info-complete-nodes' unchanged for
15036 subsequent completions.
15037 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15038
15039 * simple.el (get-next-valid-buffer, last-buffer)
15040 (next-error-buffer-p, next-error-find-buffer)
15041 (minibuffer-history-sexp-flag): Doc fix.
15042
15043 * savehist.el (savehist-mode-hook): Add `:group'.
15044
15045 * log-view.el: Call autoload for vc-find-version.
15046 (log-view-current-file): Adjust subgroup numbers.
15047 (log-view-current-tag): Add `length'.
15048
15049 2005-12-23 Richard M. Stallman <rms@gnu.org>
15050
15051 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15052
15053 2005-12-23 Juri Linkov <juri@jurta.org>
15054
15055 * hi-lock.el (hi-lock-archaic-interface-message-used)
15056 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15057 (hi-lock-mode): Display "Hi" in the mode line only when
15058 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15059 (hi-lock-write-interactive-patterns):
15060 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15061 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15062 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15063 font-lock-add-keywords to t.
15064
15065 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15066
15067 * hi-lock.el (hi-lock-highlight-range): New variable.
15068 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15069 only if font-lock-fontified is non-nil. Remove overlays.
15070 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15071 font-lock-fontified is non-nil, otherwise use overlays (instead of
15072 text properties).
15073 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15074 New variables.
15075 (hi-lock-string-serialize) New function.
15076
15077 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15078
15079 * menu-bar.el (menu-find-file-existing): New function.
15080 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15081
15082 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15083
15084 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15085
15086 * vc.el: Remove unnecessary leading * in docstrings.
15087 (vc-annotate-mode-map): Move initialization into declaration.
15088 (vc-static-header-alist): Nitpick on the regexp.
15089 (vc-default-init-version): New fun.
15090 (vc-register): Use it.
15091 (vc-insert-headers): Use dolist.
15092 (vc-annotate-get-backend): Remove unused function.
15093 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15094 (vc-annotate-mode): Remove corresponding call.
15095 (vc-annotate-car-last-cons): Simplify.
15096 (vc-annotate-buffers): Remove var.
15097 (vc-annotate-backend): Make it buffer-local.
15098 (vc-annotate): Move the interaction to the interactive spec.
15099 Add a `buf' argument.
15100 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15101 killing&creating a vc-annotate buffer, which is very disruptive when
15102 the buffers are shown in dedicated frames.
15103
15104 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15105
15106 * descr-text.el: Add FSF as maintainer.
15107 (describe-text-mode, describe-text-mode-map)
15108 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15109 help-mode.
15110 (describe-text-widget, describe-text-sexp)
15111 (describe-property-list, describe-text-category)
15112 (describe-text-properties, describe-text-properties-1)
15113 (describe-char): Use help buttons instead of widgets.
15114 (describe-char-unicodedata-file): Make URL link in doc string.
15115
15116 2005-12-22 Richard M. Stallman <rms@gnu.org>
15117
15118 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15119 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15120 Don't include buttons that write a file when there's no file.
15121 (custom-variable-menu, custom-face-menu, custom-group-menu):
15122 Don't include commands that write a file when there's no file.
15123 (customize-browse): Reword the top-of-buffer help intro.
15124 (custom-buffer-create-internal): Fix previous change.
15125 (customize-changed-options-previous-release): Prev release is 21.1.
15126 (customize-changed-options): Doc fix.
15127 (customize-changed): New alias.
15128 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15129 Say "standard values".
15130 (Custom-reset-standard): Doc fix.
15131 (custom-face-reset-standard): Doc fix.
15132
15133 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15134
15135 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15136 even if font-lock-mode is non-nil since it may be t without having
15137 turned on font-lock-mode-internal.
15138 (font-lock-choose-keywords): Minor optimization.
15139 (font-lock-add-keywords, font-lock-remove-keywords)
15140 (font-lock-set-defaults): Don't call make-local-variable on a variable
15141 that we know to already be local.
15142
15143 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15144
15145 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15146 messages if in the minibuffer.
15147
15148 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15149
15150 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15151 (tex-mode-flyspell-verify, flyspell-get-word)
15152 (flyspell-external-point-words): Don't use point-min/max uselessly.
15153
15154 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15155 by Kevin Rodgers. Instead, just hide the completions buffer if we
15156 don't need to show it.
15157
15158 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15159
15160 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15161
15162 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15163
15164 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15165 delete-windows-on with an inexistent buffer.
15166
15167 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15168
15169 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15170 Delete defcustom variable :tag names.
15171
15172 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15173
15174 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15175 (log-view-font-lock-keywords): Ajust subgroup numbers.
15176 (log-view-current-tag): Don't hard code the number of subgroups.
15177
15178 2005-12-20 Juri Linkov <juri@jurta.org>
15179
15180 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15181 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15182
15183 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15184 (menu-bar-non-minibuffer-window-p): Instead of checking
15185 display-multi-frame-p, use selected-frame when menu-updating-frame
15186 is nil.
15187
15188 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15189
15190 * align.el (align-rules-list): Use [ \t] instead of \s-
15191 for column separators in text mode.
15192
15193 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15194
15195 * help-mode.el (help-customize-variable, help-customize-face):
15196 Don't pop help-xref-stack as help-follow no longer pushes
15197 anything on to it.
15198
15199 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15200
15201 * textmodes/org.el (org-agenda-custom-commands): New option.
15202 (org-agenda): Offer custom commands on splash screen.
15203 (org-make-tags-matcher): Parser for Boolean logic added.
15204 (org-agenda-set-tags): New command.
15205 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15206 (org-set-tags): Efficiency improvements.
15207 (org-auto-align-tags): New option.
15208 (org-todo, org-demote, org-promote): Realign tags.
15209 (org-tags-completion-function): Use also "&" and "|" as separators.
15210 (org-org-menu): Agenda commands simplified.
15211
15212 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15213
15214 * cus-edit.el (customize-apropos, customize-apropos-options):
15215 Docstring changes.
15216
15217 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15218
15219 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15220
15221 * longlines.el (longlines-mode): Wrap while widened.
15222 (longlines-decode-region, longlines-encode-region): Compute max
15223 just once.
15224
15225 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15226
15227 * cus-edit.el (mac): New group.
15228
15229 * cus-start.el (all): Add user options in macterm.c. Add test for
15230 Mac-related built-ins. Fix test for GTK-related built-ins.
15231
15232 * term/mac-win.el (mac-handle-language-change)
15233 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15234 (mac-services-open-selection, mac-services-mail-selection)
15235 (mac-services-mail-to, mac-services-insert-text)
15236 (mac-dispatch-apple-event): Add docstrings.
15237 (x-get-selection, mac-select-convert-to-string): Select coding
15238 system from `utf-16be' and `utf-16le' using `byteorder'.
15239
15240 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15241
15242 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15243 a "list" (lambda ...) rather than a real completion list.
15244
15245 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15246 lexical-let when encountering ((lambda (...) ...) ...).
15247
15248 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15249
15250 * progmodes/sh-script.el (sh-mode):
15251 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15252 * textmodes/picture.el (picture-mode): Update docstrings.
15253
15254 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15255
15256 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15257 commands enclosed in $(ARGQUOTE)s should not be split between two
15258 lines, as that will break with GNU Make >3.80, when sh.exe is used
15259 and arg quoting is with '..'.
15260 (autoloads): Don't break the quoted --eval expression between
15261 several lines.
15262
15263 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15264
15265 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15266 Capture error from printing circular structures.
15267
15268 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15269
15270 * wid-edit.el (widget-checkbox-action): Clear undo info.
15271
15272 2005-12-16 Bill Wohler <wohler@newt.com>
15273
15274 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15275 bar, not menubar in comment.
15276
15277 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15278
15279 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15280 After-change-functions should not clobber the match data.
15281
15282 2005-12-16 Juri Linkov <juri@jurta.org>
15283
15284 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15285 instead of `buffer-substring'.
15286 (completion-common-substring): Doc fix.
15287 (completion-setup-function): Use minibuffer-completion-contents
15288 instead of minibuffer-contents. Don't set common-string-length
15289 initially. Remove special handling of partial-completion-mode.
15290 Move computation of completion-base-size into one cond.
15291 Call completion-base-size-function in mainbuf. In computation of
15292 completion-base-size for file name completion don't move point to
15293 the end of the minibuffer. Move computation of common-string-length
15294 into one cond. Start putting faces only when common-string-length>=0.
15295 Add condition to put completions-common-part when
15296 common-string-length>0.
15297
15298 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15299 place point at the first different character in the minibuffer
15300 even if this position is at the beginning of the minibuffer.
15301
15302 * info.el (Info-read-node-name-1): In completion-base-size-function's
15303 lambda return 1 if common-substring or minibuffer-completion-contents
15304 starts with (, and 0 otherwise.
15305
15306 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15307 Use `crm-current-element' for second arg of `display-completion-list'.
15308
15309 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15310
15311 * files.el (set-auto-mode): Look for an interpreter specified on
15312 the first line also if search for mode specification succeeded,
15313 but the mode is not known.
15314
15315 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15316
15317 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15318 (org-open-at-point): Implement tag searches as links.
15319 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15320 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15321 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15322 (org-agenda-dispatch): New commands.
15323 (org-use-tag-inheritance, org-tags-column): New options.
15324 (org-tab-follows-link, org-return-follows-link): New options.
15325 (org-tags): New customize group.
15326 (org-start-icalendar-file): Get local time zone.
15327 (org-tags-completion-function): New function.
15328 (org-set-font-lock-defaults): Make sure links will also be
15329 highlighted inside headlines.
15330
15331 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15332
15333 * term.el (term-emulate-terminal):
15334 Let term-handle-ansi-terminal-messages override what Bash says about
15335 its current directory.
15336
15337 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15338
15339 * bindings.el (last-buffer): Move to simple.el.
15340 * simple.el (last-buffer): Move here.
15341 (get-next-valid-buffer): New function.
15342 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15343 (prev-buffer): Ditto. Rename to `previous-buffer'.
15344
15345 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15346 * bindings.el (global-map): Ditto.
15347
15348 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15349
15350 * cus-edit.el: Introductory comment change.
15351 (custom-magic-alist): Change message string for the `rogue' state.
15352
15353 2005-12-15 Richard M. Stallman <rms@gnu.org>
15354
15355 * tooltip.el: Delete defcustom variable :tag names.
15356
15357 * complete.el (partial-completion-mode): Doc fix.
15358
15359 * textmodes/flyspell.el (flyspell-external-point-words):
15360 Use save-excursion to ensure we don't move backward in the
15361 search loop, not even one character.
15362 (flyspell-delete-all-overlays): Use remove-overlays directly.
15363
15364 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15365 (ispell-start-process): Set that variable.
15366 Clear ispell-buffer-local-name.
15367 (ispell-internal-change-dictionary):
15368 Set ispell-current-dictionary after killing process.
15369 (ispell-buffer-local-dict):
15370 Don't set spell-personal-dictionary after killing process.
15371 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15372 (ispell-tex-skip-alists, ispell-html-skip-alists)
15373 (ispell-skip-region-alist): Mark as risky.
15374
15375 * net/newsticker.el (newsticker--retrieval-timer-list)
15376 (newsticker--display-timer, newsticker-running-p)
15377 (newsticker-ticker-running-p): Definitions moved up.
15378
15379 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15380
15381 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15382
15383 2005-12-15 David Ponce <david@dponce.com>
15384
15385 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15386 (recentf-edit-list, recentf-open-files): Signal an error when
15387 there is no recent file.
15388
15389 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15390
15391 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15392 read-only except for texinfo-format-region evaluation.
15393
15394 2005-12-14 Richard M. Stallman <rms@gnu.org>
15395
15396 * vc.el (vc-default-previous-version, vc-default-next-version)
15397 (vc-do-command): Doc fixes.
15398
15399 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15400
15401 * textmodes/bibtex.el (bibtex-expand-strings)
15402 (bibtex-autokey-expand-string, bibtex-name-part)
15403 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15404 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15405 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15406 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15407 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15408 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15409 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15410 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15411 (bibtex-beginning-of-last-entry): Remove.
15412 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15413 message if comma is missing but buffer is read-only.
15414 (bibtex-parse-field-text): Handle whitespaces at the end of field
15415 text. Return 3-element list with beginning and end of field text
15416 and end of field.
15417 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15418 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15419 (bibtex-search-forward-field, bibtex-search-backward-field):
15420 Search always delimited by limits of entry. Use more efficient
15421 search algorithms.
15422 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15423 bibtex-end-of-name-in-field.
15424 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15425 extracting the content of a field.
15426 (bibtex-text-in-field): Use search limits.
15427 (bibtex-parse-string-prefix): Handle empty string keys based on
15428 bibtex-string-empty-key.
15429 (bibtex-parse-string): Fix docstring.
15430 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15431 (bibtex-preamble-prefix, bibtex-strings): New functions.
15432 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15433 BibTeX entries (consistent with other BibTeX functions).
15434 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15435 (bibtex-search-entry): Fix docstring. Simplify.
15436 (bibtex-flash-head, bibtex-complete-string-cleanup)
15437 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15438 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15439 (bibtex-parse-entry): New optional arg content.
15440 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15441 Use bibtex-text-in-field-bounds.
15442 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15443 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15444 bibtex-parse-string-postfix.
15445 (bibtex-find-text-internal): New function.
15446 (bibtex-remove-delimiters): Use it.
15447 (bibtex-find-text): Use it. New optional arg help.
15448 (bibtex-complete): Handle BibTeX string and preamble entries.
15449 (bibtex-Preamble): Fix order of closing delimiters.
15450
15451 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15452
15453 * vc.el (vc-default-revert): New fun.
15454
15455 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15456
15457 2005-12-14 Romain Francoise <romain@orebokech.com>
15458
15459 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15460 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15461 (font-lock-remove-keywords): Likewise.
15462
15463 2005-12-14 Juri Linkov <juri@jurta.org>
15464
15465 * log-view.el (log-view-diff): Doc fix.
15466
15467 * isearch.el (isearch-query-replace): Use (mark) instead of
15468 isearch-opoint if mark is active in transient-mark-mode.
15469
15470 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15471
15472 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15473
15474 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15475
15476 * progmodes/cpp.el (cpp-face): New widget.
15477 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15478
15479 2005-12-14 Juri Linkov <juri@jurta.org>
15480
15481 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15482 around `erase-buffer' and `insert'.
15483
15484 * descr-text.el (describe-text-properties): Replace buffer name
15485 "*Help-2*" with "*Help*<2>".
15486 (describe-char): Add functions print-help-return-message,
15487 toggle-read-only. Use help-setup-xref with nil to not store
15488 describe-char in help-xref-stack. Use help-make-xrefs to
15489 make [back] button.
15490
15491 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15492
15493 * wdired.el (wdired-old-point): New internal variable.
15494 (wdired-change-to-wdired-mode): Set it buffer-locally.
15495 (wdired-abort-changes): Restore point after aborting changes.
15496
15497 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15498
15499 * vc.el (vc-do-command): Add a new value t for okstatus.
15500
15501 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15502 frame in case of errors.
15503
15504 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15505
15506 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15507 so it comes after "On the Left" in the menu.
15508
15509 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15510
15511 * cus-edit.el (customize-apropos, customize-apropos-options)
15512 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15513
15514 2005-12-12 Bill Wohler <wohler@newt.com>
15515
15516 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15517 non-writable Subversion-controlled files by saving window
15518 configuration before calling vc-do-command. vc-do-command calls
15519 pop-to-buffer on error which is unexpected during registration.
15520
15521 2005-12-12 Jay Belanger <belanger@truman.edu>
15522
15523 * calc/README: Update the summary of changes.
15524
15525 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15526
15527 * descr-text.el (describe-char): Rework last fix to solve the problem
15528 is the same way it's solved for everything else in that function
15529 (i.e. by extracting the info before setting up the *Help* buffer).
15530
15531 2005-12-12 Kim F. Storm <storm@cua.dk>
15532
15533 * subr.el (version-regexp-alist): Allow space as separator before
15534 non-numeric part, e.g. "1.0 alpha".
15535 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15536
15537 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15538
15539 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15540 Implement Logging and the keep-modes setting.
15541 (org-get-category): Make sure a string is returned.
15542 (org-log-done): New function.
15543 (org-log-done, org-closed-string): New options.
15544
15545 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15546
15547 * tooltip.el (tooltip-y-offset): Change default to 20.
15548
15549 2005-12-12 Richard M. Stallman <rms@gnu.org>
15550
15551 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15552
15553 * frame.el (display-hourglass): Doc fix.
15554
15555 * help.el (help-for-help-internal): Simplify entry for `a'.
15556
15557 * info.el (Info-on-current-buffer): Doc fix.
15558 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15559
15560 * startup.el (inhibit-splash-screen): Make this the real name.
15561 (inhibit-startup-message): Make this the alias.
15562 (command-line): Find only simple.el, and use its directory
15563 to fill in other preloaded files' names.
15564 (command-line): Deactivate the mark if deactivate-mark is set.
15565
15566 * international/mule.el (load-with-code-conversion):
15567 Bind deactivate-mark.
15568
15569 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15570
15571 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15572
15573 * cus-edit.el (customize-apropos): Avoid listing an option more
15574 than once under different aliases. No longer list user options
15575 that are not defined with defcustom (unless a prefix arg is given).
15576 Doc fix.
15577 (customize-apropos-options): Doc fix.
15578
15579 2005-12-11 Juri Linkov <juri@jurta.org>
15580
15581 * frame.el (set-background-color, set-foreground-color)
15582 (set-cursor-color, set-mouse-color, set-border-color):
15583 Add explicit prompts to read colors by `facemenu-read-color'.
15584 (show-trailing-whitespace, blink-cursor-delay)
15585 (blink-cursor-interval, display-hourglass, hourglass-delay):
15586 Remove tags.
15587 (display-hourglass, hourglass-delay): Doc fix.
15588 (cursor-in-non-selected-windows): Capitalize words in tag.
15589
15590 * faces.el (frame-background-mode): Replace `choice-item' keywords
15591 with `const' to not make [default] button. Change default value tag
15592 from `default' to `automatic'. Doc fix.
15593 (trailing-whitespace) <defface>: Change group `whitespace' to
15594 `whitespace-faces'.
15595
15596 2005-12-11 Richard M. Stallman <rms@gnu.org>
15597
15598 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15599
15600 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15601
15602 * term/mac-win.el: Create keymap for mac-apple-event-map.
15603
15604 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15605
15606 * tooltip.el (tooltip-mode): Move to start of file so that it
15607 appears at top of customize buffer.
15608
15609 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15610 Add the gud groupname.
15611 (gud-tooltip-mode): Add the tooltip groupname.
15612 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15613 avoid conflict with tooltip-use-echo-area.
15614
15615 2005-12-10 Romain Francoise <romain@orebokech.com>
15616
15617 * help.el (help-for-help-internal): Add `r' in doc string.
15618
15619 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15620
15621 * align.el (align-regexp, align-highlight-rule):
15622 Use region-beginning and region-end instead of point and mark, so that
15623 repetition (with `repeat-complex-command') recomputes the region
15624 bounds.
15625
15626 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15627
15628 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15629 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15630 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15631 (balance-windows): Rewrite using the above new functions.
15632
15633 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15634
15635 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15636 react if global-hi-lock-mode seems intended.
15637 (global-hi-lock-mode) Renamed from hi-lock-mode.
15638 (hi-lock-archaic-interface-message-used)
15639 (hi-lock-archaic-interface-deduce): New variables.
15640 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15641 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15642 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15643 Replace hi-lock-buffer-mode with hi-lock-mode.
15644
15645 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15646
15647 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15648 completion list, even after a partial completion has been
15649 inserted in the current buffer. If there are more than 1
15650 completion, redisplay the *Completions* buffer; if the
15651 completion is unique, delete the *Completions* window.
15652
15653 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15654
15655 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15656 strings and long subject lines that were broken into multiple
15657 lines at arbitrary places. Handle subjects that have "Re: " in
15658 the middle.
15659
15660 2005-12-10 John W. Eaton <jwe@octave.org>
15661
15662 * emacs/octave-mod.el (octave-electric-space): Don't indent
15663 comments or strings if octave-auto-indent is nil.
15664
15665 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15666
15667 * term/mac-win.el: Require url when compiling.
15668 Call mac-process-deferred-apple-events after loading init files.
15669 (mac-apple-event-map): New defvar. Define event handlers in it.
15670 (core-event, internet-event): New Apple event class symbols.
15671 (open-application, reopen-application, open-documents)
15672 (print-documents, open-contents, quit-application)
15673 (application-died, show-preferences, autosave-now, get-url):
15674 New Apple event ID symbols.
15675 (about): New HICommand ID symbol.
15676 (mac-event-spec, mac-event-ae): New macros.
15677 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15678 (mac-ae-selection-range, mac-ae-text-for-search)
15679 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15680 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15681 and Services menu events are now defined in mac-apple-event-map.
15682 (mac-drag-n-drop): Remove selection range handling.
15683
15684 2005-12-10 Kenichi Handa <handa@m17n.org>
15685
15686 * simple.el (zap-to-char):
15687 * isearch.el (isearch-process-search-char): Translate CHAR by
15688 translation-table-for-input.
15689
15690 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15691
15692 * foldout.el (foldout-exit-fold): Properly hide subtree.
15693
15694 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15695
15696 * files.el (save-buffer):
15697 * international/ucs-tables.el (ucs-set-table-for-input):
15698 * mail/mail-extr.el (mail-extract-address-components):
15699 * mail/sendmail.el (mail-mode): Reformat doc string.
15700
15701 2005-12-09 Juri Linkov <juri@jurta.org>
15702
15703 * isearch.el (isearch-highlight): Change main overlay priority
15704 from 1 to 1001. Simplify.
15705 (isearch-lazy-highlight-update): Change lazy overlay priority
15706 from 0 to 1000.
15707
15708 * replace.el (replace-highlight): Change overlay priority from
15709 1 to 1001.
15710
15711 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15712 Change overlay priority from 1 to 1001. Reuse existing overlay.
15713
15714 * compare-w.el (compare-windows-highlight): Change overlay
15715 priority from 1 to 1000.
15716
15717 * menu-bar.el (menu-bar-edit-menu): Add listp around
15718 pending-undo-list to disable menu item "undo" when pending
15719 undo list is empty.
15720
15721 * locate.el (locate): Disable undo in *Locate* buffer.
15722
15723 2005-12-09 Kim F. Storm <storm@cua.dk>
15724
15725 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15726
15727 2005-12-09 David Ponce <david@dponce.com>
15728
15729 * recentf.el: Improvement of the menu code.
15730 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15731 instead of menu hook.
15732 (recentf-show-menu, recentf-hide-menu): New functions.
15733 (recentf-menu-customization-changed, recentf-mode): Use them.
15734 (recentf-menu-action, recentf-max-menu-items)
15735 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15736 (recentf-arrange-by-rule-others)
15737 (recentf-arrange-by-rules-min-items)
15738 (recentf-arrange-by-rule-subfilter) : Don't use
15739 `recentf-menu-customization-changed'.
15740 (recentf-arrange-rules): Likewise. Accept functions to compute
15741 sub-menu titles.
15742 (recentf-menu-filter): Likewise. Doc fix.
15743 (recentf-menu-value-shortcut): Doc fix.
15744 (recentf-dump-variable): Quote atom value.
15745 (recentf-make-menu-items): Update to use it as a menu filter.
15746 (recentf-match-rule): New function.
15747 (recentf-arrange-by-rule): Use it.
15748 (recentf-indirect-mode-rule): New function.
15749 (recentf-build-mode-rules): Use it.
15750 (recentf-dir-rule): New function.
15751 (recentf-arrange-by-dir): Use it.
15752 (recentf-filter-changer-current): Rename from
15753 `recentf-filter-changer-state'. All references updated.
15754 (recentf-filter-changer-alist): Update filter names.
15755 (recentf-filter-changer-select): New function.
15756 (recentf-filter-changer): Use it. Make a sub-menu from filters
15757 available in `recentf-filter-changer-alist'.
15758 (recentf-data-cache, recentf-clear-data)
15759 (recentf-update-menu): Remove. All references updated.
15760 (recentf-match-rule-p, recentf-build-dir-rules)
15761 (recentf-filter-changer-goto-next)
15762 (recentf-filter-changer-get-current)
15763 (recentf-filter-changer-get-next): Remove.
15764
15765 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15766
15767 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15768 buffer "Reset" button to "Reset to Current" for consistency with
15769 the State buttons.
15770
15771 2005-12-08 John Paul Wallington <jpw@pobox.com>
15772
15773 * ibuf-ext.el (define-ibuffer-filter filename):
15774 If `dired-directory' is a list then really use its car.
15775
15776 2005-12-08 Kim F. Storm <storm@cua.dk>
15777
15778 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15779 Fix indention of text on right side of replaced rectangle.
15780
15781 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15782
15783 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15784 No need to check gud-comint-buffer is bound.
15785 (gdb): Prevent multiple debugging when first session uses gdba.
15786
15787 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15788
15789 CC Mode update to 5.31.
15790
15791 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15792 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15793 We might do this function properly in the future).
15794
15795 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15796 New macros c-sentence-end and c-default-value-sentence end, to cope
15797 with Emacs 22's new function `sentence-end'.
15798
15799 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15800
15801 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
15802 compat issue using `c-put-overlay' and `c-delete-overlay'.
15803
15804 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
15805 New compat macros to handle overlays/extents.
15806
15807 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15808
15809 * progmodes/cc-fix.el: Add definitions of the macros push and pop
15810 (for GNU Emacs 20.4)
15811
15812 * progmodes/cc-defs.el:
15813 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
15814
15815 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
15816 highlighting mechanism so it will work in XEmacs too.
15817
15818 * progmodes/cc-defs.el: Insert c-int-to-char.
15819
15820 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
15821 call to the new macro c-int-to-char. This solves XEmacs's
15822 regarding characters as different from integers.
15823
15824 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15825
15826 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
15827 New internal helper.
15828
15829 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
15830 construct to make the indirect face lookup work in XEmacs.
15831
15832 (c-cpp-matchers): Append the negation char face to the existing
15833 fontification, so that the cpp face doesn't disappear.
15834 Use `c-make-syntactic-matcher' to avoid negation chars in comments
15835 and strings.
15836
15837 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
15838 to map to `font-lock-negation-char-face' in emacsen where it exists.
15839
15840 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15841
15842 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
15843
15844 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
15845 Rename "c-subword-move-mode" as "c-subword-mode".
15846
15847 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
15848 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
15849
15850 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15851
15852 * progmodes/cc-mode.el: Added autoload directive for
15853 `c-subword-move-mode' for use in older emacsen.
15854
15855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15856
15857 * progmodes/cc-mode.el:
15858 (i) Insert a binding for C-c C-backspace into
15859 c-bind-special-erase-keys which works in TTYs.
15860 (ii) Make sure that when file styles are used, any explicitly
15861 given style variables take priority over those in the style.
15862 Do this by calling `hack-local-variables' a second time.
15863
15864 * progmodes/cc-vars.el: Add language specific customization
15865 widgets for AWK to c-doc-comment-style, c-require-final-newline
15866 and c-default-style. Add a defcustom for awk-mode-hook.
15867 Give c-syntactic-element and c-syntactic-context doc-strings by
15868 directly setting their `variable-documentation' propery.
15869 This allows Emacs 22.1 to read these with C-h v.
15870
15871 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
15872
15873 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15874
15875 * progmodes/cc-fonts.el, cc-vars.el
15876 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
15877 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
15878 Masatake YAMATO.
15879
15880 (c-doc-comment-style): Made GtkDoc default in C mode.
15881
15882 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
15883 and C-c C-<delete>.
15884
15885 (c-bind-special-erase-keys): New function for use on
15886 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
15887
15888 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
15889 <delete> key behavior in XEmacs according to `delete-forward-p'.
15890 C.f. `c-electric-delete'.
15891
15892 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15893
15894 * progmodes/cc-mode.el: Give c-hungry-backspace and
15895 c-hungry-delete-forward permanent key bindings.
15896
15897 * progmodes/cc-cmds.el (c-electric-semi&comma):
15898 Bind c-syntactic-context for calls to "criteria functions", for
15899 consistency with other calls to user functions.
15900
15901 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
15902 `current-prefix-arg', since this might be the prefix arg to a
15903 command which calls c-indent-command as a function. Change the
15904 interactive spec from "p" to "P".
15905
15906 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
15907 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
15908 was difficult to understand.
15909
15910 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15911
15912 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
15913 first char of an identifier.
15914
15915 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
15916 +" syntax in C++.
15917
15918 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15919
15920 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
15921 auto-fill doesn't split a c-comment's last word from a hanging
15922 "*/" when a space is typed between them after fill-column.
15923
15924 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
15925
15926 * progmodes/cc-styles.el (c-set-style)
15927 (c-setup-paragraph-variables): Abort the command if we're not in a
15928 CC Mode buffer.
15929
15930 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
15931 with blank comment-prefix, and a blank line as the comment's
15932 second line.
15933
15934 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15935
15936 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
15937 Incorporate the patterns added in the Emacs development branch
15938 for the new Emacs 22 face `font-lock-negation-char-face'.
15939
15940 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
15941 of "red" since it stands out better in xterms and DOS terminals.
15942
15943 * progmodes/cc-engine.el (c-literal-faces):
15944 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
15945
15946 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15947
15948 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
15949 forcibly enable c-electric-flag.
15950
15951 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
15952 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
15953 after the comment-prefix of a C-style comment will close that comment.
15954
15955 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15956
15957 * progmodes/cc-fonts.el (c-basic-matchers-before)
15958 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
15959 in Pike.
15960
15961 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
15962 digraphs.
15963
15964 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
15965 (c-cpp-message-directives, c-cpp-include-directives)
15966 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
15967 (c-cpp-expr-directives): Introduce new language constants to
15968 control cpp syntax in a cleaner way.
15969
15970 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
15971
15972 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
15973
15974 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
15975 (c-multiline-string-start-char): New language constants and
15976 variables to specify how newlines in string literals work.
15977
15978 (c-font-lock-invalid-string): Use them.
15979
15980 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
15981 unbalanced close brace is entered. Optimization by avoiding going
15982 back over arbitrarily large blocks. Removed hints that this
15983 function only would be relevant/useful in AWK.
15984
15985 (c-electric-brace): Indent syntactically after the cleanups since
15986 lineup functions might do it differently then.
15987
15988 * progmodes/cc-engine.el, cc-langs.el
15989 (c-opt-op-identifier-prefix): New language constant and variable.
15990
15991 (c-just-after-func-arglist-p, c-after-special-operator-id)
15992 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
15993
15994 * progmodes/cc-align.el, cc-engine.el
15995 (c-after-special-operator-id): New helper to handle C++ operator
15996 identifiers.
15997
15998 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
15999 (c-guess-basic-syntax): Handle C++ operator identifiers in
16000 declarations.
16001
16002 * progmodes/cc-langs.el (c-assignment-operators): Add the
16003 trigraph version of ^= too.
16004
16005 * progmodes/cc-langs.el (c-assignment-operators): Add the
16006 trigraph version of |= in C++.
16007
16008 * progmodes/cc-fonts.el (c-font-lock-declarators):
16009 Handle `c-decl-hangon-kwds' after the identifier name.
16010
16011 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16012 whether an arglist is "nonempty", ignore a comment after the open
16013 paren if it isn't followed by a non-comment token on the same line.
16014
16015 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16016 Enable heuristics below the point to cope with classes inside special
16017 brace lists in Pike.
16018
16019 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16020
16021 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16022
16023 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16024
16025 * progmodes/cc-guess.el (cc-guess-install): New function to
16026 install an already guessed style in another buffer.
16027
16028 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16029 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16030 anyway if the change always is undone.
16031
16032 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16033
16034 Implement togglable electricity:
16035
16036 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16037 saying when it should be used.
16038
16039 * progmodes/cc-engine.el: Add the new buffer-local variable,
16040 c-electric-flag.
16041
16042 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16043 c-toggle-auto-newline.
16044
16045 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16046 c-toggle-auto-newline. Remove the binding for
16047 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16048 c-toggle-electric-state.
16049
16050 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16051
16052 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16053 c-\(forward\|backward\)-subword.
16054 (c-update-modeline): Add the new modeline flag `l' for
16055 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16056 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16057 Make the old name an alias of the new name.
16058 (c-toggle-electric-state): New function.
16059 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16060 Adapt these functions to do electric things only when
16061 c-electric-flag is non-nil.
16062 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16063 new functions from c-electric-brace.
16064 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16065 mode, so that the tentative extra newline doesn't change the
16066 syntax of the following brace.
16067 (c-electric-brace): Restructure by extracting the above functions.
16068 Tidy up the coding somewhat.
16069 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16070 restructure a bit.
16071
16072 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16073
16074 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16075 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16076
16077 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16078 (c-submode-indicators): Change name from `c-auto-hungry-string'
16079 since it's now used to track another submode.
16080
16081 (c-update-modeline): Convert to function and extended to check
16082 `c-subword-move-mode'.
16083
16084 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16085 Convert to compat aliases for `c-forward-subword' and
16086 `c-backward-subword'.
16087
16088 * progmodes/cc-subword.el: New functions and minor mode to handle
16089 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16090
16091 (c-forward-subword, c-backward-subword, c-mark-subword)
16092 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16093 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16094 Functions corresponding to the standard word handling functions.
16095
16096 (c-subword-move-mode): Minor mode that replaces all the standard
16097 word handling functions with their subword equivalences.
16098
16099 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16100
16101 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16102 entry for one-liner-defun.
16103
16104 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16105 name in its def-edebug-spec.
16106
16107 * progmodes/cc-cmds.el (c-electric-brace): Make the
16108 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16109 compacts space before a comment, if this will make things fit on
16110 one line.
16111
16112 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16113
16114 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16115
16116 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16117 clean-up one-liner-defun.
16118
16119 * progmodes/cc-styles.el: Add the new "awk" style.
16120
16121 * progmodes/cc-vars.el: Add description of one-liner-defun to
16122 c-cleanup-list's doc-string. New user options,
16123 c-max-one-liner-length. In c-default-style, set the default style
16124 for AWK to "awk".
16125
16126 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16127
16128 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16129 macros inside labels.
16130
16131 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16132 `c-at-statement-start-p' and `c-at-expression-start-p'.
16133
16134 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16135 error if the mark isn't set.
16136
16137 * progmodes/cc-engine.el (c-guess-continued-construct)
16138 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16139 accurately detect functions inside functions.
16140
16141 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16142 like `c-at-statement-start-p' that additionally recognizes commas
16143 and expression parentheses as delimiters.
16144
16145 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16146 to avoid heuristics that doesn't work for unclosed blocks.
16147 (c-at-statement-start-p): New function.
16148
16149 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16150 Objective-C directives, e.g. directives spanning lines should work
16151 reasonably well now.
16152
16153 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16154
16155 (c-forward-objc-directive): New function to move over any ObjC
16156 directive.
16157
16158 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16159 (c-basic-matchers-before): Use it.
16160
16161 (c-font-lock-objc-iip-decl): Remove.
16162
16163 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16164 in the template arglist recognition.
16165
16166 * progmodes/cc-styles.el (c-style-alist): Fix several
16167 inconsistencies in the Whitesmith style.
16168
16169 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16170 New lineup function to get lines after Whitesmith style blocks
16171 correctly indented.
16172
16173 (c-lineup-whitesmith-in-block): Back out the compensation for
16174 opening parens since it's done using `add' lists in the style
16175 definition instead. Don't use the anchor position since it varies
16176 too much between the syntactic symbols. :P
16177
16178 * progmodes/cc-vars.el (c-valid-offset): Update.
16179
16180 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16181 lists where the offsets are combined according to several
16182 different methods: `first', `min', `max', and `add'.
16183 Report offset evaluation errors with `c-benign-error' so that some kind
16184 of reindentation still is done.
16185
16186 * progmodes/cc-engine.el (c-guess-basic-syntax):
16187 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16188 `arglist-close'.
16189
16190 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16191 situations for `arglist-cont-nonempty' and `arglist-close'.
16192
16193 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16194
16195 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16196 cc-bytecomp-boundp' in a number of places.
16197
16198 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16199 macro related issue.
16200
16201 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16202
16203 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16204 list is now [asdf], a char class [:alpha:].
16205 Include code for char classes.
16206 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16207 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16208
16209 Remove (nearly all of) the cruft associated with AWK Mode's former
16210 concept of "virtual semicolons":
16211
16212 Adapt c-beginning-of-statement, c-end-of-statement (together with
16213 subfunctions) to use the new notion of "virtual semicolon" in
16214 place of the old awkward special handling for AWK. There remains
16215 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16216 * progmodes/cc-cmds.el:
16217 (c-ascertain-adjacent-literal): In the backwards direction, now
16218 recognises AWK regexp delimiters as string delimiters.
16219 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16220 check more rigorously for "end of macro".
16221 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16222 virtual semicolons;
16223 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16224 out the code for forward movement into ...
16225 (c-end-of-statement): Now contains the code for forward movement,
16226 adapted for virtual semicolons.
16227
16228 * progmodes/cc-engine.el:
16229 (c-ws*-string-limit-regexp): New regexp.
16230 (c-forward-single-comment, c-backward-single-comment): Comment out
16231 the (now redundant) "special" AWK stuff.
16232
16233 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16234 c-string-par-start, c-string-par-separate to be more like Text
16235 Mode than Fundamental Mode.
16236
16237 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16238
16239 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16240 to the fontified region so that fontification doesn't occur
16241 outside it (could happen e.g. when fontifying a line with an
16242 unfinished declaration).
16243
16244 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16245
16246 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16247 start of the file. ^L now separate sections of the file.
16248 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16249 (c-awk-one-line-possibly-open-string-re)
16250 (c-awk-regexp-one-line-possibly-open-char-class-re)
16251 (c-awk-one-line-possibly-open-regexp-re)
16252 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16253 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16254
16255 Amend the concept of "virtual semicolons" (in the indentation
16256 engine) for languages like AWK, such that they are now
16257 conceptually attached to end of the last token of a statement, not
16258 the end of the line. (In AWK Mode, however, the pertinent text
16259 property is still physically set on the EOL.) Remove the specific
16260 tests for awk-mode, thus facilitating the introduction of other
16261 language modes where EOLs can end statements.
16262 (Note: The funtionality in cc-cmds.el, specifically
16263 c-beginning/end-of-statement has yet to be amended.)
16264
16265 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16266 New macros.
16267
16268 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16269 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16270 c-vsemi-status-unknown-p-fn (in a new page).
16271
16272 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16273 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16274 numerous awkward forms like
16275 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16276 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16277 variable before-ws-ip, the place just after char-before-ip appears.
16278
16279 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16280 a comment.
16281
16282 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16283
16284 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16285 `c-tentative-buffer-changes'.
16286
16287 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16288 convert to macro to choose between Emacs and XEmacs at compile time.
16289
16290 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16291
16292 (c-tentative-buffer-changes): New macro to handle temporary buffer
16293 changes in a convenient way.
16294
16295 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16296 for `c-tentative-buffer-changes'.
16297
16298 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16299 the checks for paren sexps between the point and the keyword, to
16300 avoid some false alarms.
16301
16302 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16303 Fixed a situation where an error could be thrown for unbalanced
16304 parens. Changed to make use of c-keyword-member' to avoid some
16305 repeated regexp matches.
16306
16307 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16308 These language variable are no longer necessary.
16309
16310 (c-block-stmt-kwds): New language constant used by
16311 c-looking-at-inexpr-block'.
16312
16313 (c-guess-basic-syntax): Remove an optional check that looked at
16314 the existence of the now removed language variables.
16315
16316 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16317 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16318 object instantiation expressions as declarations in some contexts.
16319 This bug only affected languages where the declarator can't be
16320 enclosed in parentheses.
16321
16322 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16323 insert newlines before and after substatement braces.
16324
16325 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16326 function declaration headers and the handling of C++ style member
16327 init lists.
16328
16329 (c-just-after-func-arglist-p): Rewritten to use
16330 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16331
16332 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16333
16334 (c-guess-basic-syntax): Adapt case 5B for the new
16335 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16336 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16337 covers all cases now).
16338
16339 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16340
16341 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16342
16343 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16344 c-string-par-start/separate c-sentence-end-with-esc-eol,
16345 initialised in c-setup-paragraph-variables, used in string
16346 scanning subroutines of c-beginning-of-statement.
16347
16348 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16349 which precedes the newly inserted `{'.
16350
16351 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16352
16353 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16354 function for declaration level blocks. It should now cope with
16355 templates better and also be a lot more comprehensible.
16356
16357 (c-looking-at-decl-block): The new function.
16358
16359 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16360 for compatibility.
16361
16362 (c-add-class-syntax, c-guess-continued-construct)
16363 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16364
16365 (c-decl-block-key): Change to tell apart ambiguous and
16366 unambiguous keywords. Pike specials are now handled directly in
16367 the code instead.
16368
16369 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16370 New language constants and variables to make the backward skip in
16371 `c-looking-at-decl-block' as tight as possible.
16372
16373 (c-nonsymbol-token-char-list): New language constant.
16374
16375 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16376 find balanced template arglists backwards.
16377
16378 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16379 making char classes for `c-syntactic-skip-backward'.
16380
16381 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16382 16D - can't be a class-close at that point.
16383
16384 * progmodes/cc-engine.el (c-guess-basic-syntax)
16385 (c-add-class-syntax): Don't narrow out the enclosing declaration
16386 level. This makes everything a lot easier, and it was actually
16387 only four small places that needed it to work. Some places that
16388 previously did `widen' are removed now, which has the effect that
16389 `c-guess-basic-syntax' never will look at things outside the
16390 current narrowment now. The anchor position for `topmost-intro'
16391 is affected by this, but it was so bogus it was basically useless
16392 before, and now it's equally bogus but in a slightly different way.
16393
16394 (c-narrow-out-enclosing-class): Gone.
16395
16396 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16397 the narrowed region.
16398
16399 (c-least-enclosing-brace): Remove silly optional argument.
16400
16401 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16402 the point could be left directly after an open paren when finding
16403 the beginning of the first decl in the block.
16404
16405 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16406 Specify which submatch to use.
16407
16408 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16409
16410 (c-decl-start-re): No longer any need for special treatment of
16411 ObjC due to the above.
16412
16413 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16414 presumably follows C in that regard.
16415
16416 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16417 New language constants to specify operator tokens inside
16418 identifiers in a more high level way.
16419
16420 (c-opt-identifier-prefix-key): New internal language constant.
16421
16422 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16423 (c-identifier-start, c-identifier-key): Now completely calculated
16424 from other constants.
16425
16426 (c-identifier-last-sym-match): Decommission since it's no longer used.
16427
16428 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16429
16430 * progmodes/cc-engine.el (c-forward-name): Remove the
16431 optimization when c-identifier-key is equal to c-symbol-key since
16432 it doesn't work in byte compiled files. Don't record empty
16433 regions as identifiers.
16434
16435 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16436 simplify access to `c-operators' and its likes.
16437
16438 (c-operator-list, c-all-op-syntax-tokens)
16439 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16440 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16441 (c-primary-expr-regexp, c-cast-parens): Use it.
16442
16443 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16444 an explicit language in functions.
16445
16446 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16447 variant of adornment.
16448
16449 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16450 variable.
16451
16452 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16453 the Pike value.
16454
16455 * progmodes/cc-engine.el (c-on-identifier)
16456 (c-simple-skip-symbol-backward): Small fix for handling "-"
16457 correctly in `skip-chars-backward'. Affected the operator lfun
16458 syntax in Pike.
16459
16460 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16461 diagnostic message about precompiled language vars not being used.
16462
16463 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16464 "__attribute__" is followed by a parenthesis.
16465
16466 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16467 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16468 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16469
16470 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16471 Internal cleanups to properly detect the declared identifiers in
16472 various declarations.
16473
16474 (c-decl-start-kwds): New language constant to recognize
16475 declarations that can start anywhere. Used for class declarations
16476 in Pike.
16477
16478 (c-specifier-key, c-not-decl-init-keywords)
16479 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16480 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16481
16482 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16483 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16484 handling of the compiler specific extension keywords into a new
16485 language constant `c-decl-hangon-kwds' that defines keyword
16486 clauses to be ignored in declarations.
16487
16488 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16489 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16490 Necessary to stop at the declared identifier in e.g. IDL valuetype
16491 declarations.
16492
16493 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16494 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16495 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16496 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16497 class and enum declarations as such and not as part of the type.
16498
16499 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16500 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16501
16502 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16503 declarations when there's some syntax error later on.
16504
16505 (c-complex-decl-matchers): Did away with a reference to
16506 `c-specifier-key'.
16507
16508 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16509 value - this variable is always dynamically bound.
16510
16511 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16512 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16513 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16514 functions that might do hidden buffer changes: All such internal
16515 functions are now marked instead of those that don't.
16516
16517 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16518 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16519 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16520 (c-literal-type): Allow these functions to make hidden buffer changes,
16521 so that they are free to use text property caching later on.
16522
16523 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16524 (c-electric-brace, c-electric-slash, c-electric-star)
16525 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16526 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16527 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16528 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16529 with the changed semantics of the functions above.
16530
16531 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16532 when macros occur in obscure places. Optimized the sexp movement
16533 a bit.
16534
16535 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16536
16537 Enhancements for c-beginning-of-statement to work in AWK Mode:
16538
16539 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16540 (completed statement) with `}' (statement completed by closing
16541 brace or semicolon) and `$' (statement completed by EOL).
16542
16543 (c-awk-virtual-semicolon-ends-prev-line-p)
16544 (c-awk-virtual-semicolon-ends-line-p)
16545 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16546 (c-awk-at-statement-end-p): New functions.
16547
16548 * progmodes/cc-cmds.el: Simplify the structure of functions
16549 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16550 two functions and c-beginning-of-statement to handle AWK Mode.
16551
16552 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16553 c-backward-single-comment for AWK mode. Attempt to clarify their
16554 doc-strings.
16555
16556 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16557
16558 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16559
16560 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16561 label handling. Labels are now recognized in a uniform and more
16562 robust way, regardless of context. Text properties are put on all
16563 labels to recognize the following declarations better.
16564 Multiword labels are handled both in indentation and fontification for
16565 the benefit of language extensions like Qt. For consistency, keywords
16566 in labels are now fontified with the label face instead.
16567 That also applies to "case" and "default".
16568
16569 (c-beginning-of-statement-1): Fix some bugs in the label
16570 handling. Disregard `c-nonlabel-token-key' in labels that begin
16571 with `c-label-kwds'.
16572
16573 (c-find-decl-spots): Support that the callback adds more
16574 `c-decl-end' spots to find.
16575
16576 (c-forward-decl-or-cast-1): Don't treat a list of plain
16577 identifiers followed by a colon as a declaration.
16578
16579 (c-forward-label): New function to recognize labels.
16580
16581 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16582 `c-forward-label'. Moved the label recognition cases (14 and 15)
16583 earlier since they aren't so context sensitive now. Handle labels
16584 on the top level gracefully. Moved access label recognition to
16585 the generic label case (CASE 15) - removed CASE 5E.
16586
16587 (c-font-lock-declarations): Add recognition of labels in the
16588 same round since we need to handle labels in parallell with other
16589 declarations to recognize both accurately. It should also improve
16590 speed.
16591
16592 (c-simple-decl-matchers, c-basic-matchers-after):
16593 Move `c-font-lock-labels' so that it only is used on decoration level 2
16594 since `c-font-lock-declarations' handles it otherwise.
16595
16596 (c-complex-decl-matchers): Remove the simplistic recognition of
16597 access labels.
16598
16599 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16600 with labels earlier.
16601
16602 (c-decl-start-re): New language variable to make
16603 `c-font-lock-declarations' stop for the special protection labels
16604 in Objective-C that start with `@'.
16605
16606 (c-label-key): Remove since it's no longer used.
16607
16608 (c-recognize-colon-labels, c-label-prefix-re): New language
16609 constants to support recognition of generic colon-terminated labels.
16610
16611 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16612 are colon terminated labels.
16613
16614 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16615 first argument starts with a special brace list.
16616
16617 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16618 (c-font-lock-declarations): Break out the declaration and cast
16619 recognition from `c-font-lock-declarations' to a new function, so
16620 that it can be used in the indentation engine.
16621
16622 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16623 up to the start of the literal. Fixed bug with the point on the
16624 wrong side of the search limit that could happen when the start
16625 position is inside a literal.
16626
16627 * progmodes/cc-engine.el (c-parse-state)
16628 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16629 so that it's kept a little bit back to increase the hit rate.
16630
16631 (c-parse-state): Change the macro handling and fixed some
16632 glitches. Macro context is checked more often than necessary now,
16633 but otoh less garbage conses are generated.
16634
16635 * progmodes/cc-engine.el (c-parse-state)
16636 (c-invalidate-state-cache): Cache the last position where
16637 `c-state-cache' applies. This can speed up refontification quite
16638 a bit in blocks where there are many non-brace parens before the point.
16639
16640 (c-state-cache-end): New variable for this.
16641
16642 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16643 cache variable.
16644
16645 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16646 get close initial continue positions when the start position is
16647 inside a literal or macro. Do not call the callback for spots
16648 before the start position (which can happen e.g. for `c-decl-end'
16649 spots inside comments). Optimize better in special cases when the
16650 region is a single line inside a literal or macro (typically when
16651 the current line is refontified).
16652
16653 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16654 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16655 entries from the paren state.
16656
16657 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16658 special case for "else if" clauses.
16659
16660 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16661 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16662
16663 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16664 New language variable to recognize the gcc extension with statement
16665 blocks inside expressions.
16666
16667 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16668 it somewhat more comprehensible. The argument AT-BLOCK-START is
16669 no longer used and hence removed.
16670
16671 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16672 to `c-add-stmt-syntax'.
16673
16674 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16675 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16676 This fixes bogus label recognition.
16677
16678 * progmodes/cc-engine.el (c-add-type, c-check-type)
16679 (c-forward-name, c-forward-type): Improve storage of template
16680 types in `c-found-types' so that they can be recognized better.
16681
16682 (c-syntactic-content): Add option to skip past nested parens.
16683
16684 * progmodes/cc-engine.el (c-forward-name):
16685 Set `c-last-identifier-range' all the time. It's less work that way.
16686 Handle that there might not be an identifier to store in
16687 `c-last-identifier-range'.
16688
16689 (c-forward-type): Handle that `c-last-identifier-range' might be
16690 nil from `c-forward-name'.
16691
16692 * progmodes/cc-defs.el (c-safe-scan-lists)
16693 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16694
16695 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16696 to work even if the form fails.
16697
16698 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16699 down in a large file in one go.
16700
16701 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16702
16703 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16704 function which is like `c-lineup-math' but returns nil instead of
16705 `c-basic-offset' when it doesn't match.
16706
16707 (c-lineup-math): Change to use `c-lineup-assignments'.
16708
16709 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16710
16711 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16712 c-beginning-of-statement. New subfunctions
16713 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16714
16715 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16716
16717 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16718 hardcoded char classes whereever possible. Changed a couple of
16719 places to use skip by syntax instead of skip by char class.
16720
16721 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16722 Fix a bug in the regexp that caused extreme backtracking.
16723
16724 * progmodes/cc-langs.el (c-block-comment-starter)
16725 (c-block-comment-ender): New language constants to specify in a
16726 single place how block comments look.
16727
16728 (c-comment-start-regexp, c-block-comment-start-regexp)
16729 (comment-start, comment-end, comment-start-skip)
16730 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16731 (c-syntactic-ws, c-nonempty-syntactic-ws)
16732 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16733 `c-line-comment-starter', `c-block-comment-starter' and
16734 `c-block-comment-ender'.
16735
16736 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16737 New language constants to break up things a bit.
16738
16739 (c-simple-ws): New language constant for simple whitespace.
16740
16741 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16742
16743 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16744 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16745 newlines. Allow and ignore nil elements in the list.
16746
16747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16748
16749 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16750 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16751
16752 * progmodes/cc-cmds.el: Tidy up the comments in
16753 c-beginning-of-statement and subfunctions.
16754
16755 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16756 more flexible c-put-char-property and c-clear-char-properties.
16757 Add the author's email address.
16758
16759 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16760
16761 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16762 closing "*/" of a block comment.
16763
16764 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16765 subfunctions) so that it works at BOB and EOB.
16766
16767 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16768 c-beginning-of-statement, including new variable
16769 c-block-comment-start-regexp.
16770
16771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16772
16773 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16774 symbols from `*-font-lock-extra-types' so that there's no need to
16775 use `regexp-opt' on those lists.
16776
16777 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16778 `c-type-modifier-kwds' is empty.
16779
16780 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16781 there are several strings on the same line.
16782
16783 * progmodes/cc-engine.el (c-literal-limits): Remove the
16784 compatibility function for older emacsen. `c-literal-limits-fast'
16785 has now taken the place of this function.
16786
16787 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16788 with older emacsen: We now require `pps-extended-state'.
16789
16790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16791
16792 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16793 which obviates the need to hack sentence-end. This now handles
16794 escaped newlines in strings correctly. Correct minor bugs in
16795 c-move-over-sentence and in c-beginning-of-statement.
16796
16797 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16798 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
16799 that movement over macros and code are rigorously separated from
16800 eachother. Correct a few incidental bugs.
16801
16802 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
16803 Improve its doc-string. Improve the handling of certain specific cases.
16804
16805 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16806
16807 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
16808 (c-guess-basic-syntax): Change the way class-level labels are
16809 recognized; they can now contain essentially any symbols.
16810
16811 (c-opt-extra-label-key): New language variable to cope with the
16812 special protection label syntax in Objective-C.
16813
16814 (c-opt-access-key): Remove; this is now handled better by
16815 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
16816
16817 (c-complex-decl-matchers): Update to handle that
16818 `c-opt-access-key' no longer exists.
16819
16820 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
16821 improved label recognition in `c-beginning-of-statement-1'.
16822
16823 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
16824 Recognize bitfields better.
16825
16826 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
16827 Remove some cruft and fixed a bug that could cause it to go to a
16828 position further down.
16829
16830 * progmodes/cc-langs.el, cc-engine.el
16831 (c-beginning-of-statement-1): Improve detection of labels in
16832 declaration contexts.
16833
16834 (c-beginning-of-decl-1): Use it.
16835
16836 (c-nonlabel-token-key): New language constant and variable needed
16837 by `c-beginning-of-statement-1'.
16838
16839 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
16840 manifested itself due to the correction in `c-forward-sexp'.
16841
16842 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
16843 Make these behave as documented when used at the buffer limits.
16844
16845 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
16846 (c-type-decl-end-used): Made this a language variable.
16847
16848 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
16849 correctly when `combine-after-change-calls' is used together with
16850 temporary narrowings.
16851
16852 * progmodes/cc-engine.el (c-beginning-of-statement-1):
16853 Report labels correctly when the start point is immediately after the
16854 colon.
16855
16856 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
16857 Remove since it isn't used anymore.
16858
16859 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
16860 bracket arglists such as template parens in C++.
16861
16862 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
16863 in the last check-in. Some optimization.
16864
16865 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
16866 where it could stop at the same level in a preceding sexp when
16867 PAREN-LEVEL is set.
16868
16869 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
16870 text property lookup only when it's needed.
16871
16872 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
16873 Change the policy for paren marked angle brackets to be more
16874 persistent; once marked they remain marked even when they're found
16875 to be unbalanced in the searched region. This should keep the
16876 paren syntax around even when individual lines are refontified in
16877 multiline template arglists.
16878
16879 (c-parse-and-markup-<>-arglists): New dynamically bound variable
16880 to control markup so that incorrect angle bracket arglists aren't
16881 marked in contexts where the correct value for
16882 `c-disallow-comma-in-<>-arglists' isn't known.
16883
16884 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
16885 argument has become `c-parse-and-markup-<>-arglists'.
16886
16887 (c-remove-<>-arglist-properties): Remove - no longer used.
16888
16889 (c-after-change-check-<>-operators): New function used on
16890 `after-change-functions' to avoid that "<" and ">" characters that
16891 are part of longer operators have paren syntax.
16892
16893 (c-<>-multichar-token-regexp): New language variable used by
16894 `c-after-change-check-<>-operators'.
16895
16896 (c-after-change): Call `c-after-change-check-<>-operators'.
16897
16898 (c-font-lock-<>-arglists): Use the context properties set by
16899 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
16900 correctly to avoid doing invalid markup.
16901
16902 (c-font-lock-declarations): Remove code that undoes the invalid
16903 markup done by `c-font-lock-<>-arglists'.
16904
16905 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
16906 after `c-font-lock-declarations'.
16907
16908 * progmodes/cc-engine.el (c-syntactic-skip-backward):
16909 Add paren-level feature.
16910
16911 (c-guess-basic-syntax): Improve the anchor position for
16912 `template-args-cont' in nested template arglists. There's still
16913 much to be desired in this area, though.
16914
16915 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16916
16917 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
16918 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
16919
16920 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16921
16922 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
16923 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
16924
16925 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
16926 it doesn't work no longer are supported.
16927
16928 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
16929 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
16930 requires support for the syntax-table' text property, which rules
16931 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
16932 cruft associated with those versions.
16933
16934 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
16935 for the `syntax-table' text property, which rules out Emacs 19 and
16936 XEmacs < 21.4. Removed various compatibility cruft associated
16937 with those versions.
16938
16939 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
16940 support for the `syntax-table' text property.
16941
16942 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
16943 variable and use an extra quoted face name instead. All the
16944 emacsen flavors handle that correctly.
16945
16946 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
16947 (c-font-lock-declarators, c-font-lock-declarations)
16948 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
16949 property to mark the items in in declarator lists to handle
16950 refontification inside multiline declarations better.
16951
16952 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
16953 construct like "a * b = c;" as a declaration.
16954
16955 2005-12-08 Kim F. Storm <storm@cua.dk>
16956
16957 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
16958 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
16959 select either meta, hyper, or super modifier for rectangle commands.
16960 (cua--rectangle-modifier-key): New defvar.
16961 (cua--M/H-key): Use it. Remove special case for `space'.
16962 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
16963 on X, to meta otherwise. Always bind C-return to toggle
16964 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
16965
16966 * emulation/cua-rect.el (cua-help-for-rectangle):
16967 Use cua--rectangle-modifier-key. Handle super modifier too.
16968 (cua--init-rectangles): Always bind C-return to toggle rectangle.
16969 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
16970
16971 * ido.el: Move Acknowledgements and History after Commentary.
16972 Minor changes to Commentary.
16973
16974 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
16975 keymap if cua--prefix-override-timer is `shift'.
16976 (cua--shift-control-prefix): New function; emulate "type prefix
16977 key twice" functionality to handle shifted prefix key override.
16978 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
16979 New commands.
16980 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
16981
16982 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
16983
16984 * textmodes/org.el (org-insert-heading): Try to do items before
16985 headings.
16986 (org-agenda-mode): Quote `org-agenda-mode-hook'.
16987 (org-insert-item): New function.
16988 (org-renumber-ordered-list): Don't skip to higher level lists.
16989
16990 2005-12-08 Juri Linkov <juri@jurta.org>
16991
16992 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
16993
16994 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
16995
16996 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
16997
16998 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
16999 the constructed function name fun-1.
17000
17001 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17002 because such links don't lead to parent documentation.
17003
17004 2005-12-08 Kenichi Handa <handa@m17n.org>
17005
17006 * descr-text.el (describe-char): Use *Help-2* buffer if the
17007 current buffer is *Help*. Call describe-text-properties while
17008 setting the original buffer.
17009
17010 2005-12-07 Bill Wohler <wohler@newt.com>
17011
17012 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17013 and causes problems with non-MH users (such as Gnus users).
17014
17015 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17016
17017 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17018 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17019 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17020 command "info sources". Move calls to GDB command "list".
17021 (gdb-find-file-hook): Just use gdb-source-file-list.
17022 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17023 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17024 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17025 (gdb-data-list-register-values-handler): Use correct trigger name.
17026
17027 2005-12-07 Kim F. Storm <storm@cua.dk>
17028
17029 * ido.el (ido-completion-map): Rename from ido-mode-map.
17030 (ido-common-completion-map, ido-file-completion-map)
17031 (ido-file-dir-completion-map, ido-buffer-completion-map):
17032 Rename from ido-mode-....-map.
17033 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17034 (ido-setup-completion-map): Rename from ido-define-mode-map.
17035 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17036 to ido-completion-map.
17037
17038 2005-12-07 Kenichi Handa <handa@m17n.org>
17039
17040 * international/mule-cmds.el
17041 (set-display-table-and-terminal-coding-system): If the coding
17042 system specified in `unibyte-display' property is different from
17043 the arg coding-system, don't setup standard-display-table.
17044
17045 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17046
17047 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17048 that comments end at \n, regardless of selective-display.
17049
17050 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17051
17052 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17053 (gdb-version): New variables.
17054 (gdb-source-file-list, gdb-register-names)
17055 (gdb-changed-registers): New variables for use with GDB 6.4+.
17056 (gdb-ann3): Replace with...
17057 (gdb-init-1, gdb-init-2): ...two new functions.
17058 (gdba, gdb-prompt): Call gdb-init-1.
17059 (gdb-get-version): New function. Call gdb-init-2 from here.
17060 (gud-watch): Make it work with mouse events too.
17061 (gdb-post-prompt): Don't add to queue until GDB version is known.
17062 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17063 (gdb-locals-mode): Use gdb-version.
17064 (gdb-memory-format-map, gdb-memory-unit-map)
17065 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17066 (gdb-locals-font-lock-keywords-1)
17067 (gdb-locals-font-lock-keywords-2): New variables.
17068 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17069 (gdb-set-gud-minor-mode-existing-buffers-1)
17070 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17071 (gdb-var-update-1, gdb-var-update-handler-1)
17072 (gdb-data-list-register-values-handler)
17073 (gdb-data-list-register-values-custom)
17074 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17075 (gdb-stack-list-locals-handler, gdb-get-register-names):
17076 New functions for use with GDB 6.4+.
17077 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17078 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17079 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17080 (gdb-stack-list-locals-regexp)
17081 (gdb-data-list-register-names-regexp): New regexps for use with
17082 GDB 6.4+.
17083
17084 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17085
17086 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17087
17088 2005-12-06 Nozomu Ando <nand@mac.com>
17089
17090 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17091 prompts work for AUTH PLAIN. Also reported by Steve Allan
17092 <seallan@verizon.net>.
17093
17094 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17095
17096 * frame.el (set-frame-parameter): Add doc string.
17097
17098 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17099
17100 * textmodes/org.el (org-occur-highlights): New variable.
17101 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17102 (org-highlight-sparse-tree-matches): New option.
17103 (org-do-occur): New function.
17104 (org-get-heading): Make it work also at beginning of line.
17105 (org-category-table): New variable.
17106 (org-get-category-table, org-get-category)
17107 (org-camel-to-words, org-link-search): New functions.
17108 (org-select-this-todo-keyword): New variable.
17109 (org-todo-list): New command.
17110 (org-shiftright, org-shiftleft): New commands.
17111 (org-agenda-todo): Add prefix argument.
17112 (org-show-hierarchy-above): New option.
17113 (org-show-todo-tree): Numerical prefix creates tree for specific
17114 TODO keyword.
17115 (org-outline-level): New function, to assign a level to plain
17116 lists items.
17117 (org-cycle-include-plain-lists): New option.
17118 (org-mode): Use `org-outline-level' as value of `outline-level'.
17119 (org-cycle): Temporarily switch `outline-regexp' if
17120 `org-cycle-include-plain-lists' is non-nil.
17121 (org-start-icalendar-file): Fix format bug.
17122 (org-agenda-get-day-entries): Create category table.
17123 (org-agenda-get-todos, org-agenda-get-timestamps)
17124 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17125 (org-agenda-get-blocks): Use `org-get-category'.
17126 (org-context-in-file-links): Rename from
17127 `org-line-numbers-in-file-links'.
17128
17129 2005-12-06 Romain Francoise <romain@orebokech.com>
17130
17131 * window.el (balance-windows): Delete extraneous third arg in call
17132 to `enlarge-window'.
17133
17134 2005-12-06 Kenichi Handa <handa@m17n.org>
17135
17136 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17137
17138 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17139
17140 * progmodes/gdb-ui.el (gdb-var-create-handler)
17141 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17142 (gdb-var-list-children-handler, gdb-var-update-handler):
17143 Current buffer is already gdb-partial-output-buffer, don't
17144 make it current again.
17145
17146 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17147
17148 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17149 (list-buffers-noselect): Use it.
17150
17151 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17152
17153 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17154 (mail-yank-ignored-headers): Use regexp-opt.
17155 (mail-mode-map): Move initialization into declaration.
17156 (mail-sent-via): Remove unused shadowed var `to-line'.
17157 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17158 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17159 (mail-do-fcc): Use dolist and push.
17160 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17161 (mail-yank-ignored-headers): Don't autoload.
17162
17163 2005-12-05 Kenichi Handa <handa@m17n.org>
17164
17165 * international/mule-cmds.el (set-language-info-internal): New fun.
17166 (set-language-info): Call set-language-info-internal to update
17167 language-info-alist. If LANG-ENV is the current one, call
17168 set-language-environment to make INFO effective now.
17169 (set-language-info-alist): Likewise.
17170 (locale-language-names): With locale "en", use English
17171 lang. env. but set the default codings to iso-8859-1.
17172
17173 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17174
17175 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17176 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17177 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17178 for plain strings.
17179 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17180 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17181 Create registers buffer if necessary. Echo new state in minibuffer.
17182 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17183
17184 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17185
17186 * info.el (Info-fontify-node): Match external links using
17187 non-directory part of filename.
17188
17189 2005-12-04 Juri Linkov <juri@jurta.org>
17190
17191 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17192 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17193 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17194 because there is no customization option for it.
17195
17196 * font-lock.el (lisp-font-lock-keywords-1):
17197 Add define-global-minor-mode.
17198
17199 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17200
17201 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17202 properties on the constructed variable names.
17203
17204 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17205 Put `definition-name' properties on the constructed function names
17206 next-sym and prev-sym.
17207
17208 * emacs-lisp/find-func.el (find-function-regexp):
17209 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17210 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17211 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17212 and easy-menu-define.
17213
17214 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17215 easy-mmode-define-global-mode and define-global-minor-mode.
17216 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17217
17218 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17219 instead of easy-mmode-define-global-mode.
17220
17221 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17222 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17223
17224 * cus-edit.el (customize-group, customize-group-other-window):
17225 Filter out autoloaded options from the group completion list by
17226 using heuristics that autoloaded groups don't have `custom-autoload'
17227 property on their symbols (they have only `custom-loads').
17228
17229 * simple.el (completion-setup-function): Put completions-common-part
17230 face on complete completion string too (i.e. completion string
17231 without completions-first-difference face).
17232
17233 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17234
17235 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17236
17237 * view.el (view-mode): Doc fix.
17238
17239 * disp-table.el (standard-display-european): Add to the warning
17240 message a reference to the doc string.
17241
17242 * play/yow.el (apropos-zippy): Call print-help-return-message,
17243 similar to other Help and Apropos commands.
17244
17245 * help.el (print-help-return-message): If pop-up-frames is
17246 non-nil, set up help-return-method to delete the help window and,
17247 possibly, its frame as well, and don't display message about
17248 scrolling the help window. Doc fix.
17249 (help-return-method): Doc fix.
17250
17251 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17252
17253 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17254 whereby names of length one or names starting with a
17255 symbol-constituent character would not be returned.
17256
17257 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17258
17259 * subr.el (atomic-change-group): Add edebug and indentation spec.
17260
17261 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17262
17263 * completion.el (save-completions-file-name): Fix typo in last change.
17264
17265 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17266
17267 * info.el: Move back/forward history to the beginning of the tool bar.
17268
17269 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17270
17271 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17272 Add fset of allout-real-isearch-abort during compile to fix
17273 byte-compilation warnings.
17274 (allout-mode-p): Move definition of this macro above all uses, or
17275 byte compilation in barren Emacs (eg, during Emacs build) will
17276 lack the definition.
17277 (allout-mode): Move this variable above any uses, or byte
17278 compilation will fail.
17279 (allout-resolve-xref): Remove use of personal file-reference function.
17280 (allout-toggle-current-subtree-encryption): Do the current (ie,
17281 visible containing) topic, rather than nearest around point. Doc fix.
17282 (allout-toggle-subtree-encryption): New function, workhorse that
17283 works on nearest topic containing point.
17284 (allout-encrypt-string): Signal requirement for newer version of pgg.
17285 (allout-resumptions): Doc fix.
17286
17287 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17288
17289 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17290
17291 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17292
17293 * textmodes/flyspell.el (flyspell-external-point-words):
17294 Consider a misspelling as found in the string search if: (a) misspelling
17295 and found string lengths match, or (b) misspelling is found as
17296 element in a boundary-chars separated longer string, or (c)
17297 ispell-program-name is really ispell and misspelling is found as
17298 part of a TeX string. After successful match move beginning of
17299 search region to end of match. Warn about not found misspellings
17300 once the process is done.
17301 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17302
17303 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17304
17305 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17306 tool bar (removed inadvertently).
17307
17308 2005-12-02 Juri Linkov <juri@jurta.org>
17309
17310 * log-view.el (log-view-diff): Clarify doc string.
17311
17312 2005-12-01 Bill Wohler <wohler@newt.com>
17313
17314 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17315 triggers lm-verify errors.
17316
17317 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17318
17319 * simple.el (transient-mark-mode, line-number-mode)
17320 (column-number-mode, size-indication-mode): Remove `:require nil'.
17321
17322 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17323
17324 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17325 in the margin also.
17326 (gdb-breakpoints-mode-map): Use D instead of d for
17327 gdb-delete-breakpoint.
17328 (gdb-get-frame-number): Require a number to match on.
17329 (gdb-threads-mode-map): Add follow-link binding.
17330
17331 2005-11-30 Jason Rumney <jasonr@gnu.org>
17332
17333 * isearch.el (isearch-mode-map): Avoid exiting search on
17334 language-change event.
17335
17336 2005-11-30 Romain Francoise <romain@orebokech.com>
17337
17338 * speedbar.el (speedbar-default-position): New defcustom.
17339 (speedbar-frame-reposition-smartly): Use it.
17340
17341 * dframe.el (dframe-reposition-frame-emacs): Fix position
17342 computation for `left' location.
17343 Update copyright year.
17344
17345 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17346
17347 * help.el (help-map): Move initialization into declaration.
17348
17349 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17350
17351 * help-fns.el (help-argument-name): Don't autoload.
17352 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17353 to be re-loaded when customizing the `help' group.
17354
17355 2005-11-30 John Paul Wallington <jpw@gnu.org>
17356
17357 * help-fns.el (describe-function-1): Fill arglist output.
17358
17359 2005-11-30 Kim F. Storm <storm@cua.dk>
17360
17361 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17362 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17363 after revert-buffer (or anything else which kills all local variables).
17364
17365 * apropos.el (apropos-parse-pattern): Doc fix.
17366 Set apropos-regexp directly, rather than expecting callers to do so.
17367 (apropos-command, apropos, apropos-value, apropos-documentation):
17368 Simplify calls to apropos-parse-pattern.
17369
17370 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17371
17372 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17373 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17374 (hi-lock-write-interactive-patterns): Use comment-region.
17375
17376 * longlines.el (longlines-mode): Add mail-setup-hook.
17377
17378 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17379
17380 * simple.el (sendmail-user-agent-compose, next-line):
17381 Conditionally use hard-newline.
17382
17383 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17384
17385 * international/latexenc.el (latex-inputenc-coding-alist):
17386 Reword doc string.
17387
17388 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17389
17390 * help.el (describe-key-briefly, describe-key): Recognize default
17391 bindings.
17392
17393 2005-11-29 Romain Francoise <romain@orebokech.com>
17394
17395 * view.el (view-inhibit-help-message): New defcustom.
17396 (view-mode-enter): Use it.
17397
17398 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17399
17400 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17401 Preserve user position.
17402
17403 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17404
17405 * font-lock.el: Throw error if facemenu is not loaded to prevent
17406 accidental change of loading order in loadup.el. (Suggested by RMS.)
17407
17408 * loadup.el: Add comment explaining why facemenu must be loaded
17409 before font-lock.
17410
17411 2005-11-28 Jay Belanger <belanger@truman.edu>
17412
17413 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17414 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17415
17416 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17417
17418 * calc/calc-embed.el (calc-do-embedded): Update help message.
17419
17420 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17421
17422 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17425
17426 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17427 called-interactively-p.
17428 (elp-profilable-p): Rename from elp-not-profilable-p.
17429 Invert result and take into account macros and autoloaded functions.
17430 (elp-instrument-function): Update call.
17431 (elp-instrument-package): Update call. Add completion.
17432 (elp-pack-number): Use match-string.
17433 (elp-results-jump-to-definition-by-mouse): Merge into
17434 elp-results-jump-to-definition and then remove.
17435 (elp-output-insert-symname): Make help echo text single-line.
17436
17437 * replace.el (query-replace-map): Move initialization into declaration.
17438 (occur-engine): Use with-current-buffer.
17439 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17440 (occur-mode-mouse-goto): Replace with an alias.
17441
17442 2005-11-28 Juri Linkov <juri@jurta.org>
17443
17444 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17445
17446 * term/w32-win.el: Bind [S-tab] to [backtab].
17447
17448 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17449 `Info-find-file' to t.
17450
17451 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17452 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17453 and same-window-regexps.
17454 (occur-next-error): Don't move point for arg 0.
17455
17456 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17457
17458 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17459
17460 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17461
17462 * log-edit.el (log-edit-changelog-use-first): New var.
17463 (log-edit-changelog-ours-p): Use it.
17464 (log-edit-insert-changelog): Set it with new arg `use-first'.
17465 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17466 (log-edit-hook): Add them to the list of suggested options.
17467
17468 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17469 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17470 redundant work.
17471 (flyspell-mode-on): Use add-hook for after-change-functions.
17472 (flyspell-mode-off): Use remove-hook for after-change-functions.
17473 (flyspell-changes): Make it buffer-local.
17474 (flyspell-after-change-function): Make it non-interactive. Use push.
17475 (flyspell-post-command-hook): Check input-pending-p while processing
17476 the potentially long list of buffer changes.
17477
17478 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17479
17480 * buff-menu.el (list-buffers-noselect): Display the selected
17481 frame's buffer list, not the global one.
17482
17483 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17484
17485 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17486 that (list last-input-event) works as in interactive spec.
17487
17488 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17489
17490 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17491 `facemenu-keymap' needs to be defined when font-lock is loaded.
17492 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17493
17494 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17495
17496 * completion.el: Remove useless leading * in defcustom docstrings.
17497 (save-completions-file-name): Use ~/.emacs.d if available.
17498 (completion-standard-syntax-table): Rename from
17499 cmpl-standard-syntax-table and fold initialization into declaration,
17500 thus removing cmpl-make-standard-completion-syntax-table.
17501 (completion-lisp-syntax-table, completion-c-syntax-table)
17502 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17503 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17504 (symbol-under-point, symbol-before-point)
17505 (symbol-under-or-before-point, symbol-before-point-for-complete)
17506 (add-completions-from-c-buffer): Use with-syntax-table.
17507 (make-completion): Don't return a list of completion entries.
17508 Update callers.
17509 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17510 (completion-initialize): Rename from initialize-completions.
17511 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17512 (kill-emacs-save-completions): Collect stats here.
17513 (save-completions-to-file, load-completions-from-file):
17514 Use with-current-buffer.
17515 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17516 into a function. Move all calls to toplevel.
17517 (completion-lisp-mode-hook): New fun.
17518 (completion-c-mode-hook, completion-setup-fortran-mode):
17519 Set the syntax-table here. Use local-set-key.
17520 (completion-saved-bindings): New var.
17521 (dynamic-completion-mode): Make it into a proper minor mode.
17522 (load-completions-from-file): Remove unused var `num-uses'.
17523
17524 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17525 constructor if it is explicitly overridden.
17526
17527 * complete.el (PC-completion-as-file-name-predicate):
17528 Use minibuffer-completing-file-name.
17529 (partial-completion-mode): Use find-file-not-found-functions.
17530 (PC-lisp-complete-symbol): Use with-syntax-table.
17531 (PC-look-for-include-file): Remove dead setq.
17532 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17533 (PC-complete): Use with-current-buffer.
17534
17535 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17536 escape single quotes.
17537
17538 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17539
17540 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17541 of `if' whose condition always returned nil. Doc fix.
17542
17543 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17544 window's buffer the current buffer around the call to
17545 `list-buffers-noselect'. This is necessary to mark that buffer
17546 with a `.' in the Buffer Menu when called from Lisp, for instance
17547 by Auto Revert Mode.
17548
17549 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17550
17551 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17552 attaching to it.
17553 (gdb-pre-prompt): Make sure gdb-error is reset.
17554
17555 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17556 with a child process, detect it.
17557 (gud-speedbar-buttons): Match regexp more carefully.
17558
17559 2005-11-27 Richard M. Stallman <rms@gnu.org>
17560
17561 * mouse.el (mouse-drag-move-window-bottom):
17562 Use adjust-window-trailing-edge.
17563
17564 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17565
17566 * simple.el (blink-matching-open): Ignore
17567 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17568 (blink-matching-paren-on-screen): Update docstring.
17569
17570 * paren.el (show-paren-mode): No longer change
17571 `blink-matching-paren-on-screen'.
17572
17573 2005-11-27 John Paul Wallington <jpw@pobox.com>
17574
17575 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17576 (gdb-threads-select, gdb-edit-register-value):
17577 Use `posn-set-point' instead of `mouse-set-point' because the
17578 latter is not fbound when configured without X.
17579
17580 2005-11-27 Kim F. Storm <storm@cua.dk>
17581
17582 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17583 existing face when partially highlighting a TAB in a rectangle.
17584
17585 2005-11-26 Kim F. Storm <storm@cua.dk>
17586
17587 * ido.el (ido-mode-map): Doc fix.
17588 (ido-mode-common-map, ido-mode-file-map)
17589 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17590 (ido-define-mode-map): Rewrite. Select one of the new maps as
17591 parent for ido-mode-map instead of building from scratch.
17592 (ido-init-mode-maps): New defun to initialize new maps.
17593 (ido-mode): Call it.
17594 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17595 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17596
17597 2005-11-26 John Paul Wallington <jpw@pobox.com>
17598
17599 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17600 `mouse-set-point' because the latter is not fbound when configured
17601 without X.
17602
17603 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17604
17605 * files.el (file-relative-name): Doc fix.
17606
17607 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17608
17609 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17610 non-empty string for secondary prompt PS2.
17611
17612 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17613
17614 * progmodes/compile.el (compilation-setup): Fix last change.
17615
17616 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17617
17618 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17619 (gdb-mouse-toggle-breakpoint-margin)
17620 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17621 Add gdb-server-prefix to keep out of command history.
17622 (gdb-edit-register-value): New function.
17623 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17624 (gdb-info-registers-custom): Use above map.
17625
17626 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17627
17628 * custom.el (enable-theme): Signal error if argument is not a
17629 theme. Don't recalculate a face if it's not loaded yet.
17630
17631 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17632 the `user' theme is in effect.
17633
17634 * info.el (Info-on-current-buffer): Record actual filename in
17635 Info-current-file, instead of t, or a fake filename if a non-file
17636 buffer. Make autoload.
17637 (Info-find-node, Info-revert-find-node): No need to check for
17638 Info-current-file nil.
17639 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17640 Info-current-file is now never `t'.
17641 (Info-fontify-node): Many simplifications due to Info-current-file
17642 always being valid. Use Info-find-file to find node filename.
17643
17644 2005-11-25 David Kastrup <dak@gnu.org>
17645
17646 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17647 new character, then delete" in order to preserve markers.
17648
17649 2005-11-25 David Ponce <david@dponce.com>
17650
17651 * recentf.el (recentf-arrange-by-rule): Handle a special
17652 `auto-mode-alist'-like "strip suffix" rule.
17653 (recentf-build-mode-rules): Handle second level auto-mode entries.
17654
17655 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17656
17657 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17658 window modes.
17659
17660 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17661 jde-javadoc-checker-report-mode.
17662
17663 * ediff-wind (ediff-make-wide-display): Slight simplification.
17664
17665 * ediff.el (ediff-date): Change the date of last update.
17666
17667 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17668
17669 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17670 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17671 (hi-lock-mode): New global minor mode.
17672 (turn-on-hi-lock-if-enabled): New function.
17673 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17674 Change arguments to regexp and face instead of a font-lock pattern.
17675 Directly set face property, instead of refontifying.
17676 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17677 (hi-lock-find-patterns): Use line-number-at-pos.
17678
17679 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17680 arguments for hi-lock-set-pattern.
17681 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17682 Call font-lock-fontify-buffer.
17683 (hi-lock-find-file-hook, hi-lock-current-line)
17684 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17685
17686 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17687 turned off.
17688
17689 * progmodes/compile.el (compilation-setup): Don't fiddle with
17690 font-lock-defaults.
17691
17692 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17693
17694 * progmodes/gdb-ui.el (gdb-var-create-handler)
17695 (gdb-var-list-children-handler): Find values for all variable
17696 objects. gud-speedbar-buttons decides whether to display them.
17697
17698 2005-11-24 Romain Francoise <romain@orebokech.com>
17699
17700 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17701 buffer name with a space.
17702
17703 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17704
17705 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17706 `org-export-local-list-max-depth'. Change default value to 3.
17707 (org-auto-renumber-ordered-lists)
17708 (org-plain-list-ordered-item-terminator): New options.
17709 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17710 (org-get-indentation, org-get-string-indentation)
17711 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17712 New functions.
17713 (org-move-item-down, org-move-item-up): New commands.
17714 (org-export-as-html): New classes for CSS support. Bug fix in
17715 regular expression detecting fixed-width regions. Respect
17716 `org-local-list-ordered-item-terminator'.
17717 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17718 also a list item.
17719 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17720 New item moving functions.
17721
17722 2005-11-24 Juri Linkov <juri@jurta.org>
17723
17724 * isearch.el (isearch-repeat): With empty search ring set
17725 `isearch-error' to the error string instead of signaling error
17726 with the function `error'.
17727
17728 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17729
17730 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17731
17732 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17733
17734 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17735 and variable.
17736 (gdb-var-create-handler, gdb-var-list-children-handler):
17737 Don't match on "char **...".
17738 (gdb-var-update-handler): Find values for all variable objects.
17739 (gdb-info-frames-custom): Identify frames by leading "#".
17740
17741 * progmodes/gud.el (gud-speedbar-menu-items): Add
17742 gdb-speedbar-auto-raise as radio button.
17743 (gud-speedbar-buttons): Raise speedbar if requested.
17744 Don't match on "char **...".
17745 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17746 Make it editable.
17747
17748 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17749
17750 * info.el (Info-fontify-node): Handle the case where
17751 Info-current-file is t.
17752
17753 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17754
17755 * simple.el (blink-matching-open): Fix off-by-one in last change.
17756
17757 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17758
17759 * term/mac-win.el: Don't change default directory.
17760
17761 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17762
17763 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17764 buffers correctly. (It used to throw an error in such buffers.)
17765 Make it ask for confirmation in group buffers and other Custom
17766 buffers containing more than one customization item.
17767
17768 2005-11-22 John Paul Wallington <jpw@gnu.org>
17769
17770 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17771 property on mail and url overlays.
17772 (goto-address-at-point): Use `posn-set-point' instead of
17773 `mouse-set-point' because the latter is not fbound when configured
17774 without X.
17775
17776 2005-11-22 Lars Hansen <larsh@soem.dk>
17777
17778 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17779 (ls-lisp-classify, ls-lisp-format): Delete call to
17780 ls-lisp-parse-symlink.
17781 (ls-lisp-handle-switches): Handle symlinks to directories as
17782 directories when ls-lisp-dirs-first in non-nil.
17783
17784 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17785
17786 * startup.el (command-line): Make sure that loaddefs.el is handled
17787 correctly in load-history.
17788
17789 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17790
17791 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17792 (gdb-struct-string, gdb-array-string): New constants.
17793 (gdb-info-locals-handler): Use them.
17794 (gdb-reset): Reset gdb-var-list to nil.
17795
17796 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17797
17798 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
17799 in patterns.
17800
17801 2005-11-21 Juri Linkov <juri@jurta.org>
17802
17803 * custom.el (defcustom): Update link types in docstring.
17804
17805 2005-11-20 Martin Rudalics <rudalics@gmx.at>
17806
17807 * custom.el (defgroup): Add doc-string-elt info.
17808
17809 * widget.el (define-widget): Don't use declare for the doc-string-elt.
17810
17811 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
17812
17813 * newcomment.el (comment-enter-backward): Fix last fix.
17814
17815 * simple.el (blink-matching-open):
17816 * paren.el (show-paren-function): Allow new paren-class info.
17817
17818 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
17819
17820 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
17821 handled automagically.
17822
17823 2005-11-20 Andreas Schwab <schwab@suse.de>
17824
17825 * descr-text.el (describe-char): When copying overlays put them
17826 over the full char description instead of just the first character
17827 of it.
17828
17829 2005-11-20 Juri Linkov <juri@jurta.org>
17830
17831 * simple.el (what-cursor-position):
17832 * descr-text.el (describe-char): Use Lisp-readable syntax
17833 for octal and hex. Reorder decimal, octal and hex values.
17834 Remove excess whitespace in the output. Use `=' in `column='
17835 like in `point=' and `Hscroll='.
17836
17837 * international/mule-cmds.el (encoded-string-description):
17838 Use Lisp-readable syntax for hex.
17839
17840 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
17841
17842 * newcomment.el (comment-enter-backward): Handle the case where the
17843 comment is closed by EOB.
17844
17845 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
17846
17847 * longlines.el (longlines-before-revert-hook)
17848 (longlines-after-revert-hook): New functions.
17849 (longlines-mode): Turn off longlines temporarily when reverting.
17850 Add a message-setup-hook.
17851 (longlines-decode-buffer): New function.
17852 (longlines-wrap-line): Preserve marker positions.
17853
17854 2005-11-19 Andreas Schwab <schwab@suse.de>
17855
17856 * emacs-lisp/shadow.el: Handle compressed files.
17857
17858 2005-11-19 Romain Francoise <romain@orebokech.com>
17859
17860 * net/browse-url.el (browse-url-default-browser): Signal an error
17861 if no usable browser can be found, rather than try to load w3.
17862
17863 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
17864
17865 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
17866 replacing existing properties.
17867 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
17868 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
17869 tty specs.
17870 (rcirc-server-prefix, rcirc-server): New faces.
17871 (rcirc-url-regexp): Generate with rx macro.
17872 (rcirc-last-server-message-time): New variable.
17873 (rcirc-filter): Record time of last message.
17874 (rcirc-keepalive): Kill processes that did not send a message
17875 since the last ping.
17876 (rcirc-mode): Give rcirc-topic a local binding here.
17877
17878 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
17879
17880 * subr.el (read-passwd): Fontify the prompt as we do with other
17881 prompts.
17882
17883 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
17884
17885 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
17886 binding buffer-read-only to nil.
17887
17888 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17889
17890 * complete.el (partial-completion-mode):
17891 Mention completion-auto-help in the doc string.
17892
17893 * man.el (Man-highlight-references): Doc fix. Reformat code in a
17894 more Lisp-ish way.
17895
17896 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
17897
17898 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
17899 digits, not 8, to avoid misalignment for files larger than 100MB.
17900
17901 2005-11-19 Eli Zaretskii <eliz@gnu.org>
17902
17903 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
17904 Mention "keyboard shortcuts" in the help text.
17905
17906 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17907
17908 * startup.el (fancy-splash-default-action): Discard only
17909 mouse-down and succeeding mouse-up events in the splash screen
17910 window so that drag-n-drop event can be processed.
17911
17912 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
17913
17914 * longlines.el (longlines-mode): Add hacks for mail-mode and
17915 message-mode.
17916
17917 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
17918
17919 * textmodes/org.el (org-table-sort-lines): New command.
17920 (org-tbl-menu): Add entry for `org-table-sort-lines'.
17921 (org-add-file): Command removed, use `org-agenda-file-to-front'
17922 instead.
17923 (org-export-icalendar): Use `org-icalendar-combined-name'.
17924 (org-cycle-agenda-files, org-agenda-file-to-end)
17925 (org-agenda-file-to-front): New commands.
17926 (org-table-tab-jumps-over-hlines, org-export-html-style):
17927 New options.
17928 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
17929 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
17930 New functions.
17931 (org-fill-paragraph): Call `org-table-align' in tables.
17932 (org-mode): Call `org-set-autofill-regexps'.
17933 (org-export-as-html): Support for local handformatted lists.
17934 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
17935 (org-export-local-list-max-depth): New option.
17936 (org-html-expand): Use `org-html-protect'.
17937
17938 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
17939
17940 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
17941 to "p".
17942 (gdb): Move definition of gud-pp to...
17943
17944 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
17945 speedbar.
17946 (gdb-find-watch-expression): New function.
17947
17948 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17949
17950 * faces.el (face-attribute, set-face-attribute): Mention existence
17951 of `:ignore-defface' setting in docstring.
17952
17953 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
17954
17955 * simple.el (completion-setup-function): Fix last change.
17956
17957 2005-11-17 John Paul Wallington <jpw@pobox.com>
17958
17959 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
17960 Use `posn-set-point' instead of `mouse-set-point' because the
17961 latter is not fbound when configured without X.
17962
17963 * comint.el (comint-insert-input): Likewise.
17964
17965 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
17966
17967 * simple.el (hard-newline): New variable.
17968 (sendmail-user-agent-compose, next-line): Use it.
17969
17970 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
17971 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
17972 (mail-mail-reply-to, mail-mail-followup-to)
17973 (mail-position-on-field, mail-signature, mail-yank-original)
17974 (mail-attach-file): Likewise.
17975
17976 * mail/mailheader.el (mail-header-format)
17977 (mail-header-format-function): Likewise.
17978
17979 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
17980
17981 2005-11-17 Juri Linkov <juri@jurta.org>
17982
17983 * font-lock.el (font-lock-faces): Rename this defgroup from
17984 `font-lock-highlighting-faces'.
17985 (font-lock-comment-face, font-lock-comment-delimiter-face)
17986 (font-lock-string-face, font-lock-doc-face)
17987 (font-lock-keyword-face, font-lock-builtin-face)
17988 (font-lock-function-name-face, font-lock-variable-name-face)
17989 (font-lock-type-face, font-lock-constant-face)
17990 (font-lock-warning-face, font-lock-negation-char-face)
17991 (font-lock-preprocessor-face)
17992 (font-lock-regexp-grouping-backslash)
17993 (font-lock-regexp-grouping-construct): Rename :group from
17994 `font-lock-highlighting-faces' to `font-lock-faces'.
17995
17996 * cus-edit.el (lisp, c, tex):
17997 * progmodes/ada-mode.el (ada):
17998 * progmodes/asm-mode.el (asm):
17999 * progmodes/cperl-mode.el (cperl-faces):
18000 * progmodes/cpp.el (cpp):
18001 * progmodes/dcl-mode.el (dcl):
18002 * progmodes/f90.el (f90):
18003 * progmodes/fortran.el (fortran):
18004 * progmodes/icon.el (icon):
18005 * progmodes/idlwave.el (idlwave-misc):
18006 * progmodes/m4-mode.el (m4):
18007 * progmodes/make-mode.el (makefile):
18008 * progmodes/meta-mode.el (meta-font):
18009 * progmodes/modula2.el (modula2):
18010 * progmodes/octave-mod.el (octave):
18011 * progmodes/pascal.el (pascal):
18012 * progmodes/perl-mode.el (perl):
18013 * progmodes/prolog.el (prolog):
18014 * progmodes/ps-mode.el (PostScript-edit):
18015 * progmodes/scheme.el (scheme):
18016 * progmodes/sh-script.el (sh-script):
18017 * progmodes/simula.el (simula):
18018 * progmodes/tcl.el (tcl):
18019 * textmodes/nroff-mode.el (nroff):
18020 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18021 * textmodes/sgml-mode.el (sgml):
18022 * textmodes/texinfo.el (texinfo):
18023 Add :link (custom-group-link font-lock-faces) to defgroup.
18024
18025 * hi-lock.el (hi-lock): Rename this defgroup from
18026 `hi-lock-interactive-text-highlighting'. Change parent group from
18027 `faces' to `font-lock'. Add link to the manual.
18028 (hi-lock-mode, hi-lock-file-patterns-range)
18029 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18030 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18031 (hi-lock-faces): Add :group `faces'.
18032
18033 * cus-edit.el (custom-variable-prompt): Clarify the code.
18034
18035 * faces.el (face-read-string): Set the default value arg of
18036 completing-read.
18037
18038 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18039
18040 * rfn-eshadow.el (file-name-shadow-properties)
18041 (file-name-shadow-tty-properties, file-name-shadow-mode):
18042 Remove autoloads, because the file is now preloaded.
18043
18044 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18045
18046 * printing.el (easy-menu-intern): Don't define.
18047 (pr-get-symbol): Use easy-menu-intern only if defined.
18048
18049 * simple.el (blink-matching-open): Simplify a bit.
18050 (completion-setup-function): Fix the case of partial-completion-mode
18051 when the minibuffer's contents start with "-".
18052 Obey completion-base-size-function even when
18053 minibuffer-completing-file-name is non-nil.
18054
18055 2005-11-16 Richard M. Stallman <rms@gnu.org>
18056
18057 * net/eudcb-ph.el (eudc-ph-open-session):
18058 Use set-process-query-on-exit-flag.
18059
18060 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18061
18062 * international/ucs-tables.el (ucs-set-table-for-input):
18063 Use make-local-variable, not make-variable-buffer-local.
18064
18065 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18066 Improve warning message text.
18067
18068 * savehist.el (savehist-save-hook): Add :group.
18069
18070 * menu-bar.el (menu-bar-help-menu):
18071 Rename Find Extra Packages to External Packages.
18072
18073 * cus-edit.el (Custom-reset-standard): Verify that
18074 :custom-standard-value prop exists before calling it.
18075
18076 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18077
18078 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18079
18080 * wid-edit.el (color): Enclose %t in %{...%}.
18081
18082 * cus-edit.el (face): Enclose %t in %{...%}.
18083
18084 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18085
18086 * savehist.el (savehist-mode-hook): Re-add the var.
18087 (savehist-mode): Use it.
18088
18089 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18090
18091 * textmodes/flyspell.el: Fix commenting convention.
18092 Remove unnecessary leading * in custom docstrings.
18093 (flyspell-emacs): Remove unused var.
18094 (flyspell-delete-region-overlays): Use remove-overlays.
18095 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18096 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18097 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18098 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18099 (make-flyspell-overlay): Don't locally reuse a global name.
18100 (flyspell-highlight-incorrect-region)
18101 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18102 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18103 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18104 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18105 Wrap calls to accept-process-output inside with-local-quit since it's
18106 often called from a post-command-hook.
18107 (flyspell-correct-word, flyspell-auto-correct-word):
18108 Use ispell-send-string.
18109 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18110
18111 * calendar/diary-lib.el (diary-list-entries): Also hide the
18112 terminating newline.
18113
18114 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18115
18116 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18117 window-system, to allow fonts on tty.
18118
18119 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18120
18121 * progmodes/gud.el (gud-speedbar-item-info): New function.
18122 (gud-install-speedbar-variables): Use it to display data type
18123 of watch expression as a tooltip in speedbar.
18124
18125 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18126
18127 * font-core.el (global-font-lock-mode): Add :version keyword,
18128 because default was changed.
18129
18130 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18131
18132 * startup.el (command-line): Use `custom-reevaluate-setting' for
18133 `file-name-shadow-mode'.
18134
18135 * loadup.el: Preload rfn-eshadow.
18136
18137 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18138 Add :version keyword.
18139 (file-name-shadow-properties, file-name-shadow-tty-properties)
18140 (file-name-shadow): Add :version keyword.
18141
18142 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18143 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18144 in the custom-group property of the symbol frames and the fringe
18145 group got no link to its parent group frames.
18146 Doc fix.
18147
18148 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18149
18150 * progmodes/gud.el (gud-stop-subjob): New function.
18151 (gud-menu-map, gud-tool-bar-map): Use it.
18152
18153 2005-11-16 Kim F. Storm <storm@cua.dk>
18154
18155 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18156 than kill it.
18157 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18158 to a more useful/logical place.
18159
18160 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18161
18162 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18163 go buttons complementary.
18164
18165 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18166
18167 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18168 (rfn-eshadow-sifn-equal): New function.
18169 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18170
18171 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18172
18173 * viper-utils.el (viper-non-word-characters-reformed-vi):
18174 Quote `-' in string.
18175
18176 * viper.el (viper-emacs-state-mode-list): Ensure that
18177 rcirc-mode buffers come up in Emacs state.
18178
18179 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18180 operation.
18181
18182 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18183
18184 * term.el (term-termcap-format): Fix typos.
18185 (term-down): Fix the negative argument case.
18186
18187 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18188
18189 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18190 2005-08-15.
18191 (gdb-ann3): New command gud-go.
18192 (menu): Accomodate gdb-mi.el.
18193 (gdb-assembler-custom): Make buffer of selected window current
18194 so that set-window-point works.
18195
18196 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18197 buttons and include new ones.
18198
18199 2005-11-16 Kim F. Storm <storm@cua.dk>
18200
18201 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18202 (gud-menu-map): Use it.
18203
18204 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18205
18206 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18207 that works correctly for Custom and that does not override a user
18208 who disables it.
18209
18210 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18211 (help-xref-interned, help-follow): Make hyperlinks for variables
18212 that are unbound, but have a non-nil variable-documentation property.
18213
18214 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18215 mode hook. (It conflicted with defcustoms for some mode hooks.)
18216 Use the `variable-documentation' property to give the mode hook a
18217 docstring and expand that docstring.
18218
18219 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18220
18221 * savehist.el (savehist-mode): Don't bother with
18222 `custom-set-minor-mode'.
18223 (savehist-coding-system): Check XEmacs version.
18224 (history-length): Declare also at run time.
18225 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18226 Don't set the customize state.
18227 (savehist-minibuffer-hook): Special case for when
18228 minibuffer-history-variable is equal to t.
18229
18230 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18231
18232 * files.el (write-file): Refresh VC status.
18233
18234 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18235 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18236 than fundamental-mode to see if the mode was set.
18237
18238 2005-11-14 Romain Francoise <romain@orebokech.com>
18239
18240 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18241 dummy function in `eval-when-compile' to avoid compiler warning.
18242 Require `man' at compile time.
18243
18244 2005-11-14 Jay Belanger <belanger@truman.edu>
18245
18246 * calc-alg.el (calcFunc-write-out-power): Rename it to
18247 calcFunc-powerexpand.
18248 (math-write-out-power): Rename it to math-powerexpand; have it
18249 handle negative exponents.
18250 (calc-writeoutpower): Rename it to calc-powerexpand.
18251
18252 * calc-ext.el: Change calcFunc-writeoutpower and
18253 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18254 autoloads.
18255 Add calcFunc-ldiv to autoloads.
18256
18257 * calc-arith.el (calcFunc-ldiv): New function.
18258
18259 * calc.el (calc-left-divide): New function.
18260
18261 2005-11-14 Juri Linkov <juri@jurta.org>
18262
18263 * cus-edit.el (custom-variable-prompt): Set the default value arg
18264 of completing-read.
18265
18266 * cus-dep.el (custom-make-dependencies): Reverse the list of
18267 found dependencies.
18268
18269 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18270
18271 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18272 Highlighting" entry, it is on by default now.
18273 (menu-bar-options-save): Do not save global-font-lock-mode.
18274
18275 2005-11-13 Richard M. Stallman <rms@gnu.org>
18276
18277 * textmodes/flyspell.el (flyspell-large-region):
18278 Call flyspell-accept-buffer-local-defs.
18279
18280 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18281
18282 * textmodes/flyspell.el (flyspell-notify-misspell):
18283 Fix misspelling of "Misspelling".
18284 (flyspell-process-localwords): New function.
18285 (flyspell-large-region): Call flyspell-process-localwords and
18286 flyspell-delete-region-overlays.
18287 (flyspell-delete-region-overlays): New function.
18288 (flyspell-delete-all-overlays): Call that.
18289
18290 2005-11-13 Richard M. Stallman <rms@gnu.org>
18291
18292 * help.el (help-for-help-internal): Improve doc of C-h a.
18293 (describe-key): Improve prompt; doc fix.
18294
18295 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18296
18297 * vc-svn.el (vc-svn-registered): Catch all errors.
18298
18299 * cus-dep.el (custom-make-dependencies): Typo.
18300
18301 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18302
18303 * net/tramp-util.el (top): Fix compilation warning.
18304
18305 2005-11-13 Kim F. Storm <storm@cua.dk>
18306
18307 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18308
18309 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18310
18311 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18312 (gud-speedbar-buttons): Match on "const char *" too.
18313
18314 * progmodes/gdb-ui.el (gdb-var-create-handler)
18315 (gdb-var-list-children-handler): Match on "const char *" too.
18316 (gdb-var-evaluate-expression-handler): Match on empty string.
18317 (gdb-var-update-handler): Only call
18318 gdb-var-evaluate-expression-handler when required.
18319
18320 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18323 selected window. This still doesn't work for speedbar.
18324 (gud-speedbar-buttons): Handle string expressions properly.
18325
18326 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18327 (gdb-var-create-handler): Handle string expressions properly.
18328 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18329 Handle string expressions properly. Move "type" field into regexp.
18330
18331 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18332
18333 * bookmark.el (bookmark-maybe-message): New function to reduce
18334 code duplication: invokes `message' iff baud-rate is high enough.
18335 (bookmark-write-file): Use above instead of an inline conditional.
18336 (bookmark-load): Same.
18337
18338 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18339
18340 * bookmark.el (bookmark-write-file): Don't visit the destination
18341 file, just write the data to it using write-region. This is
18342 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18343 change to avoid visiting the file in the first place.
18344
18345 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18346
18347 * hi-lock.el (hi-lock-mode): Set the default value of
18348 font-lock-defaults.
18349
18350 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18351
18352 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18353 arg to `file-attributes'.
18354 (find-lisp-format): The UID and GID can now be strings.
18355
18356 2005-11-12 Kim F. Storm <storm@cua.dk>
18357
18358 * help.el (help-map): Bind C-h d to apropos-documentation.
18359
18360 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18361 when point is at end-of-buffer.
18362
18363 * apropos.el (apropos-match-face): Doc fix.
18364 (apropos-sort-by-scores): Add new choice `verbose'.
18365 (apropos-documentation-sort-by-scores): New defcustom.
18366 (apropos-pattern): Now contains the pattern entered by the user.
18367 (apropos-pattern-quoted): New defvar.
18368 (apropos-regexp): New defvar, containing the regexp corresponding
18369 to apropos-pattern.
18370 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18371 (apropos-read-pattern): New defun. Use it to read pattern arg in
18372 interactive calls; returns list of words for a word list, and
18373 string for a regexp.
18374 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18375 parses a list of words or regexp as returned by apropos-read-pattern.
18376 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18377 (apropos-score-doc): Return a very high score if the string
18378 entered by the user matches literally.
18379 (apropos-variable): Doc fix. Use apropos-read-pattern.
18380 (apropos-command): Doc fix. Use apropos-read-pattern and
18381 apropos-parse-pattern. Call apropos-print with nosubst=t.
18382 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18383 apropos-parse-pattern.
18384 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18385 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18386 apropos-documentation-sort-by-scores. Call apropos-print with
18387 nosubst=t.
18388 (apropos-documentation-internal): Pass doc string through
18389 substitute-key-definition before adding text properties.
18390 Highlight substring matching literal user input if possible.
18391 (apropos-documentation-check-doc-file): Remove locals beg and end.
18392 Fix calculation of score (as added twice). Pass doc string through
18393 substitute-key-definition before adding text properties.
18394 (apropos-documentation-check-elc-file): Pass doc string through
18395 substitute-key-definition before adding text properties.
18396 Highlight substring matching literal user input if possible.
18397 (apropos-print): Add new arg NOSUBST; if set, command and variable
18398 doc strings have already been passed through substitute-key-definition.
18399 Add code to handle apropos-accumulator items without score element
18400 for backwards compatibility (e.g. with woman package).
18401 Only show scores if apropos-sort-by-scores is `verbose'.
18402
18403 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18404
18405 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18406 Add jka-compr-load-suffixes to load-suffixes.
18407
18408 * jka-compr.el: Require jka-cmpr-hook.
18409 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18410 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18411 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18412 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18413 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18414 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18415 (jka-compr-uninstall): Remove entries from
18416 jka-compr-added-to-file-coding-system-alist after they are used.
18417 (jka-compr-error): Remove unused var `curbuf'.
18418 (jka-compr-file-local-copy): Remove unused var `notfound'.
18419
18420 2005-11-10 Romain Francoise <romain@orebokech.com>
18421
18422 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18423
18424 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18425
18426 * progmodes/gud.el (gud-menu-map): Move parentheses.
18427 (gdb): New command gud-pv.
18428
18429 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18430
18431 * tar-mode.el: Remove spurious or unnecessary leading stars
18432 in docstrings.
18433 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18434 (tar-parse-octal-integer-safe): Use mapc.
18435 (tar-header-block-summarize): Remove unused var `ck'.
18436 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18437 cleared before. Obey default-enable-multibyte-characters.
18438 Use mapconcat. Simplify setting of tar-header-offset.
18439 (tar-mode-map): Move initialization inside delcaration.
18440 (tar-flag-deleted): Use `abs'.
18441 (tar-expunge-internal): Remove unused var `line'.
18442 (tar-expunge-internal): Don't hardcode point-min==1.
18443 (tar-expunge): Widen while doing set-buffer-multibyte.
18444 (tar-rename-entry): Use file-name-coding-system.
18445 (tar-alter-one-field): Don't hardcode point-min==1.
18446 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18447 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18448
18449 2005-11-10 Masatake YAMATO <jet@gyve.org>
18450
18451 * add-log.el (add-log-current-defun): Handle class::method
18452 notation of c++. Fix incorrect comment.
18453
18454 2005-11-10 Alan Mackenzie <acm@muc.de>
18455
18456 * help-fns.el (describe-variable): Make C-h v work when a variable
18457 has variable documentation yet is unbound.
18458
18459 2005-11-10 Masatake YAMATO <jet@gyve.org>
18460
18461 * man.el (Man-highlight-references): Set an empty
18462 string to `Man-arguments' if it is nil.
18463 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18464
18465 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18468 commenting conventions.
18469
18470 * cus-dep.el (custom-make-dependencies): Simplify.
18471 Better follow the commenting conventions.
18472
18473 2005-11-09 Richard M. Stallman <rms@gnu.org>
18474
18475 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18476 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18477 All uses changed.
18478 (apropos-rewrite-regexp): Doc fix.
18479 (apropos-variable, apropos-command, apropos, apropos-value):
18480 Change prompt; carry through the argument renaming.
18481
18482 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18483
18484 * find-lisp.el: Require dired.
18485 (find-lisp-find-dired-internal): Do not call
18486 `abbreviate-file-name' on DIR.
18487
18488 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18489
18490 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18491
18492 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18493
18494 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18495 when using the speedbar.
18496 (gdb): New command gud-pp.
18497 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18498
18499 2005-11-09 Juri Linkov <juri@jurta.org>
18500
18501 * replace.el (occur-excluded-properties): New defcustom.
18502 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18503
18504 2005-11-08 Jay Belanger <belanger@truman.edu>
18505
18506 * calc/calc-units.el (math-convert-units): Replace any composite
18507 unit by its definition.
18508
18509 2005-11-08 Lars Hansen <larsh@soem.dk>
18510
18511 * emacs-lisp/autoload.el (update-directory-autoloads):
18512 Add obsolete function alias.
18513
18514 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18515
18516 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18517 comment-indent-function.
18518 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18519
18520 * reveal.el (reveal-post-command): Rework the handling of
18521 reveal-open-spots, so as to be more reliable. There were several
18522 tricky corner cases where an open spot might be lost, or where
18523 a closed spot might end up on the list of open spots.
18524 Only reveal text that's ellipsised.
18525
18526 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18527
18528 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18529
18530 2005-11-07 John Paul Wallington <jpw@gnu.org>
18531
18532 * ibuffer.el (ibuffer): Search iconified frames too when
18533 getting Ibuffer buffer's window.
18534
18535 2005-11-06 Richard M. Stallman <rms@gnu.org>
18536
18537 * progmodes/compile.el (compilation-internal-error-properties):
18538 save-excursion around the computation of MARKER.
18539
18540 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18541
18542 * textmodes/flyspell.el (flyspell-external-point-words):
18543 flyspell-get-word returns a list, not just a string.
18544
18545 2005-11-06 John Paul Wallington <jpw@pobox.com>
18546
18547 * ibuffer.el (ibuffer): Search all visible frames when getting
18548 Ibuffer buffer's window.
18549
18550 2005-11-07 Masatake YAMATO <jet@gyve.org>
18551
18552 * man.el (Man-reference-regexp): Accept spaces between
18553 `Man-name-regexp' and `Man-section-regexp'.
18554 (Man-apropos-regexp): New variable.
18555 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18556 if available.
18557 (Man-highlight-references, Man-highlight-references0):
18558 Handle the case when `Man-arguments' includes "-k".
18559 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18560 `TARGET'. `TARGET' can be a number, function or nil.
18561
18562 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18563
18564 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18565 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18566 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18567 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18568 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18569 (gdb-send-item): Use buffer-local-value and simplify.
18570
18571 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18572
18573 * startup.el (command-line): Use `custom-reevaluate-setting' for
18574 `global-font-lock-mode'.
18575
18576 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18577 by default, except in batch mode or when the -D option is given.
18578
18579 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18580 specified keyword args on to `define-minor-mode'. Update docstring.
18581
18582 2005-11-05 Romain Francoise <romain@orebokech.com>
18583
18584 * replace.el (occur-engine): Add marker at end of line, too.
18585
18586 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18587
18588 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18589 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18590 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18591 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18592 argument to all these routines, so the passphrase can be managed
18593 externally and passed in to the system.
18594 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18595 pgg-add-passphrase-to-cache function.
18596
18597 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18598 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18599 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18600 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18601 argument to all these routines, so the passphrase can be managed
18602 externally and passed in to the system.
18603 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18604 function.
18605
18606 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18607
18608 * font-lock.el: Don't deal with font-lock-face-attributes here,
18609 move the code ...
18610
18611 * startup.el (command-line): ... here. Use face-spec-set instead
18612 of custom-declare-face.
18613
18614 * faces.el (face-spec-set): Reset the face if spec is not nil.
18615
18616 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18617
18618 * newcomment.el (comment-region-internal): Box more tightly in the
18619 common case where there's no TAB in the boxed text.
18620
18621 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18622
18623 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18624 up-node.
18625
18626 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18627
18628 * newsticker.el: Commentary updated. Code formatting changed.
18629 (newsticker-version): Change to "1.9".
18630 (newsticker, newsticker-feed): Doc fix.
18631 (newsticker-url-list): Doc fix. Add option "Weekly".
18632 (newsticker-retrieval-interval): Add option "Weekly".
18633 (newsticker-headline-processing): Doc fix.
18634 (newsticker-auto-mark-filter): Remove.
18635 (newsticker-auto-mark-filter-list): New.
18636 (newsticker-layout, newsticker-sort-method): Doc fix.
18637 (newsticker-hide-old-items-in-newsticker-buffer)
18638 (newsticker-heading-format, newsticker-item-format)
18639 (newsticker-desc-format): Doc fix.
18640 (newsticker-show-all-rss-elements): Remove.
18641 (newsticker-show-all-news-elements): New.
18642 (newsticker-faces, newsticker-ticker): Doc fix.
18643 (remove-from-invisibility-spec): Code formatting.
18644 (newsticker--process-ids): New.
18645 (newsticker-mode): Doc fix.
18646 (newsticker-mode): Change mode-line-format.
18647 (newsticker-start): Remove debug output.
18648 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18649 (newsticker-w3m-show-inline-images): Code formatting.
18650 (newsticker-next-item): Call `force-mode-line-update'.
18651 (newsticker-previous-item): Call `force-mode-line-update'.
18652 (newsticker-next-feed): Call `force-mode-line-update'.
18653 (newsticker-previous-feed): Call `force-mode-line-update'.
18654 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18655 (newsticker-show-old-items): Do not show descs.
18656 (newsticker-hide-entry): Hide too much.
18657 (newsticker-hide-entry, newsticker-show-entry)
18658 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18659 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18660 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18661 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18662 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18663 (newsticker-get-news): Call `force-mode-line-update'.
18664 Collect process ids.
18665 (newsticker--sentinel): Change coding system handling.
18666 Move image retrieval to new functions newsticker--get-logo-url-*.
18667 Move feed parsing to new functions newsticker--parse-*.
18668 Update list of process ids.
18669 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18670 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18671 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18672 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18673 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18674 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18675 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18676 (newsticker--decode-coding-string): Remove.
18677 (newsticker--decode-numeric-entities): Check input. Format code.
18678 (newsticker--remove-whitespace): Check input.
18679 (newsticker--do-forget-preformatted): Doc fix.
18680 (newsticker--decode-rfc822-date): Allow for missing time.
18681 (newsticker--update-process-ids): New.
18682 (newsticker--image-sentinel): Change comment.
18683 (newsticker--image-read): Change error message.
18684 (newsticker--imenu-goto): Doc fix. Show headline title.
18685 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18686 (newsticker--buffer-do-insert-text): Clean whitespace in
18687 html-rendered headline title. Code formatting.
18688 Call `newsticker--buffer-print-extra-elements'.
18689 (newsticker--buffer-print-extra-element): Remove.
18690 (newsticker--buffer-print-extra-elements): New.
18691 (newsticker--buffer-do-print-extra-element): New.
18692 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18693 large sizes.
18694 (newsticker--run-auto-mark-filter)
18695 (newsticker--do-run-auto-mark-filter):
18696 Use `newsticker-auto-mark-filter-list'.
18697
18698 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18699
18700 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18701 (rcirc-print): Force redisplay before running hooks. Do long
18702 buffer truncation after making new text read-only. Deal with nil
18703 text when decoding strings. If TARGET is nil, use either the
18704 currently selected buffer, if it is an rcirc buffer and of the
18705 same process or the process buffer.
18706 (rcirc-mode): Remove header-line. Recompute short buffer names.
18707 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18708 (rcirc-short-buffer-name): Add variable.
18709 (rcirc-kill-buffer-hook): Recompute short buffer names.
18710 Remove nick from private channel.
18711 (rcirc-send-input): Send command text to current-buffer.
18712 Don't clear overlay arrow here.
18713 (rcirc-short-buffer-name): Return a short buffer name.
18714 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18715 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18716 buffer-name abbreviations.
18717 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18718 Do not touch nick-table when killing a parted channel.
18719 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18720 Clear arrow from current buffer if it is now hidden.
18721 (rcirc-current-buffer): Add variable.
18722 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18723 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18724 Remove -face from names.
18725 (rcirc-update-activity-string): Print "DND" when globally ignoring
18726 activity.
18727 (rcirc-ignore-buffer-activity-flag): Rename from
18728 rcirc-ignore-channel-activity.
18729 (rcirc-ignore-all-activity-flag): Doc fix.
18730 (rcirc-channels): Remove variable.
18731 (rcirc-kill-buffer-hook):
18732 (rcirc-get-buffer-create): Add nick to private channel.
18733 (rcirc-multiline-edit-submit): Remove tabs.
18734 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18735 folded.
18736 (rcirc-remove-nick-channel): Bug fix.
18737 (rcirc-toggle-ignore-buffer-activity): Rename from
18738 rcirc-toggle-ignore-channel-activity.
18739 (rcirc-record-activity): Add buffers to the front of the list.
18740 (rcirc-update-activity): Remove killed buffers from list.
18741 (rcirc-process-server-response-1): Remove last argument if it is
18742 null before calling handler.
18743 (rcirc): Add "rcirc" defcustom prefix.
18744 (rcirc-prompt): Simplify default prompt.
18745 Use custom-initialize-default.
18746 (rcirc-private-chats): Remove variable.
18747 (rcirc-prompt): Change initialization.
18748 (rcirc-version): Remove function.
18749 (rcirc-id-string): Add constant.
18750 (rcirc-last-buffer): Remove variable.
18751 (rcirc-buffer-alist): Add variable.
18752 (rcirc-connect): Update variable setup.
18753 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18754 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18755 default.
18756 (rcirc-handler-generic): Trigger activity.
18757 (rcirc-send-message): Create the buffor of the target.
18758 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18759 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18760 (rcirc-multiline-edit-cancel): Remove function.
18761 (rcirc-set-last-buffer): Remove function.
18762 (rcirc-get-any-buffer): Add function.
18763 (rcirc-join-channels): Don't print /join text.
18764 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18765 messages.
18766 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18767 (rcirc-handler-NOTICE): Recognize CTCP responses.
18768 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18769 constructing TOPIC string for buffers we are not JOINed.
18770 (rcirc-handler-CTCP-response): Add handler.
18771 (rcirc-multiline-edit-submit): Restore the window-configuration
18772 before adjusting point.
18773 (rcirc): Add customization group.
18774 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18775 (rcirc-user-full-name, rcirc-startup-channels-alist)
18776 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18777 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18778 (rcirc-input-ring-size, rcirc-read-only-flag)
18779 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18780 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18781 Change defvar to defcustom.
18782 (rcirc-update-prompt): Add optional ALL arg, which will update
18783 prompts in all rcirc buffers. Regexp quote replacement text.
18784 (rcirc-fill-column): Accept frame-width as a value.
18785 (rcirc-set-changed): Add function.
18786 (rcirc-next-active-buffer): Write more meaningful messages.
18787 (rcirc-faces): Add customization group.
18788 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18789 (rcirc-nick-in-message-face, rcirc-prompt-face)
18790 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18791 (with-rcirc-process-buffer): Move before first usage.
18792 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18793 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18794 (rcirc-debug): Rename from `rcirc-log'.
18795 (rcirc-format-response-string): Do not print `-' chars for a
18796 NOTICE with no sender. Simplify output of server responses.
18797
18798 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18799
18800 (rcirc-browse-url-map, rcirc-browse-url-at-point)
18801 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
18802 Make urls mouse and RET clickable.
18803
18804 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
18805
18806 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
18807
18808 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18809
18810 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18811 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18812 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18813 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18814 argument to all these routines, so the passphrase can be managed
18815 externally and passed in to the system.
18816 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18817 pgg-add-passphrase-to-cache function.
18818
18819 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18820 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18821 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18822 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18823 argument to all these routines, so the passphrase can be managed
18824 externally and passed in to the system.
18825 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18826 function.
18827
18828 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
18829
18830 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
18831 from goto-address-url-regexp.
18832
18833 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
18834
18835 * textmodes/org.el (org-read-date, org-goto-calendar)
18836 (org-recenter-calendar, org-agenda-goto-calendar):
18837 Temporarily clear `calendar-move-hook'.
18838
18839 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
18840
18841 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
18842 merging.
18843
18844 * ediff-util.el (ediff-previous-difference): Don't skip regions that
18845 have merge clashes.
18846
18847 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18848
18849 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18850 Undo previous change.
18851
18852 * startup.el (command-line): Use `custom-reevaluate-setting' for
18853 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
18854 tty-register-default-colors on Mac.
18855
18856 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18857
18858 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
18859 (gdb-buffer-type): Make it automatically buffer local...
18860 (gdb-get-create-buffer): ...and set it accordingly.
18861 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
18862 actually work.
18863
18864 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
18865
18866 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
18867 not red.
18868
18869 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
18870
18871 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
18872 case GUD buffer is not visible.
18873 (gdb-goto-breakpoint): Try to force display in source buffer.
18874 (gdb-frame-gdb-buffer): Copy other similar functions.
18875 (gdb-restore-windows): Don't display source if not asked for.
18876 (gdb-assembler-buffer-name): Don't capitalise.
18877
18878 2005-11-03 Richard M. Stallman <rms@gnu.org>
18879
18880 * wid-edit.el (key-sequence): New widget type.
18881
18882 * simple.el (set-mark-command-repeat-pop): New variable.
18883 (set-mark-command): Only interpret plan C-@ after a pop as a pop
18884 if set-mark-command-repeat-pop is true.
18885
18886 * info.el (Info-fontify-node): Don't display extra "see" if there
18887 already is one here.
18888
18889 * mouse.el: Fix special handling of DEL after dragging a region:
18890 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
18891 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
18892
18893 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
18894
18895 * textmodes/ispell.el (ispell-command-loop): Change `i' description
18896 not to assume it pertains to an affix.
18897
18898 * textmodes/flyspell.el (flyspell-post-command-hook):
18899 Bind deactivate-mark to prevent deactivation.
18900
18901 2005-11-03 Lars Hansen <larsh@soem.dk>
18902
18903 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
18904 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
18905 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
18906
18907 2005-11-03 Romain Francoise <romain@orebokech.com>
18908
18909 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
18910 Update copyright years.
18911
18912 2005-11-03 Sam Steingold <sds@gnu.org>
18913
18914 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18915 Use system-type instead of window-system because window-system is not
18916 correctly defined during loadup.
18917
18918 2005-11-02 Mark A. Hershberger <mah@everybody.org>
18919
18920 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
18921 (xml-parse-tag): Join strings separated by a comment properly.
18922
18923 2005-11-02 Andreas Schwab <schwab@suse.de>
18924
18925 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
18926
18927 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
18928
18929 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
18930 (byte-optimize-pure-func): Quote the eval'd value.
18931
18932 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
18933 Rename from perl-font-lock-syntactic-face-function.
18934 Change the calling convention so it can be used as a font-lock MATCHER.
18935 Do the parse-partial-sexp loop outselves.
18936 (perl-font-lock-syntactic-keywords): Use it.
18937 (perl-mode): Don't set font-lock-syntactic-face-function any more.
18938
18939 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
18940
18941 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
18942 disassembly buffer too.
18943 (gdb-exited): Remove overlay arrows when execution has finished.
18944 (gdb-info-frames-custom, gdb-info-threads-custom)
18945 (gdb-info-registers-custom): Don't add inappropriate text
18946 properties if inferior is not active.
18947
18948 2005-11-02 Glenn Morris <rgm@gnu.org>
18949
18950 * progmodes/fortran.el (fortran-blink-match):
18951 Use `blink-matching-delay'.
18952
18953 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
18954
18955 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
18956
18957 2005-11-02 Lars Hansen <larsh@soem.dk>
18958
18959 * net/tramp.el (tramp-action-out-of-band): Handle scp message
18960 "Permission denied".
18961
18962 2005-11-01 Richard M. Stallman <rms@gnu.org>
18963
18964 * textmodes/flyspell.el (flyspell-external-point-words):
18965 Pass nil to flyspell-get-word.
18966
18967 2005-11-02 Kim F. Storm <storm@cua.dk>
18968
18969 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
18970 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
18971
18972 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
18973
18974 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
18975 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
18976 (calendar-mouse-print-dates): Add optional `event' argument.
18977 Update interactive-spec.
18978 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
18979 Use `calendar-event-to-date' instead of `event'.
18980
18981 2005-11-02 Masatake YAMATO <jet@gyve.org>
18982
18983 * progmodes/ld-script.el (ld-script-builtins):
18984 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
18985 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
18986 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
18987
18988 2005-11-01 Romain Francoise <romain@orebokech.com>
18989
18990 * vc-sccs.el: Update copyright year.
18991 * ezimage.el: Likewise.
18992
18993 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
18994
18995 * info.el (Info-fontify-node): Use `string-width' for fontifying
18996 underlined titles.
18997
18998 2005-11-01 Juri Linkov <juri@jurta.org>
18999
19000 * info.el (Info-fontify-node): Downcase node header keywords Node,
19001 Prev, Next, Up before comparison.
19002 (Info-history): Insert absolute directory name, and put invisible
19003 property on it.
19004
19005 2005-11-01 Juri Linkov <juri@jurta.org>
19006
19007 * info.el (Info-file-supports-index-cookies): New variable.
19008 (Info-find-node-2): Check makeinfo version for index cookie support.
19009 (Info-index-nodes): Search for nodes with index cookies only when
19010 Info-file-supports-index-cookies is t. Otherwise, search nodes
19011 with "Index" in the node name.
19012 (Info-index-node): Search index cookie in the current node only when
19013 Info-file-supports-index-cookies is t. Otherwise, check the word
19014 "Index" in the node name.
19015 (Info-find-emacs-command-nodes): Remove code that searches nodes
19016 with "Index" node name in the top menu.
19017
19018 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19019
19020 * progmodes/scheme.el (scheme-mode-variables): Use the default
19021 comment-indent-function.
19022
19023 * faces.el (face-attribute): Handle the case where a face inherits from
19024 a non-existent face.
19025
19026 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19027 for octal and hexa output, and merge the char into the paren.
19028 (kill-new): Use push.
19029 (copy-to-buffer): Use with-current-buffer.
19030 (completion-setup-function): Move code in loop to remove redundancy.
19031 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19032 those inherited from minibuffer-local-completion-map.
19033
19034 * savehist.el (savehist-mode) <defcustom>:
19035 Use custom-set-minor-mode if available.
19036 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19037 and emit a message if applicable.
19038
19039 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19040
19041 * savehist.el: Sync up to version 19.
19042 (savehist-mode): New minor mode.
19043 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19044 (savehist-length): Remove (use history-length instead).
19045 (savehist-file-modes): Rename from savehist-modes.
19046 (savehist-save-hook, savehist-loaded): New vars.
19047 (savehist-load): Use savehist-mode. Try to smooth up transition from
19048 old format to new format.
19049 (savehist-install): Allow savehist-autosave-interval to be nil.
19050 (savehist-save): Run the new hook. Be more careful to only trim the
19051 history variables.
19052 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19053 (savehist-printable): Print into a buffer rather than char-by-char.
19054
19055 2005-11-01 John Wiegley <johnw@newartisans.com>
19056
19057 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19058 toggle-ignore keybinding (C-a). The author said it had been
19059 disabled much earlier due to a possible incompatibility, but after
19060 many months of usage I have encountered no problems (and it is a
19061 rather useful option, especially for switching to " *temp*").
19062
19063 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19064 support for OS/X's AddressBook, by calling out to the open source
19065 program "contacts" (installable through Fink).
19066
19067 * net/eudc.el (eudc-expand-inline): If the
19068 `eudc-multiple-match-handling-method' is set to `all', delete the
19069 query string before inserting the query result.
19070
19071 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19072 flag, to prevent Eshell from using the system ls when
19073 `eshell-ls-insert-directory' is in used.
19074 (eshell-ls-insert-directory): Disable font-lock in directory
19075 buffer so that Eshell's own fontification is seen. This broke
19076 recently due to changes in font-lock, so this goes back to version
19077 21 behavior.
19078
19079 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19080
19081 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19082 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19083 (gdb-many-windows): Doc fix.
19084
19085 2005-10-31 Romain Francoise <romain@orebokech.com>
19086
19087 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19088
19089 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19090
19091 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19092 that global-font-lock-mode can be enabled by default.
19093
19094 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19095 (font-lock-add-keywords, font-lock-remove-keywords)
19096 (font-lock-fontify-buffer): Remove autoload cookies.
19097
19098 * jit-lock.el (jit-lock-register): Likewise.
19099
19100 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19101
19102 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19103
19104 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19105 intact if there is no gud-comint-buffer.
19106
19107 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19108
19109 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19110 old prompt comint-prompt-read-only is t and GDB commands are
19111 issued from tool bar etc.
19112
19113 2005-10-31 Masatake YAMATO <jet@gyve.org>
19114
19115 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19116
19117 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19118
19119 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19120 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19121
19122 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19123
19124 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19125 starting at beginning of line. Fontification is messed up when
19126 `open-paren-in-column-0-is-defun-start' set to t.
19127 Reported by John Paul Wallington <jpw@pobox.com>.
19128
19129 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19130
19131 * comint.el (comint-send-input): Call `comint-update-fence' when
19132 `comint-process-echoes' and `comint-prompt-read-only' are both
19133 non-nil, to avoid leftover read-only newline.
19134
19135 2005-10-30 Richard M. Stallman <rms@gnu.org>
19136
19137 * textmodes/flyspell.el (flyspell-external-point-words):
19138 Detect when WORD can't be checked properly because
19139 flyspell-get-word finds just part of it, and move on.
19140
19141 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19142 boundarychar for Polish.
19143 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19144 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19145
19146 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19147
19148 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19149 (gdb-registers-font-lock-keywords): Delete.
19150 (gdb-registers-mode): Don't fontify.
19151 (gdb-info-registers-custom): Use text properties instead as, in
19152 future, changed register values will use font-lock-warning-face.
19153 (gdb-local-font-lock-keywords): Rename to...
19154 (gdb-locals-font-lock-keywords): ...for consistency.
19155
19156 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19157
19158 * vc.el (vc-switch-backend): Better error message if the buffer is
19159 not visiting a file under version control.
19160
19161 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19162
19163 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19164
19165 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19166 ~/.emacs.d/.emacs.
19167
19168 2005-10-29 Richard M. Stallman <rms@gnu.org>
19169
19170 * replace.el (occur-mode-mouse-goto): Always go to other window.
19171 (occur-mode-goto-occurrence): Always switch in same window.
19172
19173 * simple.el (undo): Display message at end, not at start.
19174
19175 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19176 New arg REUSE-CELL.
19177 (cancel-timer-internal): New function.
19178 (timer-event-handler): Use cancel-timer-internal,
19179 and pass the cell it returns to timer-activate...
19180
19181 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19182 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19183 (jit-lock-after-change): Test memory-full.
19184
19185 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19186
19187 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19188 part of the decoded armor to find the key-identifier.
19189 (pgg-gpg-lookup-key-owner): New function to return the
19190 human-readable identifier of a key owner.
19191 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19192 key itself.
19193 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19194 the key value) if we have a key and can match it against a secret
19195 key. Also, added a note pointing out fact that the prompt only
19196 indicates the first matching key.
19197
19198 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19199 pgg-decrypt-region.
19200 (pgg-pending-timers): A new hash for tracking the passphrase cache
19201 timers, so that new ones supercede old ones.
19202 (pgg-add-passphrase-to-cache): Rename from
19203 `pgg-add-passphrase-cache' to reduce confusion (all callers
19204 changed). Modified to cancel old timers when new ones are added.
19205 (pgg-remove-passphrase-from-cache): Rename from
19206 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19207 changed). Modified to cancel old timers when their keys are
19208 removed from the cache.
19209 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19210 XEmacs, an indirection to delete-itimer.
19211 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19212 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19213 users can only check cache without risk of prompting. Correct bug in
19214 notruncate behavior.
19215 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19216 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19217 Add informative docstrings.
19218 (pgg-decrypt): Convey provided passphrase in subordinate call to
19219 pgg-decrypt-region.
19220
19221 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19222 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19223 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19224 `passphrase' argument, so the passphrase can be managed externally
19225 and then passed in to the system.
19226
19227 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19228 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19229 so the passphrase cache can be used reliably with identifiers
19230 besides a pgp packet's key id.
19231
19232 * pgg-gpg.el (pgg-pgp-encrypt-region)
19233 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19234 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19235 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19236 argument to all these routines, so the passphrase can be managed
19237 externally and passed in to the system.
19238
19239 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19240 `notruncate' argument, so the passphrase cache can be used
19241 reliably with identifiers besides a pgp packet's key id.
19242
19243 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19244
19245 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19246 symmetric encryption.
19247 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19248 encrypted session key.
19249 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19250 message ask for the passphrase in a proper way.
19251
19252 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19253 New user commands for symmetric encryption.
19254
19255 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19256
19257 * textmodes/conf-mode.el (conf-assignment-sign)
19258 (conf-assignment-regexp): Fix docstrings.
19259 (conf-mode-initialize): New function.
19260 (conf-mode): Remove optional args. Use delay-mode-hooks to
19261 recognize recursive calls.
19262 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19263 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19264 (conf-xdefaults-mode): Use define-derived-mode and
19265 conf-mode-initialize.
19266
19267 2005-10-29 Romain Francoise <romain@orebokech.com>
19268
19269 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19270
19271 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19272
19273 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19274 part of the decoded armor to find the key-identifier.
19275 (pgg-gpg-lookup-key-owner): New function to return the
19276 human-readable identifier of a key owner.
19277 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19278 key itself.
19279 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19280 the key value) if we have a key and can match it against a secret
19281 key. Also, added a note pointing out fact that the prompt only
19282 indicates the first matching key.
19283
19284 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19285 pgg-decrypt-region.
19286 (pgg-pending-timers): A new hash for tracking the passphrase cache
19287 timers, so that new ones supercede old ones.
19288 (pgg-add-passphrase-to-cache): Rename from
19289 `pgg-add-passphrase-cache' to reduce confusion (all callers
19290 changed). Modified to cancel old timers when new ones are added.
19291 (pgg-remove-passphrase-from-cache): Rename from
19292 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19293 changed). Modified to cancel old timers when their keys are
19294 removed from the cache.
19295 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19296 XEmacs, an indirection to delete-itimer.
19297 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19298 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19299 users can only check cache without risk of prompting. Correct bug in
19300 notruncate behavior.
19301 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19302 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19303 Add informative docstrings.
19304 (pgg-decrypt): Convey provided passphrase in subordinate call to
19305 pgg-decrypt-region.
19306
19307 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19308
19309 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19310 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19311 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19312 `passphrase' argument, so the passphrase can be managed externally
19313 and then passed in to the system.
19314
19315 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19316 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19317 so the passphrase cache can be used reliably with identifiers
19318 besides a pgp packet's key id.
19319
19320 * pgg-gpg.el (pgg-pgp-encrypt-region)
19321 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19322 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19323 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19324 argument to all these routines, so the passphrase can be managed
19325 externally and passed in to the system.
19326
19327 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19328 `notruncate' argument, so the passphrase cache can be used
19329 reliably with identifiers besides a pgp packet's key id.
19330
19331 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19332
19333 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19334 symmetric encryption.
19335 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19336 encrypted session key.
19337 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19338 message ask for the passphrase in a proper way.
19339
19340 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19341 New user commands for symmetric encryption.
19342
19343 2005-10-28 Bill Wohler <wohler@newt.com>
19344
19345 * help-mode.el (help-url): New button type. Calls browse-url.
19346 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19347 Similar to Info nodes: URL `url'.
19348 (help-make-xrefs): Create help-url buttons for
19349 help-xref-url-regexp matches.
19350
19351 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19352
19353 * tool-bar.el (tool-bar-add-item-from-menu)
19354 (tool-bar-local-item-from-menu): Fix doc strings.
19355
19356 2005-10-28 Romain Francoise <romain@orebokech.com>
19357
19358 * ldefs-boot.el: Update.
19359
19360 * subr.el (locate-library): Move from help-fns.el.
19361 * help-fns.el (locate-library): Move to subr.el.
19362
19363 2005-10-28 Richard M. Stallman <rms@gnu.org>
19364
19365 * net/tramp.el (tramp-completion-mode): defvar moved up.
19366
19367 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19368
19369 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19370
19371 * files.el (find-file-noselect): Use %d to format large file size.
19372
19373 * bindings.el (mode-line-format): Add %e.
19374
19375 * loadup.el ("facemenu"): Load unconditionally.
19376 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19377 ("x-dnd"): Load, when appropriate.
19378
19379 * startup.el (command-line): Call before-init-hook earlier.
19380 Warn about some bad characters in -u user name.
19381
19382 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19383 (flyspell-external-point-words): Error if misspelled word is not found.
19384 Set flyspell-large-region-beg at end of word.
19385
19386 2005-10-28 Andreas Schwab <schwab@suse.de>
19387
19388 * view.el (View-revert-buffer-scroll-page-forward):
19389 Use view-page-size-default.
19390
19391 2005-10-28 Juri Linkov <juri@jurta.org>
19392
19393 * international/quail.el (quail-get-current-str): Translate last
19394 raw character for deterministic input methods.
19395
19396 2005-10-27 Jay Belanger <belanger@truman.edu>
19397
19398 * calc/calc-ext.el: Add functions to autoloads.
19399 (math-identity-matrix-p, math-ident-row-p): New functions.
19400
19401 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19402 multiplication by an identity matrix; don't turn multiplication by
19403 an inverse matrix into division.
19404 (math-div-symbol-fancy): Replace division by matrices with
19405 multiplication by inverse.
19406
19407 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19408
19409 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19410 (calc-writeoutpower): New functions.
19411
19412 2005-10-27 Romain Francoise <romain@orebokech.com>
19413
19414 * replace.el (occur-engine): Include colon in mouse-face highlight.
19415
19416 * dired-x.el: Change Maintainer field.
19417
19418 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19419
19420 * longlines.el (longlines-mode): Bind after-change-functions to
19421 nil during initial decoding and final encoding.
19422
19423 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19424
19425 * term.el (term-emulate-terminal, term-handle-colors-array)
19426 (term-handle-ansi-escape): Specify the terminfo capabilities
19427 implemented.
19428
19429 2005-10-26 Richard M. Stallman <rms@gnu.org>
19430
19431 * info.el (Info-fontify-node): Fix detection of sentence-break
19432 before *Note.
19433
19434 2005-10-26 Romain Francoise <romain@orebokech.com>
19435
19436 * smerge-mode.el: Add `tools' to file keywords.
19437
19438 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19439
19440 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19441 when the fringe is not available.
19442
19443 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19444 (def-gdb-auto-update-trigger): Simplify construction.
19445 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19446 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19447 defined explicitly.
19448 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19449 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19450 defined explicitly.
19451 (gdb-info-locals-custom): Remove as it's a no-op.
19452
19453 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19454
19455 * longlines.el (longlines-mode): Remove narrowing before
19456 performing the initial decoding or final encoding.
19457
19458 2005-10-25 Romain Francoise <romain@orebokech.com>
19459
19460 * emacs-lisp/find-func.el (find-library-name): Also strip
19461 extension if library name ends in .el, to take advantage of
19462 `find-library-suffixes'.
19463
19464 2005-10-25 Richard M. Stallman <rms@gnu.org>
19465
19466 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19467
19468 2005-10-25 Juri Linkov <juri@jurta.org>
19469
19470 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19471 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19472
19473 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19474
19475 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19476 (blackbox-redefine-key): Add argument `map'.
19477
19478 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19479 regions when moving the jit-lock-context-unfontify-pos boundary.
19480
19481 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19482
19483 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19484
19485 2005-10-25 Masatake YAMATO <jet@gyve.org>
19486
19487 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19488
19489 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19490
19491 * play/blackbox.el (blackbox-redefine-key): New function.
19492 (blackbox-mode-map): Use it to remap existing bindings for cursor
19493 motion instead of binding literal keys.
19494
19495 2005-10-25 Glenn Morris <rgm@gnu.org>
19496
19497 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19498 diary does not end in a newline. Do not assume a blank line at
19499 the start of the diary file.
19500
19501 2005-10-25 Kenichi Handa <handa@m17n.org>
19502
19503 * international/quail.el (quail-translate-key): If the input
19504 method is deterministic and failed to handle the last key, restart
19505 the key handling loop from an appropriate key.
19506
19507 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19508
19509 * vc.el (vc-dired-mode): Extend comment for binding of
19510 `directory-listing-before-filename-regexp'.
19511
19512 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * textmodes/texinfo.el (texinfo-mode):
19515 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19516 not to unnecessarily expose emacs-mule's internal char codes.
19517
19518 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19519
19520 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19521 Display hand pointer and help-echo on disabled icon too.
19522 (gdb-mouse-until): New function.
19523 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19524
19525 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19526
19527 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19528 with 2005-10-23 change to doctor.el.
19529
19530 * finder.el (finder-mode-map): Add follow-link binding.
19531
19532 2005-10-25 Kim F. Storm <storm@cua.dk>
19533
19534 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19535 to gdb-mouse-toggle-breakpoint-fringe.
19536 (gdb-mouse-toggle-breakpoint-margin): Rename from
19537 gdb-mouse-toggle-breakpoint. Fix doc.
19538 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19539 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19540 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19541 string properties also for fringe breakpoint bitmaps.
19542
19543 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19544
19545 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19546
19547 2005-10-25 Masatake YAMATO <jet@gyve.org>
19548
19549 * simple.el (completion-common-substring):
19550 Use `completion-common-substring' prior to `completion-base-size'.
19551
19552 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19553
19554 * savehist.el: Require CL while compiling.
19555 (savehist-history-variables): Remove.
19556 (savehist-save-minibuffer-history, savehist-additional-variables)
19557 (savehist-minibuffer-history-variables): New vars.
19558 (savehist-save): Use them.
19559 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19560 (savehist-install): New fun, extracted from savehist-load.
19561 (savehist-load): Use them.
19562
19563 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19564
19565 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19566 a dummy doc-string-elt property.
19567 (defalias, defvaralias, define-category): Add a docstring property.
19568
19569 * image.el (defimage):
19570 * widget.el (define-widget):
19571 * custom.el (defface, defcustom): Add `doc-string' declaration.
19572
19573 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19574 (defadvice): Add `doc-string' declaration.
19575
19576 * emacs-lisp/byte-run.el (macro-declaration-function):
19577 Handle `doc-string' declarations.
19578 (define-obsolete-function-alias, define-obsolete-variable-alias):
19579 Add `doc-string' declaration.
19580
19581 2005-10-24 Kenichi Handa <handa@m17n.org>
19582
19583 * international/utf-7.el (utf-7): Add autoload cookie.
19584
19585 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19586
19587 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19588
19589 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19590 list of directories passed to batch-update-autoloads. Add "." to
19591 the list of the echoed directories.
19592
19593 * pgg-def.el:
19594 * pgg-gpg.el:
19595 * pgg-parse.el:
19596 * pgg-pgp.el:
19597 * pgg-pgp5.el:
19598 * pgg.el: Moved here from the gnus subdirectory.
19599
19600 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19601
19602 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19603 in case comint-prompt-read-only is set to t.
19604
19605 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19606 in case comint-prompt-read-only is set to t.
19607
19608 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19609
19610 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19611 Now a string.
19612 (icalendar-import-format): Handle CLASS, STATUS, URL.
19613 Rename `subject' to `summary'.
19614 (icalendar-import-format-summary): Rename from
19615 `icalendar-import-format-subject'.
19616 (icalendar-import-format-url, icalendar-import-format-status)
19617 (icalendar-import-format-class): New variables.
19618 (icalendar--rris): Take variable argument list.
19619 (icalendar--datestring-to-isodate): Remove unnecessary
19620 calendar-style check when converting dates with explicit month names.
19621 (icalendar-export-region): Change return type of conversion
19622 subroutines. Bury current buffer unless error occurred.
19623 (icalendar--convert-to-ical)
19624 (icalendar--parse-summary-and-rest): New functions.
19625 (icalendar--convert-ordinary-to-ical)
19626 (icalendar--convert-weekly-to-ical)
19627 (icalendar--convert-yearly-to-ical)
19628 (icalendar--convert-block-to-ical)
19629 (icalendar--convert-cyclic-to-ical)
19630 (icalendar--convert-anniversary-to-ical): Change return type.
19631 Strip trailing blanks from subject.
19632 (icalendar--convert-sexp-to-ical): Change return type.
19633 Strip trailing blanks from subject. Handle simple sexp
19634 entries as generated by icalendar.el.
19635 (icalendar--convert-float-to-ical)
19636 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19637 (icalendar-import-file): Doc fix.
19638 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19639 Correct call to icalendar--rris.
19640 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19641 `summary'.
19642 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19643
19644 2005-10-24 Romain Francoise <romain@orebokech.com>
19645
19646 * server.el (server-sentinel): Set query-on-exit flag to nil on
19647 new client processes (it isn't inherited from the server process).
19648
19649 * replace.el (occur-engine): Rearrange text properties.
19650
19651 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19652
19653 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19654 case-fold-search is nil.
19655 (debug-help-follow): Use help-xref-interned directly.
19656
19657 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19658
19659 * thumbs.el (thumbs-image-type): Add .pbm.
19660
19661 2005-10-23 Richard M. Stallman <rms@gnu.org>
19662
19663 * faces.el (inhibit-face-set-after-frame-default): New variable.
19664 (set-face-attribute): Bind it.
19665 (face-set-after-frame-default): Test it.
19666
19667 * help-fns.el (describe-simplify-lib-file-name): New function.
19668 (describe-function-1, describe-variable): Use it.
19669
19670 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19671
19672 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19673 Eliminate nil as possible value.
19674 (tooltip-hide-delay): Reduce internal-border-width.
19675
19676 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19677 (menu-bar-file-menu) <new-file>: Likewise.
19678
19679 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19680
19681 * international/mule.el (load-with-code-conversion):
19682 Pass full file name to `eval-buffer' unless preloading.
19683
19684 * textmodes/flyspell.el (flyspell-large-region):
19685 Call ispell-check-version.
19686
19687 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19688 Fix the make-variable-buffer-local call that was supposed
19689 to be for this variable.
19690 (ispell-aspell-supports-utf8): Doc fix.
19691 (ispell-find-aspell-dictionaries): Preserve elements of
19692 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19693 (ispell-aspell-find-dictionary): Return nil on error.
19694
19695 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19696 (doctor-symptoms): Likewise.
19697
19698 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19699
19700 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19701
19702 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19703 (custom-raised-buttons): Add :set spec.
19704 (custom-button-unraised, custom-button-pressed-unraised):
19705 New faces, so that custom-raised-buttons actually does something.
19706 (custom-mode): Use custom-button and custom-button-pressed.
19707
19708 * wid-edit.el (widget-specify-button): Don't ignore
19709 widget-mouse-face on graphic terminals.
19710 (widget-move-and-invoke): Cleanup.
19711
19712 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19713
19714 * whitespace.el (whitespace-cleanup): Doc fix.
19715
19716 2005-10-23 Romain Francoise <romain@orebokech.com>
19717
19718 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19719 `eval-after-load' to avoid evaluating their result.
19720
19721 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19722
19723 * files.el (directory-listing-before-filename-regexp):
19724 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19725
19726 * dired.el (dired-move-to-filename-regexp): Remove.
19727 All occurences replaced by `directory-listing-before-filename-regexp'.
19728
19729 * dired-x.el, locate.el, vc.el:
19730 Replace `dired-move-to-filename-regexp' by
19731 `directory-listing-before-filename-regexp'. In vc.el it is
19732 overwritten locally; maybe this can be handled in files.el too.
19733
19734 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19735 replaced by `directory-listing-before-filename-regexp'.
19736
19737 2005-10-23 Andreas Schwab <schwab@suse.de>
19738
19739 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19740 and eval-next-after-load.
19741
19742 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19743
19744 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19745 exist, create it.
19746
19747 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19748
19749 * allout.el: Remove autoloads for mailcrypt and crypt++.
19750 Require pgg, pgg-gpg during compilation.
19751 (allout-version): Increment version number to 2.1, and use a literal
19752 rather than RCS Id.
19753 (allout-default-encryption-scheme): Remove.
19754 (allout-passphrase-verifier-handling)
19755 (allout-passphrase-verifier-string)
19756 (allout-file-passphrase-verifier-string)
19757 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19758 (allout-passphrase-hint-handling): Rename and simplify.
19759 (allout-init): Use `find-file-hook' if available, otherwise
19760 `find-file-hooks'.
19761 (allout-mode): Use `write-file-functions' if available, otherwise
19762 `local-write-file-hooks' and, instead of making auto-save-hook
19763 buffer local, make the write-file-hook activity contingent to
19764 allout-mode.
19765 (allout-mode): Use key-binding substitution in the docstring.
19766 (allout-kill-line): Spell-out kill ring data structure mutation
19767 instead of using byte-compiler-complaint-provoking `pop'.
19768 (allout-insert-listified): Use `insert' rather than `insert-string'
19769 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19770 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19771 (allout-encrypt-string): Totally revamped vis new underlying
19772 encryption facilities.
19773 (allout-mc-activate-passwd): Remove.
19774 (allout-obtain-passphrase): New, more or less replaces
19775 allout-mc-activate-passwd.
19776 (allout-encrypted-key-info): More or less replaces
19777 allout-encrypted-text-type.
19778 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19779 (my-mark-marker): Use `(featurep 'xemacs)'.
19780
19781 2005-10-23 Lars Hansen <larsh@soem.dk>
19782
19783 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19784 (byte-compile-file-form-defmumble, byte-compile-defun)
19785 (byte-compile-defmacro): Use it.
19786 (byte-compile-form): Don't call byte-compile-set-symbol-position
19787 when a byte-compile handler is called.
19788
19789 2005-10-22 Romain Francoise <romain@orebokech.com>
19790
19791 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19792
19793 * subr.el (eval-after-load): Convert library name to an absolute
19794 file name using locate-library, since load-history no longer has
19795 library names in it.
19796
19797 2005-10-22 Richard M. Stallman <rms@gnu.org>
19798
19799 * files.el (make-temp-file): Move from subr.el.
19800 * subr.el (make-temp-file): Move to files.el.
19801
19802 * window.el (get-buffer-window-list): Move from subr.el.
19803 * subr.el (get-buffer-window-list): Move to window.el.
19804
19805 * image.el (image-load-path): Use eval-at-startup to initialize.
19806
19807 * subr.el (eval-at-startup): New macro.
19808
19809 * subr.el: Much rearrangement of functions and division
19810 into pages. No code changes.
19811
19812 2005-10-22 Kenichi Handa <handa@m17n.org>
19813
19814 * tar-mode.el (tar-extract): Be sure to call
19815 find-operation-coding-system if set-auto-coding doesn't find a
19816 coding system.
19817
19818 2005-10-22 Kim F. Storm <storm@cua.dk>
19819
19820 * image.el (image-type-header-regexps): Rename from image-type-regexps.
19821 Change users.
19822 (image-type-file-name-regexps): New defconst.
19823 (image-type-from-data): Simplify loop.
19824 (image-type-from-buffer): New defun.
19825 (image-type-from-file-header): Use it instead of image-type-from-data.
19826 Use image-search-load-path instead of only looking in data-directory.
19827 (image-type-from-file-name): New defun.
19828 (image-search-load-path): Change `pathname' to `filename'.
19829 Make PATH arg optional, default to image-load-path.
19830
19831 2005-10-21 Richard M. Stallman <rms@gnu.org>
19832
19833 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
19834
19835 * textmodes/paragraphs.el (sentence-end-base): New variable.
19836 (sentence-end): Use sentence-end-base.
19837
19838 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19839
19840 * font-lock.el (font-lock-default-fontify-region): Check the multiline
19841 property independently from the font-lock-multiline variable.
19842
19843 2005-10-21 Richard M. Stallman <rms@gnu.org>
19844
19845 * emacs-lisp/find-func.el (find-library-name): Doc fix.
19846
19847 * startup.el (command-line): Convert library names
19848 in `load-history' to absolute file names.
19849
19850 * subr.el (symbol-file): Doc fix.
19851
19852 * loadhist.el (file-loadhist-lookup): Call locate-library
19853 instead of find-library-name. Don't try converting
19854 abs file names to library names, since load-history no longer
19855 has library names in it.
19856 (file-dependents, file-provides, file-requires): Doc fixes.
19857
19858 2005-10-21 Juri Linkov <juri@jurta.org>
19859
19860 * progmodes/etags.el (tags-table-mode): New function.
19861 (tags-verify-table): Replace initialize-new-tags-table with
19862 tags-table-mode.
19863
19864 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
19865 default value.
19866 (desktop-modes-not-to-save): Add tags-table-mode to the
19867 default value.
19868
19869 * info.el (Info-index-next): Add total number of index
19870 alternatives to the message.
19871
19872 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
19873 backward only space (instead of space and period) before looking
19874 at sentence end.
19875
19876 * simple.el (set-variable): Use user-variable-p instead of symbolp.
19877 Add the old variable value as 4th default-value arg of read-string.
19878
19879 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19880
19881 * cus-face.el (custom-declare-face): Make face from X resources
19882 also on Mac.
19883
19884 * disp-table.el (standard-display-g1, standard-display-graphic):
19885 Refuse to use string glyphs also on Mac.
19886 (standard-display-european): Don't set terminal coding system also
19887 on Mac.
19888
19889 * frame.el (display-screens): Use x-display-screens also on Mac.
19890
19891 2005-10-21 Romain Francoise <romain@orebokech.com>
19892
19893 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
19894
19895 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
19896
19897 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
19898 and $? into sexps.
19899
19900 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
19901 warning face on open-paren-in-column-0.
19902
19903 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
19904 boundary case. Fix typo.
19905 Suggested by Martin Rudalics <rudalics@gmx.at>.
19906
19907 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
19908
19909 * textmodes/org.el (org-combined-agenda-icalendar-file)
19910 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
19911 (org-export-icalendar-this-file)
19912 (org-export-icalendar-all-agenda-files)
19913 (org-export-icalendar-combine-agenda-files): New commands.
19914 (org-export-icalendar, org-print-icalendar-entries)
19915 (org-start-icalendar-file, org-finish-icalendar-file)
19916 (org-ical-ts-to-string): New functions.
19917 (org-read-date, org-goto-calendar)
19918 (org-agenda-goto-calendar): Inhibit displaying diary entries by
19919 call to `calendar'.
19920 (orgtbl-setup): Remove the :keys arguments from the menu description.
19921 (org-after-save-iCalendar-file-hook): New variable.
19922
19923 2005-10-21 Kenichi Handa <handa@m17n.org>
19924
19925 * language/vietnamese.el (tcvn-5712): Make it an alias of
19926 vietnamese-tcvn coding-system.
19927
19928 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
19929
19930 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
19931 group id is given.
19932
19933 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19934
19935 * progmodes/sh-script.el (sh-escaped-line-re): New var.
19936 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
19937 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
19938 whose line is either continued or ends with a comment.
19939
19940 2005-10-20 Romain Francoise <romain@orebokech.com>
19941
19942 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
19943
19944 * replace.el (occur-engine): Add follow-link property.
19945
19946 * font-core.el (font-lock-mode): Doc fix.
19947
19948 2005-10-20 Richard M. Stallman <rms@gnu.org>
19949
19950 * net/rcirc.el: New file.
19951
19952 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
19953
19954 * term.el (term-term-name): Initialize to "eterm-color".
19955
19956 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
19957
19958 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
19959 for encryption functionality.
19960 Move allout customization subgroup from `editing' to `outlines' group.
19961 Fix commentary keywords to legitimate ones.
19962 Update author info (using my current email address, obscurified).
19963 (allout-encrypt-string, allout-encryption-produce-work-buffer)
19964 (allout-encrypted-topic-p, allout-encrypted-text-type)
19965 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
19966 (allout-situate-encryption-key-verifier)
19967 (allout-get-encryption-key-verifier, allout-verify-key)
19968 (allout-next-topic-pending-encryption)
19969 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
19970 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
19971 (outline-key-verifier-handling, outline-key-hint-handling)
19972 (outline-encrypt-unencrypted-on-saves): New defcustoms.
19973 (allout-file-key-verifier-string, allout-encryption-scheme)
19974 (allout-key-verifier-string, allout-key-hint-string)
19975 (allout-after-save-decrypt): New variables.
19976 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
19977 (allout-after-saves-handler): New hook functions.
19978 (allout-post-command-business): Do allout-after-save-decrypt.
19979 (allout-enable-file-variable-adjustment): Custom var to enable
19980 mechanism for adding and adjusting settings of Emacs file variables.
19981 (allout-adjust-file-variable, allout-file-vars-section-data):
19982 New functions, implement the mechanism.
19983 (outlineify-sticky): Use the file vars mechanism.
19984 (allout-inhibit-protection, allout-during-write-cue)
19985 (allout-override-protect, allout-before-change-protect): Remove.
19986 (allout-flag-region, allout-open-topic): Adjust read-only text.
19987 (allout-open-line-not-read-only): Add to facilitate read-only
19988 text based protection.
19989 (allout-kill-line): Revise to adjust read-only text, clue the
19990 user about the inhibition.
19991 (allout-unprotected): Use unwind-protect.
19992 (allout-shift-in, allout-shift-out): Disallow manually shifting a
19993 topic deeper than the offspring depth of the previous topic -
19994 avoiding confusing "containment discontinuities".
19995 (allout-reindent-bodies): Fix retention of body relative hanging
19996 indent during promotion of collapsed bodies.
19997 (allout-open-topic): Make it easy to open new topic with same
19998 bullet as current topic - topic creation functions provided with
19999 any universal argument provokes now prompt for bullet, defaulting
20000 to the bullet of the previous topic.
20001 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20002 Plain bullet alternates `.' period and `,' comma only. All other
20003 bullets are relegated to special status (but customizable).
20004 (allout-end-of-entry): Rename from allout-end-of-current-entry
20005 since it actually operates w.r.t. most immediately containing
20006 entry, visible or not.
20007 (allout-hide-current-entry, allout-show-current-entry): Use the
20008 revised version.
20009 (allout-old-expose-topic): Solidify deprecation.
20010 (allout-end-of-subtree): Add so we can span concealed as well
20011 as visible topics.
20012 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20013 (allout-end-of-current-heading): Tweak to just respect the first line.
20014 (allout-get-body-text): Add.
20015 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20016 when invoked interactively.
20017 (allout-up-current-level): Use `interactive-p'.
20018 (allout-mode, allout-init): Miscellaneous docstring and
20019 operational refinements, as well as hookups of new encryption stuff.
20020 (allout-beginning-of-current-entry): Now works as advertised.
20021 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20022 (allout-isearch-rectification): Refine condition for isearching.
20023 (allout-isearch-abort, allout-enwrap-isearch)
20024 (allout-flag-region, my-region-active-p): Relocate some macros.
20025 (allout-title): Fallback title is (buffer-name), not
20026 non-existing (current-buffer-name).
20027 (subst-char-in-string): Define if absent (for some XEmacs versions).
20028
20029 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20030
20031 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20032 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20033 (mail-citation-prefix-regexp, mail-signature-file)
20034 (mail-default-headers, mail-bury-selects-summary)
20035 (mail-send-nonascii): Add autoload cookies.
20036
20037 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20038
20039 * frame.el (blink-cursor-mode): Add `mac' to the list of
20040 window-system's that support blinking cursor.
20041
20042 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20043
20044 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20045
20046 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20047
20048 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20049 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20050 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20051
20052 2005-10-20 Kim F. Storm <storm@cua.dk>
20053
20054 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20055 (ido-set-current-directory): Don't add / after final @.
20056 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20057 Explicitly handle ange-ftp completion oddities.
20058 (ido-make-file-list): Don't rotate list at tramp root to avoid
20059 triggering tramp file handler for expand-file-name via get-file-buffer.
20060
20061 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20062
20063 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20064
20065 2005-10-19 Jay Belanger <belanger@truman.edu>
20066
20067 * calc/calc-units.el (math-standard-units): Add units, adjust
20068 symbols and update values.
20069 (math-unit-prefixes): Add more prefixes.
20070
20071 2005-10-19 Romain Francoise <romain@orebokech.com>
20072
20073 * bookmark.el (bookmark-menu-heading): New face.
20074 (bookmark-bmenu-list): Use it.
20075 Don't fiddle with `baud-rate' at top-level.
20076
20077 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20078
20079 * image.el (create-image, find-image): Mention max-image-size in
20080 docstring.
20081
20082 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20083
20084 * savehist.el (savehist-load): Revert to checking XEmacs.
20085
20086 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20087 Various docstring and line-width fixups.
20088 (conf-mode): Use cond.
20089 Set font-lock-defaults. Don't set comment-use-syntax.
20090
20091 2005-10-18 David Ponce <david@dponce.com>
20092
20093 * tree-widget.el (tree-widget-button-click): New function.
20094 (tree-widget-button-keymap): Use it.
20095
20096 2005-10-18 Romain Francoise <romain@orebokech.com>
20097
20098 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20099 (bookmark-bmenu-hide-filenames): Add follow-link property.
20100 Improve help-echo text.
20101
20102 * ffap.el (find-file-at-point): Doc fix.
20103
20104 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20105
20106 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20107
20108 2005-10-18 Masatake YAMATO <jet@gyve.org>
20109
20110 Install to the CVS repository what I forgot to install in my
20111 2005-10-16 changes.
20112
20113 * progmodes/python.el (python-complete-symbol): Pass the common
20114 prefix substring of completion to `display-completion-list'.
20115
20116 * textmodes/org.el (org-complete): Ditto.
20117
20118 2005-10-18 Masatake YAMATO <jet@gyve.org>
20119
20120 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20121
20122 * woman.el (WoMan-xref-man-page): New button type derived
20123 from `Man-abstract-xref-man-page'.
20124 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20125
20126 * man.el (Man-abstract-xref-man-page): New button type.
20127 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20128 (Man-highlight-references): Add new optional argument `xref-man-type'.
20129
20130 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20131
20132 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20133
20134 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20135
20136 * cus-edit.el (Custom-move-and-invoke): Delete.
20137 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20138
20139 * wid-edit.el (widget-move-and-invoke): New function, from
20140 Custom-move-and-invoke.
20141
20142 2005-10-17 Bill Wohler <wohler@newt.com>
20143
20144 Move all remaining images from lisp/toolbar to etc/images, move
20145 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20146 the low resolution images in their own directory (low-color).
20147
20148 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20149 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20150 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20151 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20152 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20153 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20154 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20155
20156 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20157 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20158 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20159 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20160 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20161 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20162 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20163 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20164 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20165 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20166 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20167 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20168 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20169 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20170 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20171
20172 To conform with convention, replace the underscore (_) in the
20173 following image names with dash (-) or (/) as appropriate.
20174
20175 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20176 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20177 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20178 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20179 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20180 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20181 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20182 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20183 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20184 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20185 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20186 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20187 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20188 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20189 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20190
20191 * info.el (info-tool-bar-map): Replace underscores in image names
20192 with dashes.
20193
20194 * makefile.w32-in (WINS): Remove toolbar.
20195
20196 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20197
20198 * tool-bar.el: Move to lisp from toolbar. Now that
20199 toolbar is empty, it should be deleted when folks run "cvs up -P".
20200
20201 2005-10-18 Jay Belanger <belanger@truman.edu>
20202
20203 * calc/calc-store.el (calc-store-into): Get the proper variable name
20204 to display in message.
20205
20206 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20207
20208 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20209 expressions display in speedbar for all buffers when debugging.
20210 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20211
20212 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20213 (speedbar-insert-button, speedbar-make-button):
20214 Use add-text-properties.
20215 (speedbar-update-localized-contents)
20216 (speedbar-update-directory-contents)
20217 (speedbar-update-special-contents): Use dolist.
20218 (speedbar-buffer-easymenu-definition): Add a menu separator.
20219
20220 2005-10-17 Jason Rumney <jasonr@gnu.org>
20221
20222 * makefile.w32-in: Use $(lisp) consistently.
20223 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20224 for shell specific generation of mh-autoloads.
20225
20226 2005-10-17 Richard M. Stallman <rms@gnu.org>
20227
20228 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20229
20230 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20231
20232 * jit-lock.el (jit-lock-fontify-now):
20233 Move jit-lock-context-unfontify-pos to avoid wasted work.
20234
20235 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20236
20237 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20238 `tramp-completion-mode' for checking if we are in completion mode.
20239 (tramp-completion-handle-file-name-all-completions): Reorder code
20240 in order to complete for file names only in case there are no
20241 method/user/host completions. This is necessary for cooperation
20242 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20243
20244 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20245
20246 * longlines.el (longlines-search-forward)
20247 (longlines-search-backward): Match any number of spaces.
20248
20249 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20250
20251 * diff-mode.el (diff-mode): Doc fix.
20252
20253 2005-10-16 David Reitter <david.reitter@gmail.com>
20254
20255 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20256 as default on darwin and windows systems.
20257
20258 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20259
20260 * arc-mode.el (archive-zip-extract): Doc fix.
20261
20262 2005-10-16 Romain Francoise <romain@orebokech.com>
20263
20264 * mouse.el (mouse-1-click-follows-link): Doc fix.
20265
20266 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20267
20268 * savehist.el: Don't require CL at runtime.
20269 (savehist-xemacs): Remove.
20270 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20271 (savehist-no-conversion): Use (featurep 'xemacs).
20272 (savehist-load): Check existence of start-itimer rather than XEmacs.
20273 Use an idle timer.
20274 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20275 `delete-if-not'.
20276
20277 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20278
20279 * savehist.el: Newer version.
20280 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20281 (savehist-last-checksum, savehist-no-conversion): New vars.
20282 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20283 New functions.
20284 (savehist-load, savehist-save): Use them.
20285 (savehist-delimit): Remove.
20286
20287 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20288
20289 * progmodes/compile.el (compilation-goto-locus): Display the
20290 compilation buffer first and the source buffer second, in case they're
20291 in overlapping frames. Don't raise the compilation frame if it was the
20292 selected window upon entry. Pass the `other-window' arg to
20293 pop-to-buffer.
20294
20295 * info.el (Info-fontify-node): Use dolist.
20296 Change add-text-properties to put-text-property.
20297
20298 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20299
20300 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20301 bound of search.
20302
20303 2005-10-16 Masatake YAMATO <jet@gyve.org>
20304
20305 * dabbrev.el (dabbrev-completion): Pass the common
20306 prefix substring of completion to `display-completion-list'.
20307
20308 * filecache.el (file-cache-minibuffer-complete)
20309 (file-cache-complete): Ditto.
20310
20311 * tempo.el (tempo-display-completions): Ditto.
20312
20313 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20314
20315 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20316
20317 * eshell/em-hist.el (eshell-list-history): Ditto.
20318
20319 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20320
20321 * mail/mailalias.el (mail-complete): Ditto.
20322
20323 * progmodes/etags.el (complete-tag): Ditto.
20324
20325 * progmodes/make-mode.el (makefile-complete): Ditto.
20326
20327 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20328
20329 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20330
20331 * progmodes/pascal.el (pascal-complete-word)
20332 (pascal-show-completions): Ditto.
20333
20334 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20335
20336 * simple.el (completion-common-substring): New variable.
20337 (completion-setup-function): Use `completion-common-substring'
20338 to put faces.
20339
20340 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20341
20342 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20343 (x-get-selection, mac-select-convert-to-string): Convert from/to
20344 UTF-16 clipboard data as in native byte order, no BOM.
20345
20346 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20347
20348 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20349 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20350 (gud-sentinel): Use speedbar-frame to check for speedbar.
20351
20352 2005-10-15 Richard M. Stallman <rms@gnu.org>
20353
20354 * savehist.el: New file.
20355
20356 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20357
20358 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20359 Fix bug in \bf fontification.
20360
20361 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20362
20363 * pcvs.el (cvs-edit-log-files): New var.
20364 (cvs-mode-edit-log): New arg `file'.
20365 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20366 Instead force the use of the original file and nothing else.
20367 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20368 the cvs-minor-wrap-function is set.
20369 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20370
20371 2005-10-14 Bill Wohler <wohler@newt.com>
20372
20373 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20374 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20375 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20376 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20377 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20378 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20379 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20380 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20381 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20382 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20383 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20384 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20385 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20386 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20387 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20388
20389 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20390 appropriately (for example, gud-break to gud/break).
20391
20392 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20393
20394 * longlines.el (longlinges-search-function)
20395 (longlines-search-forward, longlines-search-backward): New functions.
20396 (longlines-mode): Set isearch-search-fun-function to
20397 longlinges-search-function.
20398
20399 * mouse.el (mouse-drag-region-1): Handle the case where a
20400 double-click event is bound to an arbitrary function.
20401
20402 2005-10-14 David Ponce <david@dponce.com>
20403
20404 * recentf.el (recentf-track-opened-file)
20405 (recentf-track-closed-file, recentf-update-menu)
20406 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20407 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20408 mouse-1-click-follows-link.
20409
20410 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20411
20412 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20413 Gnome file-manager.png. Suggested by
20414 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20415
20416 * toolbar/README: Add diropen.xpm.
20417
20418 2005-10-13 Bill Wohler <wohler@newt.com>
20419
20420 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20421 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20422
20423 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20424
20425 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20426 Don't waste the byte-compiler's time on constant data.
20427
20428 2005-10-13 Kenichi Handa <handa@m17n.org>
20429
20430 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20431 byte with `escape-glyph' face.
20432
20433 * international/fontset.el (ccl-encode-unicode-font):
20434 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20435 Handle the case that ucs-mule-to-mule-unicode translates a character to
20436 ASCII (usually for IPA characters).
20437
20438 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20439
20440 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20441 Don't hide the underline of titles if font-lock-mode is disabled.
20442
20443 2005-10-12 Bill Wohler <wohler@newt.com>
20444
20445 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20446 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20447 files in MH-E-SRC have been updated.
20448 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20449
20450 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20451
20452 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20453 (mixal-mode-syntax-table): Add \n as end-comment.
20454 (mixal-operation-codes-alist): Immediately initialize to full value.
20455 (mixal-add-operation-code): Remove.
20456 (mixal-describe-operation-code): Make the arg non-optional.
20457 Use the interactive spec instead.
20458 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20459 (mixal-font-lock-keywords): Don't highlight comments here any more.
20460 (mixal-font-lock-syntactic-keywords): New var.
20461 (mixal-mode): Use it. Fix comment-start-skip.
20462
20463 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20464
20465 * startup.el (command-line-x-option-alist): -nb => -nbi
20466
20467 2005-10-12 Kim F. Storm <storm@cua.dk>
20468
20469 * startup.el (fancy-splash-default-action): Discard mouse click in
20470 the splash screen window, as it has no sensible meaning in the
20471 next window to be selected. Fixes error reported by Jan D.
20472
20473 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20474
20475 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20476
20477 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20478
20479 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20480 Try to fix up minor layout issues like indentation, line break, etc...
20481 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20482 because it doesn't work.
20483 (mixal-operation-codes): Add some more codes.
20484 (mixal-font-lock-keywords): Process comments here.
20485 (mixal-mode): mixasm no longer needs -g option.
20486
20487 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20488
20489 * progmodes/sh-script.el (sh-tmp-file):
20490 Use mktemp -t. Finish support for es and rc shells.
20491
20492 2005-10-11 Jay Belanger <belanger@truman.edu>
20493
20494 * calc/calcalg2.el (calc-integral): With an argument, compute the
20495 definite integral.
20496
20497 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20498
20499 * mouse.el (mouse-drag-region-1): Don't try to catch a
20500 double-click when doing follow-link (it's overridden anyway).
20501
20502 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20503
20504 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20505 (autoload-print-form-outbuf): Add docstring.
20506
20507 2005-10-11 Juri Linkov <juri@jurta.org>
20508
20509 * info.el (Info-mode-menu): Delete menu item "Edit".
20510 (Info-mode): Delete description of Info-edit from docstring,
20511 and rearrange descriptions of Info commands in the order
20512 they are documented in the Info manual.
20513
20514 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20515
20516 * calendar/appt.el (appt-check): Use diary-selective-display var.
20517
20518 2005-10-10 Richard M. Stallman <rms@gnu.org>
20519
20520 * net/newsticker.el (newsticker-start, newsticker-show-news):
20521 Add autoload cookies.
20522
20523 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20524
20525 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20526
20527 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20528
20529 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20530
20531 2005-10-10 Jay Belanger <belanger@truman.edu>
20532
20533 * calc/calc-arith.el (math-check-known-scalarp)
20534 (math-check-known-matrixp): Check the values of arguments that are
20535 variables.
20536 (math-check-known-square-matrixp): New function.
20537 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20538 (math-super-types): Add sqmatrix type.
20539
20540 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20541 mode name `square' to `sqmatrix'.
20542
20543 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20544 mode name `square' to `sqmatrix'.
20545
20546 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20547
20548 * progmodes/etags.el (select-tags-table-mode): Don't use
20549 selective-display.
20550 (tags-select-tags-table): Pass `button' to the action function.
20551 (select-tags-table): Place the side-info on button properties rather
20552 than in hidden text. Abbreviate file names.
20553 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20554 (select-tags-table-select): Add `button' argument.
20555 Get side-info from the button property rather than from hidden text.
20556
20557 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20558
20559 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20560 (gud-speedbar-buttons): Preserve point if possible.
20561 (gud-sentinel): Restore previous speedbar display type.
20562
20563 * progmodes/gdb-ui.el (gdba): Improve diagram.
20564 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20565 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20566 Call get-buffer-window once.
20567
20568 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20569
20570 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20571 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20572 (pascal-indent-command): Remove unused var `ind'.
20573 (pascal-indent-case): Remove unused var `oldpos'.
20574 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20575 since it's now used as a proper minor mode map.
20576 (pascal-outline): Rename to pascal-outline-mode.
20577 (pascal-outline-mode): Use define-minor-mode.
20578 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20579 selective-display.
20580
20581 2005-10-10 Andreas Schwab <schwab@suse.de>
20582
20583 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20584 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20585
20586 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20587 outside source directory.
20588
20589 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20590
20591 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20592 C-x' as a prefix.
20593 (orgtbl-mode-map): Full keymap instead of sparse, because all
20594 `self-insert-command' keys are redefined in this map.
20595 (org-export-as-html): Specify charset for HTML file, by taking it
20596 from the coding system.
20597
20598 2005-10-10 Kenichi Handa <handa@m17n.org>
20599
20600 * textmodes/flyspell.el (flyspell-check-word-p):
20601 If unread-command-events is non-empty, don't call sit-for.
20602
20603 2005-10-09 Richard M. Stallman <rms@gnu.org>
20604
20605 * font-lock.el (font-lock-syntactic-keywords)
20606 (font-lock-keywords): Doc fixes.
20607
20608 * textmodes/flyspell.el (flyspell-external-point-words):
20609 Simplify logic, and don't try to check for consecutive appearances
20610 of one incorrect word.
20611
20612 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20613
20614 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20615 separator.
20616
20617 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20618 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20619 (gud-expansion-speedbar-buttons): New function.
20620 (gud-speedbar-buttons): Check for gud-comint-buffer.
20621
20622 2005-10-09 Bill Wohler <wohler@newt.com>
20623
20624 * Makefile.in (updates): Add mh-loaddefs dependency.
20625
20626 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20627
20628 * speedbar.el (speedbar-file-key-map): Fix typo.
20629
20630 2005-10-09 Daniel Brockman <daniel@brockman.se>
20631
20632 * cus-start.el (line-spacing): Add custom spec.
20633
20634 2005-10-09 Romain Francoise <romain@orebokech.com>
20635
20636 * textmodes/ispell.el (ispell-check-version): Fix last change.
20637
20638 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20639
20640 * term/x-win.el: Remove -i, --icon-type from comment.
20641
20642 * startup.el (command-line-x-option-alist): Remove options -i,
20643 -itype, --icon-type, added -nb, --no-bitmap-icon
20644
20645 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20646
20647 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20648 instead of :active.
20649
20650 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20651
20652 * textmodes/ispell.el (ispell-check-version):
20653 Ignore hyphen, and all that follows, in aspell's version text.
20654
20655 2005-10-08 Jay Belanger <belanger@truman.edu>
20656
20657 * calc/calc-arith.el (math-known-square-matrixp): New function.
20658 (math-pow-fancy): Check for matrices before distributing exponent
20659 across products.
20660
20661 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20662 fullscreen keypad. Suggested by Luc Teirlinck.
20663 (calc-keypad-show-input): Add space for formatting.
20664
20665 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20666 Add square matrix option.
20667
20668 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20669 of checking calc-matrix-mode when deciding how to expand.
20670
20671 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20672
20673 2005-10-08 Lars Hansen <larsh@soem.dk>
20674
20675 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20676 Add error handling.
20677 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20678
20679 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20680
20681 Sync with Tramp 2.0.51.
20682
20683 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20684 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20685 Insert special handling for `last-coding-system-used', again
20686 it still seems to be necessary (unlike stated before).
20687 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20688 (tramp-password-prompt-regexp): There might be other words before
20689 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20690 (tramp-chunksize): Improve docstring.
20691 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20692 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20693 Christian Joergensen <bugs@razor.dk>.
20694
20695 2005-10-07 Glenn Morris <rgm@gnu.org>
20696
20697 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20698 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20699 precision'.
20700
20701 2005-10-07 Romain Francoise <romain@orebokech.com>
20702
20703 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20704 (ibuffer-do-shell-command-pipe-replace)
20705 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20706 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20707 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20708 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20709 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20710 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20711 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20712 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20713 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20714 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20715 Autoload file sans suffix.
20716
20717 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20718
20719 2005-10-07 David Ponce <david@dponce.com>
20720
20721 * recentf.el (recentf-menu-open-all-flag): New option.
20722 (recentf-digit-shortcut-command-name): New function.
20723 (recentf--shortcuts-keymap): New variable.
20724 (recentf-menu-shortcuts): New variable.
20725 (recentf-make-menu-items): Initialize it. Replace the "More..."
20726 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20727 (recentf-menu-value-shortcut): New function.
20728 (recentf-make-menu-item): Use it. No more in-lined.
20729 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20730 (recentf-open-most-recent-file): Rename from
20731 `recentf-open-file-with-key'. Don't depend on key binding.
20732 (recentf-mode-map): New variable.
20733 (recentf-mode): Use it.
20734
20735 2005-10-06 Bill Wohler <wohler@newt.com>
20736
20737 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20738
20739 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20740 (MH-E-SRC): New. Used by mh-autoloads.
20741 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20742 files in MH-E-SRC have been updated.
20743 (compile, recompile, bootstrap): Depend on mh-autoloads.
20744
20745 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20746
20747 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20748 gud-break and gud-remove icons when the fringe is not available.
20749
20750 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20751 Typo.
20752
20753 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20754
20755 * play/zone.el (zone): Wrap body with save-window-excursion.
20756
20757 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20758
20759 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20760 Use the new `list-only' arg to diary-list-entries.
20761
20762 * calendar/diary-lib.el: Use overlays rather than selective-display.
20763 (diary-selective-display): New var.
20764 (diary-header-line-format): Use it.
20765 (diary-list-entries): Add argument `list-only'.
20766 Put the buffer in diary-mode. Don't add \^M at beg and end.
20767 Replace \^M by invisible overlays.
20768 (diary-unhide-everything): Replace \^M by invisible overlays.
20769 (print-diary-entries): Look for overlays rather than \^M.
20770 Add a space to the temp buffer name.
20771 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20772 Put the buffer in diary-mode.
20773 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20774 (diary-anniversary): Make the year arg optional.
20775 (diary-time-regexp): New const.
20776 (diary-font-lock-keywords): Use it to accept a few more time formats.
20777
20778 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20779
20780 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20781
20782 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20783 Fix bug introduced 2005-07-03: Use (car (last ...))
20784 to faithfully reproduce replaced artist-last.
20785 (artist-set-arrow-points-for-poly): Likewise.
20786 Suggested by Johan Bockg\e,Ae\e(Brd.
20787
20788 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20789
20790 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20791 * wid-edit.el (widget):
20792 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20793 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20794
20795 2005-10-06 Kenichi Handa <handa@m17n.org>
20796
20797 * international/mule-cmds.el (set-language-environment):
20798 Fix setting up of case-table for unibyte mode.
20799
20800 * simple.el (what-cursor-position): If the character is displayed
20801 by some `display' text property, show that. Don't use
20802 single-key-description for eight-bit characters in multibyte mode.
20803
20804 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
20805
20806 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
20807 (gdb-ann3): Set it.
20808 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
20809 (gdb-info-frames-custom): Use inverse-video for first five
20810 characters of selected frame only.
20811 (gdb-get-frame-number): Select frame even when point is on frame
20812 number.
20813
20814 2005-10-06 Masatake YAMATO <jet@gyve.org>
20815
20816 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20817 Put `font-lock-function-name-face'.
20818 (gdb-info-frames-custom): Put `font-lock-function-name-face'
20819 and `font-lock-variable-name-face'
20820 (gdb-registers-font-lock-keywords): New font lock keywords definition.
20821 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
20822 (gdb-memory-font-lock-keywords): New font lock keywords definition.
20823 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
20824 (gdb-local-font-lock-keywords): New font lock keywords definition.
20825 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20826 (gdb-threads-font-lock-keywords): New font lock keywords definition.
20827 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
20828
20829 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
20830
20831 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
20832 (ediff-merge-region-is-non-clash-to-skip): Previously called
20833 ediff-merge-region-is-non-clash.
20834
20835 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
20836 Use insert-buffer-substring.
20837
20838 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
20839 selecting files to patch. Also bug fixes.
20840
20841 * ediff-util.el (ediff-setup): Bug fix.
20842 (ediff-next-difference): Never skip clashes that differ in white
20843 space only.
20844
20845 * ediff-wind.el (ediff-setup-control-frame)
20846 (ediff-destroy-control-frame): Check the menubar feature.
20847
20848 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
20849 (viper-refresh-mode-line): Use make-local-variable to localize
20850 some vars instead of make-variable-buffer-local. Suggested by
20851 Stefan Monnier.
20852
20853 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
20854 (viper-restore-cursor-type, viper-set-insert-cursor-type):
20855 Use make-local-variable instead of make-variable-buffer-local.
20856 Suggested by Stefan Monnier.
20857
20858 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
20859 (viper-comint-mode-hook): Use make-local-variable on
20860 require-final-newline.
20861 (viper-non-hook-settings): Don't use make-variable-buffer-local.
20862
20863 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
20864
20865 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
20866 also the second char of a comment-start sequence.
20867 (scheme-sexp-comment-syntax-table): New var.
20868 (lambda, define): Set their scheme-doc-string-elt property.
20869 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
20870 Use lisp-font-lock-syntactic-face-function now that it properly
20871 handles |...| symbols.
20872 (scheme-mode-variables): Set lisp-doc-string-elt-property,
20873 parse-sexp-lookup-properties and font-lock-extra-managed-props.
20874
20875 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
20876 bit from # to |.
20877 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
20878
20879 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
20880 (lisp-doc-string-elt-property): New var.
20881 (lisp-font-lock-syntactic-face-function): Use it.
20882 Rewrite to recognize docstrings even for forms not at toplevel.
20883
20884 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
20885 annotation on the | part of #| rather than on the # part.
20886 (scheme-font-lock-syntactic-face-function): New function, to
20887 distinguish strings from |...| symbols.
20888 (scheme-mode-variables): Use it. Also fix up the font-lock-time
20889 syntax-table so that #|...|# is properly highlighted.
20890
20891 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
20892 Don't mark as docstring the 3rd elem of an unknown toplevel form.
20893
20894 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
20895
20896 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
20897 and C-e.
20898
20899 * emacs-lisp/eldoc.el: Move comments into docstrings.
20900 (eldoc-message-commands): Initialize in its declaration.
20901 Add move-beginning-of-line and move-end-of-line.
20902 (eldoc-add-command, eldoc-add-command-completions)
20903 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
20904
20905 * outline.el (outline-mark-subtree): Activate the mark.
20906
20907 * calendar/appt.el (appt-time-regexp): New var.
20908 (appt-add, appt-make-list): Use it.
20909 (appt-convert-time): Clean up.
20910
20911 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
20912 Don't set any syntax-table property here.
20913 (tex-font-lock-verb): New function. Do it here.
20914 (tex-font-lock-syntactic-keywords): Use it.
20915
20916 2005-10-04 Richard M. Stallman <rms@gnu.org>
20917
20918 * wid-edit.el (widget-file-complete): Get the widget start point
20919 the right way. Default directory to `/' if file has none.
20920
20921 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
20922
20923 * textmodes/flyspell.el (flyspell-mode-on):
20924 Call ispell-maybe-find-aspell-dictionaries.
20925
20926 * textmodes/ispell.el (ispell-word, ispell-region):
20927 Call ispell-maybe-find-aspell-dictionaries.
20928 (ispell-accept-buffer-local-defs):
20929 Don't call ispell-maybe-find-aspell-dictionaries
20930
20931 2005-10-04 Richard M. Stallman <rms@gnu.org>
20932
20933 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
20934
20935 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
20936
20937 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
20938 instead of `fboundp' in order to allow for anonymous functions.
20939
20940 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
20941
20942 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
20943 case the user clicks on the link while another window is selected.
20944 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
20945
20946 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
20947 functionality.
20948 (dframe-help-echo): Save point in case mouse tracking is off.
20949
20950 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
20951
20952 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
20953
20954 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20955
20956 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
20957 not change the global value of those vars.
20958
20959 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
20960 make-local-variable which we do not need any more.
20961
20962 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
20963
20964 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
20965 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
20966 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
20967 (speedbar-path-line): Define obsolete aliases.
20968 (speedbar-line-directory): Doc fix.
20969
20970 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
20971 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
20972 instead of speedbar-line-path.
20973
20974 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20975
20976 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
20977 to nil if dropping on a window. Handle dropping on a minibuffer window
20978 like dropping on a non-window part of Emacs.
20979
20980 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
20981
20982 * net/ange-ftp.el: Use with-current-buffer.
20983 (ange-ftp-insert-directory): Do not follow symlinks any more.
20984
20985 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
20986 Remove interactive spec.
20987
20988 2005-10-03 Kim F. Storm <storm@cua.dk>
20989
20990 * ido.el (ido-mode): Use custom-initialize-set.
20991
20992 2005-10-02 Richard M. Stallman <rms@gnu.org>
20993
20994 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
20995 Use insert-buffer-substring.
20996
20997 * net/tramp.el: Pacify byte compiler warnings in pacification code.
20998 (tramp-handle-file-local-copy): Use insert-buffer-substring.
20999
21000 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21001
21002 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21003 in last change.
21004 (ange-ftp-insert-directory): Fix up the search for the case where
21005 `file' is absolute.
21006
21007 2005-10-02 Romain Francoise <romain@orebokech.com>
21008
21009 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21010
21011 2005-10-02 Andreas Schwab <schwab@suse.de>
21012
21013 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21014 directory component in the session info.
21015
21016 2005-10-01 Richard M. Stallman <rms@gnu.org>
21017
21018 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21019
21020 * simple.el (next-error-internal): New function.
21021
21022 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21023 (compilation-start): Pass new arg to compilation-buffer-name.
21024 (compile-goto-error): Use next-error-internal.
21025
21026 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21027
21028 * speedbar.el: Remove RCS tag.
21029 (speedbar-check-read-only): Handle non-existent files.
21030
21031 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21032
21033 * info.el (Info-speedbar-hierarchy-buttons)
21034 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21035
21036 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21037
21038 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21039 Do not match newline.
21040 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21041 (bibtex-summary): Remove unnecessary save-excursion.
21042 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21043
21044 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21045
21046 * term/mac-win.el: Add charset info for "iso10646-1".
21047 Modify default fontset to use ATSUI-compatible fonts for some charsets
21048 if available.
21049
21050 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21051
21052 * speedbar.el: Re-apply arch tag.
21053 (speedbar-version): Rename to version 1.0. Suggested by Eric
21054 M. Ludlam.
21055 Reapply two changes from Emacs CVS' version of speedbar lost
21056 during the merge:
21057 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21058 (speedbar-frame-parameters): Improve customize type.
21059
21060 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21061
21062 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21063 (ange-ftp-file-directory-p): Fix the symlink case.
21064 (ange-ftp-insert-directory): When listing a single file, get a list of
21065 the parent buffer and extract the relevant line. Inspired from a patch
21066 by Katsumi Yamaoka <yamaoka@jpl.org>.
21067 (ange-ftp-file-name-sans-versions): Simplify.
21068
21069 2005-09-30 Bill Wohler <wohler@newt.com>
21070
21071 Move MH-E image files from toolbar and mail directories into
21072 etc/images.
21073
21074 * mail/reply2.*: Move to etc/images/mail/reply*.
21075
21076 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21077 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21078 etc/images.
21079
21080 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21081 * toolbar/reply*: Move to etc/images/mail.
21082
21083 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21084
21085 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21086
21087 * speedbar.el: New version 1.0pre3.
21088
21089 Frame management code (including timer, and mouse click specifics)
21090 moved to dframe.el:
21091 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21092 (speedbar-timer): Removed. Use dframe-timer.
21093 (speedbar-close-frame): Removed. Use dframe-close-frame.
21094 (speedbar-activity-change-focus-flag): Removed. Use
21095 dframe-activity-change-focus-flag.
21096 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21097 dframe-update-speed.
21098
21099 (speedbar-current-frame): New macro. Use this instead of the
21100 variable speedbar-frame.
21101
21102 (speedbar-use-images, speedbar-expand-image-button-alist)
21103 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21104
21105 (speedbar-find-image-on-load-path): Removed. Replaced by
21106 defezimage in ezimage.el.
21107 (speedbar-expand-image-button-alist): Removed. Replaced by
21108 ezimage-expand-image-button-alist in ezimage.el.
21109
21110 (speedbar-ignored-directory-regexp)
21111 (speedbar-add-ignored-directory-regexp)
21112 (speedbar-ignored-directory-expressions)
21113 (speedbar-line-directory, speedbar-buffers-line-directory)
21114 (speedbar-directory-line, speedbar-buffers-line-directory):
21115 Renamed, replacing `path' with `directory'.
21116
21117 (speedbar-create-directory, speedbar-expand-line-descendants)
21118 (speedbar-toggle-line-expansion)
21119 (speedbar-contract-line-descendants): New commands.
21120
21121 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21122 (speedbar-use-tool-tips-flag): New options.
21123
21124 (speedbar-check-read-only, speedbar-require-version)
21125 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21126 (speedbar-handle-delete-frame, speedbar-try-completion)
21127 (speedbar-update-localized-contents): New functions.
21128
21129 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21130 (speedbar-object-read-only-indicator): New variables.
21131
21132 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21133 New hooks.
21134
21135 (speedbar-separator-face): New face.
21136
21137 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21138 (speedbar-ignored-modes): Add fundamental-mode.
21139 (speedbar-directory-unshown-regexp): Add . directories.
21140
21141 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21142 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21143 `]' for full expand/close.
21144 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21145
21146 (speedbar-check-vc): Support hidden files.
21147 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21148 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21149 state is nil, it is not checked out.
21150
21151 (speedbar-line-text, speedbar-line-token): Support expand buttons
21152 with no text.
21153 (speedbar-refresh): Universal argument acts as power-click.
21154 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21155 that buffer to get variable values.
21156
21157 And many other bugfixes.
21158
21159 * dframe.el, ezimage.el, sb-image.el: New files.
21160
21161 * sb-*.xpm: Remove files. New image files installed into
21162 etc/images/ezimage.
21163
21164 2005-09-30 Kenichi Handa <handa@m17n.org>
21165
21166 * ps-mule.el (ps-mule-show-warning): If a character is in
21167 ps-print-translation-table, don't treat it as non-printable.
21168
21169 2005-09-30 David Ponce <david@dponce.com>
21170
21171 * tree-widget.el (tree-widget-themes-load-path): New variable.
21172 (tree-widget-themes-directory): Doc fix.
21173 (tree-widget-image-formats) [Emacs]: Doc fix.
21174 (tree-widget--locate-sub-directory): New function.
21175 (tree-widget-themes-directory): Use it.
21176
21177 * recentf.el (recentf-filename-handlers): Rename from
21178 `recentf-filename-handler'. Allow a list of functions.
21179 (recentf-menu-items-for-commands): Fix :help strings.
21180 (recentf-apply-filename-handlers): New function.
21181 (recentf-expand-file-name): Use it.
21182 (recentf-cleanup): Remove duplicates too.
21183
21184 2005-09-29 Juri Linkov <juri@jurta.org>
21185
21186 * faces.el: Rearrange face definitions to be in the same order as
21187 their face descriptions in "(emacs)Standard Faces".
21188
21189 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21190
21191 * tooltip.el (tooltip): Add group `basic-faces'.
21192
21193 * buff-menu.el (Buffer-menu-buffer): Remove group
21194 `font-lock-highlighting-faces'.
21195
21196 * progmodes/compile.el (compilation-error, compilation-warning)
21197 (compilation-info, compilation-line-number, compilation-column-number):
21198 Change group from `font-lock-highlighting-faces' to `compilation'.
21199
21200 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21201 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21202 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21203 (vhdl-font-lock-reserved-words-face)
21204 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21205 `font-lock-highlighting-faces'.
21206
21207 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21208
21209 2005-09-28 Kim F. Storm <storm@cua.dk>
21210
21211 * emulation/cua-base.el: Set CUA move property on additional commands:
21212 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21213 forward-sexp, backward-sexp, forward-list, backward-list.
21214
21215 2005-09-28 Romain Francoise <romain@orebokech.com>
21216
21217 * comint.el (comint-show-output): Really set point at the
21218 beginning of the output when not using `comint-use-prompt-regexp'.
21219
21220 2005-09-27 Jay Belanger <belanger@truman.edu>
21221
21222 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21223 in TeX mode.
21224
21225 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21226
21227 * textmodes/org.el (org-table-sum): Fix format string.
21228
21229 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21230 Quote face names.
21231
21232 2005-09-26 Romain Francoise <romain@orebokech.com>
21233
21234 * isearch.el (isearch-forward-regexp): Close doc string.
21235
21236 2005-09-25 Richard M. Stallman <rms@gnu.org>
21237
21238 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21239
21240 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21241
21242 * progmodes/compile.el (compilation-error-properties):
21243 When getting the file from the previous error message,
21244 correctly decode the new data format.
21245
21246 * progmodes/cc-cmds.el (c-electric-paren):
21247 Call old-blink-paren only for close-paren.
21248
21249 2005-09-24 Andreas Schwab <schwab@suse.de>
21250
21251 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21252 condition.
21253
21254 2005-09-25 Romain Francoise <romain@orebokech.com>
21255
21256 * dired-aux.el (dired-copy-file-recursive):
21257 * dired.el (dired-delete-file):
21258 * ediff-mult.el (ediff-dir-diff-copy-file):
21259 * ediff-util.el (ediff-test-save-region):
21260 * forms.el (forms-mode):
21261 * ido.el (ido-file-internal, ido-delete-file-at-head):
21262 * log-edit.el (log-edit-done):
21263 * ses.el (ses-yank-resize):
21264 * play/gomoku.el (gomoku-human-plays, gomoku)
21265 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21266 (gomoku-offer-a-draw):
21267 * play/landmark.el (lm-human-resigns, lm):
21268 * net/eudcb-ldap.el (eudc-ldap-check-base):
21269 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21270 * progmodes/ebrowse.el (ebrowse-find-pattern):
21271 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21272 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21273 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21274
21275 * vc.el (vc-delete-file):
21276 * play/gomoku.el (gomoku-terminate-game, gomoku)
21277 (gomoku-prompt-for-move, gomoku-human-takes-back):
21278 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21279 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21280
21281 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21282
21283 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21284 color rxvt terminals by using the code xterm.el used to use before
21285 2005-04-09 in order to match the colors used by rxvt.
21286
21287 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21288
21289 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21290 colors rxvt-unicode terminals by using the same code as xterm.el.
21291
21292 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21293
21294 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21295 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21296 new symbol used for the tex-verbatim face.
21297
21298 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21299
21300 * woman.el (woman-file-name):
21301 * wid-edit.el (widget-file-prompt-value)
21302 (widget-coding-system-prompt-value):
21303 * w32-fns.el (set-w32-system-coding-system):
21304 * vc.el (vc-version-diff, vc-annotate):
21305 * textmodes/reftex-auc.el (reftex-arg-cite)
21306 (reftex-arg-index-tag):
21307 * textmodes/refer.el (refer-get-bib-files):
21308 * textmodes/artist.el (artist-figlet-choose-font):
21309 * terminal.el (terminal-emulator):
21310 * replace.el (occur-read-primary-args):
21311 * rect.el (string-rectangle, string-insert-rectangle):
21312 * ps-print.el (ps-print-preprint):
21313 * progmodes/pascal.el (pascal-goto-defun):
21314 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21315 * progmodes/compile.el (compilation-find-file):
21316 * printing.el (pr-interactive-n-up):
21317 * play/animate.el (animate-birthday-present):
21318 * net/rcompile.el (remote-compile):
21319 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21320 * mail/rmailsum.el (rmail-summary-search-backward)
21321 (rmail-summary-search):
21322 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21323 (rmail-output-read-file-name):
21324 * mail/rmail.el (rmail-search, rmail-search-backwards):
21325 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21326 * locate.el (locate):
21327 * international/quail.el (quail-show-keyboard-layout):
21328 * international/mule.el (set-buffer-file-coding-system)
21329 (revert-buffer-with-coding-system, set-file-name-coding-system)
21330 (set-terminal-coding-system, set-keyboard-coding-system)
21331 (set-next-selection-coding-system):
21332 * international/mule-diag.el (describe-coding-system)
21333 (describe-font, describe-fontset):
21334 * international/mule-cmds.el (universal-coding-system-argument)
21335 (search-unencodable-char, describe-input-method)
21336 (set-language-environment, describe-language-environment):
21337 * international/codepage.el (codepage-setup):
21338 * international/code-pages.el (codepage-setup):
21339 * info.el (Info-search, Info-follow-reference)
21340 (Info-search-backward):
21341 * emacs-lisp/advice.el (ad-read-advised-function)
21342 (ad-read-advice-class, ad-clear-cache, ad-activate)
21343 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21344 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21345 (ad-read-regexp):
21346 * ediff-util.el (ediff-toggle-regexp-match):
21347 * ediff-ptch.el (ediff-prompt-for-patch-file):
21348 * dired-aux.el (dired-diff):
21349 * diff.el (diff):
21350 * cus-edit.el (custom-variable-prompt):
21351 * calendar/timeclock.el (timeclock-ask-for-project):
21352 * calc/calcalg3.el (calc-get-fit-variables):
21353 * calc/calc-store.el (calc-edit-variable)
21354 (calc-permanent-variable):
21355 * vc-mcvs.el (vc-mcvs-register):
21356 * shadowfile.el (shadow-define-literal-group):
21357 * woman.el (woman-file-name):
21358 * vc.el (vc-version-diff, vc-merge):
21359 * textmodes/reftex-index.el (reftex-index-complete-tag):
21360 * format.el (format-decode-buffer, format-decode-region):
21361 * emulation/viper-cmd.el (viper-read-string-with-history):
21362 * emacs-lisp/debug.el (cancel-debug-on-entry):
21363 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21364 * ediff.el (ediff-merge-revisions)
21365 (ediff-merge-revisions-with-ancestor, ediff-revision):
21366 * completion.el (interactive-completion-string-reader):
21367 * calc/calc-prog.el (calc-user-define-formula):
21368 Follow convention for reading with the minibuffer.
21369
21370 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21371
21372 * progmodes/python.el (python-describe-symbol): Add globals() and
21373 locals() to the arguments of emacs.ehelp.
21374
21375 2005-09-24 Magnus Henoch <mange@freemail.hu>
21376
21377 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21378 New function, code extracted from ispell-valid-dictionary-list.
21379 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21380 Call it.
21381
21382 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21383
21384 * subr.el (version-regexp-alist): Extend valid syntax for version
21385 strings: allow any of the characters -,_,+ to separate the
21386 alpha/beta/rc part from the version part. Doc fix.
21387 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21388
21389 2005-09-23 David Reitter <david.reitter@gmail.com>
21390
21391 * mail/mailclient.el: New file.
21392
21393 2005-09-23 Richard M. Stallman <rms@gnu.org>
21394
21395 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21396 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21397 Doc fixes.
21398
21399 * progmodes/cc-mode.el (c-font-lock-init):
21400 Specify font-lock-lines-before.
21401
21402 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21403
21404 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21405 whole conflict.
21406
21407 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21408
21409 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21410 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21411 of `remap' feature when available. Additional key bindings for
21412 better tty support.
21413 (org-mode-restart, org-force-self-insert): New commands.
21414 (org-time-stamp-inactive): New command.
21415 (org-remap): New function.
21416 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21417 (org-enable-fixed-width-editor): Move to `org-structure'
21418 customization group.
21419 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21420 blank field after field motion commands.
21421
21422 2005-09-23 Kenichi Handa <handa@m17n.org>
21423
21424 * international/mule-cmds.el (set-language-environment):
21425 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21426 have to call utf-translate-cjk-load-tables.
21427
21428 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21429
21430 * mouse.el (mouse-move-drag-overlay): Fix last change.
21431
21432 2005-09-22 David Ponce <david@dponce.com>
21433
21434 * tree-widget.el (tree-widget-value-create): Fix previous change.
21435
21436 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21437
21438 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21439
21440 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21441
21442 * mouse.el (mouse-move-drag-overlay): New function.
21443 (mouse-drag-region-1): Use it.
21444 Try to simplify a bit the state handling. Handle clicks on links
21445 inside intangible areas.
21446 (mouse-save-then-kill): Minor simplification.
21447 (mouse-secondary-overlay): Make it always non-nil instead of
21448 recreating it each time.
21449 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21450 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21451 Simplify accordingly.
21452
21453 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21454
21455 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21456
21457 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21458
21459 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21460 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21461 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21462 to patch.
21463
21464 * ediff-util.el: Use insert-buffer-substring.
21465
21466 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21467
21468 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21469 field boundaries in the minibuffer.
21470 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21471 (viper-minibuffer-post-command-hook): New hook.
21472 (viper-line): Don't move cursor at bolp.
21473
21474 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21475
21476 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21477 avoid compiler warnings.
21478
21479 * emulation/viper-macs.el (ex-map): Better messages.
21480
21481 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21482
21483 * emulation/viper.el: Replace make-variable-buffer-local with
21484 viper-make-variable-buffer-local everywhere, to avoid warnings.
21485
21486 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21487
21488 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21489 Delete unused var `old-selected-window'.
21490 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21491 (mouse-drag-secondary): Delete unused var `start-frame'.
21492
21493 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21494
21495 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21496
21497 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21498
21499 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21500 Re-indent within 80 columns. Use inhibit-read-only.
21501
21502 2005-09-19 Romain Francoise <romain@orebokech.com>
21503
21504 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21505
21506 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21507
21508 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21509 unconditionally, since the after-change-function already did it.
21510
21511 2005-09-19 Miles Bader <miles@gnu.org>
21512
21513 * net/newsticker.el: Get rid of CVS keyword.
21514
21515 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21516
21517 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21518 The prompt is formatted later.
21519
21520 2005-09-19 David Ponce <david@dponce.com>
21521
21522 * tree-widget.el (tree-widget-value-create): Save the converted
21523 tree :node widget.
21524
21525 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21526
21527 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21528 variable `message'.
21529
21530 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21531
21532 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21533 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21534 <slawomir.nowaczyk.847@student.lu.se>.
21535
21536 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21537
21538 * image.el (image-load-path): Use symbol `data-directory' instead
21539 of its value, for backward compatibility with packages that bind
21540 it during `find-image'. Suggested by Katsumi Yamaoka.
21541 (image-search-load-path): Handle symbols whose values are strings.
21542
21543 2005-09-18 Romain Francoise <romain@orebokech.com>
21544
21545 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21546 with-current-buffer form in save-excursion.
21547
21548 2005-09-18 Deepak Goel <deego@gnufans.org>
21549
21550 * apropos.el (apropos-command): Fix `message' call: first arg
21551 should be a format spec. In this and all other cases that appear
21552 below and elsewhere in the source code, I made a change only when
21553 two conditions were satisfied: [1] I can think of a possibility
21554 that the arguments would cause an error, for example, the code in
21555 question relies on external variables such as filenames. [2] I
21556 was sure that the arg to `message' could not have been nil in the code.
21557
21558 * textmodes/tildify.el (tildify-region): Ditto.
21559
21560 * textmodes/reftex-index.el (reftex-index-change-entry)
21561 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21562 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21563 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21564 (org-priority, org-table-sum):
21565 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21566 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21567 (flyspell-word, flyspell-display-next-corrections):
21568 * textmodes/bibtex.el (bibtex-print-help-message):
21569 * textmodes/artist.el (artist-key-set-point-poly):
21570 * term/mac-win.el (mac-services-insert-text):
21571 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21572 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21573 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21574 (vhdl-compose-configuration):
21575 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21576 (sh-set-indent, sh-learn-line-indent):
21577 * progmodes/ps-mode.el (ps-mode-target-column):
21578 * progmodes/idlwave.el (idlwave-make-tags)
21579 (idlwave-scan-library-catalogs):
21580 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21581 * progmodes/gud.el (gud-jdb-analyze-source):
21582 * progmodes/flymake.el (flymake-log):
21583 * progmodes/ebnf2ps.el (ebnf-generate-region):
21584 * progmodes/cmacexp.el (c-macro-expansion):
21585 * progmodes/ada-xref.el (ada-treat-cmd-string):
21586 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21587 (ada-justified-indent-current, ada-batch-reformat):
21588 * play/zone.el (zone):
21589 * play/landmark.el (lm-move):
21590 * play/decipher.el (decipher-show-alphabet):
21591 * net/newsticker.el (newsticker--display-jump)
21592 (newsticker--display-scroll):
21593 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21594 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21595 * mail/feedmail.el (feedmail-dump-message-to-queue):
21596 * eshell/esh-proc.el (eshell-remove-process-entry):
21597 * emulation/ws-mode.el (ws-last-error):
21598 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21599 (viper-record-kbd-macro):
21600 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21601 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21602 * emacs-lisp/find-func.el (find-function-noselect):
21603 * calendar/timeclock.el (timeclock-status-string)
21604 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21605 (timeclock-when-to-leave-string):
21606 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21607 * calc/calc-units.el (calc-enter-units-table):
21608 * calc/calc-mode.el (calc-mode-record-mode):
21609 * woman.el (woman-mini-help):
21610 * wdired.el (wdired-change-to-wdired-mode):
21611 * vc.el (vc-retrieve-snapshot):
21612 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21613 * startup.el (display-startup-echo-area-message):
21614 * simple.el (set-goal-column):
21615 * ses.el (ses-command-hook, ses-recalculate-cell):
21616 * server.el (server-process-filter):
21617 * printing.el (pr-interface-txt-print, pr-interface-printify)
21618 (pr-interface-ps):
21619 * pcvs.el (cvs-help):
21620 * log-edit.el (log-edit, log-edit-mode-help):
21621 * iswitchb.el (iswitchb-possible-new-buffer):
21622 * isearch.el (isearch-edit-string):
21623 * image-mode.el (image-mode, image-minor-mode):
21624 * ibuf-macs.el (define-ibuffer-filter):
21625 * hi-lock.el (hi-lock-find-patterns):
21626 * files.el (toggle-read-only):
21627 * ediff-util.el (ediff-copy-diff)
21628 (ediff-write-merge-buffer-and-maybe-kill):
21629 * echistory.el (Electric-history-undefined):
21630 * dnd.el (dnd-insert-text):
21631 * dired-aux.el (dired-query):
21632 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21633 * bookmark.el (bookmark-bmenu-locate):
21634 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21635 Fix `message' calls to ensure first arg is a format string.
21636 The change was made only when these two conditions were satisfied:
21637 [1] when there is a possibility that the arguments would cause an error
21638 for example, if the code in question relies on external variables
21639 such as filenames, and
21640 [2] if the arg to `message' could not have been nil in the code.
21641
21642 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21643 Not having a %s would be weird, though not technically wrong.
21644
21645 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21646
21647 * term/mac-win.el (mac-add-charset-info): Doc fix.
21648
21649 2005-09-17 Romain Francoise <romain@orebokech.com>
21650
21651 * shell.el (shell-resync-dirs): Handle echoing processes more
21652 reliably. Don't insert resync command if `comint-process-echoes'
21653 is non-nil.
21654
21655 2005-09-17 Magnus Henoch <mange@freemail.hu>
21656
21657 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21658 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21659 aspell versions >= 0.60.
21660 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21661 only if ispell-aspell-supports-utf8 is non-nil.
21662
21663 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21664
21665 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21666 buffer-local value to lisp-indent-function.
21667
21668 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21669
21670 * progmodes/glasses.el (glasses-make-readable): If
21671 glasses-separator differs from underscore, put appropriate
21672 overlays over underscore characters.
21673 (glasses-convert-to-unreadable): If glasses-separator differs from
21674 underscore, try to convert glasses-separator characters to
21675 underscores.
21676
21677 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21678
21679 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21680 Use with-syntax-table and dolist.
21681
21682 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21683
21684 * textmodes/reftex-auc.el:
21685 * textmodes/reftex-cite.el:
21686 * textmodes/reftex-dcr.el:
21687 * textmodes/reftex-global.el:
21688 * textmodes/reftex-parse.el:
21689 * textmodes/reftex-ref.el:
21690 * textmodes/reftex-sel.el:
21691 * textmodes/reftex-toc.el:
21692 * textmodes/reftex-vars.el:
21693 * textmodes/reftex.el: Small changes to remove compiler warnings.
21694
21695 * textmodes/reftex-index.el: Likewise.
21696 (reftex-query-index-phrase): More efficient use of markers.
21697
21698 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21699
21700 * image.el (image-load-path): New variable.
21701 (image-search-load-path): New function.
21702 (find-image): Search for images in `image-load-path'.
21703
21704 2005-09-15 Richard M. Stallman <rms@gnu.org>
21705
21706 * follow.el: Change Maintainer field.
21707
21708 2005-09-15 David Ponce <david@dponce.com>
21709
21710 * recentf.el (recentf-save-file-modes): New option.
21711 (recentf-save-list): Use it.
21712
21713 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21714
21715 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21716 (mode-line-mule-info, mode-line-modified): Move bindings from
21717 mouse-3 to mouse-1.
21718
21719 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21720
21721 * simple.el (sendmail-user-agent-compose): Revert last change.
21722
21723 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21724
21725 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21726 Use with-current-buffer.
21727 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21728 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21729 (ange-ftp-insert-directory): Remove unused var `short'.
21730 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21731
21732 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21733 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21734
21735 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21736 (check-calendar-holidays, diary-list-entries): Autoload.
21737 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21738 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21739
21740 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21741 which mistakenly removed a call to display-buffer.
21742
21743 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21744
21745 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21746
21747 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21748
21749 * progmodes/hideshow.el
21750 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21751 (hs-allow-nesting): New user var.
21752 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21753 (hs-hide-block-at-point): When nesting allowed,
21754 if there is already an overlay in place, delete it.
21755 (hs-safety-is-job-n): Delete func; remove call sites.
21756 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21757 (hs-overlay-at): New func.
21758 (hs-already-hidden-p, hs-show-block): Use it.
21759 (hs-hide-all): Don't pre-clean if nesting allowed.
21760 (hs-show-all): Temporarily disallow
21761 nesting around call to `hs-discard-overlays'.
21762
21763 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21764
21765 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21766 Delete unused local var.
21767
21768 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21769
21770 * help-fns.el (describe-categories): "?\ " -> "?\s".
21771 (help-do-arg-highlight): Recognize also ARG-n, as in
21772 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21773
21774 * international/codepage.el (dos-unsupported-char-glyph):
21775 * net/newsticker.el (tool-bar-map, w3-mode-map)
21776 (w3m-minor-mode-map):
21777 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21778 (ent-alist):
21779 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21780
21781 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21782
21783 * custom.el (custom-push-theme): Handle the case where a symbol is
21784 bound but face properties have not yet been assigned.
21785
21786 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21787 Fix behavior if noerase is `t' and there is no mail buffer.
21788
21789 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21790 if `continue' is nil, rather than signal an error.
21791
21792 2005-09-12 Richard M. Stallman <rms@gnu.org>
21793
21794 * font-lock.el (font-lock-keywords): Add autoload.
21795
21796 * help-fns.el (describe-variable): Rearrange to put source link
21797 in a predictable place.
21798
21799 * net/newsticker.el: New file.
21800
21801 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
21802
21803 * calendar/calendar.el (calendar-for-loop): Add edebug info.
21804 (calendar-basic-setup): Use the new nil arg.
21805 (number-of-diary-entries): Move to diary-lib.el.
21806
21807 * calendar/diary-lib.el: Use with-current-buffer, match-string.
21808 (diary-list-entries): Use with-syntax-table and dolist.
21809 Rename from list-diary-entries.
21810 Use number-of-diary-entries if `number' is nil.
21811 (diary, diary-view-entries): Use this new name and new nil arg value.
21812 (number-of-diary-entries): Move from calendar.el.
21813 (diary-unhide-everything): New function.
21814 (include-other-diary-files, fancy-diary-display)
21815 (diary-show-all-entries, make-diary-entry): Use it.
21816 (diary-mail-entries): Use buffer-string.
21817 (mark-diary-entries): Fix long standing paren typo.
21818 (diary-sexp-entry): Use count-lines.
21819 (make-diary-entry): Avoid `previous-line'.
21820 (diary-mode-map): New var.
21821 (diary-mode): Redraw cal after saving. Setup header-line.
21822 (fancy-diary-display-mode): Use local-set-key.
21823
21824 * startup.el (command-line): Try calling various terminal-init-foo-bar
21825 functions by stripping hyphenated suffixes from $TERM.
21826
21827 * files.el (normal-mode): Check boundness of font-lock-keywords.
21828
21829 2005-09-12 Richard M. Stallman <rms@gnu.org>
21830
21831 * progmodes/compile.el: Don't decide a file's directory
21832 until the user actually tries to go there.
21833 (compilation-next-error-function):
21834 Pass compilation-find-file the directory from the file-struct.
21835 (compilation-internal-error-properties): Separate local FILE-STRUCT
21836 from FILE. Doc the args better. Rename arg FMT to FMTS.
21837 (compilation-find-file): Arg DIR renamed to DIRECTORY.
21838 Expand it, and if nil, use default-directory.
21839 (compilation-get-file-structure): Don't mix specified directory
21840 with default directory. Put specified directory into
21841 file-struct. Don't make the file name absolute.
21842
21843 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
21844 (compile-command): Add autoload.
21845 (compilation-disable-input): Add autoload.
21846
21847 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
21848
21849 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
21850 strings of the variables it can override.
21851 (time-stamp): New (as yet undocumented) time-stamp-format escapes
21852 %Q and %q, for fully-qualified domain name and unqualified host name.
21853
21854 2005-09-11 Kim F. Storm <storm@cua.dk>
21855
21856 * emacs-lisp/authors.el (authors-aliases): Update list.
21857 (authors-fixed-entries): Update mldrag.el entry.
21858
21859 2005-09-10 Alan Mackenzie <acm@muc.de>
21860
21861 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
21862 from the region narrowed to.
21863
21864 2005-09-10 Magnus Henoch <mange@freemail.hu>
21865
21866 * textmodes/ispell.el (ispell-check-version): Signal an error if
21867 aspell version is less than 0.60.
21868
21869 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
21870
21871 * progmodes/octave-inf.el (inferior-octave-startup):
21872 Resync current dir at the end.
21873
21874 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
21875
21876 * woman.el (woman-topic-at-point-default):
21877 Rename to woman-use-topic-at-point-default.
21878 (woman-topic-at-point): Rename to woman-use-topic-at-point.
21879 (woman-file-name): Reflect renames above. Automatically use the
21880 word at point as topic if woman-use-topic-at-point is non-nil.
21881 Otherwise offer it as default but don't insert it in the
21882 minibuffer. Also use `test-completion' instead of `assoc' as
21883 suggested by Stefan Monnier.
21884
21885 2005-09-10 Andre Spiegel <spiegel@gnu.org>
21886
21887 * vc.el (vc-directory, vc-update-change-log): Throw an error on
21888 the attempt to do it over Tramp. This is not yet supported.
21889
21890 2005-09-10 Eli Zaretskii <eliz@gnu.org>
21891
21892 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
21893 (menu-bar-non-minibuffer-window-p): New functions.
21894 ("Split Window", "Save As..."): Use them.
21895 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
21896 ("Print Buffer", "Truncate Long Lines in this Buffer"):
21897 Use menu-bar-menu-frame-live-and-visible-p.
21898 ("Save Buffer", "Insert File", "Open Directory...")
21899 ("Open File...", "Visit New File..."):
21900 Use menu-bar-non-minibuffer-window-p.
21901 (kill-this-buffer-enabled-p, dired <menu-enable>):
21902 Use menu-bar-non-minibuffer-window-p.
21903
21904 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21905
21906 * cus-start.el (all): Don't complain about fringe-related
21907 built-ins if fringes are not supported. Ditto about
21908 selection-related built-ins. Fix the test for GTK-related built-ins.
21909
21910 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
21911 ("Postscript Print Buffer", "Print Region", "Save As...")
21912 ("Save", "Insert File...", "Open Directory...")
21913 ("Open File...", "Visit New File..."")
21914 ("Truncate Long Lines in this Buffer"): Don't look at
21915 menu-updating-frame if this display does not support multiple frames.
21916
21917 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
21918
21919 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
21920
21921 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
21922
21923 * woman.el: Format- and whitespace-related changes.
21924
21925 2005-09-09 Eli Zaretskii <eliz@gnu.org>
21926
21927 * woman.el: Fix my email address.
21928
21929 2005-09-08 Richard M. Stallman <rms@gnu.org>
21930
21931 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
21932 (sh-mode): Locally set skeleton-pair-default-alist.
21933
21934 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
21935
21936 * progmodes/flymake.el: Require `compile' unconditionally.
21937
21938 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
21939
21940 * woman.el (woman-file-name): Provide a default, not initial input.
21941
21942 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
21943
21944 * font-lock.el (font-lock-support-mode): Doc fix.
21945
21946 * descr-text.el (describe-property-list): Handle non-symbol prop names.
21947
21948 2005-09-08 Richard M. Stallman <rms@gnu.org>
21949
21950 * simple.el (blink-matching-open): Get rid of text props from
21951 the string shown in echo area. Don't permanently set point.
21952 Some rearrangements.
21953
21954 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
21955
21956 * recentf.el (recentf-filename-handler): Add custom choice
21957 `abbreviate-file-name'.
21958
21959 * msb.el (msb--very-many-menus): Fix typo.
21960
21961 * disp-table.el (standard-display-european): Don't set
21962 enable-multibyte-characters to nil.
21963
21964 2005-09-08 David Ponce <david@dponce.com>
21965
21966 * recentf.el (recentf-show-file-shortcuts-flag): New option.
21967 (recentf-expand-file-name): Doc fix.
21968 (recentf-dialog-mode-map): Define digit shortcuts.
21969 (recentf--files-with-key): New variable.
21970 (recentf-show-digit-shortcut-filter): New function.
21971 (recentf-open-files-items): New function.
21972 (recentf-open-files): Use it.
21973 (recentf-open-file-with-key): New command.
21974
21975 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
21976
21977 * buff-menu.el (Buffer-menu-sort-by-column): New function.
21978 Suggested by Kim F. Storm.
21979 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
21980 (Buffer-menu-make-sort-button): Use global keymap.
21981
21982 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
21983
21984 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
21985 (Man-getpage-in-background-advice): Remove defadvice; it isn't
21986 necessary any longer with the remapped command.
21987 (Man-bgproc-sentinel-advice): Remove defadvice which counts
21988 formatting time only.
21989
21990 * net/tramp.el (tramp-action-password)
21991 (tramp-multi-action-password): Compile the password prompt from
21992 `method', `user' and `host'. Sometimes it isn't obvious which
21993 password to enter, for example with remote files offered by
21994 recentf.el, or with multiple steps. Suggested by Robert Marshall
21995 <robert@chezmarshall.freeserve.co.uk>.
21996
21997 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
21998
21999 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22000 Fix regexp for when "s///" is at the beginning of line.
22001
22002 2005-09-07 Jay Belanger <belanger@truman.edu>
22003
22004 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22005 when in matrix mode.
22006
22007 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22008
22009 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22010 non-anonymous functions.
22011
22012 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22013
22014 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22015 when using a header line. Otherwise, use mouse-1-click-follows-link.
22016
22017 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22018 can't be moved; don't signal an error.
22019
22020 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22021
22022 * cus-theme.el (custom-theme-write-faces): Save the current face
22023 spec, not the defface spec.
22024
22025 * custom.el (custom-known-themes): Clarify meaning of "standard".
22026 (custom-push-theme): Save old values in the standard theme.
22027 (disable-theme): Correct typo.
22028 (custom-face-theme-value) Deleted unused function.
22029 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22030
22031 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22032
22033 * progmodes/compile.el (compilation-goto-locus): Take into account
22034 iconified frames when determining whether the buffer is
22035 already visible.
22036 Don't reset window height if the window already existed.
22037
22038 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22039
22040 * custom.el (load-theme): Rename from require-theme.
22041 Add interactive spec.
22042 (enable-theme): Rename from custom-enable-theme.
22043 Add interactive spec.
22044 (disable-theme): Rename from custom-disable-theme.
22045 Add interactive spec.
22046 (custom-make-theme-feature): Doc fix.
22047 (custom-theme-directory): Doc fix.
22048 (provide-theme): Call enable-theme.
22049
22050 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22051
22052 * obsolete/lazy-lock.el (lazy-lock-mode):
22053 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22054 font-lock-mode if it's off. Print a warning instead.
22055
22056 * progmodes/compile.el (compilation-start): Ignore errors if the
22057 process died before we get to send-eof.
22058
22059 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22060 Undo last change. Enclosing the result in quotes broke things on Unix
22061 since tex-send-command passes it through shell-quote-argument.
22062 (tex-send-command): Pass `file' through convert-standard-filename
22063 when possible.
22064 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22065 info in a transcript.
22066
22067 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22068
22069 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22070 fix compilation warning. Reorder the key definitions to group
22071 together keys emitted by the current version of xterm.
22072
22073 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22074 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22075 Reorder predicates to correct min-color usage.
22076
22077 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22078
22079 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22080 Kill local variables when longlines-mode is turned off.
22081
22082 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22083
22084 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22085
22086 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22087
22088 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22089
22090 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22091 (font-lock-lines-before): Change default to being inactive.
22092 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22093 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22094
22095 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22096
22097 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22098 Deactivate temporarily advice if active (not needed for Emacs 22,
22099 but for backwards compatibility).
22100 (tramp-exists-file-name-handler): Rewrite. First implementation
22101 was too simple.
22102 (tramp-advice-make-auto-save-file-name):
22103 Call `tramp-handle-make-auto-save-file-name' (again, just for
22104 backwards compatibility).
22105
22106 2005-08-31 Reto Zimmermann <reto@gnu.org>
22107
22108 * progmodes/vhdl-mode.el
22109 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22110 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22111 (vhdl-set-default-project): New function (easier setting of default).
22112 (vhdl-port-copy): Handle extended identifiers for generics.
22113 (vhdl-compiler-alist): Better description for error message regexp.
22114 (vhdl-make): Query for target, use previous as default.
22115 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22116 (vhdl-font-lock-keywords-2): Fix fontification for record
22117 el. assign.
22118 (vhdl-speedbar-make-subpack-line): Add package body link.
22119 (vhdl-generate-makefile-1): Not include itself as dependency.
22120 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22121 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22122 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22123 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22124 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22125 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22126 (vhdl-import-project): Add string argument for `error'.
22127 (vhdl-compose-configuration)
22128 (vhdl-compose-configuration-architecture): Add configuration
22129 declaration generation.
22130 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22131 (vhdl-trailer-re): Add "record" keyword (better indentation).
22132 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22133 "[^ \t-\"]+".
22134 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22135 (vhdl-testbench-entity-file-name)
22136 (vhdl-testbench-architecture-file-name): Allow separate
22137 customization of testbench file names.
22138 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22139 (vhdl-get-visible-signals): Allow newline within alias declaration.
22140 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22141 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22142 (member-ignore-case): Alias for missing function in XEmacs.
22143 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22144 (vhdl-update-sensitivity-list): Ignore case on read signals.
22145 (vhdl-replace-string): Adjust case only for file names.
22146 (vhdl-update-sensitivity-list): Fix search for read signals.
22147 (vhdl-update-sensitivity-list): Exclude formal parameters.
22148 (vhdl-get-visible-signals): Include aliases of signals.
22149 (vhdl-get-visible-signals): Fix signal name searching.
22150 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22151 (vhdl-fixup-whitespace-region): Fix for character
22152 literals (e.g. `:').
22153
22154 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22155
22156 * ansi-color.el (comint-last-output-start):
22157 * bs.el (font-lock-verbose):
22158 * diff-mode.el (add-log-buffer-file-name-function):
22159 * dired-x.el (vm-folder-directory):
22160 * faces.el (help-xref-stack-item):
22161 * files.el (font-lock-keywords):
22162 * find-lisp.el (dired-buffers, dired-subdir-alist):
22163 * ido.el (cua-inhibit-cua-keys):
22164 * log-view.el (cvs-minor-wrap-function):
22165 * outline.el (font-lock-warning-face):
22166 * simple.el (compilation-current-error):
22167 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22168 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22169 * tooltip.el (comint-prompt-regexp):
22170 * w32-fns.el (explicit-shell-file-name):
22171 * term/mac-win.el (mac-charset-info-alist)
22172 (mac-services-selection, mac-system-script-code):
22173 * term/tty-colors.el (msdos-color-values):
22174 * term/w32-win.el (xlfd-regexp-registry-subnum):
22175 * term/x-win.el (x-keysym-table, x-selection-timeout)
22176 (x-session-id, x-session-previous-id):
22177 * textmodes/ispell.el (mail-yank-prefix):
22178 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22179 * textmodes/org.el (calc-embedded-close-formula)
22180 (calc-embedded-open-formula)
22181 (font-lock-unfontify-region-function):
22182 * textmodes/reftex-global.el (isearch-next-buffer-function)
22183 (TeX-master):
22184 * textmodes/reftex.el (font-lock-keywords):
22185 * textmodes/tex-mode.el (font-lock-comment-face)
22186 (font-lock-doc-face):
22187 * textmodes/texinfo.el (outline-heading-alist):
22188 Add defvars.
22189
22190 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22191 (artist-spray-chars, artist-mode-init, artist-replace-string)
22192 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22193 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22194 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22195
22196 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22197 (conf-align-assignments): "?\ " -> "?\s".
22198
22199 * textmodes/reftex-index.el (TeX-master): Add defvar.
22200 (reftex-index-phrases-marker): Move up defvar.
22201
22202 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22203 (reftex-toc-include-labels-indicator)
22204 (reftex-toc-include-index-indicator)
22205 (reftex-toc-max-level-indicator): Move up declarations.
22206
22207 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22208 of args to `tramp-run-real-handler', even if it's empty in this case.
22209
22210 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22211
22212 * dired.el (dired-move-to-filename-regexp): Add date format for
22213 Mac OS X 10.3 in East Asian locales.
22214
22215 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22216
22217 * files.el (make-auto-save-file-name): Add file name handler call
22218 if applicable.
22219
22220 * net/tramp.el (tramp-file-name-handler-alist)
22221 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22222 (tramp-handle-make-auto-save-file-name): Rename from
22223 `tramp-make-auto-save-file-name'.
22224 (tramp-exists-file-name-handler): New defun.
22225 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22226 `make-auto-save-file-name' is not a magic file name operation.
22227
22228 2005-08-30 Richard M. Stallman <rms@gnu.org>
22229
22230 * files.el (risky-local-variable-p):
22231 Match `-predicates' and `-commands.
22232
22233 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22234 (custom-save-all): Visit the file if necessary;
22235 kill the buffer if we created it.
22236 (custom-save-delete): Don't visit file or kill buffer here.
22237
22238 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22239
22240 * textmodes/org.el (org-special-keyword): New face.
22241 (org-table-copy-down, org-table-eval-formula)
22242 (org-table-recalculate, org-init-section-numbers):
22243 Use `string-to-number' instead of `string-to-int'.
22244 (org-get-location): Use `insert-buffer-substring' instead of
22245 `insert-buffer'.
22246 (org-modify-diary-entry-string): New function.
22247 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22248 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22249 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22250 active region.
22251 (org-export-as-html): Handle QUOTE keyword.
22252 (org-quote-string): New option.
22253 (org-bookmark-jump-unhide): New function, used for
22254 `bookmark-after-jump-hook'.
22255 (org-diary-default-entry): Apply only when not called through
22256 `org-agenda'.
22257
22258 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22259
22260 * net/eudc.el (mode-popup-menu):
22261 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22262 * progmodes/ada-mode.el (compile-auto-highlight)
22263 (skeleton-further-elements):
22264 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22265 * progmodes/cmacexp.el (msdos-shells):
22266 * progmodes/compile.el (font-lock-extra-managed-props)
22267 (font-lock-keywords, font-lock-maximum-size)
22268 (font-lock-support-mode):
22269 * progmodes/grep.el (font-lock-lines-before):
22270 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22271 * progmodes/mixal-mode.el (compile-command):
22272 * progmodes/perl-mode.el (font-lock-comment-face)
22273 (font-lock-doc-face, font-lock-string-face):
22274 * progmodes/prolog.el (comint-prompt-regexp):
22275 * progmodes/sh-script.el (font-lock-comment-face)
22276 (font-lock-set-defaults, font-lock-string-face):
22277 * progmodes/sql.el (font-lock-keyword-face)
22278 (font-lock-set-defaults, font-lock-string-face):
22279 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22280 (itimer-version, lazy-lock-defer-contextually)
22281 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22282 Add defvars.
22283
22284 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22285 (cperl-electric-keyword, cperl-electric-pod)
22286 (cperl-electric-backspace, cperl-forward-re)
22287 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22288 (vc-rcs-header, vc-sccs-header): Add defvars.
22289
22290 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22291 (font-lock-syntactic-keywords, gud-find-expr-function):
22292 Add defvars.
22293
22294 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22295 (gdb-frame-parameters): Declare before use.
22296
22297 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22298 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22299 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22300 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22301
22302 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22303 (idlwave-help-with-source): Use `insert-buffer-substring', not
22304 `insert-buffer'.
22305
22306 2005-08-29 Juri Linkov <juri@jurta.org>
22307
22308 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22309 Put outline-back-to-heading function call inside save-excursion.
22310
22311 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22312
22313 * man.el (Man-init-defvars, Man-translate-references)
22314 (Man-support-local-filenames, Man-highlight-references):
22315 * progmodes/sql.el (sql-interactive-mode):
22316 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22317
22318 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22319 (compilation-mode-font-lock-keywords): Add defvars.
22320 (checkdoc-interactive-loop): "?\ " -> "?\s".
22321
22322 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22323 (font-lock-doc-face, font-lock-string-face)
22324 (font-lock-keywords-case-fold-search): Add defvars.
22325 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22326
22327 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22328 Don't pass X and Y (they are ignored anyway).
22329 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22330 (mouse-delete-window): Make arguments optional.
22331
22332 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22333 (caesar-translate-table, minor-modes, news-buffer-save)
22334 (news-group-name, news-minor-modes): Add defvars.
22335
22336 * emacs-lisp/lselect.el (mouse-highlight-priority)
22337 (x-lost-selection-functions, zmacs-regions):
22338 * emacs-lisp/pp.el (font-lock-verbose):
22339 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22340 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22341 (ses-mode-map):
22342 * emacs-lisp/tcover-unsafep.el (safe-functions):
22343 * international/mule-cmds.el (mac-system-coding-system)
22344 (mac-system-locale):
22345 * language/ethio-util.el (rmail-current-message)
22346 (rmail-message-vector):
22347 * language/thai-util.el (thai-auto-composition-mode):
22348 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22349 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22350 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22351 (vm-primary-inbox, vm-spool-files):
22352 * mail/rmail.el (deleted-head, font-lock-fontified)
22353 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22354 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22355 (total-messages):
22356 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22357 (rmail-summary-mode-map):
22358 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22359 (rmail-last-label, rmail-last-multi-labels)
22360 (rmail-summary-vector, rmail-total-messages):
22361 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22362 * mail/rmailsum.el (msgnum):
22363 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22364 (rmail-current-message):
22365 * obsolete/fast-lock.el (font-lock-face-list):
22366 * obsolete/rnewspost.el (mail-reply-buffer):
22367 * obsolete/scribe.el (compile-command):
22368 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22369
22370 2005-08-28 John Paul Wallington <jpw@gnu.org>
22371
22372 * ibuf-ext.el (ibuffer-auto-update-changed):
22373 Use `frame-or-buffer-changed-p' to check whether we need to update.
22374 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22375 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22376 as a `frame-or-buffer-changed-p' state vector instead.
22377
22378 2005-08-27 Romain Francoise <romain@orebokech.com>
22379
22380 * textmodes/makeinfo.el (makeinfo-compile):
22381 Use `compilation-start'. Set `next-error-function' according to
22382 `disable-errors'.
22383 (makeinfo-next-error): New function.
22384 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22385 (makeinfo-buffer): Likewise.
22386
22387 * progmodes/compile.el (compilation-start): Add autoload cookie.
22388
22389 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22390 * textmodes/sgml-mode.el: Likewise.
22391 * progmodes/python.el: Likewise.
22392
22393 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22394
22395 * simple.el (blink-matching-paren-distance): Document the meaning
22396 of nil value, and allow to customize to nil.
22397
22398 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22399 command.com, not command.exe.
22400
22401 2005-08-26 John Wiegley <johnw@newartisans.com>
22402
22403 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22404 code around a bit so that an extraneous nil argument is not added
22405 to a command when no args are given.
22406
22407 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22408 double-quoted argument resolves to nil, return it as an empty
22409 string rather than as nil. This made it impossible to pass "" to
22410 a shell script as a null string argument.
22411
22412 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22413
22414 * outline.el (outline-invent-heading): New fun.
22415 (outline-promote, outline-demote): Use it.
22416 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22417 (outline-end-of-subtree): Remove unused var `opoint'.
22418
22419 2005-08-26 David Reitter <david.reitter@gmail.com>
22420
22421 * menu-bar.el (truncate-lines, write-file, print-buffer)
22422 (ps-print-buffer-faces, ps-print-buffer, split-window):
22423 Disable menu items when the frame they refer to is invisible, or when
22424 they refer to a buffer and the minibuffer is selected.
22425
22426 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22427
22428 * progmodes/flymake.el (flymake-highlight-err-lines):
22429 Use save-excursion around flymake-highlight-line to preserve point.
22430
22431 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22432
22433 * progmodes/octave-mod.el: Change Author and Maintainer address.
22434 (octave-maintainer-address): Change Kurt's email address.
22435 * progmodes/octave-inf.el: Change Author and Maintainer address.
22436 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22437
22438 2005-08-26 Kim F. Storm <storm@cua.dk>
22439
22440 * subr.el (version-list-<, version-list-<=, version-list-=):
22441 Rename from integer-list-*.
22442 (version-list-not-zero): Likewise. Fix while loop.
22443 (version=): Use version-list-= instead of string-equal.
22444
22445 2005-08-26 Richard M. Stallman <rms@gnu.org>
22446
22447 * outline.el (outline-promote): Try shortening the heading.
22448 As last resort, read the heading to use.
22449 (outline-demote): As last resort, read the heading to use.
22450
22451 2005-08-26 Romain Francoise <romain@orebokech.com>
22452
22453 * progmodes/compile.el (compilation-start): Doc fix.
22454
22455 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22456 (antlr-font-lock-additional-keywords): Fix reference to
22457 `antlr-font-lock-literal-regexp' erroneously changed during the
22458 mass face rename.
22459 (antlr-run-tool): Use `compilation-start'.
22460
22461 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22462 instead of the obsolete `compile-internal'.
22463
22464 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22465
22466 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22467 (number, original-date):
22468 * calendar/cal-china.el (date):
22469 * calendar/cal-coptic.el (date):
22470 * calendar/cal-french.el (date):
22471 * calendar/cal-hebrew.el (date, entry, number, original-date):
22472 * calendar/cal-islam.el (date, number, original-date):
22473 * calendar/cal-iso.el (date):
22474 * calendar/cal-julian.el (date):
22475 * calendar/cal-mayan.el (date):
22476 * calendar/cal-menu.el (date, event):
22477 * calendar/cal-persia.el (date):
22478 * calendar/lunar.el (date):
22479 * calendar/solar.el (date): Add defvars.
22480
22481 * emerge.el:
22482 * ibuffer.el:
22483 * info-xref.el:
22484 * obsolete/bg-mouse.el:
22485 * obsolete/sun-curs.el:
22486 * obsolete/swedish.el: Move the `defvar's to the top level.
22487
22488 * smerge-mode.el (smerge-refined-change): Add :group.
22489
22490 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22491
22492 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22493 (smerge-keep-n): Remove props.
22494 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22495 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22496 now that it's done in smerge-keep-n.
22497 (smerge-refined-change): New face.
22498 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22499 (smerge-refine): New funs.
22500 (smerge-basic-map): Bind smerge-refine.
22501
22502 2005-08-25 Juri Linkov <juri@jurta.org>
22503
22504 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22505 compilation-process-setup-function and compilation-disable-input
22506 in grep-mode instead of let-bindings in grep.
22507
22508 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22509 Delete "Automatic File De/compression" (auto-compression-mode).
22510
22511 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22512
22513 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22514 Silence warning about non-existent variable.
22515
22516 2005-08-25 Richard M. Stallman <rms@gnu.org>
22517
22518 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22519 Rename "Describe Key" to "Describe Key or Mouse Operation".
22520
22521 * mail/mailalias.el (build-mail-aliases): Delete comments
22522 from the contents before processing them.
22523
22524 * isearch.el (isearch-edit-string): Erase the Search prompt
22525 if user enters an empty string and there is no default.
22526
22527 * comint.el (comint-file-name-prefix): Add autoload.
22528
22529 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22530
22531 * subr.el (play-sound): Rearrange to avoid warning.
22532
22533 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22534
22535 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22536 New hook.
22537 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22538
22539 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22540
22541 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22542
22543 * custom.el (custom-theme-set-variables): Sort minor modes last.
22544
22545 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22546
22547 * subr.el (version-separator, version-regexp-alist): New vars used by
22548 version comparison funs.
22549 (integer-list-<, integer-list-=, integer-list-<=)
22550 (integer-list-not-zero): New funs for integer list comparison.
22551 (version-to-list, version=, version<, version<=): New funs for version
22552 comparison.
22553
22554 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22555
22556 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22557 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22558 time to silence the byte-compiler.
22559
22560 * ibuffer.el (ibuffer-compile-make-eliding-form)
22561 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22562 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22563 so it's silly to get warnings for it).
22564 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22565 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22566 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22567 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22568 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22569 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22570 Defvar at compile time.
22571 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22572 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22573 Declare them before use.
22574
22575 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22576 (info-xref-good, info-xref-bad): Defvar at compile time.
22577
22578 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22579 Use `let*' instead of `let'.
22580
22581 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22582 (*mouse-y*, menu, char): Defvar at compile time.
22583 (sc::menu): Declare it before use.
22584 (sc::pack-one-line): Use `let', not `let*'.
22585
22586 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22587 (mail-send-hook): Defvar at compile time.
22588
22589 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22590 Defvar at compile time.
22591
22592 * term/sun-mouse.el (current-global-mousemap)
22593 (current-local-mousemap): Declare them before use.
22594
22595 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22596
22597 * bookmark.el (bookmark-after-jump-hook): New hook.
22598 (bookmark-jump): Run `bookmark-after-jump-hook'.
22599
22600 2005-08-23 Juri Linkov <juri@jurta.org>
22601
22602 * faces.el (minibuffer-prompt): Doc fix.
22603
22604 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22605
22606 * progmodes/xscheme.el: Trivial changes to silence warnings.
22607 (xscheme-previous-mode, xscheme-previous-process-state):
22608 Add defvars.
22609 (xscheme-last-input-end, xscheme-process-command-line)
22610 (xscheme-process-name, xscheme-buffer-name)
22611 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22612 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22613 (xscheme-control-g-synchronization-p)
22614 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22615 (default-xscheme-runlight, xscheme-runlight)
22616 (xscheme-runlight-string, xscheme-process-filter-state)
22617 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22618 Move to beginning of file.
22619 (scheme-interaction-mode-commands-alist)
22620 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22621 Declare them before use. Note: the initialization code for the
22622 variables has not been moved because it uses functions that reference
22623 the variables.
22624 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22625 (xscheme-prompt-for-expression-map): Declare them before use.
22626 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22627
22628 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22629
22630 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22631
22632 2005-08-22 Juri Linkov <juri@jurta.org>
22633
22634 * faces.el (set-face-underline): Delete this duplicate function
22635 and make an obsolete alias to set-face-underline-p.
22636 (set-face-underline-p): Use docstring of set-face-underline.
22637 (describe-face): Create hyperlink to parent face.
22638
22639 * info.el (Info-insert-dir): Use save-excursion around
22640 insert-buffer-substring.
22641 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22642 (Info-escape-percent): Delete function.
22643 (Info-fontify-node): Replace Info-escape-percent by
22644 replace-regexp-in-string with REP arg set to lambda that
22645 duplicates `%' and preserves text properties.
22646
22647 * progmodes/compile.el (compilation-disable-input): Doc fix.
22648 (define-compilation-mode): Doc fix and refill.
22649 (kill-compilation): Use `mode-name' in the error message.
22650 (compilation-find-file): Use `compilation-error' in the
22651 read-file-name's prompt.
22652
22653 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22654
22655 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22656 (smerge-auto-leave): Make undo re-enable the mode.
22657 (debug-ignored-errors): Add the user-error of impossible resolution.
22658 (smerge-resolve): Move things around a bit, in preparation for later.
22659 (smerge-diff): Don't fail if the buffer has no associated file.
22660 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22661 (smerge-conflict-overlay): New function.
22662 (smerge-match-conflict): Don't add text properties here.
22663 (smerge-find-conflict): Instead, add an overlay here.
22664 Also check for the case where we're inside a conflict already, so as to
22665 obviate the need for font-lock-multiline, which is unbearably slow with
22666 large conflicts and ciomplex font-lock patterns.
22667 (smerge-remove-props): Remove overlay rather than text-properties.
22668 (smerge-mode): Don't set font-lock-multiline.
22669 Remove overlays when turned off.
22670
22671 2005-08-21 Kim F. Storm <storm@cua.dk>
22672
22673 * ido.el (ido-ignore-item-p): Use save-match-data.
22674 Bind case-fold-search to ido-case-fold locally.
22675
22676 2005-08-20 Richard M. Stallman <rms@gnu.org>
22677
22678 * files.el (normal-mode): If font lock is on, turn it off and on.
22679
22680 * subr.el (replace-regexp-in-string): Doc fix.
22681
22682 * startup.el (command-line-1): Don't suppress startup screen
22683 due to existing processes.
22684
22685 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22686
22687 * progmodes/compile.el (compilation-disable-input): Default to nil.
22688
22689 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22690
22691 * progmodes/compile.el (compilation-disable-input): New defcustom.
22692 (compilation-start): If compilation-disable-input is non-nil, send
22693 EOF to the compilation process.
22694
22695 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22696
22697 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22698 Run the argument of tex-shell-cd-command through
22699 convert-standard-filename, to get the correct style of slashes on
22700 Windows, and enclose the result in quotes, in case the file name
22701 includes whitespace or other special characters.
22702
22703 2005-08-19 Andreas Schwab <schwab@suse.de>
22704
22705 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22706 process.
22707
22708 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22709
22710 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22711
22712 2005-08-18 Kim F. Storm <storm@cua.dk>
22713
22714 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22715
22716 2005-08-18 Richard M. Stallman <rms@gnu.org>
22717
22718 * scroll-lock.el: New file.
22719
22720 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22721
22722 * dired.el (dired-move-to-end-of-filename):
22723 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22724
22725 2005-08-18 Kim F. Storm <storm@cua.dk>
22726
22727 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22728 rather than toggle mode when custom value is nil.
22729 (ido-everywhere): Fix defun doc string.
22730
22731 2005-08-17 Richard M. Stallman <rms@gnu.org>
22732
22733 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22734 as tag instead of "Inviolable".
22735
22736 2005-08-17 Kim F. Storm <storm@cua.dk>
22737
22738 * windmove.el (windmove-coordinates-of-position): Remove.
22739 (windmove-coordinates-of-window-position): Remove.
22740 (windmove-reference-loc): Use posn-at-point instead.
22741
22742 * subr.el (insert-for-yank-1): Doc fix.
22743
22744 * ido.el (ido-enter-matching-directory): Rename from
22745 ido-enter-single-matching-directory. Change `slash' choice to
22746 `only'. Add `first' choice.
22747 (ido-exhibit): Adapt to above changes.
22748
22749 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22750
22751 * Makefile.in: Expand comment about building loaddefs.el.
22752
22753 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22754
22755 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22756 Comment use of defadvice.
22757
22758 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22759
22760 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22761
22762 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22763 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22764 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22765 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22766 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22767 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22768 for backward compatibility for faces that did not appear in the
22769 previous Emacs release.
22770
22771 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22772
22773 2005-08-15 Kim F. Storm <storm@cua.dk>
22774
22775 * emulation/cua-base.el (cua-delete-region): Return t if
22776 deleted region was non-empty.
22777 (cua-replace-region): Inhibit overwrite-mode for
22778 self-insert-command if replaced region was non-empty.
22779 (cua--explicit-region-start, cua--status-string): Make them
22780 buffer-local at top-level...
22781 (cua-mode): ...rather than when mode is enabled.
22782
22783 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22784
22785 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22786 Set t for Emacs 21, 22, and so on.
22787
22788 2005-08-15 David Ponce <david@dponce.com>
22789
22790 * tree-widget.el: Update Commentary header.
22791 (tree-widget-theme): Doc fix.
22792 (tree-widget-space-width): New option.
22793 (tree-widget-image-properties): Look up in the default theme too.
22794 (tree-widget--cursors): Only for images with arrow pointer shape.
22795 (tree-widget-lookup-image): Pointer shape is hand by default.
22796 (tree-widget-icon): Rename generic icon widget from
22797 `tree-widget-control'.
22798 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
22799 derive from `tree-widget-icon'.
22800 (tree-widget-handle): Improve default look and feel of the text
22801 representation.
22802 (tree-widget): Rename :*-control properties to :*-icon properties.
22803 Add :action and :help-echo properties.
22804 (tree-widget-after-toggle-functions): Move.
22805 (tree-widget-close-node, tree-widget-open-node): Remove.
22806 (tree-widget-before-create-icon-functions): New hook.
22807 (tree-widget-value-create): Update to allow customization of icons
22808 and nodes at run-time via that new hook.
22809 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
22810 (tree-widget-icon-action, tree-widget-icon-help-echo)
22811 (tree-widget-action, tree-widget-help-echo): New functions.
22812
22813 2005-08-15 Kim F. Storm <storm@cua.dk>
22814
22815 * ido.el (ido-buffer-internal): Use with-no-warnings.
22816 (ido-make-merged-file-list): Use while-no-input.
22817
22818 2005-08-15 Richard M. Stallman <rms@gnu.org>
22819
22820 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
22821 (flyspell-large-region): Fix doc and custom type.
22822
22823 2005-08-14 Richard M. Stallman <rms@gnu.org>
22824
22825 * files.el (interpreter-mode-alist): Doc fix.
22826
22827 * mail/rmail.el (rmail-nonignored-headers): New variable.
22828 (rmail-clear-headers): Use it.
22829 (rmail-reply): Better handling of mail-followup-to header.
22830
22831 * progmodes/sh-script.el (sh-font-lock-keywords-var):
22832 Rename variable from sh-font-lock-keywords. In the `shell' entry,
22833 don't try to refer to executable-font-lock-keywords.
22834 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
22835 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
22836 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
22837 (sh-mode): Set comment-start-skip, local-abbrev-table,
22838 imenu-case-fold-search.
22839 (sh-set-shell): Don't set them here.
22840 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
22841 Don't cache the results in the original alist; don't ever modify
22842 that alist.
22843
22844 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
22845
22846 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
22847 empty.
22848
22849 2005-08-15 Andreas Schwab <schwab@suse.de>
22850
22851 * desktop.el: Put autoload cookie at risky-local-variable declarations.
22852
22853 * dired.el, info.el, mail/rmail.el: Revert last change.
22854
22855 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
22856
22857 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
22858 modification in `eval-after-load' form.
22859 * info.el: Likewise.
22860 * mail/rmail.el: Likewise.
22861
22862 2005-08-14 Juri Linkov <juri@jurta.org>
22863
22864 * progmodes/compile.el (compilation-mode-font-lock-keywords):
22865 Remove highlighting of "Compilation started". Highlight only
22866 the word "finished" in "Compilation finished". Add highlighting
22867 of "interrupt", "killed", "terminated" and the exit code.
22868 (compilation-start): Add newline after header. Use exactly the
22869 same time stamp format as the finishing message.
22870 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
22871
22872 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
22873 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
22874 Add highlighting of "interrupt", "killed", "terminated".
22875
22876 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
22877 enabled and the current command is self-insert-command, call it
22878 explicitly with overwrite-mode bound to nil, to not allow it
22879 to delete the character after the selected region.
22880
22881 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
22882
22883 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
22884 move-end-of-line, end-of-line, and beginning-of-line to the list
22885 of commands after which the echo area is updated.
22886
22887 2005-08-12 Eli Zaretskii <eliz@gnu.org>
22888
22889 * cus-edit.el (custom-save-all, custom-save-delete):
22890 Bind recentf-exclude to exclude custom-file.
22891
22892 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
22893
22894 * mail/rmailsum.el (rmail-summary-end-of-message): New command
22895 to go to the bottom of the mail message. Added to
22896 `rmail-summary-mode-map' with key "/".
22897 (rmail-summary-show-message): New (internal) function for use by
22898 both `rmail-summary-beginning/end-of-message'.
22899 (rmail-summary-beginning-of-message): Change to use
22900 rmail-summary-show-message.
22901
22902 * mail/rmail.el (rmail-end-of-message): New command to go to the
22903 end of the current message. Added to `rmail-mode-map' with key "/".
22904 (rmail-beginning-of-message): Fix to work as documented.
22905 (rmail-mode): Change documentation.
22906
22907 * progmodes/compile.el (compilation-start): Add the line
22908 "Compilation started" with compilation start time.
22909 (compilation-mode-font-lock-keywords): Add `started' to keywords.
22910
22911 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
22912
22913 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
22914 of menu items.
22915
22916 2005-08-11 Richard M. Stallman <rms@gnu.org>
22917
22918 * simple.el (pop-global-mark): Reverse test of widen-automatically.
22919
22920 * battery.el (battery-status-function): Don't use ignore-errors.
22921
22922 2005-08-11 Lute Kamstra <lute@gnu.org>
22923
22924 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
22925 define-obsolete-variable-alias.
22926
22927 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
22928
22929 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
22930 (ange-ftp-send-cmd): Revert last change, and expand
22931 the comment explaining the problem.
22932
22933 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
22934
22935 * ldefs-boot.el: Update.
22936
22937 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
22938 item to "Time, Load and Mail". Change help echo text.
22939
22940 * time.el (display-time-use-mail-icon, display-time-format)
22941 (display-time-string-forms): Shorten first line of docstrings.
22942
22943 2005-08-10 Lars Hansen <larsh@soem.dk>
22944
22945 * desktop.el (desktop-buffer-mode-handlers):
22946 Make non-customizable. Add autoload cookie. Change initial value to
22947 nil; add elements in respective modules instead. Fix doc string.
22948 (desktop-load-file): New function.
22949 (desktop-minor-mode-handlers): New autoloaded variable.
22950 (desktop-create-buffer): Call minor mode handlers.
22951 Use desktop-load-file to load major and minor mode modules prior to
22952 checking for a handler.
22953 (desktop-save): Don't add nil to desktop-minor-modes for minor
22954 modes with nil function in desktop-minor-mode-table. Don't delete
22955 desktop file before rewriting it.
22956 (desktop-locals-to-save): Add autoload cookie. Don't make
22957 automatically buffer-local. Add variables column-number-mode,
22958 size-indication-mode, indent-tabs-mode,
22959 indicate-buffer-boundaries, indicate-empty-lines and
22960 show-trailing-whitespace.
22961 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
22962 regexps. Don't use desktop-clear-preserve-buffers-regexp.
22963 (desktop-clear-preserve-buffers-regexp): Delete.
22964 (desktop-clear-preserve-buffers): Update initial value and docstring.
22965 (desktop-save-buffer): Fix doc string.
22966
22967 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
22968 (hilit-chg-desktop-restore): New function.
22969 (highlight-changes-mode): Add highlight-changes-mode to
22970 desktop-locals-to-save.
22971
22972 * dired.el: Add handler to desktop-buffer-mode-handlers.
22973 (dired-restore-desktop-buffer): Remove autoload cookie.
22974 (dired-mode): Add autoload cookie.
22975
22976 * info.el: Add handler to desktop-buffer-mode-handlers.
22977 (Info-restore-desktop-buffer): Remove autoload cookie.
22978 (Info-mode): Add autoload cookie.
22979
22980 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
22981 (mh-restore-desktop-buffer): Remove autoload cookie.
22982 (mh-folder-mode): Add autoload cookie.
22983
22984 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
22985 (rmail-restore-desktop-buffer): Remove autoload cookie.
22986
22987 2005-08-11 Masatake YAMATO <jet@gyve.org>
22988
22989 * hexl.el (hexl-address-region):
22990 (hexl-ascii-region, hexl-font-lock-keywords):
22991 (hexl-highlight-line-range): Use the term "region"
22992 instead of "area" for consistency with the other symbols
22993 defined in hexl.el.
22994
22995 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
22996
22997 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
22998 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
22999 out by Juri Linkov). Add `display-battery-mode'.
23000
23001 2005-08-09 Juri Linkov <juri@jurta.org>
23002
23003 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23004 Remove `-text' from face variable names.
23005 (compilation-error-file-name, compilation-warning-file-name)
23006 (compilation-info-file-name): Delete faces.
23007 (compilation-line-number, compilation-column-number):
23008 Remove face underlining.
23009 (compilation-message-face): Set to `underline' value by default.
23010 (compilation-error-face, compilation-warning-face)
23011 (compilation-info-face): Remove `-file-name' from face names.
23012 (compilation-error-text-face, compilation-warning-text-face)
23013 (compilation-info-text-face): Delete face variables.
23014 (compilation-text-face): Delete function.
23015
23016 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23017 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23018 (grep-error-face): Set to `compilation-error' instead of
23019 `compilation-error-face' (which is redefined to `grep-hit-face' in
23020 grep buffers).
23021 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23022 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23023
23024 * dired-aux.el (dired-do-query-replace-regexp):
23025 Use `query-replace-read-args'.
23026
23027 * replace.el (query-replace-read-from, query-replace-read-to)
23028 (query-replace-read-args): Rename arg `string' to `prompt'.
23029
23030 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23031
23032 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23033
23034 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23035 uploading files.
23036 (ange-ftp-canonize-filename): Handle file names beginning with ~
23037 correctly.
23038
23039 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23040
23041 * textmodes/fill.el (canonically-space-region)
23042 (fill-context-prefix, fill-french-nobreak-p)
23043 (fill-delete-newlines, fill-comment-paragraph)
23044 (justify-current-line): "?\ " -> "?\s".
23045
23046 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23047
23048 * textmodes/fill.el (fill-nonuniform-paragraphs):
23049 Improve argument/docstring consistency.
23050
23051 2005-08-09 Richard M. Stallman <rms@gnu.org>
23052
23053 * textmodes/ispell.el (ispell-word): More fboundp checks.
23054
23055 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23056 (find-file-noselect-1): Call it here, only if RAWFILE.
23057 (normal-mode): Always set some major mode.
23058 (save-some-buffers-action-alist): Change some explanation strings.
23059 (file-name-non-special): In the `quote' method, use unwind-protect.
23060
23061 2005-08-09 Magnus Henoch <mange@freemail.hu>
23062
23063 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23064 (ispell-have-aspell-dictionaries): New variable.
23065 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23066 (ispell-get-aspell-config-value): New function.
23067 (ispell-aspell-find-dictionary): New function.
23068 (ispell-aspell-add-aliases): New function.
23069 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23070 appropriate. Don't look for ispell dictionaries if we use aspell.
23071 (ispell-menu-map): Don't build a submenu of dictionaries.
23072
23073 2005-08-09 Richard M. Stallman <rms@gnu.org>
23074
23075 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23076 (sql-read-passwd): Use read-passwd.
23077
23078 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23079 (idlwave-toolbar-is-possible): Add defvars.
23080
23081 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23082 Avoid warnings.
23083
23084 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23085 (idlwave-system-class-info, idlwave-executive-commands-alist):
23086 Use defvar.
23087
23088 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23089
23090 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23091 Avoid warnings.
23092
23093 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23094 and content-type: headers.
23095
23096 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23097
23098 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23099 and rename some of them to be more self-explanatory.
23100
23101 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23102
23103 * startup.el (command-line-1): Implement -scriptload.
23104
23105 * replace.el (occur-engine): Initial *Occur* output not undoable.
23106
23107 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23108 and improve help strings.
23109
23110 * isearch.el (isearch-repeat): When changing direction,
23111 mark search successful.
23112
23113 * ediff-init.el: Use (featurep 'xemacs).
23114
23115 * comint.el (send-invisible): Identify buffer, if not selected.
23116
23117 * align.el: Delete autoload for c-guess-basic-syntax.
23118
23119 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23120
23121 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23122 Improve argument/docstring consistency. Doc fixes.
23123 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23124 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23125 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23126 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23127 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23128 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23129 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23130 Defvar at compile time.
23131
23132 2005-08-09 Juri Linkov <juri@jurta.org>
23133
23134 * info.el: Replace `info' with upper-case `Info' where appropriate.
23135 (info-title-1, info-title-2, info-title-3, info-title-4)
23136 (info-menu-header): Move up face definitions.
23137 (info-menu-star): Rename from `info-menu-5'.
23138 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23139 (Info-fontify-visited-nodes): Fix docstring.
23140 (Info-hide-note-references): Fix docstring.
23141 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23142 menu items in the same way as on cross-references.
23143 (info-apropos): Fix sorting order and formatting to be like in the
23144 stand-alone Info browser. Display error messages for 1 sec.
23145 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23146 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23147 from the menu bar.
23148 (Info-insert-dir): Restore point after calling
23149 `insert-buffer-substring'.
23150
23151 2005-08-08 Richard M. Stallman <rms@gnu.org>
23152
23153 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23154 (recompute-lucid-menubar): Add defvars.
23155
23156 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23157
23158 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23159
23160 * net/net-utils.el (run-dig): Rename from `dig'.
23161
23162 * play/gametree.el (gametree-mode): Use make-local-variable,
23163 not make-variable-buffer-local.
23164
23165 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23166
23167 * ansi-color.el (ansi-color-make-extent)
23168 (ansi-color-set-extent-face): Use fboundp, not functionp.
23169
23170 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23171 not make-variable-buffer-local.
23172
23173 * bookmark.el (Info-current-file): Add defvar.
23174 (bookmark-jump-noselect): Use with-no-warnings.
23175
23176 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23177
23178 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23179
23180 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23181
23182 * find-file.el (ada-procedure-start-regexp)
23183 (ada-package-start-regexp): Add defvars.
23184
23185 * info.el (Info-insert-dir): Use insert-buffer-substring.
23186
23187 * xml.el (xml-att-def-re): Add defvar.
23188
23189 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23190 calling convention.
23191
23192 * subr.el (while-no-input): Return t if there is input.
23193
23194 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23195
23196 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23197
23198 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23199
23200 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23201 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23202
23203 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23204
23205 * cmuscheme.el (scheme-start-file): Replace reference to
23206 `user-emacs-directory' by "~/.emacs.d/".
23207
23208 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23209
23210 * info.el (Info-dir-remove-duplicates): Avoid case folding
23211 in loop; instead, keep downcased strings for comparison.
23212 Suggested by Helmut Eller.
23213
23214 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23215
23216 Sync with Tramp 2.0.50.
23217
23218 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23219 XEmacs case; not necessary anymore.
23220 (tramp-user-regexp): Allow "@" as part of user name.
23221 (tramp-handle-set-visited-file-modtime)
23222 (tramp-handle-insert-file-contents)
23223 (tramp-handle-write-region): No special handling for
23224 `last-coding-system-used, because this is done in
23225 `tramp-accept-process-output' now.
23226 (tramp-accept-process-output): New defun.
23227 (tramp-process-one-action, tramp-process-one-multi-action)
23228 (tramp-wait-for-regexp, tramp-wait-for-output)
23229 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23230 Howells <dhowells@redhat.com>.
23231 (clear-visited-file-modtime): Defadvice removed. The check for
23232 unset buffer's modtime does not need to be based on
23233 `tramp-buffer-file-attributes'. Suggested by RMS.
23234 (tramp-message): Insert "\n" if not being at beginning of line.
23235 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23236 sequence with same logic.
23237 (tramp-completion-handle-expand-file-name): Discard call of
23238 `tramp-drop-volume-letter'. It is not necessary, and there have
23239 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23240 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23241 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23242 should always be visible.
23243 (tramp-handle-insert-directory, tramp-setup-complete)
23244 (tramp-set-process-query-on-exit-flag)
23245 (tramp-append-tramp-buffers): Pacify byte-compiler.
23246 (tramp-bug): Delete non-existing variables from list.
23247 Apply `tramp-load-report-modules' as pre-hook.
23248 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23249 `shell-prompt-pattern' because of non-7bit characters.
23250 Reported by Sebastian Luque <sluque@mun.ca>.
23251 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23252 (tramp-match-string-list): Remove function.
23253 (tramp-wait-for-regexp): Remove call of that function.
23254 Suggested by Kim F. Storm <storm@cua.dk>.
23255 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23256 instead of octal character code ?\600. The latter resulted in a
23257 syntax error with XEmacs.
23258
23259 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23260 XEmacs case; not necessary anymore.
23261 (tramp-smb-handle-write-region): No special handling for
23262 `last-coding-system-used, because this is done in
23263 `tramp-accept-process-output' now.
23264 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23265
23266 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23267
23268 * wid-edit.el (widget-choice-value-create):
23269 Unconditionally respect user choice. Set :explicit-choice back to nil
23270 when no longer needed.
23271 (widget-choice-action): Unconditionally respect user choice.
23272 Eliminate :explicit-choice-value.
23273
23274 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23275
23276 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23277 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23278 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23279 running new function `toggle-indicate-empty-lines'.
23280 Rename "Customize" item to "Customize fringe".
23281 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23282 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23283 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23284 Delete "Empty lines only" item.
23285 (menu-bar-showhide-fringe-ind-customize): New function.
23286 (menu-bar-showhide-fringe-ind-mixed)
23287 (menu-bar-showhide-fringe-ind-box)
23288 (menu-bar-showhide-fringe-ind-right)
23289 (menu-bar-showhide-fringe-ind-left)
23290 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23291 instead of `fringe-indicators'.
23292
23293 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23294
23295 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23296 Change the date of last update.
23297
23298 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23299
23300 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23301 (viper-exec-yank, viper-put-back): Don't display modification msg
23302 if in the minibuffer.
23303
23304 * viper-init.el (viper-replace-overlay-cursor-color)
23305 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23306 Make variables frame local.
23307
23308 * viper-util.el (viper-append-filter-alist): Use append instead of
23309 nconc.
23310
23311 * viper.el (viper-vi-state-mode-list)
23312 (viper-emacs-state-mode-list): Move help-mode and
23313 completion-list-mode from the first list to the second.
23314 (viper-mode): Docstring.
23315 (viper-go-away, viper-non-hook-settings): Don't localize
23316 minor-mode-alist in newer Emacsen. Add advice to
23317 set-cursor-color. Don't bind "\C-c\\".
23318
23319 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23320
23321 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23322 (scheme-macro-expand-command): New user options.
23323 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23324 (scheme-form-at-point, scheme-start-file)
23325 (scheme-interactively-start-process): New functions.
23326 (scheme-get-process): New function, extracted from `scheme-proc'.
23327 (run-scheme): Call `scheme-start-file' to get start file, and pass
23328 it to `make-comint'.
23329 (switch-to-scheme, scheme-proc):
23330 Call `scheme-interactively-start-process' if no Scheme buffer/process
23331 is available.
23332
23333 2005-08-06 Juri Linkov <juri@jurta.org>
23334
23335 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23336 Use `compilation-text-face', `compilation-info-text-face' and
23337 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23338 (compilation-error): New face.
23339 (compilation-error-file-name): Inherit from
23340 `compilation-error' instead of `font-lock-warning-face'.
23341 (compilation-warning-file-name): Inherit from
23342 `compilation-warning' instead of `font-lock-warning-face'.
23343 (compilation-info, compilation-error-file-name)
23344 (compilation-warning-file-name, compilation-info-file-name)
23345 (compilation-line-number, compilation-column-number): Doc fix.
23346 (compilation-error-text-face, compilation-warning-text-face)
23347 (compilation-info-text-face): New face variables.
23348 (compilation-line-face, compilation-column-face)
23349 (compilation-enter-directory-face)
23350 (compilation-leave-directory-face): Doc fix.
23351 (compilation-text-face): New function.
23352
23353 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23354 instead of 1 to display binary file names as info file links.
23355 (grep-error-face): Use `compilation-error-face' instead of
23356 `font-lock-keyword-face'.
23357 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23358 and `compilation-warning-text-face' instead of
23359 `font-lock-keyword-face'. Use `compilation-error-text-face'
23360 instead of `grep-error-face'.
23361
23362 2005-08-05 Kenichi Handa <handa@m17n.org>
23363
23364 * international/code-pages.el: Add autoload cookies for all coding
23365 systems.
23366
23367 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23368
23369 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23370
23371 2005-08-04 Juri Linkov <juri@jurta.org>
23372
23373 * progmodes/compile.el (compilation-mode-map):
23374 * progmodes/grep.el (grep-mode-map):
23375 Bind TAB to `compilation-next-error' and [backtab] to
23376 `compilation-previous-error'.
23377
23378 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23379 matching line numbers, column numbers and their ranges with regexp
23380 matching only line numbers.
23381 (grep-context-face): New face variable.
23382 (grep-mode-font-lock-keywords): Use it.
23383
23384 * faces.el (read-face-name): Delete duplicate faces.
23385
23386 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23387
23388 * thumbs.el (thumbs-find-image): Don't make variables
23389 automatically buffer local.
23390 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23391 (thumbs-image-num): Make automatically buffer local.
23392 (thumbs-show-thumbs-list): Use `make-local-variable', not
23393 `make-variable-buffer-local'.
23394 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23395
23396 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23397 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23398 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23399 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23400 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23401 (feelings-about, foullst, found, hello, history, howareyoulst)
23402 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23403 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23404 (neglst, obj, object, owner, please, problems, qlist)
23405 (random-adjective, relation, remlst, repetitive-shortness)
23406 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23407 (shortlst, something, sportslst, stallmanlst, states, subj)
23408 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23409 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23410 Defvar at compile time.
23411
23412 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23413 not `make-variable-buffer-local'.
23414
23415 2005-08-02 Kim F. Storm <storm@cua.dk>
23416
23417 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23418 rectangle overlay in selected window.
23419
23420 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23421
23422 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23423 instead of display group. Make `indicate-buffer-boundaries'
23424 customizable through Custom.
23425
23426 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23427
23428 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23429 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23430 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23431 (gdb-put-string): Fix typos in docstrings.
23432
23433 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23434
23435 Update copyright notices of files in progmodes directory for
23436 release of Emacs 22.1.
23437
23438 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23439
23440 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23441 Don't barf if the GUD buffer has been killed.
23442
23443 2005-08-01 Kim F. Storm <storm@cua.dk>
23444
23445 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23446
23447 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23448
23449 * simple.el (next-error-follow-minor-mode):
23450 make-variable-buffer-local -> make-local-variable.
23451
23452 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23453
23454 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23455 (byte-compile-form-make-variable-buffer-local): New functions to warn
23456 about misuses of make-variable-buffer-local where make-local-variable
23457 was meant.
23458
23459 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23460
23461 * bs.el (bs-attributes-list): Doc fix.
23462 (bs): Update url-link.
23463
23464 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23465 (desktop-load-default): Simplify.
23466
23467 * ibuffer.el (ibuffer-columnize-and-insert-list)
23468 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23469 (ibuffer-unmark-all, ibuffer-toggle-marks)
23470 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23471 (ibuffer-compile-make-format-form, ibuffer-format-column)
23472 (ibuffer-current-buffers-with-marks)
23473 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23474 (ibuffer): Doc fix.
23475 (ibuffer-mode): Fix typo in docstring.
23476 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23477 with `define-obsolete-variable-alias'.
23478 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23479
23480 2005-07-29 Kenichi Handa <handa@m17n.org>
23481
23482 * international/mule-cmds.el (select-message-coding-system):
23483 Be sure to use LF for end-of-line. If no coding system is decided,
23484 return iso-8859-1-unix.
23485
23486 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23487
23488 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23489 (ange-ftp-pending-error-line): New vars.
23490 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23491 to handle the non-fatal no-route-to-host messages.
23492 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23493
23494 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23495
23496 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23497 (isearch-quote-char, isearch-printing-char)
23498 (isearch-text-char-description): "?\ " -> "?\s".
23499 (isearch-lazy-highlight-cleanup)
23500 (isearch-lazy-highlight-initial-delay)
23501 (isearch-lazy-highlight-interval)
23502 (isearch-lazy-highlight-max-at-a-time)
23503 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23504 Declare with define-obsolete-*-alias macros.
23505 (isearch-forward): Fix typo in docstring.
23506 (search-invisible, search-ring-yank-pointer)
23507 (regexp-search-ring-yank-pointer): Doc fixes.
23508
23509 * recentf.el (recentf-menu-append-commands-p): Declare with
23510 `define-obsolete-variable-alias'.
23511 (recentf-max-saved-items, recentf-menu-filter)
23512 (recentf-arrange-by-rule-subfilter): Doc fixes.
23513 (recentf-menu-append-commands-flag)
23514 (recentf-initialize-file-name-history, recentf-expand-file-name)
23515 (recentf-clear-data): Fix typos in docstrings.
23516
23517 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23518
23519 * progmodes/gdb-ui.el: Smarten comments.
23520 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23521
23522 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23523
23524 * term/apollo.el (terminal-init-apollo): New function containing
23525 all former top level forms in the file.
23526 * term/bobcat.el (terminal-init-bobcat):
23527 * term/cygwin.el (terminal-init-cygwin):
23528 * term/iris-ansi.el (terminal-init-iris-ansi):
23529 * term/linux.el (terminal-init-linux):
23530 * term/news.el (terminal-init-news):
23531 * term/rxvt.el (terminal-init-rxvt):
23532 * term/sun.el (terminal-init-sun):
23533 * term/tvi970.el (terminal-init-tvi970):
23534 * term/vt100.el (terminal-init-vt100):
23535 * term/vt102.el (terminal-init-vt102):
23536 * term/vt125.el (terminal-init-vt125):
23537 * term/vt200.el (terminal-init-vt200):
23538 * term/vt201.el (terminal-init-vt201):
23539 * term/vt220.el (terminal-init-vt220):
23540 * term/vt240.el (terminal-init-vt240):
23541 * term/vt300.el (terminal-init-vt300):
23542 * term/vt320.el (terminal-init-vt320):
23543 * term/vt400.el (terminal-init-vt400):
23544 * term/vt420.el (terminal-init-vt420):
23545 * term/wyse50.el (terminal-init-wyse50):
23546 * term/xterm.el (terminal-init-xterm): Likewise.
23547
23548 * term/README: Describe the terminal-init-* functionality.
23549
23550 * startup.el (command-line): After loading the terminal initialization
23551 file call the corresponding terminal initialization function.
23552
23553 2005-07-27 Kenichi Handa <handa@m17n.org>
23554
23555 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23556 negative.
23557
23558 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23559 (ps-mule-composition-prologue): Fix for the case that
23560 RelativeCompose is false.
23561
23562 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23563
23564 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23565
23566 * descr-text.el (describe-char): Handle the case where the list of
23567 chars is displayed in a separate frame.
23568 Be a bit more discriminating when looking for the char.
23569
23570 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23571
23572 * bookmark.el (bookmark-automatically-show-annotations)
23573 (bookmark-read-annotation-text-func): Doc fixes.
23574 (bookmark-save): Improve argument/docstring consistency.
23575 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23576 (bookmark-alist-from-buffer)
23577 (bookmark-upgrade-file-format-from-0)
23578 (bookmark-grok-file-format-version)
23579 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23580 (bookmark-read-annotation-mode)
23581 (bookmark-insert-current-bookmark, bookmark-jump)
23582 (bookmark-exit-hook): Fix typos in docstrings.
23583 (bookmark-exit-hooks): Define as obsolete alias.
23584 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23585 not `bookmark-exit-hooks'. Fix docstring.
23586 (bookmark-bmenu-select): "?\ " -> "?\s".
23587
23588 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23589
23590 * startup.el (command-line): Fix typo.
23591
23592 2005-07-24 Richard M. Stallman <rms@gnu.org>
23593
23594 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23595 not emacs-quick-startup.
23596
23597 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23598
23599 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23600 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23601 instead of `reb-with-current-window'.
23602 (reb-prev-match): Likewise. Also, don't move left if the search
23603 was unsuccessful.
23604 (reb-initialize-buffer): New function.
23605 (re-builder, reb-change-syntax): Use it.
23606
23607 * man.el (Man-goto-page): Make second argument NOERROR optional.
23608
23609 2005-07-23 Richard M. Stallman <rms@gnu.org>
23610
23611 * man.el (Man-bgproc-sentinel): Check here for failure to find
23612 any man page in the output, and report the error here.
23613 (Man-arguments): Make it permanent local.
23614 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23615 (Man-mode): Pass t for NOERROR.
23616
23617 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23618 (grep-mode-font-lock-keywords):
23619 Don't use compilation-...-face for messages that are not file names.
23620
23621 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23622 Don't use compilation-...-face for messages that are not file names.
23623
23624 2005-07-22 Juri Linkov <juri@jurta.org>
23625
23626 * startup.el (normal-splash-screen): Update menu name.
23627
23628 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23629
23630 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23631
23632 * term/xterm.el: Load term/rxvt if the terminal is actually an
23633 rxvt terminal.
23634 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23635
23636 * term/rxvt.el (function-key-map): Use substitute-key-definition
23637 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23638
23639 * term/cygwin.el: New file.
23640
23641 2005-07-22 Kim F. Storm <storm@cua.dk>
23642
23643 * image-file.el (insert-image-file, image-file-yank-handler):
23644 Fix last change to maintain a (unique) yank-handler on yanked images.
23645
23646 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23647
23648 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23649 of the file size (as in "177B" for 177 bytes). This happens with
23650 "ls -lh" on FreeBSD.
23651
23652 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23653
23654 * hilit-chg.el (highlight-changes-global-initial-state)
23655 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23656 (hilit-chg-fixup, highlight-changes-mode):
23657 Fix typos in docstrings.
23658 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23659 Doc fixes.
23660
23661 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23662
23663 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23664 mode function using `eval-after-load'.
23665
23666 2005-07-21 Kim F. Storm <storm@cua.dk>
23667
23668 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23669 included when reporting an Emacs crash, and tell about the DEBUG file.
23670
23671 * image-file.el (insert-image-file): Add yank-handler.
23672 (image-file-yank-handler): Yank handler to make unique copies of
23673 images when they are yanked into a buffer next to each other.
23674
23675 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23676
23677 * comint.el (comint-use-prompt-regexp, comint-send-input)
23678 (comint-source-default, comint-extract-string)
23679 (comint-get-source, comint-word, comint-completion)
23680 (comint-source, comint-prompt-read-only, comint-update-fence):
23681 Fix typos in docstrings.
23682 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23683 Declare with define-obsolete-*-alias macros.
23684 (comint-previous-matching-input-from-input)
23685 (comint-next-matching-input-from-input)
23686 (comint-previous-matching-input, comint-next-matching-input)
23687 (comint-forward-matching-input):
23688 Improve argument/docstring consistency.
23689
23690 * desktop.el (desktop-clear-preserve-buffers-regexp):
23691 Also preserve the *server* buffer.
23692
23693 * simple.el (clone-indirect-buffer): Doc fix.
23694 (fixup-whitespace, just-one-space)
23695 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23696 (next-error, next-error-highlight)
23697 (next-error-highlight-no-select, next-error-last-buffer)
23698 (next-error-buffer-p, next-error-find-buffer, next-error)
23699 (previous-error, next-error-no-select, previous-error-no-select)
23700 (open-line, split-line, minibuffer-prompt-width, kill-new)
23701 (binary-overwrite-mode): Fix typos in docstrings.
23702 (set-fill-column): Fix typo in message.
23703
23704 * skeleton.el (skeleton-proxy-new): Doc fix.
23705
23706 * strokes.el (strokes-load-hook): Doc fix.
23707 (strokes-grid-resolution, strokes-get-grid-position)
23708 (strokes-renormalize-to-grid, strokes-read-stroke)
23709 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23710 (strokes-global-map): Fix typos in docstrings.
23711 (strokes-help): Doc fix. Fix help message and pass it through
23712 `substitute-command-keys'.
23713
23714 * tempo.el (tempo-insert-prompt, tempo-interactive)
23715 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23716 (tempo-insert-string-functions, tempo-local-tags)
23717 (tempo-define-template, tempo-insert-template)
23718 (tempo-insert-prompt-compat, tempo-is-user-element)
23719 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23720 Fix typos in docstrings.
23721
23722 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23723 (vcursor-key-bindings, vcursor-use-vcursor-map)
23724 (vcursor-find-window, vcursor-scroll-down)
23725 (vcursor-disable, vcursor-beginning-of-buffer)
23726 (vcursor-end-of-buffer): Fix typos in docstrings.
23727 (vcursor-relative-move, vcursor-get-char-count):
23728 Improve argument/docstring consistency.
23729
23730 * version.el: "?\ " -> "?\s".
23731
23732 * wid-edit.el (widget-default-create, widget-after-change)
23733 (widget-default-format-handler, widget-checklist-add-item)
23734 (widget-radio-add-item, widget-choose, widget-specify-secret)
23735 (widget-field-value-create, widget-field-value-get)
23736 (widget-editable-list-format-handler)
23737 (widget-editable-list-entry-create, widget-group-value-create)
23738 (widget-documentation-link-add)
23739 (widget-documentation-string-value-create): "?\ " -> "?\s".
23740 (widget-convert-text): Doc fix.
23741 (widget-narrow-to-field, widget-field-find)
23742 (widget-url-link-action, widget-emacs-library-link-action)
23743 (widget-color-notify): Fix typos in docstrings.
23744
23745 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23746 (x-select-text, set-w32-system-coding-system)
23747 (w32-add-charset-info): Fix typos in docstrings.
23748
23749 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23750 (cua-enable-cua-keys, cua-use-hyper-key)
23751 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23752 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23753
23754 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23755
23756 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23757 `defalias' instead of faking it.
23758
23759 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23760 (eshell-ls-missing, eshell-ls-dired-initial-args)
23761 (eshell-ls-use-in-dired): Fix typos in docstrings.
23762
23763 2005-07-20 Kim F. Storm <storm@cua.dk>
23764
23765 * emulation/cua-base.el (cua-mode): Improve doc string.
23766
23767 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23768
23769 * abbrev.el (expand-region-abbrevs): Doc fix.
23770 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23771 Improve argument/docstring consistency.
23772
23773 * arc-mode.el (archive-get-descr, archive-alternate-display):
23774 Doc fixes.
23775 (archive-l-e): Improve argument/docstring consistency.
23776 (archive-tmpdir, archive-unixdate, archive-unixtime)
23777 (archive-chmod-entry): Fix typos in docstrings.
23778 (archive-unflag, archive-unflag-backwards)
23779 (archive-unmark-all-files): "?\ " -> "?\s".
23780
23781 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23782 (Buffer-menu-not-modified, Buffer-menu-execute)
23783 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23784 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23785
23786 * composite.el (compose-string, encode-composition-rule)
23787 (compose-last-chars): Fix typos in docstrings.
23788
23789 * desktop.el (desktop-enable, desktop-basefilename):
23790 Declare with `define-obsolete-variable-alias'.
23791 (desktop-internal-v2s): Don't quote keywords.
23792 (desktop-clear): "?\ " -> "?\s".
23793
23794 * dired.el (dired-align-file, dired-flag-backup-files)
23795 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23796 (dired-listing-switches, dired-ls-F-marks-symlinks)
23797 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23798 (dired-directory, dired-faces, dired, dired-revert)
23799 (dired-mode, dired-summary, dired-view-file)
23800 (dired-copy-filename-as-kill, dired-delete-file)
23801 (dired-no-confirm, dired-unmark-all-marks)
23802 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
23803 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
23804 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
23805 Fix typos in message strings.
23806
23807 * dired-x.el (virtual-dired): Declare with `defalias'.
23808 (dired-mark-unmarked-files, dired-local-variables-file)
23809 (dired-omit-here-always): Doc fix.
23810 (dired-omit-mode, dired-find-subdir)
23811 (dired-enable-local-variables, dired-clean-up-buffers-too)
23812 (dired-extra-startup, dired-mark-extension, dired-jump)
23813 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
23814 (dired-smart-shell-command, dired-guess-shell-alist-user)
23815 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
23816 (dired-x-bind-find-file, dired-x-submit-report):
23817 Fix typos in docstrings.
23818 (dired-mark-unmarked-files): "?\ " -> "?\s".
23819
23820 * dirtrack.el (dirtrack-list): Fix typos in docstring.
23821
23822 * faces.el (describe-face): "?\ " -> "?\s".
23823 (read-all-face-attributes, read-face-font, modify-face)
23824 (face-attr-construct, italic): Fix typos in docstrings.
23825 (frame-update-face-colors): Declare with
23826 `define-obsolete-function-alias'.
23827
23828 * files.el (find-file-noselect, recode-file-name): Doc fixes.
23829 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
23830 (magic-mode-alist, buffer-file-numbers-unique)
23831 (write-file-functions, get-free-disk-space):
23832 Fix typos in docstrings.
23833 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
23834 (write-contents-hooks, write-file-hooks):
23835 Declare with `define-obsolete-variable-alias'.
23836
23837 * forms-d2.el (arch-rj): Fix typo in docstrings.
23838 (arch-tocol): Likewise. "?\ " -> "?\s".
23839
23840 * frame.el (set-frame-font, cursor-in-non-selected-windows):
23841 Fix typo in docstring.
23842 (set-screen-width, set-screen-height): Delete redundant info in
23843 doctrings.
23844 (new-frame, screen-height, screen-width): Declare with
23845 `define-obsolete-function-alias'.
23846 (delete-frame-hook, blink-cursor): Declare with
23847 `define-obsolete-variable-alias'.
23848
23849 * paths.el (prune-directory-list): Fix typos in docstring.
23850
23851 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
23852 (cvs-prefix-get): Fix typos in docstrings.
23853
23854 * ps-print.el (ps-extend-face-list, ps-extend-face)
23855 (ps-print-background-image): Fix typos in docstrings.
23856 (ps-default-fg, ps-default-bg): Doc fixes.
23857
23858 * s-region.el (s-region-bind): Doc fix.
23859 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
23860
23861 * textmodes/org.el (org-table-formula-substitute-names)
23862 (org-table-get-vertical-vector): Doc fixes.
23863 (org-table-recalculate): Remove unused argument to `message'.
23864
23865 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
23866
23867 * textmodes/org.el (org-table-column-names)
23868 (org-table-column-name-regexp)
23869 (org-table-named-field-locations): New variables.
23870 (org-archive-subtree): Protect `this-command' when calling
23871 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
23872 the kill buffer.
23873 (org-complete): Remove fixed-formula completion.
23874 (org-edit-formulas-map): New variable.
23875 (org-table-edit-formulas): New command.
23876 (org-finish-edit-formulas, org-abort-edit-formulas)
23877 (org-show-variable, org-table-get-vertical-vector): New functions.
23878 (org-table-maybe-eval-formula): Handle `:=' fields.
23879 (org-table-get-stored-formulas, org-table-store-formulas)
23880 (org-table-get-formula, org-table-modify-formulas)
23881 (org-table-replace-in-formulas): Handle named field formulas.
23882 (org-table-get-specials): Store locations of named fields.
23883
23884 2005-07-19 Juri Linkov <juri@jurta.org>
23885
23886 * progmodes/grep.el (grep-regexp-alist)
23887 (grep-mode-font-lock-keywords, grep-process-setup):
23888 Use default GNU grep match color "01;31m" instead of "01;41m".
23889 (grep-regexp-alist, grep-mode-font-lock-keywords):
23890 Use `\\[[0-9]*m' instead of `\\[00m'.
23891 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
23892 sgr_start where its handling is more important. Use the real
23893 length of sgr_start instead of constant 8.
23894 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
23895 specially. Delete all remaining escape sequences.
23896 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
23897 (grep-regexp-alist): Make hyperlink only for binary file name
23898 instead of the whole line.
23899 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
23900 (grep-mode): Add autoload.
23901
23902 * emacs-lisp/find-func.el (find-function-regexp):
23903 Add `define-compilation-mode'.
23904
23905 2005-07-19 Juri Linkov <juri@jurta.org>
23906
23907 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
23908 (compare-windows-sync-string-size, compare-windows-recenter)
23909 (compare-windows-highlight, compare-windows): Add version 22.1.
23910 (compare-windows) <defface>: Inherit from lazy-highlight instead
23911 of duplicating its default value.
23912
23913 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
23914 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
23915
23916 * descr-text.el (describe-char): Create link buttons for `charset'
23917 and `code point'. Add the current input method name with a link
23918 button to `to input' field. Print face names of display table
23919 characters in `The display table entry is displayed by' section
23920 instead of printing face-id in the `display' field.
23921 Guess hardcoded faces and create a link button for them.
23922 Skip empty fields when calculating max-width.
23923 Treat `widget-create' specially while inserting strings from the
23924 collected field list.
23925 (describe-char-after): Made obsolete in version 22.1, not 21.5.
23926
23927 * diff-mode.el (diff-file-header): Change foreground color from
23928 yellow to green on light backgrounds.
23929 (diff-context): Inherit from `shadow' only for color/grayscale
23930 with more than 88 colors.
23931 (diff-indicator-removed, diff-indicator-added)
23932 (diff-indicator-changed): New faces.
23933 (diff-font-lock-keywords): Use new faces. Regroup rules.
23934 Add "^---$" for `normal' diff format. Fontify `#' lines with
23935 font-lock-comment-delimiter-face and font-lock-comment-face.
23936 Add `#' to ^[^...] in the rule for `diff-context-face'.
23937
23938 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
23939 a button-like box. Inherit from `highlight' on low colors.
23940 (shadow): Use shades of gray only for color/grayscale with
23941 more than 88 colors. Use green for light backgrounds with
23942 8 colors, and yellow for dark backgrounds with 8 colors.
23943
23944 * font-lock.el (font-lock-regexp-grouping-backslash):
23945 Don't inherit from escape-glyph (use bold for all cases).
23946
23947 * info.el (info-xref-visited): Use light foreground color `violet'
23948 for dark backgrounds instead of dark color `magenta3'.
23949 (info-title-1): Use `yellow' color for dark backgrounds.
23950
23951 * isearch.el (isearch): Use not-too-dark magenta3 instead of
23952 too-light magenta2.
23953
23954 * replace.el (match): Use slightly more light RoyalBlue3 instead
23955 of dark RoyalBlue4.
23956
23957 * wid-edit.el (widget-inactive): Inherit from `shadow'.
23958
23959 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
23960
23961 * novice.el (disabled-command-hook): Declare it with
23962 `define-obsolete-variable-alias'.
23963
23964 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
23965 (desktop-buffer-misc-functions, desktop-buffer-handlers)
23966 (desktop-load-default): Add release to obsolescence info.
23967 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
23968 (desktop-append-buffer-args, desktop-read):
23969 Fix typos in docstrings.
23970 (desktop-kill): Fix typo in message.
23971 (desktop-save): Doc fix.
23972
23973 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
23974
23975 * viper-cmd.el (viper-escape-to-state): Bug fix.
23976 (viper-envelop-ESC-key): Change the definition of fast
23977 keysequence so it'll work with keyboard macros.
23978
23979 * ediff.el (ediff-patch-buffer): Change the docstring.
23980
23981 2005-07-19 Kenichi Handa <handa@m17n.org>
23982
23983 * international/mule-cmds.el (select-safe-coding-system): Try to
23984 use an auto-coding (if any) before anything else. If the found
23985 auto-coding is invalid, show a warning message.
23986
23987 * international/mule.el (find-auto-coding): New function created
23988 by modifying the body of set-auto-coding.
23989 (set-auto-coding): Use find-auto-coding to find a coding.
23990
23991 2005-07-18 Richard M. Stallman <rms@gnu.org>
23992
23993 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
23994 not isearch-mode-end-hook-error.
23995 (allout-before-change-protect): Fix error message.
23996
23997 2005-07-18 Juri Linkov <juri@jurta.org>
23998
23999 * allout.el (allout-mode):
24000 * calculator.el (calculator-copy):
24001 * custom.el (custom-known-themes):
24002 * dired.el (dired-desktop-buffer-misc-data)
24003 (dired-restore-desktop-buffer):
24004 * dired-x.el (dired-omit-marker-char):
24005 * files.el (basic-save-buffer):
24006 * font-core.el (font-lock-mode):
24007 * calendar/calendar.el (calendar-goto-hebrew-date)
24008 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24009 (calendar-goto-persian-date):
24010 * language/ethio-util.el (ethio-sera-to-fidel-region):
24011 * textmodes/picture.el (picture-mode):
24012 Delete duplicate duplicate words.
24013
24014 2005-07-18 Juri Linkov <juri@jurta.org>
24015
24016 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24017 chars * ? } |.
24018 (isearch-fallback): Don't call `isearch-process-search-char'.
24019 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24020 (isearch-process-search-char): Call `isearch-fallback' for regexp
24021 chars * ? } |.
24022 (isearch-return-char): Make obsolete with `make-obsolete' instead
24023 of simply documenting it as obsolete in the docstring.
24024 (isearch-fallback): Refill docstring.
24025
24026 * international/isearch-x.el
24027 (isearch-process-search-multibyte-characters): Remove unneeded
24028 `concat'. Add intermediate values to `junk-hist' instead of
24029 `minibuffer-history'. Test the length of `str'.
24030
24031 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24032
24033 * allout.el (allout-resolve-xref): Fix typos in error strings.
24034 (allout-before-change-protect): Remove unneeded `concat'.
24035
24036 * array.el (array-mode, array-reconfigure-rows)
24037 (untabify-backward): Fix typos in docstrings.
24038 (array-reconfigure-rows): Use `insert-buffer-substring', not
24039 `insert-buffer'.
24040
24041 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24042 * progmodes/ada-mode.el (ada-make-body):
24043 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24044
24045 * dired.el (dired-log):
24046 * tar-mode.el (tar-subfile-save-buffer):
24047 * play/zone.el (zone-pgm-stress-destress):
24048 Use `insert-buffer-substring', not `insert-buffer'.
24049
24050 2005-07-17 Simon Josefsson <jas@extundo.com>
24051
24052 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24053
24054 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24055
24056 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24057 Add plain auth method.
24058 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24059
24060 2005-07-17 Kim F. Storm <storm@cua.dk>
24061
24062 * ido.el (dired-other-window): Add ido property.
24063
24064 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24065
24066 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24067 Fix typo in docstring.
24068 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24069 `insert-file-literally'.
24070
24071 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24072 info and delete redundant message. Doc fix.
24073 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24074 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24075
24076 2005-07-16 Richard M. Stallman <rms@gnu.org>
24077
24078 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24079 (byte-compile-and): Use byte-compile-and-recursion.
24080 (byte-compile-or-recursion): New function.
24081 (byte-compile-or): Use that.
24082 (byte-compile-if): Guard the else-clause too.
24083 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24084
24085 * isearch.el (isearch-mode-end-hook-quit): New variable.
24086 (isearch-done): Bind it.
24087 (isearch-mode-end-hook): Doc fix.
24088
24089 * allout.el (allout-isearch-did-quit): Variable deleted.
24090 (allout-real-isearch-abort): Function name no longer used.
24091 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24092 (allout-isearch-rectification): isearch-mode always exists.
24093 Don't set allout-isearch-did-quit.
24094 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24095 allout-isearch-did-quit.
24096 (allout-enwrap-isearch): Just add the hook.
24097 (allout-isearch-abort): Function deleted.
24098 (allout-pre-command-business): Avoid warning.
24099
24100 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24101 Correctly avoid warnings.
24102 (pascal-outline): Likewise.
24103
24104 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24105
24106 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24107
24108 * play/tetris.el (tetris-mode): Avoid warning.
24109
24110 * play/snake.el (snake-mode): Avoid warning.
24111
24112 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24113 (gamegrid-set-display-table): Avoid warning.
24114 (gamegrid-set-timer): Likewise.
24115 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24116 (gamegrid-add-score-with-update-game-score-1): Take FILE
24117 as argument.
24118 (gamegrid-add-score-with-update-game-score): Pass that argument.
24119 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24120
24121 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24122
24123 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24124 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24125
24126 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24127 and insert-file.
24128
24129 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24130 (sc-ask): Avoid warnings.
24131
24132 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24133 (eshell-hist-initialize): Use that var the natural way.
24134
24135 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24136
24137 * emacs-lisp/re-builder.el (reb-cook-regexp):
24138 Avoid warning calling lre-compile-string.
24139 (reb-color-display-p): Avoid warning.
24140
24141 * calculator.el (calculator-last-input): Guard uses
24142 of event-key and key-press-event-p.
24143 (event-key, key-press-event-p): Delete definitions.
24144
24145 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24146 (find-gc-source-directory, find-gc-subrs-callers)
24147 (find-gc-noreturn-list, find-gc-source-files)
24148 (find-gc-subrs-called): Vars renamed and defvar'd.
24149
24150 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24151 (checkdoc-overlay-put, checkdoc-delete-overlay)
24152 (checkdoc-overlay-start, checkdoc-overlay-end)
24153 (checkdoc-mode-line-update, checkdoc-char=):
24154 Define such that compiler knows they are defined.
24155 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24156 (checkdoc-read-event): Delete. Use read-event directly.
24157
24158 * whitespace.el (whitespace-make-overlay)
24159 (whitespace-overlay-put, whitespace-delete-overlay)
24160 (whitespace-overlay-start, whitespace-overlay-end):
24161 Define such that compiler knows they are defined.
24162 (whitespace): Move conditional inside.
24163
24164 * tempo.el (tempo-insert-template): Suppress warning.
24165
24166 * ediff-diff.el (longlines-mode): Add defvar.
24167
24168 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24169
24170 * server.el: Bind "C-x #" in a way that works even if C-x is
24171 redefined to a command key, not a prefix key.
24172
24173 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24174
24175 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24176 cl-make-type-test till execution time.
24177
24178 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24179
24180 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24181 arg ARG and use it.
24182
24183 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24184
24185 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24186
24187 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24188
24189 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24190 a defcustom with two :set or :type keywords.
24191
24192 2005-07-15 Richard M. Stallman <rms@gnu.org>
24193
24194 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24195 Don't give ^M comment-end syntax.
24196
24197 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24198
24199 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24200 Don't consider gdbmi (gdb-mi.el has its own update functions).
24201 (gdb-var-delete): Make it work for gdbmi as well.
24202 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24203
24204 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24205 (gud-speedbar-menu-items): Correct logic for enabling items.
24206
24207 2005-07-15 Kim F. Storm <storm@cua.dk>
24208
24209 * ido.el: Fix commentary.
24210 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24211 Use with-no-warnings around ffap-guesser.
24212 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24213 Let bind minibuffer-completing-file-name to t.
24214
24215 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24216
24217 * startup.el (site-run-file, keyboard-type): Doc fixes.
24218 (command-line): Check for "--basic-display" argument; also for
24219 "--quick", not "--bare-bones" (which was renamed).
24220 (fancy-splash-text): Add missing item "Getting New Versions".
24221 (normal-splash-screen): Fix typos and improve consistency with
24222 `fancy-splash-text'. Update copyright year.
24223
24224 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24225 valid binding for `help-char'.
24226
24227 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24228
24229 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24230
24231 * term.el (term-mode): Disable cua-mode for term buffers.
24232
24233 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24234
24235 * add-log.el (add-log-mailing-address, change-log-merge):
24236 Doc fixes.
24237 (change-log-get-method-definition): Fix typo in docstring.
24238
24239 2005-07-14 Kim F. Storm <storm@cua.dk>
24240
24241 * emulation/cua-base.el:
24242 (cua--pre-command-handler-1, cua--pre-command-handler)
24243 (cua--post-command-handler-1, cua--post-command-handler):
24244 Split in two. Check (buffer local) value of cua-mode.
24245 (cua-selection-mode): New command.
24246
24247 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24248
24249 * custom.el (custom-initialize-safe-set)
24250 (custom-initialize-safe-default): Doc fixes.
24251
24252 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24253 and simplify :init-value again.
24254
24255 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24256 and simplify :init-value again. Delete autoload.
24257
24258 * startup.el (command-line): Use `custom-reevaluate-setting' again
24259 for tooltip-mode.
24260
24261 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24262 a defcustom with two :initialize keywords.
24263
24264 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24265
24266 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24267 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24268 (allout-post-command-business, allout-flag-region)
24269 (isearch-reenable-font-lock, allout-yank)
24270 (allout-insert-latex-header, allout-insert-latex-trailer)
24271 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24272 (allout-latex-verb-quote): Fix typos in docstrings.
24273 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24274 (allout-unprotected, allout-prefix-data):
24275 Improve argument/docstring consistency.
24276 (allout-chart-subtree): Fix argument spec.
24277 (allout-open-topic): Rename `use_sib_bullet' argument to
24278 `use-sib-bullet'. Doc fix.
24279
24280 * whitespace.el (whitespace-check-buffer-leading)
24281 (whitespace-check-buffer-trailing)
24282 (whitespace-check-buffer-indent)
24283 (whitespace-check-buffer-spacetab)
24284 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24285 (whitespace-check-leading-whitespace)
24286 (whitespace-check-trailing-whitespace)
24287 (whitespace-check-spacetab-whitespace)
24288 (whitespace-check-indent-whitespace)
24289 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24290 (whitespace-modes): Fix typos in docstrings.
24291 (defgroup, defcustom): Doc fixes.
24292
24293 * winner.el (winner-mode, winner-boring-buffers)
24294 (winner-pending-undo-ring): Doc fixes.
24295 (winner-ring): Remove unneeded `progn'.
24296 (winner-equal): `defsubst' it.
24297 (winner-redo): Fix message.
24298
24299 2005-07-13 Kim F. Storm <storm@cua.dk>
24300
24301 * simple.el (line-move-1): Always use vertical-motion to
24302 do the last (or only) line move to ensure some movement.
24303 Undo 2005-06-23 change--don't check for overlays.
24304
24305 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24306
24307 * term/mac-win.el (ccl-encode-mac-roman-font)
24308 (ccl-encode-mac-centraleurroman-font)
24309 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24310 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24311 Change charset-id boundary of dimension to ?\xef.
24312 (mac-char-fontspec-list): New constant.
24313 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24314 argument. Nil uses itself as family in font-spec. Previous
24315 behavior for nil is now provided by non-nil non-string argument.
24316 All callers changed. Add font-specs for Mac fonts to
24317 "fontset-default" unless iso8859-1 fonts are installed.
24318
24319 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24320
24321 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24322 a continuation line if the \ is preceded by SPC or TAB.
24323 (sh-get-indent-info): Simplify.
24324 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24325 Use with-current-buffer.
24326
24327 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24328 when the matched text is empty.
24329
24330 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24331
24332 * startup.el (command-line): Revert to previous handling of
24333 tooltip-mode. Explain in comment why the complexity is needed.
24334
24335 * tooltip.el (tooltip-mode): Revert to previous implementation of
24336 its defcustom.
24337
24338 * frame.el (blink-cursor-mode): Revert to previous implementation
24339 of its defcustom. Update comment.
24340
24341 2005-07-12 Lars Hansen <larsh@soem.dk>
24342
24343 * desktop.el: Update e-mail address.
24344
24345 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24346
24347 * term/mac-win.el (mac-services-mail-selection)
24348 (mac-services-mail-to): New functions.
24349 (mac-application-menu-map): Bind them.
24350
24351 2005-07-12 wulei <milton@wulei.net> (tiny change)
24352
24353 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24354
24355 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24356
24357 * custom.el (custom-reevaluate-setting): Doc fix.
24358
24359 2005-07-11 Jay Belanger <belanger@truman.edu>
24360
24361 * calc/calc.el (calc-embedded-announce-formula-alist)
24362 (calc-embedded-open-close-plain-alist)
24363 (calc-embedded-open-close-mode-alist): Add checks for additional
24364 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24365
24366 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24367
24368 * custom.el (custom-enable-theme): Don't add theme to
24369 `custom-enabled-themes' with `push' because there is no
24370 setf-method for `delq'.
24371
24372 2005-07-11 Richard M. Stallman <rms@gnu.org>
24373
24374 * custom.el (custom-declare-variable): Doc fix.
24375
24376 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24377 from the alists.
24378
24379 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24380 Do nothing if edebug-active.
24381
24382 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24383 (edebug-display): Do it here instead.
24384
24385 2005-07-10 Richard M. Stallman <rms@gnu.org>
24386
24387 * cus-face.el (custom-theme-set-faces): Make it work.
24388 (custom-reset-faces): Doc fix.
24389 (custom-theme-reset-internal-face, custom-theme-face-value):
24390 Functions deleted.
24391
24392 * custom.el (custom-push-theme): Maintain list of the settings
24393 of a given theme in its theme-settings property.
24394 Maintain position of old settings in the theme-value
24395 or theme-face property.
24396 (custom-enabled-themes): New variable.
24397 (custom-theme-enabled-p): New function.
24398 (provide-theme): Update custom-enabled-themes.
24399 Disable and reenable the `user' theme.
24400 (require-theme): Doc fix.
24401 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24402 (custom-theme-value, custom-theme-variable-value): Likewise.
24403 (custom-theme-reset-internal): Likewise.
24404 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24405 (custom-enable-theme, custom-disable-theme): New functions.
24406 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24407 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24408 (custom-theme-reset-variables): Simplify.
24409 (deftheme, custom-declare-theme, custom-make-theme-feature):
24410 Definitions moved.
24411
24412 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24413
24414 * longlines.el (longlines-show-region)
24415 (longlines-unshow-hard-newlines): Recognize hard newlines by
24416 non-nil hard property, instead of t.
24417
24418 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24419
24420 * viper-cmd.el (viper--key-maps): New variable.
24421 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24422 emulation-mode-map-alists.
24423 (viper-envelop-ESC-key): Use viper-subseq.
24424 (viper-search-forward/backward/next): Disable debug-on-error.
24425
24426 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24427 (viper-ESC-key): New defcustoms.
24428
24429 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24430
24431 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24432 (viper-subseq): Copy of subseq from cl.el.
24433
24434 * viper.el (viper-go-away, viper-set-hooks): Use
24435 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24436
24437 * viper-mous.el (viper-current-frame-saved): Use defvar.
24438
24439 * viper-init.el: Get rid of -face in face names.
24440
24441 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24442 Make it work with longlines mode
24443
24444 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24445
24446 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24447
24448 * ediff-init.el: Get rid of -face in face names.
24449
24450 2005-07-10 Richard M. Stallman <rms@gnu.org>
24451
24452 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24453 and with-timeout-unsuspend.
24454
24455 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24456 and with-timeout-unsuspend.
24457
24458 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24459 (with-timeout): Bind that variable to record timers.
24460 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24461
24462 * emacs-lisp/debug.el (debug-help-follow): New function.
24463 (debugger-mode-map): Use that instead of help-follow.
24464 (debugger-setup-buffer): Use eval-buffer-list
24465 to handle eval-buffer frames.
24466
24467 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24468
24469 * timezone.el (timezone-parse-date): Change first regexp
24470 so it will not mistakenly match dates with no time zone.
24471
24472 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24473
24474 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24475
24476 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24477
24478 * custom.el (custom-initialize-safe-set)
24479 (custom-initialize-safe-default): New functions.
24480
24481 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24482 and simplify :init-value.
24483
24484 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24485 and simplify :init-value. Delete obsolete comment.
24486
24487 * startup.el (command-line): Use `custom-reevaluate-setting' to
24488 handle `tooltip-mode'. Delete obsolete comment.
24489
24490 * files.el (set-visited-file-name): Avoid calling
24491 `file-name-nondirectory' with a nil argument.
24492
24493 2005-07-09 Richard M. Stallman <rms@gnu.org>
24494
24495 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24496 was called with nil for the buffer, handle the read position right.
24497 Handle read position for eval-region, too.
24498
24499 2005-07-09 Juri Linkov <juri@jurta.org>
24500
24501 * fringe.el (fringe-mode): Add period in docstring.
24502 (fringe-query-style): Build prompt depending on `all-frames' arg.
24503
24504 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24505 to not create links to unrelated functions in the Help buffer.
24506
24507 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24508 Doc fix.
24509
24510 * simple.el (next-error-hook): New variable.
24511 (next-error): Use it. Doc fix.
24512
24513 * textmodes/ispell.el (ispell-command-loop): Add current
24514 dictionary name and program name to mode-line-format.
24515 (ispell-region, ispell-process-line): Add current dictionary name
24516 and program name to messages.
24517
24518 2005-07-08 Jay Belanger <belanger@truman.edu>
24519
24520 * calc/calc.el (calc-embedded-announce-formula-alist)
24521 (calc-embedded-open-close-formula-alist)
24522 (calc-embedded-open-close-word-alist)
24523 (calc-embedded-open-close-plain-alist)
24524 (calc-embedded-open-close-new-formula-alist)
24525 (calc-embedded-open-close-mode-alist)
24526 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24527 (calc-embedded-mode-hook): New variables.
24528
24529 * calc/calc-embed.el (calc-embedded-firsttime)
24530 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24531 New variables.
24532 (calc-do-embedded): Use calc-embedded-firsttime,
24533 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24534 determine whether or not to run hooks.
24535 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24536 calc-embedded-firsttime-formula appropriately.
24537 Set calc-embedded delimiter variables according to mode.
24538
24539 2005-07-08 Richard M. Stallman <rms@gnu.org>
24540
24541 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24542 Check for "emacs", etc., as entire symbol, not just as word.
24543 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24544
24545 * files.el (set-visited-file-name): Report the error
24546 for "empty filename" earlier.
24547 (kill-some-buffers): Ignore buffers already dead.
24548
24549 * fringe.el (fringe-mode): Doc fix.
24550
24551 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24552 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24553 Use unwind-protect to ensure byte-compile-unresolved-functions
24554 is updated.
24555
24556 * whitespace.el (whitespace-buffer-leading-cleanup):
24557 Simplify w/ skip-chars-forward.
24558 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24559
24560 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24561 Unconditionally try to leave point at the same old place.
24562
24563 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24564
24565 * comint.el (comint-postoutput-scroll-to-bottom)
24566 (comint-show-maximum-output): Take scroll-margin into consideration.
24567
24568 2005-07-08 Kim F. Storm <storm@cua.dk>
24569
24570 * ido.el (ido-use-filename-at-point): New choice `guess'.
24571 (ido-file-internal): Try ffap-guesser if selected.
24572
24573 * ido.el (ido-before-fallback-functions): New hook.
24574 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24575 (ido-read-file-name): Run it.
24576
24577 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24578
24579 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24580 strings rather than a list of symbols to the completion function.
24581
24582 2005-07-07 Jay Belanger <belanger@truman.edu>
24583
24584 * calc/calc-units.el (math-apply-units): Change the places in
24585 which units are simplified.
24586
24587 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24588
24589 * cus-edit.el (customize-option, customize-option-other-window):
24590 Make them handle aliases.
24591
24592 * custom.el (custom-variable-p): Make it recursively follow
24593 aliases. Mention that in the docstring.
24594
24595 2005-07-07 Richard M. Stallman <rms@gnu.org>
24596
24597 * cus-start.el (exec-path): Use `directory' instead of `file'.
24598 Fix tag for nil.
24599
24600 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24601
24602 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24603 when called non-interactively. Doc fix.
24604
24605 2005-07-07 Lute Kamstra <lute@gnu.org>
24606
24607 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24608 new address as well.
24609
24610 2005-07-07 Kenichi Handa <handa@m17n.org>
24611
24612 * international/mule.el (make-coding-system):
24613 Describe `ascii-incompatible' property in the docstring.
24614 (set-file-name-coding-system): Signal an error if coding-system is
24615 ascii-incompatible.
24616 (set-keyboard-coding-system): Likewise.
24617
24618 * international/mule-cmds.el (set-default-coding-systems):
24619 Don't set default-file-name-coding-system and
24620 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24621
24622 * international/utf-16.el: Declare that all UTF-16-based coding
24623 systems are ASCII-incompatible.
24624
24625 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24626
24627 * progmodes/gud.el: Require font-lock for displaying errors.
24628 Used by gdb-ui.el.
24629
24630 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24631
24632 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24633 values for the pattern lists which are `read'able but not
24634 `append'able (like symbols).
24635
24636 2005-07-06 Richard M. Stallman <rms@gnu.org>
24637
24638 * progmodes/flymake.el (flymake-float-time): Instead of
24639 with-no-warnings, test for XEmacs.
24640 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24641 to avoid warning.
24642
24643 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24644
24645 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24646
24647 2005-07-05 Lute Kamstra <lute@gnu.org>
24648
24649 * battery.el: Add support for Darwin (with much debugging help
24650 from Samuel Lauber <sam124@operamail.com>).
24651 (battery-status-function, battery-echo-area-format)
24652 (battery-mode-line-format): Add support for pmset on Darwin.
24653 (battery-load-low, battery-load-critical): New user options.
24654 (battery-pmset): New function.
24655
24656 2005-07-05 Lute Kamstra <lute@gnu.org>
24657
24658 Update FSF's address in GPL notices.
24659
24660 * textmodes/page-ext.el: Update FSF's address.
24661
24662 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24663
24664 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24665 filling from using prefix when filling a single-line docstring.
24666
24667 * progmodes/flymake.el: Remove useless eval-when-compile.
24668
24669 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24670
24671 2005-07-04 Richard M. Stallman <rms@gnu.org>
24672
24673 * textmodes/org.el (org-file-apps-defaults-gnu):
24674 Rename from org-file-apps-defaults-linux.
24675 (org-default-apps): Don't test system-type for `linux'.
24676 (org-file-apps): Doc fix.
24677
24678 2005-07-04 David Ponce <david@dponce.com>
24679
24680 * tree-widget.el: Improve header Commentary section.
24681 (tree-widget) [defgroup]
24682 (tree-widget-image-enable, tree-widget-themes-directory)
24683 (tree-widget-theme, tree-widget-image-properties-emacs)
24684 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24685 (tree-widget-image-formats, tree-widget-control)
24686 (tree-widget-empty-control, tree-widget-leaf-control
24687 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24688 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24689 (tree-widget-keep, tree-widget-after-toggle-functions)
24690 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24691 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24692 :help-echo message.
24693 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24694 (tree-widget-image-properties): Doc fix. Clearer implementation.
24695 (tree-widget--cursors): New constant.
24696 (tree-widget-lookup-image): New function split from
24697 `tree-widget-find-image'. Clearer implementation.
24698 (tree-widget-find-image): Use it.
24699 (tree-widget-button-keymap): Use `set-keymap-parent'.
24700 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24701 Define the sub-widgets here.
24702 (tree-widget-node): Check that :node is not a tree-widget.
24703 (tree-widget-get-super, tree-widget-open-control)
24704 (tree-widget-close-control, tree-widget-empty-control)
24705 (tree-widget-leaf-control, tree-widget-guide)
24706 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24707 (tree-widget-no-handle, tree-widget-value-delete)
24708 (tree-widget-map): Remove.
24709 (tree-widget-children-value-save): Doc fix. Simplified.
24710 (tree-widget-value-create): Update according to previous changes.
24711
24712 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24713
24714 * textmodes/org.el: Leading space replaced by TABS.
24715 (org-recalc-marks, org-table-rotate-recalc-marks)
24716 (org-table-get-specials): Treat "^" and "_" marks.
24717 (org-table-justify-field-maybe): Optional argument NEW.
24718 (org-table-eval-formula): Parsing of the format simplified.
24719 New modes C,I. Honor the %= parameter in the current table.
24720 Avoid unnecessary re-align by using the NEW argument to
24721 `org-table-justify-field-maybe'.
24722 (org-calc-default-modes): Default for date-format mimicks org-mode.
24723 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24724
24725 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24726
24727 * cus-face.el (custom-theme-set-faces): Make it handle face
24728 aliases whose alias declarations are pre- or autoloaded.
24729
24730 2005-07-04 Juri Linkov <juri@jurta.org>
24731
24732 * faces.el (read-face-name): Put the code for getting a face name
24733 from the buffer before adding the faces from the `face' property.
24734 Use `completing-read-multiple' instead of `completing-read'.
24735 Require `crm'. Add default value and post-process the returned
24736 list of faces.
24737
24738 * emacs-lisp/crm.el (crm-find-current-element)
24739 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24740
24741 * emacs-lisp/lisp-mode.el (eval-defun-1):
24742 * emacs-lisp/edebug.el (edebug-eval-defun):
24743 Remove unnecessary quotes.
24744
24745 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24746
24747 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24748 (prolog-indent-level): Fix typo in docstring.
24749
24750 * info.el (Info-history, Info-history-forward)
24751 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24752
24753 * add-log.el (add-change-log-entry):
24754 * comint.el (comint-dynamic-list-input-ring)
24755 (comint-dynamic-list-completions):
24756 * dabbrev.el (dabbrev-expand):
24757 * delim-col.el (delimit-columns-rectangle-line):
24758 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24759 (diff-unified->context):
24760 * ediff-init.el (ediff-abbrev-jobname):
24761 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24762 (ediff-replace-session-activity-marker-in-meta-buffer):
24763 * info.el (Info-summary):
24764 * lpr.el (printify-region):
24765 * printing.el (pr-create-interface):
24766 * ps-print.el (ps-print-quote):
24767 * ses.el (ses-column-widths, ses-print-cell)
24768 (ses-adjust-print-width, ses-center):
24769 * shell.el (shell-file-name-quote-list):
24770 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24771 (strokes-fill-current-buffer-with-whitespace)
24772 (strokes-xpm-for-stroke, strokes-list-strokes)
24773 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24774 * term.el (term-dynamic-list-input-ring)
24775 (term-dynamic-list-completions):
24776 * calc/calc.el (math-format-stack-value):
24777 * emacs-lisp/edebug.el (edebug-display-freq-count):
24778 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24779 (delphi-new-comment-line):
24780 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24781 * progmodes/executable.el (executable-set-magic):
24782 * progmodes/python.el (inferior-python-mode):
24783 * progmodes/scheme.el (scheme-mode-syntax-table):
24784 * progmodes/sh-script.el (sh-maybe-here-document):
24785 * progmodes/sql.el (sql-copy-column):
24786 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24787 * textmodes/bibtex.el (bibtex-mode):
24788 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24789 (sgml-auto-attributes):
24790 * textmodes/table.el (table-insert, table-shorten-cell)
24791 (table--generate-source-scan-lines, table-delete-row)
24792 (*table--cell-delete-char, table--spacify-frame)
24793 (table--horizontally-shift-above-and-below)
24794 (table--cell-insert-char, table--cell-blank-str)
24795 (table--fill-region-strictly):
24796 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24797 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24798
24799 * add-log.el (change-log):
24800 * apropos.el (apropos):
24801 * comint.el (comint-completion, comint-source):
24802 * dabbrev.el (dabbrev):
24803 * delim-col.el (columns):
24804 * diff-mode.el (diff-mode):
24805 * ediff.el (ediff):
24806 * ediff-diff.el (ediff-diff):
24807 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
24808 * ediff-mult.el (ediff-mult):
24809 * ediff-ptch.el (ediff-ptch):
24810 * ediff-wind.el (ediff-window):
24811 * facemenu.el (facemenu):
24812 * indent.el (indent):
24813 * info.el (info):
24814 * jka-cmpr-hook.el (compression, jka-compr):
24815 * lpr.el (lpr):
24816 * outline.el (outlines):
24817 * pcmpl-cvs.el (pcmpl-cvs):
24818 * pcmpl-rpm.el (pcmpl-rpm):
24819 * printing.el (printing):
24820 * ps-print.el (postscript, ps-print, ps-print-horizontal)
24821 (ps-print-vertical, ps-print-headers, ps-print-font)
24822 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
24823 (ps-print-background, ps-print-printer, ps-print-page)
24824 (ps-print-miscellany):
24825 * ses.el (ses):
24826 * shell.el (shell, shell-directories, shell-faces):
24827 * startup.el (initialization):
24828 * strokes.el (strokes):
24829 * term.el (term):
24830 * uniquify.el (uniquify):
24831 * w32-vars.el (w32):
24832 * calc/calc.el (calc):
24833 * emacs-lisp/bytecomp.el (bytecomp):
24834 * emacs-lisp/cl-indent.el (lisp-indent):
24835 * emacs-lisp/edebug.el (edebug):
24836 * emacs-lisp/elp.el (elp):
24837 * emacs-lisp/testcover.el (testcover):
24838 * emacs-lisp/trace.el (trace):
24839 * emulation/viper-ex.el (viper-ex):
24840 * emulation/viper-mous.el (viper-mouse):
24841 * mail/mailalias.el (mailalias):
24842 * mail/supercite.el (supercite, supercite-frames)
24843 (supercite-attr, supercite-cite, supercite-hooks):
24844 * net/rcompile.el (remote-compile):
24845 * net/rlogin.el (rlogin):
24846 * obsolete/ooutline.el (outlines):
24847 * progmodes/delphi.el (delphi):
24848 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
24849 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
24850 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
24851 (ebnf-optimization):
24852 * progmodes/etags.el (etags):
24853 * progmodes/executable.el (executable):
24854 * progmodes/idlwave.el (idlwave):
24855 * progmodes/pascal.el (pascal):
24856 * progmodes/prolog.el (prolog):
24857 * progmodes/python.el (python):
24858 * progmodes/scheme.el (scheme):
24859 * progmodes/sh-script.el (sh, sh-script):
24860 * progmodes/sql.el (SQL):
24861 * progmodes/tcl.el (tcl):
24862 * textmodes/bibtex.el (bibtex, bibtex-autokey):
24863 * textmodes/enriched.el (enriched):
24864 * textmodes/makeinfo.el (makeinfo):
24865 * textmodes/sgml-mode.el (sgml):
24866 * textmodes/table.el (table-hooks):
24867 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
24868 * textmodes/texinfo.el (texinfo):
24869 * textmodes/two-column.el (two-column):
24870 Finish `defgroup' description with period.
24871
24872 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
24873 * eshell/esh-var.el (eshell-var):
24874 * progmodes/vhdl-mode.el (vhdl-testbench):
24875 * textmodes/org.el (org): Fix typos in docstrings.
24876
24877 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
24878 consistency.
24879
24880 * progmodes/flymake.el (flymake-find-file): Remove.
24881 (flymake-float-time): Use `with-no-warnings'.
24882 (flymake-check-start-time, flymake-check-was-interrupted)
24883 (flymake-err-info, flymake-is-running, flymake-last-change-time)
24884 (flymake-new-err-info): `defvar' at compile time.
24885
24886 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
24887
24888 * replace.el (occur-hook): Doc fix.
24889 (occur-1): Don't call `occur-hook' if there are no matches.
24890
24891 2005-07-03 Richard M. Stallman <rms@gnu.org>
24892
24893 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
24894 global-map, save the same map.
24895 (global-map): Don't alter it at top level.
24896 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
24897 Then alter it here instead.
24898 (tpu-edt-off): Set global-map to the saved one.
24899
24900 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
24901 All references simplified.
24902 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
24903 (zmacs-regions): Add defvar.
24904 (repeat-complex-command-map): Everything about that deleted.
24905
24906 * textmodes/artist.el (artist-key-is-drawing)
24907 (artist-key-endpoint1, artist-key-poly-point-list)
24908 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
24909 (artist-key-compl-table, artist-rb-save-data)
24910 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
24911 Don't put them in eval-when-compile.
24912 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
24913
24914 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
24915 Use with-no-warnings.
24916
24917 * net/browse-url.el (dos-windows-version): Add defvar.
24918
24919 * mail/supercite.el (filladapt-prefix-table): Add defvar.
24920
24921 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
24922 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
24923 (rmail-new-summary-line-count): Rename from new-summary-line-count.
24924 Add defvar.
24925 (rmail-summary-beginning-of-message): Use with-no-warnings.
24926 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
24927
24928 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
24929 Use with-no-warnings.
24930
24931 * emulation/vi.el (vi-mark-region): Use c-mark-function.
24932 (c-mark-function): Add point-moving-unit property.
24933 (vi-goto-line): Use with-no-warnings.
24934
24935 * emulation/edt.el (edt-last-copied-word): Add defvar.
24936 (zmacs-region-stays): Likewise.
24937 (edt-mark-section-wisely): Use c-mark-function for C.
24938 Use makr-defun for Fortran.
24939 (time-string): defvar deleted.
24940 (edt-display-the-time): Don't set time-string.
24941
24942 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
24943
24944 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
24945 Don't warn when name is not constant
24946 or for defining the group `emacs'.
24947
24948 * tooltip.el (gud-tooltip-mode): Add defvar.
24949
24950 * startup.el (default-frame-background-mode): Add defvar.
24951
24952 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
24953
24954 * info.el (tool-bar-map): Add defvar.
24955
24956 * dired.el (dnd-protocol-alist): Add defvar.
24957
24958 * dired-aux.el (dired-query): Display question with answer, when
24959 the user answers.
24960
24961 * custom.el (custom-add-option): Doc fix.
24962
24963 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
24964
24965 2005-07-03 Eli Zaretskii <eliz@gnu.org>
24966
24967 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
24968 bogus name from the last change.
24969
24970 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
24971
24972 * custom.el (custom-declare-variable): Fix typos in comment.
24973 (custom-known-themes): Doc fix.
24974 (custom-theme-directory): New defcustom.
24975 (require-theme): Make it check `custom-theme-directory'.
24976
24977 * cus-theme.el (custom-new-theme-mode): New function.
24978 (custom-theme-name, custom-theme-variables, custom-theme-faces)
24979 (custom-theme-description): Add compiler defvars.
24980 (customize-create-theme): Add doc to the "*New Custom Theme*"
24981 buffer. Use `custom-new-theme-mode'.
24982 (custom-theme-write): Put the created buffer in emacs-lisp-mode
24983 and save it to the `custom-theme-directory'. Make this the
24984 default directory of the buffer.
24985
24986 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
24987
24988 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
24989 Fix unbalanced parentheses.
24990
24991 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
24992
24993 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
24994 into flymake-mode and delegate to flymake-mode.
24995
24996 * find-file.el (ff-which-function-are-we-in): Clean up.
24997
24998 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
24999
25000 * replace.el (occur-rename-buffer): Fix docstring.
25001
25002 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25003 (edt-last-copied-word, edt-learn-macro-count)
25004 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25005 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25006 (time-string, zmacs-region-stays):
25007 * emulation/edt-mapper.el (edt-save-function-key-map)
25008 (EDT-key-name): `defvar' to silence the byte-compiler.
25009
25010 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25011
25012 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25013 font-lock-regexp-backslash. Doc fix.
25014 (font-lock-regexp-backslash-grouping-construct): Rename from
25015 font-lock-regexp-backslash-construct. Doc fix.
25016 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25017 grouping constructs.
25018
25019 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25020
25021 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25022 updating all the prerequisites.
25023
25024 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25025
25026 * textmodes/org.el (org-agenda-start-on-weekday)
25027 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25028 (org-agenda-use-time-grid, org-archive-location)
25029 (org-allow-space-in-links, org-usenet-links-prefer-google)
25030 (org-enable-table-editor, org-export-default-language)
25031 (org-export-html-show-new-buffer, org-fill-paragraph)
25032 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25033 (org-goto-quit, org-occur, org-eval-in-calendar)
25034 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25035 (org-agenda-diary-entry, org-remember-help)
25036 (org-table-convert-region, org-at-table-p)
25037 (org-table-move-row-down, org-table-move-row-up)
25038 (org-table-copy-region, org-table-toggle-vline-visibility)
25039 (org-table-get-stored-formulas, org-table-get-specials)
25040 (org-recalc-commands, org-table-eval-formula)
25041 (org-table-formula-substitute-names, orgtbl-make-binding)
25042 (org-format-org-table-html, org-format-table-table-html)
25043 (org-format-table-table-html-using-table-generate-source)
25044 (org-customize): Fix typos in docstrings.
25045 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25046 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25047 (org-back-to-heading): Doc fixes.
25048 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25049 (org-agenda-change-all-lines, org-get-header):
25050 Improve argument/docstring consistency.
25051 (orgtbl-error): Fix error message.
25052
25053 * progmodes/flymake.el (flymake-find-possible-master-files)
25054 (flymake-master-file-compare, flymake-get-line-err-count)
25055 (flymake-highlight-line, flymake-gui-warnings-enabled):
25056 Fix typos in docstrings.
25057 (flymake-parse-line, flymake-get-project-include-dirs-function)
25058 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25059 Doc fixes.
25060 (flymake-get-project-include-dirs-function)
25061 (flymake-make-err-menu-data):
25062 Improve argument/docstring consistency.
25063
25064 2005-07-01 Lute Kamstra <lute@gnu.org>
25065
25066 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25067 Catch errors with ignore-errors. Use temporary buffer.
25068 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25069
25070 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25071 background color faces.
25072 (facemenu-set-foreground, facemenu-set-background):
25073 Use facemenu-set-face-from-menu.
25074 (facemenu-set-face-from-menu): Treat face names that start with
25075 "fg:" or "bg:" as special.
25076 (facemenu-add-new-color): Don't create faces. Simplify.
25077
25078 2005-06-30 Richard M. Stallman <rms@gnu.org>
25079
25080 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25081 (crm-find-current-element): Likewise.
25082
25083 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25084
25085 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25086
25087 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25088
25089 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25090 (archive-mouse-extract): Make it an obsolete alias.
25091 (archive-mode-map): Don't use archive-mouse-extract any more.
25092 (archive-mode, archive-extract): write-contents-hooks ->
25093 write-contents-functions.
25094 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25095 first arg.
25096 (archive-rename-entry): Update the call.
25097 (archive-zip-summarize): Remove unused var `method'.
25098 (archive-lzh-summarize): Remove unused var `creator'.
25099
25100 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25101 dedicated frame upon exit.
25102
25103 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25104 (archive-zip-extract, archive-zip-expunge)
25105 (archive-zip-update, archive-zip-update-case): Use executable-find.
25106 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25107 Use restore-buffer-modified-p.
25108 (archive-extract, archive-add-new-member, archive-write-file-member):
25109 Use with-current-buffer.
25110 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25111
25112 2005-06-30 Andreas Schwab <schwab@suse.de>
25113
25114 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25115
25116 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25117
25118 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25119
25120 2005-06-30 Juri Linkov <juri@jurta.org>
25121
25122 * faces.el (vertical-border): Inherit from mode-line-inactive
25123 only on tty.
25124
25125 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25126
25127 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25128 example, -NLINES in the `occur' docstring).
25129
25130 * replace.el (occur-1): When no matches are found, do not set the
25131 `buffer-read-only' and modified flags for the occur buffer,
25132 because it is deleted.
25133
25134 * emulation/cua-base.el (cua-check-pending-input)
25135 (cua-repeat-replace-region, cua-mode, cua-debug)
25136 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25137 Fix typos in docstrings.
25138
25139 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25140 (cua-cut-region-to-global-mark)
25141 (cua--cut-rectangle-to-global-mark):
25142 Remove period from end of messages.
25143
25144 * emulation/cua-rect.el (cua-do-rectangle-padding):
25145 Remove period from end of messages.
25146 (cua--rectangle-seq-format): Fix typo in docstring.
25147 (cua-sequence-rectangle, cua-fill-char-rectangle):
25148 Improve argument/docstring consistency.
25149
25150 2005-06-29 Juri Linkov <juri@jurta.org>
25151
25152 * faces.el (default-frame-background-mode): New internal variable.
25153 (frame-set-background-mode): Use it.
25154
25155 * startup.el (normal-top-level): Set default-frame-background-mode
25156 instead of frame-background-mode. Before setting it, test for its
25157 nil value. Remove tests for frame-background-mode and frame
25158 parameter `reverse'. Add test for "unspecified-fg".
25159
25160 * term/xterm.el (xterm-rxvt-set-background-mode):
25161 * term/rxvt.el (rxvt-set-background-mode):
25162 Set default-frame-background-mode instead of frame-background-mode.
25163
25164 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25165
25166 * simple.el (set-variable): Warn about obsolete user variables.
25167
25168 * imenu.el (imenu--completion-buffer):
25169 * mouse.el (mouse-buffer-menu-alist):
25170 * msb.el (msb-invisible-buffer-p):
25171 * calendar/diary-lib.el (diary-header-line-format):
25172 * emacs-lisp/pp.el (pp-buffer):
25173 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25174 * textmodes/picture.el (picture-replace-match):
25175 Change space constants followed by a sexp to "?\s ".
25176
25177 * play/decipher.el (decipher-loop-with-breaks):
25178 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25179 constants "protected" from end of line by a comment to "?\s".
25180
25181 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25182
25183 * font-lock.el (save-buffer-state): Use `declare'.
25184
25185 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25186 reset the syntax-table to cperl-mode-syntax-table.
25187 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25188 "foo_print_bar" is not matched as a reserved keyword.
25189
25190 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25191
25192 * textmodes/org.el (orgtbl-setup): New function, for delayed
25193 setup for the orgtbl commands.
25194 (org-calc-default-modes): New option.
25195 (orgtbl-make-binding): Use `defun' to get better help display.
25196 (org-diary): Call `org-compile-prefix-format'.
25197 (org-table-formula-substitute-names): New function.
25198 (org-agenda-day-view, org-agenda-week-view): New commands.
25199 (org-agenda-toggle-week-view): Command removed.
25200 (org-tbl-menu): Split off from org-org-menu.
25201 (org-mode): Move removal of outline-mode menus to here.
25202 (org-table-formula-debug): New option.
25203 (org-table-insert-row): Keep first field if just "#" or "*".
25204 (org-mode): Paragraph regexps fixed.
25205 (org-table-recalculate-regexp): New constant.
25206 (org-table-justify-field-maybe): Avoid replace if not necessary.
25207 (org-copy-special, org-cut-special): Use `call-interactively'.
25208 (org-table-copy-region): Take region from `interactive' call.
25209 (org-trim): Return string even if no match.
25210 (org-formula): New face.
25211 (org-set-font-lock-defaults): No longer highlight "FIXME".
25212 But highlight formula-related fields in table.
25213 (org-table-p): Use regexp, not fontification.
25214 (org-table-align): Handle white space at end of line.
25215 (org-table-formula-evaluate-inline): New option.
25216 (org-mode): Auto-wrapping in comment lines turned off.
25217 (org-table-copy-down): Evaluate only in copied field, not in
25218 destination.
25219 (org-table-current-formula): Variable removed.
25220 (org-table-store-formulas, org-table-get-stored-formulas)
25221 (org-table-modify-formulas, org-table-replace-in-formulas)
25222 (org-table-maybe-eval-formula): New functions.
25223 (org-table-get-formula): Modify to use stored formulas.
25224 (org-table-insert-column, org-table-delete-column)
25225 (org-table-move-column): Call `org-table-modify-formulas'.
25226 (org-complete): Add completion for keyword formulas.
25227 (orgtbl-mode): Pull orgtbl-mode-map to start of
25228 minor-mode-map-alist.
25229
25230 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25231
25232 * progmodes/python.el (python-check): Require `compile' before
25233 modifying its variables.
25234
25235 * newcomment.el (comment-indent-default): Don't get fooled by an early
25236 end of buffer.
25237
25238 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25239
25240 * ps-print.el (ps-print-version): Fix version number.
25241
25242 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25243
25244 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25245
25246 2005-06-28 Richard M. Stallman <rms@gnu.org>
25247
25248 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25249 (flyspell-local-mouse-map): Declaration deleted.
25250 (flyspell-mouse-map): Bind only mouse-2.
25251 (flyspell-mode-map): Don't test flyspell-use-local-map.
25252 (flyspell-overlay-keymap-property-name): Var deleted.
25253 (flyspell-mode-on): Don't make local bindings for
25254 flyspell-mouse-map and flyspell-mode-map.
25255 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25256
25257 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25258
25259 * progmodes/compile.el (compilation-next-error-function):
25260 Don't switch buffers; operate on the current buffer.
25261
25262 * progmodes/compile.el (compilation-error-file-name)
25263 (compilation-warning-file-name, compilation-info-file-name)
25264 (compilation-line-number, compilation-column-number): New faces.
25265 (compilation-error-face, compilation-warning-face)
25266 (compilation-info-face, compilation-line-face)
25267 (compilation-column-face): Use them.
25268
25269 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25270
25271 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25272
25273 * bindings.el (global-map): Bind insertchar and its variants.
25274
25275 2005-06-27 Richard M. Stallman <rms@gnu.org>
25276
25277 * textmodes/artist.el (artist-text-overwrite)
25278 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25279
25280 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25281
25282 * ps-print.el: It was not working the page selection for printing.
25283 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25284 (ps-print-version): New version 6.6.7.
25285 (ps-end-sheet): New fun.
25286 (ps-header-sheet, ps-end-job): Call it.
25287
25288 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25289
25290 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25291
25292 2005-06-27 Lute Kamstra <lute@gnu.org>
25293
25294 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25295 background color faces.
25296 (facemenu-get-face): Delete function.
25297 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25298 (facemenu-add-new-color): Make second argument mandatory.
25299 Create the appropriate face and return it. Simplify.
25300 (facemenu-set-foreground, facemenu-set-background): Don't check if
25301 color is defined. Use return value of facemenu-add-new-color.
25302
25303 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25304
25305 * progmodes/gud.el (gud-filter): Add missing argument to
25306 with-selected-window.
25307
25308 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25309
25310 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25311 a :require to the defcustom.
25312
25313 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25314 defcustoms corresponding to minor modes.
25315
25316 2005-06-26 David Ponce <david@dponce.com>
25317
25318 * recentf.el: Require tree-widget instead of wid-edit.
25319 (recentf-filename-handler): Fix widget :type.
25320 (recentf-cancel-dialog, recentf-open-more-files)
25321 (recentf-open-files-action): Doc fix.
25322 (recentf-dialog-goto-first): New function.
25323 (recentf-dialog-mode-map): Set parent keymap first.
25324 (recentf-dialog-mode): Define with define-derived-mode.
25325 Don't display continuation lines in dialogs.
25326 (recentf-edit-list): Rename from recentf-edit-selected-items.
25327 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25328 Simplify.
25329 (recentf-edit-list-validate): New function.
25330 (recentf-edit-list): Update accordingly.
25331 (recentf-open-files-item-shift): Remove.
25332 (recentf-open-files-item): Convert menu elements into tree and
25333 link widgets. Don't create the widgets.
25334 (recentf-open-files): Update accordingly.
25335 (recentf-save-list): Untabify.
25336
25337 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25338
25339 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25340 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25341 partially contained in the active region. Do not take active
25342 region into account when called from Lisp, unless INTERACTIVE arg
25343 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25344 avoid trouble with fields. Make marker point nowhere when no
25345 longer used. Always return nil. Doc fix.
25346 (flush-lines): Add INTERACTIVE arg. Do not take active region
25347 into account when called from Lisp, unless INTERACTIVE arg is
25348 non-nil. Use `forward-line' instead of `beginning-of-line' to
25349 avoid trouble with fields. Make marker point nowhere when no
25350 longer used. Always return nil. Doc fix.
25351 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25352 interchangeable. Do not take active region into account when
25353 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25354 message in echo area when called from Lisp, unless INTERACTIVE arg
25355 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25356 Return the number of matches. Doc fix.
25357 (occur): Doc fix.
25358 (perform-replace): Make comment follow double space convention for
25359 the sake of `outline-minor-mode'.
25360
25361 * faces.el (facep): Doc fix.
25362
25363 2005-06-25 Richard M. Stallman <rms@gnu.org>
25364
25365 * facemenu.el (facemenu-enable-faces-p): New function.
25366 (facemenu-background-menu, facemenu-foreground-menu)
25367 (facemenu-face-menu): Add menu-enable property.
25368
25369 * jka-compr.el (jka-compr-insert-file-contents):
25370 Special handling if cannot find the uncompression program.
25371
25372 * cus-face.el (custom-face-attributes): Add autoload.
25373
25374 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25375 Bind comment-indent-function locally.
25376
25377 * window.el (save-selected-window): Use save-current-buffer.
25378
25379 * subr.el (with-selected-window): Use save-current-buffer.
25380
25381 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25382 and with-current-buffer.
25383
25384 2005-06-24 Richard M. Stallman <rms@gnu.org>
25385
25386 * simple.el (line-move-1): Fix previous change.
25387
25388 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25389
25390 * replace.el (occur-1): Set `buffer-read-only' and the
25391 buffer-modified flag before running `occur-hook' to protect
25392 against unintentional buffer switches that can lead to data loss.
25393
25394 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25395
25396 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25397 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25398 initial error.
25399
25400 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25401 after fresh input.
25402 (gdb-var-create-handler): Put name of expression in quotes.
25403
25404 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25405
25406 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25407 elements of RING in order, and without bogus nil elements.
25408
25409 2005-06-23 Richard M. Stallman <rms@gnu.org>
25410
25411 * simple.el (set-variable): Args renamed; doc fix.
25412 (line-move-1): When there are overlays around, use vertical-motion.
25413
25414 * faces.el (escape-glyph): Use brown against light background.
25415 (nobreak-space): Rename from no-break-space.
25416 Fix previous change.
25417
25418 * dired-aux.el (dired-do-copy): Fix arg prompt.
25419
25420 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25421
25422 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25423
25424 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25425 rather than "Distributor".
25426
25427 2005-06-23 Lute Kamstra <lute@gnu.org>
25428
25429 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25430 (debug-on-entry): Use it. New interactive declaration that uses
25431 function-called-at-point.
25432
25433 2005-06-23 Kim F. Storm <storm@cua.dk>
25434
25435 * subr.el (save-match-data): Add comment about using evaporate arg
25436 to set-match-data.
25437
25438 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25439
25440 * cus-edit.el (customize-face)
25441 (customize-face-other-window): Handle face aliases.
25442
25443 * faces.el (face-documentation, set-face-attribute)
25444 (face-spec-set): Handle face aliases.
25445
25446 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25447
25448 * help-mode.el (help-make-xrefs): If a symbol representing a face
25449 name is not followed by the word "face", it could still be a
25450 function or variable name, so don't bypass other checks.
25451
25452 2005-06-22 Juri Linkov <juri@jurta.org>
25453
25454 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25455 Replace aliased functions with calls where second arg `inherit' is t.
25456
25457 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25458
25459 * progmodes/gdb-ui.el (gdb-error): New variable.
25460 (gdb-error): New function.
25461 (gdb-annotation-rules): Act on error-begin and error annotations.
25462 (gdb-concat-output): Use font-lock-warning-face for errors.
25463
25464 2005-06-22 Miles Bader <miles@gnu.org>
25465
25466 * bindings.el (propertized-buffer-identification): Use renamed
25467 `Buffer-menu-buffer' face.
25468
25469 * faces.el (vertical-border): Rename from `vertical-divider'.
25470 (escape-glyph): Change dark-background color back to `cyan'.
25471
25472 2005-06-21 Juri Linkov <juri@jurta.org>
25473
25474 * faces.el (face-user-default-spec): Try getting `customized-face'
25475 prior to `saved-face'.
25476 (frame-background-mode): Refill docstring.
25477
25478 * emacs-lisp/lisp-mode.el (eval-defun-1):
25479 * emacs-lisp/edebug.el (edebug-eval-defun):
25480 Set `saved-face' temporarily to nil before calling form.
25481 Set `customized-face' to the new spec after that.
25482
25483 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25484
25485 * subr.el (1value, lambda, key-substitution-in-progress):
25486 Doc fixes.
25487
25488 * autoinsert.el (auto-insert-alist):
25489 * ses.el (ses-call-printer):
25490 * subr.el (noreturn):
25491 * emacs-lisp/lisp.el (check-parens):
25492 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25493 * net/browse-url.el (browse-url-mosaic):
25494 * progmodes/cc-defs.el (c-safe-scan-lists):
25495 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25496 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25497 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25498 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25499 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25500 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25501
25502 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25503
25504 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25505
25506 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25507
25508 * calendar/appt.el (appt-make-list): Activate the package, if
25509 not already active (for backwards compatibility).
25510
25511 2005-06-20 Kim F. Storm <storm@cua.dk>
25512
25513 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25514
25515 2005-06-20 Miles Bader <miles@gnu.org>
25516
25517 * faces.el (vertical-divider): New face.
25518
25519 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25520
25521 * simple.el (kill-whole-line): Doc fix.
25522 (next-error-buffer-p, next-error-find-buffer)
25523 (clone-indirect-buffer): Fix typos in docstrings.
25524 (comment-line-break-function): Doc fix: don't say variable
25525 is automatically buffer-local (it isn't).
25526
25527 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25528
25529 * net/tramp-ftp.el (top):
25530 * net/tramp-smb.el (top):
25531 * net/tramp-util.el (top):
25532 * net/tramp-uu.el (top):
25533 * net/tramp-vc.el (top):
25534 * net/tramp.el (top): Revert copyright years back to original
25535 ones. Tramp has a life outside GNU Emacs.
25536
25537 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25538
25539 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25540
25541 2005-06-18 Juri Linkov <juri@jurta.org>
25542
25543 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25544 end of first regexp to limit the match to the position between
25545 line number and source line with same separator character as used
25546 between file name and line number. In the second regexp limit
25547 mouse-face area to file name and line number by adding new group
25548 for them and referring it in HYPERLINK arg.
25549 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25550 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25551 previous line where grep markers may be already removed.
25552
25553 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25554
25555 * progmodes/ps-mode.el: Update version and maintainer's email address.
25556
25557 2005-06-18 Steve Youngs <steve@xemacs.org>
25558
25559 * net/browse-url.el (browse-url-browser-function)
25560 (browse-url-default-browser): Add firefox.
25561 (browse-url-firefox-program, browse-url-firefox-arguments)
25562 (browse-url-firefox-startup-arguments)
25563 (browse-url-firefox-new-window-is-tab): New defcustoms.
25564 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25565
25566 2005-06-17 Richard M. Stallman <rms@gnu.org>
25567
25568 * startup.el (command-line): Warn if specified user name has
25569 no home directory.
25570
25571 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25572 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25573
25574 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25575 Doc fixes.
25576
25577 * faces.el (underline): Try bold if terminal doesn't support underline.
25578
25579 * mail/sendmail.el (mail-setup-with-from): New variable.
25580 (mail-insert-from-field): New function.
25581 (sendmail-send-it): Call it.
25582 (mail-setup): Optionally call it here.
25583
25584 * term/linux.el: Call tty-no-underline.
25585
25586 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25587
25588 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25589
25590 2005-06-17 Miles Bader <miles@gnu.org>
25591
25592 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25593 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25594 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25595 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25596 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25597 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25598 Remove "-face" suffix from face names.
25599 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25600 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25601 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25602 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25603 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25604 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25605 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25606 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25607 New backward-compatibility aliases for renamed faces.
25608 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25609 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25610 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25611 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25612 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25613 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25614 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25615 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25616 Use renamed ediff faces.
25617
25618 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25619 Remove "-face" suffix from face names.
25620 (eshell-test-ok-face, eshell-test-failed-face):
25621 New backward-compatibility aliases for renamed faces.
25622 (eshell-run-test): Use renamed eshell-test faces.
25623
25624 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25625 face name.
25626 (eshell-prompt-face): New backward-compatibility alias for renamed
25627 face.
25628 (eshell-emit-prompt): Use renamed eshell-prompt face.
25629
25630 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25631 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25632 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25633 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25634 Remove "-face" suffix from face names.
25635 (eshell-ls-directory-face, eshell-ls-symlink-face)
25636 (eshell-ls-executable-face, eshell-ls-readonly-face)
25637 (eshell-ls-unreadable-face, eshell-ls-special-face)
25638 (eshell-ls-missing-face, eshell-ls-archive-face)
25639 (eshell-ls-backup-face, eshell-ls-product-face)
25640 (eshell-ls-clutter-face):
25641 New backward-compatibility aliases for renamed faces.
25642 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25643
25644 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25645 Remove "-face" suffix from face name.
25646 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25647 instead of literal face.
25648
25649 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25650
25651 * emacs-lisp/warnings.el (display-warning, lwarn)
25652 (warning-minimum-log-level): Doc fixes.
25653 (warning-minimum-level, warning-minimum-log-level):
25654 Add :debug to :type choices.
25655
25656 * progmodes/ada-mode.el (ada-format-paramlist)
25657 (ada-get-indent-case, ada-check-matching-start)
25658 (ada-check-defun-name, ada-goto-matching-decl-start)
25659 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25660 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25661 (ada-make-subprogram-body): Follow error conventions.
25662 (ada-case-exception-file, ada-indent-comment-as-code)
25663 (ada-indent-handle-comment-special, ada-indent-renames)
25664 (ada-indent-return, ada-search-directories-internal)
25665 (ada-tab-policy, ada-case-exception-substring)
25666 (ada-other-file-alist, ada-matching-start-re)
25667 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25668 (ada-imenu-generic-expression, ada-compile-goto-error)
25669 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25670 (ada-popup-menu, ada-add-extensions, ada-mode)
25671 (ada-region-selected, ada-create-case-exception)
25672 (ada-create-case-exception-substring, ada-after-keyword-p)
25673 (ada-activate-keys-for-case, ada-adjust-case-region)
25674 (ada-adjust-case-buffer, ada-format-paramlist)
25675 (ada-scan-paramlist, ada-insert-paramlist)
25676 (ada-indent-newline-indent)
25677 (ada-indent-newline-indent-conditional)
25678 (ada-justified-indent-current, ada-goto-previous-word)
25679 (ada-indent-current, ada-get-indent-open-paren)
25680 (ada-get-indent-paramlist, ada-get-indent-end)
25681 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25682 (ada-get-indent-block-start, ada-get-indent-subprog)
25683 (ada-get-indent-noindent, ada-get-indent-label)
25684 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25685 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25686 (ada-goto-stmt-end, ada-goto-next-word)
25687 (ada-check-matching-start, ada-check-defun-name)
25688 (ada-goto-matching-decl-start, ada-goto-matching-start)
25689 (ada-goto-matching-end, ada-search-ignore-string-comment)
25690 (ada-in-decl-p, ada-looking-at-semi-or)
25691 (ada-looking-at-semi-private, ada-in-paramlist-p)
25692 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25693 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25694 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25695 (ada-previous-package, ada-create-menu)
25696 (ada-fill-comment-paragraph-justify)
25697 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25698 (ada-other-file-name, ada-last-which-function-line)
25699 (ada-last-which-function-subprog, ada-which-function)
25700 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25701 (ada-gen-treat-proc, ada-check-emacs-version)
25702 (ada-continuation-indent, ada-align-region-separate):
25703 Fix typos in docstrings.
25704 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25705
25706 2005-06-16 Lute Kamstra <lute@gnu.org>
25707
25708 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25709 conditionally.
25710
25711 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25712
25713 * comint.el (comint-replace-by-expanded-filename)
25714 (comint-prompt-regexp, comint-delimiter-argument-list)
25715 (comint-preinput-scroll-to-bottom):
25716 * info.el (Info-hide-cookies-node):
25717 * ls-lisp.el (ls-lisp-classify):
25718 * find-file.el (ff-search-directories, ff-special-constructs)
25719 (ff-find-other-file):
25720 * font-lock.el (font-lock-keywords):
25721 * shell.el (shell-prompt-pattern)
25722 (shell-dynamic-complete-functions, shell-mode)
25723 (shell-delimiter-argument-list):
25724 * term.el (term-replace-by-expanded-filename)
25725 (term-prompt-regexp, term-delimiter-argument-list):
25726 * woman.el (woman-ignore, woman0-if):
25727 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25728 * emacs-lisp/elint.el (elint-init-env):
25729 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25730 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25731 * language/ethio-util.el (ethio-tilde-escape)
25732 (ethio-use-three-dot-question):
25733 * net/zone-mode.el (zone-mode-load-time-setup):
25734 * progmodes/cc-align.el (c-lineup-argcont):
25735 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25736 * progmodes/cperl-mode.el (cperl-set-style-back):
25737 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25738 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25739 Fix spellings in docstrings.
25740
25741 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25742 * progmodes/modula2.el (m2-for): Fix spellings.
25743
25744 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25745
25746 * simple.el (undo-more): Don't use `format' on `error' arguments.
25747 Improve argument/docstring consistency.
25748 (pending-undo-list): Doc fix.
25749
25750 * smerge-mode.el (smerge-ensure-match):
25751 * emulation/vip.el (vip-ex):
25752 * net/zone-mode.el (zone-mode-update-serial):
25753 * progmodes/idlwave.el (idlwave-complete):
25754 * progmodes/vhdl-mode.el (vhdl-visit-file)
25755 (vhdl-compose-wire-components):
25756 Don't use `format' on `error' arguments.
25757
25758 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25759 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25760 (tooltip-help-tips): Fix typos in docstrings.
25761
25762 2005-06-16 David Ponce <david@dponce.com>
25763
25764 * tree-widget.el (tree-widget-value-create): Simplify last change.
25765
25766 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25767
25768 * ido.el (ido-incomplete-regexp): New variable.
25769 (ido-set-matches-1): Handle invalid-regexp error and set
25770 ido-incomplete-regexp.
25771 (ido-incomplete-regexp): New face.
25772 (ido-completions): Use it.
25773 (ido-complete, ido-exit-minibuffer, ido-completions):
25774 Handle incomplete regexps.
25775 (ido-completions): Add check for complete match when entering a regexp.
25776
25777 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25778
25779 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25780
25781 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25782
25783 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25784 by field delimiters.
25785
25786 2005-06-15 David Ponce <david@dponce.com>
25787
25788 * tree-widget.el: eval-and-compile inlined functions so they will
25789 be available at run-time too.
25790 (tree-widget-super-format-handler)
25791 (tree-widget-format-handler): Remove.
25792 (tree-widget-value-create): Handle the :indent property.
25793
25794 2005-06-15 Miles Bader <miles@gnu.org>
25795
25796 * progmodes/which-func.el (which-func): Only inherit
25797 `font-lock-function-name-face' when that makes sense against the
25798 default mode-line face, otherwise set the face color explicitly.
25799
25800 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
25801 faces instead of (non-existent) variables.
25802
25803 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
25804
25805 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
25806 (iswitchb-get-matched-buffers): Likewise. Simplify.
25807
25808 2005-06-14 Miles Bader <miles@gnu.org>
25809
25810 * progmodes/ld-script.el (ld-script-location-counter):
25811 Remove "-face" suffix from face name.
25812 (ld-script-location-counter-face):
25813 New backward-compatibility alias for renamed face.
25814 (ld-script-location-counter-face): Use renamed face.
25815
25816 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
25817 (cperl-hash): Remove "-face" suffix from face names.
25818 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
25819 New backward-compatibility aliases for renamed faces.
25820 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
25821 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
25822
25823 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
25824 name.
25825 (which-func-face): New backward-compatibility alias for renamed face.
25826 (which-func-format): Use renamed which-func face.
25827
25828 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
25829 (vhdl-function, vhdl-directive, vhdl-reserved-word)
25830 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
25831 names.
25832 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
25833 (vhdl-speedbar-configuration, vhdl-speedbar-package)
25834 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
25835 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
25836 (vhdl-speedbar-architecture-selected)
25837 (vhdl-speedbar-configuration-selected)
25838 (vhdl-speedbar-package-selected)
25839 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
25840 names.
25841 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
25842 Use renamed faces.
25843 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
25844 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
25845 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
25846 Use renamed faces.
25847 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
25848 names.
25849 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
25850 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
25851 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
25852 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
25853 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
25854 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
25855
25856 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
25857 face name.
25858 (sh-heredoc-face): New backward-compatibility alias for renamed face.
25859 (sh-heredoc-face): Use renamed sh-heredoc face.
25860
25861 * progmodes/idlw-help.el (idlwave-help-link):
25862 Remove "-face" suffix from face name.
25863 (idlwave-help-link-face):
25864 New backward-compatibility alias for renamed face.
25865 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
25866
25867 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
25868 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
25869 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
25870 New backward-compatibility aliases for renamed faces.
25871 (idlwave-shell-disabled-breakpoint-face)
25872 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
25873
25874 * progmodes/flymake.el (flymake-errline, flymake-warnline):
25875 Remove "-face" suffix from face names.
25876 (flymake-errline-face, flymake-warnline-face):
25877 New backward-compatibility aliases for renamed faces.
25878 (flymake-highlight-line): Use renamed flymake faces.
25879
25880 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
25881 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
25882 (ebrowse-member-class, ebrowse-progress):
25883 Remove "-face" suffix from face names.
25884 (ebrowse-tree-mark-face, ebrowse-root-class-face)
25885 (ebrowse-file-name-face, ebrowse-default-face)
25886 (ebrowse-member-attribute-face, ebrowse-member-class-face)
25887 (ebrowse-progress-face):
25888 New backward-compatibility aliases for renamed faces.
25889 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25890 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25891 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25892 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25893
25894 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
25895 antlr-syntax)
25896 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25897 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25898 names.
25899 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25900 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
25901 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
25902 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
25903 backward-compatibility aliases for renamed faces.
25904 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
25905 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
25906 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
25907 remove "font-lock-". Use renamed antlr-mode faces.
25908 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
25909 literal face-names with face variable references.
25910
25911 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
25912 face name.
25913 (Buffer-menu-buffer-face): New backward-compatibility alias for
25914 renamed face.
25915 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
25916
25917 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
25918
25919 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
25920 Eliminate "-face" suffix.
25921 (makefile-targets): Inherit from font-lock-function-name-face and
25922 eliminate "-face" suffix.
25923 (makefile-shell): Remove attributes and eliminate "-face" suffix.
25924 (makefile-*-font-lock-keywords): Append makefile-targets in rule
25925 actions, instead of prepending, to make it less visible.
25926 (makefile-previous-dependency, makefile-match-dependency):
25927 Don't match a target on a continuation line.
25928
25929 * files.el (auto-mode-alist): Put Makefile in gmake mode.
25930
25931 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
25932
25933 * progmodes/gdb-ui.el (menu): Re-order menu items.
25934 (gdb-tooltip-print): Respect tooltip-use-echo-area.
25935
25936 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
25937 Define in tooltip.el.
25938 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
25939 (gud-tooltip-tips): Respect tooltip-use-echo-area and
25940 gud-tooltip-echo-area.
25941
25942 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
25943 backward compatibility and make obsolete.
25944 (tooltip-help-tips): Use tooltip-use-echo-area.
25945 (tooltip-show-help-function): Rename to...
25946 (tooltip-show-help): ...this, because it is a function.
25947 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
25948
25949 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
25950
25951 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
25952 (edebug-print-length, edebug-print-level, edebug-print-circle)
25953 (edebug-modify-breakpoint, edebug-eval-last-sexp)
25954 (edebug-eval-print-last-sexp): Doc fixes.
25955
25956 2005-06-14 Kim F. Storm <storm@cua.dk>
25957
25958 * ido.el (ido-mode): Make a new keymap every time we enable ido,
25959 as the coverage buffer/file/both may change.
25960
25961 2005-06-14 Lute Kamstra <lute@gnu.org>
25962
25963 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
25964 and run-mode-hooks. Simplify.
25965
25966 * mail/rmailedit.el (rmail-edit-mode):
25967 * progmodes/octave-inf.el (inferior-octave-mode):
25968 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
25969
25970 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
25971 and run-mode-hooks.
25972 (recentf-edit-list, recentf-open-files): Don't call
25973 kill-all-local-variables directly.
25974
25975 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
25976
25977 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
25978
25979 * emacs-lisp/byte-run.el (make-obsolete)
25980 (define-obsolete-function-alias): Rename arguments FUNCTION and
25981 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
25982 (make-obsolete-variable, define-obsolete-variable-alias):
25983 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
25984 respectively.
25985
25986 * isearchb.el (isearchb-activate):
25987 * pcvs.el (cvs-mode):
25988 * ses.el (ses-load):
25989 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
25990 * net/tramp.el (tramp-find-file-exists-command)
25991 (tramp-find-shell):
25992 * progmodes/ada-mode.el (ada-create-case-exception)
25993 (ada-create-case-exception-substring, ada-make-subprogram-body):
25994 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
25995 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
25996 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
25997 * textmodes/org.el (org-promote, org-evaluate-time-range)
25998 (org-agenda-next-date-line, org-agenda-previous-date-line)
25999 (org-agenda-error, org-open-at-point, org-table-move-row)
26000 (org-format-table-table-html-using-table-generate-source)
26001 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26002 * textmodes/reftex.el (reftex-access-scan-info):
26003 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26004 (reftex-toc-promote-prepare): Follow error conventions.
26005
26006 * diff-mode.el (diff-mode): Fix typo in docstring.
26007
26008 * forms.el (forms--intuit-from-file): Fix reference to
26009 `forms-number-of-fields' in error message.
26010 (forms-print): Fix quoting in error message.
26011
26012 * forms.el (forms-mode):
26013 * emulation/vi.el (vi-goto-insert-state):
26014 * progmodes/flymake.el (flymake-new-err-info)
26015 (flymake-start-syntax-check-for-current-buffer)
26016 (flymake-simple-cleanup):
26017 * eshell/esh-var.el (eshell/export):
26018 * progmodes/gud.el (xdb):
26019 * textmodes/flyspell.el (flyspell-incorrect-hook)
26020 (flyspell-maybe-correct-transposition)
26021 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26022
26023 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26024
26025 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26026 minibuffer prompt.
26027
26028 2005-06-13 Kim F. Storm <storm@cua.dk>
26029
26030 * subr.el (add-to-ordered-list): New defun.
26031
26032 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26033 add cua--keymap-alist to emulation-mode-map-alists.
26034
26035 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26036
26037 * subr.el (complete-in-turn): New macro.
26038 (dynamic-completion-table, lazy-completion-table): Add debug info.
26039
26040 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26041 in preference to face aliases.
26042
26043 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26044 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26045 Remove unused vars `start' and `firstline'.
26046 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26047 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26048
26049 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26050
26051 * cus-start.el (all): Don't complain about missing GTK-related
26052 variables, unless either `gtk' is boundp or this isn't a
26053 `windows-nt' build.
26054
26055 2005-06-13 Lute Kamstra <lute@gnu.org>
26056
26057 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26058 run-mode-hooks.
26059
26060 * ediff-mult.el (ediff-meta-mode):
26061 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26062
26063 * ledit.el (ledit-mode): Use delay-mode-hooks.
26064
26065 * woman.el (woman-mode-line-format): Delete constant.
26066 (woman-mode-map): Initialize it properly.
26067 (woman-mode): Set mode-class property to special.
26068 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26069 Set major-mode and mode-name. Don't set mode-line-format directly.
26070 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26071
26072 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26073 string argument obsolete.
26074
26075 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26076
26077 * textmodes/org.el (org-CUA-compatible): New option.
26078 (org-disputed-keys): New variable.
26079 (org-key): New function.
26080 (orgtbl-make-binding): Add docstring to the created function.
26081 (org-mode): Set paragraph start/separate regexps.
26082 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26083 (org-archive-location, org-archive-mark-done)
26084 (org-archive-stamp-time): New options.
26085 (org-archive-subtree): New command.
26086 (org-fill-paragraph): New function.
26087 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26088 (org-fake-empty-table-line): Function removed.
26089 (org-format-org-table-html): Do not create empty table lines at
26090 separator lines. Improved table header treatment.
26091 (org-link-format): New option.
26092 (org-make-link): New function.
26093 (org-insert-link, org-store-link): Use org-make-link.
26094 (org-open-file): Quote file name for shell command, to allow
26095 spaces in file names.
26096 (org-link-regexp): Fix bug with mailto link.
26097 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26098 New constants.
26099 (org-export-as-html): Deal with the optional angles around a link.
26100 Better treatment of file: links.
26101 (org-open-at-point): Replace @{ and @} with < and >.
26102 (org-run-mode-hooks): Function removed.
26103 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26104
26105 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26106
26107 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26108 MI command -data-list-register-values.
26109 (gdb-post-prompt): Indent properly.
26110
26111 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26112
26113 * hilit-chg.el (highlight-changes-colors): Rename from
26114 `highlight-changes-colours'.
26115 (highlight-changes-colours): Keep as obsolete alias.
26116 (highlight-changes-face-list): Doc fix.
26117 (hilit-chg-make-list): Use `highlight-changes-colors'.
26118
26119 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26120
26121 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26122 defun-prompt-regexp.
26123
26124 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26125
26126 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26127 and cygwin.
26128
26129 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26130 Don't use an old loaddefs.el, as in Makefile.in.
26131
26132 2005-06-12 Lute Kamstra <lute@gnu.org>
26133
26134 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26135
26136 * man.el (Man-mode-map): Initialize it properly.
26137 (Man-mode): Set mode-class property to special.
26138
26139 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26140
26141 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26142
26143 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26144 A newline is needed in the docstring there.
26145
26146 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26147 Doc fixes.
26148
26149 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26150
26151 * printing.el: Doc fix. The menubar is no more changed when printing
26152 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26153 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26154 (pr-version): New version number (6.8.4).
26155 (pr-menu-bind): New command.
26156 (pr-update-menus): Docstring and code fix.
26157 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26158 Docstring fix.
26159 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26160 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26161
26162 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26163
26164 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26165 "Returns" to "return", document useful return values, etc.
26166
26167 2005-06-11 Alan Mackenzie <acm@muc.de>
26168
26169 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26170 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26171 (adaptive-file-function): Minor amendment to doc-string.
26172
26173 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26174
26175 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26176 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26177 Fix :type--it is `integer', not `string'.
26178
26179 * faces.el (modeline-highlight): Rename from (the erroneous)
26180 `modeline-higilight'.
26181
26182 2005-06-11 Lute Kamstra <lute@gnu.org>
26183
26184 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26185 lisp-interaction-mode-map but make it the parent.
26186 (edebug-eval-mode): Use define-derived-mode.
26187
26188 2005-06-11 Andreas Schwab <schwab@suse.de>
26189
26190 * bindings.el: Add binding of `ESC functionkey' for every
26191 `M-functionkey'.
26192 * hexl.el (hexl-mode-map): Likewise.
26193
26194 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26195
26196 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26197 [msft]: update regexp for newer msft compilers.
26198
26199 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26200
26201 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26202 ATTLIST portions of included DTDs.
26203 (xml-parse-dtd): Eliminate use of inefficient match-data.
26204
26205 2005-06-10 Miles Bader <miles@gnu.org>
26206
26207 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26208 (mpuz-text): Remove "-face" suffix from face names.
26209 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26210 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26211 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26212
26213 * play/gomoku.el (gomoku-O, gomoku-X):
26214 Remove "-face" suffix from face names.
26215 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26216 New backward-compatibility aliases for renamed faces.
26217 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26218
26219 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26220
26221 * thumbs.el: Fixes for changes of 2005-06-09.
26222 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26223 as a directory.
26224 (thumbs-thumbname): Remove directory separator from format string;
26225 `thumbs-thumbsdir' now returns a valid directory name.
26226 (thumbs-temp-dir): New defsubst.
26227 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26228 Use it.
26229
26230 * cus-edit.el (minibuffer):
26231 * files.el (make-backup-file-name-function):
26232 * filesets.el (filesets-external-viewers):
26233 * hilit-chg.el (highlight-changes-colours)
26234 (highlight-changes-face-list, highlight-changes-rotate-faces):
26235 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26236 * kmacro.el (kmacro-call-macro):
26237 * log-edit.el (log-edit-changelog-full-paragraphs):
26238 * mouse.el (mouse-1-click-follows-link):
26239 * skeleton.el (skeleton-autowrap):
26240 * subr.el (insert-for-yank-1):
26241 * tempo.el (tempo-insert-region):
26242 * terminal.el (terminal-emulator):
26243 * time.el (display-time-mail-face):
26244 * vc.el (vc-annotate):
26245 * vcursor.el (vcursor-copy-line):
26246 * woman.el (woman-bold-headings, woman-ignore)
26247 (woman-default-faces, woman-monochrome-faces):
26248 * calendar/todo-mode.el (todo-insert-threshold):
26249 * emulation/pc-select.el (pc-select-selection-keys-only)
26250 (pc-selection-mode):
26251 * emulation/vip.el (vip-find-char-forward):
26252 * emulation/viper-cmd.el (viper-find-char-forward):
26253 * international/mule-cmds.el
26254 (select-safe-coding-system-accept-default-p)
26255 (input-method-exit-on-invalid-key):
26256 * international/mule-diag.el (describe-coding-system):
26257 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26258 * net/browse-url.el (browse-url-xterm-program):
26259 * obsolete/lazy-lock.el (lazy-lock-mode):
26260 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26261 (cperl-mode):
26262 * progmodes/cpp.el (cpp-face-light-name-list)
26263 (cpp-face-dark-name-list):
26264 * progmodes/delphi.el (delphi-newline-always-indents):
26265 Fix spellings in docstrings.
26266
26267 * ido.el (ido-mode, ido-file-extensions-order)
26268 (ido-default-file-method, ido-default-buffer-method)
26269 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26270 (ido-decorations, ido-read-file-name-as-directory-commands)
26271 (ido-read-file-name-non-ido, ido-work-directory-list)
26272 (ido-ignore-item-temp-list, ido-current-directory)
26273 (ido-magic-forward-char, ido-enter-find-file)
26274 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26275 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26276
26277 2005-06-10 Lute Kamstra <lute@gnu.org>
26278
26279 * play/dunnet.el (dun-mode): Use define-derived-mode.
26280 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26281 obsolete alias.
26282
26283 * play/doctor.el (doctor-mode-map): Remove defvar.
26284 (doctor-mode): Use define-derived-mode.
26285
26286 * mail/mspools.el (mspools-mode):
26287 * net/eudc-hotlist.el (eudc-hotlist-mode):
26288 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26289
26290 2005-06-10 Miles Bader <miles@gnu.org>
26291
26292 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26293 Remove "-face" suffix from face names.
26294 (flyspell-incorrect-face, flyspell-duplicate-face):
26295 New backward-compatibility aliases for renamed faces.
26296 (flyspell-mode-on, make-flyspell-overlay)
26297 (flyspell-highlight-incorrect-region)
26298 (flyspell-highlight-duplicate-region)
26299 (flyspell-display-next-corrections)
26300 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26301
26302 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26303 from face name.
26304 (texinfo-heading-face): New backward-compatibility alias for
26305 renamed face.
26306 (texinfo-heading-face): Use renamed texinfo-heading face.
26307
26308 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26309 suffix from face names.
26310 (tex-math-face, tex-verbatim-face):
26311 New backward-compatibility aliases for renamed faces.
26312 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26313 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26314 literal face name.
26315
26316 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26317 name.
26318 (table-cell-face): New backward-compatibility alias for renamed face.
26319 (table--put-cell-face-property, table--update-cell-face):
26320 Use renamed table-cell face.
26321
26322 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26323 from face name.
26324 (sgml-namespace-face): New backward-compatibility alias for
26325 renamed face.
26326 (sgml-namespace-face): Use renamed sgml-namespace face.
26327
26328 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26329 (org-level-4, org-level-5, org-level-6, org-level-7)
26330 (org-level-8, org-warning, org-headline-done)
26331 (org-deadline-announce, org-scheduled-today)
26332 (org-scheduled-previously, org-link, org-done, org-table)
26333 (org-time-grid): Remove "-face" suffix from face names.
26334 (org-level-1-face, org-level-2-face, org-level-3-face)
26335 (org-level-4-face, org-level-5-face, org-level-6-face)
26336 (org-level-7-face, org-level-8-face, org-warning-face)
26337 (org-headline-done-face, org-deadline-announce-face)
26338 (org-scheduled-today-face, org-scheduled-previously-face)
26339 (org-link-face, org-done-face, org-table-face)
26340 (org-time-grid-face):
26341 New backward-compatibility aliases for renamed faces.
26342 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26343 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26344 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26345 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26346
26347 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26348 (viper-minibuffer-emacs, viper-minibuffer-insert)
26349 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26350 (viper-search-face, viper-replace-overlay-face)
26351 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26352 (viper-minibuffer-vi-face):
26353 New backward-compatibility aliases for renamed faces.
26354 (viper-search-face, viper-replace-overlay-face)
26355 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26356 (viper-minibuffer-vi-face): Use renamed viper faces.
26357
26358 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26359 Remove "-face" suffix from face names.
26360 (testcover-nohits-face, testcover-1value-face):
26361 New backward-compatibility aliases for renamed faces.
26362 (testcover-mark): Use renamed testcover faces.
26363
26364 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26365 face name.
26366 (diary-button-face): New backward-compatibility alias for renamed face.
26367 (diary-entry): Use renamed diary-button face.
26368
26369 * calendar/calendar.el (diary, calendar-today, holiday)
26370 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26371 (diary-face, calendar-today-face, holiday-face):
26372 New backward-compatibility aliases for renamed faces.
26373 (eval-after-load "facemenu", diary-entry-marker)
26374 (calendar-today-marker, calendar-holiday-marker, diary-face):
26375 Use renamed calendar faces.
26376
26377 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26378 (compare-windows-face): New backward-compatibility alias for
26379 renamed face.
26380 (compare-windows-highlight): Use renamed compare-windows face.
26381
26382 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26383 (strokes-char-face): New backward-compatibility alias for renamed face.
26384 (strokes-encode-buffer): Use renamed strokes-char face.
26385
26386 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26387 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26388 Remove "-face" suffix from face names.
26389 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26390 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26391 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26392 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26393 Use renamed pcvs faces.
26394 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26395 * pcvs-defs.el (cvs-mode-map): Likewise.
26396 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26397
26398 * info.el (info-title-1, info-title-2, info-title-3)
26399 (info-title-4): Remove "-face" suffix from and downcase face names.
26400 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26401 (Info-title-4-face):
26402 New backward-compatibility aliases for renamed faces.
26403 (Info-fontify-node): Use renamed info faces.
26404
26405 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26406 Remove "-face" suffix from face names.
26407 (highlight-changes-face, highlight-changes-delete-face):
26408 New backward-compatibility aliases for renamed faces.
26409 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26410 (hilit-chg-make-list): Use renamed highlight-changes faces.
26411
26412 * generic-x.el (show-tabs-tab, show-tabs-space):
26413 Remove "-face" suffix from face names.
26414 (show-tabs-tab-face, show-tabs-space-face):
26415 New backward-compatibility aliases for renamed faces.
26416 (show-tabs-generic-mode-font-lock-defaults-1)
26417 (show-tabs-generic-mode-font-lock-defaults-2):
26418 Use renamed show-tabs faces.
26419
26420 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26421 (smerge-markers): Remove "-face" suffix from face names.
26422 (smerge-mine-face, smerge-other-face, smerge-base-face)
26423 (smerge-markers-face):
26424 New backward-compatibility aliases for renamed faces.
26425 (smerge-mine-face, smerge-other-face, smerge-base-face)
26426 (smerge-markers-face): Use renamed smerge faces.
26427
26428 * log-view.el (log-view-file, log-view-message): Remove "-face"
26429 suffix from face names.
26430 (log-view-file-face, log-view-message-face):
26431 New backward-compatibility aliases for renamed faces.
26432 (log-view-file-face, log-view-message-face): Use renamed log-view
26433 faces.
26434
26435 * paren.el (show-paren-match, show-paren-mismatch):
26436 Remove "-face" suffix from face names.
26437 (show-paren-match-face, show-paren-mismatch-face):
26438 New backward-compatibility aliases for renamed faces.
26439 (show-paren-function): Use renamed show-paren faces.
26440
26441 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26442 (ruler-mode-margins, ruler-mode-fringes)
26443 (ruler-mode-column-number, ruler-mode-fill-column)
26444 (ruler-mode-comment-column, ruler-mode-goal-column)
26445 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26446 suffix from face names.
26447 (ruler-mode-default-face, ruler-mode-pad-face)
26448 (ruler-mode-margins-face, ruler-mode-fringes-face)
26449 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26450 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26451 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26452 New backward-compatibility aliases for renamed faces.
26453 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26454 (ruler-mode-column-number, ruler-mode-fill-column)
26455 (ruler-mode-comment-column, ruler-mode-goal-column)
26456 (ruler-mode-tab-stop, ruler-mode-current-column)
26457 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26458 faces.
26459
26460 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26461 face name.
26462 (whitespace-highlight-the-space): Use renamed face.
26463 (whitespace-highlight-face): New backward-compatibility alias for
26464 renamed face.
26465
26466 * woman.el (woman-italic, woman-bold, woman-unknown)
26467 (woman-addition, woman-symbol-face):
26468 Remove "-face" suffix from face names.
26469 (woman-italic-face, woman-bold-face, woman-unknown-face)
26470 (woman-addition-face):
26471 New backward-compatibility aliases for renamed faces.
26472 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26473 (woman-decode-region, woman-replace-match)
26474 (woman-display-extended-fonts, woman-special-characters)
26475 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26476 Use renamed woman faces.
26477
26478 * longlines.el (longlines-visible-face): Face removed.
26479
26480 * diff-mode.el (diff-header, diff-file-header, diff-index)
26481 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26482 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26483 suffix from face names.
26484 (diff-header-face, diff-file-header-face, diff-index-face)
26485 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26486 (diff-changed-face, diff-function-face, diff-context-face)
26487 (diff-nonexistent-face): New backward-compatibility aliases for
26488 renamed faces.
26489 (diff-header-face, diff-file-header-face)
26490 (diff-index, diff-index-face, diff-hunk-header)
26491 (diff-hunk-header-face, diff-removed, diff-removed-face)
26492 (diff-added, diff-added-face, diff-changed-face, diff-function)
26493 (diff-function-face, diff-context-face, diff-nonexistent)
26494 (diff-nonexistent-face): Use renamed diff-mode faces.
26495
26496 * progmodes/compile.el (compilation-warning-face)
26497 (compilation-info-face): Remove "-face" suffix from face names.
26498 (compilation-warning-face, compilation-info-face):
26499 New backward-compatibility aliases for renamed faces.
26500 (compilation-warning-face, compilation-info-face):
26501 Use renamed compilation faces.
26502
26503 * add-log.el (change-log-date, change-log-name)
26504 (change-log-email, change-log-file, change-log-list)
26505 (change-log-conditionals, change-log-function)
26506 (change-log-acknowledgement): Remove "-face" suffix from face names.
26507 (change-log-date-face, change-log-name-face)
26508 (change-log-email-face, change-log-file-face)
26509 (change-log-list-face, change-log-conditionals-face)
26510 (change-log-function-face, change-log-acknowledgement-face):
26511 New backward-compatibility aliases for renamed faces.
26512 (change-log-font-lock-keywords): Use renamed change-log faces.
26513
26514 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26515 (custom-set, custom-changed, custom-saved, custom-button)
26516 (custom-button-pressed, custom-documentation, custom-state)
26517 (custom-comment, custom-comment-tag, custom-variable-tag)
26518 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26519 (custom-group-tag): Remove "-face" suffix from face names.
26520 (custom-magic-alist, custom-magic-value-create)
26521 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26522 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26523 (custom-set-face, custom-changed-face, custom-saved-face)
26524 (custom-button-face, custom-button-pressed-face)
26525 (custom-documentation-face, custom-state-face)
26526 (custom-comment-face, custom-comment-tag-face)
26527 (custom-variable-tag-face, custom-variable-button-face)
26528 (custom-face-tag-face, custom-group-tag-face-1)
26529 (custom-group-tag-face):
26530 New backward-compatibility aliases for renamed faces.
26531
26532 * wid-edit.el (widget-documentation, widget-button)
26533 (widget-field, widget-single-line-field, widget-inactive)
26534 (widget-button-pressed): "-face" suffix removed from face names.
26535 (widget-documentation-face, widget-button-face)
26536 (widget-field-face, widget-single-line-field-face)
26537 (widget-inactive-face, widget-button-pressed-face):
26538 New backward-compatibility aliases for renamed faces.
26539 (widget-documentation-face, widget-button-face)
26540 (widget-button-pressed-face, widget-specify-field)
26541 (widget-specify-inactive): Use renamed widget faces.
26542
26543 2005-06-10 Kenichi Handa <handa@m17n.org>
26544
26545 * term/x-win.el (x-clipboard-yank): Remove condition-case
26546 wrapping.
26547
26548 2005-06-11 Kenichi Handa <handa@m17n.org>
26549
26550 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26551 date lines stricter.
26552
26553 2005-06-10 Zhang Wei <id.brep@gmail.com>
26554
26555 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26556 of x-get-selection.
26557
26558 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26559
26560 * comint.el (comint-mode, comint-snapshot-last-prompt):
26561 * frame.el (frame-current-scroll-bars):
26562 * term.el (term-mode, term-check-proc, term-input-sender)
26563 (term-simple-send, term-extract-string, term-word)
26564 (term-match-partial-filename):
26565 * window.el (window-current-scroll-bars):
26566 * emulation/cua-base.el (cua-normal-cursor-color)
26567 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26568 (cua-global-mark-cursor-color):
26569 * mail/undigest.el (rmail-forward-separator-regex):
26570 Fix typos in docstrings.
26571
26572 * comint.el (comint-check-proc, make-comint-in-buffer)
26573 (comint-source-default): Doc fixes.
26574
26575 * term.el (term-send-string): Improve argument/docstring consistency.
26576
26577 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26578
26579 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26580 call to `delete-region'.
26581 (comint-mode-hook): Do not enable Font Lock by default.
26582
26583 2005-06-09 Lute Kamstra <lute@gnu.org>
26584
26585 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26586 could be void.
26587
26588 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26589
26590 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26591 (debug): Use it.
26592 (debugger-step-through, debugger-continue, debugger-jump)
26593 (debugger-return-value): Set it when needed.
26594 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26595 Use inhibit-read-only.
26596
26597 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26598
26599 * window.el (shrink-window-if-larger-than-buffer)
26600 (window-size-fixed): Fix typo in docstring.
26601
26602 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26603 thumbnails directory on loading.
26604 (thumbs-conversion-program): Use `eq' to check the system type,
26605 not `equal'.
26606 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26607 not "/tmp". Fix docstring.
26608 (thumbs-thumbsdir): New function to return the thumbnails
26609 directory, creating it if needed.
26610 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26611 (thumbs-temp-file): Delete variable and make it into a function.
26612 (thumbs-resize-image, thumbs-modify-image): Use it.
26613 (thumbs-kill-buffer): Simplify.
26614 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26615 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26616 docstrings.
26617
26618 2005-06-09 Kim F. Storm <storm@cua.dk>
26619
26620 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26621 set-match-data to free markers in match-data.
26622
26623 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26624 match-data to unchain markers in match-data.
26625
26626 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26627
26628 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26629 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26630 unnecessary now.
26631
26632 2005-06-08 Richard M. Stallman <rms@gnu.org>
26633
26634 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26635 give the variable a doc string that doesn't say don't set it directly.
26636
26637 * textmodes/ispell.el (ispell-check-version):
26638 Use match-string-no-properties.
26639 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26640 (ispell-buffer-local-words): Likewise.
26641
26642 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26643 except on terminals with enough colors to really display it.
26644 (makefile-dependency-regex): Delete spurious `bb'.
26645
26646 * faces.el (escape-glyph): Use blue once again in last case.
26647 (no-break-space): Redefine so that it isn't invisible on a tty.
26648
26649 2005-06-08 Kim F. Storm <storm@cua.dk>
26650
26651 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26652 also when reading directory name.
26653
26654 2005-06-08 Lute Kamstra <lute@gnu.org>
26655
26656 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26657 (flyspell-mode-line-string): Remove autoload cookie.
26658 (flyspell-mode): Remove defvar.
26659
26660 2005-06-07 Lute Kamstra <lute@gnu.org>
26661
26662 * textmodes/org.el (org-run-mode-hooks): New function.
26663 (org-agenda-mode): Use it.
26664
26665 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26666
26667 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26668
26669 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26670
26671 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26672
26673 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26674
26675 * font-lock.el (font-lock-add-keywords): Doc fix.
26676
26677 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26678
26679 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26680 (tex-compile-default): In the absence of any history, use the order in
26681 tex-compile-alist to choose the preferred command.
26682 (tex-compile-commands): Reorder a bit.
26683
26684 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26685 (flyspell-incorrect-face, flyspell-duplicate-face):
26686 Use (X)Emacs-agnostic code.
26687 (flyspell-mode-map): Don't overwrite at each load. Remove code
26688 redundant with the subsequent add-minor-mode. Merge Emacs and
26689 XEmacs code.
26690 (flyspell-word): Minor simplification.
26691 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26692 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26693 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26694 Merge the corresponding Emacs code.
26695 (flyspell-correct-word, flyspell-xemacs-popup):
26696 Use flyspell-do-correct.
26697
26698 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26699 a dedicated window.
26700
26701 * international/latexenc.el (latexenc-find-file-coding-system):
26702 Undo part of last patch, to turn off a compiler warning.
26703
26704 2005-06-06 Juri Linkov <juri@jurta.org>
26705
26706 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26707 Rename `tmm-inactive-face' to `tmm-inactive'.
26708
26709 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26710
26711 * iswitchb.el: Rename faces.
26712
26713 2005-06-06 Kim F. Storm <storm@cua.dk>
26714
26715 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26716 (cua-global-mark): Remove -face suffix from face names.
26717
26718 * emulation/cua-gmrk.el (cua--init-global-mark):
26719 Remove cua-global-mark face setup.
26720
26721 2005-06-06 Richard M. Stallman <rms@gnu.org>
26722
26723 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26724 just like other allowed characters.
26725 (makefile-match-dependency): Exclude leading and training whitespace
26726 from the range of regexp subexp 1.
26727 (makefile-macroassign-regex): Don't try to match the body,
26728 just the name of the macro being defined.
26729
26730 * info.el (Info-read-node-name-2): New function.
26731 (Info-read-node-name-1): Use that.
26732 Add a completion-base-size-function property.
26733
26734 * simple.el (completion-setup-function): Look for
26735 completion-base-size-function property of minibuffer-completion-table.
26736
26737 * files.el (locate-file-completion): Doc fix.
26738
26739 * printing.el: Don't call pr-update-menus; user must do that.
26740
26741 * emacs-lisp/debug.el (debugger-window): New variable.
26742 (debug): Use debugger-window if it is set and still alive.
26743 Record debugger-window for next entry.
26744
26745 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26746
26747 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26748
26749 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26750 (hack-one-local-variable, hack-local-variables)
26751 (hack-local-variables-prop-line): Pass that arg.
26752
26753 2005-06-06 Kim F. Storm <storm@cua.dk>
26754
26755 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26756 (ido-indicator): Remove -face suffix from face names.
26757
26758 2005-06-06 Juri Linkov <juri@jurta.org>
26759
26760 * font-lock.el (font-lock-regexp-backslash)
26761 (font-lock-regexp-backslash-construct): New faces.
26762 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26763 after `('. Add `while-no-input' to control structures.
26764
26765 * faces.el (no-break-space, shadow): New faces.
26766 (escape-glyph): Use less loud colors pink2 and red4.
26767
26768 * diff-mode.el (diff-context-face)
26769 * dired.el (dired-ignored)
26770 * rfn-eshadow.el (file-name-shadow)
26771 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26772
26773 * info.el (Info-title-1-face): Use green instead of yellow because
26774 bold yellow is not readable on light backgrounds.
26775
26776 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26777 before selecting the desired mode to not spend time fontifying
26778 old contents.
26779
26780 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26781
26782 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26783 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26784
26785 * ps-print.el (ps-default-fg, ps-default-bg):
26786 Fix typos in docstrings.
26787
26788 * isearchb.el (isearchb): Don't pass a spurious second argument to
26789 `iswitchb-completions'.
26790
26791 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26792
26793 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26794 to preserve point.
26795 (gdb-find-file-hook): Add doc string.
26796
26797 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26798 C dereferenced pointer expression.
26799 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
26800
26801 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
26802
26803 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
26804 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
26805 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
26806 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
26807 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
26808 Make background transparent.
26809
26810 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
26811
26812 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
26813 (font-lock-remove-keywords): Doc fix.
26814 (font-lock-mode-major-mode): Compiler defvar.
26815 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
26816
26817 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
26818 (font-lock-mode): Update `font-lock-mode-major-mode'.
26819 (font-lock-set-defaults): Compiler defvar.
26820 (font-lock-default-function): Take `font-lock-mode-major-mode'
26821 into account.
26822
26823 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
26824 keep track of which major mode it enabled the minor mode for.
26825 Use find-file-hook again. Update docstring.
26826
26827 * simple.el (eval-expression-print-level)
26828 (eval-expression-print-length, eval-expression-debug-on-error):
26829 Doc fixes.
26830
26831 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
26832
26833 * iswitchb.el (iswitchb-single-match-face)
26834 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
26835 (iswitchb-invalid-regexp-face): New faces.
26836 (iswitchb-completions): Use them.
26837 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
26838 now marked as an obsolete alias.
26839 (iswitchb-read-buffer): Remove check for bound font variables.
26840 (iswitchb-invalid-regexp): New free variable.
26841 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
26842 set iswitchb-invalid-regexp.
26843 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
26844 invalid regexps.
26845 (iswitchb-completions): Add check for complete match when entering
26846 a regexp.
26847 (iswitchb-completions): Remove require-match argument.
26848 (iswitchb-exhibit): Fix caller.
26849 (iswitchb-common-match-inserted): New variable.
26850 (iswitchb-complete, iswitchb-completion-help): Use it.
26851
26852 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
26853
26854 * url-http.el (url-http-chunked-encoding-after-change-function):
26855 Use `url-http-debug' instead of `message'.
26856
26857 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
26858
26859 * url-http.el (url-http-parse-headers): Pass redirected URL as a
26860 callback argument.
26861
26862 2005-06-04 Kim F. Storm <storm@cua.dk>
26863
26864 * simple.el (line-move): Only call sit-for when moving backwards.
26865
26866 * ido.el (ido-make-merged-file-list-1): New defun split from
26867 ido-make-merged-file-list.
26868 (ido-make-merged-file-list): Bind throw-on-input around call to
26869 ido-make-merged-file-list-1. Return input-pending-p if
26870 interrupted by more input available.
26871 (ido-read-internal): Handle input-pending-p return value from
26872 ido-make-merged-file-list.
26873
26874 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
26875
26876 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
26877 compatibility code.
26878
26879 * international/latexenc.el (latexenc-find-file-coding-system):
26880 Don't inherit the EOL part of the coding-system from the
26881 tex-main buffer. Fit within 80 columns.
26882
26883 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
26884
26885 * tmm.el (tmm-inactive-face): New face.
26886 (tmm-remove-inactive-mouse-face): New function.
26887 (tmm-prompt, tmm-add-one-shortcut)
26888 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
26889 but not selectable.
26890
26891 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
26892
26893 * faces.el (face-equal): Improve argument/docstring consistency.
26894
26895 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
26896
26897 * progmodes/make-mode.el (makefile-targets-face)
26898 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
26899 (makefile-bsdmake-dependency-regex)
26900 (makefile-makepp-rule-action-regex)
26901 (makefile-bsdmake-rule-action-regex): New constants.
26902 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
26903
26904 * progmodes/compile.el (compilation-error-regexp-alist-alist):
26905 Allow (...) within `...' for makepp messages.
26906
26907 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
26908
26909 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
26910
26911 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
26912 "." files are deleted from all file lists before comparison.
26913
26914 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
26915 (viper-ESC-key): Made them customizable.
26916
26917 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
26918
26919 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
26920
26921 * autorevert.el (auto-revert-buffers): Use save-match-data.
26922
26923 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
26924
26925 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
26926 menu items with a nil command binding.
26927
26928 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
26929
26930 * emacs-lisp/cl-macs.el (defsetf):
26931 Improve argument/docstring consistency.
26932
26933 * faces.el (list-faces-display): Improve the formatting by
26934 computing the maximum length required for any face-name (reworked
26935 patch of 1999-01-11, accidentally deleted on 1999-07-21).
26936 (internal-find-face): Remove redundant info in docstring.
26937
26938 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
26939
26940 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
26941 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
26942 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
26943 (gdb-assembler-custom): Improve regexps.
26944 (def-gdb-auto-update-handler): Use window point to preserve point.
26945
26946 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
26947
26948 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
26949
26950 2005-05-31 Jay Belanger <belanger@truman.edu>
26951
26952 * calc/calc-embed.el (calc-embedded-word): Change argument passed
26953 to calc-embedded.
26954 (calc-embedded-make-info): Have plain prefix argument select
26955 entire line.
26956
26957 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
26958
26959 * faces.el (list-faces-display): Signal error if passed a regexp
26960 that matches no face name.
26961
26962 * simple.el (filter-buffer-substring): Fix typo in docstring.
26963
26964 2005-05-31 Richard M. Stallman <rms@gnu.org>
26965
26966 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
26967 (vhdl-emacs-21): Doc fix.
26968 (vhdl-mode): Unconditionally set comment-padding.
26969 (vhdl-fixup-whitespace-region): Insert spaces only where
26970 there are none.
26971 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
26972
26973 2005-05-30 John Wiegley <johnw@newartisans.com>
26974
26975 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
26976 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
26977 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
26978 `directory-sep-char' to ?/, and all uses of `string-to-int' to
26979 `string-to-number'.
26980
26981 2005-05-30 Jay Belanger <belanger@truman.edu>
26982
26983 * calc/calc.el (calc-bug-address): Fix docstring.
26984 (calc-window-hook, calc-trail-window-hook): New variables.
26985 (calc-trail-display): Restore use of calc-trail-window-hook.
26986 (calc): Restore use of calc-window-hook.
26987
26988 2005-05-31 Masatake YAMATO <jet@gyve.org>
26989
26990 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
26991
26992 * help-fns.el (help-C-file-name): Add autoload mark for
26993 `find-function-noselect'.
26994
26995 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
26996
26997 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
26998 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
26999
27000 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27001
27002 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27003 included diary buffer if it was not already being visited.
27004 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27005
27006 * calendar/icalendar.el (top-level): Do not require appt.
27007
27008 * mail/supercite.el (sc-select-attribution): Only use a list
27009 element from sc-attrib-selection-list if it returns a string.
27010 Reported by Davide G. M. Salvetti <salve@debian.org>.
27011
27012 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27013
27014 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27015 includes a hash value to improve its uniqueness, and has a ".jpg"
27016 extension. Also, it is now a valid filename on all systems.
27017 (thumbs-make-thumb): Use `let', not `let*'.
27018 (thumbs-show-thumbs-list): Check for JPEG availability.
27019
27020 2005-05-30 Richard M. Stallman <rms@gnu.org>
27021
27022 * filesets.el (filesets-menu-ensure-use-cached):
27023 Prevent warning when emacs-version>= is undefined.
27024
27025 * printing.el (pr-interactive-n-up): Use string-to-number.
27026
27027 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27028
27029 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27030 Warn only when name to be defined is quoted.
27031
27032 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27033
27034 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27035 Make regexp more robust.
27036 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27037 Force regeneration of disassembly.
27038
27039 2005-05-29 Jay Belanger <belanger@truman.edu>
27040
27041 * calc/calc.el (calc-user-invocation): Check if
27042 calc-invocation-macro is non-nil.
27043
27044 2005-05-29 Juri Linkov <juri@jurta.org>
27045
27046 * add-log.el (change-log-font-lock-keywords):
27047 Add `+' to e-mail regexp to accept mail address with keywords.
27048
27049 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27050
27051 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27052
27053 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27054
27055 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27056
27057 2005-05-29 Richard M. Stallman <rms@gnu.org>
27058
27059 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27060 Undo the change that moves to end of the current word.
27061
27062 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27063
27064 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27065 Throw error when count <= 0 to ensure input is a number.
27066 (gdb-read-memory-custom): Pick up address from buffer.
27067 (gdb-memory-mode): Allow user to increment and decrement
27068 memory address from header line.
27069
27070 2005-05-29 Richard M. Stallman <rms@gnu.org>
27071
27072 * flyspell.el (flyspell-version): Function deleted.
27073 (flyspell-auto-correct-previous-hook): Doc fix.
27074
27075 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27076 Do nothing if memory is full.
27077
27078 * font-lock.el (font-lock-fontify-syntactically-region):
27079 Pass t for GREEDY to looking-back.
27080
27081 * saveplace.el (save-place-alist-to-file): Write the file
27082 using write-region.
27083
27084 * subr.el (looking-back): New argument GREEDY.
27085
27086 * progmodes/compile.el (compilation-start): Set the mode
27087 before inserting the initial text.
27088
27089 * progmodes/which-func.el (which-func-update-1): Turn the mode
27090 off in case of error by setting which-func-mode.
27091
27092 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27093
27094 * flyspell.el (flyspell-auto-correct-previous-word):
27095 Narrow down to what's on the screen, and recenter overlays
27096 at the end of the next word.
27097
27098 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27099
27100 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27101 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27102 (flyspell-abbrev-p): Default to nil.
27103 (flyspell-use-global-abbrev-table-p): Doc fix.
27104 (flyspell-large-region): Allow nil as value.
27105 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27106
27107 (mail-mode-flyspell-verify): More robust handling
27108 of `mail-header-separator'. More efficient signature detection.
27109 Allow for regexp metacharacters in message-header-separator.
27110 Adding `To' not to be checked in mail-mode-flyspell-verify.
27111
27112 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27113 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27114 Bind flyspell-auto-correct-binding.
27115 Bind C-. and C-, .
27116 (flyspell-mode-map): Likewise.
27117 (flyspell-mode): Doc fix.
27118 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27119 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27120 (flyspell-word-cache-result): New var, always local.
27121 (flyspell-check-pre-word-p): Doc fix.
27122 (flyspell-check-changed-word-p): Handle spc like newline.
27123 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27124 (flyspell-word-search-backward, flyspell-word-search-forward):
27125 New functions.
27126 (flyspell-word): Return t if nothing to check.
27127 When parsing TeX code, check for after } or \.
27128 Use flyspell-word-search-backward to find previous word.
27129 Return nil if duplicated word.
27130 For word already checked, return same value as last time.
27131 Set flyspell-word-cache-result after checking.
27132 Don't clobber the return value.
27133 (flyspell-get-word): Major rewrite.
27134 (flyspell-external-point-words): New locals pword, pcount.
27135 Fix size used in progress message.
27136 Find the proper corresponding word in flyspell-large-region-buffer.
27137 (flyspell-region): Check for flyspell-large-region = nil.
27138 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27139 (flyspell-auto-correct-word): Check that WORD is a cons.
27140 (flyspell-correct-word): Likewise.
27141
27142 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27143
27144 * progmodes/make-mode.el (makefile-rule-action-regex)
27145 (makefile-macroassign-regex, makefile-makepp-mode)
27146 (makefile-bsdmake-mode): Continuation lines may be empty.
27147 Reported by Joshua Varner.
27148 (makefile-makepp-font-lock-keywords): Add $(stem).
27149
27150 2005-05-28 Karl Berry <karl@gnu.org>
27151
27152 * textmodes/tex-mode.el: Now that tex-send-command calls
27153 shell-quote-argument (2005-03-31 change), remove all calls to
27154 shell-quote-argument; they all end up invoking tex-send-command.
27155 The double quoting loses on filenames with non-safe characters,
27156 such as "@". Reported by Frederik Fouvry.
27157
27158 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27159
27160 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27161 about preserving point.
27162
27163 2005-05-27 Jay Belanger <belanger@truman.edu>
27164
27165 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27166 Info-goto-node.
27167
27168 * calc/calc-embed.el (calc-embed-arg): New variable.
27169 (calc-do-embedded-activate, calc-embedded-activate-formula)
27170 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27171 variable by new variable.
27172 (calc-embedded-make-info): Replace undeclared variable by new
27173 variable. When selecting region with positive prefix
27174 argument, use end of previous line instead of beginning of line.
27175
27176 * calc/calc-aent.el (calc-arg-values): Declare it.
27177
27178 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27179 Declare them.
27180
27181 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27182
27183 * calc/calc.el (calc-alg-map): Declare it.
27184
27185 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27186
27187 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27188
27189 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27190 (gdb-registers-buffer, toggle-gdb-all-registers):
27191 Toggle display of floating point registers.
27192 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27193
27194 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27195 (toggle-gud-tooltip-dereference):
27196 Rename from gud-toggle-tooltip-dereference.
27197
27198 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27199
27200 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27201
27202 2005-05-27 Jay Belanger <belanger@truman.edu>
27203
27204 * calc/calc-prog.el (calc-kbd-report): Remove.
27205 (calc-kbd-query): Rewrite.
27206
27207 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27208
27209 * image.el (image-library-alist): Move to image.c.
27210 (image-type-available-p): Doc fix.
27211
27212 2005-05-27 Lute Kamstra <lute@gnu.org>
27213
27214 * calc/calc.el (calc):
27215 * outline.el (outline-1, outline-2, outline-3, outline-4)
27216 (outline-5, outline-6, outline-7, outline-8):
27217 * textmodes/dns-mode.el (dns-mode):
27218 * textmodes/sgml-mode.el (sgml-namespace-face):
27219 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27220 (tex-verbatim-face, tex-use-reftex):
27221 * textmodes/texinfo.el (texinfo-heading-face):
27222 Specify customization group.
27223
27224 * longlines.el: Don't require easy-mmode.
27225 (longlines-visible-face): Specify customization group.
27226
27227 2005-05-27 Kenichi Handa <handa@m17n.org>
27228
27229 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27230 encoding table of windows-1251.
27231
27232 * international/ucs-tables.el (ucs-set-table-for-input):
27233 If translation-table-for-input of a coding system is a symbol, get
27234 its translation-table property.
27235
27236 * international/code-pages.el: Don't register a coding system into
27237 non-iso-charset-alist more than once.
27238 (cp-make-coding-system): Likewise.
27239
27240 2005-05-26 John Wiegley <johnw@newartisans.com>
27241
27242 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27243 `eshell-resume-eval' is wrapped in a list, it indicates that the
27244 command was run asynchronously. In that case, unwrap the value
27245 before checking the delimiter value.
27246
27247 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27248 character before a space at the end of a line is \, assume the space
27249 is part of the last argument rather than a final argument separator.
27250
27251 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27252 is in use, and the target is `t' or `nil' (which are the most common
27253 values), don't assume that the symbol target is a buffer.
27254
27255 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27256
27257 * calendar/calendar.el (calendar-mode-line-format):
27258 Use mode-line-highlight as mouse-face.
27259
27260 * time.el (display-time-string-forms, display-time-update):
27261 Use mode-line-highlight as mouse-face.
27262
27263 2005-05-26 Jay Belanger <belanger@truman.edu>
27264
27265 * calc/calc.el (calc-language-alist): Remove extra defvar.
27266
27267 2005-05-26 Lute Kamstra <lute@gnu.org>
27268
27269 * arc-mode.el (archive-mode):
27270 * bookmark.el (bookmark-read-annotation-mode)
27271 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27272 * bs.el (bs-mode):
27273 * calc/calc-yank.el (calc-edit-mode):
27274 * calc/calc.el (calc-mode, calc-trail-mode):
27275 * calculator.el (calculator-mode):
27276 * chistory.el (command-history-mode):
27277 * comint.el:
27278 * cus-edit.el (custom-mode):
27279 * descr-text.el (describe-text-mode):
27280 * ebuff-menu.el (Electric-buffer-menu-mode):
27281 * ediff-util.el (ediff-mode):
27282 * emacs-lisp/re-builder.el (reb-mode):
27283 * emulation/vi.el (vi-mode-setup):
27284 * emulation/ws-mode.el (wordstar-mode):
27285 * eshell/esh-mode.el (eshell-mode):
27286 * forms.el (forms-mode):
27287 * help-mode.el (help-mode):
27288 * hexl.el (hexl-mode):
27289 * ibuffer.el (ibuffer-mode):
27290 * ielm.el (inferior-emacs-lisp-mode):
27291 * info.el (Info-mode, Info-edit-mode):
27292 * international/swedish.el:
27293 * ledit.el (ledit-from-lisp-mode):
27294 * locate.el (locate-mode):
27295 * mail/rmail.el (rmail-mode):
27296 * mail/rmailedit.el (rmail-edit-mode):
27297 * mail/rmailsum.el (rmail-summary-mode):
27298 * mail/supercite.el (sc-electric-mode):
27299 * net/eudc.el (eudc-mode):
27300 * net/quickurl.el (quickurl-list-mode):
27301 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27302 * obsolete/ooutline.el (outline-mode):
27303 * obsolete/options.el (Edit-options-mode):
27304 * obsolete/rnews.el (news-mode):
27305 * obsolete/rnewspost.el (news-reply-mode):
27306 * play/5x5.el (5x5-mode):
27307 * play/decipher.el (decipher-mode, decipher-stats-mode):
27308 * play/gomoku.el (gomoku-mode):
27309 * play/snake.el (snake-mode):
27310 * play/solitaire.el (solitaire-mode):
27311 * play/tetris.el (tetris-mode):
27312 * progmodes/ada-mode.el (ada-mode):
27313 * progmodes/antlr-mode.el (antlr-mode):
27314 * progmodes/autoconf.el (autoconf-mode):
27315 * progmodes/dcl-mode.el (dcl-mode):
27316 * progmodes/delphi.el (delphi-mode):
27317 * progmodes/ebrowse.el (ebrowse-tree-mode)
27318 (ebrowse-electric-list-mode, ebrowse-member-mode)
27319 (ebrowse-electric-position-mode):
27320 * progmodes/f90.el (f90-mode):
27321 * progmodes/fortran.el (fortran-mode):
27322 * progmodes/icon.el (icon-mode):
27323 * progmodes/idlw-help.el (idlwave-help-mode):
27324 * progmodes/idlw-shell.el (idlwave-shell-mode):
27325 * progmodes/idlwave.el (idlwave-mode):
27326 * progmodes/inf-lisp.el (inferior-lisp-mode):
27327 * progmodes/m4-mode.el (m4-mode):
27328 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27329 * progmodes/modula2.el (modula-2-mode):
27330 * progmodes/octave-inf.el (inferior-octave-mode):
27331 * progmodes/octave-mod.el (octave-mode):
27332 * progmodes/pascal.el (pascal-mode):
27333 * progmodes/sh-script.el (sh-mode):
27334 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27335 * progmodes/vhdl-mode.el (vhdl-mode):
27336 * progmodes/xscheme.el (scheme-interaction-mode):
27337 * replace.el (occur-mode):
27338 * ses.el (ses-mode):
27339 * simple.el (completion-list-mode):
27340 * skeleton.el:
27341 * speedbar.el (speedbar-mode):
27342 * term.el (term-mode):
27343 * terminal.el (terminal-edit-mode):
27344 * textmodes/reftex-index.el (reftex-index-mode)
27345 (reftex-index-phrases-mode):
27346 * textmodes/reftex-sel.el (reftex-select-label-mode)
27347 (reftex-select-bib-mode):
27348 * textmodes/reftex-toc.el (reftex-toc-mode):
27349 * wdired.el (wdired-change-to-wdired-mode):
27350 * wid-browse.el (widget-browse-mode):
27351 Use run-mode-hooks.
27352
27353 * array.el (array-mode):
27354 * calendar/todo-mode.el (todo-mode):
27355 * man.el (Man-mode):
27356 * play/landmark.el (lm-mode):
27357 * play/mpuz.el (mpuz-mode):
27358 Use kill-all-local-variables and run-mode-hooks.
27359
27360 * subr.el (delay-mode-hooks): Specify indentation.
27361
27362 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27363
27364 * xml.el (xml-substitute-special): Don't die for undefined xml
27365 entities.
27366
27367 2005-05-26 Jay Belanger <belanger@truman.edu>
27368
27369 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27370 of nil.
27371
27372 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27373
27374 * progmodes/gdb-ui.el (gdb-frame-address):
27375 Rename from gdb-current-address.
27376 (gdb-previous-frame-address): Rename from gdb-previous-address.
27377 (gdb-selected-frame): Rename from gdb-current-frame.
27378 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27379 (gdb-frame-number): Rename from gdb-current-stack-level.
27380 (gdb-ann3): Match new mode-name for disassembly buffer.
27381 Extend initialization of variables.
27382 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27383 (gdb-memory-mode): Use mouse-face in header line.
27384 (gdb-assembler-buffer-name): Call it disassembly and give frame
27385 in mode line.
27386 (gdb-source-spec-regexp, gdb-assembler-custom)
27387 (gdb-invalidate-assembler, gdb-frame-handler):
27388 Make robust to leading zeroes in address format.
27389
27390 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27391
27392 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27393 define `org-mode'.
27394 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27395
27396 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27397
27398 * log-edit.el (log-edit-changelog-entries): Distinguish between
27399 filenames like xfns.c and fns.c.
27400
27401 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27402
27403 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27404 point after reverting.
27405 (Buffer-menu-make-sort-button): Handle the case where
27406 `Buffer-menu-use-header-line' is nil.
27407
27408 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27409
27410 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27411 New funcs. In minibuffer-local-completion-map bind `]', `/'
27412 and `:' to them.
27413
27414 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27415
27416 * startup.el (normal-top-level): Allow modification of load-path while
27417 we're iterating over it.
27418
27419 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27420
27421 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27422 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27423 (thumbs-resize-interactive, thumbs-insert-image)
27424 (thumbs-insert-thumb, thumbs-dired-show-marked)
27425 (thumbs-find-image-at-point, thumbs-delete-images)
27426 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27427 (thumbs-increment-image-size, thumbs-decrement-image-size):
27428 Fix typos in docstrings.
27429
27430 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27431
27432 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27433 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27434 (cperl-mode): Use them.
27435
27436 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27437
27438 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27439 Doc fixes.
27440
27441 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27442
27443 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27444 Bind C-d to gdb-inferior-io-eof.
27445
27446 * dired.el (dired-dnd-popup-notice): Use message-box.
27447
27448 2005-05-23 Masatake YAMATO <jet@gyve.org>
27449
27450 * bindings.el (mode-line-major-mode-keymap):
27451 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27452
27453 * faces.el (mode-line-highlight): New face.
27454
27455 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27456 as mouse-face.
27457
27458 * bindings.el (top-level, help-echo, mode-line-modified)
27459 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27460 as mouse-face.
27461
27462 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27463
27464 * progmodes/cc-engine.el (c-guess-basic-syntax):
27465 Remove spurious call to `zerop'.
27466
27467 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27468
27469 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27470
27471 CC Mode update to 5.30.10:
27472
27473 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27474 could go past the limit in decoration level 2, thereby causing
27475 errors during interactive fontification.
27476
27477 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27478 the file is evaluated interactively.
27479
27480 * cc-engine.el (c-guess-basic-syntax): Handle operator
27481 declarations somewhat better in C++.
27482
27483 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27484 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27485 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27486 (awk-mode): Use it.
27487 (make-local-hook): Suppress warning about obsoleteness.
27488
27489 * cc-engine.el, cc-align.el, cc-cmds.el
27490 (c-append-backslashes-forward, c-delete-backslashes-forward)
27491 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27492 Compensate for return value from `forward-line' when it has moved
27493 but not to a different line due to eob.
27494
27495 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27496 `objc-method-intro' and `objc-method-args-cont'.
27497
27498 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27499
27500 CC Mode update to 5.30.10:
27501
27502 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27503 in the copyright statement. Incidentally, change "along with GNU
27504 Emacs" to "along with this program" where it occurs.
27505
27506 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27507 so that it is interactive, hence can be found by M-x awk-mode
27508 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27509 <gmorris+emacs@ast.cam.ac.uk>.
27510
27511 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27512 Mode's regexps.
27513
27514 2005-05-23 Kevin Ryde <user42@zip.com.au>
27515
27516 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27517 c-parse-state, to avoid a lisp error (on bad code).
27518
27519 2005-05-23 Lute Kamstra <lute@gnu.org>
27520
27521 * subr.el (font-lock-defaults): Remove defvar as it's already
27522 defined in font-core.el.
27523
27524 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27525
27526 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27527
27528 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27529 more general and work when GDB variable "print pretty" is on,
27530 as with Emacs, for example.
27531
27532 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27533
27534 * font-core.el: Update comment.
27535
27536 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27537 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27538
27539 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27540
27541 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27542
27543 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27544 and `yank-handler' in the doc strings.
27545
27546 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27547
27548 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27549
27550 2005-05-22 Richard M. Stallman <rms@gnu.org>
27551
27552 * help.el (describe-key): Move print-help-return-message call
27553 out of conditional.
27554
27555 * progmodes/etags.el (list-tags): Use with-no-warnings.
27556
27557 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27558 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27559 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27560
27561 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27562
27563 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27564 Add defvar.
27565
27566 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27567 Use defvar, not defconst.
27568
27569 * hexl.el (hexl-follow-line): Use with-no-warnings.
27570
27571 * emulation/tpu-extras.el: Use write-file-functions instead of
27572 write-file-hooks.
27573
27574 * dired.el (dired-font-lock-keywords): Fontify files with junk
27575 extensions even if marked by -F.
27576
27577 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27578
27579 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27580 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27581 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27582 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27583 (concatenate, list-length, get*, getf, cl-remprop):
27584 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27585 (etypecase, progv, lexical-let, lexical-let*)
27586 (multiple-value-bind, multiple-value-setq, shiftf):
27587 Improve argument/docstring consistency.
27588
27589 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27590
27591 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27592
27593 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27594 doesn't exist.
27595
27596 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27597 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27598
27599 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27600
27601 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27602 already deleted variables: auto-fill-hook, blink-paren-hook,
27603 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27604 suspend-hooks, comment-indent-hook, meta-flag,
27605 before-change-function, after-change-function,
27606 font-lock-doc-string-face.
27607
27608 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27609
27610 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27611
27612 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27613
27614 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27615 rmail-dont-reply-to.
27616
27617 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27618
27619 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27620 literal blank when splitting new-header-values.
27621
27622 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27623
27624 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27625 string so that tmm doesn't create a completion entry for it.
27626
27627 * textmodes/table.el (table-disable-menu): Ditto.
27628
27629 2005-05-21 Richard M. Stallman <rms@gnu.org>
27630
27631 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27632
27633 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27634
27635 * net/rcompile.el (remote-compile): Use compilation-start.
27636
27637 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27638
27639 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27640
27641 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27642 Default to makefile-bsdmake-mode on BSD systems.
27643
27644 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27645 REGEXP may also be a search function now. The part of doc-string
27646 for describing the structure was 95% identical to that of
27647 `imenu--generic-function'. Unify it there.
27648
27649 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27650 Use function to find dependencies, because regexp alone is so complex,
27651 it easily goes into an endless loop.
27652 (makefile-makepp-mode): Also add submenu for Perl functions
27653 defined in the makefile.
27654 (makefile-bsdmake-mode): Special imenu-generic-expression no
27655 longer needed, due to function call.
27656 (makefile-match-dependency): Take BOUND into account when checking
27657 if we're through.
27658
27659 2005-05-20 Jay Belanger <belanger@truman.edu>
27660
27661 * calc/calc-units.el (calc-invalidate-units-table):
27662 Use inhibit-read-only.
27663 (math-build-units-table-buffer): Use view-mode.
27664
27665 2005-05-20 David Kastrup <dak@gnu.org>
27666
27667 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27668 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27669
27670 2005-05-20 Lute Kamstra <lute@gnu.org>
27671
27672 * diff-mode.el (diff-header-face, diff-file-header-face)
27673 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27674 (diff-added-face, diff-changed-face, diff-function-face)
27675 (diff-context-face, diff-nonexistent-face): Put them in the
27676 diff-mode customization group.
27677
27678 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27679
27680 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27681
27682 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27683
27684 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27685 Minor regexp-optimization.
27686
27687 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27688
27689 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27690 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27691 (org-agenda-add-time-grid-maybe): New function.
27692 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27693 (org-table-create): `dotimes' instead of `mapcar'.
27694 (org-xor): Simplify implementation.
27695 (org-agenda): `inhibit-redisplay' turned on.
27696 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27697 a consistent line after a state change.
27698 (org-agenda-remove-times-when-in-prefix): New option.
27699 (org-prefix-has-time): New variable.
27700 (org-parse-time-string): Optional argument NODEFAULT.
27701 (org-format-agenda-item): Parse items for time-of-day
27702 specifications and move these into the prefix if possible.
27703 (org-agenda-priority): Get current heading, not previous heading
27704 during agenda remote editing.
27705
27706 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27707
27708 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27709 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27710 (remove-duplicates, delete-duplicates, substitute)
27711 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27712 (nsubstitute-if-not, find, find-if, find-if-not, position)
27713 (position-if, position-if-not, count, count-if, count-if-not)
27714 (mismatch, search, sort*, stable-sort, merge, member*)
27715 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27716 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27717 (intersection, nintersection, set-difference, nset-difference)
27718 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27719 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27720 (nsublis, tree-equal): Improve argument/docstring consistency.
27721
27722 * subr.el (send-string, send-region): Remove obsolescence declaration.
27723 (window-dot, set-window-dot, read-input, show-buffer)
27724 (eval-current-buffer, string-to-int):
27725 Add release number to obsolescence declarations.
27726
27727 2005-05-19 Kim F. Storm <storm@cua.dk>
27728
27729 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27730 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27731
27732 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27733
27734 * faces.el (list-faces-display): Make back button respect optional
27735 regexp arg.
27736
27737 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27738
27739 * calculator.el (calculator-radix-grouping-mode)
27740 (calculator-radix-grouping-digits, calculator-displayer)
27741 (calculator-radix-grouping-separator, calculator-copy-displayer):
27742 * dabbrev.el (dabbrev-search-these-buffers-only):
27743 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27744 (diff-advance-after-apply-hunk, diff-mode-hook)
27745 (diff-minor-mode-prefix):
27746 * imenu.el (imenu-use-popup-menu):
27747 * jit-lock.el (jit-lock-context-time):
27748 * newcomment.el (comment-fill-column, comment-column)
27749 (comment-style, comment-padding, comment-multi-line)
27750 (comment-empty-lines, comment-auto-fill-only-comments):
27751 * reveal.el (reveal-around-mark):
27752 * uniquify.el (uniquify-buffer-name-style)
27753 (uniquify-after-kill-buffer-p)
27754 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27755 (uniquify-min-dir-content, uniquify-separator)
27756 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27757 * w32-vars.el (w32-fixed-font-alist):
27758 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27759 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27760 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27761 * progmodes/perl-mode.el (perl-indent-level)
27762 (perl-continued-statement-offset, perl-continued-brace-offset)
27763 (perl-brace-offset, perl-brace-imaginary-offset)
27764 (perl-label-offset, perl-indent-continued-arguments)
27765 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27766 * progmodes/tcl.el (tcl-indent-level)
27767 (tcl-continued-indent-level, tcl-auto-newline)
27768 (tcl-tab-always-indent, tcl-electric-hash-style)
27769 (tcl-help-directory-list, tcl-use-smart-word-finder)
27770 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27771 (inferior-tcl-source-command):
27772 * textmodes/fill.el (enable-kinsoku):
27773 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27774 * textmodes/table.el (table-yank-handler):
27775 Specify missing group (and type, if simple) in defcustom.
27776
27777 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27778
27779 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27780
27781 2005-05-19 Richard M. Stallman <rms@gnu.org>
27782
27783 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27784
27785 * subr.el (event-basic-type): Don't get an error.
27786 (left-fringe-p): Function deleted.
27787
27788 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27789 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27790
27791 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27792 in recursive copy.
27793
27794 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27795
27796 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27797
27798 * emacs-lisp/bytecomp.el
27799 (byte-compile-file-form-custom-declare-variable):
27800 Call byte-compile-nogroup-warn if appropriate.
27801
27802 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
27803 (compilation-set-window): Don't call left-fringe-p; do it directly.
27804
27805 2005-05-19 Jay Belanger <belanger@truman.edu>
27806
27807 * calc/calc-graph.el (calc-graph-format-data): Make sure
27808 var-PlotRejects is bound before trying to check its value.
27809
27810 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
27811
27812 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
27813 definition of this variable from reftex-global.el to reftex.el,
27814 because it is needed in the menu.
27815
27816 2005-05-19 Lute Kamstra <lute@gnu.org>
27817
27818 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
27819 years are fixed. Don't insert a space after a dash.
27820
27821 2005-05-19 Kim F. Storm <storm@cua.dk>
27822
27823 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
27824
27825 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
27826
27827 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
27828 strings, because (eq ... ?\\) is fairly frequent.
27829
27830 * progmodes/make-mode.el (makefile-add-this-line-targets):
27831 Simplify and integrate into `makefile-pickup-targets'.
27832 (makefile-add-this-line-macro): Simplify and integrate into
27833 `makefile-pickup-macros.
27834 (makefile-pickup-filenames-as-targets): Simplify.
27835 (makefile-previous-dependency, makefile-match-dependency):
27836 Don't stumble over `::'.
27837
27838 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
27839
27840 * subr.el (post-command-idle-hook, post-command-idle-delay):
27841 Remove obsoletion of post-command-idle-hook and
27842 post-command-idle-delay.
27843
27844 * faces.el (list-faces-display): Provide button when describe-face
27845 is called to take user back to the list of faces.
27846
27847 * help-fns.el (describe-variable): Remove hyperlinks in a
27848 variable's value as these are quite frequently inappropriate.
27849
27850 * follow.el (follow-submit-feedback, follow-mode):
27851 Remove references to post-command-idle-hook.
27852
27853 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
27854
27855 * progmodes/make-mode.el (makefile-previous-dependency)
27856 (makefile-match-dependency): Check for := (and in bsd mode also
27857 !=) to give a better result, even when font-lock is not on.
27858
27859 2005-05-18 Jay Belanger <belanger@truman.edu>
27860
27861 * calc/calc-help.el (calc-s-prefix-help):
27862 Add `calc-copy-special-constant' to help string.
27863
27864 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
27865
27866 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
27867
27868 2005-05-18 Jay Belanger <belanger@truman.edu>
27869
27870 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
27871 in linear factors are in proper order.
27872
27873 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
27874
27875 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
27876 Support for jurabib.
27877
27878 * textmodes/reftex.el (featurep): Define aliases for overlay
27879 commands, for XEmacs compatibility, and use these aliases in
27880 overlay initializations.
27881 (reftex-highlight): Use `reftex-move-overlay'.
27882 (reftex-unhighlight): Use `reftex-delete-overlay'.
27883 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
27884 (reftex-access-search-path): Use `reftex-uniquify' instead of
27885 `reftex-uniq'
27886
27887 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
27888 `before-string' property modification enables for Emacs as well.
27889 (reftex-select-item): Use `reftex-delete-overlay'.
27890 (reftex-select-mark): Use `reftex-make-overlay' and
27891 `reftex-overlay-put'.
27892 (reftex-select-unmark): Use `reftex-delete-overlay' and
27893 `reftex-overlay-put'.
27894
27895 2005-05-18 Lute Kamstra <lute@gnu.org>
27896
27897 * emacs-lisp/lisp.el (check-parens): Fix docstring.
27898
27899 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
27900
27901 * add-log.el (add-change-log-entry):
27902 * array.el (array-make-template, array-reconfigure-rows)
27903 (array-init-max-row, array-init-max-column)
27904 (array-init-columns-per-line, array-init-field-width):
27905 * replace.el (replace-match-maybe-edit, perform-replace):
27906 * textmodes/spell.el (spell-region):
27907 Replace `read-input' by `read-string'.
27908
27909 * forms.el (forms-mode):
27910 * finder.el (finder-compile-keywords):
27911 * shadowfile.el (shadow-read-files):
27912 Replace `eval-current-buffer' by `eval-buffer'.
27913
27914 * terminal.el (te-pass-through):
27915 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
27916 (ange-ftp-raw-send-cmd):
27917 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
27918 (send-process-next-char, telnet-initial-filter, telnet):
27919 Replace `send-string' by `process-send-string'.
27920
27921 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
27922 (prolog-consult-region): Replace `send-string' by
27923 `process-send-string'; replace `send-region' by `process-send-region'.
27924
27925 * progmodes/delphi.el (delphi-log-msg):
27926 Replace `set-window-dot' by `set-window-point'.
27927
27928 * subr.el (window-dot, set-window-dot, read-input, send-string)
27929 (send-region, show-buffer, eval-current-buffer):
27930 Make really obsolete, as the comment says.
27931
27932 2005-05-17 Kim F. Storm <storm@cua.dk>
27933
27934 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
27935 (cua--init-keymaps): Bind C-return instead of S-return to set
27936 rectangle mark.
27937
27938 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
27939 instead of S-return to toggle/clear rectangle mark.
27940
27941 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
27942
27943 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
27944 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
27945 Also fontify plain strings assigned to variables, mostly so that a
27946 colon has a face and is thus not taken as a dependency separator.
27947 (makefile-previous-dependency): Inline the new matcher, because it
27948 is too complex to work in both directions.
27949 (makefile-match-dependency): Eliminate `backward' arg (see above).
27950 Completely reimplemented so as to not sometimes go into an endless
27951 loop. It should also be more efficient, because first it only
27952 searches for `:', instead of applying the very complex regexp.
27953 (makefile-mode): Cancel `font-lock-support-mode', because blocks
27954 to be fontified in one piece can be too long for JIT.
27955 Makefiles are never *that* big.
27956
27957 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
27958
27959 * dired.el (dired-mode): Simplify.
27960
27961 2005-05-17 Lute Kamstra <lute@gnu.org>
27962
27963 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
27964 defcustom for the mode hook variable.
27965
27966 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
27967 Emacs Lisp Reference Manual.
27968
27969 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
27970
27971 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
27972 (evenp, list*):
27973 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
27974 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
27975
27976 * net/tramp-smb.el (tramp-smb-open-connection):
27977 Pass `tramp-chunksize' as fifth (required) argument.
27978
27979 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
27980
27981 * font-lock.el (lisp-font-lock-keywords-1):
27982 Set `font-lock-negation-char-face' for [^...] char group.
27983 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
27984
27985 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
27986 a var, and refine it to mask one more level of nested vars.
27987 (makefile-rule-action-regex): Turn it into a var, and refine it so
27988 it recognizes backslashed continuation lines as belonging to the
27989 same command.
27990 (makefile-macroassign-regex): Refine it so it recognizes
27991 backslashed continuation lines as belonging to the same command.
27992 (makefile-var-use-regex): Don't look at the next char, because it
27993 might be the same one to be skipped by the initial [^$], leading
27994 to an overlooked variable use.
27995 (makefile-make-font-lock-keywords): Remove two parameters, which
27996 are now variables that some of the modes set locally.
27997 Handle dependency and rule action matching through functions, because
27998 regexps alone match too often. Dependency matching now comes
27999 last, so it can check, whether a colon already matched something else.
28000 (makefile-mode): Inform that font-lock improves makefile parsing
28001 capabilities.
28002 (makefile-match-dependency, makefile-match-action): New functions.
28003
28004 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28005
28006 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28007
28008 * align.el (align-regexp):
28009 * ansi-color.el (ansi-color-get-face):
28010 * array.el (array-reconfigure-rows, array-init-max-row)
28011 (array-init-max-column, array-init-columns-per-line)
28012 (array-init-field-width):
28013 * dired-aux.el (dired-trample-file-versions):
28014 * dired-x.el (dired-mark-sexp):
28015 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28016 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28017 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28018 * faces.el (face-read-integer):
28019 * files.el (backup-extract-version, insert-directory):
28020 * hexl.el (hexl-insert-decimal-char):
28021 * server.el (server-process-filter):
28022 * shell.el (shell-extract-num):
28023 * startup.el (command-line-1):
28024 * term.el (term-command-hook):
28025 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28026 (time-stamp-do-number):
28027 * time.el (display-time-update):
28028 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28029 (timezone-fix-time):
28030 * vms-patch.el (vms-suspend-resume-hook):
28031 * calendar/appt.el (appt-convert-time):
28032 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28033 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28034 * calendar/cal-islam.el (mark-islamic-diary-entries):
28035 * calendar/calendar.el (calendar-cursor-to-date)
28036 (calendar-star-date):
28037 * calendar/diary-lib.el (diary-attrtype-convert)
28038 (mark-diary-entries, diary-entry-time):
28039 * calendar/solar.el (solar-get-number):
28040 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28041 * emacs-lisp/re-builder.el (reb-display-subexp):
28042 * emulation/edt.el (edt-set-scroll-margins):
28043 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28044 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28045 (vip-get-ex-count):
28046 * emulation/viper-ex.el (viper-get-ex-token)
28047 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28048 * international/fontset.el (fontset-plain-name):
28049 * mail/feedmail.el (feedmail-look-at-queue-directory):
28050 * mail/mailalias.el (mail-get-names):
28051 * mail/rmail.el (rmail-convert-to-babyl-format):
28052 * mail/rmailsum.el (rmail-make-basic-summary-line)
28053 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28054 (rmail-summary-goto-msg):
28055 * mail/smtpmail.el (smtpmail-read-response):
28056 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28057 (ange-ftp-vms-add-file-entry):
28058 * play/gametree.el (gametree-looking-at-ply)
28059 (gametree-current-branch-score):
28060 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28061 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28062 * progmodes/cperl-mode.el (condition-case):
28063 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28064 (ebrowse-set-member-buffer-column-width)
28065 (ebrowse-select-1st-to-9nth):
28066 * progmodes/etags.el (etags-snarf-tag):
28067 * progmodes/flymake.el (flymake-parse-line):
28068 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28069 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28070 (idlwave-shell-menu-def):
28071 * progmodes/ps-mode.el (ps-run-goto-error):
28072 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28073 (vhdl-speedbar-contract-level):
28074 * term/mac-win.el (x-handle-numeric-switch):
28075 * term/sun-mouse.el (sun-get-frame-data):
28076 * term/w32-win.el (x-handle-numeric-switch):
28077 * term/x-win.el (x-handle-numeric-switch):
28078 * textmodes/ispell.el (ispell-parse-output):
28079 * textmodes/nroff-mode.el (nroff-outline-level):
28080 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28081 (reftex-bib-sort-year-reverse, reftex-format-citation):
28082 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28083 (reftex-section-number):
28084 * textmodes/texinfmt.el (texinfo-paragraphindent):
28085 Replace `string-to-int' by `string-to-number'.
28086
28087 * international/latexenc.el: Add page marker to force the "Local
28088 Variables:" string out of the last page.
28089
28090 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28091
28092 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28093 tooltip-change-major-mode.
28094 (gud-tooltip-print-command): Remove case where gud-minor-mode
28095 is gdb ("--fullname").
28096 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28097 explain to user.
28098
28099 2005-05-16 Jay Belanger <belanger@truman.edu>
28100
28101 * calc/calc-store.el (calc-copy-special-constant): New function.
28102
28103 * calc/calc-ext.el (calc-init-extensions): Add binding for
28104 `calc-copy-special-constant'.
28105
28106 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28107 for the `calc-copy-special-constant' command.
28108
28109 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28110
28111 * subr.el (left-fringe-p): New function.
28112
28113 * progmodes/compile.el (compilation-setup): Set local value of
28114 overlay-arrow-string to "" always.
28115 (compilation-set-window): Left fringe then don't scroll.
28116 No left fringe then no arrow and scroll message to top.
28117 (compilation-context-lines): Adjust doc string accordingly.
28118
28119 2005-05-16 Kim F. Storm <storm@cua.dk>
28120
28121 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28122 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28123 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28124 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28125 (ido-read-file-name): Handle commands with ido property value
28126 equal to find-file as reading a file name, to allow C-d to enter dired.
28127 (ibuffer-find-file): Add ido property with value find-file.
28128
28129 2005-05-15 Kim F. Storm <storm@cua.dk>
28130
28131 * subr.el (open-network-stream-nowait): Remove.
28132 (open-network-stream-server): Remove.
28133
28134 2005-05-15 Richard M. Stallman <rms@gnu.org>
28135
28136 * faces.el (describe-face): Output a definition link button.
28137
28138 * help-mode.el (help-face-def): New button type.
28139
28140 * emacs-lisp/copyright.el (copyright-fix-years):
28141 Match properly if the first year is 2-digit.
28142 Don't mess up the whitespace after the years by filling.
28143
28144 * dired-aux.el (dired-mark-confirm):
28145 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28146
28147 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28148 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28149 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28150
28151 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28152 Set font-lock-comment-start-skip.
28153
28154 * font-lock.el (font-lock-comment-start-skip): New variable.
28155 (font-lock-comment-end-skip): New variable.
28156 (font-lock-fontify-syntactically-region): Use them if non-nil.
28157
28158 2005-05-15 Jay Belanger <belanger@truman.edu>
28159
28160 * calc/calc-store.el (calc-store-value): Return a string rather
28161 than display it as a message.
28162 Use calc-var-name for variable name.
28163 (calc-store-into): Add the result of calc-store-value to message.
28164 (calc-copy-variable): Add a message.
28165 (calc-store-exchange): Improve error messages.
28166 (calc-store-binary, calc-store-map): Don't reset the values of
28167 special constants.
28168
28169 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28170
28171 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28172 manual to docstring.
28173
28174 * files.el (hack-local-variables-confirm): Add STRING argument.
28175 Make the function handle non file visiting buffers correctly.
28176 (hack-local-variables-prop-line, hack-local-variables)
28177 (hack-one-local-variable): Use STRING arg of
28178 `hack-local-variables-confirm'.
28179
28180 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28181
28182 Sync with Tramp 2.0.49.
28183
28184 * net/tramp.el (tramp-handle-dired-call-process)
28185 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28186 because the contents of the Tramp buffer is changed before
28187 insertion (`expand-file' and alike).
28188 (tramp-handle-insert-directory): If `localname' has an empty
28189 nondirectory name, it must not be quoted.
28190 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28191 variable `tramp-chunksize'. Change callees.
28192 (tramp-open-connection-setup-interactive-shell): Check remote host
28193 for buggy `send-process-string' implementation.
28194 Set `tramp-chunksize' if found. Reported by Michael Kifer
28195 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28196 (tramp-handle-shell-command): `insert-buffer' cannot be used
28197 because the contents of the Tramp buffer is changed before
28198 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28199 <frederic.bothamy@free.fr>.
28200 (tramp-set-auto-save): Actions should be done for Tramp file name
28201 handler only. Ange-FTP has its own auto-save mechanism.
28202 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28203 (tramp-set-auto-save-file-modes): Set file modes of
28204 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28205 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28206 (tramp-bug): Remove obsolete variable.
28207 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28208 for presence of `mml-mode'. Make it running for older Emacsen as well.
28209
28210 2005-05-14 John Paul Wallington <jpw@pobox.com>
28211
28212 * ibuf-ext.el (define-ibuffer-filter filename):
28213 If `dired-directory' is a list, use its car.
28214
28215 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28216
28217 * ibuffer.el (define-ibuffer-column filename):
28218 If `dired-directory' is a list, use its car.
28219
28220 2005-05-14 Richard M. Stallman <rms@gnu.org>
28221
28222 * subr.el (symbol-file): Doc fix.
28223
28224 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28225 (byte-compile-form): Call byte-compile-nogroup-warn.
28226 (byte-compile-warning-types): Doc fix.
28227
28228 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28229
28230 * progmodes/cc-engine.el (c-literal-faces):
28231 Add font-lock-comment-delimiter-face.
28232
28233 * net/net-utils.el (dig): Use with-no-warnings.
28234
28235 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28236 (sc-recite-frame-alist, sc-default-cite-frame)
28237 (sc-default-uncite-frame, sc-default-recite-frame)
28238 (sc-attrib-selection-list, sc-rewrite-header-list):
28239 Mark as risky-local-variable.
28240
28241 * international/ogonek.el (ogonek-jak, ogonek-how):
28242 Don't use beginning-of-buffer.
28243
28244 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28245
28246 * calendar/solar.el (solar-data-list): Move definition up.
28247
28248 * dnd.el (dnd-protocol-alist): Add autoload.
28249
28250 * progmodes/sh-script.el: Many doc usage fixes.
28251 (sh-indent-after-do): Change default to match common styles.
28252
28253 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28254
28255 * files.el (interpreter-mode-alist)
28256 (auto-mode-interpreter-regexp): Doc fixes.
28257
28258 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28259
28260 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28261
28262 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28263
28264 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28265
28266 * dired.el (dired-mode): make-variable-buffer-local =>
28267 make-local-variable.
28268
28269 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28270
28271 * term/mac-win.el (mac-select-convert-to-string): Try coding
28272 systems in mac-script-code-coding-systems if specified one cannot
28273 encode string for `com.apple.traditional-mac-plain-text'.
28274
28275 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28276
28277 * progmodes/make-mode.el (makefile-targets-face)
28278 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28279 (makefile-dependency-regex): Fix it to not make the colon in
28280 $(var:a=b) special.
28281 (makefile-rule-action-regex): New regexp for highlighting embedded
28282 Shell strings.
28283 (makefile-macroassign-regex): Handle != for highlighting as
28284 embedded Shell strings.
28285 (makefile-var-use-regex): New const.
28286 (makefile-statements, makefile-automake-statements)
28287 (makefile-gmake-statements, makefile-makepp-statements)
28288 (makefile-bsdmake-statements): New consts.
28289 (makefile-make-font-lock-keywords): New function.
28290 (makefile-automake-font-lock-keywords)
28291 (makefile-gmake-font-lock-keywords)
28292 (makefile-makepp-font-lock-keywords)
28293 (makefile-bsdmake-font-lock-keywords): New consts.
28294 (makefile-mode-map): Add switchers between the various submodes.
28295 (makefile-mode): Document the availability of the variants.
28296 (makefile-automake-mode, makefile-gmake-mode)
28297 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28298
28299 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28300 new variants of makefile-mode.
28301
28302 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28303
28304 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28305 the inheritance.
28306
28307 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28308
28309 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28310 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28311
28312 * files.el (normal-mode): Extend the scope of the
28313 `enable-local-variables' binding to include the `set-auto-mode' call.
28314 (magic-mode-alist): Doc fix.
28315
28316 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28317
28318 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28319 font-lock-comment-face rather than copying its setting.
28320
28321 2005-05-12 Andreas Schwab <schwab@suse.de>
28322
28323 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28324
28325 2005-05-12 Lute Kamstra <lute@gnu.org>
28326
28327 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28328 defcustom for the mode hook variable. Delete the last argument.
28329 * generic-x.el: Fix callers of define-generic-mode.
28330 (generic-x-modes): Delete group.
28331 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28332 generic-x customization group.
28333
28334 2005-05-12 Kim F. Storm <storm@cua.dk>
28335
28336 * font-lock.el (font-lock-negation-char-face): Default to "off".
28337
28338 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28339 font-lock-negation-char-face to ! in !=.
28340
28341 2005-05-12 Masatake YAMATO <jet@gyve.org>
28342
28343 * add-log.el (find-change-log): Fix typos in the docstring
28344 of function.
28345
28346 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28347
28348 * international/latexenc.el (latexenc-find-file-coding-system):
28349 Avoid `re-search-forward' when looking for input encoding because
28350 of speed and safety. Better regular expressions for recognizing
28351 input encoding. Limit a search for TeX-master/tex-main-file to
28352 the local variable section.
28353
28354 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28355
28356 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28357 syntax of $ to "'" (quote).
28358
28359 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28360
28361 * dnd.el (dnd-protocol-alist): Improve custom type.
28362
28363 * dired.el (dired-dnd-protocol-alist): New variable.
28364 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28365 `dired-mode-hook' to the end.
28366
28367 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28368
28369 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28370 comment-end if comment-start-skip is not set.
28371 Obey the font-lock-comment-delimiter-face variables.
28372
28373 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28374
28375 * files.el (executable-find): Move from executable.el. Use
28376 locate-file.
28377 * progmodes/executable.el (executable-find): Move to files.el.
28378
28379 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28380 when trying to ensure forward progress.
28381
28382 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28383
28384 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28385 (mouse-select, mouse-select-internal, mouse-extend-internal):
28386 Use it to implement mouse-1-click-follows-link functionality.
28387
28388 2005-05-11 Richard M. Stallman <rms@gnu.org>
28389
28390 * font-lock.el (font-lock-fontify-syntactically-region):
28391 Use font-lock-comment-delimiter-face for comment delimiters.
28392
28393 2005-05-10 Jay Belanger <belanger@truman.edu>
28394
28395 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28396 preserving embedded modes.
28397
28398 2005-05-10 Richard M. Stallman <rms@gnu.org>
28399
28400 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28401
28402 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28403 Move from ada-stmt.el.
28404 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28405
28406 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28407 Move to ada-mode.el.
28408 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28409
28410 * cus-edit.el (custom-file): Call file-chase-links.
28411
28412 * files.el (read-directory-name): Fix previous change.
28413 (hack-local-variables-confirm): New function.
28414 (hack-local-variables-prop-line, hack-local-variables)
28415 (hack-one-local-variable): Use it.
28416
28417 2005-05-10 Lute Kamstra <lute@gnu.org>
28418
28419 * font-lock.el (font-lock-keywords-alist)
28420 (font-lock-removed-keywords-alist): Clarify docstrings.
28421
28422 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28423
28424 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28425 (gdb-source-info): Check for preprocessor info.
28426 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28427 a macro for a function.
28428 (gdb-info-breakpoints-custom): Try to find file again if not already
28429 found (user might have used GDB dir command).
28430 (gdb-get-location): Update gdb-location-alist correctly for change
28431 to gdb-info-breakpoints-custom.
28432
28433 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28434 (gud-tooltip-print-command): Add gdbmi case.
28435 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28436 preprocessor info.
28437
28438 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28439
28440 * startup.el (fancy-splash-insert): Fix typo in doc string.
28441
28442 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28443
28444 * obsolete/float.el (string-to-float):
28445 * obsolete/hilit19.el (hilit-add-pattern):
28446 * obsolete/rnews.el (news-parse-range, news-select-message)
28447 (news-get-pruned-list-of-files): Replace `string-to-int' by
28448 `string-to-number'.
28449
28450 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28451 `find-file-not-found-hooks'; use `add-hook'.
28452 (uncompress-while-visiting): Set `write-file-functions', not
28453 `write-file-hooks'; use `add-hook'.
28454
28455 2005-05-09 Kim F. Storm <storm@cua.dk>
28456
28457 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28458 (cua-paste): Handle clipboard action.
28459 (cua--init-keymaps): Remap clipboard-kill-region and
28460 clipboard-kill-ring-save.
28461
28462 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28463
28464 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28465 Improve commentary.
28466
28467 * simple.el (next-error-overlay-arrow-position): Revert the change
28468 made on 2005-04-30.
28469
28470 2005-05-07 Jay Belanger <belanger@truman.edu>
28471
28472 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28473 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28474 `calc-sel-reselect'.
28475
28476 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28477 Calc is in embedded mode.
28478
28479 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28480
28481 * progmodes/compile.el (compilation-setup):
28482 Set overlay-arrow-string to an empty string on text terminals.
28483
28484 * textmodes/ispell.el (ispell-program-name): Try looking for
28485 "aspell" along exec-path, and if found, use it as the default
28486 speller program.
28487
28488 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28489
28490 * international/mule.el (sgml-xml-auto-coding-function):
28491 Recognize encoding='FOO' in single quotes as well as in double quotes.
28492
28493 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28494
28495 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28496 as well as `interactive', so that defmacro* would recognize
28497 `declare' forms.
28498
28499 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28500
28501 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28502 Explain more about the LIGHTER arg's usage in the doc string.
28503 Add commentary to clarify what the code does. Fix the regexp that
28504 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28505 since it could have characters special to regular expressions.
28506
28507 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28508
28509 * replace.el (occur-1): Bind inhibit-read-only so that
28510 erase-buffer doesn't barf on read-only text properties (likewise
28511 for add-text-properties in occur-engine). Mark buffer as unmodified.
28512 (occur-engine): Don't set buffer-read-only here.
28513
28514 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28515
28516 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28517 list-buffers-directory. This caused the *cvs-commit* buffer to be
28518 sometimes mistakenly reused as a *cvs* buffer.
28519
28520 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28521
28522 * tooltip.el: Move code for GUD tooltips into gud.el.
28523 (require): CL no longer needed to compile case.
28524 (tooltip-mode): Do not toggle functions for GUD tooltips.
28525 (tooltip-gud-tips-p): Remove. Replace with minor mode
28526 gud-tooltip-mode in gud.el.
28527 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28528 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28529 tooltip-gud prefix with gud-tooltip and obsolete.
28530 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28531 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28532 (tooltip-mouse-motion): Mouse movement functions/variable.
28533 Rename in gud.el by adding gud prefix.
28534 (tooltip-gud-original-filter, tooltip-gud-dereference)
28535 (tooltip-gud-event, tooltip-toggle-gud-tips)
28536 (tooltip-gud-process-output, tooltip-gud-print-command)
28537 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28538 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28539 (gdb-tooltip-print): Move to gdb-ui.el.
28540
28541 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28542 (require): CL needed to compile case.
28543 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28544 tooltip-gud-tips-p. Make it a minor-mode.
28545 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28546 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28547 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28548 (gud-tooltip-change-major-mode)
28549 (gud-tooltip-activate-mouse-motions-if-enabled)
28550 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28551 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28552 (gud-tooltip-original-filter, gud-tooltip-dereference)
28553 (gud-tooltip-event, tooltip-toggle-gud-tips)
28554 (gud-tooltip-process-output, gud-tooltip-print-command)
28555 (gud-tooltip-tips): Move from tooltip.el.
28556
28557 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28558 (gdb-cpp-define-alist-flags): Doc fix.
28559 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28560 gud-tooltip-mode is t.
28561
28562 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28563
28564 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28565 evaporate if their text is deleted.
28566 (goto-address-at-point): Make it work as a mouse binding as well.
28567 (goto-address-at-mouse): Obsolete it. Update users.
28568
28569 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28570
28571 * calendar/appt.el (top-level): No longer activate on load.
28572
28573 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28574
28575 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28576 * net/webjump.el (webjump):
28577 * progmodes/idlw-help.el (idlwave-do-context-help1)
28578 (idlwave-highlight-linked-completions):
28579 * textmodes/po.el (po-find-file-coding-system-guts):
28580 Replace `assoc-ignore-case' by `assoc-string'.
28581
28582 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28583
28584 * files.el (locate-file): Doc fix.
28585
28586 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28587 Remove the redundant test for ms-dos.
28588
28589 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28590 look for the preprocessor with exec-suffixes. If not found in
28591 standard places, look in exec-path. Remove most of the tests that
28592 used system-type.
28593
28594 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28595
28596 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28597
28598 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28599 file-name clash with jka-compr.el on 8+3 filesystems.
28600
28601 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28602
28603 * term/mac-win.el: Don't define or bind scroll bar functions if
28604 x-toolkit-scroll-bars is t.
28605 (x-select-text, x-get-selection-value): Clear
28606 x-last-selected-text-clipboard if x-select-enable-clipboard is
28607 nil.
28608 (PRIMARY): Put mac-scrap-name property.
28609 (mac-select-convert-to-file-url): New function.
28610 (public.file-url): New selection target type. Add to
28611 selection-converter-alist.
28612 (x-get-selection, x-selection-value): Handle it.
28613 (x-cut-buffer-or-selection-value): New alias.
28614
28615 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28616
28617 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28618 entry to avoid calling bibtex-find-entry with arg global
28619 being t. Remove arg key.
28620 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28621 (bibtex-copy-summary-as-kill): Change accordingly.
28622
28623 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28624
28625 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28626 (org-agenda-date-later): Use with-current-buffer.
28627
28628 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28629
28630 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28631 (define-obsolete-variable-alias): Doc Fixes.
28632
28633 2005-05-06 Kim F. Storm <storm@cua.dk>
28634
28635 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28636 vertical-motion when selective-display is active.
28637
28638 * ido.el (ido-setup-hook): New hook.
28639 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28640 (ido-input-stack): New var.
28641 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28642 ido-next-work-file binding to M-O.
28643 Bind M-f to ido-wide-find-file-or-pop-dir.
28644 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28645 (ido-read-internal): Run ido-setup-hook.
28646 Catch quit in read-file-name and read-string to cancel edit.
28647 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28648 Automatically pop-all when completing a directory name (RET).
28649 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28650 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28651 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28652 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28653 New functions for M-b/M-f to move among the directory components.
28654 (ido-make-merged-file-list): Catch quit to cancel merge.
28655 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28656 (ido-completion-help): No warnings for ido-completion-buffer-full.
28657
28658 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28659
28660 * font-lock.el (font-lock-negation-char-face): New face and variable.
28661 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28662 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28663 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28664 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28665
28666 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28667
28668 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28669 Fix typo in docstring.
28670
28671 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28672 (ebrowse-print-statistics-line)
28673 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28674
28675 * term/w32-win.el (image-library-alist): Add additional name for
28676 Xpm library.
28677
28678 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28679
28680 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28681 use gcc instead of cpp.
28682
28683 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28684 (gdb-create-define-alist): Use it.
28685 (gdb-cpp-define-alist-program): Update for MS-DOS.
28686
28687 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28688
28689 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28690
28691 2005-05-04 Richard M. Stallman <rms@gnu.org>
28692
28693 * help.el (describe-key): No error when UNTRANSLATED is nil.
28694
28695 * simple.el (line-move-1): Fix previous change to signal errors
28696 appropriately.
28697
28698 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28699
28700 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28701 (icalendar-duration-correction): Remove.
28702 (icalendar--get-event-properties): Split result at commas.
28703 (icalendar--decode-isoduration): New optional argument
28704 DURATION-CORRECTION.
28705 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28706 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28707 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28708 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28709 (icalendar--convert-anniversary-to-ical): New functions, extracted
28710 from icalendar-export-region, with bug fixes.
28711 (icalendar-export-region): Use the above functions.
28712 (icalendar-import-buffer): Check before saving diary file.
28713 (icalendar--convert-recurring-to-diary)
28714 (icalendar--convert-non-recurring-all-day-to-diary)
28715 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28716 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28717 (icalendar--convert-ical-to-diary): Use the above functions.
28718
28719 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28720
28721 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28722 Remove these recent additions.
28723 (c-mode): Restore to before 2005-04-28.
28724
28725 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28726 recent addition.
28727
28728 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28729 (gdb-define-alist): New variables.
28730 (gdb-create-define-alist): New function.
28731 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28732 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28733 with string-to-number.
28734 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28735
28736 * progmodes/gud.el: Replace string-to-int with string-to-number.
28737 (gud-find-file): Handle gdb-define-alist.
28738
28739 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28740
28741 2005-05-02 Jay Belanger <belanger@truman.edu>
28742
28743 * calc/calc-aent.el (math-read-token):
28744 * calc/calc-bin.el (calc-word-size):
28745 * calc/calc-ext.el (calc-read-number-fancy):
28746 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28747 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28748 * calc/calc-frac.el (calc-over-notation):
28749 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28750 (calc-graph-num-points, calc-graph-init):
28751 * calc/calc-prog.el (calc-read-parse-table-part)
28752 (calc-edit-macro-repeats):
28753 * calc/calc-yank.el (calc-do-grab-rectangle):
28754 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28755 Replace `string-to-int' by `string-to-number'.
28756
28757 2005-05-02 Kim F. Storm <storm@cua.dk>
28758
28759 * kmacro.el: Use executing-kbd-macro-index variable.
28760
28761 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28762
28763 * net/rlogin.el (rlogin-parse-words): Delete func.
28764 (rlogin): Use split-string, not rlogin-parse-words.
28765 Also, if there are option-like elements in the parsed args,
28766 take the host to be the first arg immediately following them.
28767 Suggested by Michael Mauger.
28768
28769 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28770
28771 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28772
28773 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28774
28775 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28776 (cc-mode-cpp-program): Rename to cc-define-list-program and
28777 move to cc-vars.el.
28778
28779 * progmodes/cc-vars.el (cc-define-list-program):
28780 Change to "gcc -E -dM -". Make customizable.
28781
28782 2005-05-02 Kim F. Storm <storm@cua.dk>
28783
28784 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28785
28786 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28787
28788 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28789
28790 * international/mule-util.el (truncate-string): Remove alias and
28791 obsolete declaration.
28792
28793 * international/mule-cmds.el (update-iso-coding-systems):
28794 Remove alias and obsolete declaration.
28795
28796 * international/mule.el (coding-system-parent): Remove alias and
28797 obsolete declaration.
28798
28799 * subr.el (define-function, sref): Remove aliases and obsolete
28800 declarations.
28801 (chars-in-region): Remove obsolete declaration.
28802
28803 2005-05-01 Richard M. Stallman <rms@gnu.org>
28804
28805 * info.el (Info-mode): Set widen-automatically to nil, locally.
28806
28807 * simple.el (widen-automatically): New variable.
28808 (pop-global-mark): Obey widen-automatically.
28809
28810 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
28811
28812 * term/xterm.el (function-key-map): Call substitute-key-definition
28813 before the keymap size is increased by a lot of define-key calls.
28814
28815 2005-05-01 Richard M. Stallman <rms@gnu.org>
28816
28817 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
28818 Rename ARG to ELEMENT. Doc fix.
28819
28820 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28821
28822 * allout.el (allout-exposure): Remove macro and obsolete declaration.
28823 Remove references to allout-exposure/change to allout-new-exposure.
28824
28825 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
28826 bytecode symbols.
28827
28828 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
28829 (compiled-function-p, focus-frame, unfocus-frame):
28830 Remove aliases and obsolete declarations.
28831 Back out inadvertent changes from previous commit.
28832
28833 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28834
28835 * files.el (require-final-newline): Make Custom tags consistent
28836 with mode-require-final-newline.
28837 (mode-require-final-newline): Doc fix.
28838
28839 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
28840
28841 * international/latexenc.el (latexenc-find-file-coding-system):
28842 Fix regular expressions.
28843
28844 2005-05-01 David Kastrup <dak@gnu.org>
28845
28846 * international/latexenc.el (latexenc-find-file-coding-system):
28847 Fix regular expressions.
28848
28849 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
28850
28851 * subr.el (string-to-int): Make obsolete.
28852
28853 2005-04-30 Richard M. Stallman <rms@gnu.org>
28854
28855 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
28856
28857 * loadup.el: load jka-comp-hook.
28858
28859 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
28860 (jka-compr-handler): Add autoload. `put' calls moved
28861 to jka-comp-hook.el.
28862 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
28863 (jka-compr-inhibit): Autoload.
28864
28865 * jka-comp-hook.el: New file.
28866 Enable the mode by default.
28867
28868 * files.el (backup-buffer-copy): Use copy-file instead
28869 of write-region, and put back the 'excl.
28870
28871 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
28872
28873 * progmodes/flymake.el (flymake-split-string)
28874 (flymake-split-string, flymake-log, flymake-pid-to-names)
28875 (flymake-reg-names, flymake-get-source-buffer-name)
28876 (flymake-unreg-names, flymake-add-line-err-info)
28877 (flymake-add-err-info): Clarify docstrings.
28878 (flymake-popup-menu, flymake-make-emacs-menu)
28879 (flymake-make-xemacs-menu): Add docstrings.
28880 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
28881 Set variables directly throughout.
28882
28883 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
28884
28885 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
28886 exists. Initialize cc-define-alist.
28887 (c-mode): Add cc-create-define-alist locally to after-save-hook.
28888 If there is no file (Macroexpansion) don't create an alist.
28889
28890 2005-04-29 Sam Steingold <sds@gnu.org>
28891
28892 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
28893 (cc-create-define-alist): Use it instead of the hard-coded string.
28894
28895 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
28896
28897 * international/mule-conf.el (file-coding-system-alist): Fix regexp
28898 for latexenc.
28899
28900 2005-04-29 Lute Kamstra <lute@gnu.org>
28901
28902 * emacs-lisp/generic.el: Improve commentary section.
28903 (define-generic-mode): Improve docstring.
28904
28905 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
28906
28907 * textmodes/org.el (many places): Change to quiet the byte compiler.
28908 (org-prefix-format-compiled): New variable.
28909 (org-compile-prefix-format): New function.
28910 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
28911 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
28912 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
28913 (org-get-entries-from-diary): Use `org-get-time-of-day' for
28914 consistency with entries from `org-mode' files.
28915 (org-get-time-of-day): Fix bug with partial matches early in a line.
28916 (org-non-link-chars): New constant.
28917 (org-link-regexp): Respect `org-non-link-chars'.
28918 (org-agenda-day-view): Remove command.
28919 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
28920 (org-follow-bbdb-link, org-store-link): Search also company field.
28921 (org-highlight-overlay): New variable.
28922 (org-highlight, org-unhighlight): New functions.
28923 (org-agenda-mode): Add pre-command-hook to remove highlight.
28924 (org-evaluate-time-range): Behavior depends upon whether time stamp
28925 contains a time or not.
28926 (org-show-subtree, org-show-entry): New functions.
28927 (org-agenda-cleanup-fancy-diary): Remove empty lines.
28928
28929 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
28930
28931 * comint.el (comint-output-filter-functions): Add autoload cookie.
28932
28933 2005-04-28 Kim F. Storm <storm@cua.dk>
28934
28935 * ido.el (ido-everywhere): Fix last change.
28936
28937 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28938
28939 * international/latexenc.el: New file.
28940 * international/mule-conf.el (file-coding-system-alist): For .tex,
28941 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
28942
28943 2005-04-28 Lute Kamstra <lute@gnu.org>
28944
28945 * font-lock.el (font-lock-add-keywords)
28946 (font-lock-remove-keywords): Clarify docstring.
28947 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
28948 Don't start docstrings with a `*'.
28949 (font-lock-update-removed-keyword-alist): Give it a docstring.
28950
28951 * generic-x.el: Update commentary section.
28952 Only require font-lock when compiling.
28953 Define all modes conditionally.
28954 Place all generic modes in the generic-x-modes customization group.
28955 (generic-x-modes): New customization group.
28956 (generic-default-modes, generic-mswindows-modes)
28957 (generic-unix-modes, generic-other-modes): New constants.
28958 (generic-define-mswindows-modes, generic-define-unix-modes):
28959 Update docstrings. Make them obsolete.
28960 (generic-extras-enable-list): New default value. Update docstring.
28961 Improve :type. Change :set function.
28962 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
28963 Fix docstring.
28964
28965 * emacs-lisp/generic.el (generic-mode-internal):
28966 Simplify font-lock-defaults.
28967 (define-generic-mode): Fix docstring.
28968
28969 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
28970
28971 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
28972 font-lock-face property to highlight matches.
28973
28974 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
28975
28976 * progmodes/cc-mode.el (cc-create-define-alist): New function.
28977 (cc-define-alist): New variable.
28978 (c-mode): Make it local and initialize it.
28979
28980 * progmodes/gdb-ui.el (gdb-active-process): New variable.
28981 (gdb-exited): New function.
28982 (gdb-annotation-rules): Use it.
28983 (gdb-starting): Set gdb-active-process to t.
28984 (gdb-stopping): Amend doc string.
28985 (gdb-reset): Set gdb-active-process to nil.
28986
28987 * tooltip.el (tooltip-gud-tips): Show the associated #define
28988 directives when a C program under GDB is not executing.
28989
28990 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
28991
28992 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
28993 font-lock-fontify-syntactic-keywords.
28994
28995 * font-lock.el (font-lock-default-fontify-region): Don't force
28996 parse-sexp-lookup-properties to nil.
28997
28998 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
28999
29000 * man.el (man-mode-syntax-table): Set up `:' to have
29001 word-constituent syntax.
29002
29003 2005-04-27 Lute Kamstra <lute@gnu.org>
29004
29005 * novice.el (disable-command): Don't add spurious newlines to the
29006 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29007
29008 2005-04-26 Jay Belanger <belanger@truman.edu>
29009
29010 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29011 than one window before deleting window.
29012
29013 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29014
29015 * shell.el (shell-prompt-pattern): Doc fix.
29016 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29017
29018 * comint.el (comint-prompt-regexp, comint-get-old-input)
29019 (comint-use-prompt-regexp)
29020 (comint-use-prompt-regexp-instead-of-fields)
29021 (comint-replace-by-expanded-history, comint-send-input)
29022 (comint-output-filter, comint-get-old-input-default)
29023 (comint-line-beginning-position, comint-bol, comint-show-output)
29024 (comint-backward-matching-input, comint-forward-matching-input)
29025 (comint-next-prompt, comint-previous-prompt):
29026 Rename `comint-use-prompt-regexp-instead-of-fields' to
29027 `comint-use-prompt-regexp'. Keep old name as alias and declare
29028 obsolete.
29029 (comint-use-prompt-regexp): Shorten first line of doc string.
29030
29031 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29032 Set paragraph-separate buffer locally to "\\'".
29033
29034 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29035 Adapt to above name change.
29036
29037 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29038 (smbclient-prompt-regexp): Ditto.
29039
29040 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29041
29042 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29043
29044 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29045 gdb-location-list.
29046 Break lines that are over 80 characters wide.
29047
29048 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29049
29050 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29051 New fun and var, to preserve compatibility.
29052
29053 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29054
29055 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29056
29057 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29058 name to file-newer-than-file-p.
29059
29060 2005-04-26 Richard M. Stallman <rms@gnu.org>
29061
29062 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29063
29064 * progmodes/python.el (python-mode):
29065 Use new name eldoc-documentation-function.
29066
29067 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29068
29069 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29070 (eldoc-documentation-function):
29071 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29072
29073 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29074
29075 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29076
29077 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29078
29079 * term/xterm.el (function-key-map): Fix strings for
29080 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29081 {C,S,A,C-S}-{f1-f12}.
29082
29083 2005-04-26 Kenichi Handa <handa@m17n.org>
29084
29085 * international/mule-cmds.el (select-safe-coding-system):
29086 Fix previous change.
29087
29088 2005-04-26 Lute Kamstra <lute@gnu.org>
29089
29090 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29091
29092 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29093 (font-lock-comment-delimiter-face): Ditto.
29094
29095 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29096
29097 2005-04-25 Jay Belanger <belanger@truman.edu>
29098
29099 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29100 to t while inserting information; use help-mode.
29101
29102 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29103
29104 * term.el (ansi-term-color-vector): Use the xterm colors.
29105 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29106
29107 2005-04-25 Lute Kamstra <lute@gnu.org>
29108
29109 * font-core.el (font-lock-defaults): Fix docstring.
29110
29111 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29112
29113 2005-04-25 Kenichi Handa <handa@m17n.org>
29114
29115 * international/mule-cmds.el (select-safe-coding-system):
29116 Don't check consistency with coding: spec, etc if raw-text or
29117 no-conversion was found to be safe.
29118
29119 2005-04-24 Richard M. Stallman <rms@gnu.org>
29120
29121 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29122 citation markers at start of each line.
29123
29124 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29125 citation markers at start of each line.
29126
29127 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29128
29129 * files.el (mode-require-final-newline): Fix previous change.
29130 (require-final-newline): Fix type label.
29131
29132 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29133
29134 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29135 statement in buffer (broken by 2004-11-24 change).
29136
29137 2005-04-24 Kim F. Storm <storm@cua.dk>
29138
29139 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29140 and read-file-name-function values. Don't overwrite existing
29141 non-nil values if ido-mode is enabled without ido-everywhere.
29142
29143 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29144
29145 * files.el (mode-require-final-newline): Minor doc fix.
29146
29147 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29148
29149 * subr.el (syntax-after): Doc fix.
29150 (syntax-class): If argument is nil, return nil. Mask off upper 16
29151 bits, not 8 bits.
29152
29153 * files.el (mode-require-final-newline): Doc fix.
29154 (backup-buffer-copy): Fix last change.
29155
29156 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29157
29158 * term/mac-win.el: Require select. Set selection-coding-system to
29159 mac-system-coding-system. Call menu-bar-enable-clipboard.
29160 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29161 (x-select-enable-clipboard): New variables.
29162 (x-select-text, x-get-selection, x-selection-value)
29163 (x-get-selection-value, mac-select-convert-to-string)
29164 (mac-services-open-file, mac-services-open-selection)
29165 (mac-services-insert-text): New functions.
29166 (CLIPBOARD, FIND): Put mac-scrap-name property.
29167 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29168 (public.tiff): Put mac-ostype property.
29169 (selection-converter-alist): Add entries for them.
29170 (mac-application-menu-map): New keymap.
29171 (interprogram-cut-function, interprogram-paste-function): Set to
29172 x-select-text and x-get-selection-value, respectively.
29173 (split-window-keep-point): Set to t.
29174
29175 2005-04-23 Richard M. Stallman <rms@gnu.org>
29176
29177 * files.el (read-directory-name): Always pass non-nil
29178 DEFAULT-FILENAME arg to read-file-name.
29179 (backup-buffer-copy, basic-save-buffer-2): Take care against
29180 writing thru an unexpected existing symlink.
29181 (revert-buffer): In indirect buffer, revert the base buffer.
29182 (magic-mode-alist): Doc fix.
29183 (buffer-stale-function): Doc fix.
29184 (minibuffer-with-setup-hook): Avoid warning.
29185 (mode-require-final-newline): Doc and custom fix.
29186
29187 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29188
29189 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29190 use the default appearance.
29191 (font-lock-comment-delimiter-face): New face, new variable.
29192
29193 * imenu.el (imenu--generic-function): The official position of a
29194 definition is the start of the line that BEG is in.
29195
29196 * midnight.el (midnight-timer): Move defvar up.
29197
29198 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29199
29200 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29201
29202 * startup.el (command-line): Use with-no-warnings.
29203
29204 * window.el (window-size-fixed): New defvar.
29205
29206 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29207
29208 * mail/rmail.el (rmail-font-lock-keywords):
29209 Use font-lock-comment-delimiter-face.
29210
29211 * mail/sendmail.el (mail-font-lock-keywords):
29212 Use font-lock-comment-delimiter-face.
29213
29214 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29215
29216 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29217
29218 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29219 Specify t for LAXMATCH when matching directories.
29220 Save match data around compilation-compat-error-properties form.
29221
29222 2005-04-23 David Kastrup <dak@gnu.org>
29223
29224 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29225 Mention that the autoloaded aliases should be kept for AUCTeX.
29226
29227 2005-04-23 Andreas Schwab <schwab@suse.de>
29228
29229 * isearch.el (isearch-forward): Doc fix.
29230
29231 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29232
29233 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29234 (jit-lock-stealth-nice): Change default value to 0.5.
29235
29236 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29237
29238 * abbrev.el (write-abbrev-file): Write table entries in
29239 alphabetical order by table name.
29240
29241 2005-04-22 Kim F. Storm <storm@cua.dk>
29242
29243 * ido.el (ido-read-internal): Fix `list' completion.
29244
29245 2005-04-22 Kenichi Handa <handa@m17n.org>
29246
29247 * recentf.el (recentf-save-file-coding-system): New variable.
29248 (recentf-save-list): Encode the file by
29249 recentf-save-file-coding-system and add coding: tag.
29250
29251 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29252
29253 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29254
29255 2005-04-21 Lute Kamstra <lute@gnu.org>
29256
29257 * loadhist.el (unload-feature): Don't remove a function from hooks
29258 if it is about to be restored to an autoload . Remove functions
29259 that will become unbound from auto-mode-alist. Simplify the code.
29260
29261 * subr.el (assq-delete-all): New implementation that is linear,
29262 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29263 (rassq-delete-all): New function.
29264
29265 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29266 Add size-indication-mode.
29267
29268 2005-04-21 Kenichi Handa <handa@m17n.org>
29269
29270 * international/mule-cmds.el: Add autoload for widget-value in
29271 eval-when-compile.
29272
29273 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29274
29275 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29276 Add tooltip-mode.
29277
29278 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29279
29280 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29281
29282 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29283 (inferior-lisp-filter-regexp, inferior-lisp-program)
29284 (inferior-lisp-load-command, inferior-lisp-prompt)
29285 (inferior-lisp-mode-hook, lisp-source-modes)
29286 (inferior-lisp-load-hook): defvar->defcustom.
29287 (inferior-lisp-program, inferior-lisp-prompt)
29288 (inferior-lisp-load-hook): Doc fixes.
29289 (inferior-lisp-install-letter-bindings): Small change in
29290 introductory comment.
29291
29292 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29293
29294 * vc.el (vc-annotate-color-map): Change some colors so that text
29295 using them as foreground is readable on both white and black
29296 backgrounds.
29297
29298 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29299
29300 * international/mule-conf.el (translation-table-for-input):
29301 Remove redundant declaration.
29302
29303 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29304
29305 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29306
29307 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29308 (tooltip-toggle-gud-tips): New function.
29309
29310 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29311
29312 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29313 right angle brackets.
29314
29315 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29316
29317 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29318
29319 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29320
29321 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29322 Remove. Update callers to use expand-file-name instead.
29323
29324 * subr.el (syntax-class): New function.
29325
29326 * simple.el (blink-matching-open): Use it.
29327
29328 * paren.el (show-paren-function): Use it to recognize parens that are
29329 also used in 2-char comment markers.
29330
29331 2005-04-19 Lute Kamstra <lute@gnu.org>
29332
29333 * loadhist.el (unload-feature): Update for new format of
29334 load-history. Simplify the code.
29335
29336 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29337
29338 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29339 (mac-add-charset-info): New function. Initialize variable
29340 mac-charset-info-alist using it.
29341 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29342 for translation.
29343 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29344 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29345 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29346 New CCL programs.
29347
29348 2005-04-19 Kim F. Storm <storm@cua.dk>
29349
29350 * simple.el (next-buffer, prev-buffer, next-error)
29351 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29352 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29353
29354 * bindings.el (next-buffer, prev-buffer, next-error)
29355 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29356 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29357 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29358 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29359
29360 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29361
29362 * isearch.el (isearch-edit-string): Make the search-ring available for
29363 minibuffer history commands.
29364 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29365 the default history commands now work just as well.
29366 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29367
29368 2005-04-18 Kim F. Storm <storm@cua.dk>
29369
29370 * emulation/cua-base.el (cua--pre-command-handler): Add more
29371 elaborate check for shift modifier on non-window systems.
29372
29373 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29374
29375 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29376
29377 2005-04-18 Kim F. Storm <storm@cua.dk>
29378
29379 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29380 and make it optional. Don't test tooltip-gud-echo-area here.
29381 (tooltip-gud-process-output, gdb-tooltip-print):
29382 Pass tooltip-gud-echo-area to tooltip-show.
29383 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29384
29385 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29386
29387 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29388 `display-graphic-p' may not be bound yet.
29389
29390 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29391
29392 * startup.el (command-line): No longer enable Xterm Mouse mode by
29393 default in terminals compatible with xterm.
29394
29395 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29396
29397 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29398
29399 * tooltip.el (tooltip-gud-echo-area): Rename from
29400 tooltip-use-echo-area.
29401 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29402 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29403 area independently of where help tooltips are displayed.
29404
29405 2005-04-17 David Kastrup <dak@gnu.org>
29406
29407 * cus-theme.el (custom-theme-write-variables): Quote variables
29408 where necessary.
29409
29410 2005-04-17 Richard M. Stallman <rms@gnu.org>
29411
29412 * simple.el (yank-excluded-properties): Add follow-link to value.
29413
29414 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29415
29416 * startup.el (fancy-splash-max-time): Just 30 seconds.
29417 (fancy-splash-delay): Just 7.
29418 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29419
29420 * loadhist.el (unload-feature): Update for new format of load-history.
29421 Simplify the code.
29422
29423 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29424 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29425
29426 * mail/sendmail.el (mail-font-lock-keywords):
29427 Don't fontify subject text.
29428 Don't fontify the text of a citation.
29429
29430 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29431
29432 * comint.el (comint-output-filter): Run comint-output-filter-functions
29433 with point where the user had it.
29434
29435 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29436
29437 * international/ucs-tables.el (ucs-set-table-for-input):
29438 Disable when using unify-on-decoding.
29439
29440 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29441
29442 * emulation/cua-base.el (cua-global-mark-face): Add special case
29443 for displays supporting a high number of colors.
29444
29445 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29446
29447 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29448
29449 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29450
29451 * filesets.el (filesets-add-buffer): If user supplies a name of a
29452 non-existing fileset, create a new fileset.
29453
29454 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29455
29456 * textmodes/org.el (org-up-heading-all): Fix bug with
29457 `outline-up-heading-all'.
29458
29459 2005-04-16 Andreas Schwab <schwab@suse.de>
29460
29461 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29462 /etc/permissions.d/* and /etc/aliases.d/*.
29463
29464 2005-04-16 Kenichi Handa <handa@m17n.org>
29465
29466 * international/code-pages.el (cp-make-coding-system):
29467 Set `translation-table-for-input' property value to the symbol
29468 ucs-mule-to-mule-unicode, not to that value.
29469 (pt154): Escape guillemet by `\'.
29470
29471 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29472
29473 * loadup.el: Load tooltip if x-show-tip is fboundp.
29474
29475 * startup.el (command-line): Add comment.
29476
29477 * tooltip.el (tooltip-mode): Specify correct standard value for
29478 Custom in init-value.
29479
29480 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29481
29482 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29483 possible.
29484
29485 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29486
29487 * textmodes/org.el (org-agenda-date-prompt): Rename from
29488 `org-agenda-date-today'.
29489 (org-evaluate-time-range): Insert at point instead of directly
29490 after time range.
29491 (org-first-headline-recenter, org-subtree-end-visible-p)
29492 (org-optimize-window-after-visibility-change): New functions
29493 (org-agenda-post-command-hook): Don't allow point at end of line,
29494 to make sure it always hits the text properties.
29495 (org-agenda-next-date-line, org-agenda-previous-date-line):
29496 New commands.
29497 (org-set-regexps-and-options): Category may contain white space.
29498 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29499 Improve marker positions.
29500 (org-agenda-new-marker): Argument POS made optional.
29501 (org-agenda-get-timestamps): Deadlines which are done are listed
29502 in org-done-face now.
29503 (org-agenda-get-todos, org-agenda-get-timestamps)
29504 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29505 Set `undone-face' and `done-face' properties.
29506 (org-last-todo-state-is-todo): New variable.
29507 (org-todo): Set `org-last-todo-state-is-todo'.
29508 (org-agenda-todo): Change face according to
29509 `org-last-todo-state-is-todo'. And change other lines referring to
29510 the same entry.
29511 (org-calendar-goto-agenda): New command.
29512 (org-calendar-to-agenda-key): New option.
29513 (org-startup-folded): New allowed value `content'.
29514 (org-set-regexps-and-options): Accept new value `content' for
29515 `org-startup-folded'.
29516 (org-get-current-options): Handle new value `content' for
29517 `org-startup-folded'.
29518 (org-insert-todo-heading): New command.
29519 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29520 interactively in empty file and option
29521 `org-insert-mode-line-in-empty-file' has been set.
29522 (org-agenda-todo, org-agenda-priority): Modify to use
29523 `org-agenda-change-all-lines'.
29524 (org-warning-face): Change color on dark background
29525
29526 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29527
29528 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29529 use preferences AppleLocale and AppleLanguages, and variable
29530 mac-system-locale for default locale. On Mac OS Classic, use
29531 mac-system-coding-system for default coding systems.
29532
29533 * term/mac-win.el: Don't set file-name-coding-system.
29534 Decode variables system-name, emacs-build-system, user-login-name, and
29535 user-full-name by mac-system-coding-system on Mac OS Classic.
29536 (mac-system-coding-system): New variable.
29537
29538 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29539
29540 * startup.el (command-line): Handle `xterm-mouse-mode' before
29541 reading init file.
29542
29543 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29544
29545 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29546
29547 * progmodes/sh-script.el (sh-here-document-word): Make it a
29548 defcustom. Doc fix.
29549 (sh-add): Bash uses $(( )) for arithmetic.
29550 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29551 (sh-maybe-here-document): Remove quotes and leading whitespace
29552 from heredoc word when closing. Indent heredoc with tabs if word
29553 starts with "-".
29554
29555 2005-04-13 Richard M. Stallman <rms@gnu.org>
29556
29557 * simple.el (undo): Fix previous change.
29558
29559 * custom.el (defface): Doc fix.
29560
29561 2005-04-13 Lute Kamstra <lute@gnu.org>
29562
29563 * Makefile.in (DONTCOMPILE): Remove list.
29564 (compile, compile-always): Don't use DONTCOMPILE.
29565 (update-authors): Load the library in which batch-update-authors
29566 is defined.
29567 * makefile.w32-in (DONTCOMPILE): Remove list.
29568 (compile, compile-always): Fix comments.
29569 (update-authors): Load the library in which batch-update-authors
29570 is defined.
29571
29572 * generic-x.el (generic-mode-ini-file-find-file-hook):
29573 Rename to ini-generic-mode-find-file-hook.
29574 Keep generic-mode-ini-file-find-file-hook as an alias.
29575 (ini-generic-mode-find-file-hook): Rename from
29576 generic-mode-ini-file-find-file-hook. Fix docstring.
29577 (ini-generic-mode): Docstring change.
29578 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29579
29580 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29581 called from lisp.
29582
29583 * generic.el: Move to the emacs-lisp subdir.
29584
29585 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29586
29587 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29588 and C-S- function and cursor motion keys.
29589
29590 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29591
29592 * startup.el (command-line): Enable Xterm Mouse mode by default.
29593 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29594 for Custom. No longer show "Mouse" in mode line when enabled.
29595 Doc fix.
29596
29597 2005-04-12 Kim F. Storm <storm@cua.dk>
29598
29599 * emulation/cua-base.el (cua-rectangle-face)
29600 (cua-rectangle-noselect-face): Define face attributes here.
29601
29602 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29603
29604 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29605
29606 * startup.el (command-line): Turn off blinking cursor if
29607 cursorBlink in resources is off or false.
29608
29609 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29610
29611 * term/mac-win.el (dnd): Require dnd.
29612 (mac-drag-n-drop): Call dnd-handle-one-url.
29613 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29614 (kTextEncodingISOLatin2): Remove constants.
29615 (mac-script-code-coding-systems): New constant.
29616 (mac-handle-language-change): New function.
29617 (special-event-map): Bind it to `language-change' event.
29618 (mac-centraleurroman, mac-cyrillic): New coding systems.
29619 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29620 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29621 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29622 encode-mac-cyrillic, respectively.
29623
29624 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29625
29626 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29627 Don't set overlay-arrow-string to "=>" as this is done
29628 globally in C now.
29629
29630 2005-04-12 Lute Kamstra <lute@gnu.org>
29631
29632 * generic-x.el (rc-generic-mode, rul-generic-mode):
29633 Fix auto-mode-alist entries.
29634 (etc-fstab-generic-mode): Tweak fontification.
29635
29636 * generic.el (generic-make-keywords-list): Fix docstring.
29637 (generic-mode-internal): Simplify generic-font-lock-keywords.
29638
29639 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29640
29641 * whitespace.el (whitespace-buffer-leading)
29642 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29643 However, fix the highlight area for the leading and
29644 trailing whitespaces to show space.
29645
29646 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29647
29648 * whitespace.el (whitespace-version): Bump to 3.5
29649
29650 (whitespace-buffer-leading, whitespace-buffer-trailing):
29651 Invert sense of the test to highlight the whitespace.
29652
29653 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29654
29655 * progmodes/gud.el (gud-display-line): GUD uses its own
29656 overlay arrow now so don't set overlay-arrow-string.
29657 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29658
29659 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29660
29661 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29662 (term-ansi-current-reverse, term-ansi-current-invisible)
29663 (term-ansi-face-already-done): Change to boolean.
29664 (term-reset-terminal, term-handle-colors-array): Handle the above
29665 vars accordingly.
29666 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29667 (term-emulate-terminal): Use the new name.
29668
29669 * faces.el (secondary-selection): Use yellow1, not yellow.
29670 (trailing-whitespace): Use red1, not red.
29671
29672 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29673
29674 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29675 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29676 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29677
29678 * cus-edit.el (dnd): New group.
29679
29680 * term/w32-win.el (dnd): Require dnd
29681 (w32-drag-n-drop): Call dnd-handle-one-url.
29682
29683 * x-dnd.el: Require dnd.
29684 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29685 Call dnd-handle-one-url.
29686 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29687 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29688 to dnd-insert-text.
29689 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29690 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29691 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29692 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29693
29694 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29695
29696 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29697
29698 * wdired.el: Doc fixes.
29699 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29700 (wdired-use-dired-vertical-movement): Rename from
29701 wdired-always-move-to-filename-beginning.
29702 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29703 (wdired-change-to-wdired-mode): Change mode name.
29704 (wdired-newline): Delete.
29705
29706 2005-04-11 Richard M. Stallman <rms@gnu.org>
29707
29708 * whitespace.el (whitespace-highlight-the-space):
29709 Don't call whitespace-unhighlight-the-space here.
29710
29711 * simple.el (undo): Record t in undo-equiv-table
29712 for the redo record made by an undo-in-region.
29713
29714 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29715
29716 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29717 (gdb-frame-inferior-io-buffer): New Functions to control
29718 display of separate IO buffer.
29719 (menu): Add them to menu-bar.
29720 (gdb-display-buffer): Check for buffer another frame.
29721 Protect GUD buffer.
29722 (gdb-setup-windows): Create IO buffer if not already there.
29723 (gdb-memory-mode): Remove purecopy noops.
29724
29725 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29726
29727 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29728 and pass to self-insert-command.
29729
29730 2005-04-11 Lute Kamstra <lute@gnu.org>
29731
29732 * generic.el: Commentary section cleanup.
29733 (generic): Delete.
29734 (generic-use-find-file-hook, generic-lines-to-scan)
29735 (generic-find-file-regexp, generic-ignore-files-regexp)
29736 (default-generic-mode, generic-mode-find-file-hook)
29737 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29738 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29739 (generic-use-find-file-hook, generic-lines-to-scan)
29740 (generic-find-file-regexp, generic-ignore-files-regexp)
29741 (default-generic-mode, generic-mode-find-file-hook)
29742 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29743
29744 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29745
29746 * bookmark.el (bookmark-write-file): Catch errors writing file.
29747 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29748
29749 2005-04-10 Richard M. Stallman <rms@gnu.org>
29750
29751 * startup.el (fancy-splash-tail): Update copyright year.
29752 (command-line): Split part of -Q into -D.
29753 (emacs-basic-display): New defvar.
29754 (fancy-splash-text): Correct name of menu item.
29755
29756 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29757
29758 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29759 lines in one node.
29760
29761 * comint.el (comint-send-input): New arg ARTIFICIAL.
29762 Callers in this file changed.
29763
29764 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29765
29766 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29767
29768 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29769
29770 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29771 `ldap-search-internal'.
29772
29773 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29774
29775 * files.el (set-auto-mode-1): Use line-end-position.
29776
29777 * international/latin-1.el:
29778 * international/latin-2.el:
29779 * international/latin-3.el:
29780 * international/latin-4.el:
29781 * international/latin-5.el:
29782 * international/latin-8.el:
29783 * international/latin-9.el: Give punctuation syntax to NBSP.
29784
29785 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29786 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29787 Use char-classes to accept non-ascii letters, accepted in some recent
29788 bibtex implementations.
29789
29790 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29791
29792 * custom.el (custom-set-minor-mode): Any non-nil value for the
29793 variable should enable the mode when set through Custom.
29794
29795 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29796
29797 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29798 TAB binding so tab-always-indent is obeyed.
29799 (vhdl-minibuffer-local-map): Move initialization into declaration.
29800 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
29801 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
29802 (vhdl-hooked-abbrev): Avoid test for XEmacs.
29803 (vhdl-current-line): Use line-beginning-position.
29804 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
29805 with-output-to-temp-buffer, so the current position can be recorded.
29806
29807 2005-04-10 Masatake YAMATO <jet@gyve.org>
29808
29809 * progmodes/compile.el (compilation-error-regexp-alist-alist):
29810 Add regexp for gcov.
29811
29812 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
29813
29814 * calendar/time-date.el (time-to-seconds, seconds-to-time)
29815 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
29816 syntax which Emacs 20 doesn't support.
29817
29818 2005-04-09 Richard M. Stallman <rms@gnu.org>
29819
29820 * help.el (describe-key-briefly, describe-key):
29821 Replace strings as event types with "(any string)".
29822
29823 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
29824
29825 * arc-mode.el (archive-mode-map): Move initialization into
29826 the declaration. Override *all* bindings of `undo'.
29827 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
29828
29829 2005-04-09 Jay Belanger <belanger@truman.edu>
29830
29831 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
29832
29833 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
29834
29835 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
29836 (xterm-register-default-colors): Update color values computation
29837 to match xterm-200.
29838
29839 2005-04-09 Kenichi Handa <handa@m17n.org>
29840
29841 * international/code-pages.el (iso-latin-7): Fix the map.
29842
29843 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
29844
29845 * emacs-lisp/lisp.el (defun-prompt-regexp)
29846 (parens-require-spaces, buffer-end, end-of-defun)
29847 (insert-parentheses): Doc fixes.
29848
29849 2005-04-08 Kim F. Storm <storm@cua.dk>
29850
29851 * comint.el (comint-highlight-prompt): Fix face spec.
29852 * hi-lock.el (hi-green): Likewise.
29853
29854 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29855
29856 * cus-edit.el (custom-modified-face):
29857 * comint.el (comint-highlight-input): Fix previous changes.
29858 * term.el (term-handle-ansi-escape): Add a comment.
29859
29860 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
29861
29862 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
29863 in the buffer and in whitespace-highlighted-space.
29864 (whitespace-unhighlight-the-space): Simplify.
29865 (whitespace-buffer): Simplify.
29866
29867 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
29868
29869 * textmodes/table.el (table-cell-face): Add special case for
29870 displays supporting a high number of colors.
29871 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
29872 (vhdl-font-lock-reserved-words-face)
29873 (vhdl-speedbar-architecture-face)
29874 (vhdl-speedbar-instantiation-face)
29875 (vhdl-speedbar-architecture-selected-face)
29876 (vhdl-speedbar-instantiation-selected-face): Likewise.
29877 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
29878 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
29879 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
29880 (ebrowse-root-class-face, ebrowse-member-attribute-face)
29881 (ebrowse-progress-face): Likewise.
29882 * progmodes/compile.el (compilation-info-face): Likewise.
29883 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
29884 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
29885 * calendar/calendar.el (diary-face): Likewise.
29886 * woman.el (woman-italic-face, woman-bold-face)
29887 (woman-unknown-face): Likewise.
29888 * wid-edit.el (widget-button-pressed-face): Likewise.
29889 * whitespace.el (whitespace-highlight-face): Likewise.
29890 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
29891 * pcvs-info.el (cvs-marked-face): Likewise.
29892 * info.el (info-xref): Likewise.
29893 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
29894 * hilit-chg.el (highlight-changes-face)
29895 (highlight-changes-delete-face): Likewise.
29896 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
29897 (hi-red-b): Likewise.
29898 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
29899 * font-lock.el (font-lock-keyword-face)
29900 (font-lock-function-name-face, font-lock-warning-face): Likewise.
29901 * cus-edit.el (custom-invalid-face, custom-modified-face)
29902 (custom-set-face, custom-changed-face, custom-variable-tag-face)
29903 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
29904 * comint.el (comint-highlight-prompt): Likewise.
29905
29906 2005-04-08 Lute Kamstra <lute@gnu.org>
29907
29908 * font-lock.el (font-lock-keywords): Docstring fixes.
29909
29910 2005-04-08 Kenichi Handa <handa@m17n.org>
29911
29912 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
29913 chars are more than a limit, print " and more..." at the tail.
29914
29915 2005-04-08 Kim F. Storm <storm@cua.dk>
29916
29917 * emacs-lisp/authors.el (authors-aliases): Update list.
29918 (authors-ignored-files): New list.
29919 (authors-fixed-entries): Fix typo.
29920 (authors-renamed-files-alist): Update list.
29921 (authors-add): Check authors-ignored-files.
29922
29923 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
29924
29925 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
29926 optional, to ensure backward compatibility.
29927
29928 2005-04-08 Stephen Eglen <stephen@gnu.org>
29929
29930 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
29931
29932 2005-04-08 Kim F. Storm <storm@cua.dk>
29933
29934 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
29935
29936 * mouse.el (mouse-on-link-p): Doc fix.
29937
29938 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
29939
29940 * ielm.el (ielm-prompt-read-only): Doc fix.
29941
29942 * comint.el (comint-prompt-read-only): Doc fix.
29943
29944 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
29945
29946 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
29947 ensure dired always handles wildcards passed to ffap.
29948 (find-file-at-point): Use it.
29949 (ffap-dired-wildcards): Doc fix.
29950
29951 2005-04-07 Juri Linkov <juri@jurta.org>
29952
29953 * simple.el (next-error-overlay-arrow-position): New defvar.
29954 Put "=>" on its property `overlay-arrow-string'. Add it to
29955 `overlay-arrow-variable-list'.
29956
29957 * progmodes/compile.el (compilation-setup):
29958 Set `next-error-overlay-arrow-position' to nil. Also set it to
29959 nil in the local hook `kill-buffer-hook'. Make local variable
29960 `overlay-arrow-string' and set it to "=>".
29961 (compilation-goto-locus): Set BOL position to
29962 `next-error-overlay-arrow-position' instead of
29963 `overlay-arrow-position'.
29964
29965 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
29966 locally instead of adding it to the global hook.
29967 (Info-kill-buffer): Move up.
29968
29969 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
29970
29971 * term/xterm.el (xterm-standard-colors): Update color values from
29972 xterm-200.
29973
29974 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
29975
29976 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
29977
29978 * fast-lock.el:
29979 * lazy-lock.el: Move them to the obsolete subdir.
29980
29981 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29982
29983 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
29984 (wdired-add-replace-advice): Remove.
29985 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
29986
29987 2005-04-06 Kim F. Storm <storm@cua.dk>
29988
29989 * startup.el (command-line): Add --bare-bones alias for -Q.
29990
29991 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29992
29993 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
29994 create the startup fontset if a font specification ends with
29995 `mac-roman'.
29996
29997 2005-04-06 Lute Kamstra <lute@gnu.org>
29998
29999 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30000 change.
30001
30002 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30003 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30004
30005 2005-04-05 Lute Kamstra <lute@gnu.org>
30006
30007 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30008 (define-generic-mode): Ditto. Fix debug declaration.
30009
30010 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30011 Put them in the generic-x group.
30012
30013 * calendar/timeclock.el (timeclock): Doc fix.
30014
30015 * generic.el (define-generic-mode): Don't use custom-current-group.
30016 Document default :group value.
30017 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30018 (define-global-minor-mode): Don't use custom-current-group.
30019
30020 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30021
30022 * startup.el (command-line-1): Display startup-echo-area-message
30023 when fancy splash screen is in use.
30024
30025 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30026 (sh-escaped-newline): New face.
30027 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30028 newline, and use sh-escaped-newline face.
30029
30030 * progmodes/tcl.el (tcl-escaped-newline): New face.
30031 (tcl-builtin-list): New variable.
30032 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30033 newlines. Fix keywords subexpression number.
30034
30035 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30036
30037 * textmodes/org.el (org-diary-default-entry): Fix call to
30038 `add-to-diary-entry'.
30039
30040 2005-04-05 Kim F. Storm <storm@cua.dk>
30041
30042 * ediff-init.el: Use (featurep 'xemacs).
30043
30044 2005-04-05 David Ponce <david@dponce.com>
30045
30046 * cus-edit.el (face): Derive from symbol widget. Display sample
30047 of the current face on the fly.
30048 (widget-face-sample-face-get, widget-face-notify): New functions.
30049 (widget-face-value-create): Remove.
30050
30051 * wid-edit.el (widget-field-end): Temporarily remove field
30052 narrowing before to call `get-char-property'.
30053
30054 2005-04-04 Jay Belanger <belanger@truman.edu>
30055
30056 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30057 (math-read-subscripts): New variable.
30058 (math-read-preprocess-string): Process subscripts.
30059
30060 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30061
30062 * comint.el (comint-prompt-read-only): Doc fix.
30063
30064 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30065 `-1'. Doc fix.
30066
30067 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30068
30069 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30070 Change default value to nil.
30071
30072 2005-04-04 Lute Kamstra <lute@gnu.org>
30073
30074 * autorevert.el (auto-revert-mode): Specify :group.
30075 * battery.el (display-battery-mode): Specify :group.
30076 * diff-mode.el (diff-minor-mode): Specify :group.
30077 * font-core.el (font-lock-mode): Specify :group.
30078 * hl-line.el (hl-line-mode): Specify :group.
30079 * iimage.el (iimage): New customization group.
30080 (iimage-mode): Specify :group.
30081 * longlines.el (longlines-mode): Specify :group.
30082 * master.el: Don't require easy-mmode.
30083 (master): New customization group.
30084 (master-mode): Specify :group.
30085 * msb.el (msb-mode): Specify :group.
30086 * reveal.el (reveal-mode): Specify :group.
30087 * simple.el (next-error-follow-minor-mode): Specify :group.
30088 * smerge-mode.el (smerge-mode): Specify :group.
30089 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30090 * emulation/cua-base.el (cua-mode): Specify :group.
30091 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30092 * language/thai-util.el (thai-auto-composition-mode)
30093 (thai-word-mode): Specify :group.
30094 * mail/supercite.el (sc-minor-mode): Specify :group.
30095 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30096 * progmodes/flymake.el (flymake-mode): Specify :group.
30097 * progmodes/glasses.el (glasses-mode): Specify :group.
30098 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30099 * textmodes/enriched.el (enriched-mode): Specify :group.
30100 * textmodes/refill.el (refill-mode): Specify :group.
30101
30102 * add-log.el (change-log-font-lock-keywords): Names in
30103 parenthesized lists can contain spaces.
30104
30105 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30106
30107 * startup.el (fancy-splash-text): Shorten default text of
30108 "Emacs Tutorial" line. Also, if the current language env
30109 indicates an available tutorial file other than TUTORIAL,
30110 extract its title and append it to the line in parentheses.
30111 (fancy-splash-insert): If arg is a thunk, funcall it.
30112
30113 2005-04-04 Jay Belanger <belanger@truman.edu>
30114
30115 * calc.el (calc-language-alist): Add tags to customization type.
30116
30117 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30118
30119 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30120 Doc fix.
30121
30122 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30123
30124 * add-log.el (change-log-font-lock-keywords): The manual
30125 describing a Change Log entry, says: (...) "Aside from these
30126 header lines, every line in the change log starts with a space or
30127 a tab.". The font-lock was not highlighting lines started with
30128 spaces, added support for it.
30129
30130 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30131
30132 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30133 (bibtex-generate-url-list): Update docstring accordingly. Put the
30134 complex example in the docstring.
30135 (bibtex-font-lock-url): Use pop.
30136
30137 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30138
30139 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30140
30141 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30142
30143 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30144
30145 * filesets.el (filesets-set-default): Doc fix.
30146
30147 2005-04-03 Lute Kamstra <lute@gnu.org>
30148
30149 * generic.el (define-generic-mode): Add argument to specify
30150 keywords for defcustom.
30151 (default-generic-mode): Specify :group.
30152
30153 * generic-x.el: Specify :group for all generic modes.
30154
30155 * desktop.el (desktop-no-desktop-file-hook)
30156 (desktop-after-read-hook): Doc fix.
30157
30158 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30159
30160 * simple.el (visible-mode): Use explicit :group keyword.
30161 This changes the group of `visible-mode-hook' from paren-blinking
30162 to editing-basics.
30163
30164 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30165
30166 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30167 mailbox specifications as well as URLs.
30168 (rmail-insert-inbox-text): Remove unused conditional branches.
30169
30170 2005-04-01 Jay Belanger <belanger@truman.edu>
30171
30172 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30173 (calc-gnuplot-print-command): Move definitions to calc.el.
30174
30175 * calc/calc-embed.el (calc-embedded-announce-formula)
30176 (calc-embedded-open-formula, calc-embedded-close-formula)
30177 (calc-embedded-open-word, calc-embedded-close-word)
30178 (calc-embedded-open-plain, calc-embedded-close-plain)
30179 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30180 (calc-embedded-open-mode, calc-embedded-close-mode):
30181 Move definitions to calc.el.
30182
30183 * calc/calc.el (calc-settings-file, calc-language-alist):
30184 Make customizable.
30185 (calc-embedded-announce-formula, calc-embedded-open-formula)
30186 (calc-embedded-close-formula, calc-embedded-open-word)
30187 (calc-embedded-close-word, calc-embedded-open-plain)
30188 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30189 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30190 (calc-embedded-close-mode, calc-gnuplot-name)
30191 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30192 from other files and make customizable.
30193
30194 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30195
30196 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30197 Use buffer-live-p.
30198 (cvs-mode-run): Don't call cvs-update-header here.
30199 (cvs-run-process): Call cvs-update-header.
30200 Use process properties for cvs-postprocess and cvs-buffer so that
30201 the sentinel can behave better if the temp buffer is killed.
30202 Use a pipe rather than a tty, to better handle unexpected prompts.
30203 (cvs-sentinel): Rewrite. Call cvs-update-header.
30204
30205 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30206
30207 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30208 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30209
30210 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30211
30212 * generic.el (define-generic-mode): Add indentation rule.
30213
30214 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30215
30216 * files.el (mode-require-final-newline): Make Custom correctly
30217 report a nil value and allow to set it to nil via Custom.
30218 Doc fix.
30219
30220 2005-04-01 Kenichi Handa <handa@m17n.org>
30221
30222 * international/characters.el: Enable the correct case setting for
30223 dotless-i and dotted-I.
30224
30225 2005-04-01 Kim F. Storm <storm@cua.dk>
30226
30227 * ido.el (ido-file-internal): Fall back to non-ido command if
30228 initial directory is on slow ftp (or tramp) host.
30229
30230 2005-03-31 Richard M. Stallman <rms@gnu.org>
30231
30232 * emacs-lisp/autoload.el (make-autoload):
30233 Handle define-global-minor-mode.
30234
30235 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30236 Rename from easy-mmode-define-global-mode.
30237 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30238
30239 * progmodes/scheme.el (scheme-mode-syntax-table):
30240 Update syntax of | and # for two-character comment syntax.
30241
30242 2005-03-31 Lute Kamstra <lute@gnu.org>
30243
30244 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30245 (define-minor-mode): Call custom-current-group at load-time.
30246
30247 * generic.el (define-generic-mode): Add debug declaration.
30248 Add defcustom for the mode hook.
30249 (generic-mode-internal): Use run-mode-hooks.
30250
30251 2005-03-31 Kim F. Storm <storm@cua.dk>
30252
30253 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30254 (mouse-fixup-help-message): New defun called by show_help_echo
30255 to fixup mouse-2 prefix in help messages when applicable.
30256
30257 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30258
30259 2005-03-31 Kenichi Handa <handa@m17n.org>
30260
30261 * language/thai-word.el (thai-find-word-ends): Pay attention to
30262 the case that we reach the end of buffer.
30263
30264 * textmodes/fill.el (fill-text-properties-at): New function.
30265 (fill-newline): Use fill-text-properties-at instead of
30266 text-properties-at.
30267
30268 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30269
30270 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30271 not comint-quote-filename.
30272
30273 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30274
30275 * help-fns.el (help-with-tutorial): Revert last change.
30276
30277 2005-03-31 Kim F. Storm <storm@cua.dk>
30278
30279 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30280
30281 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30282
30283 * calendar/cal-china.el: Update reference to "Calendrical
30284 Calculations" book; there's a new edition.
30285 * calendar/cal-coptic.el: Likewise.
30286 * calendar/cal-french.el: Likewise.
30287 * calendar/cal-hebrew.el: Likewise.
30288 * calendar/cal-islam.el: Likewise.
30289 * calendar/cal-iso.el: Likewise.
30290 * calendar/cal-julian.el: Likewise.
30291 * calendar/cal-mayan.el: Likewise.
30292 * calendar/cal-persia.el: Likewise.
30293 * calendar/calendar.el: Likewise.
30294 * calendar/holidays.el: Likewise.
30295 * calendar/lunar.el: Likewise.
30296 * calendar/solar.el: Likewise.
30297
30298 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30299 white space from doc string.
30300
30301 2005-03-30 Jay Belanger <belanger@truman.edu>
30302
30303 * calc/calc-help.el (calc-full-help): Remove email address.
30304
30305 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30306
30307 * help-fns.el (help-with-tutorial): Delete title line.
30308
30309 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30310
30311 * calendar/cal-x.el (calendar-one-frame-setup)
30312 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30313 rather than `symbol' for set-window-dedicated-p.
30314
30315 * calendar/appt.el (appt-buffer-name): Make it a constant.
30316 (appt-add): Doc fix.
30317
30318 * filesets.el (filesets-menu-path, filesets-menu-before)
30319 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30320 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30321 (filesets-add-submenu): Delete and use add-submenu instead.
30322
30323 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30324
30325 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30326 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30327 (org-diary-default-entry): New function.
30328 (org-get-entries-from-diary): Better parsing of diary entries.
30329 (org-agenda-check-no-diary): New function.
30330 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30331 linking to diary entries.
30332 (org-agenda-execute-calendar-command): New function.
30333 (org-agenda): Improve visible section in window.
30334 Use `org-fit-agenda-window'.
30335 (org-fit-agenda-window): New option.
30336 (org-move-subtree-down): Better handling of empty lines
30337 at end of subtree.
30338 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30339 levels up.
30340 (org-fontify-done-headline): New option.
30341 (org-headline-done-face): New face.
30342 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30343 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30344 When current field is non-empty, it is copied to next row.
30345 (org-table-copy-from-above): Fix bug which made it
30346 impossible to copy fields containing only a single non-white character.
30347
30348 2005-03-30 Kim F. Storm <storm@cua.dk>
30349
30350 * kmacro.el (kmacro-end-macro): Isearch may store this command
30351 into the macro -- so ignore it when executing keyboard macro.
30352
30353 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30354
30355 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30356
30357 2005-03-29 Kenichi Handa <handa@m17n.org>
30358
30359 * language/thai.el ("Thai"): Set setup-function and exit-function
30360 for Thai language environment.
30361
30362 * language/thai-util.el: Require thai-word.
30363 (thai-word-mode-map): New variable.
30364 (thai-word-mode): New minor mode.
30365 (setup-thai-language-environment-internal): New function.
30366 (exit-thai-language-environment-internal): New function.
30367
30368 * language/thai-word.el (thai-word-table): Declare it by defvar,
30369 use dolist to initialize it.
30370 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30371 (thai-fill-find-break-point): New functions.
30372
30373 2005-03-29 Richard M. Stallman <rms@gnu.org>
30374
30375 * simple.el (idle-update-delay): Move definition up.
30376 (set-mark): Doc fix.
30377
30378 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30379
30380 * longlines.el: New file.
30381
30382 * simple.el (buffer-substring-filters): New variable.
30383 (filter-buffer-substring): New function.
30384 (kill-region, copy-region-as-kill): Use it.
30385
30386 * register.el (copy-to-register, append-to-register)
30387 (prepend-to-register): Use filter-buffer-substring.
30388
30389 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30390
30391 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30392 (gud-filter-pending-text): Move in front of gdb.
30393 (gud-overlay-arrow-position): New variable.
30394 (gud-sentinel, gud-display-line): Use it in place of
30395 overlay-arrow-position.
30396
30397 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30398
30399 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30400 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30401 (fortran-font-lock-keywords-4): New variable.
30402 (fortran-blocks-re, fortran-end-block-re)
30403 (fortran-start-block-re): New constants, for hideshow.
30404 (hs-special-modes-alist): Add a Fortran entry.
30405 (fortran-mode-map): Bind fortran-end-of-block,
30406 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30407 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30408 (fortran-looking-at-if-then, fortran-end-of-block)
30409 (fortran-beginning-of-block): New functions, for hideshow.
30410
30411 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30412 Doc fix. Tweak regexp.
30413 (f90-beginning-of-block): Push mark first.
30414
30415 2005-03-29 Jay Belanger <belanger@truman.edu>
30416
30417 * calc/calc.el: Update copyright date.
30418 (calc-version): Increase to 2.1.
30419 (calc-version-date): Remove.
30420
30421 * calc/calc-help.el: Update copyright date.
30422 (calc-full-help): Remove reference to calc-version-date.
30423 Update copyright date.
30424
30425 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30426
30427 * vc.el (vc-do-command): Use a pipe for async processes, so password
30428 prompts don't show up at places where the user can't reply.
30429
30430 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30431
30432 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30433 on the file name we pass to the inferior shell.
30434
30435 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30436
30437 * progmodes/which-func.el (which-function): Be robust in the face of an
30438 imenu--make-index-alist failure.
30439
30440 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30441
30442 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30443
30444 * progmodes/python.el (python-preoutput-filter): Fix last change.
30445
30446 2005-03-29 Lute Kamstra <lute@gnu.org>
30447
30448 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30449 functions and compiled macros.
30450 (debug-convert-byte-code): Handle macros too.
30451 (debug-on-entry-1): Don't signal an error when trying to clear a
30452 function that is not set to debug on entry.
30453
30454 2005-03-29 Jay Belanger <belanger@truman.edu>
30455
30456 * calc/calc-lang.el: Add functions to math-function-table
30457 properties of tex and math.
30458
30459 2005-03-29 Kenichi Handa <handa@m17n.org>
30460
30461 * ps-mule.el (ps-mule-plot-string): Translate characters by
30462 ps-print-translation-table.
30463 (ps-mule-begin-job): Call find-charset-region/string with
30464 ps-print-translation-table.
30465 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30466
30467 * ps-print.el (ps-print-translation-table): New variable.
30468 (ps-plot-region): Translate characters by ps-print-translation-table.
30469
30470 2005-03-29 Juri Linkov <juri@jurta.org>
30471
30472 * simple.el (next-error-highlight-timer): New variable.
30473
30474 * progmodes/compile.el (compilation-goto-locus):
30475 Use `next-error-highlight-timer' instead of `sit-for'.
30476
30477 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30478
30479 * mail/supercite.el (sc-mail-field): Use assoc-string.
30480 (sc-get-address): Simplify regexps.
30481
30482 * files.el (minibuffer-with-setup-hook): New macro.
30483 (find-file-read-args): Use it to avoid let-binding
30484 minibuffer-with-setup-hook (which breaks turning on/off
30485 file-name-shadow-mode while in the prompt).
30486
30487 * complete.el (PC-read-include-file-name-internal):
30488 Use test-completion.
30489
30490 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30491
30492 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30493
30494 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30495
30496 * window.el (window-buffer-height): Use count-screen-lines.
30497
30498 * progmodes/python.el (python-preoutput-leftover): New var.
30499 (python-preoutput-filter): Use it.
30500 (python-send-receive): Loop until all the result has been received.
30501
30502 2005-03-28 Juri Linkov <juri@jurta.org>
30503
30504 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30505
30506 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30507 "Recover Crashed Session".
30508 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30509 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30510 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30511 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30512 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30513 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30514 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30515 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30516
30517 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30518 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30519 Ediff Sessions", "Toggle use of separate control buffer frame",
30520 "Use separate frame for Ediff control buffer".
30521
30522 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30523 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30524 "Rename Bookmark", "Delete Bookmark".
30525
30526 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30527 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30528 Add `:active Info-index-alternatives' to "Next Matching Item".
30529
30530 * wdired.el (wdired-change-to-wdired-mode):
30531 Mention `wdired-abort-changes' key in the initial message.
30532
30533 * international/mule.el (auto-coding-alist): Associate non-ascii
30534 image filename extensions with `no-conversion'.
30535
30536 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30537
30538 * international/iso-acc.el:
30539 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30540
30541 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30542
30543 * textmodes/sgml-mode.el (html-mode): Doc update.
30544
30545 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30546
30547 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30548
30549 * term.el (term-move-columns): Fix face after extending a line.
30550 (term-insert-spaces): Likewise.
30551 (term-reset-terminal): Fix off by one error.
30552
30553 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30554
30555 * international/mule.el (auto-coding-alist): Add .xpi files.
30556
30557 * files.el (auto-mode-alist): Add .xpi files.
30558
30559 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30560
30561 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30562
30563 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30564
30565 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30566
30567 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30568
30569 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30570 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30571
30572 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30573 cursor to Jan 1 when needed.
30574 (calendar-end-of-year): Fix -/+ typo.
30575 Reported by Chong Yidong <cyd@stupidchicken.com>.
30576
30577 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30578
30579 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30580
30581 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30582 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30583
30584 2005-03-25 Richard M. Stallman <rms@gnu.org>
30585
30586 * filesets.el (filesets-init): Add autoload.
30587
30588 * mail/mailalias.el (mail-directory): Doc fix.
30589
30590 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30591
30592 * mail/mailalias.el (mail-directory-process): Do nothing if
30593 mail-directory-process is an atom.
30594 (mail-get-names): Ignore mail-directory-names if it is an atom.
30595 (mail-directory-process defvar): Doc fix.
30596 (mail-names): Doc fix.
30597
30598 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30599
30600 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30601
30602 2005-03-26 Kenichi Handa <handa@m17n.org>
30603
30604 * international/mule-util.el (detect-coding-with-priority):
30605 Call update-coding-systems-internal before detect-coding-region.
30606
30607 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30608
30609 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30610 (gdb-frames-mode-map): Add follow-link property.
30611
30612 2005-03-25 Jay Belanger <belanger@truman.edu>
30613
30614 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30615 for variables.
30616
30617 2005-03-25 Juri Linkov <juri@jurta.org>
30618
30619 * image-mode.el: Optimize image filename extension regexps in
30620 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30621 in `auto-mode-alist'.
30622 (image-mode): Add `image-toggle-display-text' to local hook
30623 `change-major-mode-hook'. Display the image as an image by
30624 default. Set `cursor-type' and `truncate-lines' if the image
30625 is already displayed. Take into account the current mode (image
30626 or text) in message.
30627 (image-minor-mode): New minor mode.
30628 (image-mode-maybe, image-toggle-display-text): New functions.
30629 (image-toggle-display): Use called-interactively-p.
30630 Let-bind `inhibit-read-only' to t.
30631
30632 * image-mode.el (image-minor-mode): Set `cursor-type' and
30633 `truncate-lines' if the image is already displayed. Add turning
30634 image-minor-mode off to `change-major-mode-hook'. Add message.
30635 Call `image-toggle-display-text' after turning image-minor-mode off.
30636
30637 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30638
30639 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30640 Terminal.app, use utf-8.
30641 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30642 (set-locale-environment): Use it.
30643
30644 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30645
30646 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30647
30648 * progmodes/python.el (python-close-block-statement-p)
30649 (python-outdent-p, python-current-defun): Use symbol-end.
30650
30651 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30652
30653 * files.el (save-some-buffers): Doc fix.
30654
30655 2005-03-25 Werner Lemberg <wl@gnu.org>
30656
30657 * complete.el, thumbs.el: Replace `legal' with `valid'.
30658 * calendar/calendar.el: Replace `legal' with `valid'.
30659 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30660 * mail/supercite.el: Replace `legal' with `valid'.
30661 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30662 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30663 Replace `legal' with `valid'.
30664 * textmodes/reftex-vars.el, textmodes/reftex.el:
30665 Replace `legal' with `valid'.
30666
30667 2005-03-25 Werner Lemberg <wl@gnu.org>
30668
30669 * calc/calc-forms.el, calc/calc-sel.el
30670 * midnight.el, vc-cvs.el
30671 * emacs-lisp/cl-macs.el
30672 * emulation/vip.el
30673 * eshell/esh-io.el, eshell/esh-var.el
30674 * mail/supercite.el
30675 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30676 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30677 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30678 * progmodes/sh-script.el, progmodes/xscheme.el
30679 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30680 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30681 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30682 * textmodes/reftex.el, textmodes/org.el:
30683 Replace `illegal' with `invalid'.
30684
30685 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30686
30687 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30688 (flymake-find-buildfile, flymake-find-possible-master-files)
30689 (flymake-check-include, flymake-parse-line): Replace loops over the
30690 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30691
30692 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30693 Substitute file-name-as-directory in the rest of the file.
30694 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30695 (flymake-replace-region): Remove unused arg `buffer'.
30696 (flymake-check-patch-master-file-buffer): Update calls to it.
30697 (flymake-add-err-info): Remove unused var `count'.
30698 (flymake-mode): Use define-minor-mode.
30699
30700 * progmodes/flymake.el: Use with-current-buffer.
30701 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30702 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30703 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30704 Avoid testing for `xemacs'.
30705 (flymake-nop): Move.
30706 (flymake-region-has-flymake-overlays): Return the computed value.
30707 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30708 Remove unused var `endline'.
30709 (flymake-get-line-count): Remove unused function.
30710 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30711
30712 * emulation/vi.el:
30713 * generic.el:
30714 * hilit-chg.el (global-highlight-changes):
30715 * hi-lock.el (hi-lock-mode):
30716 * follow.el: find-file-hooks -> find-file-hook.
30717
30718 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30719
30720 2005-03-24 Juri Linkov <juri@jurta.org>
30721
30722 * dired.el (dired-mode-map): Add menu item "Compare directories"
30723 for dired-compare-directories.
30724
30725 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30726 Doc fix. Replace `read-file-name' with `read-directory-name'.
30727
30728 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30729
30730 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30731
30732 2005-03-24 Jay Belanger <belanger@truman.edu>
30733
30734 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30735 relevant mode settings in calc-embedded-original-modes when modes
30736 are permanently changed.
30737
30738 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30739
30740 * autoinsert.el: find-file-hooks -> find-file-hook.
30741
30742 2005-03-24 Lute Kamstra <lute@gnu.org>
30743
30744 * generic.el (generic-font-lock-defaults): Make it obsolete.
30745 (generic-font-lock-keywords): New variable to replace
30746 generic-font-lock-defaults.
30747 (generic-mode-set-font-lock): Delete it.
30748 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30749 (generic-bracket-support): Add docstring.
30750
30751 * generic-x.el: Rename generic-font-lock-defaults to
30752 generic-font-lock-keywords throughout.
30753 (mailagent-rules-setup-function): Delete it.
30754 (mailagent-rules-generic-mode): Use anonymous function instead.
30755 (show-tabs-generic-mode-font-lock-defaults-1)
30756 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30757 Quote faces.
30758 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30759 not foreground.
30760
30761 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30762 Recognize define-generic-mode.
30763
30764 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30765
30766 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30767 if there's no completion table.
30768
30769 2005-03-23 Miles Bader <miles@gnu.org>
30770
30771 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30772 Remove tty-specific variants, as they're no longer needed.
30773
30774 2005-03-23 Lute Kamstra <lute@gnu.org>
30775
30776 * generic-x.el: Code cleanup: make args constant whenever possible.
30777 (installshield-statement-keyword-list)
30778 (installshield-system-functions-list)
30779 (installshield-system-variables-list, installshield-types-list)
30780 (installshield-funarg-constants-list): Make them constants.
30781
30782 * generic.el (generic-make-keywords-list): Add autoload cookie.
30783
30784 * calendar/time-date.el: Add comment on time value formats.
30785 Don't require parse-time.
30786 (with-decoded-time-value): New macro.
30787 (encode-time-value): New function.
30788 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30789 (days-to-time): Return a valid time value when arg is huge.
30790 (time-since): Use time-subtract.
30791 (time-to-number-of-days): Use time-to-seconds.
30792
30793 2005-03-23 David Ponce <david@dponce.com>
30794
30795 * recentf.el (recentf-keep): New option.
30796 (recentf-menu-action): Default to `find-file'.
30797 (recentf-keep-non-readable-files-flag)
30798 (recentf-keep-non-readable-files-p)
30799 (recentf-file-readable-p, recentf-find-file)
30800 (recentf-cleanup-remote): Remove.
30801 (recentf-include-p): More robust.
30802 (recentf-keep-p): New function.
30803 (recentf-remove-if-non-kept): Rename from
30804 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
30805 All callers updated.
30806 (recentf-menu-items-for-commands): Fix help string.
30807 (recentf-track-closed-file): Update. Doc fix.
30808 (recentf-cleanup): Update. Count removed files. Doc fix.
30809
30810 2005-03-23 Kim F. Storm <storm@cua.dk>
30811
30812 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30813 Don't inherit from fringe face (now happens automatically).
30814
30815 2005-03-22 Kim F. Storm <storm@cua.dk>
30816
30817 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
30818 position values.
30819
30820 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
30821
30822 * menu-bar.el (showhide-date-time): Remove.
30823 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
30824 (menu-bar-make-mm-toggle): Simplify.
30825
30826 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30827
30828 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
30829 Accept qualified variable and function names.
30830
30831 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
30832
30833 * bindings.el (completion-ignored-extensions):
30834 Remove ".lis" for `vax-vms'.
30835
30836 2005-03-22 Andreas Schwab <schwab@suse.de>
30837
30838 * generic-x.el: Revert last change.
30839 * ldefs-boot.el: Update.
30840
30841 2005-03-22 Jay Belanger <belanger@truman.edu>
30842
30843 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
30844 (calc-embedded-save-original-modes)
30845 (calc-embedded-restore-original-modes): New functions.
30846 (calc-do-embedded): Save original modes when entering embedded mode
30847 and restore when leaving embedded mode.
30848 (calc-embedded-modes-change): Change the value of
30849 calc-embedded-original-modes to reflect permanent changes.
30850
30851 2005-03-22 Lute Kamstra <lute@gnu.org>
30852
30853 * generic-x.el: Require generic again.
30854
30855 2005-03-22 Miles Bader <miles@gnu.org>
30856
30857 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30858 Tweak details to look good on both ttys and bitmap displays, light
30859 or dark background, etc.
30860
30861 2005-03-21 Kim F. Storm <storm@cua.dk>
30862
30863 * tooltip.el (tooltip-show-help-function): Check car and cdr of
30864 mouse position.
30865
30866 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
30867
30868 * icomplete.el: Don't forcibly turn on the mode upon load.
30869 (icomplete-mode): Use define-minor-mode.
30870 (icomplete-eoinput): Default to nil.
30871 (icomplete-minibuffer-setup): Remove autoload.
30872 (icomplete-tidy): Simplify.
30873 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
30874 in the initial state or if the user has modified the field.
30875 Fix handling of icomplete-max-delay-chars.
30876 Remove code that handles the oddball case where
30877 minibuffer-completion-table is an integer.
30878 Wrap icomplete-completions in while-no-input in case building
30879 completions takes more time than expected.
30880 (icomplete-completions): Simplify.
30881
30882 2005-03-21 Richard M. Stallman <rms@gnu.org>
30883
30884 * jka-compr.el (jka-compr-really-do-compress):
30885 Make variable buffer-local.
30886
30887 * image-mode.el: Handle .xpm files too.
30888 (image-toggle-display): Preserve modification flag.
30889
30890 * help.el (where-is): Don't mention aliases with no key bindings.
30891
30892 2005-03-21 Lute Kamstra <lute@gnu.org>
30893
30894 * generic.el: Fix commentary section. Don't require cl for
30895 compilation.
30896 (generic-mode-list): Add autoload cookie.
30897 (generic-use-find-file-hook, generic-lines-to-scan)
30898 (generic-find-file-regexp, generic-ignore-files-regexp)
30899 (generic-mode, generic-mode-find-file-hook)
30900 (generic-mode-ini-file-find-file-hook): Fix docstrings.
30901 (define-generic-mode): Make it a defmacro. Fix docstring.
30902 (generic-mode-internal): Code cleanup. Add autoload cookie.
30903 (generic-mode-set-comments): Code cleanup.
30904 * generic-x.el: Don't prevent compilation. Don't require generic.
30905 Follow coding conventions. Minor code cleanup.
30906 (etc-fstab-generic-mode): Add some keywords.
30907 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
30908 define-generic-mode like a function declaration.
30909
30910 2005-03-21 Jay Belanger <belanger@truman.edu>
30911
30912 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
30913 changing modes.
30914
30915 2005-03-21 Sam Steingold <sds@gnu.org>
30916
30917 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
30918
30919 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
30920
30921 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
30922 Add underscore to "f$ lexicals" regexp.
30923
30924 2005-03-20 Juri Linkov <juri@jurta.org>
30925
30926 * subr.el (progress-reporter-do-update): When `min-value' is equal
30927 to `max-value', set `percentage' to 0 and prevent division by zero.
30928
30929 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
30930
30931 Sync with Tramp 2.0.48.
30932
30933 * net/tramp.el (all): Change all addresses to .gnu.org.
30934 (tramp-append-tramp-buffers): New defun.
30935 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
30936 Catch `dont-send' signal.
30937 (tramp-set-auto-save-file-modes): Set always permissions, because
30938 there might be an old auto-saved file belonging to another
30939 original file. This could be a security threat. Reported by
30940 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
30941 Check for Emacs 21.3.50 removed.
30942
30943 * net/tramp-smb.el (all): Remove debug construct for
30944 `with-parsed-tramp-file-name'.
30945 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
30946 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
30947 No error message if DIRECTORY or FILENAME doesn't exist.
30948 (tramp-smb-open-connection): Check existence of
30949 `tramp-smb-program'.
30950
30951 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
30952
30953 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
30954 Properly handle the case where the `m' or `s' command's argument is not
30955 yet terminated.
30956 (perl-indent-new-calculate): New function.
30957 (perl-indent-line): Use it.
30958
30959 2005-03-20 Miles Bader <miles@gnu.org>
30960
30961 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
30962 in text-mode too. Change to new face names.
30963 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
30964 Add `:weight bold' attribute.
30965 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
30966
30967 2005-03-19 Juri Linkov <juri@jurta.org>
30968
30969 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
30970
30971 * international/mule.el (auto-coding-alist): Sync with
30972 `auto-mode-alist' by adding upper case archive file extensions
30973 and adding ear/war to jar extension.
30974
30975 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
30976
30977 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
30978 running, restart it.
30979
30980 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
30981
30982 * finder.el (finder-current-item): Throw an error on an empty line.
30983
30984 * man.el (Man-follow-manual-reference): If current-word returns
30985 nil, use "".
30986
30987 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
30988
30989 * simple.el (goto-line): Doc fix.
30990
30991 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
30992
30993 * files.el (save-buffer): Doc fix.
30994
30995 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
30996
30997 * recentf.el (recentf-cleanup-remote): New variable.
30998 (recentf-cleanup): Use it to conditionally check availability of
30999 remote files.
31000
31001 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31002
31003 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31004 function names.
31005
31006 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31007
31008 * language/thai-word.el: New file.
31009
31010 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31011
31012 * files.el (backup-buffer): If the file's directory is not
31013 writable, use copy instead of move to backup the file.
31014
31015 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31016
31017 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31018
31019 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31020
31021 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31022 Use functionp instead of symbolp and fboundp. Reported by Drkm
31023 <darkman_spam@yahoo.fr>.
31024 (ps-print-version): New version 6.6.6.
31025
31026 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31027
31028 * textmodes/table.el (table--line-column-position): New idiom.
31029 (table--row-column-insertion-point-p): New function to test
31030 validity of row and column insertion operation at a location.
31031 (table-global-menu, table-cell-menu): Use above functions for
31032 deterministic test operation.
31033 (table--editable-cell-p): Behave in deterministic fashion.
31034
31035 2005-03-18 Juri Linkov <juri@jurta.org>
31036
31037 * isearch.el (isearch-lazy-highlight-new-loop):
31038 Make arguments beg and end optional.
31039 (isearch-update): Remove optional arguments nil from
31040 isearch-lazy-highlight-new-loop.
31041 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31042 isearch-lazy-highlight-case-fold-search instead of
31043 isearch-case-fold-search, and let-bind isearch-regexp to
31044 isearch-lazy-highlight-regexp.
31045 Use isearch-lazy-highlight-last-string instead of isearch-string.
31046
31047 * replace.el (perform-replace): Remove bindings of global
31048 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31049 Add three new arguments to `replace-highlight'.
31050 (replace-highlight): Add arguments string, regexp, case-fold.
31051 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31052 to allow isearch-lazy-highlight-new-loop to use these values
31053 to set corresponding isearch-lazy-highlight-* internal
31054 variables whose values lazy highlighting will use regardless of
31055 changes to global variables isearch-string, isearch-regexp,
31056 isearch-case-fold-search during lazy highlighting loop.
31057 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31058 to `lazy-highlight-cleanup'.
31059
31060 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31061 (ispell-highlight-face): Set default face to `isearch' when
31062 lazy highlighting is enabled.
31063 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31064 priority to 1. Add lazy highlighting.
31065 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31066 from `isearch-dehighlight'.
31067
31068 2005-03-18 David Ponce <david@dponce.com>
31069
31070 * files.el (hack-local-variables): Do a case-insensitive search
31071 for End.
31072
31073 2005-03-18 Juri Linkov <juri@jurta.org>
31074
31075 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31076 `isearch-lazy-highlight-cleanup', add alias to old name and
31077 declare obsolete. Add release numbers to other obsolete vars.
31078 (isearch-done, isearch-lazy-highlight-new-loop):
31079 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31080 (lazy-highlight-cleanup) <variable>: Doc fix.
31081 (isearch-lazy-highlight-update): Rename obsolete
31082 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31083
31084 2005-03-18 Kenichi Handa <handa@m17n.org>
31085
31086 * language/thai-util.el: Fix categorization of Thai characters in
31087 thai-category-table.
31088 (thai-composition-pattern): Adjust it for the above change.
31089 (thai-self-insert-command, thai-compose-syllable): New functions.
31090 (thai-compose-region): Use thai-compose-syllable.
31091 (thai-compose-string): Likewise.
31092 (thai-composition-function): Likewise.
31093 (thai-auto-composition): New function.
31094 (thai-auto-composition-mode): New minor mode.
31095
31096 * language/thai.el: Fix patterns to be registered in
31097 composition-function-table.
31098
31099 * international/quail.el (quail-input-method): Locally bind
31100 inhibit-modification-hooks to t.
31101
31102 2005-03-17 Richard M. Stallman <rms@gnu.org>
31103
31104 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31105 (perl-mode): Use run-mode-hooks.
31106
31107 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31108 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31109 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31110
31111 * mail/sendmail.el (sendmail-send-it): Reenable the code
31112 to compute resend-to-address and use it.
31113
31114 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31115
31116 * image-mode.el: New file.
31117
31118 * image.el (insert-sliced-image): Add autoload cookie.
31119
31120 * font-lock.el (font-lock-lines-before): New user option.
31121 (font-lock-after-change-function): Obey it.
31122
31123 * bindings.el (esc-map): Make M-g a prefix.
31124 Bind M-g g and M-g M-g to goto-line.
31125
31126 * faces.el (face-id): Doc fix.
31127
31128 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31129
31130 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31131 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31132 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31133
31134 * mail/sendmail.el (mail-yank-ignored-headers)
31135 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31136 Add Mail-Followup-To and Mail-Reply-To headers.
31137 (mail-citation-hook): Add autoload cookie.
31138 (mail-mode): Doc fix.
31139 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31140 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31141 (mail-mode-fill-paragraph): Handle those headers.
31142 (mail-mailing-lists): New variable.
31143 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31144
31145 2005-03-17 Juri Linkov <juri@jurta.org>
31146
31147 * isearch.el (isearch-fallback): Check for `(car previous)'
31148 before calling `isearch-other-end-state'.
31149
31150 2005-03-17 Kim F. Storm <storm@cua.dk>
31151
31152 * simple.el (move-beginning-of-line): Move to beginning of buffer
31153 line, as well as beginning of screen line.
31154
31155 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31156
31157 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31158 argument REDRAW rather than calendar-redrawing variable.
31159 * calendar/calendar.el (calendar-redrawing): Delete.
31160 (redraw-calendar): Do not bind calendar-redrawing.
31161
31162 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31163
31164 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31165 diary-file buffer.
31166
31167 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31168
31169 * help.el (describe-mode): Allow a :minor-mode-function property to
31170 specify a different minor mode toggle function than the variable.
31171 * simple.el (auto-fill-function):
31172 * subr.el (add-minor-mode): Use it.
31173
31174 2005-03-16 Kenichi Handa <handa@m17n.org>
31175
31176 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31177 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31178 (ethio-fidel-to-sera-buffer): Likewise.
31179
31180 2005-03-16 Juri Linkov <juri@jurta.org>
31181
31182 * emacs-lisp/find-func.el (find-function-regexp):
31183 Add defun-emitting macro `menu-bar-make-toggle'.
31184
31185 * isearch.el: Put `isearch-scroll' property to
31186 `split-window-horizontally'.
31187
31188 * info.el: Update error messages for `debug-ignored-errors'.
31189 (Info-isearch-search): Doc fix.
31190 (Info-find-node): Move up code to go into info buffer before
31191 recording the node to the history.
31192 (Info-fontify-node): Fontify titles only if the next line
31193 has two or more `*', `=', `-', `.'.
31194 Display "go to this node" for empty (match-string 3).
31195
31196 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31197
31198 * term/mac-win.el: Add mouse pointer shape constants.
31199
31200 2005-03-15 Kim F. Storm <storm@cua.dk>
31201
31202 * simple.el (move-beginning-of-line): Use vertical-motion.
31203
31204 2005-03-15 Juri Linkov <juri@jurta.org>
31205
31206 * isearch.el (isearch-error): New variable.
31207 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31208 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31209 (isearch-within-brackets-state): Remove.
31210 (isearch-case-fold-search-state, isearch-pop-fun-state):
31211 Decrease frame index.
31212 (isearch-mode, isearch-top-state, isearch-push-state)
31213 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31214 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31215 (isearch-search, isearch-lazy-highlight-new-loop):
31216 Replace `isearch-invalid-regexp' with `isearch-error'.
31217 Remove `isearch-within-brackets'.
31218 (isearch-search): Add `search-failed' handler to `condition-case'.
31219 (isearch-lazy-highlight-search): Add `condition-case' to catch
31220 errors and allow `isearch-lazy-highlight-update' to try
31221 highlighting from the beginning of the window.
31222 (isearch-repeat): Move up code to set isearch-wrapped to t
31223 before calling isearch-wrap-function.
31224
31225 * info.el (Info-isearch-initial-node): New internal variable.
31226 (Info-search): Signal an error in isearch mode when search leaves
31227 the initial node. Signal an error when `bound' is non-nil and
31228 nothing was found in the current subfile.
31229 (Info-isearch-search): Remove `condition-case'.
31230 (Info-isearch-wrap): Don't wrap when search failed during leaving
31231 the initial node. If `Info-isearch-search' is nil, wrap around
31232 the current node.
31233 (Info-isearch-start): New fun.
31234 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31235 `isearch-mode-hook'.
31236
31237 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31238
31239 * simple.el (normal-erase-is-backspace): Set default to t if
31240 running on Mac.
31241
31242 * term/mac-win.el (function-key-map): Sync with x-win.el.
31243
31244 2005-03-15 Kenichi Handa <handa@m17n.org>
31245
31246 * international/mule-cmds.el (locale-language-names): Modify the
31247 format of elements and add more entries.
31248 (locale-preferred-coding-systems): Add more entries.
31249 (set-locale-environment): Adjust for the change of
31250 locale-language-names.
31251
31252 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31253
31254 * pcvs.el (smerge-ediff): Remove bogus autoload.
31255
31256 2005-03-14 Lute Kamstra <lute@gnu.org>
31257
31258 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31259 Ignore a `*' at the beginning of a line.
31260
31261 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31262 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31263 subr.el.
31264 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31265 to specify indentation.
31266
31267 * generic.el (define-generic-mode): Let generic-mode-list be a
31268 list of strings; test membership with equal.
31269
31270 2005-03-14 Kim F. Storm <storm@cua.dk>
31271
31272 * simple.el (next-line, previous-line): Add optional try-vscroll
31273 arg to recognize interactive use. Pass it on to line-move.
31274 (line-move): Don't perform auto-window-vscroll when defining or
31275 executing keyboard macro to ensure consistent behavior.
31276
31277 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31278
31279 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31280
31281 2005-03-13 Lute Kamstra <lute@gnu.org>
31282
31283 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31284 debugger-setup-buffer so that backtrace marks the frames set to
31285 debug-on-exit and we don't have to do it manually. Set an extra
31286 debug-on-exit for macro's.
31287 (debugger-setup-buffer): Don't mark the top frame manually.
31288
31289 2005-03-12 Lute Kamstra <lute@gnu.org>
31290
31291 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31292 lisp-indent-function throughout.
31293 (with-no-warnings): Set lisp-indent-function property.
31294
31295 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31296
31297 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31298 Add entry for backslash.
31299
31300 2005-03-12 Juri Linkov <juri@jurta.org>
31301
31302 * info.el (Info-search): Four fixes for backward search.
31303
31304 2005-03-11 Jay Belanger <belanger@truman.edu>
31305
31306 * calc/calc.el (calc-language-alist): New variable.
31307 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31308 (calc-embedded-find-modes): Use calc-language-alist instead of
31309 calc-embedded-language-alist.
31310
31311 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31312
31313 * calendar/calendar.el (calendar-redrawing): New internal
31314 variable.
31315 (redraw-calendar): Remove bogus save-excursion from previous
31316 change. Bind calendar-redrawing to t for mark-diary-entries.
31317 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31318 calendar if that is why we were called.
31319
31320 2005-03-11 Kenichi Handa <handa@m17n.org>
31321
31322 * international/mule.el (make-coding-system): Set property
31323 coding-system-define-form to nil.
31324 (define-coding-system-alias): Likewise.
31325
31326 2005-03-11 Kenichi Handa <handa@m17n.org>
31327
31328 These changes are suggested by Dave Love <fx@gnu.org>.
31329
31330 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31331 coding: tag.
31332 (adaptive-fill-regexp): Add more bullets.
31333 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31334 regexps.
31335
31336 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31337
31338 * help.el (describe-mode): Properly handle non-trivial lighters.
31339 Don't ignore minor modes that are not listed in minor-mode-list.
31340
31341 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31342 feature ON when the user requests to turn it OFF.
31343
31344 2005-03-10 Lute Kamstra <lute@gnu.org>
31345
31346 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31347 (implement-debug-on-entry): New function to replace debug-entry-code.
31348 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31349 second argument as the 2005-03-07 change makes it obsolete.
31350 (debug-on-entry, cancel-debug-on-entry): Update call to
31351 debug-on-entry-1.
31352 (debug, debugger-setup-buffer): Comment update.
31353 (debugger-frame-number): Update to work with implement-debug-on-entry.
31354
31355 2005-03-10 Jay Belanger <belanger@truman.edu>
31356
31357 * calc/calc-embed.el (math-ms-args): Declare it.
31358 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31359 math-ms-args.
31360 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31361 variables.
31362
31363 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31364
31365 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31366 Use message-box.
31367
31368 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31369 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31370 (tooltip-gud-tips): Simplify.
31371 (tooltip-gud-tips-p): Remove superfluous :set.
31372 (tooltip-gud-modes): Add fortran-mode.
31373 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31374
31375 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31376
31377 2005-03-09 Kim F. Storm <storm@cua.dk>
31378
31379 * play/animate.el (animate-place-char): Use forward-line instead
31380 of next-line to improve performance.
31381
31382 2005-03-09 Simon Josefsson <jas@extundo.com>
31383
31384 * net/browse-url.el (browse-url-default-browser): Doc fix.
31385
31386 2005-03-09 Miles Bader <miles@gnu.org>
31387
31388 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31389 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31390
31391 2005-03-09 Kenichi Handa <handa@m17n.org>
31392
31393 * international/latin-1.el: Set case and syntax for 255 only if
31394 set-case-syntax-set-multibyte is nil.
31395
31396 * textmodes/ispell.el (ispell-insert-word): New function.
31397 (ispell-word): Use ispell-insert-word to insert a new word.
31398 (ispell-process-line): Likewise.
31399 (ispell-complete-word): Likewise.
31400
31401 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31402
31403 * calendar/calendar.el (redraw-calendar): Preserve point.
31404 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31405 (calendar-week-start-day): Move after definition of
31406 redraw-calendar. Delete buffer test, since redraw-calendar has
31407 that now.
31408
31409 * calendar/diary-lib.el (mark-diary-entries): Only call
31410 redraw-calendar in the first of any recursive calls.
31411 Reported by Alan Shutko <ats@acm.org>.
31412
31413 2005-03-08 Juri Linkov <juri@jurta.org>
31414
31415 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31416 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31417 (html-radio-buttons): Add a space before the trailing `/>' where
31418 sgml-xml-mode is non-nil.
31419 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31420 the subsequent tag of the empty XML tag.
31421 (html-href-anchor): Don't set initial input to "http:".
31422 (html-image): Ask for the image URL and set point inside alt="".
31423 (html-name-anchor): Duplicate the name in the `id' attribute when
31424 sgml-xml-mode is non-nil.
31425 (html-paragraph): Remove \n before <p>.
31426 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31427 instead of `checked' when sgml-xml-mode is non-nil.
31428
31429 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31430 Remove 1 space before #RRGGBB to not truncate it on terminal
31431 windows w/o fringes. Remove 1 space between bg and fg examples
31432 to get more space.
31433 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31434 avoid byte-compile warnings.
31435
31436 * image-file.el (image-file-handler): Put `safe-magic' property to
31437 `image-file-handler'.
31438
31439 * info.el (Info-isearch-search): Emulate word search in
31440 isearching through multiple Info nodes with Info-search.
31441 (Info-isearch-wrap): Allow isearch-word.
31442
31443 2005-03-08 Lute Kamstra <lute@gnu.org>
31444
31445 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31446 stepping into the debugger's code is not possible.
31447 (debugger-jumping-flag): Docstring update.
31448
31449 2005-03-08 Jay Belanger <belanger@truman.edu>
31450
31451 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31452 embedded mode begins.
31453 (calc-embedded-language-alist): New variable.
31454 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31455 set default language mode.
31456
31457 2005-03-08 Kenichi Handa <handa@m17n.org>
31458
31459 * international/ccl.el (define-ccl-program): Fix docstring about
31460 extra 256 bytes assured for the output buffer.
31461
31462 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31463 Fix BUFFER_MAGNIFICATION to 2.
31464 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31465
31466 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31467
31468 * align.el (align-rules-list): Added an alignment rule for CSS
31469 declarations (applies to css-mode and html-mode buffers).
31470
31471 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31472
31473 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31474
31475 2005-03-07 Kim F. Storm <storm@cua.dk>
31476
31477 * simple.el (move-beginning-of-line): New command.
31478
31479 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31480
31481 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31482
31483 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31484 and move-beginning-of-line.
31485
31486 * apropos.el (apropos-print): Omit command from M-x ... RET.
31487
31488 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31489
31490 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31491 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31492
31493 2005-03-06 Richard M. Stallman <rms@gnu.org>
31494
31495 * bindings.el (esc-map): Bind M-g to goto-line.
31496
31497 * facemenu.el (global-map): Bind M-o, not M-g.
31498
31499 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31500
31501 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31502 "Open Directory" as for "Open File".
31503
31504 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31505
31506 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31507 (push-mark-command): Run activate-mark-hook.
31508
31509 2005-03-06 Richard M. Stallman <rms@gnu.org>
31510
31511 * help-mode.el (help-mode-finish): Don't alter the element
31512 in view-return-to-alist if there already is one.
31513
31514 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31515 make sure the current buffer is the expected one.
31516
31517 * novice.el (disabled-command-function): Output in *Disabled Command*.
31518 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31519
31520 * textmodes/flyspell.el (flyspell-large-region):
31521 Pass args differently for aspell.
31522
31523 * files.el (mode-require-final-newline): Doc fix.
31524
31525 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31526
31527 * progmodes/which-func.el (which-function):
31528 Specify NOERROR when calling imenu--make-index-alist.
31529
31530 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31531
31532 * simple.el (normal-erase-is-backspace): Define default value.
31533
31534 * custom.el (custom-theme-set-variables): Remove unused var
31535 `immediate'.
31536 (custom-reevaluate-setting): Simple function to handle variables
31537 that are defined before their default value can really be
31538 computed.
31539
31540 * startup.el (command-line): Use it for temporary-file-directory,
31541 small-emporary-file-directory, auto-save-file-name-transforms,
31542 blink-cursor-mode, and normal-erase-is-backspace.
31543
31544 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31545 progress, even with buggy anchored keywords.
31546
31547 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31548
31549 * simple.el (goto-line): Remove unbalanced final parenthesis.
31550
31551 2005-03-05 Richard M. Stallman <rms@gnu.org>
31552
31553 * simple.el (goto-line): Use a number at point as the default.
31554 With C-u as arg, switch buffers.
31555
31556 2005-03-05 Juri Linkov <juri@jurta.org>
31557
31558 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31559 with `no-blinking-cursor'.
31560
31561 * startup.el (no-blinking-cursor): New defvar.
31562 (command-line): Add `--no-blinking-cursor' to longopts.
31563 Set `no-blinking-cursor' to t for command line arguments
31564 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31565 with `no-blinking-cursor' in the condition for calling
31566 `blink-cursor-mode'.
31567
31568 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31569
31570 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31571 (menu-bar-options-save): Add blink-cursor-mode.
31572 (menu-bar-options-menu): Add blink-cursor-mode.
31573
31574 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31575
31576 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31577 (icalendar-export-file, icalendar-export-region)
31578 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31579 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31580
31581 2005-03-04 Lute Kamstra <lute@gnu.org>
31582
31583 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31584 (debug-function-list): Ditto.
31585
31586 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31587
31588 * textmodes/texinfmt.el (texinfo-append-refill):
31589 Redefine the types of line to which @refill
31590 is not appended by replacing a search for `@refill\\|@bye' with
31591 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31592 itemize@refill' bug and the unfilled long lines bug.
31593 (texinfmt-version): Update number and date.
31594
31595 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31596
31597 * international/code-pages.el (windows-1250, windows-125[2-8])
31598 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31599
31600 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31601
31602 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31603 bound yet.
31604
31605 2005-03-02 Romain Francoise <romain@orebokech.com>
31606
31607 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31608 buffer after removing limits.
31609 (ibuffer-pop-filter): Ditto.
31610 Update copyright.
31611
31612 2005-03-02 Miles Bader <miles@gnu.org>
31613
31614 * button.el (make-text-button): If the user doesn't specify a
31615 type, use the default. Rewrite to use `add-text-properties' and
31616 plist functions.
31617
31618 2005-03-01 Lute Kamstra <lute@gnu.org>
31619
31620 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31621 (debugger-jumping-flag): New var.
31622 (debug-entry-code): Use it.
31623 (debugger-jump): Use debugger-jumping-flag and add
31624 debugger-reenable to post-command-hook.
31625 (debugger-reenable): Use debugger-jumping-flag and remove itself
31626 from post-command-hook.
31627 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31628 debugger-reenable.
31629
31630 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31631
31632 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31633 inclusion of "itemize\\|", which may be unnecessary, is certainly
31634 inelegant, and stops refilling in itemize lists when formatting
31635 Japanese Texinfo files to Info.
31636 Update copyright to 2005.
31637
31638 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31639
31640 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31641 of an error if GDB can't find the source file.
31642
31643 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31644
31645 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31646 not just the calendar.
31647
31648 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31649 first.
31650 (diary-redraw-calendar): New function.
31651 (make-diary-entry): Add diary-redraw-calendar to local
31652 write-contents-functions. Turn off selective display before
31653 inserting in diary.
31654
31655 2005-03-01 Kim F. Storm <storm@cua.dk>
31656
31657 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31658
31659 2005-03-01 Lute Kamstra <lute@gnu.org>
31660
31661 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31662 that debug-entry-code can be safely removed from a function while
31663 this code is being evaluated. Revert the 2005-02-27 change as the
31664 new implementation no longer requires it. Make sure that a
31665 function body containing just a string is not mistaken for a docstring.
31666 (debug): Skip one more frame in case of debug on entry.
31667 (debugger-setup-buffer): Delete one more frame line in case of
31668 debug on entry.
31669 (debugger-frame-number): Update to use the new text introduced by
31670 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31671
31672 2005-02-28 Kim F. Storm <storm@cua.dk>
31673
31674 * double.el (double-translate-key): Call force-window-update after
31675 read-event to avoid crash in redisplay.
31676
31677 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31678
31679 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31680 (debug): Use it. Move the inhibit-trace earlier.
31681 (debug-entry-code): New const.
31682 (debug-on-entry-1): Use it.
31683
31684 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31685
31686 * international/utf-16.el (ccl-encode-mule-utf-16le):
31687 Fix BUFFER_MAGNIFICATION to 2.
31688 (ccl-encode-mule-utf-16be): Likewise.
31689
31690 2005-02-28 Kenichi Handa <handa@m17n.org>
31691
31692 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31693 Fix BUFFER_MAGNIFICATION to 4.
31694 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31695
31696 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31697
31698 * speedbar.el (speedbar-update-flag): Doc fix.
31699 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31700 argument.
31701
31702 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31703
31704 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31705 have a non-nil `invisible' property but are actually visible.
31706
31707 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31708 for perldoc sections.
31709 (perl-outline-regexp, perl-outline-level): New var and function.
31710 (perl-mode): Use them.
31711
31712 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31713
31714 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31715 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31716
31717 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31718
31719 * cus-edit.el: Comment change.
31720 (custom-buffer-create-internal): Slightly reword text at top of
31721 Custom buffers. Mention there that saving an option edits the
31722 init file. Add link to Emacs manual node on `custom-file'.
31723 (custom-magic-alist): Rewrite individual State messages to use
31724 capitalized keywords. Doc fix.
31725
31726 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31727
31728 * calendar/calendar.el (calendar-buffer): Move above
31729 calendar-week-start-day.
31730 (calendar-week-start-day): Doc fix. Add :set function.
31731 (calendar-minimum-window-height): New variable.
31732 (generate-calendar-window): Only resize window if selected-window
31733 is displaying the calendar buffer. Use new variable
31734 calendar-minimum-window-height.
31735 (generate-calendar): Reword error message.
31736 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31737
31738 2005-02-27 Andreas Schwab <schwab@suse.de>
31739
31740 * vc.el (vc-do-command): Don't run command asynchronously when
31741 operating in a remote directory.
31742
31743 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31744 change from sync with Tramp 2.0.47.
31745
31746 2005-02-27 Richard M. Stallman <rms@gnu.org>
31747
31748 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31749
31750 * textmodes/flyspell.el (flyspell-mode-on):
31751 Call ispell-change-dictionary only if necessary.
31752
31753 * emacs-lisp/re-builder.el (regexp-builder): New function.
31754
31755 * register.el (describe-register-1): Explicitly handle
31756 yank-excluded-properties = t.
31757
31758 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31759 (custom-magic-alist): Change the status descriptions again.
31760 (face widget-type): Total rewrite based on `restricted-sexp'
31761 to eliminate the confusing double hiding levels.
31762
31763 * emacs-lisp/debug.el (debug-on-entry-1):
31764 If function body is empty, add nil as body form.
31765
31766 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31767
31768 * emacs-lisp/trace.el (inhibit-trace): New var.
31769 (trace-make-advice): Use it.
31770
31771 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31772
31773 2005-02-26 Kim F. Storm <storm@cua.dk>
31774
31775 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31776 (mouse-on-link-p, mouse-drag-region-1): Use it.
31777
31778 2005-02-25 Lute Kamstra <lute@gnu.org>
31779
31780 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31781
31782 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31783
31784 * frame.el (blink-cursor-mode): Add :group keyword.
31785
31786 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31787
31788 * calendar/icalendar.el (icalendar--decode-isodatetime):
31789 New optional argument DAY-SHIFT.
31790 (icalendar-export-region): Fix coding-system-for-write.
31791 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31792 events by one.
31793
31794 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31795
31796 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31797
31798 2005-02-24 Kim F. Storm <storm@cua.dk>
31799
31800 * international/iso-acc.el (iso-accents-compose): Fix crash
31801 during redisplay. Call force-window-update after read-event
31802 and delete-region to signal that window is not accurate.
31803
31804 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
31805
31806 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
31807 Remove unused and inexistent var `inhibit-trace'.
31808 (debugger-mode): Use run-mode-hooks.
31809 (debugger-list-functions): Add buttons; setup xref stack.
31810
31811 2005-02-23 Richard M. Stallman <rms@gnu.org>
31812
31813 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
31814 appointment says it was explicitly made.
31815 (appt-add): Set the 3rd element.
31816 (appt-make-list): Preserve explicit appointments.
31817
31818 * subr.el (find-tag-default): Catch errors in forward-sexp.
31819
31820 2005-02-23 Juri Linkov <juri@jurta.org>
31821
31822 * info.el (Info-isearch-search): New defcustom.
31823 (Info-isearch-search): Call the default isearch function
31824 when Info-isearch-search is nil.
31825 (Info-isearch-wrap): Use variable Info-isearch-search.
31826
31827 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
31828
31829 * cus-edit.el: Comment change.
31830
31831 2005-02-22 Kim F. Storm <storm@cua.dk>
31832
31833 * progmodes/hideif.el (hide-ifdef-use-define-alist):
31834 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
31835
31836 2005-02-22 Simon Josefsson <jas@extundo.com>
31837
31838 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
31839 New variable.
31840 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
31841 Oskarsson" <myrkraverk@users.sourceforget.net>.
31842
31843 2005-02-22 Kim F. Storm <storm@cua.dk>
31844
31845 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
31846 check that window of that event is the selected window.
31847 (mouse-drag-region-1): Compare mouse event window to selected
31848 window before setting point.
31849
31850 * tooltip.el (tooltip-show-help-function): Pass event to
31851 mouse-on-link-p so it can check selected window.
31852
31853 2005-02-22 Kenichi Handa <handa@m17n.org>
31854
31855 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
31856 (ps-mule-show-warning): New function.
31857 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
31858 characters are found.
31859
31860 * ps-print.el (ps-header-footer-string): Return a list of header
31861 and footer strings.
31862
31863 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
31864
31865 * pcvs.el (cvs-retrieve-revision): Fix thinko.
31866
31867 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
31868
31869 * frame.el (blink-cursor-mode): Use define-minor-mode.
31870
31871 * term/mac-win.el (function-key-map): Use char-names more consistently.
31872 (file-name-coding-system): Only set it for MacOS-9. The other case is
31873 already handled in mule-cmds.el (where it also works when mac-win.el
31874 is not used).
31875
31876 2005-02-21 Kenichi Handa <handa@m17n.org>
31877
31878 * international/mule.el (ctext-pre-write-conversion): Always use
31879 " *code-converting-work*" buffer for work.
31880
31881 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
31882
31883 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
31884
31885 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
31886
31887 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
31888
31889 * ses.el (undo-more): Restore defadvice, but only the part that
31890 allows changes outside the restricted area of the buffer.
31891
31892 2005-02-20 Kim F. Storm <storm@cua.dk>
31893
31894 * simple.el (line-move): Add fourth optional arg try-vscroll which
31895 must be set to perform auto-window-vscroll.
31896 When moving backwards and doing auto-window-vscroll, automatically
31897 vscroll to the last part of lines which are taller than the window.
31898 (next-line, previous-line): Set try-vscroll arg on line-move.
31899
31900 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
31901
31902 * replace.el (query-replace, query-replace-regexp)
31903 (replace-string, replace-regexp): When operating on region, make
31904 the minibuffer prompt say so.
31905
31906 * isearch.el (isearch-forward): Document isearch-query-replace and
31907 isearch-query-replace-regexp keybindings.
31908
31909 2005-02-19 Jay Belanger <belanger@truman.edu>
31910
31911 * calc/calc-aent.el (math-read-token): Add local variable.
31912
31913 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
31914 (calc-edit-top): Move declaration to earlier in file.
31915 (calc-edit-macro-repeats): Add local variables.
31916
31917 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
31918 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
31919 calcFunc-tanh.
31920 Adjust integration rule for calcFunc-tan.
31921
31922 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31923
31924 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
31925 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
31926 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
31927 (viper-skip-separators): Bug fix.
31928 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
31929 particular major mode.
31930 (viper-del-backward-char-in-replace): Don't put deleted char on the
31931 kill ring.
31932
31933 * viper-ex.el (viper-color-display-p): New function.
31934 (viper-has-face-support-p): Use viper-color-display-p.
31935
31936 * viper-keym.el (viper-gnus-modifier-map): New keymap.
31937
31938 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
31939
31940 * viper-util.el (viper-glob-unix-files): Fix shell status check.
31941 (viper-file-remote-p): Make equivalent to file-remote-p.
31942
31943 * viper.el (viper-major-mode-modifier-list):
31944 Use viper-gnus-modifier-map.
31945
31946 2005-02-19 David Kastrup <dak@gnu.org>
31947
31948 * subr.el (subregexp-context-p): Fix garbled doc string by adding
31949 quoting.
31950
31951 2005-02-19 Jay Belanger <belanger@truman.edu>
31952
31953 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
31954 Remove extra definitions.
31955 (calc-coth): New function.
31956 (calcFunc-cot): Fix `let'.
31957
31958 2005-02-19 Eli Zaretskii <eliz@gnu.org>
31959
31960 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
31961 the reasons we use "type pc" in these faces.
31962
31963 * button.el (button): Ditto.
31964
31965 2005-02-19 Michael Mauger <mmaug@yahoo.com>
31966
31967 * replace.el (query-replace-read-from): Set the value of
31968 query-replace-from-history-variable to handle the case of an empty
31969 string entered to accept the suggested default.
31970
31971 * net/tramp.el (tramp-file-name-for-operation):
31972 Use dired-call-process instead of dired-call-process-command.
31973
31974 2005-02-19 Jay Belanger <belanger@truman.edu>
31975
31976 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
31977 (math-div-non-trig): New variables.
31978 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
31979 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
31980 (math-combine-prod, math-div-symb-fancy): Add simplifications for
31981 trig expressions.
31982
31983 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
31984
31985 * progmodes/gdb-ui.el (gdb-var-update-handler)
31986 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
31987 for watch expressions,
31988 (gdb-var-create-handler): Don't set speedbar-update-flag.
31989 (gdb-post-prompt): Simplify test for speedbar.
31990
31991 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
31992
31993 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
31994 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
31995 we use the syntax table of the correct buffer.
31996 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
31997 Felix Gatzemeier.
31998
31999 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32000 (ediff-file-remote-p): Make synonymous with file-remote-p.
32001 In all deffaces ediff-*-face-*, use min-colors.
32002
32003 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32004 ediff-recurse-to-subdirectories.
32005 (ediff-mark-if-equal): Check that the arguments are strings, use
32006 ediff-same-contents (after to Felix Gatzemeier).
32007
32008 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32009 nil.
32010
32011 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32012
32013 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32014
32015 2005-02-18 David Kastrup <dak@gnu.org>
32016
32017 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32018 use `mark-active' when defined.
32019
32020 2005-02-18 Kenichi Handa <handa@m17n.org>
32021
32022 * ps-print.el (ps-font-info-database): New entry
32023 ZapfChancery-MediumItalic with correct font name. Fix font name
32024 of the entry Zapf-Chancery-MediumItalic.
32025
32026 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32027
32028 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32029
32030 2005-02-16 Kim F. Storm <storm@cua.dk>
32031
32032 * ido.el (ido-fallback-command): Pass user input to fallback command.
32033
32034 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32035
32036 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32037 (gdb-find-file-hook): Add server prefix.
32038
32039 2005-02-16 Richard M. Stallman <rms@gnu.org>
32040
32041 * replace.el (perform-replace): Pass new args to replace-highlight.
32042 (replace-highlight): Take region args,
32043 and pass them to isearch-lazy-highlight-new-loop.
32044
32045 * novice.el (disabled-command-hook): Autoload the defalias
32046 and the make-obsolete-variable call.
32047
32048 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32049
32050 * isearch.el (isearch-lazy-highlight-start-limit)
32051 (isearch-lazy-highlight-end-limit): New variables limit
32052 the region for highlighting.
32053 (isearch-lazy-highlight-new-loop): New args BEG and END.
32054 (isearch-lazy-highlight-search): Use the new vars.
32055 (isearch-lazy-highlight-update): Likewise.
32056
32057 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32058
32059 * cus-start.el (all): Use default-boundp.
32060
32061 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32062
32063 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32064
32065 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32066
32067 * autorevert.el (auto-revert-stop-on-user-input)
32068 (auto-revert-verbose): Doc fixes.
32069
32070 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32071
32072 * international/mule-cmds.el (set-locale-environment): Remove call
32073 to set-selection-coding-system on Windows.
32074
32075 2005-02-15 Jay Belanger <belanger@truman.edu>
32076
32077 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32078 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32079 calcFunc-coth.
32080 (math-simplify-sqrt): Add simplifications.
32081
32082 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32083 to list.
32084
32085 * calc/calc-ext.el: Add functions to autoloads.
32086
32087 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32088 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32089 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32090 (math-csc-raw, math-cot-raw): New functions.
32091
32092 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32093
32094 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32095 the variable name in a message.
32096
32097 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32098 calcFunc-csc, calcFunc-cot.
32099
32100 * calc/calcalg2.el: Add derivative and integration rules for
32101 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32102 calcFunc-csch, calcFunc-coth.
32103 (math-do-integral-methods): Add to checks for when to use
32104 substitutions.
32105
32106 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32107
32108 2005-02-15 Lute Kamstra <lute@gnu.org>
32109
32110 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32111 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32112 <monnier@iro.umontreal.ca>.
32113 (lisp-outline-level): Improve efficiency. Suggested by David
32114 Kastrup <dak@gnu.org>.
32115
32116 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32117
32118 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32119 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32120 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32121 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32122 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32123
32124 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32125
32126 * cus-start.el (all): Comment change.
32127
32128 2005-02-14 Lute Kamstra <lute@gnu.org>
32129
32130 * cus-start.el (all): Check if symbol is void.
32131
32132 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32133
32134 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32135 optional argument to \cite.
32136
32137 2005-02-14 Richard M. Stallman <rms@gnu.org>
32138
32139 * cus-edit.el (custom-buffer-create-internal): Update help message.
32140 (custom-magic-alist): Update help messages.
32141
32142 * cus-start.el (all): Allow a var to specify a standard value.
32143
32144 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32145
32146 * custom.el (custom-theme-set-variables): Handle variable aliases.
32147
32148 * frame.el (blink-cursor-timer): Doc fix.
32149 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32150 declare obsolete.
32151 (blink-cursor-mode): Define with defcustom and use correct
32152 standard expression in that defcustom.
32153 * startup.el (command-line): Adapt to above changes in frame.el.
32154
32155 2005-02-11 Lute Kamstra <lute@gnu.org>
32156
32157 * apropos.el (apropos-score-doc): Prevent division by zero.
32158
32159 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32160
32161 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32162 (icalendar--get-event-property-attributes)
32163 (icalendar--get-event-properties)
32164 (icalendar--datetime-to-diary-date): New functions.
32165 (icalendar--split-value): Doc fix.
32166 (icalendar--datetime-to-noneuropean-date)
32167 (icalendar--datetime-to-european-date): New optional argument
32168 SEPARATOR. Return result as a string instead of a list.
32169 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32170 (icalendar--convert-string-for-export): Rename arg S to STRING.
32171 (icalendar-export-region): Doc fix. Change name of error buffer.
32172 Save output buffer.
32173 (icalendar-import-file): Add blank at end of prompt.
32174 (icalendar-import-buffer): Doc fix. Do not switch to error
32175 buffer. Indicate status in return value.
32176 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32177 buffer. Save output buffer. Handle exception from recurrence
32178 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32179 events. Fix problems with weekly all-day events.
32180
32181 2005-02-10 Richard M. Stallman <rms@gnu.org>
32182
32183 * simple.el (eval-expression-print-format):
32184 Avoid warning about edebug-active.
32185
32186 * help.el (help-for-help-internal): Rename from help-for-help.
32187 (help-for-help): Define with defalias.
32188
32189 * font-core.el (font-lock-default-function): Use with-no-warnings.
32190
32191 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32192
32193 * custom.el (defface): Doc fix.
32194
32195 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32196
32197 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32198 width 0" to prevent word wrapping problems.
32199
32200 2005-02-09 Kim F. Storm <storm@cua.dk>
32201
32202 * ido.el (ido-file-extensions-order): New defcustom.
32203 (ido-file-extension-lessp, ido-file-extension-aux)
32204 (ido-file-extension-order): New advanced file ordering.
32205 (ido-file-lessp): New simple file ordering.
32206 (ido-sort-list): Remove.
32207 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32208 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32209
32210 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32211
32212 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32213 that some versions of grep produce.
32214 (grep-mode-font-lock-keywords): Likewise.
32215
32216 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32217
32218 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32219 (gdb-cdir): Delete.
32220 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32221 (gdb-source-info): Treat case when source file is in another
32222 directory properly.
32223 (gdb-get-location): New function.
32224
32225 2005-02-07 Jay Belanger <belanger@truman.edu>
32226
32227 * calc/calc-prog.el (calc-write-parse-table-part)
32228 (calc-fix-token-name): Fix a check for language type.
32229
32230 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32231
32232 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32233
32234 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32235 as directory not writable.
32236
32237 2005-02-07 Kim F. Storm <storm@cua.dk>
32238
32239 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32240 (cua--standard-movement-commands): Remove list.
32241 Instead, set CUA property value to move for movement commands.
32242 (cua-movement-commands): Remove. Users must set CUA prop instead.
32243 (cua--pre-command-handler): Check CUA property.
32244 (cua--init-keymaps): Don't remap undo commands.
32245 (cua-mode): Don't call cua--rectangle-on-off.
32246
32247 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32248 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32249 (cua--rect-undo-set-point): New var.
32250 (cua--rectangle-undo-boundary): Setup undo apply entry.
32251 (cua--rect-undo-handler): New function for rectangle undo.
32252 (cua--rect-start-position, cua--rect-end-position): Add.
32253 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32254 for restored rectangle. Set point if cua--rect-undo-set-point.
32255
32256 2005-02-06 Jay Belanger <belanger@truman.edu>
32257
32258 * calc/calc-lang.el (calc-tex-language): Display more information
32259 in messages.
32260
32261 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32262 in TeX mode.
32263
32264 2005-02-06 Richard M. Stallman <rms@gnu.org>
32265
32266 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32267
32268 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32269
32270 * net/ldap.el (ldap-search-internal): Support attributes with
32271 optional descriptions separated by a semi-colon, as in
32272 "userCertificate;binary".
32273
32274 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32275
32276 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32277 isn't a cons (i.e. the version is 0).
32278
32279 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32280
32281 * help.el (help-for-help): Doc fix.
32282
32283 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32284
32285 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32286 GDB-Windows on the menu-bar as this works better.
32287
32288 2005-02-04 Jay Belanger <belanger@truman.edu>
32289
32290 * calc/calc-embed.el (calc-embedded-update): Don't put in
32291 unnecessary newlines. Adjust the end of formula marker.
32292
32293 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32294 (math-latex-parse-two-args): New function.
32295
32296 2005-02-03 Lute Kamstra <lute@gnu.org>
32297
32298 * help-fns.el (help-with-tutorial): Make sure that users cannot
32299 remove the entire text of the tutorial by means of `undo'.
32300
32301 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32302
32303 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32304 in recent changes, where the ispell process was repeatedly
32305 killed & restarted.
32306
32307 * international/mule-cmds.el (set-locale-environment): Set file-name
32308 coding system to utf-8 on Darwin systems.
32309 (set-default-coding-systems): Don't set default-file-name-coding-system
32310 on Darwin systems.
32311
32312 2005-02-03 Richard M. Stallman <rms@gnu.org>
32313
32314 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32315
32316 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32317
32318 * faces.el (list-faces-display): Add optional argument.
32319
32320 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32321
32322 * font-core.el (font-lock-default-function): Handle the rare case where
32323 only font-lock-keywords is set.
32324
32325 2005-02-02 Kenichi Handa <handa@m17n.org>
32326
32327 * international/characters.el: Cancel previous change for
32328 I-WITH-DOT-ABOVE and DOTLESS-i.
32329
32330 * international/latin-5.el: Cancel previous change.
32331
32332 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32333
32334 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32335
32336 2005-02-02 Kenichi Handa <handa@m17n.org>
32337
32338 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32339 DOTLESS-i.
32340
32341 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32342 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32343
32344 * case-table.el (get-upcase-table): New function.
32345 (copy-case-table): Copy upcaes table too if non-nil.
32346 (set-case-syntax-delims): Maintain upcase table too.
32347 (set-case-syntax-pair): Likewise.
32348 (set-upcase-syntax, set-downcase-syntax): New functions.
32349 (set-case-syntax): Maintain upcase table too.
32350
32351 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32352
32353 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32354
32355 * progmodes/gud.el (gud-goto-info): New function.
32356 (gud-tool-bar-map): Use correct icon.
32357
32358 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32359
32360 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32361 When delegating, order args in the funcall correctly.
32362
32363 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32364
32365 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32366
32367 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32368
32369 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32370 buffer not visiting a file.
32371
32372 2005-01-31 Jay Belanger <belanger@truman.edu>
32373
32374 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32375 bound on the line with the formula.
32376
32377 2005-01-31 Kim F. Storm <storm@cua.dk>
32378
32379 * ses.el (ses-create-cell-variable-range)
32380 (ses-destroy-cell-variable-range, ses-reset-header-string)
32381 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32382 (ses-insert-row): Fix format of apply undo entries.
32383
32384 2005-01-31 Jay Belanger <belanger@truman.edu>
32385
32386 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32387 parts.
32388
32389 * calc/calc-embed.el (calc-embedded-open-formula)
32390 (calc-embedded-close-formula): Ignore matrix environments.
32391
32392 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32393 TeX mode.
32394
32395 * calc/calc-lang.el (math-function-table, math-oper-table)
32396 (math-variable-table): Adjust the LaTeX portions.
32397
32398 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32399 (math-latex-ignore-words): New constant.
32400
32401 2005-01-31 Richard M. Stallman <rms@gnu.org>
32402
32403 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32404 (ispell-local-dictionary): Doc fix.
32405 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32406 Don't reinitialize at run time. Don't defcustom.
32407 All uses changed to append ispell-local-dictionary-alist,
32408 or check it first.
32409 (ispell-current-dictionary): New variable for dictionary in use.
32410 (ispell-dictionary): Now used only for global default.
32411 (ispell-start-process): Set ispell-current-dictionary,
32412 not ispell-dictionary.
32413 (ispell-change-dictionary): Use this only for setting
32414 user preferences.
32415 (ispell-internal-change-dictionary): New function
32416 to change the current dictionary in use.
32417 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32418 Use ispell-current-dictionary.
32419 Handle ispell-local-dictionary-overridden.
32420 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32421
32422 2005-01-31 Jay Belanger <belanger@truman.edu>
32423
32424 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32425
32426 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32427 (calc-mode-map): Add calc-latex-language.
32428
32429 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32430 (math-latex-print-frac): New functions.
32431 (math-oper-table, math-function-table, math-variable-table)
32432 (math-complex-format, math-input-filter): Add latex properties.
32433 (calc-set-language): Set math-expr-special-function-mapping.
32434
32435 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32436 (calc-write-parse-table-part): Add LaTeX support.
32437
32438 * calc/calc.el (calc-language): Adjust docstring.
32439 (calc-set-mode-line): Add LaTeX support.
32440 (math-expr-special-function-mapping): New variable.
32441 (math-tex-ignore-words): Add to list.
32442
32443 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32444 Add LaTeX support.
32445 (math-compose-expr): Add support for special functions.
32446
32447 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32448
32449 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32450
32451 * progmodes/gdb-ui.el (gdb-memory-address)
32452 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32453 (gdb-memory-mode-map, gdb-memory-format-keymap)
32454 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32455 (gdb-memory-unit-menu): New variables for a buffer
32456 that lets the user examine program memory.
32457 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32458 (gdb-memory-format-binary, gdb-memory-format-octal)
32459 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32460 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32461 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32462 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32463 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32464 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32465 (gdb-memory-mode, gdb-memory-buffer-name)
32466 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32467 New functions for above buffer.
32468
32469 2005-01-30 Richard M. Stallman <rms@gnu.org>
32470
32471 * cus-edit.el (custom-bury-buffer): Function deleted.
32472 (custom-buffer-done-function): Option deleted.
32473 (custom-buffer-done-kill): New replacement option.
32474 (Custom-buffer-done): Call quit-window.
32475 (custom-buffer-create-internal): Update for above changes.
32476
32477 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32478
32479 * simple.el (undo-ask-before-discard): New var.
32480 (undo-outer-limit-truncate): Implement it.
32481 (undo-extra-outer-limit): Doc update.
32482
32483 2005-01-29 Richard M. Stallman <rms@gnu.org>
32484
32485 * ses.el (undo-more): Delete defadvice.
32486 (ses-begin-change): Doc fix.
32487
32488 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32489 instead of rebinding C-x u and C-_.
32490
32491 * files.el (normal-backup-enable-predicate): Return nil for files
32492 in /tmp, regardless of temporary-file-directory.
32493
32494 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32495
32496 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32497 (open-rectangle, delete-whitespace-rectangle-line)
32498 (clear-rectangle-line): If FILL, pass t instead of FILL
32499 for move-to-column's 2nd arg.
32500
32501 * simple.el (undo): Fix the test for continuing a series of undos.
32502 (undo-more): Set pending-undo-list to t when we reach end.
32503 (pending-undo-list): Move up defvar.
32504
32505 * wid-edit.el (widget-button-click):
32506 Shorten the range of the track-mouse binding.
32507
32508 * comint.el (comint-insert-input): Undo previous changes;
32509 use last-input-event in interactive spec.
32510
32511 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32512
32513 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32514 to nil before invoking call-process. Reset buffer's modified flag
32515 after fontifying it in the no-async branch.
32516
32517 * wid-edit.el (widget-specify-button): If mouse pointer shape
32518 cannot be changed, use mouse face instead.
32519
32520 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32521
32522 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32523 (gdb-goto-breakpoint): Make breakpoint handling work on template
32524 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32525 (gdb-assembler-custom): Update to recognize breakpoint information
32526 added on 2005-01-19.
32527
32528 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32529
32530 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32531 (dsssl-mode): Use define-derived-mode.
32532 (scheme-mode-initialize): Remove.
32533 (scheme-mode): Use run-mode-hooks.
32534
32535 * cus-edit.el (customize-group-other-window)
32536 (custom-buffer-create-other-window): Don't override special-display-*.
32537 (custom-mode-map): Make it dense.
32538
32539 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32540 sets the default value.
32541
32542 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32543
32544 * descr-text.el: Add more keywords.
32545
32546 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32547
32548 * speedbar.el: Avoid unnecessary use of locate-library.
32549
32550 * international/mule-cmds.el (standard-display-european-internal):
32551 Don't fiddle with latin-1 non-break space any more since it's now
32552 special cased in the C code.
32553 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32554
32555 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32556
32557 * cus-start.el (all): Add `undo-outer-limit'.
32558
32559 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32560
32561 * textmodes/bibtex.el (bibtex-format-entry):
32562 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32563 field lines.
32564 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32565 not on part of a buffer.
32566
32567 2005-01-25 Lute Kamstra <lute@gnu.org>
32568
32569 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32570 nonempty field text strings like "{letters\\macro{}more letters}".
32571 Clarify docstring.
32572 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32573 (bibtex-entry-offset, bibtex-parse-association)
32574 (bibtex-parse-field-name): Fix typos in docstrings.
32575 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32576
32577 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32578
32579 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32580 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32581 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32582 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32583
32584 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32585 isearch minor mode.
32586
32587 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32588
32589 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32590
32591 2005-01-24 Lute Kamstra <lute@gnu.org>
32592
32593 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32594 CASECHARS and NOT-CASECHARS regular expressions of the
32595 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32596 striding over charsets" error.
32597
32598 2005-01-24 Jay Belanger <belanger@truman.edu>
32599
32600 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32601 display variable name.
32602
32603 2005-01-24 Kenichi Handa <handa@m17n.org>
32604
32605 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32606 Fix setting of the element of encoded-kbd-iso2022-invocations.
32607
32608 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32609
32610 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32611 (gdb-threads-select): Change to also accept mouse events.
32612 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32613 (gdb-threads-mouse-select): Delete.
32614
32615 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32616
32617 * files.el (insert-directory): Take care of empty directory,
32618 listed without -a switch.
32619
32620 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32621
32622 * textmodes/refill.el (refill-post-command-function):
32623 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32624 to the list of functions that we should be careful not to undo.
32625 (refill-late-fill-paragraph-function): Remove.
32626 (refill-saved-state): New var.
32627 (refill-mode): Use it to save fill-paragraph-function.
32628 Save also the value of auto-fill-function.
32629
32630 * term/w32-win.el: Simplify code.
32631
32632 2005-01-23 Kim F. Storm <storm@cua.dk>
32633
32634 * simple.el (line-move): Adapt to new return value from
32635 pos-visible-in-window-p.
32636
32637 * simple.el (line-move): Fix last change. Check partial
32638 visibility at point rather than at window-start.
32639
32640 2005-01-22 Jason Rumney <jasonr@gnu.org>
32641
32642 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32643
32644 2005-01-22 David Kastrup <dak@gnu.org>
32645
32646 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32647
32648 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32649
32650 * type-break.el (type-break-mode): Add a test for
32651 type-break-file-name being non-nil.
32652
32653 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32654
32655 * net/eudc.el (top level): Call (message "") via progn, so that
32656 eudc-options-file is loaded.
32657
32658 2005-01-22 Kim F. Storm <storm@cua.dk>
32659
32660 * simple.el (line-move-1): Rename from line-move.
32661 (line-move): New function that adjusts vscroll for partially
32662 visible rows, and calls line-move-1 otherwise.
32663
32664 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32665
32666 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32667 since it's not a complete read-event implementation
32668
32669 2005-01-20 Jay Belanger <belanger@truman.edu>
32670
32671 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32672 for called function.
32673
32674 2005-01-20 Steven Tamm <steventamm@mac.com>
32675
32676 * term/mac-win.el (process-connection-type): Remove.
32677 Controlled now by s/darwin.h:PTY_ITERATION.
32678
32679 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32680
32681 * window.el (handle-select-window): Don't switch window when we're
32682 in the minibuffer.
32683
32684 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32685
32686 * subr.el (dotimes-with-progress-reporter): New macro.
32687
32688 * ses.el (ses-dotimes-msg): Remove macro.
32689 Use `dotimes-with-progress-reporter' instead.
32690
32691 2005-01-19 Steven Tamm <steventamm@mac.com>
32692
32693 * term/mac-win.el (process-connection-type): Use new
32694 operating-system-release variable to use ptys on Darwin 7 (OS X
32695 10.3) when using carbon build.
32696
32697 2005-01-19 Jay Belanger <belanger@truman.edu>
32698
32699 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32700 flags if the last command was a tab or M-tab.
32701
32702 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32703 in formula editing buffer.
32704
32705 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32706
32707 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32708 breakpoint image symbol in margin.
32709
32710 2005-01-19 Jay Belanger <belanger@truman.edu>
32711
32712 * calc/calc-prog.el (calc-execute-kbd-macro):
32713 Ignore calc-keep-arg-flag.
32714
32715 2005-01-19 Kenichi Handa <handa@m17n.org>
32716
32717 * textmodes/ispell.el (ispell-looking-at): New function.
32718 (ispell-process-line): Use ispell-looking-at to compare the ispell
32719 output and the buffer contents.
32720
32721 2005-01-18 Jay Belanger <belanger@truman.edu>
32722
32723 * calc/calc.el (calc-display-raw): Fix docstring.
32724
32725 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32726
32727 * simple.el (blink-matching-open): Strip extra info from syntax.
32728
32729 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32730 funny chars in the end-of-here-doc marker.
32731
32732 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32733
32734 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32735 that enable/disabled state of breakpoints is shown correctly in
32736 fringe and on ttys.
32737 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32738 Add breakpoint information as text properties.
32739 (gdb-mouse-toggle-breakpoint):
32740 Rename to gdb-mouse-set-clear-breakpoint.
32741 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32742 breakpoints in the margin.
32743 (gdb-remove-strings): Simplify.
32744
32745 2005-01-17 Jay Belanger <belanger@truman.edu>
32746
32747 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32748 erasing buffer.
32749
32750 2005-01-17 Richard M. Stallman <rms@gnu.org>
32751
32752 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32753 for calling grep-compute-defaults.
32754
32755 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32756 if buffer is empty.
32757
32758 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32759
32760 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32761
32762 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32763
32764 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32765 non-preloaded variables.
32766
32767 2005-01-17 Steven Tamm <steventamm@mac.com>
32768
32769 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32770 tex-shell cause to force interactivity when using pipes.
32771
32772 2005-01-17 Kim F. Storm <storm@cua.dk>
32773
32774 * simple.el (just-one-space): Make arg optional.
32775
32776 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32777
32778 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32779 posn-at-x-y to t to access left-margin.
32780
32781 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32782
32783 Sync with Tramp 2.0.47.
32784
32785 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32786 catching keep-date problems in cp/scp operations.
32787 (tramp-handle-copy-file): Don't call `set-file-modes'
32788 unconditionally. Specialized functions should know better what is
32789 necessary. This improves performance a little bit, and the
32790 functions could catch errors with `cp -p' and `scp -p'.
32791 (tramp-do-copy-or-rename-file-via-buffer)
32792 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32793 when appropriate.
32794 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32795 Call `set-file-modes' when appropriate.
32796 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32797 Johnsson <isak@hypergene.com>.
32798 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
32799 of both Tramp buffer and debug buffer. Reported by Joakim Verona
32800 <joakim@verona.se>.
32801 (tramp-file-name-for-operation): Mark `shell-command' as magic for
32802 Emacs only.
32803
32804 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
32805 `find-file-hooks' and `dired-mode-hook'.
32806 (tramp-minor-mode-map): Respective map. Add remapping for
32807 `compile' and `recompile'.
32808 (tramp-remap-command, tramp-recompile): New defuns.
32809 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
32810 in buffer "*Compilation*". Call the commands asynchronously.
32811
32812 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
32813 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32814 `shell-command', because it isn't magic in XEmacs. Reported by
32815 Adrian Aichner <adrian@xemacs.org>.
32816
32817 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32818 `substitute-in-file-name.
32819 (tramp-smb-handle-substitute-in-file-name): New defun.
32820 (tramp-smb-advice-PC-do-completion): Delete advice.
32821
32822 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32823
32824 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
32825 Fix error in deleting region.
32826
32827 2005-01-15 Richard M. Stallman <rms@gnu.org>
32828
32829 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
32830 In non-temp buffer, switch syntax table temporarily.
32831
32832 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
32833
32834 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
32835
32836 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
32837
32838 * imenu.el (imenu--split-menu): Copy menulist before sorting.
32839 (imenu--generic-function): Use START, not BEG, as pos of definition.
32840
32841 * simple.el (just-one-space): Argument specifies number of spaces.
32842
32843 * simple.el (eval-expression-print-format): Avoid warning
32844 about edebug-active.
32845
32846 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
32847
32848 * progmodes/sh-script.el: Code copied from make-mode.el
32849 with small changes,
32850 (sh-mode-map): Bind C-c C-\.
32851 (sh-backslash-column, sh-backslash-align): New variables.
32852 (sh-backslash-region, sh-append-backslash): New functions.
32853
32854 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
32855
32856 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
32857 (rmail-pop-password, rmail-pop-password-required): Move to
32858 rmail-obsolete group.
32859 (rmail-set-pop-password): Rename to rmail-set-remote-password.
32860 All callers updated.
32861 (rmail-get-pop-password): Rename to rmail-get-remote-password.
32862 Take an argument specifying whether it is POP or IMAP mailbox we
32863 are using. All callers updated.
32864 (rmail-pop-password-error): Rename to
32865 rmail-remote-password-error. Added mailutils-specific error message.
32866 (rmail-movemail-search-path)
32867 (rmail-movemail-variant-in-use): New variables.
32868 (rmail-remote-password, rmail-remote-password-required):
32869 New customization variables.
32870 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
32871 (rmail-parse-url): New function.
32872 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
32873 with GNU mailutils movemail.
32874
32875 2005-01-15 Kevin Ryde <user42@zip.com.au>
32876
32877 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
32878 suffix to space, $ or '$, to correctly position point when going
32879 to @table style constants like DBL_MAX.
32880
32881 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
32882
32883 * type-break.el (type-break-mode, type-break-file-time)
32884 (type-break-file-keystroke-count, type-break-choose-file):
32885 Don't store data in or load data from the file if type-break-file-name
32886 is nil.
32887 (type-break-file-name): Doc update as per the above.
32888
32889 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
32890
32891 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
32892 lookup-key might return nil; handle that.
32893
32894 2005-01-15 Alan Mackenzie <acm@muc.de>
32895
32896 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
32897 rather than the element found, thus enabling the tree to be setcar'd.
32898
32899 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32900
32901 * textmodes/org.el (org-show-following-heading): New option.
32902 (org-show-hierarchy-above): Use `org-show-following-heading'.
32903 (org-cycle): Documentation fix.
32904
32905 * textmodes/org.el (orgtbl-optimized): New option
32906 (orgtbl-mode): New command, a minor mode.
32907 (orgtbl-mode-map): New variable.
32908 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
32909 (orgtbl-error, orgtbl-self-insert-command)
32910 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
32911
32912 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
32913 a local variable in each org-mode buffer.
32914
32915 * textmodes/org.el (org-set-regexps-and-options): Rename from
32916 `org-set-regexps'. Added checking for STARTUP keyword.
32917 (org-get-current-options): Add STARTUP options.
32918 (org-table-insert-row): Make mode intelligent about when
32919 realignment is needed.
32920 (org-self-insert-command, org-delete-backward-char, org-delete-char):
32921 New commands.
32922 (org-enable-table-editor): New default value `optimized'.
32923 (org-table-blank-field): Support blanking regions if active.
32924
32925 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
32926
32927 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
32928 if the year is not given.
32929
32930 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
32931 Add new escapes %m and %M, fixed bug with %F by adding
32932 save-match-data.
32933 (reftex-reference): Remove ?. from list of spaces.
32934 (reftex-label-info): Add automatic label prefix recognition.
32935
32936 * textmodes/reftex-index.el (reftex-index-next-phrase):
32937 Add slave parameter to call of `reftex-index-this-phrase'.
32938 (reftex-index-this-phrase): New optional argument.
32939 (reftex-index-region-phrases): Add slave parameter to call of
32940 `reftex-index-this-phrase'.
32941 (reftex-display-index): New argument redo.
32942 (reftex-index-rescan): Add `redo' to arguments of
32943 `reftex-display-index'.
32944 (reftex-index-Rescan, reftex-index-revert)
32945 (reftex-index-switch-index-tag): Add `redo' to arguments of
32946 `reftex-display-index'.
32947 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
32948 indexing. Fix bug with matching is there is a quote before or
32949 after the word.
32950
32951 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
32952 Fix bug when collecting citation keys in lines with comments.
32953 (reftex-citation): Prefix argument no longer rescans the document,
32954 but forces prompting for optional arguments of cite macros.
32955 (reftex-do-citation): Prompting for optional arguments implemented.
32956
32957 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
32958 Add optional arguments to most cite commands.
32959 (reftex-cite-cleanup-optional-args): New option
32960 (reftex-cite-prompt-optional-args): New option.
32961 (reftex-trust-label-prefix): New option.
32962
32963 * textmodes/reftex-toc.el (reftex-toc-find-section):
32964 Add push-mark before changing the position in the buffer.
32965
32966 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
32967 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
32968
32969 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
32970
32971 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
32972 more carefully.
32973
32974 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
32975
32976 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
32977 (sgml-mode): Use it.
32978 (sgml-get-context): Better keep track of implicitly closed tags.
32979
32980 2005-01-13 Kenichi Handa <handa@m17n.org>
32981
32982 * textmodes/ispell.el: These changes are to fix misalignment error
32983 caused by equivalent characters of different Emacs charsets.
32984 (ispell-unified-chars-table): New variable.
32985 (ispell-get-decoded-string): New function.
32986 (ispell-get-casechars, ispell-get-not-casechars)
32987 (ispell-get-otherchars): Call ispell-get-decoded-string.
32988
32989 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
32990
32991 * custom.el (custom-declare-variable): Just put symbol instead
32992 of (defvar . symbol) in `current-load-list'.
32993
32994 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
32995
32996 * emacs-lisp/elint.el: Fixed typo in Commentary section.
32997
32998 2005-01-12 Jay Belanger <belanger@truman.edu>
32999
33000 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33001 to create a Calc summary.
33002
33003 2005-01-12 Kim F. Storm <storm@cua.dk>
33004
33005 * mouse.el (mouse-on-link-p): Change functionality and doc
33006 string to comply with latest description in lisp ref.
33007
33008 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33009
33010 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33011 Enable mouse clicks on mode-line, header-line and margin.
33012 (event-type): Give mouse event symbols an `event-kind' property
33013 with value `mouse-click'.
33014
33015 2005-01-12 Juri Linkov <juri@jurta.org>
33016
33017 * facemenu.el (list-colors-display): Add new arg buffer-name.
33018 Use it. Fix docstring. Replace code for identifying duplicate
33019 colors by the name with call to `list-colors-duplicates' which
33020 identifies duplicate colors by the value unless the color
33021 is one of special Windows colors. Set truncate-lines to t.
33022 Print sorted duplicate color names on each line. Indent to 22
33023 \(the longest color name in rgb.txt) instead of 20. Optimize.
33024 (list-colors-duplicates): New function.
33025 (facemenu-color-name-equal): Delete function.
33026
33027 * facemenu.el (list-colors-print): New function created from code
33028 in list-colors-display. Print #RRGGBB at the window right edge.
33029 (list-colors-display): When temp-buffer-show-function is not
33030 defined, call list-colors-print from temp-buffer-show-hook
33031 to get the right value of window-width in list-colors-print
33032 after the buffer is displayed.
33033
33034 * simple.el (pop-mark): Move deactivate-mark out of conditional
33035 part to deactivate the active mark regardless of the state of the
33036 mark ring.
33037
33038 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33039 variables line in desktop files.
33040
33041 2005-01-12 Juri Linkov <juri@jurta.org>
33042
33043 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33044 Bring together isearch highlight related options.
33045 (lazy-highlight): Replace group `replace' by `matching'.
33046 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33047 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33048 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33049 and declare them obsolete.
33050 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33051 (isearch-faces): Remove defgroup.
33052 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33053 Move isearch highlighting code closer to lazy highlighting code.
33054
33055 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33056 (query-replace-highlight, query-replace-lazy-highlight)
33057 (query-replace): Move definitions to the beginning of the file.
33058
33059 2005-01-11 Juri Linkov <juri@jurta.org>
33060
33061 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33062 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33063 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33064
33065 * info.el (Info-history-forward): New variable.
33066 (Info-select-node): Reset Info-history-forward to nil.
33067 (Info-last): Turn into defalias.
33068 (Info-history-back): Rename from Info-last.
33069 Add current node to Info-history-forward.
33070 (Info-history-forward): New fun.
33071 (Info-mode-map): Replace Info-last by Info-history-back.
33072 Bind Info-history-forward to "r".
33073 (Info-mode-menu): Replace Info-last by Info-history-back.
33074 Fix menu item text. Add menu item for Info-history-forward.
33075 (info-tool-bar-map): Replace Info-last by Info-history-back.
33076 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33077 for Info-history-forward.
33078 (Info-mode): Replace Info-last by Info-history-back in docstring.
33079 Add local variable Info-history-forward.
33080 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33081
33082 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33083
33084 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33085 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33086 Ignore select-window events rather than fiddle with
33087 mouse-autoselect-window.
33088
33089 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33090
33091 * type-break.el (type-break-mode): Fix previous change.
33092
33093 2005-01-10 Jay Belanger <belanger@truman.edu>
33094
33095 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33096 calculator; only reset when point is inside a calculator.
33097 Don't adjust the window height if the window takes up the whole height
33098 of the frame.
33099
33100 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33101
33102 * ebuff-menu.el (Electric-buffer-menu-mode):
33103 Preserve value of buffer-local var header-line-format.
33104
33105 2005-01-09 Jay Belanger <belanger@truman.edu>
33106
33107 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33108 Make sure settings file exists before accessing it.
33109
33110 * calc/calc-embed.el (calc-embedded-subst):
33111 Replace math-multi-subst-rec, which is only supposed to be called
33112 by math-multi-subst, by math-multi-subst.
33113
33114 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33115
33116 * vc.el (vc-allow-async-revert): New user option.
33117 (vc-disable-async-diff): New internal variable.
33118 (vc-revert-buffer): Use them to disable asynchronous diff.
33119
33120 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33121 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33122 asynchronously if vc-disable-async-diff is t.
33123
33124 2005-01-09 Jay Belanger <belanger@truman.edu>
33125
33126 * calc/calc.el (defcalcmodevar): New macro.
33127 (calc-mode-var-list-restore-default-values)
33128 (calc-mode-var-list-restore-saved-values): New functions.
33129 (calc-mode-var-list): Use defcalcmodevar to define it.
33130 (calc-always-load-extensions, calc-line-numbering)
33131 (calc-line-breaking, calc-display-just, calc-display-origin)
33132 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33133 (calc-group-char, calc-point-char, calc-frac-format)
33134 (calc-prefer-frac, calc-hms-format, calc-date-format)
33135 (calc-float-format, calc-full-float-format, calc-complex-format)
33136 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33137 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33138 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33139 (calc-matrix-brackets, calc-language, calc-language-option)
33140 (calc-left-label, calc-right-label, calc-word-size)
33141 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33142 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33143 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33144 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33145 (calc-window-height, calc-display-trail, calc-show-selections)
33146 (calc-use-selections, calc-assoc-selections)
33147 (calc-display-working-message, calc-auto-why, calc-timing)
33148 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33149 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33150 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33151 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33152 (calc-gnuplot-geometry, calc-graph-default-resolution)
33153 (calc-graph-default-resolution-3d, calc-invocation-macro)
33154 (calc-show-banner): Use defcalcmodevar to declare them and set
33155 their default values.
33156
33157 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33158 instead of default values (but restore default values if there is
33159 an argument of 0).
33160
33161 2005-01-09 David Kastrup <dak@gnu.org>
33162
33163 * desktop.el (desktop-restore-eager): Fix typo in type.
33164
33165 2005-01-08 Richard M. Stallman <rms@gnu.org>
33166
33167 * cus-edit.el (customize): Delete :link.
33168
33169 2005-01-08 Jay Belanger <belanger@truman.edu>
33170
33171 * calc/calc.el (calc-mode): Remove the extension from the
33172 `calc-settings-file' file name when loading it.
33173
33174 2005-01-08 Kim F. Storm <storm@cua.dk>
33175
33176 * info.el (Info-mode-map, Info-next-link-keymap)
33177 (Info-prev-link-keymap, Info-up-link-keymap):
33178 Map follow-link to mouse-face.
33179 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33180
33181 2005-01-08 Jay Belanger <belanger@truman.edu>
33182
33183 * calc/calc.el (calc-settings-file): Change default value.
33184 Suggested by cgw in a comment in calc-mode.el.
33185
33186 * calc/calc-mode.el (calc-settings-file-name):
33187 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33188 Replace ~/.emacs in a prompt by calc-settings-file.
33189
33190 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33191
33192 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33193 (desktop-lazy-idle-delay): New customizable variables.
33194 (desktop-buffer-args-list): New variable.
33195 (desktop-append-buffer-args): New function.
33196 (desktop-save): Call desktop-append-buffer-args for some buffers.
33197 (desktop-lazy-create-buffer): New function.
33198 (desktop-idle-create-buffers): New function.
33199 (desktop-read): Add message about buffers to restore lazily.
33200 (desktop-lazy-abort): New command.
33201 (desktop-clear): Call desktop-lazy-abort.
33202 (desktop-lazy-complete): New command.
33203
33204 2005-01-06 Richard M. Stallman <rms@gnu.org>
33205
33206 * emacs-lisp/find-func.el (find-face-definition):
33207 Rename from find-face.
33208
33209 2005-01-06 Kim F. Storm <storm@cua.dk>
33210
33211 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33212
33213 * man.el (Man-xref-man-page, Man-xref-header-file)
33214 (Man-xref-normal-file): Add follow-link property.
33215
33216 2005-01-06 Jay Belanger <belanger@truman.edu>
33217
33218 * calc/calc-units.el: Make sure the proper macro definitions are
33219 available when compiling.
33220
33221 2005-01-06 Juri Linkov <juri@jurta.org>
33222
33223 * isearch.el (isearch-lazy-highlight-update):
33224 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33225
33226 2005-01-06 Miles Bader <miles@gnu.org>
33227
33228 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33229 (isearch-lazy-highlight-face): Use new name.
33230
33231 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33232
33233 * uniquify.el (uniquify-rationalize-file-buffer-names):
33234 Re-add an interactive spec.
33235 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33236 to the same name.
33237
33238 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33239 (isearch-update, isearch-done): Adjust calls accordingly.
33240
33241 2005-01-05 Richard M. Stallman <rms@gnu.org>
33242
33243 * custom.el (custom-set-variables, custom-theme-set-variables):
33244 Clarify documentation.
33245
33246 * emacs-lisp/find-func.el (find-variable)
33247 (find-variable-other-window, find-variable-other-frame):
33248 Fix the TYPE args to find-function-read and find-function-do-it.
33249 (find-function): Doc fix.
33250 (find-function-at-point): Replace function-at-point alias.
33251
33252 2005-01-04 Richard M. Stallman <rms@gnu.org>
33253
33254 * cus-face.el (custom-declare-face):
33255 Record defface in current-load-list.
33256
33257 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33258
33259 * emacs-lisp/find-func.el: Doc fixes.
33260 (find-face-regexp): New variable.
33261 (find-function-regexp-alist): New variable.
33262 (find-function-C-source): Third arg is now TYPE.
33263 (find-function-search-for-symbol): Handle general TYPE.
33264 (find-function-read, find-function-do-it): Handle general TYPE.
33265 (find-definition-noselect, find-face): New functions.
33266 (function-at-point): Alias deleted.
33267
33268 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33269
33270 * battery.el (display-battery-mode): Rename from display-battery.
33271 Handle the case where it gets turned off.
33272
33273 2005-01-04 Richard M. Stallman <rms@gnu.org>
33274
33275 * cus-edit.el (customize): Make :link point to user doc.
33276
33277 * man.el (Man-fontify-manpage): Turn off undo generation.
33278
33279 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33280
33281 2005-01-04 Andreas Schwab <schwab@suse.de>
33282
33283 * files.el (insert-directory): Only look for error lines in
33284 inserted text. Don't move too far after processing --dired markers.
33285
33286 2005-01-04 Richard M. Stallman <rms@gnu.org>
33287
33288 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33289 Don't expand if the character is @, period, dash, etc.
33290 (define-mail-abbrev): Quote names that contain problem characters.
33291
33292 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33293
33294 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33295
33296 2005-01-03 Richard M. Stallman <rms@gnu.org>
33297
33298 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33299 (query-replace-highlight, query-replace-lazy-highlight)
33300 (query-replace): Definitions moved up. Doc fix.
33301
33302 2005-01-03 Richard M. Stallman <rms@gnu.org>
33303
33304 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33305 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33306 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33307 (lazy-highlight-face): Rename from isearch-lazy-...
33308 Change all references to them.
33309
33310 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33311
33312 * cus-edit.el (custom-file): Doc fix for defcustom.
33313 (custom-file): The function no longer sets the variable
33314 `custom-file' to its return value.
33315
33316 * startup.el (command-line): No longer load `custom-file'.
33317
33318 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33319
33320 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33321
33322 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33323 Don't confuse module-prefixed identifiers for labels.
33324 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33325
33326 2005-01-02 Richard M. Stallman <rms@gnu.org>
33327
33328 * files.el (basic-save-buffer-1): Fix previous change.
33329
33330 * loadhist.el (file-loadhist-lookup): New function.
33331 (file-provides, file-requires): Use it.
33332
33333 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33334 instead of calculating the right size.
33335
33336 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33337
33338 * vc-svn.el (vc-svn-diff): Stay local if possible.
33339
33340 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33341
33342 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33343
33344 * files.el (hack-local-variables): Fix last change.
33345
33346 2005-01-02 Jay Belanger <belanger@truman.edu>
33347
33348 * calc/calc-yank.el (calc-edit-top): New variable.
33349 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33350 object. Change header properties.
33351 (calc-edit-finish, calc-edit-finish-stack-object)
33352 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33353 edited object.
33354 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33355 for the beginning of the edited object.
33356 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33357 for the beginning of the edited object.
33358 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33359 (calc-finish-formula-edit, calc-macro-repeats)
33360 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33361 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33362 beginning of the edited object.
33363 (calc-user-define-edit): Change the header for editing macros.
33364 Remove unnecessary variable.
33365
33366 2005-01-01 Jay Belanger <belanger@truman.edu>
33367
33368 * calc/calc-yank.el (calc-edit-mode): Change default header.
33369 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33370 * calc/calc-store.el (calc-edit-variable): Change title to match new
33371 header.
33372 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33373 mode to match new header.
33374 (calc-user-define-edit): Change titles to include names of commands.
33375 (calc-finish-formula-edit): Adjust to handle new header.
33376 (calc-finish-macro-edit): Remove.
33377 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33378 (calc-edit-macro-command, calc-edit-macro-command-type)
33379 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33380 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33381 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33382 (calc-edit-macro-finish-edit): New functions.
33383 (calc-user-define-edit): Use new functions to edit named calc macros.
33384
33385 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33386
33387 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33388
33389 * ses.el (copy-region-as-kill): Deactivate mark.
33390
33391 2005-01-01 Richard M. Stallman <rms@gnu.org>
33392
33393 * replace.el (occur-1): If the output buffer is also an input,
33394 don't kill it, rename it.
33395
33396 * faces.el (set-face-background, set-face-foreground): Doc fix.
33397
33398 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33399 for :foreground and :background.
33400
33401 * dired.el (dired-view-command-alist): Variable deleted.
33402 (dired-view-file, dired-mouse-find-file-other-window):
33403 Delete the code to use it.
33404
33405 2005-01-01 Kim F. Storm <storm@cua.dk>
33406
33407 * image.el (insert-sliced-image): Use t for line-height property.
33408
33409 See ChangeLog.11 for earlier changes.
33410
33411 ;; Local Variables:
33412 ;; coding: iso-2022-7bit
33413 ;; add-log-time-zone-rule: t
33414 ;; End:
33415
33416 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33417
33418 This file is part of GNU Emacs.
33419
33420 GNU Emacs is free software; you can redistribute it and/or modify
33421 it under the terms of the GNU General Public License as published by
33422 the Free Software Foundation; either version 2, or (at your option)
33423 any later version.
33424
33425 GNU Emacs is distributed in the hope that it will be useful,
33426 but WITHOUT ANY WARRANTY; without even the implied warranty of
33427 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33428 GNU General Public License for more details.
33429
33430 You should have received a copy of the GNU General Public License
33431 along with GNU Emacs; see the file COPYING. If not, write to the
33432 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33433 Boston, MA 02110-1301, USA.
33434
33435 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1