]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(tar-file-name-handler): New function.
[gnu-emacs] / lisp / ChangeLog
1 2007-05-23 Eli Zaretskii <eliz@gnu.org>
2
3 * tar-mode.el (tar-file-name-handler): New function.
4 (tar-extract): Bind file-name-handler-alist to it to force
5 find-buffer-file-type-coding-system behave as if the file being
6 extracted existed. Use last-coding-system-used to force
7 buffer-file-coding-system to what decode-coding-region actually
8 used to decode the file.
9
10 2007-05-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
11
12 * progmodes/compile.el (compilation-handle-exit):
13 `compilation-finish-function' may change the current buffer.
14
15 2007-05-22 Richard Stallman <rms@gnu.org>
16
17 * files.el (set-auto-mode): Doc fix.
18
19 2007-05-22 Eli Zaretskii <eliz@gnu.org>
20
21 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
22
23 2007-05-21 Trent Buck <trentbuck@gmail.com> (tiny change)
24
25 * net/rcirc.el (rcirc-fill-column): Allow `window-width'.
26 (rcirc-print): Handle `window-width'.
27 (rcirc-buffer-maximum-lines): Doc fix.
28
29 2007-05-19 Kevin Ryde <user42@zip.com.au>
30
31 * info.el (Info-fontify-node): Match https also.
32
33 2007-05-18 Richard Stallman <rms@gnu.org>
34
35 * simple.el (push-mark): Doc fix.
36
37 2007-05-18 Rob Riepel <riepel@Stanford.EDU>
38
39 * emulation/tpu-edt.el (CSI-map, SS3-map) Moved from global-map to
40 tpu-global-map.
41 (tpu-original-global-map) Variable deleted.
42 (tpu-control-keys-map) New keymap variable.
43 (tpu-set-control-keys) Use tpu-reset-control-keys rather than
44 setting keymapping directly.
45 (tpu-reset-control-keys) Use tpu-control-keys-map instead of
46 tpu-global-map.
47 (tpu-edt-on): Activate the tpu-global-map.
48 (tpu-edt-off): Deactivate the tpu-global-map.
49
50 2007-05-18 Ryan Yeske <rcyeske@gmail.com>
51
52 * textmodes/ispell.el (ispell-get-word): Return markers
53 for start and end positions.
54 (ispell-word): Assume END is a marker.
55
56 2007-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
57
58 * ps-print.el: Use default color when foreground or background color
59 are unspecified. Reported by Leo <sdl.web@gmail.com>.
60 (ps-print-version): New version 6.7.4.
61 (ps-rgb-color): New argument. Use default color when color is
62 unspecified.
63 (ps-begin-job): Fix code.
64
65 2007-05-17 Martin Rudalics <rudalics@gmx.at>
66
67 * textmodes/ispell.el (ispell-start-process): Defend against bad
68 default-directory.
69
70 2007-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
71
72 * vc-hooks.el (vc-find-root): Stop searching when the user changes.
73
74 2007-05-16 Richard Stallman <rms@gnu.org>
75
76 * buff-menu.el (Buffer-menu-sort-column): Doc fix.
77
78 2007-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
79
80 * files.el (magic-mode-alist, magic-fallback-mode-alist):
81 Move the *ml, Postscript, and XmCD entries to the fallback part.
82
83 * files.el (magic-fallback-mode-alist):
84 Rename from file-start-mode-alist.
85
86 2007-05-16 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
87
88 * progmodes/compile.el (compilation-handle-exit): Quote first
89 argument of `run-hook-with-args'.
90
91 2007-05-16 Juanma Barranquero <lekktu@gmail.com>
92
93 * buff-menu.el (Buffer-menu-sort-column):
94 * dabbrev.el (dabbrev-upcase-means-case-search):
95 * dired.el (dired-recursive-deletes, dired-recursive-copies):
96 * info.el (Info-current-subfile):
97 * ls-lisp.el (ls-lisp-verbosity):
98 * msb.el (msb-menu-cond):
99 * pcvs.el (cvs-dired-use-hook):
100 * simple.el (set-mark-command-repeat-pop):
101 * time.el (display-time-24hr-format, display-time-mail-file):
102 Doc fixes.
103
104 * tutorial.el (get-lang-string, tutorial--find-changed-keys):
105 * printing.el (pr-ps-fast-fire): Fix typos in docstrings.
106
107 * view.el (view-inhibit-help-message): Fix typo in docstring.
108 (view-scroll-auto-exit, view-try-extend-at-buffer-end): Doc fixes.
109
110 2007-05-14 Eli Zaretskii <eliz@gnu.org>
111
112 * mail/rmail.el (rmail-convert-to-babyl-format): Check
113 content-transfer-encoding _last_, because we need its position in
114 base64-header-field-end.
115
116 2007-05-14 Juanma Barranquero <lekktu@gmail.com>
117
118 * files.el (mode-require-final-newline, require-final-newline)
119 (enable-local-variables, enable-local-eval): Doc fixes.
120
121 2007-05-10 Edward O'Connor <hober0@gmail.com> (tiny change)
122
123 * progmodes/python.el (python-font-lock-keywords)
124 (python-open-block-statement-p, python-mode): Add support for the new
125 "with" keyword.
126
127 2007-05-10 Richard Stallman <rms@gnu.org>
128
129 * international/iso-cvt.el (iso-cvt-read-only): Ignore arguments.
130 (iso-cvt-write-only): Likewise.
131
132 * emacs-lisp/easy-mmode.el (define-minor-mode):
133 Fix generated doc string.
134
135 * startup.el (fancy-splash-text): Add URL of guided tour.
136 Adjust horizontal and vertical whitespace.
137
138 * progmodes/compile.el (compilation-handle-exit):
139 Use run-hook-with-args to run compilation-finish-functions.
140
141 * files.el (file-start-mode-alist): New variable.
142 (magic-mode-regexp-match-limit): Doc fix.
143 (set-auto-mode): Handle file-start-mode-alist.
144 A little cleanup of structure.
145
146 2007-05-10 Davis Herring <herring@lanl.gov>
147
148 * calendar/timeclock.el (timeclock-in): Fix non-interactive
149 workday specifications.
150 (timeclock-log): Don't kill the log buffer if it already existed.
151
152 2007-05-08 Richard Stallman <rms@gnu.org>
153
154 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
155 Don't include non-self-insert commands in the exception for `-'.
156
157 2007-05-08 David Reitter <david.reitter@gmail.com>
158
159 * progmodes/python.el (python-guess-indent): Check non-nullness
160 before comparing indent against the 2..8 interval.
161
162 2007-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
163
164 * term/mac-win.el (mac-ts-unicode-for-key-event): Check if text is
165 available.
166
167 2007-05-06 Richard Stallman <rms@gnu.org>
168
169 * emacs-lisp/eldoc.el (turn-on-eldoc-mode): Doc fix.
170
171 2007-05-03 Ryan Yeske <rcyeske@gmail.com>
172
173 * net/rcirc.el (rcirc-timeout-seconds): Increase to prevent unwanted
174 disconnections.
175
176 2007-05-01 Romain Francoise <romain@orebokech.com>
177
178 * dired-x.el: Revert 2007-04-06 change.
179
180 2007-04-30 Nick Roberts <nickrob@snap.net.nz>
181
182 * progmodes/gud.el (gud-menu-map): Pdb can't handle SIGINT so
183 don't put stop on toolbar.
184
185 2007-04-29 Stephen Berman <Stephen.Berman@gmx.net>
186
187 * find-dired.el (find-dired-filter): Propertize all text down to eob.
188
189 2007-04-29 Richard Stallman <rms@gnu.org>
190
191 * international/mule.el (auto-coding-alist): Add pdf => no-conversion.
192
193 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * progmodes/cc-mode.el (c-before-change): Use point-min rather
196 than 1.
197
198 2007-04-28 Richard Stallman <rms@gnu.org>
199
200 * progmodes/sh-script.el (sh-mode): Recognize .profile as sh style.
201
202 2007-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * vc-hooks.el (vc-ignore-dir-regexp): Add /.../ for the DFS filesystem.
205
206 2007-04-28 Eli Zaretskii <eliz@gnu.org>
207
208 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el): Use ./mh-e
209 instead of $(lisp)/mh-e.
210
211 * textmodes/fill.el (fill-paragraph): Doc fix.
212
213 2007-04-28 Glenn Morris <rgm@gnu.org>
214
215 * image-dired.el (image-dired-cmd-create-thumbnail-options)
216 (image-dired-cmd-create-temp-image-options): Replace option
217 +profile "*" with -strip.
218
219 2007-04-27 Chong Yidong <cyd@stupidchicken.com>
220
221 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
222 Use window-start and window-end.
223
224 2007-04-26 Glenn Morris <rgm@gnu.org>
225
226 * progmodes/python.el: Restore file pending consideration of legal
227 status.
228
229 2007-04-26 Luc Teirlinck <teirllm@dms.auburn.edu>
230
231 * locate.el (locate-in-alternate-database): Doc fix.
232
233 2007-04-26 Glenn Morris <rgm@gnu.org>
234
235 * button.el (button): Use underline if supported, else fall back
236 to color.
237
238 2007-04-25 Richard Stallman <rms@gnu.org>
239
240 * hi-lock.el (hi-lock-file-patterns-policy): Default to `ask'.
241
242 2007-04-25 J.D. Smith <jdsmith@as.arizona.edu>
243
244 * progmodes/idlwave.el (idlwave-beginning-of-subprogram)
245 (idlwave-end-of-subprogram): Take optional NOMARK arg to prevent
246 pushing mark.
247 (idlwave-current-routine): Don't push mark.
248
249 2007-04-25 Mathias Dahl <mathias.dahl@gmail.com>
250
251 * image-dired.el (image-dired-display-image): Derive image-type from
252 filename rather than assuming jpeg, in case no resizing was needed.
253
254 2007-04-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
255
256 * custom.el (defface): Doc fix.
257
258 2007-04-24 Chong Yidong <cyd@stupidchicken.com>
259
260 * progmodes/python.el: Remove due to unclear legal issues.
261
262 2007-04-24 J.D. Smith <jdsmith@as.arizona.edu>
263
264 * progmodes/idlw-shell.el (idlwave-shell-clear-all-bp):
265 Don't re-query for each cleared BP.
266 (idlwave-shell-clear-bp): Optionally skip BP query.
267 (idlwave-shell-update-bp-overlays): Use set-window-margins instead
268 of set-window-buffer, which incorrectly moves displayed region.
269
270 2007-04-23 Jay Belanger <jay.p.belanger@gmail.com>
271
272 * calc/calc.el (calc-bug-address): Update maintainer's address.
273 * calc/*: Update maintainer's address.
274
275 2007-04-23 Richard Stallman <rms@gnu.org>
276
277 * simple.el (set-mark-command-repeat-pop): Doc fix.
278 Put in `editing-basics' group.
279
280 2007-04-23 Chong Yidong <cyd@stupidchicken.com>
281
282 * info.el (Info-mouse-scroll-up, Info-mouse-scroll-down):
283 New functions.
284 (Info-mode-line-node-keymap): Bind mouse commands to
285 Info-mouse-scroll-up/down instead of Info-scroll-up/down.
286
287 2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
288
289 * locate.el (locate-local-prompt): New var.
290 (locate-prompt-for-command): Doc fix.
291 (locate-prompt-for-search-string): New function.
292 (locate): New optional arg. Make locate-local-prompt
293 buffer-local. Use locate-prompt-for-search-string.
294 (locate-with-filter): New optional arg.
295 Use locate-prompt-for-search-string.
296 (locate-update): Bind locate-prompt-for-command.
297
298 2007-04-23 Glenn Morris <rgm@gnu.org>
299
300 * files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
301
302 2007-04-23 Nick Roberts <nickrob@snap.net.nz>
303
304 * button.el (button): Inherit from link face on a tty.
305
306 2007-04-23 Glenn Morris <rgm@gnu.org>
307
308 * button.el (button): Use color for this face on a tty.
309
310 * files.el (magic-mode-alist): Allow for carriage-returns in
311 html-mode and sgml-mode entries.
312
313 2007-04-22 Richard Stallman <rms@gnu.org>
314
315 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
316 Improve doc string of generated command.
317
318 * subr.el (read-number): Catch errors.
319
320 * hi-lock.el (hi-lock-file-patterns-policy): Doc fix.
321
322 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
323
324 * image-dired.el: Rename from thumbnails.el. All instances of
325 "thumbnails" replaced with "image-dired".
326
327 * dired.el (dired-mode-map): Rename "thumbnails" again, to
328 "image-dired".
329
330 2007-04-22 Kim F. Storm <storm@cua.dk>
331
332 * ido.el (ido-kill-buffer-at-head, ido-delete-file-at-head):
333 Don't use kill-line.
334
335 2007-04-22 Nick Roberts <nickrob@snap.net.nz>
336
337 * t-mouse.el (t-mouse-make-event): Pass on mev's more informative
338 error message.
339
340 2007-04-22 Chong Yidong <cyd@stupidchicken.com>
341
342 * dired.el: Rename "tumme" to "thumbnails".
343
344 * thumbnails.el: Rename from tumme.el. All instances of "tumme"
345 replaced with "thumbnails".
346
347 2007-04-22 Glenn Morris <rgm@gnu.org>
348
349 * hi-lock.el (hi-lock-file-patterns-policy): Make it a defcustom,
350 and give it the risky-local-variable property.
351
352 * textmodes/flyspell.el (flyspell-define-abbrev): Downcase abbrev
353 before defining it.
354
355 2007-04-21 Martin Rudalics <rudalics@gmx.at>
356
357 * progmodes/cc-mode.el (c-remove-any-local-eval-or-mode-variables):
358 Use delete-region instead of kill-line.
359
360 2007-04-21 Alan Mackenzie <acm@muc.de>
361
362 * progmodes/cc-cmds.el (c-electric-slash): Replace wrong use of
363 `kill-region' by `delete-region'.
364
365 2007-04-21 Chong Yidong <cyd@stupidchicken.com>
366
367 * progmodes/perl-mode.el (perl-indent-command): Use delete-region
368 instead of kill-region.
369
370 * progmodes/mantemp.el (mantemp-make-mantemps-region)
371 (mantemp-insert-cxx-syntax, mantemp-sort-and-unique-lines)
372 (mantemp-remove-memfuncs): Use delete-region instead of kill-word
373 and kill-line.
374
375 * progmodes/vhdl-mode.el (vhdl-template-type)
376 (vhdl-template-record, vhdl-template-nature)
377 (vhdl-template-configuration-spec, vhdl-template-component-inst)
378 (vhdl-template-break, vhdl-regress-line, vhdl-electric-tab):
379 Use delete-region instead of kill-word and kill-line.
380
381 2007-04-21 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
382
383 * dired-x.el (dired-virtual-mode): Doc fix.
384
385 2007-04-21 Richard Stallman <rms@gnu.org>
386
387 * font-lock.el (font-lock-keywords-alist): Mark as risky.
388
389 * subr.el (read-number): Doc fix.
390
391 * simple.el (pop-to-mark-command): Display message "mark popped"
392 if point does not move.
393 (set-mark-command): Doc fix.
394
395 2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
396
397 * locate.el: Revert 2006-09-09 and 2007-04-20 changes.
398 (locate-local-filter, locate-local-search): New vars.
399 (locate): Make variables local.
400 (locate-update): Bind locate-buffer-name. Call locate using
401 locate-local-filter and locate-local-search.
402
403 2007-04-20 David Koppelman <koppel@ece.lsu.edu>
404
405 * hi-lock.el (hi-lock-file-patterns-policy): New var.
406 (hi-lock-find-patterns): Use hi-lock-file-patterns-policy.
407 (hi-lock-mode): Update docstring.
408
409 2007-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
410
411 * textmodes/fill.el (fill-move-to-break-point): Don't inhibit
412 fill-nobreak-predicate when the break is past fill-column.
413
414 2007-04-20 Francesco Potort\e,Al\e(B <pot@gnu.org>
415
416 * locate.el (locate): Output from shell-command should go in the
417 current buffer rather than *Shell Command Output*.
418
419 2007-04-20 Chong Yidong <cyd@stupidchicken.com>
420
421 * paren.el (show-paren-function): Fix last fix.
422
423 2007-04-19 Kevin Ryde <user42@zip.com.au>
424
425 * arc-mode.el (archive-find-type): lzh-exe for lzh self-extracting exe.
426 (archive-lzh-summarize): Add optional start arg for where to start
427 looking at the archive.
428 (archive-lzh-exe-summarize, archive-lzh-exe-extract): New functions.
429
430 * international/mule.el (auto-coding-alist): no-conversion for .exe
431 and .EXE.
432
433 2007-04-19 Alan Mackenzie <acm@muc.de>
434
435 * progmodes/cc-cmds.el (c-in-function-trailer-p): Fix this: when a
436 function return type contains "struct", "union", etc.
437 c-end-of-defun goes too far forward.
438
439 2007-04-19 Chong Yidong <cyd@stupidchicken.com>
440
441 * paren.el (show-paren-function): Reset window-start to avoid
442 recentering.
443
444 2007-04-19 Glenn Morris <rgm@gnu.org>
445
446 * calendar/todo-mode.el: Fix typo: "threshhold" -> "threshold".
447
448 2007-04-18 Glenn Morris <rgm@gnu.org>
449
450 * calendar/diary-lib.el (diary-header-line-format): Add a custom
451 :set function.
452 (diary-list-entries): Only switch to diary-mode from
453 default-major-mode (reverts 2007-03-21 change). Otherwise, if in
454 diary-mode set header-line-format, in case of any customization.
455
456 2007-04-18 Levin Du <zslevin@gmail.com> (tiny change)
457
458 * calendar/parse-time.el (parse-time-string-chars): Check if CHAR
459 is less than the length of parse-time-syntax.
460
461 2007-04-17 David Kastrup <dak@gnu.org>
462
463 * replace.el (query-replace-regexp-eval): Deprecate.
464
465 2007-04-17 Alan Mackenzie <acm@muc.de>
466
467 * progmodes/cc-cmds.el (c-beginning-of-defun): With -ve arg and
468 point too close to EOB, leave point at EOB rather than last `}'.
469
470 2007-04-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
471
472 * textmodes/bibtex.el (bibtex-include-OPTkey)
473 (bibtex-user-optional-fields, bibtex-entry-field-alist):
474 Fix defcustom.
475
476 2007-04-17 Glenn Morris <rgm@gnu.org>
477
478 * calendar/cal-dst.el (calendar-dst-find-startend): If YEAR cannot
479 be encoded, fall back to current year.
480
481 2007-04-14 Kevin Ryde <user42@zip.com.au>
482
483 * arc-mode.el (archive-lzh-summarize): Only apply the "downcase if
484 all upcase" rule to OS-ID 0 "generic". Always downcase for OS-ID
485 M "MSDOS".
486
487 2007-04-16 Chong Yidong <cyd@stupidchicken.com>
488
489 * progmodes/python.el (python-end-of-block): Avoid looping forever
490 if python-next-statement fails.
491
492 2007-04-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
493
494 * textmodes/bibtex.el (bibtex-entry-field-alist): Use defcustom.
495
496 2007-04-16 Dan Nicolaescu <dann@ics.uci.edu>
497
498 * progmodes/perl-mode.el (perl-indent-level): Mark as safe local var.
499 * progmodes/cperl-mode.el (cperl-indent-level): Likewise.
500
501 2007-04-15 Jay Belanger <belanger@truman.edu>
502
503 * calc/calc.el (calc-version): New function.
504 (calc-trail-mode): Shorten the title.
505
506 2007-04-15 Chong Yidong <cyd@stupidchicken.com>
507
508 * mail/footnote.el (footnote-style): Clarify docstring to state
509 that customizing this only applies to future footnotes.
510
511 2007-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
512
513 * textmodes/bibtex.el (bibtex-field-list): Use functionp.
514 (bibtex-make-field): Check that INIT is a string. Use functionp.
515
516 2007-04-14 Glenn Morris <rgm@gnu.org>
517
518 * complete.el (PC-goto-end): New buffer-local variable.
519 (PC-do-completion-end): Make buffer-local.
520 (partial-completion-mode) <choose-completion-string-functions>:
521 Do not go to the end of the minibuffer if PC-goto-end is non-nil.
522 (PC-do-completion): New optional fourth argument GOTO-END. Add a
523 doc string. Set PC-goto-end for choose-completion.
524 (PC-lisp-complete-symbol): Pass non-nil GOTO-END arg to
525 PC-do-completion.
526
527 * textmodes/bibtex.el (bibtex-insert-kill): Pass non-nil NODELIM
528 arg to bibtex-make-field.
529 (bibtex-make-field): Add optional fourth arg NODELIM.
530 Insert delimiters around INIT unless this arg is non-nil.
531
532 2007-04-14 Nick Roberts <nickrob@snap.net.nz>
533
534 * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
535 global map isn't modified
536
537 2007-04-14 Glenn Morris <rgm@gnu.org>
538
539 * calendar/appt.el (appt-disp-window): Do not split small windows.
540 Suggested by Jeff Miller <jmiller@cablespeed.com>.
541
542 2007-04-13 Chong Yidong <cyd@stupidchicken.com>
543
544 * progmodes/compile.el (compilation-start): Revert 2007-03-25 change.
545
546 * files.el: Ditto.
547
548 2007-04-13 Juanma Barranquero <lekktu@gmail.com>
549
550 * cus-edit.el (minibuffer, auto-save): Fix typos in docstrings.
551
552 * term.el (term-buffer-maximum-size, term-exec, term-escape-char)
553 (term-set-escape-char, term-termcap-format, term-get-old-input-default)
554 (term-skip-prompt, term-send-string, term-send-region, term-pager-page)
555 (term-pager-help): Fix typos in docstrings.
556
557 * wid-edit.el (widget-documentation): Fix typo in docstring.
558
559 * progmodes/ebnf2ps.el (ebnf-insert-style, ebnf-merge-style):
560 Fix typos in error messages.
561
562 2007-04-13 Martin Rudalics <rudalics@gmx.at>
563
564 * emacs-lisp/edebug.el (edebug-pop-to-buffer): Don't select
565 window marked as dedicated.
566
567 * mail/footnote.el (footnote-latin-string): New variable.
568 (footnote-latin-regexp): Redefine as regexp alternative.
569 (Footnote-latin): Use footnote-latin-string instead of
570 footnote-latin-regexp.
571
572 2007-04-13 Glenn Morris <rgm@gnu.org>
573
574 * tmm.el (tmm-get-keybind): Use car-safe to avoid errors with
575 inherited keymaps.
576
577 2007-04-12 Chong Yidong <cyd@stupidchicken.com>
578
579 * outline.el (outline-get-next-sibling): Clarify docstring.
580 (outline-get-last-sibling): Handle case where we are at the first
581 heading. Clarify docstring.
582
583 2007-04-12 Nick Roberts <nickrob@snap.net.nz>
584
585 * progmodes/gud.el (gud-minor-mode-map): Make go button same
586 length as stop button to lessen flicker.
587 (jdb): Add gud-print.
588 (gud-find-expr): Jdb prints the expression with the value, so
589 don't insert it in the output.
590
591 2007-04-11 Jason Rumney <jasonr@gnu.org>
592
593 * dnd.el (dnd-get-local-file-name): Decode both upper and lower
594 case hex. Do not try to decode non-hex letters.
595
596 2007-04-11 Markus Triska <markus.triska@gmx.at>
597
598 * emacs-lisp/byte-opt.el (byte-optimize-backward-char)
599 (byte-optimize-backward-word): Remove (move to bytecomp.el).
600 (byte-optimize-form-code-walker): Evaluate pure function calls if
601 possible.
602 (byte-optimize-all-constp): New function.
603
604 * emacs-lisp/bytecomp.el (byte-compile-char-before):
605 Improve numeric argument case.
606 (byte-compile-backward-char, byte-compile-backward-word):
607 New functions, performing rewriting previously done in byte-opt.el.
608 Fix their "Fixme" item (restriction to numeric arguments).
609
610 2007-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
611
612 * desktop.el (desktop-save, desktop-create-buffer): Replace mapcar
613 with dolist.
614 (after-init-hook): Don't quote lambda.
615 (desktop-first-buffer): Don't wrap it in eval-when-compile.
616 (desktop-internal-v2s): Remove unused var `el'.
617 (desktop-buffer-major-mode, desktop-buffer-locals): Move out of
618 desktop-restore-file-buffer.
619 (desktop-buffer-ok-count, desktop-buffer-fail-count): Move out of
620 desktop-create-buffer.
621
622 2007-04-10 Chong Yidong <cyd@stupidchicken.com>
623
624 * woman.el (woman-decode-buffer): Postpone macro-set check...
625 (woman-decode-region): ...to here.
626
627 2007-04-10 Thien-Thi Nguyen <ttn@gnu.org>
628
629 * startup.el (tty-handle-args): Use %S to log ARGS.
630
631 2007-04-10 Glenn Morris <rgm@gnu.org>
632
633 * dframe.el (dframe-frame-mode): Do not set auto-show-mode, since
634 it is obsolete and has no effect.
635
636 * dos-w32.el (default-buffer-file-type): Add defvar to quieten
637 byte-compiler.
638
639 * progmodes/cperl-mode.el (cperl-mode): Remove unnecessary call to
640 obsolete function make-local-hook.
641
642 * progmodes/dcl-mode.el (top-level): Move (require 'tempo) to
643 start to quieten byte-compiler.
644
645 2007-04-10 Markus Triska <markus.triska@gmx.at>
646
647 * emacs-lisp/byte-opt.el (byte-optimize-char-before): Remove (move
648 to bytecomp.el as byte-compile-char-before).
649 * emacs-lisp/bytecomp.el (byte-compile-char-before):
650 New function (modified replacement for byte-optimize-char-before in
651 byte-opt.el).
652
653 2007-04-09 Alan Mackenzie <acm@muc.de>
654
655 * startup.el (inhibit-splash-screen): Emphatically state that it
656 can't be set in site-start.el.
657
658 2007-04-09 Masatake YAMATO <jet@gyve.org>
659
660 * progmodes/cc-subword.el (c-capitalize-subword): More closely
661 mimic the behavior of `capitalize-word'. Do not move point with a
662 negative argument. Based on tiny change by Paul Curry.
663
664 2007-04-09 Paul Curry <dashteacup@gmail.com> (tiny change)
665
666 * progmodes/cc-subword.el (c-downcase-subword, c-upcase-subword):
667 Don't move point if ARG is negative.
668
669 2007-04-09 Alan Mackenzie <acm@muc.de>
670
671 Changes to make `narrow-to-defun' and `mark-defun' work properly
672 in CC Mode:
673
674 * progmodes/cc-defs.el (c-beginning-of-defun-1):
675 * progmodes/cc-cmds.el (c-beginning-of-defun, c-end-of-defun):
676 Bind beginning/end-of-defun-function to nil around calls to
677 beginning/end-of-defun.
678
679 * progmodes/cc-langs.el (beginning-of-defun-function)
680 (end-of-defun-function): New c-lang-setvar's.
681
682 * progmodes/cc-awk.el (c-awk-beginning-of-defun): Add "(or arg
683 (setq arg 1))" to enable non-interactive call.
684
685 2007-04-09 Eli Zaretskii <eliz@gnu.org>
686
687 * simple.el (set-mark-command): Doc fix.
688
689 2007-04-09 Nick Roberts <nickrob@snap.net.nz>
690
691 * progmodes/gud.el (gdb): Restore existing session if user
692 tries to start a second one in graphical mode.
693
694 2007-04-08 Martin Rudalics <rudalics@gmx.at>
695
696 * cus-start.el <scroll-preserve-screen-position>: Add choices.
697
698 2007-04-08 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
699
700 * term/xterm.el (terminal-init-xterm): Fix key definitions.
701 Add binding for C-M-SPC.
702
703 2007-04-08 Richard Stallman <rms@gnu.org>
704
705 * pcomplete.el (pcomplete-read-event): One single definition,
706 and not a defsubst.
707
708 2007-04-08 Chong Yidong <cyd@stupidchicken.com>
709
710 * progmodes/cc-cmds.el (c-end-of-defun): Tidy up, to eliminate
711 byte-compiler warning "value unused".
712
713 2007-04-08 Andreas Schwab <schwab@suse.de>
714
715 * term/xterm.el (terminal-init-xterm): Add bindings for keypad keys.
716
717 2007-04-07 Glenn Morris <rgm@gnu.org>
718
719 * calendar/calendar.el (diary-font-lock-keywords, diary-live-p):
720 Autoload these functions.
721 (diary-date-forms): Add a custom :set form.
722
723 * calendar/diary-lib.el (diary-set-maybe-redraw): Move definition
724 before first use.
725 (diary-font-lock-keywords): New function with old code for
726 initialization of variable of same name.
727
728 2007-04-07 David Hansen <david.hansen@gmx.net> (tiny change)
729
730 * progmodes/cc-cmds.el (c-electric-paren): Fix space-before-funcall
731 clean-up: only insert space when on identifier, etc.
732
733 2007-04-07 Chong Yidong <cyd@stupidchicken.com>
734
735 * progmodes/grep.el (grep-find-use-xargs): Rewrite docstring.
736
737 * net/tls.el (open-tls-stream): Properly handle case where there
738 is no associated buffer.
739
740 2007-04-07 Glenn Morris <rgm@gnu.org>
741
742 * ffap.el (ffap-file-at-point): Lower the priority of the
743 ffap-ftp-sans-slash-regexp check.
744
745 2007-04-06 Alan Mackenzie <acm@muc.de>
746
747 Fix fontification of labels, and other things with ":".
748
749 * progmodes/cc-engine.el (c-forward-label): The function now
750 returns 'goto-target, 'qt-2kwds-colon, 'qt-1kwd-colon, as well as
751 the former t.
752
753 * progmodes/cc-fonts.el (c-font-lock-declarations): Interpret the
754 new return code from c-forward-label, fontifying tokens properly.
755 Add some general comments throughout the file.
756
757 2007-04-06 Chong Yidong <cyd@stupidchicken.com>
758
759 * textmodes/flyspell.el (flyspell-duplicate, flyspell-incorrect):
760 Revert 2006-01-27 change.
761
762 * diff-mode.el (diff-mode): Revert 2007-03-04 change.
763
764 * menu-bar.el (menu-bar-tools-menu): Revert 2003-07-25 change.
765
766 * desktop.el (desktop-create-buffer, desktop-save):
767 Revert 2004-11-12 change for lack of copyright papers.
768
769 * dired-x.el (dired-guess-shell-case-fold-search): Delete var.
770 (dired-guess-default): Respect case.
771
772 * isearch.el (isearch-forward): Revert 1998-08-26 doc change.
773
774 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Remove function;
775 was originally checked in as byte-optimize-concat on 1997-11-02.
776
777 * mail/sendmail.el (mail-text, mail-mode): Revert extant pieces of
778 1995-05-19 doc changes.
779
780 2007-04-06 Kim F. Storm <storm@cua.dk>
781
782 * loadhist.el (read-feature): Reimplement. New optional arg LOADED-P.
783 (unload-feature): Update interactive spec accordingly.
784
785 * progmodes/grep.el (grep-program): Remove commentary about zgrep.
786
787 2007-04-06 John Paul Wallington <jpw@pobox.com>
788
789 * subr.el (with-case-table): Use `make-symbol' to avoid variable
790 capture. Restore the table in the same buffer.
791
792 * font-lock.el (lisp-font-lock-keywords-2): Add `with-case-table'.
793
794 2007-04-05 Chong Yidong <cyd@stupidchicken.com>
795
796 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
797 Print entire form.
798
799 2007-04-05 Nick Roberts <nickrob@snap.net.nz>
800
801 * progmodes/gdb-ui.el (breakpoint-disabled): Tweak face (again)
802 for low-color displays.
803
804 2007-04-05 Glenn Morris <rgm@gnu.org>
805
806 * play/5x5.el, play/animate.el, play/dissociate.el, play/doctor.el,
807 * play/gomoku.el, play/landmark.el, play/tetris.el, play/zone.el:
808 Seed random number generator on loading.
809
810 * emacs-lisp/authors.el (top-level): Provide self.
811
812 * play/animate.el (top-level): Provide self.
813
814 2007-04-04 Alan Mackenzie <acm@muc.de>
815
816 * progmodes/cc-vars.el (c-special-indent-hook): Amend doc-string
817 to mention c-syntactic-indentation.
818
819 2007-04-04 Chong Yidong <cyd@stupidchicken.com>
820
821 * subr.el (with-case-table): New macro.
822
823 * international/mule.el (ascii-case-table): New var.
824
825 * mail/smtpmail.el (smtpmail-via-smtp): Use ascii-case-table when
826 downcasing.
827
828 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
829
830 * progmodes/gud.el (gud-minor-mode-map): Simplify.
831
832 * t-mouse.el (t-mouse-make-event-element): Don't use the left edge
833 of the window if we're outside it e.g menu-bar.
834
835 * xt-mouse.el (xterm-mouse-event): Don't use the left edge of the
836 window if we're outside it e.g menu-bar.
837
838 2007-04-03 Eli Zaretskii <eliz@gnu.org>
839
840 * mail/rmail.el (rmail-convert-to-babyl-format): Don't try to
841 decode base-64 encoded body if its content-type is something other
842 than text/* or message/*.
843
844 2007-04-03 Juanma Barranquero <lekktu@gmail.com>
845
846 * simple.el (activate-mark-hook): Fix typo in docstring.
847
848 2007-04-03 Nick Roberts <nickrob@snap.net.nz>
849
850 * tmm.el (tmm-c-prompt): Initialize.
851 (tmm-menubar): Deal with extended menu-items at top level.
852 (tmm-get-keybind): Handle bindings redefined/undefined locally.
853 (tmm-prompt): Handle visibility of top level menu-items.
854
855 * progmodes/gud.el (gud-menu-map): Simplify.
856 (gud-minor-mode-map): Add tool-bar like bindings to the text mode
857 menubar.
858
859 2007-04-02 Chong Yidong <cyd@stupidchicken.com>
860
861 * mail/smtpmail.el (smtpmail-via-smtp): Revert last change.
862
863 * comint.el (comint-send-input): Widen the buffer first.
864
865 * info.el (Info-fontify-maximum-menu-size): Revert to 100000.
866
867 2007-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
868
869 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Only obey
870 emacs-lisp-docstring-fill-column in emacs-lisp-mode.
871
872 * newcomment.el (comment-search-forward): Discard comment starters
873 before point.
874
875 2007-04-01 Guanpeng Xu <herberteuler@hotmail.com>
876
877 * mouse.el (mouse-set-secondary): Update mouse-secondary-overlay.
878
879 2007-04-01 Chong Yidong <cyd@stupidchicken.com>
880
881 * mail/smtpmail.el (smtpmail-via-smtp): Use standard case table
882 when downcasing.
883
884 * button.el (previous-button): Rewrite to account for adjacent buttons.
885
886 2007-04-01 J.D. Smith <jdsmith@as.arizona.edu>
887
888 * progmodes/idlwave.el (idlwave-auto-fill):
889 Revert paragraph-separate change.
890
891 * progmodes/idlw-shell.el (idlwave-shell-break-in):
892 Simplify module calc.
893 (idlwave-shell-set-bp-in-module): Compute module.
894
895 2007-03-31 Glenn Morris <rgm@gnu.org>
896
897 * emacs-lisp/timer.el (run-at-time): Doc fix.
898
899 * emacs-lisp/warnings.el (display-warning): If we create the
900 buffer displaying the warning, disable undo there.
901
902 2007-03-31 Michael Albinus <michael.albinus@gmx.de>
903
904 * net/tramp.el (tramp-register-file-name-handler)
905 (tramp-register-completion-file-name-handler): New defsubst,
906 derived from `tramp-register-file-name-handlers'. The split is
907 necessary because Tramp's file name handlers must be registered at
908 different startup places.
909
910 2007-03-31 Chong Yidong <cyd@stupidchicken.com>
911
912 * progmodes/hideshow.el (turn-off-hideshow): New function.
913 (hs-minor-mode): Use it instead of a lambda expression in
914 change-major-mode-hook.
915
916 2007-03-31 David Kastrup <dak@gnu.org>
917
918 * woman.el (woman-Cyg-to-Win): Don't convert cons cells
919 corresponding to MANPATH_MAP entries.
920 (woman-man.conf-path, woman-parse-man.conf): Doc fix.
921 (woman-parse-man.conf): Use more discriminating man.conf name.
922 (woman-parse-man.conf): Parse MANPATH_MAP entries.
923 (woman-manpath): Doc fix and type fix.
924 (woman-cached-data): Check for MANPATH_MAP entries.
925 (woman-expand-directory-path): Treat MANPATH_MAP entries.
926
927 2007-03-31 Stuart Herring <herring@lanl.gov>
928
929 * emacs-lisp/sregex.el (sregexq): Doc fix.
930
931 2007-03-31 Markus Triska <markus.triska@gmx.at>
932
933 * flymake.el (flymake-err-line-patterns): Doc fix.
934
935 2007-03-30 Reiner Steib <Reiner.Steib@gmx.de>
936
937 * info.el (info-tool-bar-map): Use "exit" for Info-exit.
938 Move to the right.
939
940 2007-03-30 Alan Mackenzie <acm@muc.de>
941
942 * progmodes/cc-cmds.el (c-forward-to-nth-EOF-}): Fix EOB bug.
943
944 2007-03-30 Thien-Thi Nguyen <ttn@gnu.org>
945
946 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Take additional arg DLL.
947 Use it, passed in explicitly, instead of from the dynamic binding.
948 (ewoc-create, ewoc-enter-before): Update to use new call sequence.
949
950 2007-03-30 Juanma Barranquero <lekktu@gmail.com>
951
952 * simple.el (blink-matching-open): When in minibuffer, don't
953 search for a match inside the prompt.
954
955 2007-03-30 Nick Roberts <nickrob@snap.net.nz>
956
957 * tmm.el (tmm-menubar): Select the right menu item with the mouse.
958 (tmm-prompt): Don't make the mouse user select the first menu
959 item twice.
960
961 2007-03-30 Chong Yidong <cyd@stupidchicken.com>
962
963 * eshell/esh-proc.el (eshell/kill): Tweak regexp to recognize
964 SIGUSR1 and SIGUSR2.
965
966 2007-03-29 Kim F. Storm <storm@cua.dk>
967
968 * ido.el (ido-read-internal): When reading file or dir, only override
969 minibuffer-local-filename-completion-map, otherwise only override
970 minibuffer-local-completion-map.
971
972 2007-03-29 Glenn Morris <rgm@gnu.org>
973
974 * complete.el (partial-completion-mode): Set PC-do-completion-end
975 to nil after use.
976 (PC-lisp-complete-symbol): Create and use a marker at `end',
977 rather than using point-marker.
978
979 2007-03-28 Chong Yidong <cyd@stupidchicken.com>
980
981 * simple.el (next-error-highlight): Doc fix.
982 (compose-mail): Revert 2007-03-19 change.
983
984 2007-03-28 Richard Stallman <rms@gnu.org>
985
986 * emacs-lisp/edebug.el (edebug-display): Don't go to
987 edebug-outside-buffer if it is dead.
988
989 2007-03-28 Juanma Barranquero <lekktu@gmail.com>
990
991 * view.el (view-mode): Fix typos in docstring.
992
993 2007-03-28 Stephen Berman <Stephen.Berman@gmx.net>
994
995 * recentf.el (recentf-save-file): Add a custom :set function.
996
997 2007-03-28 Glenn Morris <rgm@gnu.org>
998
999 * complete.el (PC-do-completion-end): New variable.
1000 (partial-completion-mode) <choose-completion-string-functions>:
1001 Use PC-do-completion-end in the non-minibuffer case to replace the
1002 correct amount of text.
1003 (PC-do-completion): Set PC-do-completion-end for c-c-s-f.
1004 (PC-lisp-complete-symbol): Give marker the after-insertion type,
1005 to deal with improvements inserted after point.
1006
1007 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * button.el (make-text-button): Add explicit `button' property.
1010 (default-button): Don't put a `button' property on it.
1011
1012 * progmodes/python.el (python-mode): Skip comments when parsing.
1013
1014 * vc-arch.el (vc-with-current-file-buffer): New macro.
1015 (vc-arch-file-source-p): Use it to avoid infloop.
1016
1017 2007-03-28 David Hansen <david.hansen@gmx.net> (tiny change)
1018
1019 * emacs-lisp/lisp.el (lisp-complete-symbol):
1020 Fix call to get-buffer-window to find windows in other frames.
1021
1022 2007-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
1023
1024 * comint.el (comint-proc-query, comint-dynamic-list-completions):
1025 Fix calls to get-buffer-window to find windows in other frames.
1026 Reported by David Hansen <david.hansen@gmx.net>.
1027
1028 2007-03-27 Kevin Ryde <user42@zip.com.au>
1029
1030 * info.el (Info-display-images-node): On a text-only terminal,
1031 show the "text" or "alt" parts of the image blobs.
1032
1033 2007-03-27 Glenn Morris <rgm@gnu.org>
1034
1035 * complete.el (PC-do-completion): Compute completion-base-size in
1036 the non-filename case, rather than setting to nil.
1037 (PC-lisp-complete-end): New variable.
1038 (PC-lisp-complete-symbol): Use PC-lisp-complete-end to store the
1039 original end in a series of consecutive invocations.
1040
1041 * calendar/calendar.el (calendar-mode-hook): Declare it.
1042
1043 * calendar/diary-lib.el (diary-live-p): Do not check for
1044 diary-selective-display.
1045
1046 2007-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
1047
1048 * replace.el (occur-next-error): *Occur* might not be displayed in the
1049 selected frame. Reported by David Hansen <david.hansen@gmx.net>.
1050
1051 2007-03-26 Richard Stallman <rms@gnu.org>
1052
1053 * textmodes/flyspell.el (flyspell-large-region):
1054 Use ispell-call-process-region.
1055
1056 2007-03-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1057
1058 * emacs-lisp/bytecomp.el (byte-compile-file-form-defmumble):
1059 Use prin1 instead of princ.
1060
1061 2007-03-25 Chong Yidong <cyd@stupidchicken.com>
1062
1063 * faces.el (face-set-after-frame-default): Revert 2007-03-10 change.
1064 Merge in X resources before global face.
1065
1066 * progmodes/compile.el (compilation-start): Save compilation-directory
1067 rather than default-directory as local var.
1068 (compilation-directory): Mark as safe local var.
1069
1070 * files.el: Don't mark default-directory as a safe local var.
1071
1072 2007-03-25 Alan Mackenzie <acm@muc.de>
1073
1074 * progmodes/cc-mode.el (c-before-change): Fix BOB bug.
1075 * progmodes/cc-engine.el: Fix typo.
1076
1077 2007-03-25 Juri Linkov <juri@jurta.org>
1078
1079 * compare-w.el (compare-windows): Rename customization group
1080 `compare-w' to `compare-windows'.
1081 (compare-windows-whitespace, compare-ignore-whitespace)
1082 (compare-ignore-case, compare-windows-sync)
1083 (compare-windows-sync-string-size, compare-windows-recenter)
1084 (compare-windows-highlight, compare-windows): Change group name in
1085 the `group' tag from `compare-w' to `compare-windows'.
1086 (compare-windows-sync): Add option `nil' for no sync. Doc fix.
1087
1088 2007-03-24 Markus Triska <markus.triska@gmx.at>
1089
1090 * expand.el: Change example to always enable abbrev-mode,
1091 and remove redundant `function'.
1092 (expand-abbrev-hook): Add autoload cookie.
1093
1094 2007-03-24 Ryan Yeske <rcyeske@gmail.com>
1095
1096 * emacs-lisp/testcover.el (testcover-start, testcover-end)
1097 (testcover-mark-all, testcover-unmark-all): Add prompts to
1098 interactive specs.
1099
1100 2007-03-24 Jason Rumney <jasonr@gnu.org>
1101
1102 * autorevert.el (find-file-hook, auto-revert-tail-mode):
1103 Use file size in bytes for auto-revert-tail-pos not characters.
1104
1105 2007-03-24 Thien-Thi Nguyen <ttn@gnu.org>
1106
1107 * vc-rcs.el (vc-rcs-annotate-command):
1108 Set text property :vc-annotate-prefix on the annotation text.
1109 (vc-rcs-annotate-time): Instead of searching for ": ",
1110 search for end of text propertized with :vc-annotate-prefix.
1111
1112 2007-03-24 Martin Rudalics <rudalics@gmx.at>
1113
1114 * whitespace.el (top level): Remove calls putting
1115 permanent-local nil property since these are no-ops.
1116
1117 * man.el (Man-support-local-filenames): Assure that
1118 default-directory exists when doing call-process.
1119
1120 2007-03-23 David Vazquez <xeos00@gmail.com> (tiny change)
1121
1122 * progmodes/m4-mode.el (m4-m4-buffer, m4-m4-region):
1123 Fix omission bug: Use m4-program-options to construct shell command.
1124
1125 2007-03-23 David Kastrup <dak@gnu.org>
1126
1127 * progmodes/cc-mode.el (c-make-emacs-variables-local):
1128 Use `mapcar' rather than `mapcan' to silence compiler warning.
1129
1130 2007-03-22 Ralf Angeli <angeli@caeruleus.net>
1131
1132 * textmodes/reftex.el, textmodes/reftex-vars.el,
1133 * textmodes/reftex-toc.el, textmodes/reftex-sel.el,
1134 * textmodes/reftex-ref.el, textmodes/reftex-parse.el,
1135 * textmodes/reftex-index.el, textmodes/reftex-global.el,
1136 * textmodes/reftex-dcr.el, textmodes/reftex-cite.el,
1137 * textmodes/reftex-auc.el: Add maintainer address.
1138
1139 2007-03-22 Carsten Dominik <dominik@science.uva.nl>
1140
1141 * textmodes/org.el (org-agenda-mode, org-table-edit-formulas):
1142 Make sure that `global-font-lock-mode' does not turn on font-lock
1143 in these buffers.
1144
1145 2007-03-21 Kim F. Storm <storm@cua.dk>
1146
1147 * xt-mouse.el (xt-mouse-epoch): New variable.
1148 (xterm-mouse-event): Use float-time.
1149
1150 2007-03-21 Nick Roberts <nickrob@snap.net.nz>
1151
1152 * xt-mouse.el (xterm-mouse-event): Compute a timestamp using
1153 current-time.
1154
1155 2007-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
1156
1157 * complete.el (read-file-name-internal): Don't add the final > if the
1158 completion is not finished (re-application of this patch, which was
1159 accidentally undone by Eli).
1160
1161 2007-03-21 Chong Yidong <cyd@stupidchicken.com>
1162
1163 * emulation/viper.el (viper-non-hook-settings): Handle mouse
1164 clicks in describe-key and describe-key-briefly advice a little better.
1165
1166 2007-03-21 Juanma Barranquero <lekktu@gmail.com>
1167
1168 * server.el (server-process-filter): Cancel any pending isearch.
1169
1170 2007-03-21 Ulf Jasper <ulf.jasper@web.de>
1171
1172 * calendar/icalendar.el (icalendar-version): Increase to 0.15.
1173 (icalendar--get-unfolded-buffer): Define actual arguments rather
1174 than just using &rest. Check replace-in-string is fbound.
1175 (icalendar-import-buffer): Doc fix.
1176 (icalendar--convert-ical-to-diary): Set diary-file.
1177 Check diary-file before inserting final newline.
1178 (icalendar--add-diary-entry): Return diary-file.
1179
1180 2007-03-21 Glenn Morris <rgm@gnu.org>
1181
1182 * calendar/calendar.el (diary-set-maybe-redraw): Autoload it.
1183 (diary-display-hook): Add custom :set function.
1184
1185 * calendar/diary-lib.el (diary-header-line-flag): Doc fix.
1186 Add custom :set function.
1187 (diary-header-line-format): Doc fix.
1188 (diary-set-maybe-redraw): New function.
1189 (number-of-diary-entries): Change :set to use diary-set-maybe-redraw.
1190 (diary-list-entries): Always run diary-mode.
1191
1192 2007-03-20 Kenichi Handa <handa@m17n.org>
1193
1194 * international/quail.el (quail-setup-completion-buf): Make the
1195 completion buffer read-only.
1196 (quail-completion): Adjusted for the above change. Leave the
1197 modified flag nil.
1198
1199 2007-03-20 David Kastrup <dak@gnu.org>
1200
1201 * files.el (magic-mode-alist): Require literal "%!PS" string for
1202 magic postscript file detection.
1203
1204 2007-03-20 Richard Stallman <rms@gnu.org>
1205
1206 * textmodes/ispell.el (ispell-call-process): New function.
1207 Defends against bad `default-directory.'
1208 (ispell-check-version, ispell-find-aspell-dictionaries)
1209 (ispell-get-aspell-config-value, lookup-words): Call it.
1210 (ispell-call-process-region): New function.
1211 (ispell-send-string): Call it.
1212
1213 2007-03-20 Andreas Schwab <schwab@suse.de>
1214
1215 * Makefile.in (custom-deps): Depend on $(lisp)/subdirs.el.
1216 (finder-data): Likewise.
1217 (autoloads): Likewise.
1218
1219 2007-03-20 Martin Rudalics <rudalics@gmx.at>
1220
1221 * files.el (basic-save-buffer): Do not set visited filename when
1222 the corresponding directory does not exist or the specified
1223 filename is that of an existing directory.
1224
1225 2007-03-20 Glenn Morris <rgm@gnu.org>
1226
1227 * calendar/diary-lib.el (diary-live-p): New function.
1228 (number-of-diary-entries): Add a :set function to redisplay diary
1229 when necessary.
1230
1231 2007-03-19 Nick Roberts <nickrob@snap.net.nz>
1232
1233 * t-mouse.el (t-mouse-make-event-element): Use timestamp output
1234 from client program, mev, to compute mouse event.
1235
1236 2007-03-19 Chong Yidong <cyd@stupidchicken.com>
1237
1238 * faces.el (momentary): Face removed; unused due to reversion of
1239 2007-01-04 changes by Kevin Rodgers.
1240
1241 * mouse.el (mouse-drag-track): Remove spurious input-pending-p test.
1242 Suggested by Johan Bockg\e,Ae\e(Brd.
1243
1244 2007-03-19 Martin Rudalics <rudalics@gmx.at>
1245
1246 * font-lock.el (lisp-font-lock-keywords-1):
1247 Highlight define-globalized-minor-mode as a keyword.
1248
1249 2007-03-19 Kim F. Storm <storm@cua.dk>
1250
1251 * calc/calc-forms.el (math-std-daylight-savings)
1252 (math-std-daylight-savings-old): Doc fix.
1253
1254 2007-03-19 Juanma Barranquero <lekktu@gmail.com>
1255
1256 * progmodes/python.el (python-default-template): Doc fix.
1257 (python-buffer): Fix typo in docstring.
1258
1259 * isearchb.el (isearchb-follow-char):
1260 * subr.el (def-edebug-spec): Fix typo in docstring.
1261
1262 2007-03-19 Richard Stallman <rms@gnu.org>
1263
1264 * files.el (default-directory): Mark safe.
1265 (basic-save-buffer-2): Put proper dir name in error message.
1266
1267 * simple.el (compose-mail): Run switch-function after
1268 setting up the mail buffer.
1269
1270 * startup.el (inhibit-splash-screen, initial-major-mode): Doc fixes.
1271
1272 2007-03-18 Jay Belanger <belanger@truman.edu>
1273
1274 * calc/calc-forms.el (math-parse-date): Fix a regular expression.
1275 (math-std-daylight-savings-new): Rename from
1276 `math-std-daylight-savings'.
1277 (math-std-daylight-savings-old): Rename from old value of
1278 `math-std-daylight-savings'.
1279 (math-std-daylight-savings): Use `math-std-daylight-savings-new' or
1280 `math-std-daylight-savings-old' depending on the year.
1281
1282 2007-03-18 Detlev Zundel <dzu@gnu.org>
1283
1284 * emacs-lisp/re-builder.el (reb-update-overlays): Do not mark
1285 zero-width regexps as invalid but rather at least count them correctly.
1286
1287 2007-03-18 Thien-Thi Nguyen <ttn@gnu.org>
1288
1289 * net/tls.el (open-tls-stream): In handshake-waiting loop,
1290 don't wait more if there is output available to process.
1291
1292 2007-03-18 Nick Roberts <nickrob@snap.net.nz>
1293
1294 * progmodes/compile.el (compilation-find-file): Revert change
1295 from 2006-07-18 to allow completion of directory names.
1296 Reported by John Carter <john.carter@tait.co.nz>.
1297
1298 2007-03-18 Kim F. Storm <storm@cua.dk>
1299
1300 * subr.el (when, unless): Doc fix.
1301
1302 2007-03-17 Thien-Thi Nguyen <ttn@gnu.org>
1303
1304 * net/tls.el (tls-program): Doc fix.
1305
1306 2007-03-17 Denis Bueno <dbueno@gmail.com> (tiny change)
1307
1308 * autorevert.el (auto-revert-tail-handler):
1309 Call after-revert-hook.
1310
1311 2007-03-17 Ryan Yeske <rcyeske@gmail.com>
1312
1313 * simple.el (switch-to-completions): No error if search for \n\n fails.
1314
1315 2007-03-17 Chong Yidong <cyd@stupidchicken.com>
1316
1317 * simple.el (line-move-1):
1318 Respect `inhibit-line-move-field-capture' property.
1319
1320 2007-03-13 Chong Yidong <cyd@stupidchicken.com>
1321
1322 * comint.el (comint-arguments): Mark backslash-escaped chars.
1323 (comint-delim-arg): Don't treat them as delimiters.
1324
1325 2007-03-12 Kim F. Storm <storm@cua.dk>
1326 * ido.el (ido-init-completion-maps): Remap delete-backward-char.
1327
1328 2007-03-12 Lawrence Mitchell <wence@gmx.li> (tiny change)
1329
1330 * tempo.el (tempo-insert): Deal with 'r> if it appears
1331 specified with a prompt argument.
1332
1333 2007-03-12 Carsten Dominik <dominik@science.uva.nl>
1334
1335 * textmodes/org.el (org-set-font-lock-defaults):
1336 Handle narrow table columns correctly.
1337
1338 2007-03-12 Mark A. Hershberger <mah@everybody.org>
1339
1340 * xml.el (xml-parse-tag, xml-parse-string, xml-parse-attlist)
1341 (xml-parse-dtd, xml-parse-elem-type, xml-substitute-special):
1342 Return to use of the -no-properties variants. There was
1343 consensus on emacs-devel that the speed of these variants was
1344 prefered since we are usually parsing files (from the internet
1345 or on disk) instead of XML created in Emacs.
1346
1347 * eshell/esh-mode.el (eshell-handle-ansi-color): New function.
1348 Add customize option.
1349
1350 2007-03-12 Glenn Morris <rgm@gnu.org>
1351
1352 * calc/calc-forms.el (math-std-daylight-savings): Switch to new
1353 North American rule. Replace "daylight savings" with "daylight
1354 saving" in doc.
1355
1356 * calendar/cal-china.el,cal-dst.el,calendar.el,diary-lib.el:
1357 * calendar/lunar.el,solar.el: Replace "daylight savings" with
1358 "daylight saving" in text.
1359
1360 * woman.el (woman-change-fonts): Tweak previous change by using
1361 woman-request-regexp rather than "^\\.".
1362
1363 * startup.el (command-line-1): Make insertion of
1364 initial-scratch-message not depend on scratch being selected.
1365
1366 2007-03-11 Juri Linkov <juri@jurta.org>
1367
1368 * replace.el (match): Use yellow background on light-bg terminals.
1369
1370 2007-03-11 Richard Stallman <rms@gnu.org>
1371
1372 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
1373 Correctly compute line number.
1374
1375 2007-03-11 Guanpeng Xu <herberteuler@hotmail.com>
1376
1377 * type-break.el (type-break-get-previous-count):
1378 Repeat previous change here.
1379
1380 2007-03-11 Dan Nicolaescu <dann@ics.uci.edu>
1381
1382 * progmodes/grep.el (grep-find-ignored-directories):
1383 Add .git and .bzr to list.
1384
1385 2007-03-11 Andreas Schwab <schwab@suse.de>
1386
1387 * diff-mode.el (diff-apply-hunk): Use proper format string for error.
1388
1389 2007-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
1390
1391 * mail/emacsbug.el (report-emacs-bug): Don't hard code the "X" name.
1392
1393 2007-03-10 Chong Yidong <cyd@stupidchicken.com>
1394
1395 * faces.el (face-set-after-frame-default): Recalculate face
1396 customizations after applying X resources.
1397
1398 2007-03-10 Ryan Yeske <rcyeske@gmail.com>
1399
1400 * net/rcirc.el (rcirc-timeout-seconds): New variable.
1401 (rcirc-keepalive-seconds): Remove variable.
1402 (rcirc-server-name, rcirc-timeout-timer, rcirc-connecting)
1403 (rcirc-process, rcirc-user-disconnect): New variables.
1404 (rcirc-connect): Initalize new variables.
1405 (rcirc-keepalive): Don't send keepalive pings before connection
1406 is completed.
1407 (rcirc-sentinel): Do mark all channels with activity when
1408 connection is dropped. Run hook with process buffer local.
1409 (rcirc-reschedule-timeout, rcirc-delete-process): New functions.
1410 (rcirc-buffer-process): Return value of rcirc-process if
1411 rcirc-server-buffer is nil.
1412 (rcirc-server-name): Return the reported server name.
1413 (rcirc-update-prompt): Simplify computation of the server name.
1414 (rcirc-format-response-string): Likewise.
1415 (rcirc-handler-001): Mark server as connected, record the reported
1416 server name, and schedule a timeout.
1417 (rcirc-track-nick): Add a spec for the tty class.
1418 (rcirc-user-non-nick): Remove function.
1419 (rcirc-nick-prefix-chars): Add variable.
1420 (rcirc-user-nick): Use above variable.
1421
1422 2007-03-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1423
1424 * icomplete.el (icomplete-tidy, icomplete-exhibit):
1425 Bind deactivate-mark to nil.
1426
1427 2007-03-10 Martin Rudalics <rudalics@gmx.at>
1428
1429 * complete.el (PC-do-completion): Bind dirlength to nil to avoid
1430 that buffer contents get erased during completion.
1431
1432 2007-03-10 Glenn Morris <rgm@gnu.org>
1433
1434 * woman.el (woman-change-fonts): Add a hack to deal with
1435 font-escape followed by "." at start of a line.
1436 (woman2-IP): Add a hack to deal with consecutive requests.
1437 (woman2-tagged-paragraph): Extend existing hack to handle "sp".
1438
1439 2007-03-10 Alan Mackenzie <acm@muc.de>
1440
1441 * progmodes/cc-mode.el (c-before-change): Wrap in save-match-data.
1442
1443 2007-03-09 Richard Stallman <rms@gnu.org>
1444
1445 * abbrev.el (abbrev): Add `provide'.
1446
1447 2007-03-09 Thien-Thi Nguyen <ttn@gnu.org>
1448
1449 * net/ange-ftp.el (ange-ftp-try-passive-mode): Doc fix.
1450
1451 2007-03-09 Martin Rudalics <rudalics@gmx.at>
1452
1453 * complete.el (PC-try-completion): New function.
1454 (PC-do-completion, read-file-name-internal): Use it instead of
1455 try-completion.
1456
1457 2007-03-08 Alan Mackenzie <acm@muc.de>
1458
1459 Remove stale tokens from `c-found-types' cache.
1460
1461 * progmodes/cc-mode.el (c-unfind-enclosing-token)
1462 (c-unfind-coalesced-tokens, c-before-change): New functions.
1463 (c-maybe-stale-found-type): New variable.
1464
1465 * progmodes/cc-engine.el (c-partial-ws-p, c-unfind-type)
1466 (c-trim-found-types): New functions.
1467
1468 2007-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
1469
1470 * smerge-mode.el (smerge-remove-props): Don't mark the buffer modified.
1471 (debug-ignored-errors): Add entry from smerge-match-conflict.
1472
1473 2007-03-08 J.D. Smith <jdsmith@as.arizona.edu>
1474
1475 * progmodes/idlw-help.el (idlwave-do-context-help1): Don't visit
1476 special help topics for keywords.
1477 (idlwave-help-assistant-command): Include ".exe" for ms-dos
1478 etc. Assistant command.
1479
1480 2007-03-08 Chong Yidong <cyd@stupidchicken.com>
1481
1482 * replace.el (occur-engine): Move buffer-undo-list binding...
1483 (occur-1): ...to here.
1484
1485 * complete.el (PC-bindings): Rebind M-TAB in read-expression-map.
1486
1487 * simple.el (minibuffer-completing-symbol): New var.
1488 (eval-expression): Use it.
1489 (completion-setup-function): Don't bind completion-base-size when
1490 completing a symbol in the minibuffer.
1491
1492 2007-03-08 Nick Roberts <nickrob@snap.net.nz>
1493
1494 * progmodes/gud.el (gdb): Pop up current GUD buffer if user
1495 tries to start a second session in graphical mode.
1496
1497 2007-03-07 Miles Bader <miles@gnu.org>
1498
1499 * international/isearch-x.el
1500 (isearch-process-search-multibyte-characters):
1501 Strip text-properties from PROMPT to avoid an error from read-string.
1502
1503 2007-03-07 Kim F. Storm <storm@cua.dk>
1504
1505 * complete.el (PC-bindings): Remap lisp-complete-symbol to
1506 PC-lisp-complete-symbol instead of binding M-TAB in global-map.
1507
1508 2007-03-07 Micha\e,Ak\e(Bl Cadilhac <michael@cadilhac.name>
1509
1510 * complete.el (PC-do-completion): Delete duplicates in the list of
1511 possible completions.
1512
1513 2007-03-07 Glenn Morris <rgm@gnu.org>
1514
1515 * ses.el (ses-mode): Doc fix.
1516
1517 2007-03-06 Kim F. Storm <storm@cua.dk>
1518
1519 * isearch.el (isearch-message-prefix): Undo 2007-03-01 change.
1520
1521 2007-03-06 Kenichi Handa <handa@m17n.org>
1522
1523 * term/x-win.el (x-select-utf8-or-ctext): Improve the strategy.
1524
1525 2007-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
1526
1527 * simple.el (completion-setup-function): Improve last fix so it doesn't
1528 set it to a relative directory name either.
1529
1530 2007-03-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1531
1532 * ps-print.el: Replace some (defvar VAR) by (defvar VAR nil).
1533
1534 2007-03-05 Richard Stallman <rms@gnu.org>
1535
1536 * emacs-lisp/re-builder.el (reb-re-syntax): Fix custom type.
1537
1538 * files.el (find-file-noselect): No error if file no longer exists.
1539 Display a message and avoid other questions.
1540
1541 2007-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * pcomplete.el (pcomplete-show-completions): Improve last change, so
1544 as not to use an invisible window and to create a window if none exist.
1545
1546 * progmodes/python.el (python-send-command): Restart proc if necessary.
1547 (python-proc): Simplify.
1548
1549 2007-03-05 David Hansen <david.hansen@gmx.net> (tiny change)
1550
1551 * pcomplete.el (pcomplete-show-completions): Search all frames for
1552 completions buffer.
1553
1554 2007-03-05 Chong Yidong <cyd@stupidchicken.com>
1555
1556 * cus-edit.el (customize-save-variable): Clear customized-value
1557 property (saved values are now put in theme-value property).
1558 (customize-set-variable): Doc fix.
1559
1560 * complete.el (PC-do-completion): If completion-ignore-case is
1561 non-nil, replace field with completion string before exiting.
1562
1563 2007-03-05 Michael Albinus <michael.albinus@gmx.de>
1564
1565 * net/tramp.el (tramp-make-temp-file): New parameter FILENAME.
1566 Append its extension to the resulting temporary file name.
1567 (tramp-handle-file-local-copy, tramp-handle-write-region): Apply it.
1568
1569 * net/tramp-smb.el (tramp-smb-handle-file-local-copy)
1570 (tramp-smb-handle-write-region): Apply it.
1571
1572 2007-03-05 Alin C. Soare <alinsoar@voila.fr> (tiny change)
1573
1574 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
1575 Redo previous change.
1576
1577 2007-03-04 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
1578
1579 * diff-mode.el (diff-mode): Doc fix.
1580
1581 2007-03-05 Kenichi Handa <handa@m17n.org>
1582
1583 * international/characters.el: Set category `l' (latin)
1584 for more characters.
1585
1586 2007-03-04 Kim F. Storm <storm@cua.dk>
1587
1588 * emacs-lisp/authors.el (authors-aliases): Add alias.
1589
1590 2007-03-04 Glenn Morris <rgm@gnu.org>
1591
1592 * progmodes/hideshow.el (hs-minor-mode): Turn mode off and show
1593 all when switching major mode.
1594 (hs-minor-mode, hs-c-start-regexp, hs-block-start-regexp)
1595 (hs-block-start-mdata-select, hs-block-end-regexp)
1596 (hs-forward-sexp-func, hs-adjust-block-beginning):
1597 Do not make these variables permanent-local.
1598
1599 2007-03-04 Richard Stallman <rms@gnu.org>
1600
1601 * progmodes/cperl-mode.el (cperl-mode):
1602 Modify cperl-compilation-error-regexp-alist by appending.
1603
1604 * emacs-lisp/edebug.el (edebug-kill-buffer): New function.
1605 (edebug-mode): Add the hook.
1606 (edebug-recursive-edit): Remove the hook on exiting.
1607
1608 * type-break.el (type-break-get-previous-time):
1609 Handle end-of-file errors specially
1610 so they don't get reported wrong in .emacs.
1611
1612 * startup.el (fancy-splash-text): Clarify text.
1613
1614 * simple.el (beginning-of-buffer, end-of-buffer):
1615 Avoid treating plain C-u like numeric arg.
1616
1617 * simple.el (completion-setup-function): Don't set
1618 default-directory to nil.
1619
1620 * shell.el (shell-dirstack-query): Doc fix.
1621
1622 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
1623 Don't select the window -- pass it to primitives instead.
1624
1625 * faces.el (minibuffer-prompt): Use medium blue by default.
1626
1627 2007-03-04 David Kastrup <dak@gnu.org>
1628
1629 * jit-lock.el (jit-lock-stealth-time): Change default to nil.
1630 Preserve 16 as default value for "seconds" when customizing.
1631
1632 2007-03-04 Carsten Dominik <dominik@science.uva.nl>
1633
1634 * textmodes/org.el (org-self-insert-command)
1635 (orgtbl-self-insert-command, org-delete-char)
1636 (org-delete-backward-char): Set the `flyspell-delayed' property.
1637
1638 2007-03-03 Chong Yidong <cyd@stupidchicken.com>
1639
1640 * international/mule.el (find-auto-coding): Don't search for
1641 line-ending characters past the end of the tail.
1642
1643 2007-03-03 Christopher Allan Webber <cwebber@dustycloud.org> (tiny change)
1644
1645 * play/gamegrid.el (gamegrid-add-score-with-update-game-score-1):
1646 Jump to the line where new score has been uploaded.
1647
1648 * play/tetris.el (tetris-move-bottom, tetris-move-left)
1649 (tetris-move-right, tetris-rotate-prev, tetris-rotate-next):
1650 Do nothing when the game is paused.
1651
1652 2007-03-03 Carsten Dominik <dominik@science.uva.nl>
1653
1654 * textmodes/org.el (org-set-tags): Prevent slipping of point
1655 during completion.
1656
1657 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1658
1659 * isearch.el (isearch-message-prefix):
1660 Use minibuffer-prompt-properties.
1661
1662 2007-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1663
1664 * ps-print.el: Replace (defvar VAR nil) by (defvar VAR).
1665 (ps-setup): Print which Emacsen is running ps-print package.
1666
1667 2007-03-01 Stuart Herring <herring@lanl.gov>
1668
1669 * files.el (set-auto-mode-0): Use `indirect-function'.
1670 (hack-one-local-variable): Don't reapply current major mode.
1671
1672 2007-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * progmodes/python.el (python-quote-syntax): Don't bother with
1675 syntax-ppss-context.
1676 (python-fill-paragraph): Make sure that fenced-string delimiters that
1677 stand on their own line stay there
1678
1679 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se>
1680
1681 * replace.el (perform-replace): Propertize message.
1682
1683 2007-03-01 Carsten Dominik <dominik@science.uva.nl>
1684
1685 * textmodes/org.el (org-prepare-agenda-buffers): Also check for
1686 invisible heading.
1687
1688 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1689
1690 * net/tramp.el (tramp-file-name-handler): Revert last change.
1691
1692 2007-02-28 Nick Roberts <nickrob@snap.net.nz>
1693
1694 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump):
1695 Correct doc strings.
1696
1697 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1698
1699 * replace.el (perform-replace): Undo forward-char immediately if
1700 non-adjacent search fails.
1701
1702 2007-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
1703
1704 * version.el (emacs-major-version, emacs-minor-version):
1705 string-to-int -> string-to-number.
1706
1707 2007-02-28 Juanma Barranquero <lekktu@gmail.com>
1708
1709 * help.el (where-is): Fail gracefully when not passed a command.
1710
1711 2007-02-28 Stuart Herring <herring@lanl.gov>
1712
1713 * find-lisp.el (find-lisp-default-directory-predicate):
1714 Fix bug: Do symlink check on expanded filename.
1715
1716 2007-02-28 Carsten Dominik <dominik@science.uva.nl>
1717
1718 * textmodes/org.el (org-set-tags, org-table-get-field): Avoid case
1719 changes during replacement.
1720 (org-agenda-mode-map): Add default binding for `org-agenda-archive'.
1721
1722 2007-02-28 Lars Hansen <larsh@soem.dk>
1723
1724 * desktop.el: Delete header line listing me as maintainer.
1725
1726 2007-02-28 Glenn Morris <rgm@gnu.org>
1727
1728 * tutorial.el (tutorial--describe-nonstandard-key): Tweak text in
1729 the menus case.
1730
1731 2007-02-28 Chong Yidong <cyd@stupidchicken.com>
1732
1733 * net/tramp.el (tramp-file-name-handler): Inhibit modification
1734 hooks to avoid confusion when combining after-change calls.
1735
1736 2007-02-27 Ken Manheimer <ken.manheimer@gmail.com>
1737
1738 * allout.el (allout-encrypt-string): Remove inhibition of gpg-agent,
1739 now that pgg-gpg-process-region correctly honors passed-in passphrase.
1740 (allout-distinctive-bullets-string): Add info about bullet conventions.
1741 (allout-mode): Add info about distinctive vs plain bullets.
1742
1743 2007-02-27 Carsten Dominik <dominik@science.uva.nl>
1744
1745 * textmodes/org.el (org-archive-subtree): Quote variable name.
1746 (org-agenda-get-todos): Make sure skip properties are checked correctly.
1747
1748 2007-02-26 Nick Roberts <nickrob@snap.net.nz>
1749
1750 * progmodes/gud.el (gud-bashdb-history, gud-bashdb-marker-filter)
1751 (gud-bashdb-command-name, bashdb): Remove.
1752 (gud, gud-menu-map): Remove references to bash/bashdb.
1753
1754 2007-02-26 Andrey Zhdanov <susuman@hotmail.com> (tiny change)
1755
1756 * progmodes/gud.el (gud-pdb-marker-regexp): Add optional <module>
1757 keyword for Python 2.5.
1758
1759 2007-02-26 Romain Francoise <romain@orebokech.com>
1760
1761 * net/net-utils.el (whois-server-tld): Update server for .org.
1762 (whois-server-list): Add whois.publicinterestregistry.net.
1763 (whois-guess-server): Fix formatting in docstring.
1764
1765 2007-02-26 Kim F. Storm <storm@cua.dk>
1766
1767 * mouse.el (mouse-show-mark): Run hooks and perform command
1768 remapping for mouse-region-delete-keys.
1769
1770 2007-02-26 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
1771
1772 * font-core.el (font-lock-mode): Doc fix.
1773
1774 2007-02-25 Kim F. Storm <storm@cua.dk>
1775
1776 * ido.el (ido-buffer-internal): Set this-command to fallback command.
1777 Add selected buffer to buffer-name-history.
1778 (ido-file-internal): Set this-command to fallback command.
1779 Add file names to file-name-history.
1780
1781 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1782 Apply minibuffer-prompt-properties.
1783
1784 2007-02-25 Andreas Schwab <schwab@suse.de>
1785
1786 * files.el (hack-one-local-variable-eval-safep): Correct handling
1787 of edebug-form-spec property value. Reported by Johan Bockg\e,Ae\e(Brd.
1788
1789 2007-02-25 Carsten Dominik <dominik@science.uva.nl>
1790
1791 * textmodes/org.el (org-table-overlay-coordinates)
1792 (org-table-toggle-coordinate-overlays): New functions.
1793 (org-table-overlay-coordinates, org-table-coordinate-overlays):
1794 New variables.
1795 (org-startup-with-deadline-check): Remove option.
1796 (org-mode): Remove deadline check on startup.
1797 (org-table-limit-column-width): Remove option.
1798 (org-table-formula-numbers-only): Remove option.
1799 (org-link-style, org-link-format): Remove options.
1800 (org-select-agenda-window, org-fit-agenda-window): Remove options.
1801 (org-export-ascii-show-new-buffer)
1802 (org-export-html-show-new-buffer): Remove options.
1803 (org-activate-links): Remove camel option.
1804 (org-file-link-context-use-camel-case): Remove option.
1805 (org-camel-regexp): Remove variable.
1806 (org-activate-camels): Remove function.
1807 (org-store-link): Remove Camel stuff.
1808 (org-make-org-heading-camel): Remove function.
1809 (org-open-at-point): Remove camel stuff.
1810 (org-link-search): Remove camel stuff.
1811 (org-camel-to-words): Function removed.
1812 (org-get-agenda-file-buffer): Make sure we prepare the base
1813 buffers, not any indirect buffers.
1814 (org-sort-entries): Sort top-level when not on a headline, and no
1815 active region.
1816 (org-in-regexp): New function.
1817 (org-search-not-self): Rename from `org-search-not-link'.
1818 (org-open-link-marker): New variable.
1819 (org-open-at-point): Set `org-open-link-marker'.
1820 (org-print-icalendar-entries): Fixe bug with excluding DONE
1821 entries from the exported list.
1822 (org-edit-formula-lisp-indent): New command.
1823 (orgtbl-to-texinfo, orgtbl-to-html): New functions.
1824 (orgtbl-to-latex, orgtbl-insert-radio-table)
1825 (orgtbl-toggle-comment, orgtbl-send-table): New functions.
1826 (orgtbl-radio-table-templates): New option.
1827 (org-store-link-props):
1828 (org-remember-templates): More possibilities to insert info
1829 into templates.
1830 (org-remember-apply-template): Make use of the extended
1831 template capabilities.
1832 (org-remember-redo-template): New command.
1833 (org-upgrade-old-links)
1834 (org-table-modify-formulas, org-table-replace-in-formulas)
1835 (org-table-find-dataline)
1836 (org-table-get-vertical-vector): Remove functions.
1837 (org-table-remove-rectangle-highlight)
1838 (org-time-stamp-format, org-toggle-log-option)
1839 (org-table-highlight-rectangle)
1840 (org-table-iterate, org-table-make-reference):
1841 (org-translate-time, org-tree-to-indirect-buffer)
1842 (org-table-field-info, org-table-fix-formulas)
1843 (org-table-force-dataline, org-table-get-descriptor-line)
1844 (org-table-get-range)
1845 (org-skip-comments, org-sort)
1846 (org-sort-entries, org-sublist, org-table-add-rectangle-overlay)
1847 (org-table-current-dline, org-table-current-field-formula)
1848 (org-table-edit-backward-field)
1849 (org-table-edit-formulas-post-command)
1850 (org-table-edit-line-down, org-table-edit-line-up)
1851 (org-agenda-archive)
1852 (org-agenda-clock-cancel)
1853 (org-agenda-clock-out, org-agenda-list-stuck-projects)
1854 (org-agenda-open-link, org-agenda-show-new-time)
1855 (org-agenda-skip-subtree-when-regexp-matches)
1856 (org-agenda-tree-to-indirect-buffer, org-agenda-undo)
1857 (org-at-regexp-p, org-auto-repeat-maybe, org-check-log-option)
1858 (org-do-sort, org-file-image-p, org-find-overlays)
1859 (org-find-row-type, org-get-indirect-buffer, org-get-repeat)
1860 (org-highlight-until-next-command, org-isearch-end)
1861 (org-match-any-p, org-next-link, org-previous-link):
1862 (org-remove-subtree-entries-from-agenda, org-replace-escapes)
1863 (org-rewrite-old-row-references)
1864 (org-isearch-post-command)
1865 (org-table-edit-move, org-table-edit-next-field)
1866 (org-table-edit-scroll, org-table-edit-scroll-down)
1867 (org-set-frame-title, org-show-reference)
1868 (org-unhighlight-once, org-verify-change-for-undo): New functions.
1869 (org-show-variable): Remove command.
1870 (org-add-log-maybe): New arguments STATE, FINDPOS
1871 (org-table-sort-lines): Rewrite from scratch.
1872 (org-link-search): New argument AVOID-POS.
1873 (org-print-icalendar-entries): Remove argument CATEGORY.
1874 (org-run-agenda-series): Remove argument WONDOW.
1875 (org-next-link, org-previous-link): New commands.
1876 (org-agenda-date-format): New option.
1877 (org-table-iterate): New command.
1878 (org-table-modify-formulas)
1879 (org-table-replace-in-formulas): Remove functions.
1880 (org-table-fix-formulas): New function.
1881 (org-table-insert-column, org-table-delete-column)
1882 (org-table-move-column): Use `org-table-fix-formulas'.
1883 (org-follow-gnus-link): Patch from Bastien/Leo.
1884 (org-table-current-field-formula): New function.
1885 (org-file-image-p): New function.
1886 (org-agenda-show-new-time): New function.
1887 (org-agenda-date-later): Call `org-agenda-show-new-time'.
1888 (org-with-remote-undo): New macro.
1889 (org-agenda-undo): New command.
1890 (org-verify-change-for-undo): New function.
1891 (org-time-stamp-format): New function.
1892 (org-agenda-get-timestamps): Skip scheduled if DONE and requested
1893 by user.
1894 (org-match-any-p): New function.
1895 (org-make-tags-matcher): Handle regular expressions for tag and
1896 todo matches.
1897 (org-read-date): Accept "+N" as input for a date relative to the
1898 current date.
1899 (org-remove-subtree-entries-from-agenda): New function.
1900 (org-agenda-archive, org-agenda-kill):
1901 Use `org-remove-subtree-entries-from-agenda'.
1902 (org-do-sort, org-sort-entries): New functions.
1903 (org-sort): New command.
1904 (org-table-sort-lines): Use `org-do-sort'.
1905 (org-fix-decoded-time): New function.
1906 (org-table-number-regexp): Require 0x... to identify as number
1907 in tables.
1908 (org-startup-options): New keywords for note taking.
1909 (org-upgrade-old-links): Remove function.
1910 (org-get-repeat): New function.
1911 (org-show-context): Also show siblings on current level.
1912 (org-show-siblings): New function.
1913 (org-isearch-end, org-isearch-post-command): New functions.
1914 (org-show-siblings): New option.
1915 (org-show-context): Use `org-show-siblings'.
1916 (org-table-maybe-recalculate-line): No longer require `calc-eval'
1917 to be bound, because user may just use elisp.
1918
1919 2007-02-24 Kim F. Storm <storm@cua.dk>
1920
1921 * emulation/cua-base.el (cua-paste): Handle x-clipboard-yank.
1922 (cua--init-keymaps): Remap x-clipboard-yank to cua-paste.
1923
1924 2007-02-24 Dan Nicolaescu <dann@ics.uci.edu>
1925
1926 * startup.el (command-line): Also check if the abbrev file is readable.
1927
1928 2007-02-24 John Paul Wallington <jpw@pobox.com>
1929
1930 * net/tls.el (tls-certtool-program): Fix custom type.
1931
1932 * mail/feedmail.el (feedmail-message-id-generator)
1933 (feedmail-date-generator): Fix custom types.
1934
1935 * mail/rmail.el (rmail-message-filter): Fix custom type.
1936
1937 2007-02-24 Eli Zaretskii <eliz@gnu.org>
1938
1939 * startup.el (command-line): If simple.el cannot be found, proceed
1940 with a warning message.
1941
1942 2007-02-24 Kenichi Handa <handa@m17n.org>
1943
1944 * international/utf-8.el (utf-8-pre-write-conversion): Handle the
1945 case that BEG is a string.
1946
1947 2007-02-24 Chris Moore <dooglus@gmail.com>
1948
1949 * pgg-pgp5.el (pgg-pgp5-encrypt-region):
1950 * pgg-pgp.el (pgg-pgp-encrypt-region):
1951 * pgg-gpg.el (pgg-gpg-encrypt-region):
1952 Check pgg-encrypt-for-me if no other recipients.
1953
1954 2007-02-23 Eli Zaretskii <eliz@gnu.org>
1955
1956 * mail/rmailedit.el (rmail-cease-edit): Restore the Rmail toolbar.
1957
1958 * textmodes/sgml-mode.el (sgml-validate): Quote the file name with
1959 shell-quote-argument.
1960
1961 2007-02-23 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
1962
1963 * comint.el (comint-read-input-ring): Use comint-input-ring-size
1964 from the comint buffer instead of the temporary one.
1965
1966 2007-02-23 David Reitter <david.reitter@gmail.com>
1967
1968 * cus-edit.el (custom-save-all): Canonicalize custom-file before
1969 storing it in recentf-exclude.
1970
1971 2007-02-23 Chong Yidong <cyd@stupidchicken.com>
1972
1973 * startup.el (fancy-splash-screens): Make cursor-type buffer-local
1974 in splash screen.
1975
1976 2007-02-22 J.D. Smith <jdsmith@as.arizona.edu>
1977
1978 * progmodes/idlw-shell.el (idlwave-shell-mode): Clean up pending
1979 commands, for restart.
1980 (idlwave-shell-current-module): Fix handling of module name by type.
1981 (idlwave-shell-break-in): Update type handling.
1982 (idlwave-shell-bp-get): Encode type in BP structure.
1983 (idlwave-shell-set-bp): Fix setting condition/count on disabled BPs.
1984 (idlwave-shell-module-source-query): Query routine info based on type.
1985 Fix path parsing for non-compiled files.
1986 (idlwave-shell-module-source-filter): Don't signal error in filter
1987 if no source found.
1988 (idlwave-shell-set-bp-in-module): Use fallback source to prevent
1989 filter race.
1990
1991 2007-02-22 Kim F. Storm <storm@cua.dk>
1992
1993 * wid-edit.el (widget-default-create): Undo 2007-02-04 change.
1994 (editable-field): Document need to put some text before the %v
1995 escape in :format string.
1996
1997 2007-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
1998
1999 * vc-svn.el: Remove the code inherited from CVSREAD and `cvs edit'.
2000 (vc-svn-use-edit): Remove unused config var.
2001 (vc-svn-update, vc-svn-revert): Checkout is always implicit.
2002
2003 * outline.el (hide-sublevels): Keep empty last line, if available.
2004
2005 * buff-menu.el (list-buffers-noselect): Use explicit unicode code
2006 rather than the corresponding unicode char, to make the code
2007 more readable.
2008
2009 2007-02-19 Juanma Barranquero <lekktu@gmail.com>
2010
2011 * speedbar.el (speedbar-frame-mode, speedbar-frame-width)
2012 (speedbar-show-unknown-files, speedbar-item-info-file-helper)
2013 (speedbar-item-info-tag-helper): Doc fixes.
2014
2015 2007-02-19 Kenichi Handa <handa@m17n.org>
2016
2017 * international/mule-cmds.el (locale-language-names):
2018 Map "eo" to "Esperanto".
2019
2020 * language/european.el ("Esperanto"): New language environment.
2021
2022 2007-02-17 Sven Joachim <svenjoac@gmx.de> (tiny change)
2023
2024 * simple.el (kill-line): Doc fix.
2025
2026 2007-02-17 Kim F. Storm <storm@cua.dk>
2027
2028 * emacs-lisp/bindat.el (bindat--unpack-u*): Optimize.
2029 (bindat--unpack-item, bindat--length-group, bindat--pack-item)
2030 (bindat--unpack-group, bindat--pack-group):
2031 Handle vectors with optional element type.
2032
2033 2007-02-17 Daiki Ueno <ueno@unixuser.org>
2034
2035 * pgg-gpg.el (pgg-gpg-process-region): Make USE-AGENT nil
2036 if PASSPHRASE is given.
2037
2038 2007-02-17 Chris Moore <dooglus@gmail.com>
2039
2040 * jka-cmpr-hook.el (jka-compr-compression-info-list):
2041 Recognize backups of bz2 compressed files.
2042
2043 2007-02-17 Eli Zaretskii <eliz@gnu.org>
2044
2045 * info-look.el (info-lookup): Bind Info-fontify-maximum-menu-size
2046 to nil to speed up lookup of the symbol in index nodes.
2047
2048 2007-02-17 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2049
2050 * emacs-lisp/lisp-mode.el (calculate-lisp-indent):
2051 Add indentation for the constants of Lisp.
2052
2053 2007-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
2054
2055 * ps-print.el: Use (defvar <foo>) where applicable.
2056 (ps-print-emacs-type): Remove.
2057 (ps-x-frame-property, ps-e-frame-parameter): Remove.
2058 (ps-frame-parameter): Align its call-convention with frame-parameter.
2059 (ps-begin-job): Adjust calls to it appropriately.
2060 (ps-setup): Don't print ps-print-emacs-type.
2061 (ps-e-find-composition, ps-mark-active-p, ps-color-device):
2062 Define in such a way that it's obvious that it's defined.
2063 (ps-prsc, ps-c-prsc, ps-s-prsc): Remove.
2064 (ps-rmail-mode-hook, ps-vm-mode-hook, ps-gnus-summary-setup)
2065 (ps-jts-ps-setup): Use flavor-neutral syntax instead.
2066
2067 2007-02-15 Alan Mackenzie <acm@muc.de>
2068
2069 * progmodes/cc-cmds.el (c-indent-new-comment-line): When splitting
2070 an empty one-line C-style comment, post-position point properly.
2071
2072 2007-02-15 Chris Moore <dooglus@gmail.com>
2073
2074 * isearch.el (isearch-lazy-highlight-space-regexp): New variable.
2075 (isearch-lazy-highlight-new-loop): Bind it.
2076 (isearch-lazy-highlight-search): Use it.
2077
2078 * replace.el (replace-highlight): Bind search-whitespace-regexp to nil.
2079
2080 2007-02-15 Stefan Monnier <monnier@iro.umontreal.ca>
2081
2082 * font-lock.el (font-lock-extend-region-wholelines):
2083 Only return non-nil if the region has really been changed.
2084 Reported by David Hansen <david.hansen@physik.fu-berlin.de>
2085
2086 2007-02-15 Juanma Barranquero <lekktu@gmail.com>
2087
2088 * play/5x5.el (5x5-crack-xor-mutate): Doc fix.
2089 (5x5-draw-grid-end, 5x5-make-xor-with-mutation, 5x5-mode, 5x5-crack)
2090 (5x5-play-solution, 5x5-y-or-n-p): Fix typos in docstrings.
2091
2092 2007-02-14 Juanma Barranquero <lekktu@gmail.com>
2093
2094 * faces.el (color-values): Revert changes to docstring from
2095 2007-01-31 and 2000-09-07.
2096
2097 * textmodes/ispell.el (ispell-keep-choices-win, ispell-word)
2098 (ispell-begin-skip-region-regexp): Fix typos in docstrings.
2099 (ispell-dictionary-alist, ispell-process-line): Doc fixes.
2100 (ispell-help): Fix typos in docstring and output message.
2101
2102 2007-02-14 Kim F. Storm <storm@cua.dk>
2103
2104 * progmodes/grep.el (grep-files-aliases): Add tex and texi aliases.
2105 (lgrep): Add DIR arg to start grep in specific directory, like rgrep.
2106 (grep): Fix lgrep reference.
2107
2108 * disp-table.el (make-glyph-code, glyph-char, glyph-face): New defuns.
2109 (standard-display-underline): Use make-glyph-code.
2110
2111 * descr-text.el (describe-char): Use glyph-char and glyph-face.
2112
2113 * international/latin1-disp.el (latin1-display-char):
2114 Use make-glyph-code.
2115
2116 2007-02-13 Juanma Barranquero <lekktu@gmail.com>
2117
2118 * ehelp.el (with-electric-help, electric-help-exit)
2119 (electric-help-retain): Doc fixes.
2120
2121 * emacs-lisp/bytecomp.el (byte-compile-dest-file)
2122 (byte-compile-file): Doc fixes.
2123
2124 2007-02-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2125
2126 * term/mac-win.el: Change all uses of
2127 mac-set-font-panel-visibility to mac-set-font-panel-visible-p.
2128 (mac-ae-number): Return integer 0 if coerced result is float 0.0.
2129 (mac-ae-get-url): Call select-frame-set-input-focus.
2130 (mac-dnd-handle-drag-n-drop-event): Don't call
2131 select-frame-set-input-focus.
2132
2133 2007-02-13 Kenichi Handa <handa@m17n.org>
2134
2135 * international/characters.el: Fix documentation of category `a'.
2136
2137 2007-02-11 Dan Nicolaescu <dann@ics.uci.edu>
2138
2139 * progmodes/grep.el (grep): Mention lgrep and rgrep in the docstring.
2140
2141 2007-02-12 Michael Albinus <michael.albinus@gmx.de>
2142
2143 * net/tramp.el (tramp-get-ls-command, tramp-get-file-exists-command)
2144 (tramp-get-remote-ln): Handle error case.
2145 Reported by Chris Moore <dooglus@gmail.com>.
2146
2147 2007-02-11 Kim F. Storm <storm@cua.dk>
2148
2149 * bindings.el (ctl-x-map): Remove register compatibility bindings
2150 C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2151
2152 2007-02-11 Richard Stallman <rms@gnu.org>
2153
2154 * loadhist.el (unload-feature): Handle (t . SYMBOL) entries
2155 in load history.
2156
2157 * emacs-lisp/lisp-mode.el (indent-sexp): Clean up termination
2158 condition -- don't fail to stop at endpos.
2159
2160 2007-02-11 Carsten Dominik <dominik@science.uva.nl>
2161
2162 * textmodes/org.el (org-agenda-get-todos)
2163 (org-agenda-get-timestamps, org-agenda-get-closed)
2164 (org-agenda-get-deadlines, org-agenda-get-scheduled)
2165 (org-agenda-get-blocks, org-format-agenda-item)
2166 (org-agenda-change-all-lines, org-scan-tags): Rename text property
2167 from `category' to `org-category'.
2168
2169 2007-02-11 Kenichi Handa <handa@m17n.org>
2170
2171 * international/titdic-cnv.el (titdic-convert): Force files be written
2172 with Unix-like eol format. Read files under CXTERM-DIC by raw-text.
2173 (miscdic-convert): Force files be written with Unix-like eol format.
2174
2175 2007-02-11 Juanma Barranquero <lekktu@gmail.com>
2176
2177 * files.el (change-major-mode-with-file-name): Fix typo in docstring.
2178
2179 * calculator.el (calculator-prompt): Doc fix.
2180 (calculator-mode-map): Fix typo in menu entry.
2181
2182 2007-02-10 Jay Belanger <belanger@truman.edu>
2183
2184 * calculator.el (calculator): Do more extensive checking for when
2185 3 lines should be used for the calculator.
2186
2187 2007-02-10 Eli Zaretskii <eliz@gnu.org>
2188
2189 * info-look.el (info-lookup-make-completions):
2190 Bind Info-fontify-maximum-menu-size to nil to speed up lookup of
2191 index nodes.
2192
2193 * info.el (Info-fontify-maximum-menu-size): Document the effect
2194 of a nil value.
2195 (Info-fontify-node): Make sure Info-fontify-maximum-menu-size is
2196 non-nil before using it as size.
2197
2198 2007-02-09 Chong Yidong <cyd@stupidchicken.com>
2199
2200 * subr.el (insert-for-yank-1): Prevent read-only properties from
2201 interfering with text property operations.
2202
2203 * image-mode.el (image-mode): Revert 2007-01-30 changes.
2204
2205 * image.el (image-type-auto-detectable): Don't autodetect x[pb]m.
2206 (image-type-auto-detected-p): Fail if another match is found in
2207 auto-mode-alist.
2208
2209 * files.el (magic-mode-alist): Call image-mode instead of
2210 image-mode-maybe for autodetected images.
2211
2212 2007-02-09 Juanma Barranquero <lekktu@gmail.com>
2213
2214 * mail/smtpmail.el (smtpmail-smtp-service, smtpmail-queue-index-file):
2215 Fix typos in docstrings.
2216 (smtpmail-local-domain, smtpmail-queue-mail): Doc fixes.
2217
2218 2007-02-09 Kim F. Storm <storm@cua.dk>
2219
2220 * emacs-lisp/float-sup.el: Remove obsolete comment.
2221
2222 2007-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
2223
2224 * diff-mode.el (diff-sanity-check-hunk): Fix last fix.
2225
2226 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2227
2228 * simple.el: Revert previous change, at request of RMS:
2229 (fundamental-mode-hook): Remove.
2230 (fundamental-mode): Run after-change-major-mode-hooks manually,
2231 and don't run the now-nonexistent fundamental-mode-hook.
2232
2233 2007-02-08 Karl Fogel <kfogel@red-bean.com>
2234
2235 * simple.el (fundamental-mode-hook): Declare new hook.
2236 (fundamental-mode): Run the new dedicated hook, and don't run
2237 after-change-major-mode-hooks manually anymore.
2238
2239 2007-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
2240
2241 * vc-svn.el (vc-svn-merge-news): Understand the new format with two
2242 added columns of chars. Remove support for the "no-meta-info" format.
2243 Prompted by Romain Francoise <romain@orebokech.com>.
2244
2245 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2246
2247 * progmodes/gdb-ui.el (gdb-if-arrow): New macro.
2248 (gdb-mouse-until, gdb-mouse-jump): Use it.
2249
2250 2007-02-07 Nick Roberts <nickrob@snap.net.nz>
2251
2252 * progmodes/gdb-ui.el (gdb-mouse-until, gdb-mouse-jump): Make them
2253 work when there is just an assembler buffer (no source buffer).
2254
2255 2007-02-07 Per Cederqvist <ceder@lysator.liu.se> (tiny change)
2256
2257 * diff-mode.el (diff-sanity-check-hunk): Don't reject the hunk
2258 just because the diff was produced using "-p" (--show-c-function).
2259
2260 2007-02-07 Juanma Barranquero <lekktu@gmail.com>
2261
2262 * faces.el (frame-set-background-mode): Use `color-values' and
2263 `display-color-p', not `x-color-values' and `x-display-color-p'.
2264 (face-valid-attribute-values): Use `defined-colors' instead of
2265 `x-defined-colors'.
2266
2267 2007-02-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2268
2269 * ps-print.ps: The ps-print commands without face printing should not
2270 print background color. Reported by Leo <sdl.web@gmail.com>.
2271 (ps-print-version): New version 6.7.3.
2272 (ps-begin-job): New arg. Fix ps-default-background and
2273 ps-default-foreground initialization.
2274 (ps-face-attributes): Fix doc string.
2275 (ps-face-background, ps-generate-postscript, ps-generate): Fix code.
2276
2277 * printing.el: Fix ps-print link.
2278
2279 2007-02-06 Chong Yidong <cyd@stupidchicken.com>
2280
2281 * faces.el (face-set-after-frame-default): Compile attributes to
2282 be set by frame parameters before merging in X resources.
2283
2284 2007-02-06 Juanma Barranquero <lekktu@gmail.com>
2285
2286 * simple.el (blink-matching-paren-dont-ignore-comments):
2287 (blink-matching-paren-on-screen): Doc fixes.
2288
2289 2007-02-06 Nick Roberts <nickrob@snap.net.nz>
2290
2291 * progmodes/gdb-ui.el (gdb-frames-mode): Truncate lines in stack buffer.
2292
2293 2007-02-05 Juanma Barranquero <lekktu@gmail.com>
2294
2295 * loadhist.el (unload-feature): Silently ignore `load-history' entries
2296 of the form `(defface . SYMBOL)', and treat `(autoload . SYMBOL)'
2297 entries like `defun'. Return nil.
2298
2299 2007-02-05 Kim F. Storm <storm@cua.dk>
2300
2301 * ido.el: Doc fixes.
2302
2303 2007-02-04 David Kastrup <dak@gnu.org>
2304
2305 * play/mpuz.el (mpuz-random-puzzle): Fix potential lockup when
2306 `mpuz-allow-double-multiplicator' is non-zero, and correct
2307 calculation of `min'.
2308
2309 2007-02-04 Per Abrahamsen <abraham@dina.kvl.dk>
2310
2311 * wid-edit.el (widget-default-create): Insert new text at the
2312 :from marker _after_ the marker, not before it.
2313
2314 2007-02-04 Alan Mackenzie <acm@muc.de>
2315
2316 * progmodes/cc-cmds.el (c-indent-line): Don't erase ^L when a line
2317 containing it is re-indented.
2318
2319 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2320
2321 * net/newsticker.el (newsticker--insert-image): Update docstring,
2322 and insert the image directly.
2323 (newsticker--buffer-redraw): Update docstring.
2324
2325 * emacs-lisp/easy-mmode.el (define-globalized-minor-mode):
2326 Rename from define-global-minor-mode.
2327
2328 * progmodes/cwarn.el (global-cwarn-mode):
2329 * emacs-lisp/autoload.el (make-autoload):
2330 * hi-lock.el (global-hi-lock-mode):
2331 * font-core.el (global-font-lock-mode): All callers changed.
2332
2333 2007-02-03 Eli Zaretskii <eliz@gnu.org>
2334
2335 * textmodes/texnfo-upd.el (texinfo-menu-copy-old-description):
2336 Don't copy @ignore lines into menu descriptions.
2337 (texinfo-multi-file-update): Goto the @node line before attempting
2338 to pluck the node name.
2339 (texinfo-multiple-files-update): Reverse the optional arguments'
2340 order, as per the doc string and the `interactive' form.
2341
2342 2007-02-03 Chong Yidong <cyd@stupidchicken.com>
2343
2344 * image-mode.el: Use autoload to avoid overriding disabled setting
2345 applied in .emacs.
2346
2347 2007-02-03 Alan Mackenzie <acm@muc.de>
2348
2349 * progmodes/cc-engine.el (c-in-knr-argdecl): Slight correction
2350 for, e.g. "void (*hdone)();" in a k&r list. (No WS between
2351 adjacent paren groups).
2352
2353 2007-02-02 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2354
2355 * progmodes/ebnf2ps.el: Doc fixes.
2356 (ebnf-eps-buffer, ebnf-eps-region, ebnf-syntax-alist): Doc fixes.
2357
2358 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2359
2360 * dired-x.el (dired-do-relsymlink): Add reference to
2361 dired-do-symlink. Add an autoload cookie.
2362
2363 * dired-aux.el (dired-do-symlink): Add reference to
2364 dired-do-relsymlink.
2365
2366 2007-02-02 Doug Maxey <dwm@enoyolf.org> (tiny change)
2367
2368 * mouse.el <left-fringe mouse-2, right-fringe mouse-3>:
2369 <left-fringe mouse-3>: New bindings.
2370
2371 2007-02-02 Ulf Jasper <ulf.jasper@web.de>
2372
2373 * newsticker.el (newsticker-version): Changed to "1.10".
2374 (newsticker--set-customvar): Doc string.
2375 (newsticker-new-item-face): Doc string.
2376 (newsticker-mode): Initialize `invisibility-spec' with t.
2377 (newsticker-mode-map): Added
2378 `newsticker-mark-all-items-at-point-as-read'.
2379 (newsticker-menu): Added narrow-to-item and narrow-to-feed.
2380 (newsticker-w3m-show-inline-images): Do not call
2381 `w3m-remove-image'.
2382 (newsticker--buffer-after-w3m-insert-image): New advice for
2383 w3m-insert-image to cache images.
2384 (newsticker-next-item-same-feed): New.
2385 (newsticker-mark-all-items-at-point-as-read-and-redraw): New.
2386 (newsticker-mark-all-items-of-feed-as-read): New.
2387 (newsticker-mark-all-items-at-point-as-read): Use new functions.
2388 (newsticker-mark-item-at-point-as-read): Doc string.
2389 (newsticker-mark-item-at-point-as-read): Use new functions.
2390 (newsticker--do-mark-item-at-point-as-read): New, extracted from
2391 `newsticker-mark-item-at-point-as-read'.
2392 (newsticker-hide-entry): Use (t) instead of t for invisibility.
2393 (newsticker--sentinel): Yet another xml-parser workaround.
2394 (newsticker--decode-iso8601-date): Bugfix for datestrings without
2395 days.
2396 (newsticker--buffer-do-insert-text): Fix.
2397 (newsticker--buffer-insert-enclosure): Fix. length might be missing.
2398 (newsticker--buffer-make-item-completely-visible):
2399 `switch-to-buffer' not necessary.
2400
2401 2007-02-02 Eli Zaretskii <eliz@gnu.org>
2402
2403 * progmodes/ebnf2ps.el (ebnf-eps-buffer, ebnf-eps-region)
2404 (ebnf-syntax-directory, ebnf-syntax-file, ebnf-syntax-region)
2405 (ebnf-style-database, ebnf-apply-style, ebnf-reset-style)
2406 (ebnf-push-style, ebnf-pop-style, ebnf-eps-production-list)
2407 (ebnf-directory, ebnf-file, ebnf-syntax-alist): Doc fixes.
2408
2409 2007-02-02 Kenichi Handa <handa@m17n.org>
2410
2411 * international/quail.el (quail-show-key): Fix an error message.
2412
2413 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2414
2415 * faces.el (set-face-underline-p, modify-face): Rename arg
2416 UNDERLINE-P to UNDERLINE (it is not a flag).
2417
2418 2007-02-01 Nick Roberts <nickrob@snap.net.nz>
2419
2420 * progmodes/gdb-ui.el (gdb-speedbar-update): Avoid duplication
2421 when adding gdb-speedbar-update to gdb-input-queue.
2422
2423 2007-02-01 Kenichi Handa <handa@m17n.org>
2424
2425 * international/quail.el (quail-show-key): Signal an error if the
2426 current input method is not using Quail.
2427
2428 2007-02-01 J.D. Smith <jdsmith@as.arizona.edu>
2429
2430 * progmodes/idlwave.el (idlwave-xml-create-sysvar-alist):
2431 Trim leading whitespace in sysvar names.
2432
2433 2007-02-01 Juanma Barranquero <lekktu@gmail.com>
2434
2435 * faces.el (internal-find-face, internal-get-face): Doc fixes.
2436
2437 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * ido.el (ido-set-common-completion): Use `let', not `let*'.
2440
2441 2007-01-31 Romain Francoise <romain@orebokech.com>
2442
2443 * comint.el: Delete extra copy of `comint-copy-old-input' added in
2444 previous change to this file.
2445
2446 2007-01-31 Jason Rumney <jasonr@gnu.org>
2447
2448 * files.el (magic-mode-alist): Use image-mode-maybe rather than
2449 image-mode.
2450
2451 * image-mode.el (image-mode-maybe): Prevent magic-mode-alist from
2452 interfering with attempt to set major mode from modified
2453 auto-mode-alist.
2454
2455 2007-01-31 Juanma Barranquero <lekktu@gmail.com>
2456
2457 * faces.el (color-values): Doc fix.
2458 (face-differs-from-default-p): Don't check :foreground twice.
2459
2460 2007-01-31 J.D. Smith <jdsmith@as.arizona.edu>
2461
2462 * comint.el (comint-mode): Prevent non-keyword fontification by default.
2463
2464 2007-01-31 Kenichi Handa <handa@m17n.org>
2465
2466 * international/quail.el (quail-store-decode-map-key): Store a
2467 translated character too.
2468 (quail-char-equal-p): New function.
2469 (quail-find-key1): Check character equality by quail-char-equal-p.
2470 (quail-decode-map-generated): New variable.
2471 (quail-find-key): Check quail-decode-map-generated and re-generate
2472 a decode map if necessary.
2473
2474 2007-01-30 Richard Stallman <rms@gnu.org>
2475
2476 * tutorial.el (tutorial--detailed-help): Make the list of
2477 changed keys look nicer.
2478
2479 2007-01-30 Nick Roberts <nickrob@snap.net.nz>
2480
2481 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
2482 (gdb-var-delete): Use it.
2483 (gdb-var-update-handler-1): Handle value "invalid" for MI field
2484 `in_scope'.
2485
2486 2007-01-30 Michael Albinus <michael.albinus@gmx.de>
2487
2488 * files.el (get-free-disk-space): Return nil for remote directories.
2489
2490 * net/ange-ftp.el (ange-ftp-ls): In case of wildcards, use "ls"
2491 instead of "dir".
2492
2493 2007-01-30 Chong Yidong <cyd@stupidchicken.com>
2494
2495 * type-break.el (type-break-catch-up-event): New function.
2496 (type-break-demo-hanoi, type-break-demo-life)
2497 (type-break-demo-boring): Use it.
2498
2499 * image-mode.el (image-mode): Don't automatically view as image.
2500 (image-toggle-display): Add `disabled' property.
2501
2502 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2503
2504 * isearchb.el (isearchb-iswitchb):
2505 * ps-print.el (ps-build-face-reference):
2506 * emacs-lisp/shadow.el (list-load-path-shadows):
2507 * eshell/esh-cmd.el (eshell-rewrite-for-command):
2508 * international/mule.el (find-auto-coding):
2509 * mail/supercite.el (sc-attrib-selection-list):
2510 * progmodes/cc-defs.el (c-emacs-features):
2511 * progmodes/cc-vars.el (c-offsets-alist):
2512 * progmodes/flymake.el
2513 (flymake-init-create-temp-source-and-master-buffer-copy):
2514 Fix typos in docstrings (some suggested by Chris Moore).
2515
2516 * progmodes/vhdl-mode.el (vhdl-components-package-name)
2517 (vhdl-get-library-unit, vhdl-corresponding-begin)
2518 (vhdl-skip-case-alternative, vhdl-backward-skip-label)
2519 (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word)
2520 (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func)
2521 (vhdl-font-lock-match-item): Fix typos in docstrings.
2522 (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist)
2523 (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents)
2524 (vhdl-speedbar-insert-project-hierarchy):
2525 Improve argument/docstring consistency.
2526
2527 2007-01-29 Kenichi Handa <handa@m17n.org>
2528
2529 * international/titdic-cnv.el (py-converter): Fix previous change.
2530
2531 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
2532
2533 * jka-compr.el (jka-compr-partial-uncompress)
2534 (jka-compr-call-process): Rebind default-directory if it is
2535 invalid. Suggested by Chris Moore.
2536
2537 * comint.el (comint-insert-input): Handle situation where the
2538 selected buffer is not the clicked buffer.
2539
2540 2007-01-29 Kenichi Handa <handa@m17n.org>
2541
2542 * international/ja-dic-cnv.el (skkdic-convert):
2543 Add byte-compile-disable-print-circle:t at the head.
2544
2545 * international/titdic-cnv.el (tit-process-header):
2546 Add byte-compile-disable-print-circle:t at the head.
2547 (miscdic-convert): Likewise.
2548 (py-converter): Skip the header comments.
2549
2550 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
2551 New variable.
2552 (byte-compile-output-file-form): Bing print-circle to nil if
2553 byte-compile-output-file-form is not nil.
2554 (byte-compile-output-docform): Likewise.
2555
2556 2007-01-28 Kim F. Storm <storm@cua.dk>
2557
2558 * emulation/cua-base.el (cua-global-keymap, cua--region-keymap):
2559 Declare earlier to avoid byte compiler warnings.
2560
2561 2007-01-28 Markus Triska <markus.triska@gmx.at>
2562
2563 * speedbar.el (speedbar-make-specialized-keymap): Doc fix.
2564
2565 2007-01-28 Chong Yidong <cyd@stupidchicken.com>
2566
2567 * play/gamegrid.el (gamegrid-kill-timer): Cancel timer directly.
2568 (gamegrid-add-score-with-update-game-score-1): Allow local quits
2569 when calling update-game-score program. Remove unnecessary
2570 save-excursion.
2571
2572 * play/tetris.el (tetris-new-shape): Stop drawing if game is over.
2573
2574 2007-01-28 Nick Roberts <nickrob@snap.net.nz>
2575
2576 * progmodes/gdb-ui.el (gdb-breakpoint-regexp): Declare earlier to
2577 avoid compiler warning.
2578 (gdb-var-update-handler-1): Consider that the MI field `in_scope'
2579 might have values other than "true" or "false".
2580
2581 2007-01-28 Richard Stallman <rms@gnu.org>
2582
2583 * textmodes/fill.el (fill-paragraph-function): Doc fix.
2584 (fill-paragraph): Bind fill-paragraph-function to t to avoid recursion.
2585
2586 * emacs-lisp/pp.el (pp-eval-last-sexp): Don't eval here.
2587
2588 * image.el (image-type-header-regexps): Make GIF regex more specific.
2589
2590 * tutorial.el (tutorial--default-keys): Check M-DEL, not `M-backspace'.
2591 Don't check `backspace'.
2592 (tutorial--find-changed-keys): Look up bindings in a temp buffer
2593 in Fundamental mode.
2594
2595 * startup.el (fancy-splash-text, normal-splash-screen):
2596 Mention C-g.
2597
2598 * simple.el (eval-expression): Don't use eval-last-sexp-print-value
2599 when inserting in buffer.
2600
2601 * vc-arch.el (vc-arch-file-id): Move with-current-buffer
2602 inside the if.
2603
2604 2007-01-27 Richard Stallman <rms@gnu.org>
2605
2606 * obsolete/awk-mode.el (awk-font-lock-keywords): Add "do".
2607
2608 2007-01-27 Guanpeng Xu <herberteuler@hotmail.com>
2609
2610 * add-log.el (add-log-current-defun): Skip the semicolon ``;'' for
2611 enum/union/struct/class definition.
2612 Revert change to call `forward-sexp' multiple times.
2613
2614 2007-01-27 Chong Yidong <cyd@stupidchicken.com>
2615
2616 * files.el (hack-local-variables-confirm): Don't keep trying to
2617 read an event from an empty kbd macro.
2618
2619 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2620
2621 * server.el (server-start): Mention LEAVE-DEAD arg in the doc string.
2622
2623 2007-01-27 Ben North <ben@redfrontdoor.org>
2624
2625 * outline.el (outline-promote, outline-demote): Doc fix. Rename
2626 the arg CHILDREN -> WHICH.
2627
2628 2007-01-27 Michael Albinus <michael.albinus@gmx.de>
2629
2630 * net/tramp.el (tramp-do-copy-or-rename-file-out-of-band): Set
2631 default-directory to a sane value when calling start-process.
2632
2633 2007-01-27 Eli Zaretskii <eliz@gnu.org>
2634
2635 * ls-lisp.el (ls-lisp-use-localized-time-format): New defcustom.
2636 (ls-lisp-format-time-list): Doc fix. Mention
2637 ls-lisp-use-localized-time-format.
2638 (ls-lisp-format-time): Use ls-lisp-format-time-list if
2639 ls-lisp-use-localized-time-format is non-nil, even if a valid
2640 locale is defined.
2641
2642 2007-01-27 Juanma Barranquero <lekktu@gmail.com>
2643
2644 * jka-compr.el (jka-compr-shell): Doc fix.
2645
2646 * jka-cmpr-hook.el (jka-compr-compression-info-list): Doc fix.
2647
2648 2007-01-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2649
2650 * ps-print.ps: Fix background height.
2651 (ps-print-version): New version 6.7.2.
2652
2653 2007-01-26 Eli Zaretskii <eliz@gnu.org>
2654
2655 * makefile.w32-in (finder-data, custom-deps): Depend on
2656 $(lisp)/loaddefs.el.
2657
2658 2007-01-24 Dan Nicolaescu <dann@ics.uci.edu>
2659
2660 * Makefile.in (custom-deps, finder-data): Add dependency to loaddefs.el.
2661
2662 2007-01-24 Miles Bader <miles@gnu.org>
2663
2664 * emacs-lisp/bytecomp.el (byte-compile-output-file-form)
2665 (byte-compile-output-docform): Bind `print-circle' to t.
2666
2667 2007-01-24 Kenichi Handa <handa@m17n.org>
2668
2669 * international/ja-dic-cnv.el (skkdic-convert): Insert a related
2670 file name of the original SKK dictionary file.
2671
2672 2007-01-24 Kim F. Storm <storm@cua.dk>
2673
2674 * ido.el (ido-initial-position): New variable.
2675 (ido-read-internal): Set it if default item is specified.
2676 (ido-minibuffer-setup): Position cursor accordingly if set.
2677 (ido-edit-input): C-e moves to end of input if not already there.
2678 (ido-magic-backward-char): C-b does like M-b if prev char is /.
2679 Don't switch to buffer mode if repeating C-b at start of input.
2680 (ido-toggle-ignore): C-a only toggles ignore at start or end of
2681 input; else it moves to start of input.
2682 (ido-kill-buffer-at-head, ido-delete-file-at-head): If cursor is
2683 not at end of input, delete rest of input, rather than normal op.
2684
2685 2007-01-23 Michael Kifer <kifer@cs.stonybrook.edu>
2686
2687 * viper-keym.el (viper-insert-basic-map): Delete binding for S-TAB.
2688
2689 * ediff-util.el (ediff-clone-buffer-for-region-comparison): Change text
2690 of message. Activate mark.
2691 (ediff-activate-mark): Set transient-mark-mode to t.
2692
2693 * ediff.el (ediff-regions-wordwise, ediff-regions-linewise): Doc fix.
2694
2695 2007-01-23 Martin Rudalics <rudalics@gmx.at>
2696
2697 * help-fns.el (describe-variable): Don't suppress display of
2698 buffer local value when the value is "large".
2699
2700 2007-01-22 Kim F. Storm <storm@cua.dk>
2701
2702 * ido.el (ido-active): Add XEmacs test from ido-minibuffer-setup.
2703 (ido-initiate-auto-merge, ido-exhibit, ido-minibuffer-setup)
2704 (ido-tidy): Use ido-active.
2705
2706 2007-01-22 Chris Moore <christopher.ian.moore@gmail.com>
2707
2708 * hexl.el (hexl-mode-exit): Add missing quote.
2709
2710 2007-01-22 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2711
2712 * term/mac-win.el (mac-keyboard-modifier-mask-alist): New constant.
2713 (mac-ae-keyboard-modifiers): New function.
2714 (mac-handle-toolbar-switch-mode): Use it.
2715 (mac-dnd-handle-drag-n-drop-event): Likewise. Set action to `copy'
2716 if keyboard modifiers on drop contain option key.
2717 (mac-dnd-drop-data): Add optional argument `action'.
2718 (special-event-map): Remove binding for M-drag-n-drop.
2719
2720 2007-01-21 Guanpeng Xu <herberteuler@hotmail.com>
2721
2722 * add-log.el (add-log-current-defun): Use CC Mode functions to
2723 find the beginning and end of a defun.
2724
2725 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2726
2727 * progmodes/gdb-ui.el (gdb-var-create-regexp)
2728 (gdb-var-create-handler): Handle value field in GDB output of
2729 -var-create.
2730 (gdb-max-frames): New variable.
2731 (gdb-stack-buffer, gdb-frames-select): Use it.
2732 (gdb-info-stack-custom): Help user customize gdb-max-frames,
2733 if necessary.
2734 (gdb-get-frame-number): Simplify.
2735
2736 2007-01-21 Glenn Morris <rgm@gnu.org>
2737
2738 * net/tramp.el (tramp-perl-encode, tramp-perl-decode):
2739 Update copyrights.
2740
2741 2007-01-21 Alan Mackenzie <acm@muc.de>
2742
2743 * progmodes/cc-cmds.el (c-where-wrt-brace-construct): Correct the
2744 handling of K&R stuff.
2745
2746 2007-01-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2747
2748 * textmodes/bibtex.el (bibtex-files): Fix customization type.
2749
2750 2007-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2751
2752 * ps-print.el: Handle frame parameters (background and/or foreground
2753 colors) changing dynamically. Reported by Leo <sdl.web@gmail.com>.
2754 (ps-print-version): New version 6.7.1.
2755 (ps-x-frame-property, ps-e-frame-parameter): New aliases.
2756 (ps-frame-parameter): New fun.
2757 (ps-default-fg, ps-default-bg): New default value ('frame-parameter).
2758 Fix doc and customization.
2759 (ps-begin-job): Get frame parameters (background and/or foreground
2760 colors).
2761 (ps-do-despool): Ensure ps-printer-name has a valid value.
2762
2763 2007-01-21 Nick Roberts <nickrob@snap.net.nz>
2764
2765 * progmodes/gdb-ui.el (gdb-debug-log): Rename from gdb-debug-ring.
2766 (gdb-debug-log-max): Rename from gdb-debug-ring-max.
2767 (gud-gdba-marker-filter): Make a value of nil for gdb-debug-ring-max
2768 mean unlimited.
2769
2770 2007-01-20 Alan Mackenzie <acm@muc.de>
2771
2772 * progmodes/cc-engine.el (c-in-knr-argdecl): Reformulate to do
2773 much more rigorous analysis of putative K&R regions.
2774
2775 2007-01-20 Alan Mackenzie <acm@muc.de>
2776
2777 * progmodes/cc-defs.el (c-go-list-forward, c-go-list-backward):
2778 New functions.
2779
2780 2007-01-20 Alan Mackenzie <acm@muc.de>
2781
2782 * progmodes/cc-align.el, progmodes/cc-cmds.el,
2783 * progmodes/cc-defs.el, progmodes/cc-engine.el,
2784 * progmodes/cc-langs.el, progmodes/cc-styles.el,
2785 * progmodes/cc-vars.el: Add my name.
2786
2787 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2788
2789 * files.el (find-alternate-file): Revert query message to Emacs 21
2790 version.
2791
2792 2007-01-20 Eric Hanchrow <offby1@blarg.net> (tiny change)
2793
2794 * progmodes/cperl-mode.el (cperl-electric-keywords): Document in
2795 the doc string how to use personal abbrevs without electric
2796 keywords.
2797
2798 2007-01-20 Alin C. Soare <alinsoar@voila.fr> (tiny change)
2799
2800 * lisp/emacs-lisp/lisp-mode.el (last-sexp-toggle-display):
2801 Fixed cursor position when toggle abbreviated display.
2802
2803 2007-01-20 Nick Roberts <nickrob@snap.net.nz>
2804
2805 * t-mouse.el: Update copyright following assignment by
2806 Alessandro Rubini.
2807
2808 2007-01-20 Chong Yidong <cyd@stupidchicken.com>
2809
2810 * type-break.el (type-break-demo-hanoi, type-break-demo-life)
2811 (type-break-demo-boring): Call read-event instead of read-char.
2812
2813 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change)
2814
2815 * progmodes/compile.el: Add handling for makepplog.
2816
2817 2007-01-19 Reiner Steib <Reiner.Steib@gmx.de>
2818
2819 * textmodes/ispell.el (ispell-change-dictionary): Ensure that
2820 aspell dictionaries are initialized when called non-interactively.
2821
2822 2007-01-19 Chong Yidong <cyd@stupidchicken.com>
2823
2824 * progmodes/compile.el (compilation-loop): New arg limit.
2825 Handle case where the first error is at point-min.
2826 (compilation-next-error): New arg to compilation-loop call.
2827
2828 2007-01-18 Bruno Haible <bruno@clisp.org> (tiny change)
2829
2830 * info.el (Info-default-dirs): Change default info dir to
2831 share/info.
2832
2833 * paths.el (Info-default-directory-list): Ditto.
2834
2835 2007-01-18 Chris Moore <christopher.ian.moore@gmail.com>
2836
2837 * hexl.el (hexl-before-revert-hook): New function.
2838 (hexl-mode): Use it.
2839 (hexl-after-revert-hook): Just call hexl-mode.
2840 (hexl-mode-exit): Remove before-revert-hook.
2841
2842 2007-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
2843
2844 * isearch.el (isearch-no-upper-case-p): Look for [:upper:] as well.
2845
2846 2007-01-16 Martin Rudalics <rudalics@gmx.at>
2847
2848 * textmodes/ispell.el (ispell-dictionary-alist-3): Replace "---"
2849 by "-" in francais7 otherchars entry.
2850 (ispell-dictionary-alist-5): Replace "." by "[.]" for polish
2851 otherchars entry.
2852
2853 2007-01-15 Karl Fogel <kfogel@red-bean.com>
2854
2855 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2856 path. Rewrite function in `cond' style for readability.
2857
2858 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2859 (The path shortening, that is, not the rearrarangement.)
2860
2861 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2862
2863 * term/mac-win.el (mac-ae-quit-application): New function.
2864 (mac-apple-event-map): Bind "quit application" Apple event to it.
2865
2866 2007-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
2867
2868 * vc-svn.el (vc-svn-parse-status): Trust the filename argument more
2869 than the program's output.
2870
2871 2007-01-14 Juanma Barranquero <lekktu@gmail.com>
2872
2873 * kmacro.el (kmacro-insert-counter, kmacro-set-counter)
2874 (kmacro-start-macro-or-insert-counter)
2875 (kmacro-step-edit-prefix-commands): Fix typos in docstrings.
2876 (kmacro-call-ring-2nd, kmacro-call-ring-2nd-repeat): Doc fixes.
2877
2878 * longlines.el (longlines-show-hard-newlines):
2879 * ruler-mode.el (ruler-mode-ruler):
2880 * emulation/keypad.el (keypad-setup):
2881 * progmodes/antlr-mode.el (antlr-indent-at-bol-alist):
2882 Fix typo in docstring.
2883
2884 2007-01-13 Mathias Dahl <mathias.dahl@gmail.com>
2885
2886 * tumme.el (tumme-cmd-rotate-original-options): Add -outfile option.
2887 Remove redirect character ">".
2888
2889 2007-01-13 Juanma Barranquero <lekktu@gmail.com>
2890
2891 * replace.el (perform-replace): Remove leftover code.
2892
2893 2007-01-12 Richard Stallman <rms@gnu.org>
2894
2895 * replace.el (perform-replace): Don't clear NODENT when computing
2896 the replacement string.
2897
2898 2007-01-11 Michael Albinus <michael.albinus@gmx.de>
2899
2900 * net/tramp.el (tramp-handle-file-local-copy):
2901 Set `enable-multibyte-characters' to nil. Reported by Chris Moore
2902 <christopher.ian.moore@gmail.com>.
2903
2904 2007-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2905
2906 * diff-mode.el (diff-sanity-check-context-hunk-half)
2907 (diff-sanity-check-hunk): New functions.
2908 (diff-find-source-location): Use'em to check the hunks are well-formed.
2909
2910 * hexl.el (hexlify-buffer, dehexlify-buffer): Don't complain and don't
2911 activate undo when undo is not active.
2912 Reported by Chris Moore <christopher.ian.moore@gmail.com>.
2913
2914 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2915
2916 * ffap.el (ffap-next-regexp, ffap-machine-p, ffap-newsgroup-regexp)
2917 (ffap-newsgroup-p, ffap-alist, ffap-string-at-point-mode-alist)
2918 (ffap-url-at-point): Use char-classes rather than "a-z".
2919
2920 2007-01-10 Juanma Barranquero <lekktu@gmail.com>
2921
2922 * ediff-init.el (ediff-autostore-merges):
2923 * textmodes/fill.el (fill-region): Doc fix.
2924
2925 2007-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2926
2927 * server.el (server-ensure-safe-dir): UIDs may be floats.
2928
2929 2007-01-10 Richard Stallman <rms@gnu.org>
2930
2931 * battery.el (battery-linux-proc-acpi): Use ignore-errors
2932 around calls to directory-files.
2933
2934 * subr.el (momentary-string-display): Use save-excursion.
2935
2936 * emacs-lisp/pp.el (pp-eval-expression): Once again eval the
2937 argument, but read it as `X' does.
2938
2939 2007-01-09 Juri Linkov <juri@jurta.org>
2940
2941 * info.el (Info-fontify-node): Don't hide node names of index entries.
2942
2943 * faces.el (momentary): Change :group to basic-faces where all
2944 basic faces belong to. Add :version.
2945
2946 2007-01-09 Lennart Borgman <lennart.borgman.073@student.lu.se>
2947
2948 * tutorial.el (tutorial--display-changes): Show M-x sequence if no
2949 keybinding is found.
2950 (tutorial--find-changed-keys): Never treat null keybinding as a
2951 remapping.
2952
2953 2007-01-09 Martin Rudalics <rudalics@gmx.at>
2954
2955 * wdired.el (wdired-xcase-word): Skip non-word read-only characters.
2956
2957 2007-01-09 Kenichi Handa <handa@m17n.org>
2958
2959 * international/mule-cmds.el
2960 (select-safe-coding-system-interactively): Fix message.
2961
2962 2007-01-09 Michael Albinus <michael.albinus@gmx.de>
2963
2964 * net/tramp.el (tramp-process-one-action): Remove `with-timeout'.
2965 (tramp-process-actions): Add optional parameter TIMEOUT.
2966 (tramp-open-connection-telnet, tramp-open-connection-rsh)
2967 (tramp-open-connection-su): Add timeout of 60".
2968
2969 2007-01-09 Richard Stallman <rms@gnu.org>
2970
2971 * progmodes/compile.el (compile): Doc fix.
2972
2973 2007-01-09 Markus Triska <markus.triska@gmx.at>
2974
2975 * tumme.el (tumme-display-thumb): Doc fix.
2976
2977 2007-01-08 Juanma Barranquero <lekktu@gmail.com>
2978
2979 * battery.el (battery-search-for-one-match-in-files):
2980 * bindings.el (mode-line-minor-mode-help):
2981 * x-dnd.el (x-dnd-types-alist):
2982 * calendar/icalendar.el (icalendar-import-buffer):
2983 * term/mac-win.el (mac-dnd-types-alist): Fix typo in docstring.
2984
2985 * progmodes/vhdl-mode.el (vhdl-save-caches): Fix typo in error message.
2986
2987 2007-01-07 Chris Moore <christopher.ian.moore@gmail.com>
2988
2989 * replace.el (replace-regexp): Fix typo in docstring.
2990
2991 2007-01-07 Alan Mackenzie <acm@muc.de>
2992
2993 * progmodes/cc-langs.el (c-operators, c-filter-ops):
2994 Amend doc-string and comments.
2995
2996 2007-01-06 Eli Zaretskii <eliz@gnu.org>
2997
2998 * files.el (abbreviate-file-name): Doc fix.
2999
3000 2007-01-06 Markus Triska <triska@gmx.at>
3001
3002 * subr.el (split-string): Remove spurious ")" from doc string.
3003
3004 2007-01-05 Takaaki Ota <Takaaki.Ota@am.sony.com>
3005
3006 * textmodes/table.el (table--warn-incompatibility):
3007 Use display-warning instead of momentary-string-display.
3008
3009 2007-01-05 Richard Stallman <rms@gnu.org>
3010
3011 * image.el (image-type-header-regexps): Recognize xbm more strictly.
3012
3013 * simple.el (backward-kill-word): Doc fix.
3014
3015 2007-01-05 Romain Francoise <romain@orebokech.com>
3016
3017 * international/mule.el (sgml-html-meta-auto-coding-function):
3018 Ensure that the buffer contains a HTML document.
3019
3020 2007-01-05 Dan Nicolaescu <dann@ics.uci.edu>
3021
3022 * faces.el (momentary): Move here ...
3023 * subr.el (momentary): ... from here.
3024
3025 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
3026
3027 * progmodes/gdb-ui.el (gdb-max-children): New customizable variable.
3028 (gdb-speedbar-expand-node): Ask user for confirmation before expanding
3029 large structures/arrays.
3030
3031 2007-01-04 Juanma Barranquero <lekktu@gmail.com>
3032
3033 * files.el (find-file-noselect-1, set-visited-file-name):
3034 Allow backup-enable-predicate to be nil.
3035
3036 2007-01-04 Andreas Schwab <schwab@suse.de>
3037
3038 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Fix typo in
3039 last change.
3040
3041 2007-01-03 Richard Stallman <rms@gnu.org>
3042
3043 * woman.el (woman-decode-buffer): Clarify error message.
3044
3045 2007-01-03 Alan Mackenzie <acm@muc.de>
3046
3047 * progmode/cc-cmds.el (c-mask-paragraph): Fix yesterday's buggy patch.
3048
3049 2007-01-03 Chris Moore <christopher.ian.moore@gmail.com>
3050
3051 * tutorial.el (tutorial--describe-nonstandard-key): Fix typo.
3052
3053 2007-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
3054
3055 * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
3056
3057 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3058
3059 * emulation/viper.el (viper-custom-file-name, viper-mode):
3060 Fix typos in docstrings.
3061
3062 * subr.el (momentary-string-display): After moving point, set POS
3063 variable to it to avoid later errors once the buffer is modified.
3064 Doc fix.
3065
3066 2007-01-02 Alan Mackenzie <acm@muc.de>
3067
3068 * progmodes/cc-cmds.el (c-mask-paragraph): In a block comment,
3069 check that the "*/" is present before trying to manipulate it.
3070
3071 2007-01-02 Richard Stallman <rms@gnu.org>
3072
3073 * wid-edit.el (widget-choose): Avoid ugly error for function keys.
3074
3075 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
3076 Fix format of value.
3077
3078 * cus-edit.el (customize-unsaved): Rename from customize-customized.
3079 Change messages accordingly.
3080 (customize-customized): Now alias.
3081
3082 2007-01-02 Juanma Barranquero <lekktu@gmail.com>
3083
3084 * files.el (version-control): Doc fix.
3085
3086 2007-01-01 Alan Mackenzie <acm@muc.de>
3087
3088 * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
3089 Check the format of c-state-cache is valid for an optimisation before
3090 using it.
3091
3092 * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
3093 are at a statement within a macro". Other changes so that only
3094 the first continuation line in a macro gets the symbol
3095 `cpp-define-intro', the others getting `statement', or whatever.
3096
3097 * progmodes/cc-cmds.el (c-context-line-break): When invoked within
3098 a string, preserve whitespace. Add a backslash only when also in
3099 a macro.
3100
3101 * progmodes/cc-defs.el: Correct typos.
3102
3103 * progmodes/cc-cmds.el (c-context-line-break): Don't indent the
3104 new line after an escaped EOL in a string.
3105
3106 * progmodes/cc-engine.el (c-forward-label): Recognise "foo:" as a
3107 label when it directly follows "else", "do", ....
3108
3109 * progmodes/cc-engine.el (c-backward-<>-arglist): Tolerate empty
3110 angle brackets (as seen in "explicit specialisations" of C++
3111 templates).
3112
3113 * progmodes/cc-vars.el (c-indentation-style): Mention c-file-style
3114 in the doc-string.
3115
3116 * progmodes/cc-cmds.el (c-mask-paragraph): Fix for C comments,
3117 when the comment ender looks like "=========*/" and is alone on
3118 its line.
3119
3120 * progmodes/cc-langs.el, progmodes/cc-engine.el: Correct the
3121 spelling of c-opt-op-identiTier-prefix, t -> f. Leave an alias
3122 for the old name.
3123
3124 * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
3125 c-\(beginning\|end\)-of-defun by default.
3126
3127 * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
3128 New line-up function, for the DEFUN macro in the Emacs C sources.
3129 Only used in "gnu" style.
3130
3131 * progmodes/cc-styles.el (c-style-alist): Use this new function in
3132 the "gnu" style.
3133
3134 * progmodes/cc-cmds.el (c-electric-slash): Extend the handling of
3135 clean-up comment-close-slash also to work when there's a comment
3136 terminator on the line.
3137 (c-beginning-of-defun, c-end-of-defun): Refactor and optimise
3138 these for large arg - only take account of top level {..}, except
3139 for initial and final adjustments. M-- C-M-[ae] now go to the
3140 right defuns when the starting point is between defuns. They use
3141 the four new functions:
3142 (c-in-function-trailer-p, c-where-wrt-brace-construct)
3143 (c-backward-to-nth-BOF-{, c-forward-to-nth-EOF-}): New functions to
3144 support c-\(beginning\|end\)-of-defun.
3145
3146 * progmodes/cc-engine.el (c-forward-label): Analyze ":"
3147 expressions more rigorously, to exclude bit-field specifiers from
3148 being classed as labels.
3149 (c-forward-label): When analyzing a ":" within a macro, be careful
3150 about using c-forward-syntactic-ws at the macro beginning.
3151 (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
3152 stmt boundary, check for "operator=", etc.
3153
3154 * progmodes/cc-mode.el (c-postprocess-file-styles):
3155 Bind inhibit-read-only to t, around the call to
3156 c-remove-any-local-eval-or-mode-variables, so that it works on a
3157 RO file.
3158
3159 * progmodes/cc-defs.el (c-version): Update the version number to
3160 "5.31.4".
3161
3162 2007-01-01 Richard Stallman <rms@gnu.org>
3163
3164 * isearch.el (isearch-done): Use FOUND-POINT or FOUND-START
3165 only if we restored isearch-window-configuration.
3166
3167 2006-12-31 Romain Francoise <romain@orebokech.com>
3168
3169 * net/tramp.el (tramp-default-method): Don't use `symbol-function'.
3170
3171 2006-12-31 Kim F. Storm <storm@cua.dk>
3172
3173 * files.el (auto-mode-case-fold): New defcustom.
3174 (set-auto-mode): If non-nil, perform second case-sensitive pass
3175 through auto-mode-alist if first pass failed.
3176
3177 2006-12-30 Richard Stallman <rms@gnu.org>
3178
3179 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Doc fix.
3180
3181 2006-12-30 Ken Manheimer <ken.manheimer@gmail.com>
3182
3183 * allout.el (allout-encrypt-string): Handle symmetric-key
3184 passphrase caching but leave keypair caching to pgg.
3185
3186 2006-12-30 Michael Albinus <michael.albinus@gmx.de>
3187
3188 Sync with Tramp 2.0.55.
3189
3190 * net/tramp.el (tramp-completion-mode): Use `wholenump' instead of
3191 `integerp'. `char-equal' could fail else in case of negative
3192 numbers. Reported by Toby Speight <T.M.Speight.90@cantab.net>.
3193 (top): Check for `font-lock-add-keywords' before calling; it
3194 doesn't exist under XEmacs.
3195 (tramp-yn-prompt-regexp): Fix regexp. Add question from plink.
3196 (tramp-completion-mode): Remove clause (not
3197 tramp-unified-filenames), because the function is called in other
3198 context too, where this check results in wrong results in the
3199 XEmacs case on Windows.
3200 (tramp-touch): UTC handling is not possible for XEmacs.
3201
3202 2006-12-30 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3203
3204 * scroll-bar.el (previous-scroll-bar-mode): New variable
3205 (set-scroll-bar-mode): Set previous-scroll-bar-mode.
3206 (scroll-bar-mode): Use previous-scroll-bar-mode if set.
3207
3208 * term/x-win.el: Set scroll bar mode to right if set by X resources.
3209
3210 2006-12-30 Richard Stallman <rms@gnu.org>
3211
3212 * files.el (make-backup-file-name-1): Precompute abs name
3213 but don't lose the relative name.
3214
3215 * international/mule-cmds.el (select-safe-coding-system-interactively):
3216 Fix message.
3217
3218 2006-12-30 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3219
3220 * files.el (backup-buffer): Show entire backup file name in msg.
3221
3222 2006-12-30 Juanma Barranquero <lekktu@gmail.com>
3223
3224 * image.el (image-type-header-regexps, image-type-from-data)
3225 (image-type-from-buffer, image-type-from-file-header):
3226 Revert changes from 2006-12-26.
3227 (image-type-auto-detectable): New variable.
3228 (image-type-auto-detected-p): New function.
3229
3230 * files.el (magic-mode-alist): Detect image files with
3231 `image-type-auto-detected-p' instead of `image-type-from-buffer'.
3232
3233 2006-12-29 Nick Roberts <nickrob@snap.net.nz>
3234
3235 * dired.el (dired-sort-other): Move test for dired-mode...
3236 (dired-sort-set-modeline): ...to here.
3237
3238 2006-12-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3239
3240 * textmodes/fill.el (fill-comment-paragraph): Document 2006-12-24
3241 change. Suggested by Stefan Monnier.
3242
3243 2006-12-29 Kim F. Storm <storm@cua.dk>
3244
3245 * emacs-lisp/bindat.el (bindat--unpack-group, bindat--length-group)
3246 (bindat--pack-group): Let-bind COUNT during repeat block evaluation.
3247
3248 2006-12-27 Kim F. Storm <storm@cua.dk>
3249
3250 * emacs-lisp/authors.el (authors-aliases): Anchor FSF alias regexp,
3251 so it doesn't accidentally match an fsf.org mail address.
3252 (authors-renamed-files-alist): Add tcover-*.el.
3253
3254 2006-12-27 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * vc-arch.el (vc-arch-find-version): New function.
3257
3258 * vc-hooks.el (vc-version-backup-file-name): Revision names may be
3259 composed of arbitrary characters (even /) in some systems.
3260
3261 2006-12-27 Eli Zaretskii <eliz@gnu.org>
3262
3263 * international/mule-cmds.el (select-safe-coding-system-interactively):
3264 Improve the message in the *Warning* buffer.
3265
3266 2006-12-27 Kim F. Storm <storm@cua.dk>
3267
3268 * ido.el (ido-set-matches-1): Fix last change. If default item is
3269 current buffer, it is ok to be first.
3270
3271 2006-12-27 Kenichi Handa <handa@m17n.org>
3272
3273 * international/mule-cmds.el (select-safe-coding-system-interactively):
3274 Use face `link' for problematic chars.
3275
3276 2006-12-27 Kenichi Handa <handa@m17n.org>
3277
3278 * international/mule-cmds.el (select-safe-coding-system-interactively):
3279 Improve the message in *Warning* buffer.
3280
3281 2006-12-27 Kim F. Storm <storm@cua.dk>
3282
3283 * ido.el (ido-set-matches-1): Never put current buffer first if
3284 there are other matches.
3285
3286 2006-12-26 Nick Roberts <nickrob@snap.net.nz>
3287
3288 * progmodes/gdb-ui.el (gud-watch): Allow duplicate names for watch
3289 expressions.
3290 (gdb-var-delete): Handle duplicate names. Print message for non
3291 root expressions.
3292 (gdb-partial-output-name): Start buffer name with a space.
3293 (gdb-info-breakpoints-custom, gdb-reset): Handle space in above
3294 buffer name.
3295
3296 2006-12-26 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3297
3298 * mail/footnote.el (Footnote-insert-footnote): Fix the search of the
3299 last footnote when `footnote-spaced-footnotes' is nil.
3300
3301 2006-12-26 Richard Stallman <rms@gnu.org>
3302
3303 * cus-edit.el (custom-browse-sort-alphabetically)
3304 (custom-buffer-sort-alphabetically)
3305 (custom-menu-sort-alphabetically): Doc fixes. Add autoloads.
3306
3307 * image.el (image-type-header-regexps): Change element format
3308 to include third item NOT-ALWAYS.
3309 (image-type-from-data): Handle new format.
3310 (image-type-from-buffer): Handle new format. New arg INCLUDE-MAYBES.
3311 (image-type-from-file-header): Pass t for INCLUDE-MAYBES.
3312
3313 2006-12-26 Guanpeng Xu <herberteuler@hotmail.com>
3314
3315 * add-log.el (add-log-current-defun): Call `forward-sexp'
3316 multiple times to pick a member function name defined as
3317 part of nested classes/namespaces.
3318
3319 2006-12-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3320
3321 * emacs-lisp/easymenu.el (easy-menu-change): New arg MAP to indicate
3322 which keymap should be used to change menu. It does not affect any
3323 existent code.
3324
3325 2006-12-26 Richard Stallman <rms@gnu.org>
3326
3327 * textmodes/fill.el (fill-paragraph): Check for a minibuffer
3328 rather than for being in a minibuffer window.
3329
3330 2006-12-25 Daiki Ueno <ueno@unixuser.org>
3331
3332 * pgg-def.el (pgg-passphrase-coding-system): Default to nil instead of
3333 locale-coding-system.
3334 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with eol-type
3335 LF.
3336
3337 2006-12-25 Michael R. Mauger <mmaug@yahoo.com>
3338
3339 * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
3340 (sql-mode-syntax-table): Disable double quoted strings.
3341 (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
3342
3343 2006-12-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3344
3345 * startup.el (fancy-splash-last-input-event): New variable.
3346 (fancy-splash-special-event-action): New function.
3347 (fancy-splash-screens): Temporarily bind special events to it.
3348 Execute command for saved special event before exiting from
3349 recursive editing.
3350
3351 * term/mac-win.el (mac-keyboard-translate-char, mac-unread-string):
3352 New functions.
3353 (mac-ts-update-active-input-area, mac-ts-unicode-for-key-event):
3354 Use mac-unread-string.
3355
3356 2006-12-24 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3357
3358 * textmodes/fill.el (fill-comment-paragraph): Prevent the use of
3359 an optimized comment regexp if `comment-start-skip' uses a ^.
3360 * bs.el (bs--up): Remove interactive spec.
3361
3362 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3363
3364 * woman.el (woman-decode-buffer): Signal error for alien macro sets.
3365 Suggested by James Cloos.
3366
3367 2006-12-24 Kevin Ryde <user42@zip.com.au>
3368
3369 * calendar/cal-dst.el (calendar-dst-starts): Default to second Sunday
3370 in March.
3371 (calendar-dst-ends): Default to first Sunday in November.
3372
3373 2006-12-24 Ken Manheimer <ken.manheimer@gmail.com>
3374
3375 * allout.el (allout-encrypt-string): Inhibit use of agent within
3376 body of let form where encryption happens. Acknowledge non-use of
3377 gpg-agent in docstring.
3378 (allout-toggle-subtree-encryption): Acknowledge non-use of
3379 gpg-agent in docstring.
3380
3381 2006-12-24 Chong Yidong <cyd@stupidchicken.com>
3382
3383 * custom.el (custom-add-frequent-value): Alias for custom-add-option.
3384
3385 2006-12-23 Michael Kifer <kifer@cs.stonybrook.edu>
3386
3387 * ediff-diff.el (ediff-diff-options): Clarify docstring.
3388 (ediff-setup-diff-regions): Disallow -u in ediff-diff-options.
3389
3390 * viper-cmd.el (viper-post-command-sentinel): Protect against errors
3391 in hooks.
3392 (viper-add-newline-at-eob-if-necessary): Add newline only if we
3393 actually modify buffer; ignore errors if occur.
3394
3395 2006-12-23 Chong Yidong <cyd@stupidchicken.com>
3396
3397 * calendar/calendar.el (calendar-mode-map): Switch < and >.
3398 (calendar-mode-line-format): Use mouse-1 bindings, and tweak
3399 formatting.
3400
3401 2006-12-23 Richard Stallman <rms@gnu.org>
3402
3403 * simple.el (delete-horizontal-space): Doc fix.
3404
3405 2006-12-23 Eli Zaretskii <eliz@gnu.org>
3406
3407 * makefile.w32-in (bootstrap-clean): Run bootstrap-clean-$(SHELLTYPE)
3408 explicitly in a recursive Make, not implicitly through prerequisites,
3409 since the latter is wrong under parallel builds.
3410
3411 2006-12-22 Eli Zaretskii <eliz@gnu.org>
3412
3413 * w32-fns.el (convert-standard-filename): Wrap in save-match-data.
3414
3415 2006-12-22 Kevin Rodgers <kevin.d.rodgers@gmail.com> (tiny change)
3416
3417 * progmodes/sh-script.el (sh-make-vars-local): Fix a typo in
3418 message string.
3419
3420 2006-12-22 Ben North <ben@redfrontdoor.org> (tiny change)
3421
3422 * outline.el (outline-next-visible-heading): Fix the case with a
3423 header at end-of-file with no final newline.
3424
3425 2006-12-22 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
3426
3427 * indent.el (tab-always-indent): Doc fix.
3428
3429 2006-12-22 Chong Yidong <cyd@stupidchicken.com>
3430
3431 * info.el (Info-fontify-maximum-menu-size): Bump to 1000000.
3432 (Info-fontify-node): Do fontify indices.
3433
3434 * tutorial.el (tutorial--detailed-help): Remove unnecessary link
3435 to the Emacs Lisp reference manual.
3436 (tutorial--tab-map): Remove. All callers changed.
3437 (tutorial--find-changed-keys): New elt QUIET, used to...
3438 (tutorial--display-changes): ...ensure that warning messages are
3439 only issued once per changed key.
3440 (tutorial--remove-remarks): Delete unused code-path.
3441 (lang-strings): Remove extraneous formatting.
3442 (tutorial--save-tutorial): Prompt before saving tutorial state.
3443
3444 2006-12-21 Chong Yidong <cyd@stupidchicken.com>
3445
3446 * tutorial.el: Remove `cl' requirement. Clean up whitespace.
3447 Replace '?\ ' by '?\s' throughout.
3448 (tutorial-warning-face): Inherit font-lock-warning-face. Move to
3449 `help' custom group.
3450 (tutorial--key-description): New function.
3451 (tutorial--display-changes): Remove redundant arg. Scan for all
3452 key sequences to avoid false matches. Cleanup.
3453 (tutorial--saved-dir): Save to a subdirectory in .emacs.d to
3454 reduce homedir pollution.
3455 (help-with-tutorial): Call tutorial--display-changes with no arg.
3456
3457 2006-12-21 Carsten Dominik <dominik@science.uva.nl>
3458
3459 * textmodes/org.el (org-mode-map): Bind org-complete also to M-\t.
3460
3461 2006-12-20 Michael Albinus <michael.albinus@gmx.de>
3462
3463 * net/tramp.el (tramp-default-method): We still need to check for
3464 `executable-find', because it is not bound under Emacs 20.
3465 (tramp-handle-file-name-completion)
3466 (tramp-completion-handle-file-name-completion): Handle optional
3467 parameter PREDICATE.
3468 (tramp-find-default-method): Add code for default values.
3469
3470 2006-12-20 Nick Roberts <nickrob@snap.net.nz>
3471
3472 * progmodes/gdb-ui.el (gdb-stopped): After attaching to a process
3473 make gud-go send "continue".
3474
3475 2006-12-19 Juanma Barranquero <lekktu@gmail.com>
3476
3477 * image.el (image-type-header-regexps): Be more specific detecting `pbm'
3478 and `png' files. Use non-capturing parenthesis for `tiff' regexp.
3479
3480 2006-12-19 Kim F. Storm <storm@cua.dk>
3481
3482 * bindings.el: Bind sigusr1 and sigusr2 in special-event-map
3483 instead of global-map.
3484
3485 * files.el (magic-mode-alist): Allow matching file type by
3486 calling a function at bob. Check for image types by calling
3487 image-type-from-buffer. Suggested by Juanma Barranquero.
3488 (set-auto-mode): Do it.
3489
3490 2006-12-19 Michael Albinus <michael.albinus@gmx.de>
3491
3492 * net/tramp.el (tramp-methods): Introduce new method `scpc'.
3493 Remove "ControlMaster" option from the other `scp*' methods.
3494 (tramp-default-method): Check for ssh-agent before setting to `scp'.
3495
3496 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3497
3498 * textmodes/org.el (org-mode): Show context after isearch.
3499 (org-show-siblings): New function.
3500 (org-show-context): Use `org-show-siblings'.
3501
3502 2006-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * emacs-lisp/syntax.el (syntax-ppss-flush-cache, syntax-ppss):
3505 Use syntax-ppss-toplevel-pos.
3506
3507 2006-12-18 Carsten Dominik <dominik@science.uva.nl>
3508
3509 * textmodes/org.el (org-current-line): Make sure that lines are
3510 counted from beginning of buffer.
3511 (org-table-copy-region, org-table-paste-rectangle): Make sure that
3512 lines are counted from beginning of buffer.
3513
3514 2006-12-17 Chong Yidong <cyd@stupidchicken.com>
3515
3516 * info.el (Info-build-node-completions): Signal error if tag-table
3517 marker is not found.
3518
3519 * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
3520
3521 2006-12-17 Alan Mackenzie <acm@muc.de>
3522
3523 * emacs-lisp/lisp.el (beginning-of-defun-raw): Optimise (for
3524 speed) the case when open-paren-in-column-0-is-defun-start is nil.
3525 Based on code by Martin Rudalics.
3526
3527 * progmodes/cc-mode.el (c-basic-common-init): Don't set
3528 open-paren-in-column-0-is-defun-start to nil any more.
3529
3530 2006-12-17 Richard Stallman <rms@gnu.org>
3531
3532 * simple.el (delete-horizontal-space): Use prefix arg.
3533
3534 * help-fns.el (describe-variable): Improve blank separator lines.
3535
3536 * files.el (magic-mode-alist): Mark as risky.
3537
3538 * files.el (make-backup-file-name-1):
3539 Expand backup-directory explicitly.
3540
3541 2006-12-17 Michael Albinus <michael.albinus@gmx.de>
3542
3543 * net/tramp.el (tramp-default-method): Before setting to "pscp",
3544 check whether package password.el is loaded, or Pageant is running.
3545
3546 2006-12-17 Ulf Jasper <ulf.jasper@web.de>
3547
3548 * calendar/icalendar.el (icalendar-version): Increase to "0.14".
3549 (icalendar--rris): First try Emacs, then XEmacs.
3550 (icalendar--convert-ical-to-diary): Doc fix.
3551 Insert newline at end of target file.
3552
3553 2006-12-17 Kim F. Storm <storm@cua.dk>
3554
3555 * outline.el (outline-isearch-open-invisible-function): New defvar.
3556 (outline-flag-region): Use it if non-nil for isearch-open-invisible
3557 overlay property instead of outline-isearch-open-invisible.
3558
3559 2006-12-16 Kim F. Storm <storm@cua.dk>
3560
3561 * ido.el (ido-completion-help): Build ido-cur-list and ido-matches
3562 if ido-directory-too-big is set on entry.
3563 (ido-toggle-ignore, ido-completion-help): Print message while
3564 reading big directory.
3565
3566 2006-12-15 Richard Stallman <rms@gnu.org>
3567
3568 * shell.el (shell): Doc fix.
3569
3570 2006-12-15 Kevin Gallagher <Kevin.Gallagher@boeing.com>
3571
3572 * emulation/edt.el (edt-xserver):
3573 * emulation/edt-mapper.el (edt-xserver): Replace `/' with a `-',
3574 to fix a problem on Cygwin.
3575
3576 * emulation/edt.el
3577 * emulation/edt-mapper.el
3578 * emulation/edt-lk201.el
3579 * emulation/edt-pc.el
3580 * emulation/edt-vt100.el: Update maintainer's email address.
3581
3582 2006-12-15 Simon Marshall <simon@gnu.org>
3583
3584 * progmodes/cc-fonts.el (c-font-lock-declarations): Fix previous change.
3585
3586 2006-12-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3587
3588 * term/mac-win.el (mac-atsu-font-table): Remove defvar.
3589 (mac-handle-font-selection): Use mac-atsu-font-face-attributes
3590 instead of mac-atsu-font-table.
3591 (fontset-default): Specify argument MAXIMUM in x-list-fonts calls.
3592
3593 2006-12-14 Stephen Leake <stephen_leake@member.fsf.org>
3594
3595 * align.el (align-match-tex-pattern): Fix a rare bug which
3596 hanged Emacs.
3597
3598 2006-12-14 Richard Stallman <rms@gnu.org>
3599
3600 * startup.el (use-fancy-splash-screens-p): Use frame-height
3601 instead of window-height. Pass frame to image-size.
3602
3603 2006-12-13 Kenichi Handa <handa@m17n.org>
3604
3605 * international/mule-cmds.el (set-locale-environment):
3606 Set default-sendmail-coding-system too.
3607
3608 2006-12-12 J.D. Smith <jdsmith@as.arizona.edu>
3609
3610 * progmodes/idlw-help.el: Fix copyright notice.
3611
3612 2006-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3613
3614 * emacs-lisp/syntax.el (syntax-ppss-toplevel-pos): New fun.
3615
3616 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3617
3618 * subr.el (unread-command-char): Reformat obsolescence info.
3619
3620 2006-12-11 Richard Stallman <rms@gnu.org>
3621
3622 * emacs-lisp/cl-macs.el (defstruct): Suppress warnings
3623 about calls to cl-struct-setf-expander.
3624
3625 2006-12-11 Juanma Barranquero <lekktu@gmail.com>
3626
3627 * ediff-merg.el (ediff-show-clashes-only): Doc fix.
3628 (ediff-combination-pattern): Fix typo in docstring.
3629
3630 * textmodes/refer.el (refer-find-entry): Doc fix.
3631 (refer-bib-files-regexp, refer-bib-directory, refer-bib-files)
3632 (refer-cache-bib-files, refer-find-next-entry, refer-yank-key):
3633 Fix tipos in docstrings.
3634
3635 * progmodes/idlwave.el (idlwave-library-path): Fix typos in docstring.
3636
3637 2006-12-10 Kim F. Storm <storm@cua.dk>
3638
3639 * ido.el (ido-init-completion-maps): Remap backward-kill-word
3640 instead of binding M-backspace.
3641
3642 2006-12-10 Juanma Barranquero <lekktu@gmail.com>
3643
3644 * replace.el (replace-match-data, replace-match-maybe-edit):
3645 * calc/calc-aent.el (calc-eval-error):
3646 * emulation/vi.el (vi-char-argument):
3647 * progmodes/cc-langs.el (c-at-vsemi-p-fn)
3648 (c-vsemi-status-unknown-p-fn): Doc fixes.
3649
3650 2006-12-10 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * menu-bar.el (menu-bar-showhide-menu, menu-bar-tools-menu)
3653 (menu-bar-help-menu): Tooltip fixes. Suggested by Francis Wright.
3654
3655 2006-12-10 Masatake YAMATO <jet@gyve.org>
3656
3657 * progmodes/ld-script.el (ld-script-keywords): Fix a typo.
3658
3659 2006-12-09 Chong Yidong <cyd@stupidchicken.com>
3660
3661 * mouse-sel.el (mouse-sel-mode): Register mouse-2 as a click type.
3662
3663 * man.el (Man-xref-button-action): New function. If the
3664 `Man-target-string' button property is a function, assume it
3665 accepts a position argument.
3666 (Man-abstract-xref-man-page): Use it.
3667 (Man-default-man-entry): New optional arg POS.
3668
3669 * wdired.el (wdired-preprocess-symlinks): Make the spaces after
3670 symlink arrows read-only and non-rear-sticky.
3671
3672 2006-12-09 Martin Rudalics <rudalics@gmx.at>
3673
3674 * wdired.el (wdired-change-to-wdired-mode, wdired-finish-edit)
3675 (wdired-search-and-rename): Simplify code.
3676 (wdired-preprocess-files, wdired-preprocess-perms): Make
3677 read-only property of preceding character rear-nonsticky to
3678 avoid that it can be modified. Put old-name and old-link
3679 properties on character preceding name and replace
3680 put-text-property by add-text-properties.
3681 (wdired-get-filename, wdired-get-previous-link): Get old-name
3682 and old-link properties from character preceding name and
3683 simplify code.
3684 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit)
3685 (wdired-perms-to-number): Make local-map property
3686 rear-nonsticky to avoid that text following permissions may be
3687 modified. Use add-text-properties instead of put-text-property
3688 when changing a permission bit.
3689 (wdired-change-to-dired-mode): Remove stickiness properties.
3690
3691 2006-12-09 Juanma Barranquero <lekktu@gmail.com>
3692
3693 * international/mule-cmds.el (register-input-method): Doc fix.
3694
3695 2006-12-09 Masayuki Ataka <masayuki.ataka@gmail.com> (tiny change)
3696
3697 * cmuscheme.el (scheme-start-file): Use `let*', not `let'.
3698
3699 2006-12-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3700
3701 * textmodes/flyspell.el (flyspell-hack-local-variables-hook): New.
3702 Force buffer local defs evaluation on local variables loading.
3703 (flyspell-mode-on, flyspell-mode-off): Use it in
3704 `hack-local-variables-hook'.
3705
3706 2006-12-09 Eli Zaretskii <eliz@gnu.org>
3707
3708 * emacs-lisp/find-func.el (find-variable): Doc fix.
3709
3710 * help-fns.el (variable-at-point): Doc fix.
3711
3712 * w32-fns.el (w32-append-code-lines): New function.
3713
3714 2006-12-09 Romain Francoise <romain@orebokech.com>
3715
3716 * comint.el (comint-insert-input): Delete obsolete comment.
3717
3718 2006-12-08 Stefan Monnier <monnier@iro.umontreal.ca>
3719
3720 * net/browse-url.el (browse-url): Set DISPLAY to the one of the
3721 current frame, in case we're connected to several displays.
3722
3723 2006-12-08 Juanma Barranquero <lekktu@gmail.com>
3724
3725 * frame.el (other-frame): Doc fix.
3726 (set-frame-parameter): Fix typo in docstring.
3727
3728 2006-12-07 Kim F. Storm <storm@cua.dk>
3729
3730 * info.el (Info-index): Strip leading colon from topic.
3731
3732 2006-12-07 Nick Roberts <nickrob@snap.net.nz>
3733
3734 * progmodes/gud.el (gud-speedbar-buttons): Deal with references
3735 to pointers.
3736
3737 2006-12-05 J.D. Smith <jdsmith@as.arizona.edu>
3738
3739 * progmodes/idlwave.el (idlwave-xml-create-class-method-lists):
3740 Trim out spurious class inheritance "None" entries.
3741
3742 2006-12-05 Kim F. Storm <storm@cua.dk>
3743
3744 * emulation/cua-base.el (cua-paste-pop-rotate-temporarily): Doc fix.
3745 (cua-paste-pop): Rework last change for
3746 cua-paste-pop-rotate-temporarily, so first M-y and C-y works alike,
3747 pasting the head of the kill-ring, and prefix arg C-u M-y inserts the
3748 text inserted by the last M-y command.
3749
3750 2006-12-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3751
3752 * cmuscheme.el (run-scheme, scheme-start-file): Search the start
3753 file in ~/.emacs.d as `init_SCHEMENAME.scm' instead.
3754
3755 * shell.el (shell): Search the start file in ~/.emacs.d as
3756 `init_SHELLNAME.sh' instead.
3757
3758 2006-12-05 Glenn Morris <rgm@gnu.org>
3759
3760 * progmodes/cperl-mode.el (cperl-mode)
3761 * progmodes/f90.el (f90-mode-abbrev-table)
3762 * progmodes/fortran.el (fortran-mode-abbrev-table)
3763 * progmodes/octave-mod.el (octave-abbrev-table)
3764 * progmodes/sql.el (sql-mode-abbrev-table): Define abbrevs even
3765 if abbrev-table is non-nil (saved user abbrevs may have been restored).
3766
3767 * progmodes/vhdl-mode.el (vhdl-mode-abbrev-table-init): Do not
3768 clear abbrev table, else saved abbrevs will not be restored.
3769
3770 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3771
3772 * facemenu.el (facemenu-unlisted-faces): Put obsolescence info in
3773 the call to `make-obsolete-variable', not in the docstring.
3774
3775 2006-12-04 Chong Yidong <cyd@stupidchicken.com>
3776
3777 * facemenu.el (facemenu-unlisted-faces): Define as obsolete variable.
3778
3779 2006-12-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3780
3781 * progmodes/ebnf-abn.el:
3782 * progmodes/ebnf-bnf.el:
3783 * progmodes/ebnf-dtd.el:
3784 * progmodes/ebnf-ebx.el:
3785 * progmodes/ebnf-iso.el:
3786 * progmodes/ebnf-otz.el:
3787 * progmodes/ebnf-yac.el:
3788 * progmodes/ebnf2ps.el:
3789 * delim-col.el:
3790 * printing.el:
3791 * ps-bdf.el:
3792 * ps-mule.el:
3793 * ps-print.el: Remove 'Time-stamp' comment mark.
3794
3795 * printing.el (pr-menu-bind): Replace 'easy-menu-change' by
3796 'easy-menu-add-item' when called in Emacs 21 or higher.
3797
3798 2006-12-04 Stephen Leake <stephen_leake@stephe-leake.org>
3799
3800 * progmodes/ada-xref.el (ada-check-current): Doc fix.
3801 (ada-make-body-gnatstub): Doc fix. Remove redundant `progn'.
3802
3803 2006-12-04 Kim F. Storm <storm@cua.dk>
3804
3805 * bindings.el (global-map): Bind [signal t] to ignore, to have
3806 user signals ignored by default.
3807
3808 2006-12-04 Juanma Barranquero <lekktu@gmail.com>
3809
3810 * descr-text.el (describe-char-unicode-data): Use a hidden buffer for
3811 Unicode data file pointed to by `describe-char-unicodedata-file'.
3812
3813 2006-12-04 Stefan Monnier <monnier@iro.umontreal.ca>
3814
3815 * textmodes/sgml-mode.el (sgml-font-lock-keywords-1): Fix pathological
3816 O(n^2) regexp-search by anchoring the search.
3817
3818 2006-12-04 Dan Nicolaescu <dann@ics.uci.edu>
3819
3820 * whitespace.el (whitespace-cleanup-internal): Use current
3821 argument for recursive call.
3822
3823 2006-12-04 Michael Albinus <michael.albinus@gmx.de>
3824
3825 * net/tramp.el (tramp-methods): Add "ControlPath" and
3826 "ControlMaster" to scp, scp1 and scp2 methods. Suggested by
3827 Andreas Schwab <schwab@suse.de>.
3828 (tramp-do-copy-or-rename-file-out-of-band)
3829 (tramp-open-connection-rsh): Compute format spec for ?t.
3830 (tramp-process-actions): Trace command parameters.
3831
3832 2006-12-04 Nick Roberts <nickrob@snap.net.nz>
3833
3834 * simple.el (toggle-truncate-lines): Clarify doc string.
3835
3836 * progmodes/gdb-ui.el (gdb-var-delete-children): New function.
3837 (gdb-speedbar-expand-node): Use it.
3838
3839 2006-12-04 Richard Stallman <rms@gnu.org>
3840
3841 * progmodes/python.el (python-indent): Add safe-local-variable prop.
3842
3843 * dired.el (dired-revert): Turn off dired-after-readin-hook
3844 around call to dired-readin.
3845
3846 * menu-bar.el (menu-bar-make-toggle): Add "globally"
3847 to echo area messages.
3848 <indicate-empty-lines, case-fold-search>:
3849 Add "globally" to Help string.
3850 <case-fold-search>: MESSAGE arg need not say "globally".
3851 (menu-bar-edit-menu <paste-from-menu>): Rename from select-and-paste.
3852
3853 2006-12-03 Liam Healy <lnp@healy.washington.dc.us> (tiny change)
3854
3855 * outline.el (outline-end-of-subtree): Don't leave an empty
3856 line hidden as we would a real next heading.
3857
3858 2006-12-03 Ken Manheimer <ken.manheimer@gmail.com>
3859
3860 * allout.el (allout-ascend): Add an optional argument to preserve
3861 original position of point when unsuccessful. Also, fix a
3862 docstring error.
3863 (allout-yank-processing): Fix depth shift of multiple-topic so yanks
3864 work again, using allout-ascend's new option.
3865 (allout-setup-mode-map): Extract from allout-mode to initialize
3866 allout-mode-map. Call it on file load, so the mode docstring
3867 substitutions work even if allout mode has not yet been invoked.
3868 (allout-mode): Use new allout-setup-mode-map to track any keybinding
3869 customizations since the map was last processed. Also, refine the
3870 docstring so it's ship-shape for release.
3871 (allout-default-layout, allout-beginning-of-line-cycles)
3872 (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
3873 (allout-encrypt-unencrypted-on-saves, allout-inhibit-auto-fill)
3874 (allout-version, allout-layout, allout-infer-body-reindent)
3875 (allout-infer-header-lead-and-primary-bullet, allout-view-change-hook)
3876 (allout-init, allout-mode, allout-next-heading, allout-chart-subtree)
3877 (allout-previous-heading, allout-goto-prefix-doublechecked)
3878 (allout-current-bullet-pos, allout-next-sibling-leap)
3879 (allout-pre-command-business, allout-encrypted-type-prefix)
3880 (allout-make-topic-prefix, allout-open-topic, allout-rebullet-heading)
3881 (allout-rebullet-topic, allout-rebullet-topic-grunt)
3882 (allout-flag-region, allout-expose-topic, allout-expose-topic)
3883 (allout-old-expose-topic, allout-listify-exposed)
3884 (allout-process-exposed, allout-latex-verb-quote)
3885 (allout-latex-verbatim-quote-curr-line, allout-adjust-file-variable)
3886 (allout-toggle-current-subtree-encryption)
3887 (allout-toggle-subtree-encryption, allout-bullet-isearch):
3888 Remove extraneous open-paren and close paren string escapes.
3889
3890 2006-12-03 Juanma Barranquero <lekktu@gmail.com>
3891
3892 * progmodes/ada-xref.el (is-windows, ada-find-in-src-path): Doc fixes.
3893 (ada-xref-pos-ring-max, ada-xref-project-files, ada-xref-initialize)
3894 (ada-prj-default-comp-cmd, ada-quote-cmd, ada-compile-current):
3895 Fix typos in docstrings.
3896
3897 2006-12-03 Glenn Morris <rgm@gnu.org>
3898
3899 * progmodes/cc-align.el
3900 * progmodes/cc-awk.el
3901 * progmodes/cc-cmds.el
3902 * progmodes/cc-compat.el
3903 * progmodes/cc-defs.el
3904 * progmodes/cc-engine.el
3905 * progmodes/cc-langs.el
3906 * progmodes/cc-menus.el
3907 * progmodes/cc-mode.el
3908 * progmodes/cc-styles.el
3909 * progmodes/cc-vars.el
3910 * progmodes/vhdl-mode.el: Fix Copyright format.
3911
3912 2006-12-02 Chong Yidong <cyd@stupidchicken.com>
3913
3914 * mouse.el (mouse-drag-track): Suppress automatic hscrolling for
3915 initial down event.
3916
3917 2006-12-02 Kim F. Storm <storm@cua.dk>
3918
3919 * emulation/cua-base.el (cua-toggle-set-mark): Doc fix.
3920 (cua-repeat-replace-region): Make M-v more robust.
3921 (cua-paste-pop-rotate-temporarily): New defcustom.
3922 (cua-paste-pop): Use it.
3923 (cua-auto-mark-last-change): New defcustom.
3924 (cua-pop-to-last-change): New helper function.
3925 (cua-set-mark): Use them.
3926
3927 2006-12-01 Nick Roberts <nickrob@snap.net.nz>
3928
3929 * menu-bar.el (toggle-case-fold-search): Clarify doc/help string and
3930 mini-buffer message.
3931
3932 2006-12-01 Juanma Barranquero <lekktu@gmail.com>
3933
3934 * descr-text.el (describe-char-unicodedata-file): Fix typo in docstring.
3935
3936 2006-12-01 Ben North <ben@redfrontdoor.org>
3937
3938 * paren.el: Fix the highlight overlay extension when the user types a
3939 sequence of char very fast just before the open parenthesis.
3940
3941 2006-12-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3942
3943 * ps-mule.el: Eliminate Emacs 20 compatibility.
3944
3945 * ps-print.el: Eliminate Emacs 20 & 21 compatibility.
3946 (ps-print-version): New version 6.7.
3947 (ps-print-quote): Replace '?\ ' by '?\s'.
3948
3949 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3950
3951 * hexl.el (hexl-goto-address, hexl-forward-char, hexl-forward-short)
3952 (hexl-forward-word, hexl-previous-line, hexl-beginning-of-1k-page)
3953 (hexl-end-of-1k-page): Doc fixes.
3954 (hexl-address-region, hexl-ascii-region, hexl-highlight-line-range):
3955 Fix typos in docstrings.
3956
3957 2006-11-30 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
3958
3959 * ido.el (ido-local-file-exists-p): New. Tell if a file exists
3960 locally, i.e. without using file name handlers.
3961 (ido-read-internal): Allow mono letter host names, avoiding the
3962 `c:' problem by testing if the file exists locally.
3963 (ido-complete, ido-make-file-list, ido-exhibit): Ditto.
3964
3965 2006-11-30 Masatake YAMATO <jet@gyve.org>
3966
3967 * hexl.el (hl-line-range-function, hl-line-face): Declare variables
3968 to avoid bytecomp warnings.
3969 (hexl-mode-old-ruler-function): New variable.
3970 (hexl-follow-line): Bind `hexl-mode-old-hl-line-range-function'
3971 and `hl-line-range-function' after `require' hl-line.
3972 Then bind `hl-line-range-function' and `hl-line-face'.
3973 Don't require frame. Don't use `with-no-warnings'.
3974 (hexl-activate-ruler): Store the original value of
3975 `ruler-mode-ruler-function' to `hexl-mode-old-ruler-function'.
3976 (hexl-mode-exit): Restore the original value of
3977 `ruler-mode-ruler-function'.
3978
3979 2006-11-30 Alin C. Soare <alinsoar@voila.fr> (tiny change)
3980
3981 * hexl.el (hexl-mode-old-hl-line-range-function): New variable.
3982 (hexl-mode-old-hl-line-face): New variable.
3983 (hexl-mode, hexl-mode-exit): Fix the highlighting of the current
3984 line when exit from the hexl-mode.
3985
3986 2006-11-30 Juanma Barranquero <lekktu@gmail.com>
3987
3988 * emacs-lisp/bytecomp.el (byte-optimize, byte-compile-warnings):
3989 Doc fixes.
3990
3991 * international/fontset.el (create-fontset-from-ascii-font)
3992 (create-fontset-from-fontset-spec, x-compose-font-name): Doc fixes.
3993 (fontset-name-p): Fix typo in docstring.
3994
3995 * progmodes/cc-cmds.el (c-indent-exp): Fix typo in docstring.
3996
3997 2006-11-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3998
3999 * ps-bdf.el: Fix maintainer email.
4000
4001 * ps-mule.el: Fix maintainer email. Define functions for Emacs 20
4002 compatibility.
4003
4004 * ps-print.el: Fix maintainer email. Define functions for Emacs 20 &
4005 21 compatibility.
4006 (ps-print-quote): Replace '?\s' by '?\ ' to keep compatibility with
4007 Emacs 20 & 21.
4008
4009 2006-11-29 J.D. Smith <jdsmith@as.arizona.edu>
4010
4011 * progmodes/idlwave.el (idlwave-auto-fill):
4012 Remove paragraph-start let to prevent auto-fill giving up.
4013
4014 2006-11-28 Juanma Barranquero <lekktu@gmail.com>
4015
4016 * vt100-led.el (led-state): Fix typo in previous change.
4017
4018 2006-11-27 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
4019
4020 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
4021 Fix interactive spec of the functions getting defined to make them
4022 work as documented.
4023
4024 2006-11-28 Chong Yidong <cyd@stupidchicken.com>
4025
4026 * startup.el (fancy-splash-screens): Hide initial splash buffer.
4027
4028 2006-11-28 Kim F. Storm <storm@cua.dk>
4029
4030 * icomplete.el (icomplete-tidy, icomplete-exhibit): Check that
4031 icomplete-mode is enabled.
4032
4033 2006-11-28 Carsten Dominik <dominik@science.uva.nl>
4034
4035 * textmodes/org.el (require): Require gnus-sum during compilation
4036 to avoid problem with a macro call.
4037
4038 2006-11-28 Glenn Morris <rgm@gnu.org>
4039
4040 * emacs-lisp/authors.el (authors-aliases): Add new alias.
4041
4042 * progmodes/fortran.el (fortran-font-lock-keywords-4): Add `min'.
4043 (fortran-window-create-momentarily): Do not need string-to-char.
4044
4045 2006-11-28 Richard Stallman <rms@gnu.org>
4046
4047 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
4048 Replace incorrect use of assoc-default with a loop.
4049
4050 * term.el (term-exec-1): Set envvar INSIDE_EMACS.
4051
4052 * simple.el (next-error-find-buffer): Improve messages.
4053
4054 * files.el (revert-buffer): Special error message if file
4055 is now not readable.
4056
4057 * facemenu.el (facemenu-add-new-face): Improve doc strings of
4058 constructed commands.
4059
4060 * comint.el (comint-exec-1): Provide Emacs version and `comint'
4061 in INSIDE_EMACS.
4062
4063 2006-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
4064
4065 * diff-mode.el (diff-mode-map): Add a binding for unified->context.
4066
4067 * server.el: Remove spurious * in docstrings.
4068 (server-process-filter): Exit from recursive editing before processing
4069 a new request.
4070
4071 2006-11-27 J.D. Smith <jdsmith@as.arizona.edu>
4072
4073 * progmodes/hideshow.el (hs-already-hidden-p): Move to end of
4074 line so hidden blocks will be correctly identified.
4075
4076 2006-11-27 Juanma Barranquero <lekktu@gmail.com>
4077
4078 * ledit.el (ledit-save-defun, ledit-mode):
4079 * resume.el (resume-emacs-args-buffer):
4080 * rot13.el (rot13-display-table, rot13-translate-table, rot13)
4081 (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode):
4082 * vmsproc.el (subprocess-input, start-subprocess, subprocess-command)
4083 (command-send-input, command-kill-line):
4084 * vt100-led.el (led-state, led-on): Fix typos in docstrings.
4085
4086 * autoarg.el (autoarg-kp-mode): Doc fix.
4087
4088 * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify.
4089 (emacs-lock-check-buffer-lock): Doc fix. Use `when'.
4090 (check-emacs-lock): Doc fix. Simplify.
4091
4092 * iimage.el (iimage-mode-image-regex-alist): Doc fix.
4093 (iimage-mode-buffer): Fix typos in docstring.
4094
4095 * misc.el (zap-up-to-char): Doc fix.
4096
4097 * time-stamp.el: Fix comment and obsolescence string for old
4098 functions. Use `dolist' instead of `while'.
4099
4100 * userlock.el (ask-user-about-lock-help): Fix typos in output message.
4101
4102 * disp-table.el (standard-display-8bit, standard-display-default):
4103 * ebuff-menu.el (electric-buffer-list):
4104 * ehelp.el (electric-help-command-loop):
4105 * font-core.el (font-lock-mode):
4106 * help-macro.el (make-help-screen):
4107 * help.el (describe-minor-mode-completion-table-for-indicator)
4108 (lookup-minor-mode-from-indicator):
4109 * indent.el (tab-to-tab-stop, move-to-tab-stop):
4110 * info-look.el (info-lookup-guess-custom-symbol):
4111 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup):
4112 * longlines.el (longlines-wrap-line):
4113 * macros.el (insert-kbd-macro):
4114 * menu-bar.el (menu-bar-update-buffers):
4115 * misc.el (copy-from-above-command):
4116 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist):
4117 * newcomment.el (comment-indent):
4118 * novice.el (disabled-command-function):
4119 * sort.el (sort-fields-syntax-table):
4120 * subr.el (momentary-string-display):
4121 * tar-mode.el (tar-header-block-summarize)
4122 (tar-clear-modification-flags):
4123 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline)
4124 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen)
4125 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces)
4126 (te-delete-char, te-down-vertically-or-scroll):
4127 * time-stamp.el (time-stamp-string-preprocess):
4128 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s".
4129
4130 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4131
4132 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not
4133 in GUD mode.
4134
4135 * progmodes/gud.el (gud-install-speedbar-variables): Remove bindings:
4136 speedbar-expand-line-descendants, speedbar-contract-line-descendants.
4137
4138 2006-11-26 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4139
4140 * progmodes/cc-vars.el (c-backslash-column): Add . at end of sentence.
4141
4142 2006-11-26 Stephen Leake <stephen_leake@stephe-leake.org>
4143
4144 * progmodes/ada-mode.el (ada-which-compiler): Fix typo in docstring.
4145 (ada-compile-goto-error): Adapt to new argument profile of
4146 compilation-goto-locus in Emacs 22. Don't check if the various
4147 compile functions are defined; we already do "(require 'compile)".
4148
4149 2006-11-26 Kim F. Storm <storm@cua.dk>
4150
4151 * kmacro.el: Fix commentary.
4152
4153 2006-11-26 Nick Roberts <nickrob@snap.net.nz>
4154
4155 * progmodes/gud.el (gdb): Explain how to run in text command mode
4156 more clearly. Say in error message that multiple debugging
4157 requires restarting GDB.
4158
4159 2006-11-25 Juanma Barranquero <lekktu@gmail.com>
4160
4161 * international/fontset.el (create-fontset-from-fontset-spec): Doc fix.
4162
4163 2006-11-25 Pavel Kobiakov <pk_at_work@yahoo.com>
4164
4165 * progmodes/flymake.el (flymake-posn-at-point-as-event): New function.
4166 (flymake-popup-menu): Use it instead of posn-at-point.
4167
4168 2006-11-25 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4169
4170 * progmodes/cc-vars.el (c-backslash-column):
4171 Mention c-backslash-max-column in documentation for c-backslash-column.
4172
4173 2006-11-24 Lars Hansen <larsh@soem.dk>
4174
4175 * net/tramp.el (tramp-default-method): Under Windows, change from
4176 plink to pscp.
4177 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add.
4178 (tramp-actions-copy-out-of-band):
4179 Add pair (tramp-copy-failed-regexp tramp-action-copy-failed).
4180 (tramp-action-out-of-band): Move "Permission denied" handling to
4181 tramp-action-copy-failed.
4182 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of
4183 process buffer.
4184
4185 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
4186
4187 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
4188 strings to a single string. Quote `errors-file-name'.
4189 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
4190 (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
4191 Adjust calls. Use `shell-quote-argument'.
4192
4193 * international/mule.el (load-with-code-conversion)
4194 (with-category-table): Use with-current-buffer.
4195 (after-insert-file-set-coding): Use restore-buffer-modified-p.
4196
4197 2006-11-24 Eli Zaretskii <eliz@gnu.org>
4198
4199 * mail/smtpmail.el (smtpmail-send-it):
4200 Copy buffer-file-coding-system from the mail buffer. Possibly add a
4201 MIME header for the message encoding.
4202 Bind coding-system-for-write around the call to mail-do-fcc.
4203 Use smtpmail-code-conv-from to encode queued mail messages.
4204
4205 2006-11-24 Juanma Barranquero <lekktu@gmail.com>
4206
4207 * tabify.el (tabify-regexp): Doc fix.
4208
4209 * net/rcirc.el (rcirc-buffer-maximum-lines):
4210 * progmodes/gud.el (jdb): Fix space/tab mixup in docstrings.
4211
4212 * play/gomoku.el (gomoku-terminate-game, gomoku-human-takes-back)
4213 (gomoku-prompt-for-move, gomoku-human-plays, gomoku-offer-a-draw):
4214 Fix typos in output messages.
4215 (gomoku-vector-length, gomoku-init-board): Fix typos in docstrings.
4216
4217 2006-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * hexl.el (hexl-mode): Don't try to guess the max-address: get it from
4220 the horse's mouth.
4221 (hexlify-buffer): Don't re-encode an arg that's already encoded.
4222
4223 2006-11-23 Michael Kifer <kifer@cs.stonybrook.edu>
4224
4225 * ediff-diff.el (ediff-exec-process, ediff-same-file-contents):
4226 Remove condition-case.
4227
4228 2006-11-23 Glenn Morris <rgm@gnu.org>
4229
4230 * progmodes/f90.el (f90-comment-indent): Do not move point in
4231 default case.
4232
4233 2006-11-21 Romain Francoise <romain@orebokech.com>
4234
4235 * emacs-lisp/find-func.el (find-library-name): Don't strip ".el"
4236 from library name (reverts change of 2005-10-25).
4237
4238 2006-11-21 Lennart Borgman <lennart.borgman.073@student.lu.se>
4239
4240 * tutorial.el (tutorial--default-keys): Add newline and
4241 delete-backward-char bindings.
4242 (tutorial--detailed-help): Save excursion when finding keys.
4243 Correct warning string for M-x FOO case.
4244 (tutorial--display-changes): Print special keys in tutorial style.
4245 Tweak search regexp for changed keys.
4246
4247 2006-11-21 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
4248
4249 * thingatpt.el (thing-at-point-url-at-point): Don't add a
4250 redundant scheme.
4251
4252 2006-11-21 Diane Murray <disumu@x3y2z1.net> (tiny change)
4253
4254 * thingatpt.el (thing-at-point-uri-schemes): Add schemes that
4255 are new to the list at IANA. Also added irc, mms, mmsh.
4256
4257 2006-11-20 J.D. Smith <jdsmith@as.arizona.edu>
4258
4259 * progmodes/idlw-help.el (idlwave-html-help-location):
4260 Fail gracefully for missing help packages.
4261 (idlwave-help-assistant-open-link): Open full links.
4262 (idlwave-help-assistant-help-with-topic): Direct help link.
4263
4264 * progmodes/idlwave.el (idlwave-mode):
4265 Set add-log-current-defun-function.
4266 (idlwave-current-routine-fullname): Add, to support add-log.
4267 (idlwave-convert-xml-system-routine-info): Simplify XML parsing
4268 to reflect improvements to xml-parse-file.
4269 (idlwave-mode-menu-def): New binding for help-with-topic.
4270
4271 * progmodes/idlw-shell.el (idlwave-shell-filter-directory):
4272 Handle extra newlines and spaces.
4273 (idlwave-shell-mode-map): Add help-with-topic.
4274
4275 2006-11-20 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * tutorial.el (tutorial-warning-face): New face.
4278 (tutorial--detailed-help, tutorial--display-changes): Use it.
4279 (tutorial--find-changed-keys): Check ESC-prefix binding specially.
4280 Improve search pattern for occurrences of changed keys.
4281
4282 2006-11-20 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4283
4284 * term/x-win.el (x-last-cut-buffer-coding): New variable.
4285 (x-select-text): Set it.
4286 (x-cut-buffer-or-selection-value): Check also x-last-cut-buffer-coding
4287 when checking for newness.
4288
4289 2006-11-19 Juanma Barranquero <lekktu@gmail.com>
4290
4291 * subr.el (posn-image):
4292 * progmodes/ebnf2ps.el (ebnf-stop-on-error): Fix typos in docstrings.
4293
4294 * emacs-lisp/regexp-opt.el (regexp-opt): Doc fix.
4295
4296 2006-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4297
4298 * progmodes/glasses.el (glasses-separate-parentheses-exceptions): New.
4299 Exceptions to the rule "add a space between an identifier and an
4300 opening parenthesis". Defaulted to the `#define' problem of cpp.
4301 (glasses-parenthesis-exception-p): New. Check if the region is an
4302 exception regarding to that.
4303 (glasses-make-readable): Use it.
4304 (glasses-convert-to-unreadable): Ditto. Modify the file also if
4305 `glasses-convert-on-write-p' and `glasses-separate-parentheses-p' are t.
4306
4307 2006-11-19 Chong Yidong <cyd@stupidchicken.com>
4308
4309 * emacs-lisp/bytecomp.el (byte-compile-if): Revert last change.
4310
4311 2006-11-19 Stephen Leake <stephen_leake@stephe-leake.org>
4312
4313 * progmodes/ada-mode.el (ada-make-body): Fix typo.
4314
4315 * progmodes/ada-xref.el (ada-make-body-gnatstub): Fix typo.
4316 (ada-xref-initialize): Fix typo. Use add-hook and remove-hook.
4317
4318 2006-11-18 Chong Yidong <cyd@stupidchicken.com>
4319
4320 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Check `and'
4321 conditions for function or variable bindings.
4322
4323 * comint.el (comint-exec-1): Set EMACS and INSIDE_EMACS to t.
4324
4325 * progmodes/compile.el (compilation-start): Ditto.
4326
4327 2006-11-18 Michael Albinus <michael.albinus@gmx.de>
4328
4329 * net/tramp.el (top): cl and custom are always required.
4330
4331 2006-11-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4332
4333 * term/x-win.el (x-cut-buffer-or-selection-value): Decode text from
4334 cut-buffers with next-selection-coding-system if not nil.
4335
4336 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4337
4338 * textmodes/org.el (org-fix-decoded-time): New function.
4339 (org-display-custom-time): Use `org-fix-decoded-time'.
4340
4341 2006-11-17 Chong Yidong <cyd@stupidchicken.com>
4342
4343 * menu-bar.el (menu-bar-games-menu): Remove yow.
4344
4345 2006-11-17 Carsten Dominik <dominik@science.uva.nl>
4346
4347 * textmodes/org.el (org-scan-tags): Re-align code fixed.
4348 (org-detach-overlay): Rename from `org-detatch-overlay'.
4349 (org-table-convert-region): Insert space after column separator.
4350 (org-agenda-kill): New command.
4351 (org-metaleft): Call `org-outdent-item' on bullets.
4352 (org-metaright): Call `org-indent-item' on bullets.
4353 (org-timestamp-change): Set `org-last-changed-timestamp'.
4354 (org-current-line): Make sure (bolp) returns correct result.
4355 (org-agenda-change-all-lines): Make sure TODO are highlighted.
4356
4357 2006-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4358
4359 * pcvs.el (cvs-retrieve-revision): Set buffer-file-coding-system.
4360
4361 2006-11-16 Chong Yidong <cyd@stupidchicken.com>
4362
4363 * mouse.el (global-map): Change 2006-08-16 fix to call
4364 mouse-yank-at-click explicitly, since mouse events are not carried
4365 over into keyboard macros.
4366
4367 2006-11-16 Kim F. Storm <storm@cua.dk>
4368
4369 * ido.el (ido-file-internal): Use current buffer's file name as default
4370 choice for ido-find-alternate-file. Suggested by Matt Hodges.
4371
4372 2006-11-15 Ken Manheimer <ken.manheimer@gmail.com>
4373
4374 * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring.
4375 (allout-inhibit-aberrance-doublecheck): Rename from
4376 allout-during-yank-processing. All callers changed.
4377 (allout-ascend): Provide for unusual case where some topic after
4378 the first in file is at lower depth than the first.
4379 (allout-shift-in): Ensure the offspring of the new containing
4380 topic are exposed.
4381 (allout-encrypt-string): Preserve the coding-system of the text,
4382 according to that of the containing buffer.
4383 (allout-toggle-subtree-encryption): When the text being encrypted
4384 requires a different coding system, offer to preserve the coding
4385 system using a file local var.
4386
4387 2006-11-15 Simon Marshall <simon@gnu.org>
4388
4389 * progmodes/cc-fonts.el (c-font-lock-declarators): Use c-at-toplevel-p
4390 to recognise "T t()" as a function declaration, rather than a
4391 variable instantiation, iff at the top-level or inside a class
4392 declaration. Suggested by Feng Li <fengli@gmail.com>.
4393
4394 2006-11-14 Stephen Leake <stephen_leake@stephe-leake.org>
4395
4396 * progmodes/ada-xref.el (ada-parse-prj-file):
4397 Don't delete project buffer; user may want to edit it.
4398 (ada-xref-set-project-field, ada-xref-current-project-file)
4399 (ada-xref-current-project, ada-show-current-project)
4400 (ada-set-main-compile-application): New functions.
4401 (ada-xref-get-project-field, ada-require-project-file):
4402 Normalize use of ada-prj-default-project-file.
4403 (ada-gdb-application, ada-get-ada-file-name, ada-make-body-gnatstub):
4404 Normalize use of ada-require-project-file.
4405 (ada-prj-find-prj-file): Improve doc string, comments.
4406
4407 * progmodes/ada-mode.el (ada-mode-version): Bump version.
4408 (ada-create-keymap): Add \C-c\C-m 'ada-set-main-compile-application.
4409 (ada-create-menu): Add ada-set-main-compile-application,
4410 ada-show-current-main, ada-show-current-project.
4411
4412 2006-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4413
4414 * progmodes/python.el (inferior-python-mode-syntax-table): New var.
4415 (inferior-python-mode): Use it.
4416
4417 2006-11-14 Andreas Schwab <schwab@suse.de>
4418
4419 * term/xterm.el (terminal-init-xterm): Add more key bindings.
4420
4421 2006-11-13 Kim F. Storm <storm@cua.dk>
4422
4423 * ido.el (ido-copy-current-word): C-o copies region if active.
4424
4425 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4426
4427 * textmodes/org.el (org-emph-face): Fix typo in variable name.
4428
4429 2006-11-13 Juanma Barranquero <lekktu@gmail.com>
4430
4431 * ediff.el (ediff-revision):
4432 * files.el (set-visited-file-name):
4433 * mail/rmailout.el (rmail-output-body-to-file):
4434 Use `format', not `message', in `y-or-n-p' call.
4435
4436 2006-11-13 Carsten Dominik <dominik@science.uva.nl>
4437
4438 * textmodes/org.el (org-metaleft): Call `org-outdent-item' on bullets.
4439 (org-metaright): Call `org-indent-item' on bullets.
4440 (org-timestamp-change): Set `org-last-changed-timestamp'.
4441 (org-current-line): Make sure (bolp) returns correct result.
4442 (org-agenda-change-all-lines): Make sure highlighting TODO always works.
4443
4444 2006-11-12 Richard Stallman <rms@gnu.org>
4445
4446 * language/european.el (turkish-case-conversion-enable)
4447 (turkish-case-conversion-disable): New functions.
4448 ("Turkish" lang env): Use them.
4449
4450 * international/characters.el (case table):
4451 Do nothing special for i and I.
4452
4453 * subr.el (remove-overlays): Fix last change.
4454
4455 * cus-edit.el (custom-save-all): Use find-file-visit-truename
4456 for visiting the custom file.
4457
4458 2006-11-12 Markus Triska <triska@gmx.at>
4459
4460 * play/handwrite.el (handwrite): Also process lines not ending
4461 with newline. Replace some position-fiddling with different
4462 logic. Improve performance.
4463
4464 2006-11-12 Stephen Leake <stephen_leake@stephe-leake.org>
4465
4466 * progmodes/ada-xref.el (ada-prj-default-check-cmd): New variable,
4467 replacing deleted variable `ada-check-switch'.
4468 (ada-project-file-extension): Rename to `ada-prj-file-extension'.
4469 (ada-xref-project-files): Improve doc string.
4470 (ada-find-executable): New function.
4471 (ada-initialize-runtime-library): Use `ada-find-executable'.
4472 (ada-xref-set-default-prj-values): In compile commands, don't need
4473 `ada-cd-command'; `compile' does that more portably.
4474 Use ada-prj-default-check-cmd.
4475 (ada-parse-prj-file): Don't set 'debug_post_cmd, 'debug_pre_cmd
4476 properties if not specified in project file.
4477 (ada-goto-declaration): Display useful message for new error
4478 'error-file-not-found.
4479 (ada-get-ada-file-name, ada-find-in-src-path): Signal new error
4480 'error-file-not-found.
4481 (ada-get-all-references): Match latest ali syntax. Signal new
4482 error 'error-file-not-found.
4483 (ada-find-in-ali): Match latest ali syntax.
4484 (ada-make-filename-from-adaname): Handle different semantics of
4485 gnatkr in GNAT 3.15p vs later.
4486
4487 * progmodes/ada-stmt.el (ada-func-or-proc-name): Match changes to
4488 ada-procedure-start-regexp.
4489 (ada-or-accept, ada-or-delay, ada-or-terminate): Improve doc string.
4490
4491 * progmodes/ada-mode.el: Replace conditional (require 'ispell)
4492 with defvar.
4493 (ada-language-version): Rename ada05 -> ada2005.
4494 (ada-align-region-separate): Add `eval-when-compile'.
4495 (ada-name-regexp): Remove unneeded escapes in regexp character
4496 alternative.
4497 (ada-compile-goto-error-file-linenr-re): New constant.
4498 (ada-matching-start-re): Handle additional cases `declare',
4499 `procedure', `function'.
4500 (ada-compile-goto-error): Handle "... at line nn".
4501 (ada-mode): Clearer syntax, comments for ff-special-constructs.
4502 Delete support for old versions of `align'.
4503 (ada-search-prev-end-stmt): Handle additional keyword `private'.
4504 (ada-check-defun-name): Simplify handling of `declare'.
4505 (ada-goto-matching-start): Handle nested `begin ... end'.
4506 Handle `declare', `protected', `procedure', `function'.
4507 (ada-create-menu): Presence of arm95 is not conditional on using
4508 GNAT compiler.
4509
4510 2006-11-12 Juanma Barranquero <lekktu@gmail.com>
4511
4512 * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
4513 nil in the *RE-Builder* buffer (it causes spurious error messages).
4514
4515 * server.el (server-visit-files): If `minibuffer-auto-raise' has
4516 been set to t, respect it.
4517
4518 2006-11-11 Stephen Leake <stephen_leake@stephe-leake.org>
4519
4520 * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
4521 Delete commented out code for old Emacs versions. Autoloading of
4522 "ada-xref", "ada-prj" is useful even if compiler is not GNAT.
4523 (ada-mode-version): Bump version number.
4524 (ada-95-string-keywords, ada-2005-string-keywords)
4525 (ada-2005-keywords, ada-name-regexp): New constant.
4526 (ada-language-version, ada-procedure-start-regexp, ada-mode)
4527 (ada-font-lock-keywords): Add support for Ada 2005 keywords.
4528 (ada-package-start-regexp): Support private packages, include package
4529 name (for ada-set-point-accordingly).
4530 (ada-next-procedure, ada-previous-procedure)
4531 (ada-which-function-are-we-in): Match changes to
4532 ada-procedure-start-regexp.
4533 (ada-make-body): Make non-interactive; not a user function.
4534 (ada-make-subprogram-body): Improve doc string.
4535
4536 2006-11-11 Romain Francoise <romain@orebokech.com>
4537
4538 * progmodes/cperl-mode.el (cperl-mode): Before adding to it, make
4539 `compilation-error-regexp-alist' buffer-local, since we changed
4540 `compilation-error-regexp-alist-alist' locally.
4541
4542 2006-11-11 Juanma Barranquero <lekktu@gmail.com>
4543
4544 * server.el (server-visit-files): Bind `minibuffer-auto-raise'
4545 to the value of `server-raise-frame'.
4546
4547 2006-11-11 Glenn Morris <rgm@gnu.org>
4548
4549 * ido.el (ido-enable-prefix)
4550 * ses.el (ses-call-printer-return)
4551 * net/tramp.el (tramp-unified-filenames)
4552 * progmodes/cc-align.el (c-lineup-string-cont)
4553 * progmodes/compile.el (compilation-directory-matcher)
4554 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4555 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4556 (vhdl-clock-rising-edge)
4557 * textmodes/org.el (org-export-with-timestamps)
4558 (org-export-remove-timestamps-from-toc)
4559 (org-export-with-tags): Improve previous doc fixes.
4560
4561 2006-11-11 Richard Stallman <rms@gnu.org>
4562
4563 * textmodes/flyspell.el (flyspell-mode-map):
4564 Bind C-c $ instead of M-RET.
4565
4566 2006-11-10 Simon Marshall <simon@gnu.org>
4567
4568 * progmodes/cc-fonts.el (c-font-lock-declarations): Don't overwrite
4569 fontification for "case" and "default" keywords.
4570
4571 2006-11-10 Andreas Schwab <schwab@suse.de>
4572
4573 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
4574 Avoid starting sentence with "nil".
4575
4576 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4577
4578 * server.el (server-raise-frame): New option.
4579 (server-switch-buffer): Use it.
4580
4581 2006-11-10 Nick Roberts <nickrob@snap.net.nz>
4582
4583 * progmodes/gdb-ui.el (gdb-many-windows): Start doc string
4584 with a capital.
4585
4586 2006-11-10 Carsten Dominik <carsten.dominik@gmail.com>
4587
4588 * textmodes/org.el (org-show-hierarchy-above)
4589 (org-show-following-heading): Fix typo in default value.
4590 (org-scan-tags): Make the search case-sensitive.
4591 (org-tags-sparse-tree): Don't overrule
4592 `org-show-following-heading' and `org-show-hierarchy-above'.
4593 (org-reveal): New command.
4594 (org-show-context): Rename from `org-show-hierarchy-above'.
4595 (org-fast-tag-selection-single-key): New option.
4596 (org-fast-tag-show-exit, org-set-current-tags-overlay): New functions.
4597 (org-tags-overlay): New variable.
4598 (org-agenda-todo-ignore-deadlines): New option.
4599 ("session"): Add circular data structure `org-mark-ring' to
4600 exceptions list in session.el.
4601 (org-agenda-window-setup, org-agenda-restore-windows-after-quit):
4602 New options.
4603 (org-agenda-quit): Use `org-agenda-restore-windows-after-quit'.
4604 (org-prepare-agenda, org-agenda-quit): Use `org-agenda-window-setup'.
4605 (org-pre-agenda-window-conf, org-blank-before-new-entry): New vars.
4606 (org-finalize-agenda): Activate bracket links in agenda.
4607 (org-at-timestamp-p, org-at-date-range-p): Additional argument
4608 INACTIVE-OK.
4609 (org-show-hierarchy-above, org-show-following-heading):
4610 List values allowed for fine-tuned configuration.
4611 (org-show-hierarchy-above): New argument CONTEXT, use the
4612 fine-tuned settings in `org-show-hierarchy-above' and
4613 `org-show-following-heading'.
4614 (org-display-custom-time): New function.
4615 (org-toggle-time-stamp-overlays, org-insert-time-stamp): New function.
4616 (org-display-custom-times, org-time-stamp-custom-formats):
4617 (org-maybe-intangible): New macro.
4618 (org-activate-bracket-links, org-hide-wide-columns):
4619 Use `org-maybe-intangible'.
4620 (org-open-file): Use `shell-quote-argument'.
4621 (org-display-internal-link-with-indirect-buffer): New option.
4622 (org-file-remote-p): Get regexp from list.
4623 (org-link-expand-abbrev): New function.
4624 (org-link-abbrev-alist): New option.
4625 (org-open-at-point, org-cleaned-string-for-export):
4626 Call `org-link-expand-abbrev'.
4627 (org-timeline, org-agenda-list, org-todo-list)
4628 (org-tags-view): Remove the KEEP-MODES argument.
4629 (org-finalize-agenda-hook): New hook.
4630 (org-get-alist-option): New function.
4631 (org-follow-timestamp-link): New function.
4632 (org-open-at-point): Call `org-follow-timestamp-link'.
4633 (org-log-note-marker, org-log-note-purpose)
4634 (org-log-note-window-configuration): New variables.
4635 (org-add-log-maybe, org-add-log-note, org-store-log-note): New funs.
4636 (org-log-note-headings): New option.
4637 (org-dblock-write:clocktable): Bug fix, removed infinite loop.
4638 (org-store-link): Support for dired-mode.
4639 (org-open-file): Substitute environment variables into filename.
4640 (org-last): New defsubst.
4641 (org-agenda-re-align-tags): New function.
4642 (org-agenda-align-tags-to-column): New option.
4643 (org-agenda-timeline): Group removed.
4644 (org-prepare-agenda, org-prepare-agenda-buffers)
4645 (org-run-agenda-series, org-timeline, org-agenda-list)
4646 (org-todo-list, org-tags-view): Call `org-agenda-prepare' and set
4647 the text property inticating the agenda type.
4648 (org-agenda-post-command-hook): Get agenda type from text property
4649 at point.
4650 (org-agenda): Handle command sets. Set `org-agenda-last-arguments'
4651 and obey `org-agenda-overriding-arguments'.
4652 (org-agenda-overriding-arguments, org-agenda-last-arguments): New vars.
4653 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4654 (org-agenda-week-view, org-agenda-day-view):
4655 Use `org-agenda-overriding-arguments' to make updating work with
4656 multi-block agendas.
4657 (org-agenda-prefix-format): Allow different formats for the
4658 different agenda entry types.
4659 (org-timeline-prefix-format): Option removed, use
4660 `org-agenda-prefix-format' instead.
4661 (org-prepare-agenda): New function.
4662 (org-select-timeline-window): Option removed, use
4663 `org-select-agenda-window' instead.
4664 (org-respect-restriction): Variable removed.
4665 (org-cmp-tag): New function.
4666 (org-agenda-sorting-strategy, org-entries-lessp):
4667 Implement sorting by last tag.
4668 (org-complete): Better completion in in-buffer option lines.
4669 (org-in-item-p): New function.
4670 (org-org-menu): Add entries for checkboxes.
4671 (org-cycle): Extra brouping in outline-regexp, because it is used
4672 in a search with "^" prepended.
4673 (org-provide-checkbox-statistics): New option.
4674 (org-set-font-lock-defaults): Highlight checkbox statistics.
4675 (org-update-checkbox-count-maybe)
4676 (org-get-checkbox-statistics-face): New functions.
4677 (org-update-checkbox-count): New command.
4678 (org-insert-item, org-toggle-checkbox):
4679 Call `org-update-checkbox-count-maybe'.
4680 (org-export-as-html): XEmacs compatibility for coding system.
4681 (org-force-cycle-archived): New command.
4682 (org-cycle-hide-archived-subtrees): Display message when ARCHIVE
4683 overrules cycling.
4684 (org-fix-position-after-promote): If the line contains only a todo
4685 keyword, add a final space.
4686 (org-promote-subtree, org-demote-subtree):
4687 Call `org-fix-position-after-promote'.
4688
4689 2006-11-10 Glenn Morris <rgm@gnu.org>
4690
4691 * calendar/cal-dst.el: Do not assume DST starts/ends on the same
4692 date in every year.
4693 (calendar-dst-check-each-year-flag): New customizable variable.
4694 (calendar-dst-find-data): New function, extracted from
4695 calendar-current-time-zone.
4696 (calendar-current-time-zone): Use calendar-dst-find-data.
4697 (calendar-dst-transition-cache): New variable.
4698 (calendar-dst-find-startend, calendar-dst-starts)
4699 (calendar-dst-ends): New functions.
4700 (calendar-daylight-savings-starts)
4701 (calendar-daylight-savings-ends): Change value to use
4702 calendar-dst-starts, calendar-dst-ends; respectively.
4703
4704 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
4705
4706 * ido.el (ido-enable-prefix)
4707 * ses.el (ses-call-printer-return)
4708 * net/tramp.el (tramp-unified-filenames)
4709 * progmodes/cc-align.el (c-lineup-string-cont)
4710 * progmodes/compile.el (compilation-directory-matcher)
4711 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
4712 * progmodes/gdb-ui.el (gdb-many-windows)
4713 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
4714 (vhdl-clock-rising-edge)
4715 * textmodes/org.el (org-export-with-timestamps)
4716 (org-export-remove-timestamps-from-toc, org-export-with-tags)
4717 (org-read-date): Doc fix (Nil -> nil).
4718
4719 2006-11-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4720
4721 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
4722 Encode/decode text to/from cut buffers to/from iso-latin-1 only.
4723
4724 2006-11-10 Juanma Barranquero <lekktu@gmail.com>
4725
4726 * bs.el (bs--window-for-buffer): Remove.
4727 (bs--show-with-configuration): Use `get-window-with-predicate'
4728 instead of `bs--window-for-buffer'.
4729
4730 2006-11-10 Kenichi Handa <handa@m17n.org>
4731
4732 * files.el (revert-buffer): Fix previous change.
4733
4734 2006-11-09 Juanma Barranquero <lekktu@gmail.com>
4735
4736 * bs.el (bs--redisplay): Fix typo in docstring.
4737 (bs--window-config-coming-from): Make frame-local.
4738 (bs--restore-window-config): New function.
4739 (bs-kill, bs-select, bs-select-other-window)
4740 (bs-select-other-frame): Use it.
4741 (bs--window-for-buffer): Return as soon as a matching buffer is found.
4742 (bs--show-with-configuration): Save the window configuration as a
4743 frame local var, and only if *buffer-selection* is not already
4744 visible on this frame.
4745
4746 2006-11-08 Chong Yidong <cyd@stupidchicken.com>
4747
4748 * vc-svn.el (vc-svn-admin-directory): New var.
4749 (vc-svn-registered, vc-svn-responsible-p)
4750 (vc-svn-repository-hostname): Use it.
4751 Suggested by arit93@yahoo.com.
4752
4753 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4754
4755 * ldefs-boot.el: Regenerate.
4756
4757 2006-11-08 Alan Mackenzie <acm@muc.de>
4758
4759 * emacs-lisp/lisp.el (beginning-of-defun-raw): Code up the
4760 case (eq open-paren-in-column-0-is-defun-start nil) by searching
4761 for least nested open-paren.
4762
4763 2006-11-08 Romain Francoise <romain@orebokech.com>
4764
4765 * subr.el (remove-overlays): Fix typo in last change.
4766
4767 2006-11-08 Richard Stallman <rms@gnu.org>
4768
4769 * subr.el (remove-overlays): Call overlay-recenter.
4770
4771 2006-11-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4772
4773 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4774 (pr-ps-name-custom-set, pr-txt-name-custom-set): Return back the old
4775 behaviour.
4776 (pr-menu-bind): Act on global-map instead of menu-bar-file-menu
4777 directly.
4778
4779 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4780
4781 * ido.el (ido-ignore-extensions, ido-show-dot-for-dired)
4782 (ido-max-dir-file-cache, ido-decorations)
4783 (ido-rewrite-file-prompt-functions, ido-use-mycompletion-depth)
4784 (ido-magic-backward-char, ido-enter-dired)
4785 (ido-enter-insert-buffer, ido-enter-insert-file, ido-dired)
4786 (ido-list-directory, ido-first-match, ido-only-match)
4787 (ido-subdir, ido-indicator): Fix typos in docstrings.
4788 (ido-buffer-internal, ido-completion-help): Fix typos in messages.
4789 (ido-read-internal): Fix typo in error message.
4790
4791 2006-11-08 Kenichi Handa <handa@m17n.org>
4792
4793 * international/mule-cmds.el (set-default-coding-systems):
4794 Always set default-file-name-coding-system to utf-8 for Mac Darwin.
4795
4796 2006-11-08 Juanma Barranquero <lekktu@gmail.com>
4797
4798 * makefile.w32-in (setwins): Remove.
4799 (WINS_ALMOST): New macro.
4800 (WINS): Use it.
4801 (autoloads): Don't extract autoloads from files in obsolete/.
4802
4803 2006-11-07 Chong Yidong <cyd@stupidchicken.com>
4804
4805 * whitespace.el (whitespace-buffer): Call remove-overlays after
4806 overlay-recenter for performance. Suggested by Martin Rudalics.
4807
4808 2006-11-07 Michael Albinus <michael.albinus@gmx.de>
4809
4810 * net/tramp.el (tramp-default-method): scp is the default method.
4811
4812 2006-11-07 Juanma Barranquero <lekktu@gmail.com>
4813
4814 * server.el (server-start): Save also the Emacs pid in the server file.
4815
4816 2006-11-07 Carsten Dominik <dominik@science.uva.nl>
4817
4818 * textmodes/reftex-cite.el (reftex-pop-to-bibtex-entry): Preserve
4819 point when displaying a bibtex cross reference in the echo area.
4820
4821 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4822
4823 * international/mule.el (make-char): Fix typo in docstring.
4824 (load-with-code-conversion, charsetp): Doc fixes.
4825
4826 * international/ja-dic-cnv.el (skkdic-convert):
4827 * cus-edit.el (hook): Fix typo in docstring.
4828
4829 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4830
4831 * cus-edit.el (custom-mode-map): Move defvar above code using it.
4832 (custom-mode-link-map): New variable.
4833 (custom-group-link, custom-manual): Use follow-link.
4834
4835 2006-11-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4836
4837 * textmodes/bibtex.el: Fix typo in name of author of bibtex.el,
4838 "Mark Shapiro" -> "Marc Shapiro". Update his email address.
4839
4840 2006-11-06 Richard Stallman <rms@gnu.org>
4841
4842 * textmodes/flyspell.el (flyspell-correct-word-before-point):
4843 New function broken out of flyspell-correct-word.
4844 (flyspell-mode-map): Bind it to M-RET.
4845 (flyspell-correct-word): Call it.
4846
4847 * textmodes/fill.el (fill-minibuffer-function): New function.
4848 (fill-paragraph): Bind fill-paragraph-function to
4849 fill-minibuffer-function.
4850
4851 * ruler-mode.el (ruler-mode-map): Add bindings for up-events
4852 so that they aren't undefined.
4853
4854 * dired.el (dired-readin): Locally bind file-name-coding-system.
4855
4856 * bindings.el: Shorten and clarify usual mode line mouse help string.
4857
4858 * Makefile.in (autoloads): Don't include `obsolete'.
4859
4860 2006-11-06 Chong Yidong <cyd@stupidchicken.com>
4861
4862 * printing.el (pr-alist-custom-set, pr-ps-utility-custom-set)
4863 (pr-ps-name-custom-set, pr-txt-name-custom-set): Don't update the
4864 Printing menu if it's not initialized.
4865 (pr-menu-bind): Act on menu-bar-file-menu directly.
4866
4867 2006-11-06 Juanma Barranquero <lekktu@gmail.com>
4868
4869 * help.el (view-emacs-news): Fix typo in error message.
4870
4871 * menu-bar.el (menu-bar-update-buffers): Fix typo in menu entry.
4872
4873 * shadowfile.el (shadow-define-regexp-group)
4874 (shadow-literal-groups, shadow-insert-var): Doc fixes.
4875 (shadow-read-files): Fix typo in message.
4876 (shadow-inhibit-overload, shadow-find, shadow-suffix)
4877 (shadow-site-match, shadow-write-todo-file, shadow-insert-var)
4878 (shadow-suffix, shadow-site-match, shadow-expand-file-name)
4879 (shadow-file-match): Fix typos in docstrings.
4880
4881 * terminal.el (terminal-emulator): Fix typo in message.
4882
4883 * emacs-lisp/authors.el (authors-fixed-entries): Fix typo.
4884
4885 * emacs-lisp/lselect.el (x-kill-primary-selection)
4886 (x-delete-primary-selection, x-copy-primary-selection):
4887 Fix typos in error messages.
4888
4889 * emulation/edt-mapper.el: Fix typo in interactive message.
4890
4891 * mail/emacsbug.el (report-emacs-bug): Fix typos in output message.
4892
4893 * textmodes/ispell.el (ispell, ispell-local-dictionary-alist)
4894 (ispell-help): Fix typos in docstrings.
4895 (ispell-help): Fix typo in output message.
4896
4897 * allout.el (allout-adjust-file-variable)
4898 (allout-passphrase-verifier-string)
4899 (allout-passphrase-hint-string)
4900 (allout-toggle-current-subtree-encryption):
4901 * apropos.el (apropos-synonyms):
4902 * cus-edit.el (hook):
4903 * emacs-lock.el (emacs-lock-from-exiting):
4904 * follow.el (follow-avoid-tail-recenter-p):
4905 * hexl.el (hexl-mode):
4906 * mouse-copy.el (mouse-copy-work-around-drag-bug):
4907 * mouse.el (mouse-set-font):
4908 * resume.el (resume-emacs-args-file):
4909 * rfn-eshadow.el (file-name-shadow-tty-properties):
4910 * t-mouse.el (t-mouse-process, t-mouse-mode):
4911 * emacs-lisp/cust-print.el (custom-print-install)
4912 (custom-print-uninstall, custom-format):
4913 * emacs-lisp/shadow.el (list-load-path-shadows):
4914 * emulation/tpu-edt.el (tpu-help-text)
4915 (tpu-save-all-buffers-kill-emacs, tpu-emacs-replace)
4916 (tpu-reset-control-keys):
4917 * emulation/vip.el (vip-emacs-local-map)
4918 (vip-change-mode-to-emacs):
4919 * emulation/viper.el (viper-mode, viper-set-hooks)
4920 (viper-major-mode-modifier-list):
4921 * emulation/viper-init.el (viper-emacs-state-cursor-color):
4922 * emulation/viper-keym.el (viper-emacs-kbd-map)
4923 (viper-toggle-key):
4924 * mail/feedmail.el (feedmail-queue-reminder)
4925 (feedmail-queue-reminder-alist, feedmail-confirm-outgoing)
4926 (feedmail-confirm-outgoing-timeout, feedmail-nuke-bcc)
4927 (feedmail-nuke-resent-bcc, feedmail-fill-to-cc-fill-column)
4928 (feedmail-sender-line, feedmail-force-binary-write)
4929 (feedmail-from-line, feedmail-deduce-envelope-from)
4930 (feedmail-x-mailer-line, feedmail-message-id-generator)
4931 (feedmail-date-generator, feedmail-fiddle-plex-user-list)
4932 (feedmail-enable-spray, feedmail-spray-this-address)
4933 (feedmail-spray-address-fiddle-plex-list, feedmail-enable-queue)
4934 (feedmail-queue-runner-confirm-global)
4935 (feedmail-ask-before-queue-prompt)
4936 (feedmail-ask-before-queue-reprompt)
4937 (feedmail-prompt-before-queue-standard-alist)
4938 (feedmail-prompt-before-queue-user-alist)
4939 (feedmail-prompt-before-queue-help-supplement)
4940 (feedmail-queue-use-send-time-for-message-id)
4941 (feedmail-queue-default-file-slug, feedmail-queue-fqm-suffix)
4942 (feedmail-mail-send-hook-splitter, feedmail-mail-send-hook)
4943 (feedmail-mail-send-hook-queued)
4944 (feedmail-confirm-addresses-hook-example)
4945 (feedmail-last-chance-hook, feedmail-before-fcc-hook)
4946 (feedmail-queue-runner-mode-setter)
4947 (feedmail-queue-alternative-mail-header-separator)
4948 (feedmail-queue-runner-message-sender)
4949 (feedmail-buffer-eating-function, feedmail-binmail-template)
4950 (feedmail-run-the-queue-no-prompts)
4951 (feedmail-run-the-queue-global-prompt)
4952 (feedmail-queue-subject-slug-maker, feedmail-fiddle-header)
4953 (feedmail-envelope-deducer, feedmail-fiddle-date)
4954 (feedmail-default-message-id-generator)
4955 (feedmail-fiddle-message-id, feedmail-fiddle-x-mailer)
4956 (feedmail-fiddle-spray-address, feedmail-deduce-address-list):
4957 * mail/vms-pmail.el (vms-pmail-save-and-exit, vms-pmail-abort)
4958 (vms-pmail-setup):
4959 * play/dunnet.el (dun-help):
4960 * play/handwrite.el (handwrite):
4961 * play/hanoi.el (hanoi-unix-64):
4962 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
4963 * textmodes/enriched.el (fixed):
4964 * textmodes/org.el (org-file-apps)
4965 (org-emphasis-regexp-components, org-emphasis-alist):
4966 * textmodes/texinfmt.el (batch-texinfo-format):
4967 Fix typos in docstrings.
4968
4969 2006-11-05 Juanma Barranquero <lekktu@gmail.com>
4970
4971 * loadhist.el (read-feature): Don't complete features not loaded
4972 from a file (which make `unload-feature' to fail).
4973
4974 2006-11-05 Reiner Steib <Reiner.Steib@gmx.de>
4975
4976 * add-log.el (add-log-time-zone-rule): Mark as safe-local-variable.
4977
4978 2006-11-05 Chong Yidong <cyd@stupidchicken.com>
4979
4980 * startup.el (command-line-1): Kill emacs if the last frame is
4981 deleted while evaluating the command-line arguments.
4982
4983 2006-11-05 Richard Stallman <rms@gnu.org>
4984
4985 * startup.el (init-file-had-error): Add doc string.
4986 (fancy-splash-text, fancy-splash-head, fancy-splash-tail):
4987 Use fixed-width font for keyboard key descriptions.
4988
4989 * cus-edit.el (custom-save-all): Error if saving in .emacs
4990 and it had an error when loaded.
4991
4992 * dired-aux.el (dired-copy-file-recursive): Catch errors
4993 from recursive copies in the loop, around the recursive call.
4994
4995 2006-11-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
4996
4997 * battery.el (battery-linux-proc-acpi): Search an ac_adapter in
4998 `/proc/acpi/ac_adapter/*'. Ditto for the thermometers in
4999 `/proc/acpi/thermal_zone/*'.
5000 (battery-search-for-one-match-in-files): New. Search a regexp in
5001 the content of some files.
5002
5003 2006-11-05 Martin Rudalics <rudalics@gmx.at>
5004
5005 * window.el (mouse-autoselect-window-now): Remove variable.
5006 (mouse-autoselect-window-state): New variable.
5007 (mouse-autoselect-window-start, mouse-autoselect-window-cancel)
5008 (mouse-autoselect-window-select, handle-select-window):
5009 Rewritten to make mouse-autoselect-window-timer a one-shot timer.
5010 Suspend delayed autoselection during menu or popup dialog.
5011
5012 * info-look.el (info-lookup-guess-custom-symbol): New function
5013 for retrieving symbol at point in custom buffers.
5014 (top level) <info-lookup-maybe-add-help>: Add backquote and
5015 comma to ignored characters in regexps of help specifications
5016 for emacs-lisp-mode and lisp-interaction-mode. This permits
5017 looking up symbols in `...' and after a comma. Add help
5018 specifications for custom-mode and help-mode.
5019
5020 2006-11-04 Eli Zaretskii <eliz@gnu.org>
5021
5022 * mail/rmail.el (rmail-redecode-body): New optional argument RAW.
5023 Don't encode body if RAW is non-nil, or if the old encoding is
5024 identical to the new encoding, or if the body contains only
5025 eight-bit-* characters.
5026
5027 2006-11-04 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5028
5029 * faces.el (faces-sample-overlay, describe-face): Revert last changes.
5030 (faces-sample-overlay): Remove variable.
5031 (describe-face): Insert sample text in the face being described.
5032
5033 2006-11-04 Martin Rudalics <rudalics@gmx.at>
5034
5035 * whitespace.el (whitespace-indent-regexp): Make this match any
5036 multiples of eight spaces near the beginning of a line.
5037 (whitespace-buffer): Use `remove-overlays' instead of
5038 `whitespace-unhighlight-the-space' and `overlay-recenter' to
5039 speed up overlay handling.
5040 (whitespace-buffer-leading, whitespace-buffer-trailing):
5041 Make these functions highlight the text removed by
5042 `whitespace-buffer-leading-cleanup' and
5043 `whitespace-buffer-trailing-cleanup' respectively.
5044 (whitespace-buffer-search): Use `with-local-quit'.
5045 Move `format' out of loop to speed up scanning larger buffers.
5046 (whitespace-unhighlight-the-space): Remove `remove-hook' since
5047 that function is never added to a hook.
5048 (whitespace-spacetab-regexp, whitespace-ateol-regexp)
5049 (whitespace-buffer-leading-cleanup)
5050 (whitespace-refresh-rescan-list): Fix docstrings.
5051
5052 2006-11-03 Ken Manheimer <ken.manheimer@gmail.com>
5053
5054 * allout.el (allout-during-yank-processing): Cue for inhibiting
5055 aberrance processing during yanks.
5056 (allout-doublecheck-at-and-shallower): Reduce the limit to reduce
5057 the amount of yanked topics that can be aberrant.
5058 (allout-do-doublecheck): Encapsulate this multiply-used recipe in
5059 a function, and supplement with inihibition of doublechecking
5060 during yanks.
5061 (allout-beginning-of-line, allout-next-heading)
5062 (allout-previous-heading, allout-goto-prefix-doublechecked)
5063 (allout-back-to-current-heading, allout-next-visible-heading)
5064 (allout-next-sibling): Use new allout-do-doublecheck function.
5065 (allout-next-sibling): Ensure we made progress when returning
5066 other than nil.
5067 (allout-rebullet-heading): Preserve text property annotations
5068 indicating the text was hidden, if it was.
5069 (allout-kill-line): Remove any added was-hidden annotations.
5070 (allout-kill-topic): Remove any added was-hidden annotations.
5071 (allout-annotate-hidden): Inhibit adding was-hidden text
5072 properties to the undo list.
5073 (allout-deannotate-hidden): New function to remove was-hidden
5074 annotation.
5075 (allout-hide-by-annotation): Use new allout-deannotate-hidden.
5076 (allout-remove-exposure-annotation): Replace by
5077 allout-deannotate-hidden.
5078 (allout-yank-processing): Signal that yank processing is happening
5079 with allout-during-yank-processing. Also, wrap
5080 allout-unprotected's closer to the text changes, for easier
5081 debugging. We need to inhibit-field-text-motion explicitly, in
5082 lieu of the encompassing allout-unprotected.
5083 (outlineify-sticky): Adjust criteria for triggering new outline
5084 decorations to presence or absence of any topics, not just a topic
5085 at the beginning of the buffer.
5086
5087 2006-11-03 Juanma Barranquero <lekktu@gmail.com>
5088
5089 * bs.el (bs--show-all, bs--redisplay):
5090 * cus-edit.el (custom-unlispify-menu-entries)
5091 (custom-unlispify-tag-names, custom-prompt-variable):
5092 * expand.el (expand-pos):
5093 * speedbar.el (speedbar-generic-list-tag-p):
5094 * wid-edit.el (widget-image-enable):
5095 * emacs-lisp/checkdoc.el (checkdoc-rogue-space-check-engine):
5096 * emacs-lisp/find-func.el (find-function-noselect)
5097 (find-function, find-variable-noselect, find-variable)
5098 (find-definition-noselect, find-face-definition):
5099 * mail/rmail-spam-filter.el (rsf-scanning-messages-now):
5100 * net/eudc-vars.el (eudc-expansion-overwrites-query):
5101 * progmodes/ada-xref.el (ada-find-in-ali):
5102 * textmodes/flyspell.el (flyspell-check-tex-math-command):
5103 * textmodes/org.el (org-copy-subtree):
5104 * textmodes/table.el (table--row-column-insertion-point-p):
5105 Use "non-nil" in docstrings.
5106
5107 2006-11-03 Mark Davies <mark@mcs.vuw.ac.nz>
5108
5109 * sort.el (sort-columns): Set the field separator to tab; on
5110 NetBSD, sort complains if "\n" is used as field separator.
5111
5112 2006-11-03 NIIMI Satoshi <sa2c@sa2c.net>
5113
5114 * emacs-lisp/pp.el (pp-eval-last-sexp): Evaluate target sexp.
5115
5116 2006-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
5117
5118 * server.el (server-auth-key): Remove. Replace by a process-property.
5119 (server-start): Don't remove the file of the previous process, but
5120 instead clear out the place for the new file.
5121 (server-start): Set the :auth-key property.
5122 (server-process-filter): Use the :auth-key property.
5123
5124 2006-11-02 Carsten Dominik <dominik@science.uva.nl>
5125
5126 * textmodes/org.el (org-mode-map): No longer copy
5127 `outline-mode-map' explicitly - this is already done by
5128 `define-derived-mode'.
5129
5130 2006-11-02 Juanma Barranquero <lekktu@gmail.com>
5131
5132 * server.el (server-visit-files): Use `when'.
5133 (server-process-filter): When authentication fails, send error
5134 message to client. Wrap `process-send-region' in `ignore-errors'
5135 instead of `condition-case', and remove misleading comment.
5136
5137 2006-11-01 Juri Linkov <juri@jurta.org>
5138
5139 * simple.el (yank): Doc fix.
5140
5141 2006-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
5142
5143 * server.el: Try and fit within 80 columns.
5144 (server-start): Make the auth file unreadable by other users.
5145
5146 2006-10-31 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
5147
5148 * battery.el (battery-linux-proc-acpi): Prevent range error when
5149 `full-capacity' is 0.
5150
5151 2006-10-31 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
5152
5153 * faces.el (faces-sample-overlay): New defvar.
5154 (faces-sample-overlay): New function to show face sample text.
5155 (describe-face): Use it.
5156
5157 2006-10-31 Stephen Leake <stephen_leake@stephe-leake.org>
5158
5159 * progmodes/ada-stmt.el: Change maintainer, apply
5160 whitespace-cleanup, checkdoc.
5161 (ada-func-or-proc-name): Add doc string.
5162
5163 * progmodes/ada-prj.el (ada-prj-new): Change maintainer, apply
5164 whitespace-cleanup, checkdoc. Minor improvements to many doc
5165 strings and comments.
5166 (ada-prj-display-page): Change buffer name to more accurately
5167 reflect function.
5168
5169 * progmodes/ada-xref.el: Change maintainer, apply
5170 whitespace-cleanup, checkdoc. Minor improvements to many doc
5171 strings and comments. Don't look for `gvd' or `ddd' debuggers.
5172 (ada-compile-current): Don't add newlines to commands.
5173
5174 2006-10-31 Juanma Barranquero <lekktu@gmail.com>
5175
5176 * server.el: Add support for TCP sockets.
5177 (server-use-tcp, server-host, server-auth-dir): New options.
5178 (server-auth-key): New variable.
5179 (server-ensure-safe-dir): Create nonexistent parent dirs.
5180 Ignore Unix-style file modes on Windows.
5181 (server-start): Crete a TCP or Unix socket according to the value
5182 of `server-use-tcp'. For TCP sockets, create the id/auth file in
5183 `server-auth-dir' directory.
5184 (server-process-filter): Delete process if authentication
5185 fails (which never happens for Unix sockets).
5186
5187 2006-10-30 David Kastrup <dak@gnu.org>
5188
5189 * subr.el (add-to-list): Don't continue checking if a match has
5190 been found.
5191
5192 2006-10-30 Chong Yidong <cyd@stupidchicken.com>
5193
5194 * tutorial.el: Move defvars to avoid bytecomp warnings.
5195 (tutorial--find-changed-keys): Check if viper-current-state is
5196 bound before using it.
5197 (help-with-tutorial): Check if viper-tutorial is defined before
5198 using it.
5199
5200 2006-10-30 Lennart Borgman <lennart.borgman.073@student.lu.se>
5201
5202 * help-fns.el (help-with-tutorial): Move to tutorial.el.
5203
5204 * tutorial.el: New file.
5205 (help-with-tutorial): Move here from help-fns.el. Added help for
5206 rebound keys. Fixed resume of tutorial.
5207 (tutorial--describe-nonstandard-key, tutorial--sort-keys)
5208 (tutorial--find-changed-keys, tutorial--display-changes)
5209 (tutorial--saved-dir, tutorial--saved-file)
5210 (tutorial--save-tutorial): New functions to support the changes in
5211 help-with-tutorial.
5212
5213 2006-10-30 Kenichi Handa <handa@m17n.org>
5214
5215 * files.el (revert-buffer): If a unibyte buffer is being reverted
5216 with a coding system for multibyte, set buffer multibyte before
5217 calling insert-file-contents.
5218
5219 2006-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5220
5221 * server.el (server-select-display): Use a dummy buffer to detect when
5222 the frame is later used.
5223 (server-select-display): New function.
5224 (server-process-filter): Use it to detect unused temp frames.
5225
5226 2006-10-29 Stephen Leake <stephen_leake@stephe-leake.org>
5227
5228 * progmodes/ada-mode.el: Change maintainer, apply
5229 whitespace-clean, checkdoc. Minor improvements to many doc strings.
5230 (ada-mode-version): New function.
5231 (ada-create-menu): Menu operations are available for all supported
5232 compilers.
5233
5234 2006-10-29 Lars Hansen <larsh@soem.dk>
5235
5236 * net/tramp.el (with-parsed-tramp-file-name): Correct debug spec.
5237 Highlight as keyword.
5238 (tramp-do-copy-or-rename-file): Correct data for 'file-already-exists.
5239 Don't call tramp-method-out-of-band-p for local files.
5240 (tramp-touch): Quote file name.
5241
5242 2006-10-28 Glenn Morris <rgm@gnu.org>
5243
5244 * calendar/calendar.el (cal-html-cursor-month)
5245 (cal-html-cursor-year): Add autoloads for this new package.
5246 (calendar-mode-map): Bind cal-html-cursor-month, cal-html-cursor-year.
5247
5248 2006-10-28 Anna M. Bigatti <bigatti@dima.unige.it>
5249
5250 * calendar/cal-html.el: New file.
5251
5252 2006-10-28 Chong Yidong <cyd@stupidchicken.com>
5253
5254 * emacs-lisp/authors.el (authors-aliases): Update.
5255
5256 2006-10-27 Chong Yidong <cyd@stupidchicken.com>
5257
5258 * version.el (emacs-version): Bump version number to 22.0.90.
5259
5260 2006-10-26 John W. Eaton <jwe@octave.org>
5261
5262 * progmodes/octave-inf.el (inferior-octave-has-built-in-variables):
5263 New defvar.
5264 (inferior-octave-resync-dirs): Check to see whether Octave has
5265 built-in variables and set inferior-octave-has-built-in-variables.
5266 Check inferior-octave-has-built-in-variables to decide whether to
5267 send commands that set built-in variables or call functions to
5268 change Octave's behavior.
5269 Send "disp (pwd ())" to Octave instead of just "pwd".
5270 (inferior-octave-startup): Send "more off" to Octave instead of
5271 "page_screen_output = 0".
5272
5273 2006-10-26 Chong Yidong <cyd@stupidchicken.com>
5274
5275 * emacs-lisp/cl-indent.el (lisp-indent-259): Indent nil's in the
5276 pattern normally.
5277
5278 2006-10-26 Nick Roberts <nickrob@snap.net.nz>
5279
5280 * bindings.el (mode-line-mode-menu): Remove bindings for global
5281 minor modes (line/column number) as they are on the menubar.
5282
5283 2006-10-25 Juanma Barranquero <lekktu@gmail.com>
5284
5285 * term/w32-win.el (x-handle-name-switch): Doc fix.
5286 (w32-standard-fontset-spec): Fix typo in docstring.
5287
5288 * midnight.el (midnight-buffer-display-time): Doc fix.
5289 (clean-buffer-list-kill-never-buffer-names): Add "*server*".
5290
5291 2006-10-23 Michael Kifer <kifer@cs.stonybrook.edu>
5292
5293 * viper-cmd.el (viper-prefix-arg-com): Define gg as G0.
5294
5295 * viper-ex.el (ex-read): Quote file argument.
5296
5297 * ediff-diff.el (ediff-same-file-contents): Expand file names.
5298
5299 * ediff-mult.el (ediff-append-custom-diff): Quote shell file arguments.
5300
5301 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5302
5303 * textmodes/flyspell.el (flyspell-check-region-doublons):
5304 Fix last fix.
5305
5306 2006-10-23 Nick Roberts <nickrob@snap.net.nz>
5307
5308 * bindings.el (mode-line-mode-menu): List global minor modes
5309 before local ones.
5310
5311 2006-10-23 Kim F. Storm <storm@cua.dk>
5312
5313 * subr.el (add-to-list): Optimize if compare-fn is `eq' or `eql'.
5314 (sit-for): If last command was a prefix arg, add the read-ahead
5315 event to unread-command-events as (t . EVENT) so it will be added
5316 to this-command-keys by read-key-sequence.
5317
5318 2006-10-22 Martin Rudalics <rudalics@gmx.at>
5319
5320 * textmodes/flyspell.el (flyspell-word): Skip past all previous
5321 whitespace when checking doublons.
5322 (flyspell-check-region-doublons): Fix doublon regexp.
5323 (flyspell-highlight-incorrect-region): Highlight doublons using
5324 flyspell-duplicate face.
5325
5326 * progmodes/cperl-mode.el (cperl-invalid-face): Fix defcustom.
5327
5328 2006-10-22 John Wiegley <johnw@newartisans.com>
5329
5330 * progmodes/python.el (python-use-skeletons): python-mode was
5331 auto-inserting templates (for those with abbrev-mode on), not only
5332 by default -- *but without a configuration variable to disable
5333 it*. This rendered python-mode completely useless for me, so I
5334 have added `python-use-skeletons', which is now off by default.
5335
5336 2006-10-22 Chong Yidong <cyd@stupidchicken.com>
5337
5338 * progmodes/cperl-mode.el (cperl-mode): Don't assume
5339 font-lock-multiline is auto-local (it's not).
5340 (cperl-windowed-init): Ensure that cperl-font-lock-multiline is
5341 initialized before calling cperl-init-faces.
5342
5343 2006-10-22 Nick Roberts <nickrob@snap.net.nz>
5344
5345 * progmodes/gdb-ui.el (gdb-info-stack-custom): Don't try to give
5346 gdb-stack-position a value when there is no fringe.
5347
5348 * bindings.el (mode-line-mode-menu): Disable auto-revert-tail-mode
5349 indicator if not visiting a file.
5350
5351 2006-10-20 David Kastrup <dak@gnu.org>
5352
5353 * window.el (kill-buffer-and-window): Fix a bug where an aborted
5354 operation would still cause some window to collapse later.
5355
5356 2006-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
5357
5358 * vc.el (vc-switch-backend): Try to be more careful with unwanted
5359 side-effect due to mixing various backends's file properties.
5360
5361 * vc-svn.el (vc-svn-parse-status): Remove unused arg `localp'.
5362 Add arg `filename' instead. Don't set vc-backend if `filename' is set.
5363 Return `filename's status if applicable. Update callers.
5364
5365 2006-10-19 Kenichi Handa <handa@m17n.org>
5366
5367 * international/kkc.el (kkc-region): When a key sequence is not
5368 defined, append (this-single-command-raw-keys) to
5369 unread-input-method-events.
5370
5371 2006-10-19 Juanma Barranquero <lekktu@gmail.com>
5372
5373 * progmodes/ada-mode.el (ada-in-string-p): Doc fix.
5374
5375 2006-10-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5376
5377 * version.el (emacs-version): Use mac-carbon-version-string.
5378
5379 * term/macterm.el (res-geometry): Apply 2006-10-18 change for x-win.el.
5380
5381 2006-10-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5382
5383 * select.el (ccl-check-utf-8, string-utf-8-p): New functions (by
5384 Kenichi Handa).
5385 (xselect-convert-to-string): Decline requests for UTF8_STRING if
5386 the selection is not UTF-8.
5387
5388 2006-10-18 Juanma Barranquero <lekktu@gmail.com>
5389
5390 * progmodes/ada-mode.el (ada-83-string-keywords)
5391 (ada-last-which-function-line ada-no-auto-case, ada-indent-region)
5392 (ada-which-compiler, ada-align-modes, ada-adjust-case-buffer)
5393 (ada-looking-at-semi-private, ada-get-body-name):
5394 Fix typos in docstrings.
5395 (ada-create-case-exception, ada-create-case-exception-substring):
5396 Fix typos in error messages.
5397 (ada-goto-matching-end, ada-narrow-to-defun): Doc fixes.
5398
5399 2006-10-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5400
5401 * term/x-win.el (res-geometry): Don't set geometry from Xresources
5402 to default-frame-alist if default-frame-alist already contains
5403 width/height.
5404
5405 2006-10-18 Richard Stallman <rms@gnu.org>
5406
5407 * emacs-lisp/pp.el (pp-eval-expression): Use `X' to read value.
5408 Non-interactive arg is the value, not the expression.
5409
5410 * simple.el (read-expression-map): Just set it, no defvar.
5411
5412 * subr.el (insert-for-yank-1): If last inserted char has
5413 properties, mark them as rear-nonsticky.
5414
5415 * recentf.el (recentf-mode): Doc fix.
5416
5417 * facemenu.el (facemenu-add-new-face): Defend against symbol
5418 that isn't a face name.
5419
5420 * dired-aux.el (dired-do-copy): Doc fix.
5421
5422 2006-10-18 Chong Yidong <cyd@stupidchicken.com>
5423
5424 * simple.el (line-move-1): Ignore fields when moving to the
5425 beginning of line to avoid getting point stuck.
5426
5427 2006-10-18 Martin Rudalics <rudalics@gmx.at>
5428
5429 * textmodes/flyspell.el (flyspell-word-search-backward):
5430 Set inhibit-point-motion-hooks to avoid looping due to intangibile
5431 text.
5432
5433 2006-10-16 Richard Stallman <rms@gnu.org>
5434
5435 * help-fns.el (describe-function-1): Special case optimization
5436 for self-insert-command.
5437
5438 2006-10-16 Kim F. Storm <storm@cua.dk>
5439
5440 * ido.el (ido-reread-directory): Work in `dir' mode too.
5441
5442 2006-10-15 Martin Rudalics <rudalics@gmx.at>
5443
5444 * textmodes/table.el: Require 'regexp-opt.
5445
5446 2006-10-15 Lennart Borgman <lennart.borgman.073@student.lu.se>
5447
5448 * progmodes/flymake.el (flymake-get-project-include-dirs-imp):
5449 Use shell-quote-argument.
5450
5451 * shell.el (explicit-bash-args): Likewise.
5452
5453 * progmodes/ada-xref.el (ada-find-in-src-path): Likewise.
5454 Use grep -E rather than egrep.
5455
5456 2006-10-15 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
5457
5458 * ido.el (ido-exhibit): Allow `-', `_', and trailing `$' in user id.
5459
5460 2006-10-15 Kim F. Storm <storm@cua.dk>
5461
5462 * filesets.el (filesets-run-cmd--repl-fn): Use shell-quote-argument.
5463
5464 2006-10-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
5465
5466 * filesets.el (filesets-cmd-shell-command): Quote buffer-file-name
5467 to protect whitespace and metacharacters from the shell.
5468
5469 2006-10-13 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5470
5471 * apropos.el (apropos-pattern-quoted): Fix a typo in a doc string.
5472
5473 2006-10-13 Eli Zaretskii <eliz@gnu.org>
5474
5475 * subr.el (start-process-shell-command): Doc fix.
5476
5477 2006-10-13 Andrea Russo <rastandy@salug.it> (tiny change)
5478
5479 * info-look.el <maxima-mode, inferior-maxima-mode>: Allow [0-9] in
5480 the regexp for Maxima symbols.
5481
5482 2006-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * vc-hooks.el (vc-ignore-dir-regexp): Make it into a defcustom.
5485 (vc-find-root): Don't walk higher up than ~.
5486
5487 2006-10-12 Chong Yidong <cyd@stupidchicken.com>
5488
5489 * international/utf-8.el (utf-translate-cjk-load-tables):
5490 Avoid clobbering last-coding-system-used during load.
5491
5492 2006-10-12 Carsten Dominik <dominik@science.uva.nl>
5493
5494 * textmodes/reftex-global.el (reftex-create-tags-file):
5495 Quote file arguments.
5496
5497 2006-10-12 Richard Stallman <rms@gnu.org>
5498
5499 * files.el (file-name-history): Add defvar.
5500 (save-some-buffers-action-alist): Improve description strings.
5501
5502 2006-10-12 Andreas Schwab <schwab@suse.de>
5503
5504 * files.el (auto-mode-alist): Match change log file name also with
5505 a dash before a numeric extension.
5506
5507 2006-10-11 Ilya Zakharevich <ilyaz@cpan.org>
5508
5509 * progmodes/cperl-mode.el: Merge from upstream, upto version 5.22.
5510 After 5.0:
5511 (cperl-add-tags-recurse-noxs-fullpath): New function (for -batch mode).
5512
5513 After 5.1: Major edit. Summary of most visible changes:
5514
5515 - Multiple <<HERE per line allowed.
5516 - Handles multiline subroutine declaration headers (with comments).
5517 (The exception is `cperl-etags' - but it is not used in the rest
5518 of the mode.)
5519 - Fontifies multiline my/our declarations (even with comments,
5520 and with legacy `font-lock').
5521 - Major speedup of syntaxification, both immediate and postponed
5522 (3.5x to 15x [for different CPUs and versions of Emacs] on the
5523 huge real-life document I tested).
5524 - New bindings, edits to imenu.
5525 - "_" is made into word-char during fontification/syntaxification;
5526 some attempts to recognize non-word "_" during other operations too.
5527 - Detect bug in Emacs with `looking-at' inside `narrow' and bulk out.
5528 - autoload some more perldoc-related stuff
5529 - New convenience features: ISpell POD/HEREDOCs, narrow-to-HEREDOC.
5530 - Attempt to incorporate XEmacs edits which reached me.
5531
5532 Fine-grained changelog:
5533 (cperl-hook-after-change): New configuration variable.
5534 (cperl-vc-sccs-header): Likewise.
5535 (cperl-vc-sccs-header): Likewise.
5536 (cperl-vc-header-alist): Default via two preceding variables.
5537 (cperl-invalid-face): Remove double quoting under XEmacs
5538 (still needed under 21.2).
5539 (cperl-tips): Update URLs for resources.
5540 (cperl-problems): Likewise.
5541 (cperl-praise): Mention new features.
5542 New C-c key bindings: for `cperl-find-bad-style',
5543 `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
5544 `cperl-perdoc', and `cperl-perldoc-at-point'.
5545 CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
5546 moved, new submenu of Tools with Ispell entries and narrowing.
5547 (cperl-after-sub-regexp): New defsubst.
5548 (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
5549 Allows heads up to head4.
5550 Allow "package;".
5551 (defun-prompt-regexp): Use `cperl-after-sub-regexp'.
5552 (paren-backwards-message): ??? Something for XEmacs???
5553 (cperl-mode): Never auto-switch abbrev-mode off.
5554 Try to allow '_' be non-word char.
5555 Do not use `font-lock-unfontify-region-function' on XEmacs.
5556 Reset syntax cache on mode start.
5557 Support multiline facification (even on legacy `font-lock').
5558 (cperl-facemenu-add-face-function): ??? Some contributed code ???
5559 (cperl-after-change-function): Since `font-lock' and `lazy-lock'
5560 refuse to inform us whether the fontification is due to lazy
5561 calling or due to edit to a buffer, install our own hook
5562 (controlled by `cperl-hook-after-change').
5563 (cperl-electric-pod): =cut may have been recognized as start.
5564 (cperl-block-p): Move, updatedfor attributes.
5565 (cperl-calculate-indent): Try to allow '_' be non-word char
5566 Support subs with attributes.
5567 (cperl-where-am-i): Queit (?) a warning.
5568 (cperl-cached-syntax-table) New function.
5569 (cperl-forward-re): Use `cperl-cached-syntax-table'.
5570 (cperl-unwind-to-safe): Recognize `syntax-type' property
5571 changing in a middle of line.
5572 (cperl-find-sub-attrs): New function.
5573 (cperl-find-pods-heres): Allow many <<EOP per line.
5574 Allow subs with attributes.
5575 Major speedups (3.5x..15x on a real-life test file nph-proxy.pl).
5576 Recognize "extproc " (OS/2) case-folded and only at start.
5577 /x on s///x with empty replacement was not recognized.
5578 Better comments.
5579 (cperl-after-block-p): Remarks on diff with `cperl-block-p'.
5580 Allow subs with attributes, labels.
5581 Do not confuse "else::foo" with "else".
5582 Minor optimizations...
5583 (cperl-after-expr-p): Try to allow '_' be non-word char.
5584 (cperl-fill-paragraph): Try to detect a major bug in Emacs
5585 with `looking-at' inside `narrow' and bulk out if found.
5586 (cperl-imenu--create-perl-index): Updates for new
5587 `cperl-imenu--function-name-regexp-perl'.
5588 (cperl-outline-level): Likewise.
5589 (cperl-init-faces): Allow multiline subroutine headers
5590 and my/our declarations, and ones with comments.
5591 Allow subroutine attributes.
5592 (cperl-imenu-on-info): Better docstring.
5593 (cperl-etags): Rudimentary support for attributes.
5594 Support for packages and "package;".
5595 (cperl-add-tags-recurse-noxs): Better (?) docstring.
5596 (cperl-add-tags-recurse-noxs-fullpath): Likewise.
5597 (cperl-tags-hier-init): Misprint for `fboundp' fixed.
5598 (cperl-not-bad-style-regexp): Try to allow '_' be non-word char.
5599 (cperl-perldoc): Add autoload.
5600 (cperl-perldoc-at-point): Likewise.
5601 (cperl-here-doc-spell): New function.
5602 (cperl-pod-spell): Likewise.
5603 (cperl-map-pods-heres): Likewise.
5604 (cperl-get-here-doc-region): Likewise.
5605 (cperl-font-lock-fontify-region-function): Likewise (backward
5606 compatibility for legacy `font-lock').
5607 (cperl-font-lock-unfontify-region-function): Fix style.
5608 (cperl-fontify-syntaxically): Recognize and optimize away deferred
5609 calls with no-change. Governed by `cperl-hook-after-change'.
5610 (cperl-fontify-update): Recognize that syntaxification region
5611 can be larger than fontification one.
5612 XXXX we leave `cperl-postpone' property, so this is quadratic...
5613 (cperl-fontify-update-bad): Temporary placeholder until
5614 it is clear how to implement `cperl-fontify-update'.
5615 (cperl-time-fontification): New function.
5616 (attrib-group): New text attribute.
5617 (multiline): New value: `syntax-type' text attribute.
5618
5619 After 5.2:
5620 (cperl-emulate-lazy-lock): New function.
5621 (cperl-fontify-syntaxically): Would skip large regions.
5622 Add `cperl-time-fontification', `cperl-emulate-lazy-lock' to menu.
5623 Some globals were declared, but uninitialized.
5624
5625 After 5.3, 5.4:
5626 (cperl-facemenu-add-face-function): Add docs, fix U<>.
5627 Copyright message updated.
5628 (cperl-init-faces): Work around a bug in `font-lock'. May slow
5629 facification down a bit.
5630 Misprint for my|our|local for old `font-lock'
5631 "our" was not fontified same as "my|local".
5632 Highlight variables after "my" etc even in
5633 a middle of an expression.
5634 Do not facify multiple variables after my etc
5635 unless parentheses are present.
5636
5637 After 5.5, 5.6
5638 (cperl-fontify-syntaxically): after-change hook could reset.
5639 (cperl-syntax-done-to) to a middle of line; unwind to BOL.
5640
5641 After 5.7:
5642 (cperl-init-faces): Allow highlighting of local ($/).
5643 (cperl-problems-old-emaxen): New variable (for the use of DOCSTRING).
5644 (cperl-problems): Remove fixed problems.
5645 (cperl-find-pods-heres): Recognize #-comments in m##x too.
5646 Recognize charclasses (unless delimiter is \).
5647 (cperl-fontify-syntaxically): Unwinding to safe was done in wrong order.
5648 (cperl-regexp-scan): Update docs.
5649 (cperl-beautify-regexp-piece): Use information got from regexp scan.
5650
5651 After 5.8:
5652 Major user visible changes:
5653 Recognition and fontification of character classes in RExen.
5654 Variable indentation of RExen according to groups.
5655
5656 (cperl-find-pods-heres): Recognize POSIX classes in REx charclasses.
5657 Fontify REx charclasses in variable-name face.
5658 Fontify POSIX charclasses in "type" face.
5659 Fontify unmatched "]" in function-name face.
5660 Mark first-char of HERE-doc as `front-sticky'.
5661 Reset `front-sticky' property when needed.
5662 (cperl-calculate-indent): Indents //x -RExen accordning to parens level.
5663 (cperl-to-comment-or-eol): Recognize ends of `syntax-type' constructs.
5664 (cperl-backward-to-noncomment): Recognize stringy `syntax-type'
5665 constructs. Support `narrow'ed buffers.
5666 (cperl-praise): Remove a reservation.
5667 (cperl-make-indent): New function.
5668 (cperl-indent-for-comment): Use `cperl-make-indent'.
5669 (cperl-indent-line): Likewise.
5670 (cperl-lineup): Likewise.
5671 (cperl-beautify-regexp-piece): Likewise.
5672 (cperl-contract-level): Likewise.
5673 (cperl-toggle-set-debug-unwind): New function.
5674 New menu entry for this.
5675 (fill-paragraph-function): Use when `boundp'.
5676 (cperl-calculate-indent): Take into account groups when indenting RExen.
5677 (cperl-to-comment-or-eol): Recognize # which end a string.
5678 (cperl-modify-syntax-type): Make only syntax-table property non-sticky.
5679 (cperl-fill-paragraph): Return t: needed for `fill-paragraph-function'.
5680 (cperl-fontify-syntaxically): More clear debugging message.
5681 (cperl-pod2man-build-command): Check (XEmacs) `Man-filter-list'.
5682 (cperl-init-faces): More complicated highlight even on XEmacs (new).
5683 Merge cosmetic changes from XEmacs.
5684
5685 After 5.9:
5686 (cperl-1+): Move to before the first use.
5687 (cperl-1-): Likewise.
5688
5689 After 5.10:
5690
5691 This code may lock Emacs hard!!! Use at your own risk!
5692
5693 (cperl-font-locking): New internal variable.
5694 (cperl-beginning-of-property): New function.
5695 (cperl-calculate-indent): Use `cperl-beginning-of-property'
5696 instead of `previous-single-property-change'.
5697 (cperl-unwind-to-safe): Likewise.
5698 (cperl-after-expr-p): Likewise.
5699 (cperl-get-here-doc-region): Likewise.
5700 (cperl-font-lock-fontify-region-function): Likewise.
5701 (cperl-to-comment-or-eol): Do not call `cperl-update-syntaxification'
5702 recursively.
5703 Bound `next-single-property-change' via `point-max'.
5704 (cperl-unwind-to-safe): Bound likewise
5705 (cperl-font-lock-fontify-region-function): Likewise.
5706 (cperl-find-pods-heres): Mark as recursive for `cperl-to-comment-or-eol'
5707 Initialization of `cperl-font-lock-multiline-start' could be
5708 missed if the "main" fontification did not run due to the
5709 keyword being already fontified.
5710 (cperl-pod-spell): Return t from do-one-chunk function.
5711 (cperl-map-pods-heres): Stop when the worker returns nil.
5712 Call `cperl-update-syntaxification'.
5713 (cperl-get-here-doc-region): Call `cperl-update-syntaxification'.
5714 (cperl-get-here-doc-delim): Remove unused function.
5715
5716 After 5.11:
5717
5718 The possible lockup of Emacs (introduced in 5.10) fixed.
5719
5720 (cperl-unwind-to-safe): `cperl-beginning-of-property' won't return nil.
5721 (cperl-syntaxify-for-menu): New customization variable.
5722 (cperl-select-this-pod-or-here-doc): New function.
5723 (cperl-get-here-doc-region): Extra argument.
5724 Do not adjust pos by 1.
5725
5726 New menu entries
5727 (Perl/Tools): Selection of current POD or HERE-DOC section.
5728 (Debugging CPerl:) backtrace on fontification.
5729
5730 After 5.12:
5731 (cperl-cached-syntax-table): Use `car-safe'.
5732 (cperl-forward-re): Remove spurious argument SET-ST.
5733 Add documentation.
5734 (cperl-forward-group-in-re): New function.
5735 (cperl-find-pods-heres): Find and highlight (?{}) blocks in RExen
5736 (XXXX Temporary (?) hack is to syntax-mark them as comment).
5737
5738 After 5.13:
5739 (cperl-string-syntax-table): Make { and } not-grouping
5740 (Sometimes they ARE grouping in RExen, but matching them would only
5741 confuse in many situations when they are not)
5742 (beginning-of-buffer): Replace two occurences with goto-char...
5743 (cperl-calculate-indent): `char-after' could be nil...
5744 (cperl-find-pods-heres): REx can start after "[" too.
5745 Hightlight (??{}) in RExen too.
5746 (cperl-maybe-white-and-comment-rex): New constant
5747 (cperl-white-and-comment-rex): Likewise.
5748 XXXX Not very efficient, but hard to make
5749 better while keeping 1 group.
5750
5751 After 5.13:
5752 (cperl-find-pods-heres): $foo << identifier() is not a HERE-DOC.
5753 Likewise for 1 << identifier.
5754
5755 After 5.14:
5756 (cperl-find-pods-heres): Different logic for $foo .= <<EOF etc.
5757 Error-less condition-case could fail.
5758 (cperl-font-lock-fontify-region-function): Likewise.
5759 (cperl-init-faces): Likewise.
5760
5761 After 5.15:
5762 (cperl-find-pods-heres): Support property REx-part2.
5763 (cperl-calculate-indent): Likewise.
5764 Don't special-case REx with non-empty 1st line.
5765 (cperl-find-pods-heres): In RExen, highlight non-literal backslashes.
5766 Invert highlighting of charclasses:
5767 now the envelop is highlighted.
5768 Highlight many others 0-length builtins.
5769 (cperl-praise): Mention indenting and highlight in RExen.
5770
5771 After 5.15:
5772 (cperl-find-pods-heres): Highlight capturing parens in REx.
5773
5774 After 5.16:
5775 (cperl-find-pods-heres): Highlight '|' for alternation
5776 Initialize `font-lock-warning-face' if not present.
5777 (cperl-find-pods-heres): Use `font-lock-warning-face' instead of
5778 `font-lock-function-name-face'.
5779 (cperl-look-at-leading-count): Likewise.
5780 (cperl-find-pods-heres): Localize `font-lock-variable-name-face',
5781 `font-lock-keyword-face' (needed for
5782 batch processing), etc...
5783 Use `font-lock-builtin-face' for builtin in REx
5784 Now `font-lock-variable-name-face'
5785 is used for interpolated variables
5786 Use "talking aliases" for faces inside REx
5787 Highlight parts of REx (except in charclasses)
5788 according to the syntax and/or semantic
5789 Syntax-mark a {}-part of (?{}) as "comment"
5790 (it was the ()-part)
5791 Better logic to distinguish what is what in REx
5792 (cperl-tips-faces): Document REx highlighting
5793 (cperl-praise): Mention REx syntax highlight etc.
5794
5795 After 5.17:
5796 (cperl-find-sub-attrs): Would not always manage to print error message.
5797 (cperl-find-pods-heres): Localize `font-lock-constant-face'.
5798
5799 After 5.18:
5800 (cperl-find-pods-heres): Misprint in REx for parsing REx.
5801 Very minor optimization.
5802 `my-cperl-REx-modifiers-face' got quoted.
5803 Recognize "print $foo <<END" as HERE-doc.
5804 Put `REx-interpolated' text attribute if needed.
5805 (cperl-invert-if-unless-modifiers): New function.
5806 (cperl-backward-to-start-of-expr): Likewise.
5807 (cperl-forward-to-end-of-expr): Likewise.
5808 (cperl-invert-if-unless): Works in "the opposite way" too.
5809 Cursor position on return is on the switch-word.
5810 Indents comments better.
5811 (REx-interpolated): New text attribute.
5812 (cperl-next-interpolated-REx): New function.
5813 (cperl-next-interpolated-REx-0): Likewise.
5814 (cperl-next-interpolated-REx-1): Likewise.
5815 "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
5816 Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
5817 (cperl-praise): Mention finded interpolated RExen.
5818
5819 After 5.19:
5820 (cperl-init-faces): Highlight %$foo, @$foo too.
5821 (cperl-short-docs): Better docs for system, exec.
5822 (cperl-find-pods-heres): Better detect << after print {FH} <<EOF etc.
5823 Would not find HERE-doc ended by EOF without NL.
5824 (cperl-short-docs): Correct not-doubled \-escapes.
5825 start block: Put some `defvar' for stuff gone from XEmacs.
5826
5827 After 5.20:
5828 initial comment: Extend copyright, fix email address.
5829 (cperl-indent-comment-at-column-0): New customization variable.
5830 (cperl-comment-indent): Indentation after $#a would increasy by 1.
5831 (cperl-mode): Make `defun-prompt-regexp' grok BEGIN/END etc.
5832 (cperl-find-pods-heres): Mark CODE of s///e as `syntax-type' `multiline'
5833 (cperl-at-end-of-expr): Would fail if @BAR=12 follows after ";".
5834 (cperl-init-faces): If `cperl-highlight-variables-indiscriminately'
5835 highlight $ in $foo too (UNTESTED).
5836 (cperl-set-style): Docstring missed some available styles.
5837 toplevel: Menubar/Perl/Indent-Styles had FSF, now K&R.
5838 Change "Current" to "Memorize Current".
5839 (cperl-indent-wrt-brace): New customization variable; the default is
5840 as for pre-5.2 version.
5841 (cperl-styles-entries): Keep `cperl-extra-newline-before-brace-multiline'.
5842 (cperl-style-alist): Likewise.
5843 (cperl-fix-line-spacing): Support `cperl-merge-trailing-else' being nil,
5844 and `cperl-extra-newline-before-brace' etc
5845 being t
5846 (cperl-indent-exp): Plans B and C to find continuation blocks even
5847 if `cperl-extra-newline-before-brace' is t.
5848
5849 After 5.21:
5850 Improve some docstrings concerning indentation.
5851 (cperl-indent-rules-alist): New variable.
5852 (cperl-sniff-for-indent): New function name
5853 (separated from `cperl-calculate-indent').
5854 (cperl-calculate-indent): Separate the sniffer and the indenter;
5855 uses `cperl-sniff-for-indent' now.
5856 (cperl-comment-indent): Test for `cperl-indent-comment-at-column-0'
5857 was inverted;
5858 Support `comment-column' = 0.
5859
5860 2006-10-11 Martin Rudalics <rudalics@gmx.at>
5861
5862 * dnd.el (dnd-handle-one-url): Fix typo in doc-string.
5863 * help-at-pt.el (scan-buf-move-to-region): Likewise.
5864 * longlines.el (longlines-window-change-function): Likewise.
5865 * simple.el (undo-ask-before-discard): Likewise.
5866 * wid-edit.el (widget-field-prompt-internal)
5867 (widget-documentation-link-p): Likewise.
5868
5869 2006-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5870
5871 * progmodes/sh-script.el (sh-get-kw): | is not among the allowed chars
5872 for a keyword.
5873
5874 2006-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5875
5876 * newcomment.el (comment-valid-prefix-p): Make the check
5877 more thorough. From an idea by Martin Rudalics <rudalics@gmx.at>.
5878 (comment-indent-new-line): Adjust call.
5879
5880 2006-10-09 Ken Manheimer <ken.manheimer@gmail.com>
5881
5882 * allout.el (allout-back-to-current-heading): Base on lower-level
5883 routines to get proper disqualification of aberrant topics.
5884
5885 2006-10-09 Richard Stallman <rms@gnu.org>
5886
5887 * textmodes/two-column.el (2C-two-columns): Doc fix.
5888
5889 2006-10-09 Kim F. Storm <storm@cua.dk>
5890
5891 * shell.el (explicit-csh-args, explicit-bash-args): Add comment
5892 about implicit use.
5893
5894 2006-10-08 Richard Stallman <rms@gnu.org>
5895
5896 * textmodes/two-column.el (2C-two-columns): Doc fix.
5897
5898 2006-10-08 Reiner Steib <Reiner.Steib@gmx.de>
5899
5900 * files.el: Mark `buffer-read-only' as safe-local-variable.
5901
5902 2006-10-08 Nick Roberts <nickrob@snap.net.nz>
5903
5904 * progmodes/gdb-ui.el (gdb-speedbar-expand-node):
5905 Burp if GUD buffer has been killed.
5906
5907 2006-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
5908
5909 * completion.el (add-completions-from-c-buffer):
5910 Don't presume an error's second element is a string.
5911 Use looking-at rather than buffer-substring + member.
5912
5913 2006-10-07 Eli Zaretskii <eliz@gnu.org>
5914
5915 * mail/rmail.el (rmail-redecode-body): If the old encoding is
5916 `undecided', call find-coding-systems-region to find a proper
5917 non-trivial encoding.
5918 (rmail-mime-charset-pattern): Allow a TAB between "Content-Type"
5919 and "text/plain".
5920
5921 2006-10-07 Kevin Ryde <user42@zip.com.au>
5922
5923 * textmodes/reftex-vars.el (defgroup reftex): Update home page
5924 url-link.
5925
5926 * strokes.el (defgroup strokes): Remove invalid url-link.
5927
5928 2006-10-07 Magnus Henoch <mange@freemail.hu>
5929
5930 * autoinsert.el (auto-insert-alist): Doc fix.
5931
5932 2006-10-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5933
5934 * mouse-sel.el (mouse-insert-selection-internal):
5935 Use insert-for-yank, so that yank handlers are run.
5936
5937 2006-10-07 Kim F. Storm <storm@cua.dk>
5938
5939 * ido.el (ido-file-extension-aux): Fix comparison.
5940
5941 2006-10-06 Kim F. Storm <storm@cua.dk>
5942
5943 * ido.el (ido-wide-find-dirs-or-files): Use shell-quote-argument.
5944
5945 2006-10-05 Juanma Barranquero <lekktu@gmail.com>
5946
5947 * emacs-lisp/advice.el (ad-remove-advice, ad-parse-arglist)
5948 (ad-make-mapped-call): Use `let', not `let*'.
5949
5950 2006-10-05 Chong Yidong <cyd@stupidchicken.com>
5951
5952 * international/mule-cmds.el (coding-system-change-eol-conversion):
5953 Ensure the coding system is initialized before calling
5954 coding-system-eol-type.
5955
5956 2006-10-04 Carsten Dominik <dominik@science.uva.nl>
5957
5958 * textmodes/org.el (org-rm-props, org-activate-plain-links)
5959 (org-activate-angle-links, org-activate-dates)
5960 (org-activate-target-links, org-activate-camels)
5961 (org-activate-tags): Add `rear-nonsticky' text property to avoid
5962 textproperty keymaps from being active beyond the end of a line.
5963 (org-unfontify-region): Also remove `rear-nonsticky' property.
5964
5965 2006-10-04 Kenichi Handa <handa@m17n.org>
5966
5967 * international/code-pages.el (next): Table fixed.
5968
5969 2006-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
5970
5971 * progmodes/sh-script.el (sh-prev-thing): Remove (forward-char 1) now
5972 that it's been made unnecessary by removing narrowing.
5973
5974 2006-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5975
5976 * progmodes/sh-script.el (sh-prev-thing): Massage to untangle the
5977 control flow a bit, simplify another bit, and add comments.
5978
5979 2006-10-03 David Kastrup <dak@gnu.org>
5980
5981 * help.el (describe-mode): For clicks on mode-line, use "@"
5982 interactive argument to get the major mode of the click instead of
5983 the current buffer.
5984
5985 * isearch.el (isearch-mouse-2): Use new semantics of `key-binding'
5986 in order to better redirect mouse-2 clicks. Also allow default
5987 bindings to apply.
5988
5989 2006-10-03 Kim F. Storm <storm@cua.dk>
5990
5991 * emacs-lisp/cl.el (pushnew-internal): Remove defvar.
5992 (pushnew): Fix last change.
5993
5994 2006-10-03 Denis St\e,A|\e(Bnkel <dstuenkel@googlemail.com> (tiny change)
5995
5996 * ibuf-ext.el (eval, view-and-eval) <define-ibuffer-op>:
5997 Use the interactive spec of `eval-expression'.
5998
5999 2006-10-02 Michael Welsh Duggan <md5i@cs.cmu.edu>
6000
6001 * progmodes/sh-script.el (sh-prev-thing): Fix last change.
6002
6003 2006-10-02 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
6004
6005 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo in
6006 2006-09-28 commit.
6007
6008 2006-10-02 Kenichi Handa <handa@m17n.org>
6009
6010 * international/code-pages.el (iso-8859-6): Table fixed.
6011
6012 2006-10-01 Chris Moore <christopher.ian.moore@gmail.com>
6013
6014 * dired.el (dired-build-subdir-alist): Fix previous change.
6015
6016 2006-10-01 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6017
6018 * simple.el (undo-elt-crosses-region): Fix the inequalities.
6019
6020 2006-10-01 Stefan Monnier <monnier@iro.umontreal.ca>
6021
6022 * emacs-lisp/find-func.el (find-function-regexp): Don't match
6023 "define-button-type".
6024
6025 * pcvs.el (cvs-update-header): Fix handling of extra newlines so that
6026 they don't keep accumulating.
6027
6028 2006-10-01 Bob Rogers <rogers-emacs@rgrjr.dyndns.org> (tiny change)
6029
6030 * ffap.el (ffap-rfc-path): Change the address of the RFC
6031 repository to ftp.rfc-editor.org, as ds.internic.net seems to be gone.
6032
6033 2006-10-01 Stephen Berman <Stephen.Berman@gmx.net>
6034
6035 * allout.el (allout-expose-topic): Rectify implementation of "+"
6036 spec, so that bodies are not exposed with headlines.
6037
6038 2006-10-01 Ken Manheimer <ken.manheimer@gmail.com>
6039
6040 * allout.el (allout-current-depth): Do aberrent check only at or
6041 below doublecheck depth.
6042 (allout-chart-subtree): Make it explicit that LEVELS being nil
6043 means unlimited depth. Drop undocumented support for LEVELS value
6044 t meaning unlimited depth. (This is consistent with
6045 allout-chart-to-reveal, but contrary to allout-show-children,
6046 which needs to use nil to default to depth of 1.)
6047 (allout-goto-prefix-doublechecked): Wrap long docstring line.
6048 (allout-chart-to-reveal): Be explicit in docstring about meaning
6049 of nil LEVELS, and drop support for LEVELS value t.
6050 (allout-show-children): Translate the level spec used by this
6051 routine to that used by allout-chart-subtree and
6052 allout-chart-to-reveal.
6053 (allout-show-to-offshoot): Retry once when stuck, after opening
6054 subtree - improvements in discontinuity handling likely will
6055 enable progress.
6056
6057 2006-09-30 Chong Yidong <cyd@stupidchicken.com>
6058
6059 * wid-edit.el (widget-button-click-moves-point): New variable.
6060 (widget-button-click): If widget-button-click-moves-point is
6061 non-nil, set point after performing the button action
6062
6063 * cus-edit.el (custom-mode): Set widget-button-click-moves-point.
6064
6065 2006-09-30 Martin Rudalics <rudalics@gmx.at>
6066
6067 * files.el (find-file-existing): Modify to not allow wildcards.
6068
6069 2006-09-30 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
6070
6071 * simple.el (undo-more): When undo information for the region is
6072 exhausted, say "No further undo information FOR REGION".
6073
6074 2006-09-30 Michael Welsh Duggan <md5i@cs.cmu.edu>
6075
6076 * progmodes/sh-script.el (sh-prev-thing):
6077 Take `sh-leading-keywords' into account.
6078
6079 2006-09-29 Glenn Morris <rgm@gnu.org>
6080
6081 * custom.el (defcustom): Doc fix.
6082
6083 * calendar/calendar.el (european-calendar-style):
6084 Call european-calendar or american-calendar as needed when set.
6085 (diary-view-entries, list-calendar-holidays): Move autoloads
6086 before use.
6087
6088 2006-09-29 Juri Linkov <juri@jurta.org>
6089
6090 * progmodes/cperl-mode.el (cperl-after-expr-p): Don't move point
6091 to nil if there is no previous property change.
6092
6093 2006-09-29 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6094
6095 * cus-edit.el (custom-save-all): Switch to emacs-lisp mode before
6096 saving anything to be sure that `forward-sexp' behaves correctly.
6097
6098 2006-09-29 Chong Yidong <cyd@stupidchicken.com>
6099
6100 * simple.el (line-move-finish): Ignore field boundaries if the
6101 initial and final points have the same `field' property.
6102
6103 2006-09-29 Kim F. Storm <storm@cua.dk>
6104
6105 * ido.el (ido-file-internal): Only bind minibuffer-completing-file-name
6106 to t while calling ido-read-internal.
6107
6108 2006-09-29 Carsten Dominik <dominik@science.uva.nl>
6109
6110 * textmodes/org.el (org-file-remote-p): Get regexp from list.
6111 (org-archive-subtree): Remove erraneous `]' from character list.
6112
6113 2006-09-28 Jonathan Yavner <jyavner@member.fsf.org>
6114
6115 * ses.el (ses-in-print-area, ses-goto-data, ses-load)
6116 (ses-reconstruct-all): Make undo of "insert row" work by keeping
6117 markers for data-area and parameters-area.
6118
6119 2006-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * progmodes/make-mode.el (makefile-mode): Don't disable jit-lock.
6122
6123 * font-lock.el (font-lock-after-change-function): Refontify next line
6124 as well if end is at BOL.
6125 (font-lock-extend-jit-lock-region-after-change): Be more careful to
6126 only extend the region as much as needed.
6127
6128 2006-09-28 Richard Stallman <rms@gnu.org>
6129
6130 * comint.el (comint-mode): Bind font-lock-defaults non-nil.
6131
6132 * subr.el (insert-for-yank-1): Handle `font-lock-face' specially.
6133
6134 * international/mule.el (after-insert-file-set-coding):
6135 If VISIT, don't let set-buffer-multibyte make undo info.
6136
6137 2006-09-28 Osamu Yamane <yamane@green.ocn.ne.jp> (tiny change)
6138
6139 * mail/smtpmail.el (smtpmail-try-auth-methods): Do not break long
6140 lines in base64-encoded authentication response.
6141
6142 2006-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6143
6144 * progmode/ebnf2ps.el: Doc fix. Implement arrow spacing and scaling.
6145 (ebnf-version): New version 4.3.
6146 (ebnf-arrow-extra-width, ebnf-arrow-scale): New options.
6147 (ebnf-prologue): Adjust PostScript programming.
6148 (ebnf-begin-file, ebnf-insert-ebnf-prologue, ebnf-terminal-dimension1)
6149 (ebnf-repeat-dimension, ebnf-except-dimension): Adjust code.
6150
6151 2006-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6152
6153 * jit-lock.el (jit-lock-force-redisplay): Rename from
6154 jit-lock-fontify-again, and undo the mistaken change I've just done.
6155
6156 * jit-lock.el (jit-lock-fontify-now): Don't fontify the empty text.
6157 (jit-lock-fontify-again): Don't refontify text that's not displayed.
6158
6159 2006-09-26 Kenichi Handa <handa@m17n.org>
6160
6161 * startup.el (display-splash-screen): Allow a prefix argument.
6162
6163 2006-09-25 Jason Rumney <jasonr@gnu.org>
6164
6165 * subr.el (shell-quote-argument): Use DOS logic for Windows
6166 shells with DOS semantics.
6167
6168 2006-09-24 Richard Stallman <rms@gnu.org>
6169
6170 * progmodes/compile.el (compilation-goto-locus-delete-o): New fn.
6171 (compilation-goto-locus): Use compilation-goto-locus-delete-o
6172 to delete the overlay. Put it on pre-command-hook.
6173
6174 * emacs-lisp/timer.el (timer-max-repeats): Doc fix.
6175
6176 * startup.el (fancy-splash-screens, normal-splash-screen):
6177 Call the splash buffer *About GNU Emacs*.
6178
6179 * simple.el (next-error-highlight, next-error-highlight-no-select):
6180 Default to 0.5.
6181 (yank-excluded-properties): Add `fontified'.
6182
6183 * font-lock.el (font-lock-compile-keywords): Allow value of
6184 syntax-begin-function to enable paren-column-0 highlighting.
6185
6186 2006-09-24 Chris Moore <christopher.ian.moore@gmail.com>
6187
6188 * dired.el (dired-build-subdir-alist): When file ends in colon,
6189 don't exit the loop, just disregard that file.
6190
6191 2006-09-24 Chong Yidong <cyd@stupidchicken.com>
6192
6193 * simple.el (line-move-finish): Handle corner case for fields in
6194 continued lines.
6195 (line-move-1): Remove flawed test for that case.
6196
6197 2006-09-24 Ken Manheimer <ken.manheimer@gmail.com>
6198
6199 * icomplete.el (icomplete-simple-completing-p): Use the correct
6200 name for the new variable, `icomplete-with-completion-tables'.
6201 (file local variables): Remove superfluous setting.
6202
6203 2006-09-23 Jeff Miller <jmiller@cablespeed.com> (tiny change)
6204
6205 * calendar/appt.el (appt-check): Fix typo for appointments just
6206 after midnight.
6207
6208 2006-09-23 Chong Yidong <cyd@stupidchicken.com>
6209
6210 * help.el (describe-key-briefly, describe-key): Don't expect an
6211 extra up event if a down-event is generated by a popup menu.
6212
6213 2006-09-23 Michal Nazarewicz <mnazarewicz@gmail.com> (tiny change)
6214
6215 * textmodes/ispell.el (ispell-change-dictionary): Don't check the
6216 local dictionary when changing the global dictionary.
6217
6218 2006-09-23 Ken Manheimer <ken.manheimer@gmail.com>
6219
6220 * icomplete.el (icomplete-with-completion-tables): List of
6221 specialized completion tables with which icomplete should
6222 operate. Include the new `internal-complete-buffer', so icomplete
6223 works with interactive buffer-selection.
6224 (icomplete-simple-completing-p): Add acceptance of specialized
6225 completion tables listed in icomplete-with-completion-tables.
6226
6227 2006-09-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6228
6229 * frame.el (focus-follows-mouse): Set default to nil on Mac.
6230
6231 * startup.el (command-line): Use `custom-reevaluate-setting' for
6232 `focus-follows-mouse'.
6233
6234 2006-09-22 Richard Stallman <rms@gnu.org>
6235
6236 * cus-edit.el (custom-buffer-create-internal): In `emacs -q',
6237 explain why Save is not available.
6238
6239 2006-09-22 Juanma Barranquero <lekktu@gmail.com>
6240
6241 * woman.el (woman0-so): Use `let*', not `let'.
6242 (woman-horizontal-line): Remove unbalanced parenthesis.
6243
6244 2006-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
6245
6246 * woman.el: Make sure all the end-of-region markers we use have
6247 a non-nil insertion-type.
6248 (woman0-so): Move things around so we can use copy-marker.
6249 (woman0-roff-buffer, woman2-process-escapes-to-eol, woman2-roff-buffer):
6250 Adjust marker type.
6251 (woman2-process-escapes): Check marker type.
6252 (woman-horizontal-line): Dispense with the use of a marker.
6253
6254 2006-09-22 Jay Belanger <belanger@truman.edu>
6255
6256 * calc/calc-lang.el: Add Greek letters to math-variable-table
6257 property of tex.
6258
6259 2006-09-22 Chong Yidong <cyd@stupidchicken.com>
6260
6261 * files.el (save-some-buffers-action-alist): Display diff in view-mode.
6262
6263 2006-09-22 Masatake YAMATO <jet@gyve.org>
6264
6265 * add-log.el (add-log-current-defun): Use `forward-sexp'
6266 instead of `forward-word' to pick c++::symbol.
6267 Reported by Guanpeng Xu <herberteuler@hotmail.com>.
6268
6269 2006-09-22 Kenichi Handa <handa@m17n.org>
6270
6271 * bindings.el: Fix setting self-insert-command for multibyte
6272 characters in global-map.
6273
6274 2006-09-21 David Kastrup <dak@gnu.org>
6275
6276 * mouse.el (mouse-posn-property): Fix typo for `event-start' in
6277 doc string.
6278
6279 2006-09-21 Kenichi Handa <handa@m17n.org>
6280
6281 * language/european.el ("Latin-1"): Add windows-1252 to
6282 coding-priority.
6283 ("German"): Likewise.
6284
6285 2006-09-21 Kim F. Storm <storm@cua.dk>
6286
6287 * emacs-lisp/cl-macs.el (member*): Use memql instead of complex code.
6288 Suggested by Miles Bader.
6289
6290 * emacs-lisp/cl.el (pushnew): Rework 2006-09-10 change. Use memql
6291 instead of add-to-list in the simple case.
6292
6293 2006-09-20 Kenichi Handa <handa@m17n.org>
6294
6295 * isearch.el (isearch-process-search-char): Cancel the previous change.
6296 (isearch-search-string): New function.
6297 (isearch-search): Use isearch-search-string.
6298 (isearch-lazy-highlight-search): Likewise.
6299
6300 2006-09-20 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6301
6302 * lpr.el (lpr-page-header-switches): Insert `*' at beginning of doc
6303 string to become an option.
6304
6305 2006-09-20 Stefan Monnier <monnier@iro.umontreal.ca>
6306
6307 * files.el (find-buffer-visiting): Don't get fooled by a nil inode.
6308
6309 2006-09-20 Kim F. Storm <storm@cua.dk>
6310
6311 * simple.el (line-move-partial): Call pos-visible-in-window-p with
6312 position t instead of trying both window-end and window-end - 1.
6313
6314 2006-09-20 Carsten Dominik <dominik@science.uva.nl>
6315
6316 * textmodes/org.el (org-scan-tags): Find end of subtrees also in
6317 hidden trees.
6318
6319 2006-09-20 David Kastrup <dak@gnu.org>
6320
6321 * mouse.el (mouse-posn-property): Improve doc string.
6322 (mouse-on-link-p): Change buffers for function calls on links.
6323
6324 * menu-bar.el (clipboard-yank): Bomb out in interactive use if
6325 buffer is read-only.
6326
6327 2006-09-20 Ken Manheimer <ken.manheimer@gmail.com>
6328
6329 * allout.el (allout-unprotected): Let inhibit-read-only only when
6330 buffer-read-only isn't set.
6331 (allout-annotate-hidden): Enable topic annotation during copies even
6332 when the buffer is read-only, eg for topic copies. Ensure that the loop
6333 advances, even when the span extends beyond the deletion region.
6334 (allout-toggle-subtree-encryption): Use allout-structure-added-hook
6335 rather than allout-exposure-changed-hook, as a stronger assertion.
6336 (allout-keybindings-list): Add bindings for
6337 allout-copy-line-as-kill and allout-copy-topic-as-kill.
6338 (allout-copy-line-as-kill, allout-copy-topic-as-kill):
6339 Copy wrappers for allout-kill-line and allout-kill-topic.
6340 (allout-listify-exposed): Position correctly to accumulate lines.
6341
6342 2006-09-19 Chong Yidong <cyd@stupidchicken.com>
6343
6344 * simple.el (line-move-1): Escape field boundaries occurring
6345 exactly at point. Update goal column if constrained to a field.
6346 (line-move-finish): Escape field boundaries occurring exactly at point.
6347
6348 2006-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6349
6350 * mouse.el (mouse-on-link-p): Tentatively fix last change.
6351 (mouse-drag-vertical-line): Remove unused var `wconfig'.
6352
6353 2006-09-19 Kim F. Storm <storm@cua.dk>
6354
6355 * help.el (describe-key-briefly, describe-key): Simplify printing
6356 of descriptions by using format and %S. Fix "is undefined"
6357 messages to say "at that spot" for mouse events.
6358
6359 * simple.el (line-move-partial): Optimize. Try window-line-height
6360 before posn-at-point to get vpos of current line.
6361
6362 2006-09-18 Michael Kifer <kifer@cs.stonybrook.edu>
6363
6364 * viper.el: Bump up version/date of update to reflect the substantial
6365 changes done in August 2006.
6366
6367 * viper-cmd (viper-next-line-at-bol): Make sure button-at, push-button
6368 are defined.
6369
6370 * ediff-util.el (ediff-add-to-history): New function.
6371
6372 * ediff.el: Use ediff-add-to-history instead of add-to-history.
6373
6374 2006-09-18 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
6375
6376 * textmodes/conf-mode.el (conf-space-mode): Doc fix.
6377 Delete duplicate make-local-variable form.
6378 (conf-space-keywords): Add autoload cookie.
6379 Fix typo (`keywords', not `keyword').
6380
6381 2006-09-18 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6382
6383 * cus-start.el (all): Rename x-gtk-show-chooser-help-text to
6384 x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
6385 to x-gtk-use-old-file-dialog
6386
6387 2006-09-18 Richard Stallman <rms@gnu.org>
6388
6389 * wid-edit.el (widget-button-click): Handle non-mouse-motion events
6390 that might come in during mouse tracking.
6391
6392 2006-09-18 Kim F. Storm <storm@cua.dk>
6393
6394 * simple.el (line-move-partial): Rework 2006-09-15 change to use
6395 new window-line-height function. Further optimize by not calling
6396 pos-visible-in-window-p for window-end when window-line-height
6397 returns useful information.
6398
6399 2006-09-16 Richard Stallman <rms@gnu.org>
6400
6401 * textmodes/conf-mode.el (conf-mode-map): Use conf-space-keywords cmd.
6402 (conf-space-mode): Don't handle prefix arg.
6403 Delete conf-space-keywords-override code.
6404 Use add-hook.
6405 (conf-space-keywords): New command.
6406 (conf-space-mode-internal): Be careful with imenu-generic-expression.
6407 Delete conf-space-keywords-override code.
6408 (conf-space-keywords-alist): Doc fix.
6409 (conf-space-font-lock-keywords): Doc fix.
6410 (conf-space-keywords-override): Var deleted.
6411
6412 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6413
6414 * startup.el (fancy-splash-screens): Don't switch to the scratch
6415 buffer; it may not be the next buffer.
6416
6417 2006-09-16 Romain Francoise <romain@orebokech.com>
6418
6419 * saveplace.el (load-save-place-alist-from-file): Use expanded name
6420 in both messages.
6421
6422 2006-09-16 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se>
6423
6424 * progmodes/python.el (python-preoutput-filter):
6425 Fix arg order to string-match.
6426
6427 2006-09-16 Richard Stallman <rms@gnu.org>
6428
6429 * obsolete/fast-lock.el (fast-lock-cache-data): Provide 2nd arg to
6430 font-lock-compile-keywords.
6431
6432 * font-lock.el (font-lock-compile-keywords): Rename optional arg
6433 to SYNTACTIC-KEYWORDS and reverse the sense. All callers changed.
6434
6435 2006-09-16 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6436
6437 * cus-start.el (all): Add x-gtk-show-chooser-help-text.
6438
6439 * select.el (xselect-convert-to-string): If UTF8_STRING is requested
6440 and the data doesn't look like UTF8, send STRING instead.
6441
6442 2006-09-16 Agust\e,Am\e(Bn Mart\e,Am\e(Bn <agustin.martin@hispalinux.es>
6443
6444 * textmodes/flyspell.el (flyspell-check-region-doublons):
6445 New function to detect duplicated words.
6446 (flyspell-large-region): Use it.
6447
6448 2006-09-16 Chong Yidong <cyd@stupidchicken.com>
6449
6450 * simple.el (line-move-to-column): Revert 2006-08-03 change.
6451
6452 2006-09-16 Eli Zaretskii <eliz@gnu.org>
6453
6454 * help.el (describe-prefix-bindings): Use let, not let*.
6455
6456 2006-09-16 Ken Manheimer <ken.manheimer@gmail.com>
6457
6458 * allout.el (allout-regexp, allout-line-boundary-regexp)
6459 (allout-bob-regexp): Correct grouping and boundaries to fix
6460 backwards traversal.
6461 (allout-depth-specific-regexp, allout-depth-one-regexp):
6462 New versions that exploit \\{M\\} regexp syntax, to avoid geometric or
6463 worse time in allout-ascend.
6464 (allout-doublecheck-at-and-shallower): Identify depth threshold
6465 below which topics are checked for and disqualified by containment
6466 discontinuities.
6467 (allout-hotspot-key-handler): Correctly handle multiple-key
6468 strokes. Remove some unused variables.
6469 (allout-mode-leaders): Clarify that mode-specific comment-start
6470 will be used.
6471 (set-allout-regexp): Correctly regexp-quote allout regexps to
6472 properly accept alternative header-leads and primary bullets with
6473 regexp-specific characters (eg, C "/*", mathematica "(*").
6474 Include new regular expressions among those configured.
6475 (allout-infer-header-lead-and-primary-bullet):
6476 Rename allout-infer-header-lead.
6477 (allout-recent-depth): Manifest as a variable as well as a function.
6478 (allout-prefix-data): Simplify into an inline instead of a macro,
6479 assuming current match data rather than being explicitly passed
6480 it. Establish allout-recent-depth value as well as
6481 allout-recent-prefix-beginning and allout-recent-prefix-end.
6482 (allout-aberrant-container-p): True when an item's immediate
6483 offspring discontinuously contained. Useful for disqualifying
6484 unintended topic prefixes, likely at low depths.
6485 (allout-goto-prefix-doublechecked): Elaborate version of
6486 allout-goto-prefix which disqualifies aberrant pseudo-items.
6487 (allout-pre-next-prefix): Layer on top of lower-level routines, to
6488 get disqualification of aberrant containers.
6489 (allout-end-of-prefix, allout-end-of-subtree): Disqualify aberrant
6490 containers.
6491 (allout-beginning-of-current-entry): Position at start of buffer
6492 when in container (depth 0) entry.
6493 (nullify-allout-prefix-data): Invalidate allout-recent-* prefix data.
6494 (allout-current-bullet): Strip text properties.
6495 (allout-get-prefix-bullet): Use right match groups.
6496 (allout-beginning-of-line, allout-next-heading):
6497 Disqualify aberrant containers.
6498 (allout-previous-heading): Disqualify aberrant containers, and
6499 change to regular (rather than inline) function, to allow
6500 self-recursion.
6501 (allout-get-invisibility-overlay): Increment so progress is made
6502 when the first overlay is not the sought one.
6503 (allout-end-of-prefix): Disqualify aberrant containers.
6504 (allout-end-of-line): Cycle something like allout-beginning-of-line.
6505 (allout-mode): Make allout-old-style-prefixes (ie, enabling use with
6506 outline.el outlines) functional again. Change the primary bullet
6507 along with the header-lead - level 1 new-style bullets now work.
6508 Engage allout-before-change-handler in mainline Emacs, not just
6509 XEmacs, to do undo handling.
6510 (allout-before-change-handler): Expose undo changes occurring in
6511 hidden regions. Use allout-get-invisibility-overlay instead of
6512 reimplementing it inline.
6513 (allout-chart-subtree): Use start rather than end of prefix in
6514 charts. Use allout-recent-depth variable.
6515 (allout-chart-siblings): Disqualify aberrant topics.
6516 (allout-beginning-of-current-entry): Position correctly.
6517 (allout-ascend): Use new allout-depth-specific-regexp and
6518 allout-depth-one-regexp for linear instead of O(N^2) or worse
6519 behavior.
6520 (allout-ascend-to-depth): Depend on allout-ascend, rather than
6521 reimplementing an algorithm.
6522 (allout-up-current-level): Depend on allout-ascend, rather than
6523 reimplementing an algorithm. Return to start-point if we fail.
6524 (allout-descend-to-depth): Use allout-recent-depth variable
6525 instead of function.
6526 (allout-next-sibling): On traversal of numerous intervening
6527 topics, resort to economical allout-next-sibling-leap.
6528 (allout-next-sibling-leap): Specialized version of
6529 allout-next-sibling that uses allout-ascend cleverly, to depend on
6530 a regexp search to leap large numbers of contained topics, rather
6531 than arbitrarily many one-by-one traversals.
6532 (allout-next-visible-heading): Disqualify aberrant topics.
6533 (allout-previous-visible-heading): Position consistently when
6534 interactive.
6535 (allout-forward-current-level): Base on allout-previous-sibling
6536 rather than (differently) reimplmenting the algorithm. Remove some
6537 unused variables.
6538 (allout-solicit-alternate-bullet): Present default choice stripped
6539 of text properties.
6540 (allout-rebullet-heading): Use bullet stripped of text properties.
6541 Register changes using allout-exposure-change-hook.
6542 Disregard aberrant topics.
6543 (allout-shift-in): With universal-argument, make topic a peer of
6544 it's former offspring. Simplify the code by separating out
6545 allout-shift-out functionality.
6546 (allout-shift-out): With universal-argument, make offspring peers
6547 of their former container, and its siblings. Implement the
6548 functionality here, rather than inappropriately muddling the
6549 implementation of allout-shift-in.
6550 (allout-rebullet-topic): Respect additional argument for new
6551 parent-child separation function.
6552 (allout-yank-processing): Use allout-ascend directly.
6553 (allout-show-entry): Disqualify aberrant topics.
6554 (allout-show-children): Handle discontinuous children gracefully,
6555 extending the depth being revealed to expose them and posting a
6556 message indicating the situation.
6557 (allout-show-to-offshoot): Remove obsolete and incorrect comment.
6558 Leave cursor in correct position.
6559 (allout-hide-current-subtree): Use allout-ascend directly.
6560 Disqualify aberrant topics.
6561 (allout-kill-line, allout-kill-topic): Preserve exposure layout in
6562 a way that the yanks can restore it, as used to happen.
6563 (allout-yank-processing): Restore exposure layout as recorded by
6564 allout-kill-*, as used to happen.
6565 (allout-annotate-hidden, allout-hide-by-annotation): New routines
6566 for preseving and restoring exposure layout across kills.
6567 (allout-toggle-subtree-encryption): Run allout-exposure-change-hook.
6568 (allout-encrypt-string): Strip text properties.
6569 Rearranged order and outline-headings for some of the
6570 miscellaneous functions.
6571 (allout-resolve-xref): No need to quote the error name in the
6572 condition-case handler section.
6573 (allout-flatten): Classic recursive (and recursively intensive,
6574 without tail-recursion) list-flattener, needed by allout-shift-out
6575 when confronted with discontinuous children.
6576
6577 2006-09-16 Jason Rumney <jasonr@gnu.org>
6578
6579 * dnd.el (dnd-open-remote-file-function): Use dnd-open-local-file
6580 on ms-windows.
6581 (dnd-open-unc-file): Remove.
6582 (dnd-open-local-file): Mention in doc string that it also handles
6583 remote files if the system natively supports unc file-names.
6584
6585 2006-09-15 Kim F. Storm <storm@cua.dk>
6586
6587 * help.el (describe-key): Handle C-h k in *Help* buffer; collect
6588 all necessary information about the event before erasing *Help*.
6589
6590 * simple.el (line-move-partial): Use window-line-visiblity to
6591 quickly check whether last line is partially visible, and only do
6592 the hard (and slow) part in that case.
6593
6594 2006-09-15 Jay Belanger <belanger@truman.edu>
6595
6596 * COPYING: Replace "Library Public License" by "Lesser Public
6597 License" throughout.
6598
6599 2006-09-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6600
6601 * term/x-win.el (x-menu-bar-open): New function for F10.
6602
6603 2006-09-15 Chong Yidong <cyd@stupidchicken.com>
6604
6605 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6606 Disallow filenames containing " -" to avoid confusion with libtool
6607 compilation messages. Suggested by Stefan Monnier.
6608
6609 2006-09-15 David Kastrup <dak@gnu.org>
6610
6611 * mouse-sel.el (mouse-sel-follow-link-p): Use event position
6612 instead of buffer position for `mouse-on-link-p'.
6613
6614 * mouse.el (mouse-posn-property): New function looking up the
6615 properties at a click position in overlays and text properties in
6616 either buffer or strings.
6617 (mouse-on-link-p): Use `mouse-posn-property' to streamline lookup
6618 of both `follow-link' as well as `mouse-face' properties.
6619 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6620 buffer position.
6621
6622 * help.el (describe-key-briefly): When reading a down-event on
6623 mode lines or scroll bar, swallow the following up event, too.
6624 Use the new mouse sensitity of `key-binding' for lookup.
6625 (describe-key): The same here.
6626
6627 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6628
6629 * play/life.el (life-patterns): Add a few more interesting patterns.
6630 (life-setup): Force `show-trailing-whitespace' to nil.
6631
6632 2006-09-14 Richard Stallman <rms@gnu.org>
6633
6634 * startup.el (fancy-splash-text): Change text to improve alignment.
6635 (fancy-splash-screens): Don't set non-standard tab width.
6636 Bind cursor-type temporarily, and make it easy to patch to
6637 preserve the splash buffer.
6638 (normal-splash-screen, fancy-splash-tail): Spell out "Meta-x".
6639 (fancy-splash-screens): Display echo-area message explicitly.
6640 Don't set fancy-splash-help-echo.
6641
6642 * simple.el (line-number-mode): Group mode-line instead of
6643 editing-basics.
6644 (column-number-mode, size-indication-mode): Likewise.
6645
6646 * faces.el (mode-line-faces): Group mode-line instead of modeline.
6647
6648 * time.el (display-time): Group mode-line instead of modeline.
6649
6650 * cus-edit.el (mode-line): Rename from modeline. All uses changed.
6651
6652 2006-09-14 Chong Yidong <cyd@stupidchicken.com>
6653
6654 * startup.el (fancy-splash-text): Move editing instructions to
6655 fancy-splash-head.
6656 (fancy-splash-head): Issue editing instructions.
6657 (fancy-splash-screens): Fixup whitespace.
6658
6659 2006-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
6660
6661 * bindings.el (mode-line-buffer-identification-keymap):
6662 Remove duplicate line.
6663
6664 2006-09-14 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6665
6666 * ido.el (ido-ignore-item-p): Allow any kind of functions in
6667 ignore lists.
6668
6669 2006-09-14 Kim F. Storm <storm@cua.dk>
6670
6671 * jit-lock.el (jit-lock-fontify-again): New function.
6672 (jit-lock-fontify-now): Use it instead of lambda form.
6673
6674 2006-09-13 Agustin Martin <agustin.martin@hispalinux.es>
6675
6676 * textmodes/flyspell.el (flyspell-word, flyspell-correct-word)
6677 (flyspell-auto-correct-word): Make ispell-filter local to these
6678 functions. Check that ispell-filter has new stuff before calling
6679 ispell-parse-output.
6680
6681 2006-09-13 Kim F. Storm <storm@cua.dk>
6682
6683 * simple.el (line-move-partial): Optimize.
6684
6685 2006-09-13 Richard Stallman <rms@gnu.org>
6686
6687 * thingatpt.el (thing-at-point-bounds-of-url-at-point):
6688 Delete spurious backquote.
6689
6690 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6691
6692 * net/rcirc.el (rcirc-print): Fix last change.
6693
6694 2006-09-12 Jay Belanger <belanger@truman.edu>
6695
6696 * calc/calc.el (calc-dispatch): Remove unnecessary `sit-for'.
6697
6698 2006-09-07 Ryan Yeske <rcyeske@gmail.com>
6699
6700 * net/rcirc.el (rcirc-scroll-show-maximum-output): Rename from
6701 rcirc-show-maximum-output.
6702 (rcirc-mode): Remove window-scroll-function hook.
6703 (rcirc-scroll-to-bottom): Remove function.
6704 (rcirc-print): Recenter so point stays at the bottom of the window
6705 if point was already there.
6706
6707 2006-09-12 Paul Eggert <eggert@cs.ucla.edu>
6708
6709 * comint.el (comint-exec-1): Set EMACS to the full name of Emacs,
6710 not to "t".
6711 * progmodes/compile.el (compilation-start): Likewise.
6712 * progmodes/idlwave.el (idlwave-rescan-asynchronously):
6713 Don't use expand-file-name on invocation-directory, since this
6714 might mishandle special characters in invocation-directory.
6715
6716 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6717
6718 * pcvs-defs.el: Remove * in defcustom's docstrings.
6719
6720 2006-09-12 Nick Roberts <nickrob@snap.net.nz>
6721
6722 * progmodes/compile.el (compilation-directory-properties):
6723 Doc fix for help-echo.
6724
6725 2006-09-12 Lars Hansen <larsh@soem.dk>
6726
6727 * desktop.el (desktop-read): Add comment.
6728
6729 2006-09-12 Kim F. Storm <storm@cua.dk>
6730
6731 * simple.el (next-error-highlight, next-error-highlight-no-select):
6732 Fix spelling error.
6733
6734 * subr.el (sit-for): Rework to use input-pending-p and cond.
6735 Return nil input is pending on entry also for SECONDS <= 0.
6736 (while-no-input): Use input-pending-p instead of sit-for.
6737
6738 2006-09-11 Richard Stallman <rms@gnu.org>
6739
6740 * simple.el (next-error-highlight, next-error-highlight-no-select):
6741 Fix custom type and doc strings.
6742
6743 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6744
6745 * diff-mode.el (diff-apply-hunk-to-backup-file): New var.
6746 (diff-apply-hunk): Use it to ask for confirmation.
6747
6748 2006-09-11 Reiner Steib <Reiner.Steib@gmx.de>
6749
6750 * emacs-lisp/cl.el (pushnew): Add missing `,'.
6751
6752 2006-09-11 David Kastrup <dak@gnu.org>
6753
6754 * help.el (string-key-binding, describe-key-briefly)
6755 (describe-key): Remove `string-key-binding' and its callers since
6756 `key-binding' already caters for the proper lookup now.
6757
6758 2006-09-11 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords): Newvar.
6761 (cfengine-mode): Use it. Fix \ syntax to be like /.
6762
6763 * bindings.el (mode-line-buffer-identification-keymap):
6764 Move initialization into declaration.
6765
6766 2006-09-10 Kim F. Storm <storm@cua.dk>
6767
6768 * ido.el (ido-edit-input, ido-complete, ido-take-first-match)
6769 (ido-push-dir-first, ido-kill-buffer-at-head, ido-exhibit)
6770 (ido-delete-file-at-head): Pass head of ido-matches through ido-name
6771 in case of merged directories. Reported by Micha\e,Ak\e(Bl Cadilhac.
6772
6773 2006-09-10 Richard Stallman <rms@gnu.org>
6774
6775 * dired-aux.el: Handle errors in recursive copy usefully.
6776 (dired-create-files-failures): New variable.
6777 (dired-copy-file): Remove condition-case.
6778 (dired-copy-file-recursive): Check for errors on all file
6779 operations, and add them to dired-create-files-failures.
6780 Check file file-date-erorr here too.
6781 (dired-create-files): Check dired-create-files-failures
6782 and report those errors too.
6783
6784 * emacs-lisp/cl.el (pushnew): Use add-to-list when convenient.
6785
6786 * subr.el (add-to-list): New argument COMPARE-FN.
6787
6788 2006-09-10 Reiner Steib <Reiner.Steib@gmx.de>
6789
6790 * filecache.el (file-cache-add-directory)
6791 (file-cache-add-directory-list, file-cache-add-file)
6792 (file-cache-add-directory-using-find)
6793 (file-cache-add-directory-using-locate)
6794 (file-cache-add-directory-recursively): Add autoloads.
6795
6796 2006-09-09 Richard Stallman <rms@gnu.org>
6797
6798 * textmodes/conf-mode.el (conf-space-mode):
6799 Use hack-local-variables-hook instead of calling hack-local-variables.
6800 (conf-space-keywords-override): New variable.
6801 (conf-space-mode-internal): New subroutine. Reinit Font Lock mode.
6802 (conf-space-mode): Always make conf-space-keywords and
6803 conf-space-keywords-override local.
6804 Call conf-space-mode-internal directly as well as via hook.
6805
6806 2006-09-09 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
6807
6808 * progmodes/python.el (python-font-lock-keywords): Add `self' and other
6809 quasi-keywords.
6810
6811 2006-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6812
6813 * progmodes/python.el: Quieten the compiler about hippie-expand vars.
6814 (python-send-string): Be slightly more careful about adding \n.
6815
6816 * startup.el (normal-splash-screen): Don't display the buffer if we'll
6817 kill it right away anyway.
6818
6819 2006-09-09 Eli Zaretskii <eliz@gnu.org>
6820
6821 * international/codepage.el (cp850-decode-table): Fix a few codes.
6822 (cp858-decode-table): New variable.
6823
6824 2006-09-09 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6825
6826 * net/ldap.el (ldap-search-internal): Doc fix.
6827
6828 2006-09-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6829
6830 * play/life.el (life-display-generation): Test for input manually if
6831 `sleeptime' is negative or null.
6832
6833 * lpr.el (lpr-page-header-switches): Page title switch is one of them.
6834 (print-region-1): Substitute `%s' with the page title.
6835
6836 2006-09-09 Matt Hodges <MPHodges@member.fsf.org>
6837
6838 * locate.el (locate-current-search): New variable.
6839 (locate): Set buffer local value. Use current buffer if it is
6840 in Locate mode.
6841 (locate-mode): Disable undo here.
6842 (locate-do-setup): Use locate-current-filter from buffer to be killed.
6843 (locate-update): Use locate-current-search and locate-current-filter.
6844
6845 2006-09-08 David Kastrup <dak@gnu.org>
6846
6847 * desktop.el (desktop-read): When loading a desktop, disable
6848 saving it while the load progresses, and switch off a pending lazy
6849 load by calling `desktop-lazy-abort'.
6850
6851 2006-08-27 Martin Rudalics <rudalics@gmx.at>
6852
6853 * window.el (mouse-autoselect-window-timer)
6854 (mouse-autoselect-window-position)
6855 (mouse-autoselect-window-window)
6856 (mouse-autoselect-window-now): New vars.
6857 (mouse-autoselect-window-cancel)
6858 (mouse-autoselect-window-select)
6859 (mouse-autoselect-window-start): New functions.
6860 (handle-select-window): Call `mouse-autoselect-window-start' when
6861 delayed window autoselection is enabled.
6862
6863 * cus-start.el (mouse-autoselect-window): Handle delayed window
6864 autoselection.
6865
6866 * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of
6867 commands after which it is allowed to print in the echo area.
6868
6869 2006-09-08 Richard Stallman <rms@gnu.org>
6870
6871 * textmodes/fill.el (adaptive-fill-regexp): Don't match `(1)' or `1.'
6872
6873 * mail/rmail.el (rmail-get-new-mail): Say whether all msgs are spam.
6874 (rmail-convert-to-babyl-format): Don't record undo, leave list empty.
6875
6876 * emacs-lisp/timer.el (timer-create, timer-activate): Doc fixes.
6877 (cancel-timer-internal): Add doc string.
6878 (cancel-function-timers): Doc fix.
6879 (with-timeout-handler, timer-event-last*): Add doc strings.
6880
6881 * emacs-lisp/bindat.el (bindat-unpack): Doc fix.
6882
6883 * files.el (risky-local-variable-p): Match ...-bindat-spec.
6884
6885 * dired.el (dired-log-summary): Add doc string.
6886
6887 * cus-edit.el (custom-menu-create): Bind deactivate-mark here.
6888 (custom-group-menu-create): Not here.
6889
6890 2006-09-08 Carsten Dominik <dominik@science.uva.nl>
6891
6892 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop.
6893
6894 2006-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6895
6896 * term/mac-win.el (show-hide-font-panel): New HI command ID symbol.
6897 (mac-apple-event-map): Define its handler.
6898
6899 2006-09-07 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6900
6901 * net/ldap.el (ldap-search-internal): Handle `auth' key.
6902
6903 2006-09-07 Magnus Henoch <mange@freemail.hu>
6904
6905 * net/rcirc.el (rcirc-activity-string): Don't quote value in case
6906 clause.
6907
6908 2006-09-07 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
6909
6910 * info.el (Info-index): Bind completion-ignore-case.
6911
6912 2006-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6913
6914 * progmodes/prolog.el (inferior-prolog-flavor): New var left out of
6915 previous commit.
6916 (inferior-prolog-guess-flavor): New fun left out of previous commit.
6917 (prolog-consult-region-and-go): Don't hard code "*prolog*" and don't
6918 burp in dedicated windows.
6919 (inferior-prolog-self-insert-command): New command.
6920 (inferior-prolog-mode-map): Use it.
6921
6922 2006-09-07 Reiner Steib <Reiner.Steib@gmx.de>
6923
6924 * international/latexenc.el (latex-inputenc-coding-alist): Add cp858.
6925
6926 * international/code-pages.el: Add cp858.
6927
6928 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6929
6930 * dnd.el: Fix bootstrapping.
6931
6932 2006-09-07 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6933
6934 * dnd.el (dnd-protocol-alist): Add what url-handler-mode can handle.
6935 (dnd-open-remote-url): New function.
6936 (dnd-open-remote-file-function): Set to dnd-open-remote-url if
6937 not windows-nt.
6938
6939 2006-09-07 Jason Rumney <jasonr@gnu.org>
6940
6941 * dnd.el (dnd-open-remote-file-function): New variable.
6942 (dnd-open-unc-file): New function.
6943 (dnd-open-file): Call dnd-open-remote-file-function if set.
6944
6945 2006-09-06 Daiki Ueno <ueno@unixuser.org>
6946
6947 * pgg-gpg.el (pgg-gpg-process-region): Encode passphrase with
6948 pgg-passphrase-coding-system rather than locale-coding-system.
6949 * pgg-def.el (pgg-passphrase-coding-system): New user option.
6950
6951 2006-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
6952
6953 * progmodes/prolog.el: Remove * in docstrings.
6954 (prolog-program-name): Add SWI prolog.
6955 (prolog-mode-menu): New menu.
6956 (prolog-mode): Set comment-add.
6957 (prolog-indent-line): Simplify. Use indent-line-to.
6958 (inferior-prolog-buffer): New var.
6959 (inferior-prolog-run, inferior-prolog-process): New funs.
6960 (run-prolog, switch-to-prolog): Rewrite, using them.
6961 (prolog-consult-region): Use inferior-prolog-buffer.
6962 (inferior-prolog-load-file): New function.
6963 (prolog-mode-map): Add bindings for load-file and switch-to-prolog.
6964
6965 * textmodes/fill.el (fill-single-word-nobreak-p): Allow breaking before
6966 last word, if it's not the end of the paragraph.
6967
6968 * files.el (abbreviate-file-name): Don't mistakenly match newlines in
6969 file name.
6970
6971 2006-09-06 Ralf Angeli <angeli@caeruleus.net>
6972
6973 * frame.el (display-mm-dimensions-alist): New defcustom.
6974 (display-mm-height, display-mm-width): Use it.
6975
6976 2006-09-06 Simon Josefsson <jas@extundo.com>
6977
6978 * mail/smtpmail.el (smtpmail-starttls-credentials): Doc fix.
6979
6980 2006-09-06 Nick Roberts <nickrob@snap.net.nz>
6981
6982 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
6983 (gdb-var-list-children-regexp-1): Tweak regexps to catch full
6984 string values.
6985
6986 2006-09-06 Kim F. Storm <storm@cua.dk>
6987
6988 * simple.el (line-move-partial): New function to do vscrolling for
6989 partially visible images / tall lines. Rewrite based on code
6990 previously in line-move. Simplify backwards vscrolling.
6991 (line-move): Use it. Simplify.
6992
6993 2006-09-05 Kim F. Storm <storm@cua.dk>
6994
6995 * emulation/cua-base.el (cua--pre-command-handler-1): Rewrite.
6996
6997 2006-09-05 Chong Yidong <cyd@stupidchicken.com>
6998
6999 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7000 Process the `gcc-include' after the `gnu' rule.
7001
7002 2006-09-05 Kim F. Storm <storm@cua.dk>
7003
7004 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.
7005
7006 2006-09-05 Daiki Ueno <ueno@unixuser.org>
7007
7008 * pgg.el (pgg-clear-string): Alias to clear-string for backward
7009 compatibility.
7010
7011 * pgg-gpg.el (pgg-gpg-process-region): Avoid display blinking with
7012 inhibit-redisplay; encode passphrase with locale-coding-system.
7013
7014 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7015
7016 * term/xterm.el (terminal-init-xterm): Add more C-M- bindings.
7017
7018 2006-09-05 Nick Roberts <nickrob@snap.net.nz>
7019
7020 * progmodes/gdb-ui.el (gdb-var-list-children-regexp)
7021 (gdb-var-list-children-regexp): Make type field optional.
7022
7023 * progmodes/gud.el (gud-speedbar-buttons): Allow for no type
7024 e.g public, protected in C++.
7025
7026 2006-09-04 John Paul Wallington <jpw@pobox.com>
7027
7028 * simple.el (completion-show-help): New defcustom.
7029 (completion-setup-function): Heed it.
7030
7031 2006-09-04 Dan Nicolaescu <dann@ics.uci.edu>
7032
7033 * term/xterm.el (terminal-init-xterm): Add C-M- bindings.
7034
7035 2006-09-04 Richard Stallman <rms@gnu.org>
7036
7037 * mail/rmail-spam-filter.el (rsf-scanning-messages-now): Doc fix.
7038 (rsf-min-region-to-spam-list): Doc fix.
7039 (rsf-add-content-type-field): Doc fix.
7040
7041 * simple.el (kill-region): Explicitly test there is a region.
7042
7043 2006-09-04 Chong Yidong <cyd@stupidchicken.com>
7044
7045 * mail/feedmail.el (feedmail-buffer-to-sendmail): Look for
7046 sendmail in several common directories.
7047
7048 * mail/sendmail.el (sendmail-program): Moved here from paths.el.
7049
7050 * paths.el (sendmail-program): Removed.
7051
7052 2006-09-04 Daiki Ueno <ueno@unixuser.org>
7053
7054 * pgg-gpg.el (pgg-gpg-process-region): Revert two patches from Satyaki
7055 Das. http://article.gmane.org/gmane.emacs.gnus.general/49947
7056 http://article.gmane.org/gmane.emacs.gnus.general/50457
7057
7058 2006-09-03 Chong Yidong <cyd@stupidchicken.com>
7059
7060 * cus-edit.el (custom-group-menu-create): Avoid deactivating the
7061 mark after running the menu filter.
7062
7063 2006-09-03 Juri Linkov <juri@jurta.org>
7064
7065 * international/quail.el (quail-defrule-internal): Add a check
7066 if a key is a vector.
7067
7068 2006-09-02 Juri Linkov <juri@jurta.org>
7069
7070 * man.el (Man-topic-history): New variable.
7071 (man): Use it.
7072
7073 * woman.el (woman-topic-history): Change defvar to defvaralias
7074 for symbol `Man-topic-history'.
7075
7076 * shell.el (shell-filter-ctrl-a-ctrl-b): Check if
7077 `comint-last-output-start' is a marker by using `markerp' and
7078 check if it has a position by using `marker-position', and use
7079 this position for `goto-char'.
7080
7081 * international/quail.el (quail-defrule-internal): Add missing
7082 `error' call for null key.
7083
7084 2006-09-02 Ryan Yeske <rcyeske@gmail.com>
7085
7086 * rcirc.el (rcirc-keywords): New variable.
7087 (rcirc-bright-nicks, rcirc-dim-nicks): New variables.
7088 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Remove
7089 variables.
7090 (rcirc-responses-no-activity): New function.
7091 (rcirc-handler-generic): Check for responses in above.
7092 (rcirc-process-command): Add ?: character to arguments of raw
7093 server commands.
7094 (rcirc-format-response-string): Use `rcirc-bright-nicks' and
7095 `rcirc-dim-nicks'.
7096 (rcirc-gray-toggle): Remove unused variable.
7097 (rcirc-print): Remove some tracking logic, which is moved into
7098 markup functions.
7099 (rcirc-activity-types): Was `rcirc-activity-type', now a list of
7100 types.
7101 (rcirc-activity-string): Look for 'keyword in activity-types.
7102 (rcirc-window-configuration-change): Don't erase overlay-arrow
7103 unnecessarily.
7104 (rcirc-add-or-remove): New function.
7105 (rcirc-cmd-ignore): Use it.
7106 (rcirc-message-leader): Remove unused function.
7107 (rcicr-cmd-bright, rcirc-cmd-dim, rcirc-cmd-keyword): New commands.
7108 (rcirc-add-face): New function.
7109 (rcirc-facify): Use rcirc-add-face.
7110 (rcirc-url-regexp): Add parens.
7111 (rcirc-map-regexp): Remove function.
7112 (rcirc-mangle-regexp): Remove function.
7113 (rcirc-markup-text-functions): New variable.
7114 (rcirc-markup-text): New function (replaces `rcirc-mangle-text').
7115 (rcirc-markup-body-text, rcirc-markup-attributes)
7116 (rcirc-markup-my-nick, rcirc-markup-urls, rcirc-markup-keywords)
7117 (rcirc-markup-bright-nicks): New markup handler functions.
7118 (rcirc-nick-in-message-full-line): New face.
7119 (rcirc-track-nick): Rename from `rcirc-mode-line-nick'.
7120 (rcirc-track-keyword, rcirc-url, rcirc-keyword): New faces.
7121
7122 2006-09-02 Martin Rudalics <rudalics@gmx.at>
7123
7124 * cus-start.el (hscroll-margin, hscroll-step)
7125 (mode-line-in-non-selected-windows, mouse-autoselect-window)
7126 (x-use-underline-position-properties): Change version to "22.1"
7127 since they will appear there for the first time.
7128
7129 2006-09-01 Chong Yidong <cyd@stupidchicken.com>
7130
7131 * imenu.el (imenu-update-menubar): Use buffer-chars-modified-tick.
7132
7133 2006-08-31 Richard Stallman <rms@gnu.org>
7134
7135 * cus-edit.el (custom-save-variables): Slight cleanup.
7136 (Custom-no-edit): Renamed from custom-no-edit.
7137 (Custom-newline): Renamed from custom-newline.
7138 (custom-mode-map): Use new names.
7139
7140 * emacs-lisp/easy-mmode.el (define-minor-mode): Reference manual
7141 about customization, rather than M-x customize, in the doc string
7142 made for the defcustom.
7143
7144 * emacs-lisp/trace.el (trace-function-background): Doc fix.
7145
7146 2006-08-31 Romain Francoise <romain@orebokech.com>
7147
7148 * dired-x.el (dired-guess-shell-alist-default): Update.
7149
7150 2006-08-31 Michael Mauger <mmaug@yahoo.com>
7151
7152 * custom.el (custom-theme-set-variables): Autoload packages before
7153 sorting the variables.
7154
7155 2006-08-30 Michael Kifer <kifer@cs.stonybrook.edu>
7156
7157 * viper-cmd.el (viper-special-read-and-insert-char): Convert events to
7158 chars if XEmacs.
7159 (viper-after-change-undo-hook): Check if undo-in-progress is bound.
7160
7161 2006-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * progmodes/python.el (python-eldoc-function): Re-enable quit while
7164 waiting for process.
7165
7166 2006-08-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7167
7168 * term/mac-win.el (mac-string-to-utxt): If adjustment for MacJapanese
7169 results in ASCII-only string, encode original one directly.
7170
7171 2006-08-29 Romain Francoise <romain@orebokech.com>
7172
7173 * startup.el (normal-splash-screen, fancy-splash-screens):
7174 Make buffer read-only and arrange to enter view mode if necessary.
7175
7176 2006-08-29 Chong Yidong <cyd@stupidchicken.com>
7177
7178 * hl-line.el (hl-line): New face.
7179 (hl-line-face): Use it.
7180
7181 * image-mode.el (image-mode): Fix last fix.
7182 Suggested by Kim F. Storm.
7183
7184 2006-08-29 Michael Albinus <michael.albinus@gmx.de>
7185
7186 Sync with Tramp 2.0.54.
7187
7188 * net/tramp.el (tramp-convert-file-attributes): Call `eql' instead
7189 of `=', because `tramp-get-remote-gid' might not always return an
7190 integer when expected.
7191 (tramp-register-file-name-handlers): `partial-completion-mode' is
7192 unknown to XEmacs.
7193 (tramp-time-diff): Don't use `floor', it might fail for large
7194 differences.
7195 (tramp-handle-make-auto-save-file-name): For Emacs 21, set
7196 `tramp-auto-save-directory' if unset in order to guarantee unique
7197 auto-save file names.
7198
7199 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7200
7201 * image-mode.el (image-mode): Display image as text on a terminal.
7202
7203 2006-08-28 Stefan Monnier <monnier@iro.umontreal.ca>
7204
7205 * progmodes/python.el (python-send-command): Simplify.
7206 (run-python): Don't generate a new buffer unless `new' was specified.
7207 Make sure we send `import emacs' to the proper process.
7208
7209 * progmodes/python.el (python-send-command): Don't wait for the command
7210 to terminate. Don't fiddle with compilation-parsing-end.
7211
7212 2006-08-28 Chong Yidong <cyd@stupidchicken.com>
7213
7214 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
7215 Insert commentary after first line summary.
7216
7217 * woman.el (woman-follow): New function, based on `man-follow'.
7218 (woman-mode-map): Use it.
7219
7220 * ibuffer.el (ibuffer-do-sort-by-recency): Perform full update
7221 since ibuffer-do-sort-by-recency does not define a sorter.
7222
7223 2006-08-28 Kim F. Storm <storm@cua.dk>
7224
7225 * find-dired.el (find-dired): Use shell-quote-argument to properly
7226 escape ( and ) args. Also use it on {} and ; args in default
7227 value of find-ls-option string.
7228 (find-grep-dired): Use shell-quote-argument on {} and ; args.
7229
7230 2006-08-27 Michael Olson <mwolson@gnu.org>
7231
7232 * emacs-lisp/tq.el: Small grammar fix in comments.
7233 (tq-enqueue): Check for existence of queue rather than the
7234 head queue item's question, which was a no-op.
7235 (tq-filter, tq-process-buffer): Make sure the process buffer
7236 exists before making it the current buffer.
7237
7238 2006-08-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7239
7240 * term/mac-win.el (mac-apple-event-map): Rename hicommand to hi-command.
7241 (mac-dnd-drop-data): Apply 2006-08-22 change for x-dnd-drop-data.
7242 (special-event-map): Apply 2006-08-16 change for x-win.el.
7243
7244 2006-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
7245
7246 * progmodes/python.el (python-send-receive): Wait in the
7247 process's buffer so as to check the right buffer-local variables.
7248
7249 2006-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
7250
7251 * emacs-lisp/checkdoc.el: Remove * in defcustoms.
7252 (defgroup checkdoc): Move to beginning.
7253
7254 * progmodes/python.el (python-preoutput-skip-next-prompt): New var.
7255 (python-preoutput-continuation): Remove.
7256 (python-preoutput-filter): Simplify correspondingly.
7257 Remove handling of _emacs_ok. Make sure we skip _emacs_out's prompts.
7258 Loop around to catch embedded _emacs_out output.
7259 (run-python): Send the import&print command on a single line.
7260 (python-send-command): Send command&print on a single line.
7261 (python-send-string): Only add double \n if needed.
7262 (python-send-receive): Loop until the result comes.
7263 (python-mode-running): Defvar it.
7264 (python-setup-brm): Remove unused var `menu'.
7265 Only bind py-mode-map and `features' around brm-init.
7266 (python-calculate-indentation): Remove unused var `point'.
7267 (python-beginning-of-defun): Remove unused var `def-line'.
7268
7269 2006-08-25 Richard Stallman <rms@gnu.org>
7270
7271 * kmacro.el (kmacro-repeat-on-last-key): Doc fix.
7272
7273 2006-08-25 Michael Kifer <kifer@cs.stonybrook.edu>
7274
7275 * viper.el (viper-set-hooks): Use frame bindings for
7276 viper-vi-state-cursor-color.
7277 (viper-non-hook-settings): Don't set default
7278 mode-line-buffer-identification.
7279
7280 * viper-util.el (viper-set-cursor-color-according-to-state): New fun.
7281 (viper-set-cursor-color-according-to-state)
7282 (viper-get-saved-cursor-color-in-replace-mode)
7283 (viper-get-saved-cursor-color-in-insert-mode): Make conditional on
7284 viper-emacs-state-cursor-color.
7285
7286 * viper-cmd.el (viper-envelop-ESC-key): Bug fix.
7287 (viper-undo): Use point if undo-beg-posn is nil.
7288 (viper-insert-state-post-command-sentinel, viper-change-state-to-emacs)
7289 (viper-after-change-undo-hook): Don't use
7290 viper-emacs-state-cursor-color by default.
7291 (viper-undo): More sensible positioning after undo.
7292
7293 * viper-ex.el (ex-splice-args-in-1-letr-cmd): Get rid of caddr.
7294 (viper-emacs-state-cursor-color): Default to nil, since this feature
7295 doesn't work well yet.
7296
7297 * ediff-mult.el (ediff-intersect-directories)
7298 (ediff-get-directory-files-under-revision, ediff-dir-diff-copy-file):
7299 always expand filenames.
7300
7301 2006-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
7302
7303 * tumme.el: Remove * in defcustoms's docstrings.
7304
7305 2006-08-24 Chong Yidong <cyd@stupidchicken.com>
7306
7307 * emacs-lisp/timer.el (timer-set-idle-time, run-with-idle-timer):
7308 Accept internal time format for SECS arg.
7309 (timer-relative-time): Doc fix.
7310
7311 * jit-lock.el: "Stealth fontification by requeuing timers" patch,
7312 adapted from Martin Rudalics.
7313 (jit-lock-stealth-repeat-timer, jit-lock-stealth-buffers): New vars.
7314 (jit-lock-mode): Create jit-lock-stealth-repeat-timer.
7315 (jit-lock-stealth-fontify): Reschedule as a idle timer instead of
7316 using sit-for.
7317
7318 2006-08-24 Francesc Rocher <francesc.rocher@gmail.com>
7319
7320 * cus-start.el (all): Add `overline-margin' and
7321 `x-underline-at-descent-line'.
7322
7323 2006-08-24 Kim F. Storm <storm@cua.dk>
7324
7325 * progmodes/grep.el (grep-find-use-xargs): Use explicit value `exec'
7326 to mean "use find -exec"; nil now unambiguously means auto-detect.
7327 (grep-compute-defaults): Set grep-find-use-xargs to `exec' if not `gnu'.
7328 Use shell-quote-argument to build grep-find-command and
7329 grep-find-template.
7330 (rgrep): Use shell-quote-argument to properly quote arguments to find.
7331 Reported by Tom Seddon.
7332
7333 2006-08-23 Chong Yidong <cyd@stupidchicken.com>
7334
7335 * startup.el (fancy-splash-head): Give instructions for dismissing
7336 the splash screen for default startup too.
7337 (display-startup-echo-area-message, fancy-splash-screens)
7338 (use-fancy-splash-screens-p): New arg hide-on-input. If nil, show
7339 all splash text at once and keep the splash buffer around.
7340 (command-line-1): Give display-startup-echo-area-message a t arg.
7341
7342 2006-08-23 Carsten Dominik <dominik@science.uva.nl>
7343
7344 * textmodes/org.el (org-follow-gnus-link): Make sure the dedicated
7345 gnus frame is selected.
7346
7347 2006-08-23 Nick Roberts <nickrob@snap.net.nz>
7348
7349 * progmodes/gdb-ui.el (gdb-starting): Reset gdb-signalled to nil.
7350
7351 2006-08-22 Kim F. Storm <storm@cua.dk>
7352
7353 * ido.el (ido-set-matches-1): Fix full matching for subdirs.
7354 Add suffix matching for subdirs.
7355
7356 2006-08-22 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
7357
7358 * x-dnd.el (x-dnd-drop-data): Don't call goto-char if
7359 mouse-yank-at-point is non-nil.
7360
7361 2006-08-22 Nick Roberts <nickrob@snap.net.nz>
7362
7363 * progmodes/gdb-ui.el (gdb-frame-memory-buffer): Make frame
7364 a bit wider and remove fringes to fit initial output on line.
7365
7366 2006-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
7367
7368 * frame.el (blink-cursor-end): Only ignore the error we care about.
7369 (blink-cursor-mode): Use blink-cursor-end to simplify the code.
7370
7371 2006-08-21 Richard Stallman <rms@gnu.org>
7372
7373 * whitespace.el (whitespace-cleanup): Doc fix.
7374
7375 2006-08-20 Ryan Yeske <rcyeske@gmail.com>
7376
7377 * net/rcirc.el (rcirc-show-maximum-output): New var.
7378 (rcirc-buffer-process): If no buffer argument is supplied, use
7379 current-buffer.
7380 (rcirc-complete-nick): Complete to the last completed nick first.
7381 (rcirc-mode): Preserve the value of `rcirc-urls' across
7382 connections. Setup scroll function.
7383 (rcirc-scroll-to-bottom): New function.
7384 (rcirc-print): Use nick syntax around regexp work.
7385 Notice dim-nicks speaking only if they say our nick.
7386 (rcirc-update-activity-string): Do not show the modeline indicator
7387 if there are no live rcirc processes.
7388 (rcirc-cmd-ignore): Ignore case.
7389 (rcirc-browse-url-at-point): Fix off-by-one error.
7390
7391 2006-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7392
7393 * progmodes/python.el: Remove * in defcustom docstrings.
7394 (run-python, python-proc, python-try-complete): Use derived-mode-p.
7395 (python-mode): Set tab-width and indent-tabs-mode.
7396
7397 2006-08-20 Dave Love <fx@gnu.org>
7398
7399 * progmodes/python.el: Update to Dave Love's latest version.
7400 (python-font-lock-keywords, python-mode): Don't use
7401 font-lock-syntax-table, but match symbol elements explicitly instead.
7402 (python-mode-map): Add help, and a few more key bindings.
7403 (python-skip-comments/blanks): Move out of comments as well.
7404 (python-continuation-line-p): Behave better with unbalanced parens.
7405 (python-blank-line-p): New fun.
7406 (python-open-block-statement-p): Don't use a heuristic.
7407 (python-outdent-p): Better handle blocks-in-the-same-line.
7408 (python-calculate-indentation): Misc improvements.
7409 (python-comment-indent): Remove.
7410 (python-block-pairs): New var.
7411 (python-first-word): New fun.
7412 (python-indentation-levels): Handle more common cases.
7413 (python-indent-line-1): Add `leave' argument.
7414 (python-indent-region): New fun.
7415 (python-skip-out): New fun.
7416 (python-beginning-of-statement, python-end-of-statement): Use it.
7417 (python-next-statement): Return correct count even at eob.
7418 (python-end-of-block): Fix paren-typo.
7419 (python-imenu-create-index): Add module variables.
7420 (run-python): Add `new' arg.
7421 Check we're at a prompt before returning.
7422 (python-send-command): Move to end of buffer.
7423 Wait for prompt to return.
7424 (python-set-proc): New fun.
7425 (python-imports): New var.
7426 (python-describe-symbol): Use it. Adjust to new interface of `ehelp'.
7427 (python-eldoc-function): Try to move out of arg list.
7428 (python-outline-level): Offset by 1.
7429 (python-find-imports): New fun.
7430 (python-symbol-completions): Use python-imports.
7431 (python-module-path, ffap-alist): Add support for ffap.
7432 (python-skeletons, python-mode-abbrev-table, def-python-skeleton)
7433 (python-insert-*, python-default-template, python-expand-template):
7434 Add templates/skeletons.
7435 (python-setup-brm): Support for Bicycle Repair Man.
7436 (python-abbrev-syntax-table): New var.
7437 (python-abbrev-pc-hook, python-pea-hook): New funs.
7438
7439 2006-08-20 Chong Yidong <cyd@stupidchicken.com>
7440
7441 * frame.el (blink-cursor-start): Set timer first.
7442 (blink-cursor-end): Ignore timer cancelling errors.
7443 Suggested by Ken Manheimer.
7444
7445 2006-08-20 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * newcomment.el (comment-box): Call `comment-normalize-vars'.
7448 Add autoload cookie.
7449
7450 2006-08-20 Richard Stallman <rms@gnu.org>
7451
7452 * simple.el (line-number-at-pos): Doc fix.
7453
7454 * emacs-lisp/timer.el (run-with-idle-timer): Pass t to
7455 timer-activate-when-idle, so timer can run before Emacs becomes
7456 non-idle again.
7457
7458 2006-08-18 Yoni Rabkin Katzenell <yoni-r@actcom.com> (tiny change)
7459
7460 * whitespace.el (whitespace-cleanup-internal): New optional arg
7461 REGION-ONLY. If it's non-nil, modify the message to the user
7462 accordingly.
7463 (whitespace-cleanup-region): Call whitespace-cleanup-internal with
7464 a non-nil argument.
7465
7466 2006-08-18 Gustav H\e,Ae\e(Bllberg <gustav@gmail.com> (tiny change)
7467
7468 * rect.el (spaces-string): Simplify and add doc string.
7469
7470 2006-08-17 Romain Francoise <romain@orebokech.com>
7471
7472 * progmodes/gdb-ui.el (gdb-edit-locals-value): Balance parens.
7473
7474 2006-08-17 Richard Stallman <rms@gnu.org>
7475
7476 * compare-w.el (compare-windows): lambda's take an arg and pass
7477 it to compare-windows-skip-whitespace.
7478
7479 2006-08-17 Martin Rudalics <rudalics@gmx.at>
7480
7481 * jit-lock.el (jit-lock-fontify-now): Protect the modified status of
7482 the right buffer.
7483
7484 2006-08-17 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * pcvs-parse.el (cvs-parse-table): Accept the new `...' format for
7487 removed files.
7488
7489 2006-08-17 Nick Roberts <nickrob@snap.net.nz>
7490
7491 * progmodes/gdb-ui.el (gdb-locals-watch-map)
7492 (gdb-locals-watch-map-1): Suppress keymap first.
7493 (gdb-edit-locals-map-1): New variable.
7494 (gdb-edit-locals-value): New function.
7495 (gdb-stack-list-locals-handler): Use them.
7496
7497 2006-08-16 Stefan Monnier <monnier@iro.umontreal.ca>
7498
7499 * mouse.el (global-map): Allow yanking with mouse-2 at a spot whose
7500 cursor would normally be drawn in the fringe.
7501
7502 * font-lock.el (font-lock-extend-region-wholelines): Fix up typo.
7503 Reported by Martin Rudalics <rudalics@gmx.at>.
7504
7505 2006-08-16 Richard Stallman <rms@gnu.org>
7506
7507 * term/x-win.el (x-clipboard-yank): Specify * in interactive spec.
7508 (special-event-map): Process drag-n-drop events this way.
7509
7510 * simple.el (move-beginning-of-line): Test whether fields
7511 would prevent motion back to line's first visible character.
7512 If so, stop where the fields would stop the motion.
7513
7514 * newcomment.el (comment-indent): Fully update INDENT
7515 before checking to see if it will change the text.
7516
7517 * cus-edit.el (custom-newline): New function.
7518 (custom-mode-map): Bind newline to custom-newline.
7519
7520 * compare-w.el (compare-windows): Factor compare-ignore-whitespace
7521 into ignore-whitespace.
7522 Check each buffer for its skip-function.
7523 Handle compare-windows-skip-whitespace special-case test
7524 by returning t from default skip function.
7525
7526 2006-08-15 Carsten Dominik <dominik@science.uva.nl>
7527
7528 * textmodes/org.el (org-clock-special-range)
7529 (org-clock-update-time-maybe): New functions.
7530 (org-stamp-time-of-day-regexp): Allow weekday to be of word chars,
7531 not only a-z.
7532 (org-agenda-get-blocks): Allow multiple blocks per headline.
7533 (org-timestamp-change): Call `org-clock-update-time-maybe'.
7534 (org-export-html-title-format)
7535 (org-export-html-toplevel-hlevel): New options.
7536 (org-export-language-setup): Add support for Czech.
7537 (org-mode, org-insert-todo-heading, org-find-visible)
7538 (org-find-invisible, org-invisible-p, org-invisible-p2)
7539 (org-back-to-heading, org-on-heading-p, org-up-heading-all)
7540 (org-show-subtree, org-show-entry, org-make-options-regexp):
7541 Remove compatibility support for old outline-mode.
7542 (org-check-occur-regexp): Funtion removed.
7543 (org-on-heading-p, org-back-to-heading): Made defalias.
7544 (org-set-local): New defsubst.
7545 (org-set-regexps-and-options, org-mode)
7546 (org-set-font-lock-defaults, org-edit-agenda-file-list)
7547 (org-timeline, org-agenda-list, org-todo-list, org-tags-view)
7548 (org-remember-apply-template, org-table-edit-field)
7549 (org-table-edit-formulas, orgtbl-mode, org-export-as-ascii)
7550 (org-set-autofill-regexps): Use `org-set-local'.
7551 (org-table-eval-formula): Fix bug with parsing of display flags.
7552
7553 2006-08-15 Nick Roberts <nickrob@snap.net.nz>
7554
7555 * progmodes/gdb-ui.el (gdb-info-stack-custom): Indicate selected
7556 frame with fringe arrow. Suggested by Simon Marshall
7557 <simon.marshall@misys.com>.
7558 (gdb-stack-position): New variable.
7559 (gdb-starting, gdb-exited): Reset gdb-stack-position to nil.
7560 (gdb-frames-mode): Set gdb-stack-position to nil.
7561 Add to overlay-arrow-variable-list
7562 (gdb-reset): Delete gdb-stack-position from above list.
7563
7564 2006-08-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7565
7566 * term/x-win.el (menu-bar-edit-menu): Disable paste if buffer is
7567 read only.
7568
7569 2006-08-13 Romain Francoise <romain@orebokech.com>
7570
7571 * cus-theme.el (customize-create-theme)
7572 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
7573
7574 * filesets.el (filesets-add-buffer): Ditto.
7575
7576 * pcvs.el (cvs-change-cvsroot): Ditto.
7577
7578 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
7579
7580 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
7581 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
7582 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
7583 expressions.
7584 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
7585 Only search till end of line.
7586 Add face to function names in case of no filename.
7587 Add face to variable names of watchpoints.
7588
7589 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
7590
7591 * cus-start.el <indent-tabs-mode>: Move to the `indent'
7592 customization group.
7593
7594 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
7595
7596 * allout.el (allout-prior-bindings, allout-added-bindings):
7597 Remove, after long deprecation.
7598 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
7599 Add customization vars controlling allout-beginning-of-line and
7600 allout-end-of-line conveniences.
7601 (allout-header-prefix, allout-use-mode-specific-leader)
7602 (allout-use-mode-specific-leader, allout-mode-leaders):
7603 Revise docstrings.
7604 (allout-infer-header-lead): Change to be an alias for
7605 allout-infer-header-lead-and-primary-bullet.
7606 (allout-infer-header-lead-and-primary-bullet): New version of
7607 allout-infer-header-lead which assigns the primary bullet to the
7608 same as the header lead, when its being changed.
7609 (allout-infer-body-reindent): Apply regexp-quote instead of
7610 unconditionally prepending "\\", so that all literal
7611 allout-header-prefix and allout-primary-bullet strings are
7612 properly handled.
7613 (allout-add-resumptions): Add optional qualifier for extending or
7614 appending to existing values, rather than replacing them.
7615 (allout-view-change-hook): Clarify docstring.
7616 (allout-exposure-change-hook): Take explicit arguments, via
7617 run-hook-with-args.
7618 (allout-structure-added-hook)
7619 (allout-structure-deleted-hook)
7620 (allout-structure-shifted-hook): New hooks analogous to
7621 allout-exposure-change-hook for other kinds of structural outline
7622 edits.
7623 (allout-encryption-plaintext-sanitization-regexps): New encryption
7624 customization variable, by which cooperating modes can provde
7625 massage of the plaintext without actually being passed it.
7626 (allout-encryption-ciphertext-rejection-regexps)
7627 (allout-encryption-ciphertext-rejection-ceiling): New encryption
7628 customization variables, by which cooperating modes can prohibit
7629 rare but possible ciphertext patterns from fouling their
7630 operation, with actually being passed the ciphertext.
7631 (allout-mode): Run activation and deactivation hooks after the
7632 minor-mode variable has been toggled, to clarify the mode
7633 disposition. The new encryption ciphertext rejection variable is
7634 used to ensure that the ciphertext does not contain text that
7635 would be recognized as outline structural elements by allout.
7636 Substite allout-beginning-of-line and allout-end-of-line for
7637 conventionall beginning-of-line and end-of-line bindings.
7638 If allout-old-style-prefixes is non-nil, don't nullify it on mode
7639 activation!
7640 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
7641 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
7642 (allout-chart-subtree): Implement new mode, charting only the
7643 visible items in the subtree, when new 'visible' parameter is non-nil.
7644 (allout-end-of-subtree): Properly handle the last item in the buffer.
7645 (allout-pre-command-business, allout-command-counter):
7646 Increment an advertised counter so that cooperating enhancements can
7647 track revisions of items.
7648 (allout-open-topic): Run allout-structure-added-hook with suitable
7649 arguments.
7650 (allout-shift-in): Run allout-structure-shifted-hook with suitable
7651 arguments.
7652 (allout-shift-out): Fix doubling for negative args and ensure call
7653 of allout-structure-shifted-hook by solely using allout-shift-in.
7654 (allout-kill-line, allout-kill-topic):
7655 Run allout-structure-deleted-hook with suitable arguments.
7656 (allout-yank-processing): Run allout-structure-added-hook with
7657 proper arguments.
7658 (allout-yank): Enclose activity in allout-unprotected.
7659 (allout-flag-region): Run allout-exposure-change-hook with
7660 suitable arguments, instead of making the callee infer the arguments.
7661 (allout-encrypt-string):
7662 Support allout-encryption-plaintext-sanitization-regexps,
7663 allout-encryption-ciphertext-rejection-regexps, and
7664 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
7665 en/de cryption mode in symmetric encryption failure message.
7666 (allout-obtain-passphrase): Use copy-sequence to get a distinct
7667 copy of the passphrase, and don't zero it or we'll corrupt the
7668 stashed copy.
7669 (allout-create-encryption-passphrase-verifier)
7670 (allout-verify-passphrase): Respect the new signature for
7671 allout-encrypt-string.
7672 (allout-get-configvar-values): Convenience for getting a
7673 configuration variable value and handling its absence gracefully.
7674
7675 2006-08-11 Romain Francoise <romain@orebokech.com>
7676
7677 * obsolete/zone-mode.el: Delete.
7678
7679 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
7682
7683 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
7684
7685 * emacs-lisp/bindat.el (bindat-ip-to-string):
7686 Use `format-network-address' if possible.
7687
7688 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7689
7690 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
7691
7692 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
7693
7694 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
7695 restore unread-command-events here.
7696 (edebug-display): Do it here, to detect sit-for interruptions.
7697
7698 2006-08-10 Romain Francoise <romain@orebokech.com>
7699
7700 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
7701 (dns-mode-soa-auto-increment-serial): New user option.
7702 (dns-mode-soa-maybe-increment-serial): New function.
7703 (dns-mode): Add the latter to `write-contents-functions'.
7704
7705 * obsolete/zone-mode.el: Move to obsolete/ from net/.
7706 Delete autoload cookies.
7707
7708 2006-08-10 John Wiegley <johnw@newartisans.com>
7709
7710 * eshell/em-glob.el (eshell-glob-chars-list)
7711 (eshell-glob-translate-alist): Add support for [^g] in character globs.
7712
7713 2006-08-10 Richard Stallman <rms@gnu.org>
7714
7715 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
7716 (facemenu-set-face): Doc fix.
7717 (facemenu-listed-faces): Doc fix.
7718
7719 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
7720
7721 * avoid.el (mouse-avoidance-animating-pointer): New var.
7722 (mouse-avoidance-nudge-mouse): Use it.
7723 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
7724 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
7725 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
7726 Don't activate if currently animating. All callers changed.
7727
7728 2006-08-09 John Wiegley <johnw@newartisans.com>
7729
7730 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
7731 variable, which causes timeclock to report elapsed time worked,
7732 instead of just work remaining.
7733
7734 2006-08-09 Kenichi Handa <handa@m17n.org>
7735
7736 * international/latexenc.el (latexenc-find-file-coding-system):
7737 Fix for the case that the 2nd element of arg-list is a cons.
7738
7739 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
7740
7741 * info.el (Info-fontify-node): Handle preceding `in' for note
7742 reference hiding rules.
7743
7744 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
7745
7746 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
7747 mistake a closing " for an opening one.
7748
7749 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
7750
7751 * term/xterm.el (terminal-init-xterm): Add more key bindings.
7752
7753 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * complete.el (PC-do-completion): Filter out completions matching
7756 completion-ignored-extensions before checking whether there are
7757 multiple completions.
7758 Don't use `list' unnecessarily when building completion tables.
7759
7760 2006-08-06 Richard Stallman <rms@gnu.org>
7761
7762 * help.el (describe-mode): Make minor mode list more concise.
7763
7764 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
7765
7766 * bindings.el: Give mode-line-format, mode-line-modes, and
7767 mode-line-position `standard-value' properties.
7768
7769 2006-08-05 Eli Zaretskii <eliz@gnu.org>
7770
7771 * buff-menu.el (list-buffers-noselect): For Info buffers, use
7772 "(file)node" instead of the file name.
7773
7774 2006-08-05 Richard Stallman <rms@gnu.org>
7775
7776 * faces.el (escape-glyph): Doc fix.
7777
7778 2006-08-04 Kenichi Handa <handa@m17n.org>
7779
7780 * international/mule-diag.el (describe-font): Improve docstring
7781 and error message. Use frame-parameter (not frame-parameters).
7782
7783 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7784
7785 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
7786 Correctly mark the end-of-docstring char.
7787
7788 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
7789
7790 * simple.el (line-move-to-column): Constrain move-to-column to
7791 current field.
7792
7793 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * font-lock.el (font-lock-beg, font-lock-end)
7796 (font-lock-extend-region-functions): New vars.
7797 (font-lock-extend-region-multiline)
7798 (font-lock-extend-region-wholelines): New functions.
7799 (font-lock-default-fontify-region): Use them.
7800 (font-lock-extend-jit-lock-region-after-change): Only round up
7801 if font-lock-default-fontify-region will do it as well.
7802
7803 * font-lock.el (font-lock-extend-after-change-region-function):
7804 Rename from font-lock-extend-region-function.
7805 (font-lock-extend-region): Remove by inlining at call sites.
7806 (font-lock-after-change-function): Don't needlessly round up to a whole
7807 number of lines.
7808 (font-lock-extend-jit-lock-region-after-change): Be more careful about
7809 the boundary conditions and the interactions between the various ways
7810 to extend the region.
7811
7812 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7813
7814 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
7815 modification status when forcing the second redisplay.
7816
7817 2006-08-03 Kim F. Storm <storm@cua.dk>
7818
7819 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
7820
7821 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
7822
7823 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
7824 doesn't look like a file name.
7825
7826 * complete.el (PC-expand-many-files): Avoid signalling an error when
7827 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
7828
7829 2006-08-02 Andreas Schwab <schwab@suse.de>
7830
7831 * bindings.el (mode-line-format): Simplify reference to vc-mode.
7832
7833 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7834
7835 * bindings.el (map): Make mode-line-buffer-identification-keymap
7836 before defining propertized-buffer-identification.
7837
7838 2006-08-01 Richard Stallman <rms@gnu.org>
7839
7840 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
7841
7842 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
7843
7844 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
7845 default value.
7846 (gdb-find-source-frame): New function.
7847 (menu): Add to menu bar.
7848
7849 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
7850
7851 * font-core.el (font-lock-extend-region-function)
7852 (font-lock-extend-region): Move to font-lock.el.
7853
7854 * font-lock.el (font-lock-extend-region-function)
7855 (font-lock-extend-region): Move from font-core.el. Simplify.
7856
7857 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
7858 if needed.
7859 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
7860 (jit-lock-after-change-extend-region-functions): New hook.
7861 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
7862
7863 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
7864 (font-lock-turn-on-thing-lock): Use it.
7865
7866 * longlines.el (longlines-show-region): Make it work on read-only
7867 buffers as well.
7868
7869 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
7870
7871 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
7872
7873 2006-07-31 Richard Stallman <rms@gnu.org>
7874
7875 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
7876 (vhdl-speedbar-display-projects): Update old obsolete
7877 speedbar variable names.
7878
7879 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
7880
7881 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
7882 (gdb-stopped): Use it.
7883
7884 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
7885
7886 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
7887
7888 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
7889 for load-history elements.
7890
7891 2006-07-29 Eli Zaretskii <eliz@gnu.org>
7892
7893 * files.el (convert-standard-filename): For Cygwin, replace
7894 characters not allowed in Windows file names.
7895 (make-auto-save-file-name): Add Cygwin to the list of systems
7896 where the auto-save file name needs to be run through
7897 convert-standard-filename.
7898
7899 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
7900
7901 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
7902
7903 2006-07-28 Richard Stallman <rms@gnu.org>
7904
7905 * bindings.el (mode-line-frame-identification)
7906 (propertized-buffer-identification): Centralize the code
7907 to initialize the variable.
7908
7909 * progmodes/grep.el (grep-default-command): Catch errors from
7910 wildcard-to-regexp.
7911
7912 2006-07-29 Kim F. Storm <storm@cua.dk>
7913
7914 * progmodes/grep.el (grep-tag-default): New function.
7915 (grep-default-command, grep-read-regexp): Use it.
7916 (grep-read-files): Use car of grep-files-history or grep-files-aliases
7917 as default if nothing else applies.
7918
7919 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
7920
7921 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
7922 Throw error if buffer is not in Dired and Wdired mode, respectively.
7923
7924 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
7925
7926 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
7927 self-insert-command keys don't activate buttons.
7928 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
7929
7930 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
7931
7932 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
7933 faces for enable character.
7934
7935 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7936
7937 * Makefile.in (recompile): Update comment to reflect change
7938 on 2004-04-21.
7939
7940 2006-07-27 Richard Stallman <rms@gnu.org>
7941
7942 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
7943 (customize-package-emacs-version): Change msg when pkg has no entry.
7944 (custom-no-edit): On a button, do like widget-button-press.
7945
7946 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
7947
7948 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
7949 S-tab and C-S-tab.
7950
7951 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
7952
7953 * progmodes/which-func.el (which-function): Fix documentation/
7954 comment typo.
7955
7956 2006-07-26 Richard Stallman <rms@gnu.org>
7957
7958 * textmodes/ispell.el (ispell-word): If we replace the word,
7959 move point to the end. Insert before deleting.
7960
7961 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
7962
7963 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
7964 a timer.
7965
7966 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
7967
7968 * tumme.el (tumme-backward-image): Add prefix argument. Add error
7969 when at first image.
7970 (tumme-forward-image): Add prefix argument. Add error when at last
7971 image.
7972
7973 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
7974
7975 * tabify.el (tabify-regexp): Use more specific regexps.
7976 (tabify): Avoid modifying the buffer unnecessarily.
7977
7978 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
7979
7980 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
7981 (tumme-format-properties-string): Handle empty `buf'.
7982 (tumme-get-comment): Change variable names inside `let'.
7983 Add missing `let' variable that cause font-lock problems.
7984 (tumme-write-comments): Change variable names inside `let'.
7985 Add missing `let' variable that cause font-lock problems.
7986 (tumme-forward-image): Rename from `tumme-forward-char'.
7987 (tumme-backward-image): Rename from `tumme-backward-char'.
7988
7989 2006-07-25 Masatake YAMATO <jet@gyve.org>
7990
7991 * progmodes/ld-script.el (ld-script-keywords)
7992 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
7993 and add comments.
7994
7995 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
7996
7997 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
7998 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
7999 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
8000 for status indicator.
8001
8002 2006-07-24 Richard Stallman <rms@gnu.org>
8003
8004 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
8005
8006 * subr.el (dolist, dotimes): Use interned symbols for locals.
8007 (--dotimes-limit--, --dolist-tail--): New defvars.
8008 (looking-back): Doc fix.
8009
8010 * replace.el (replace-match-string-symbols): Handle dotted lists.
8011
8012 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8013
8014 * tumme.el (tumme-write-tags): Add.
8015 (tumme-write-comments): Add.
8016 (tumme-tag-files): Change to use `tumme-write-tags'.
8017 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
8018 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
8019 (tumme-save-information-from-widgets): Change to use
8020 `tumme-write-comments' and `tumme-write-tags'.
8021 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
8022 (tumme-write-tag): Remove.
8023 (tumme-write-comment): Remove.
8024 (tumme-display-previous-thumbnail-original): Remove empty line.
8025 (tumme-widget-list): Add punctuation.
8026
8027 2006-07-24 Mathias Dahl <mathias.dahl@gmail.com>
8028
8029 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
8030
8031 2006-07-24 Daiki Ueno <ueno@unixuser.org>
8032
8033 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
8034 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
8035 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
8036
8037 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
8038
8039 * mouse.el (mouse-on-link-p): Doc fix.
8040
8041 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
8042
8043 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8044 Handle "C-h f `".
8045
8046 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
8047
8048 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
8049 column.
8050
8051 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
8052
8053 * textmodes/table.el: Add move-beginning-of-line and
8054 move-end-of-line to Point Motion Only Group.
8055
8056 2006-07-22 Eric Hanchrow <offby1@blarg.net> (tiny change)
8057
8058 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
8059
8060 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
8061
8062 * startup.el (user-mail-address): Initialize from the `EMAIL'
8063 environment variable first. Document this.
8064 (command-line): Ditto.
8065
8066 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
8067
8068 * help-mode.el (help-function-def, help-variable-def)
8069 (help-face-def): Print a message in the minibuffer.
8070
8071 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
8072
8073 * term/xterm.el (terminal-init-xterm): Fix key bindings
8074 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
8075
8076 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8077
8078 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
8079 where `(nth 1 command)' is a cons cell. Doc fix.
8080
8081 * textmodes/po.el (po-find-charset): Doc fix.
8082
8083 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
8084
8085 * allout.el (allout-unprotected, allout-e-o-prefix-p)
8086 (allout-beginning-of-current-line, allout-end-of-current-line)
8087 (allout-next-visible-heading, allout-open-topic)
8088 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
8089 (allout-flag-current-subtree, allout-show-to-offshoot)
8090 (allout-hide-current-entry, allout-show-current-branches)
8091 (allout-hide-region-body, allout-old-expose-topic)
8092 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
8093 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
8094 containing `beginning-of-line' and `end-of-line' with
8095 `inhibit-field-text-motion' t.
8096
8097 2006-07-21 Eli Zaretskii <eliz@gnu.org>
8098
8099 * frame.el (focus-follows-mouse): Document that it doesn't have
8100 any effect on MS-Windows.
8101
8102 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
8103
8104 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
8105
8106 2006-07-20 Jay Belanger <belanger@truman.edu>
8107
8108 * calc.el (calc-previous-alg-entry): Remove variable.
8109
8110 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
8111 New variables.
8112 (calc-alg-entry): Use `calc-alg-entry-history'.
8113 (calc-do-quick-calc): Use `calc-quick-calc-history'.
8114 Remove reference to `calc-previous-alg-entry'.
8115 (calcAlg-edit, calcAlg-enter): Remove reference to
8116 `calc-previous-alg-entry'.
8117 (calcAlg-previous): Use `previous-history-element' instead of
8118 `calc-previous-alg-entry'.
8119 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
8120 Change keybinding for `calcAlg-plus-minus', add keybindings for
8121 `previous-history-element' and `next-history-element'.
8122
8123 * calc-rewr.el (calc-match): Remove reference to
8124 `calc-previous-alg-entry'.
8125
8126 * calc-sel.el (calc-selection-history): New variable.
8127 (calc-enter-selection, calc-sel-mult-both-sides)
8128 (calc-sel-add-both-sides): Use `calc-selection-history'.
8129
8130 * calc-map.el (calc-get-operator-history): New variable.
8131 (calc-get-operator): Use `calc-get-operator-history'.
8132
8133 * calcalg3.el (calc-curve-fit-history): New variable.
8134 (calc-curve-fit): Use `calc-curve-fit-history'.
8135
8136 2006-07-20 Kenichi Handa <handa@m17n.org>
8137
8138 * international/mule-cmds.el (select-safe-coding-system): Fix the
8139 way of deciding eol-type of the coding system.
8140
8141 2006-07-20 Alan Mackenzie <acm@muc.de>
8142
8143 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
8144 (c-lang-setvar): New macro.
8145 (c-make-init-lang-vars-fun): Use the initialization forms in
8146 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
8147 (comment-start, comment-end, comment-start-skip): Change these from
8148 c-lang-defvar's to c-lang-setvar's.
8149
8150 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
8151 which calls make-local-variable on the elements of
8152 c-emacs-variable-inits.
8153 (c-init-language-vars-for): Call this new macro.
8154
8155 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8156
8157 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8158 Try to rule out false positives due to time stamps.
8159 (compilation-mode-font-lock-keywords): Remove rules made redundant
8160 because of the above change. Add `segmentation fault' to the known and
8161 highlighted compilation termination messages.
8162
8163 2006-07-19 Kim F. Storm <storm@cua.dk>
8164
8165 * progmodes/grep.el (grep-find-ignored-directories):
8166 Add .svn and _darcs to list.
8167
8168 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
8169
8170 * dired.el (dired-mode-map): Add key binding `C-te' for
8171 `tumme-dired-edit-comment-and-tags'.
8172
8173 * tumme.el (tumme-display-thumbnail-original-image): Make sure
8174 image display buffer is displayed before call to
8175 `tumme-display-image.
8176 (tumme-dired-display-image): Make sure image display buffer is
8177 displayed before call to `tumme-display-image.
8178 (tumme-mouse-display-image): Make sure image display buffer is
8179 displayed before call to `tumme-display-image.
8180 (tumme-widget-list): Add.
8181 (tumme-dired-edit-comment-and-tags): Add.
8182 (tumme-save-information-from-widgets): Add.
8183
8184 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8185
8186 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
8187
8188 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8189
8190 * progmodes/sh-script.el (sh-font-lock-keywords-1):
8191 Revert inadvertently installed patch hunk.
8192
8193 * progmodes/compile.el (compilation-find-file): Handle the
8194 cases where the user selects a non-existent file.
8195
8196 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
8197
8198 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
8199
8200 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8201
8202 * subr.el (sit-for): Just sleep-for if noninteractive.
8203
8204 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
8205
8206 * emacs-lisp/autoload.el (make-autoload): Use new arg.
8207
8208 * custom.el (custom-autoload): Add `noset' argument.
8209 (custom-push-theme): Don't autoload the variable, let callers do it.
8210 (custom-theme-set-variables): Autoload the variable if necessary.
8211
8212 * cus-edit.el (custom-variable-state-set): If the variable was
8213 originally set outside custom, but to the same value as the default,
8214 consider it to be standard.
8215
8216 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
8217 file *before* telling Emacs to add the autoloads, in case it fails.
8218
8219 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
8220 Use `cond', push', and `dolist'.
8221
8222 2006-07-17 Richard Stallman <rms@gnu.org>
8223
8224 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
8225 Add defvars to silence warnings.
8226
8227 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
8228
8229 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8230 Don't highlight "Compiling file" messages as error.
8231
8232 * dired-aux.el (dired-compress-file): Confirm again if gzipped
8233 file already exists.
8234
8235 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
8236
8237 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
8238 entry, don't assign to free var; simply return the extracted filename.
8239 (ff-treat-as-special): Incorporate common preamble from callers.
8240 (ff-other-file-name, ff-find-the-other-file):
8241 Update call to ff-treat-as-special.
8242
8243 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
8244
8245 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
8246
8247 * tumme.el (tumme-get-comment): Fix bug.
8248
8249 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * files.el: Remove spurious * in docstrings.
8252
8253 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8254
8255 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
8256 grammar.
8257 (allout-beginning-of-current-line): Beware beginning of buffer.
8258 Also, a comment is simplified.
8259 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
8260 when appropriate. (This fix enables use for other than
8261 bullet-hotspot operation.)
8262 (allout-hide-current-subtree): While escalating to sibling-close,
8263 make sure to situate on a topic.
8264
8265 2006-07-14 Kim F. Storm <storm@cua.dk>
8266
8267 * emulation/cua-base.el (cua-delete-selection)
8268 (cua-toggle-set-mark): New defcustoms.
8269 (cua-rectangle-modifier-key): Add `alt' modifier.
8270 (cua-replace-region): Don't delete if cua-delete-selection is nil.
8271 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
8272 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
8273
8274 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
8275
8276 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
8277
8278 * allout.el: Require 'cl during byte-compilation/interactive load,
8279 for the `assert' macro.
8280 (allout-mode-deactivate-hook): New hook, run when allout mode
8281 deactivates.
8282 (allout-developer): New allout customization subgroup.
8283 (allout-run-unit-tests-on-load): New allout-developer
8284 customization variable, when true allout unit tests are run towards
8285 end of file load/eval.
8286 (allout-inhibit-auto-fill): Disable auto-fill activity even during
8287 auto-fill-mode.
8288 (allout-resumptions): Remove, to be replaced by...
8289 (allout-add-resumptions): Register variable settings to be
8290 reinstated by `allout-do-resumptions'. The settings are made
8291 buffer-local, but the locality/globality of the suspended setting
8292 is restored on resumption.
8293 (allout-do-resumptions): Reinstate all settings suspended using
8294 `allout-add-resumptions'.
8295 (allout-test-resumptions): Unit tests (and intermediate variables)
8296 for resumptions.
8297 (allout-tests-globally-unbound, allout-tests-globally-true)
8298 (allout-tests-locally-true): Intermediate variables for
8299 resumptions unit tests.
8300 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
8301 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8302 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
8303 instead of retired `allout-resumptions'. For hook functions, use
8304 `local' parameter so hook settings are created and removed as
8305 buffer-local settings. Revise (resumptions) setting
8306 auto-fill-function so it is set only if already active. (The
8307 related fill-function settings are all made in either case, so
8308 that activating auto-fill-mode activity will have the custom
8309 allout-mode behaviors (hanging indent on topics, if configured for it).
8310 Remove all allout-exposure-category overlays on mode deactivation.
8311 (allout-hotspot-key-handler): New function extracted from
8312 `allout-pre-command-business', so the functionality can be used
8313 for other purposes, eg as a binding in an overlay.
8314 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
8315 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
8316 customization variable.
8317 (allout-run-unit-tests): Run the (currently quite small)
8318 repertoire of unit tests. Called just before the provide iff user
8319 has customized `allout-run-unit-tests-on-load' non-nil.
8320
8321 2006-07-14 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
8322
8323 * emacs-lisp/authors.el (authors-aliases): Update.
8324
8325 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
8326
8327 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
8328 gdb-source-window. Add dedicated argument.
8329 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
8330 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
8331 (gdb-display-threads-buffer, gdb-display-memory-buffer)
8332 (gdb-display-locals-buffer): Use it.
8333
8334 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
8335 Set gdb-source-window.
8336
8337 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
8338
8339 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
8340 minor modes, redundant with the custom-autoload line above.
8341
8342 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
8343
8344 * longlines.el (longlines-post-command-function): Handle open-line too.
8345
8346 2006-07-12 Richard Stallman <rms@gnu.org>
8347
8348 * progmodes/grep.el (grep-last-buffer): Doc fix.
8349
8350 * info.el (Info-try-follow-nearest-node): Doc fix.
8351
8352 * emacs-lisp/edebug.el (edebug-instrument-function):
8353 Err if find-function-noselect gives no position.
8354
8355 * emacs-lisp/find-func.el (find-function-search-for-symbol):
8356 If can't find definition, return nil for position.
8357 (find-function-do-it): Handle new return value
8358 of find-definition-noselect.
8359 (find-definition-noselect, find-variable-noselect): Doc fix.
8360 (find-function-noselect): Doc fix.
8361
8362 * help-mode.el (help-variable-def): Handle find-variable-noselect
8363 returning no position.
8364 (help-function-def): Likewise for find-function-search-for-symbol.
8365 (help-face-def): Likewise.
8366
8367 * help-fns.el (describe-variable): Handle find-variable-noselect
8368 returning no position.
8369
8370 * files.el (locate-file-completion): Avoid duplicates in result.
8371
8372 * cus-edit.el (custom-no-edit): New command.
8373 (custom-mode-map): Remap to custom-no-edit instead of
8374 using suppress-keymap.
8375
8376 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
8377
8378 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8379 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8380 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
8381
8382 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
8383
8384 2006-07-11 Kim F. Storm <storm@cua.dk>
8385
8386 * ido.el (ido-copy-current-file-name): Use buffer-name if
8387 buffer-file-name is nil.
8388
8389 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
8390
8391 * simple.el (undo-ask-before-discard): Set to nil.
8392
8393 * vc.el (vc-exec-after): Don't delete process manually.
8394 (vc-print-log): Run log-view-mode in process sentinel inside
8395 inhibit-read-only. Don't shrink window due to timing issues.
8396
8397 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
8398 Avoid using with-output-to-temp-buffer, which clobbers local vars.
8399
8400 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * progmodes/compile.el (compilation-error-regexp-alist-alist):
8403 Fix ambiguity introduced by last change.
8404 (compilation-find-file): Move save-excursion to where it may
8405 make sense. Fix a left over `find-file'.
8406
8407 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
8408
8409 * textmodes/texinfmt.el (texinfo-format-separate-node):
8410 Insert a string before point, which fits documentation, not after.
8411 (texinfo-multitable-item): In a multitable row, insert any
8412 additional needed @tabs and spaces.
8413
8414 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
8415
8416 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
8417 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
8418 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
8419 instead of shell-command.
8420 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
8421 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
8422 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
8423 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
8424 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
8425 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
8426
8427 2006-07-11 Kim F. Storm <storm@cua.dk>
8428
8429 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
8430 Remove special case for seconds < 0. Use (redisplay t) instead.
8431
8432 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
8433
8434 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
8435 avoid compilation error.
8436
8437 * subr.el (sit-for): New function.
8438
8439 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
8440
8441 2006-07-10 Richard Stallman <rms@gnu.org>
8442
8443 * ldefs-boot.el (edebug): Update page.
8444
8445 2006-07-10 Kim F. Storm <storm@cua.dk>
8446
8447 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
8448 to FOR-RELEASE and TODO.
8449
8450 2006-07-10 Romain Francoise <romain@orebokech.com>
8451
8452 * emacs-lisp/authors.el (authors-aliases): Update.
8453
8454 2006-07-10 Alan Mackenzie <acm@muc.de>
8455
8456 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
8457 * cc-mode.el: Changes to eradicate eval-after-load.
8458
8459 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
8462 on non-char events.
8463
8464 2006-07-09 Romain Francoise <romain@orebokech.com>
8465
8466 * progmodes/compile.el (compilation-mode-font-lock-keywords):
8467 Don't highlight start/end markers as compilation messages.
8468
8469 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
8470 to t.
8471
8472 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
8473
8474 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
8475
8476 2006-07-08 Richard Stallman <rms@gnu.org>
8477
8478 * term/x-win.el (x-handle-display): Add doc string.
8479
8480 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8481
8482 * subr.el (def-edebug-spec): Move here.
8483 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
8484
8485 * imenu.el (imenu-choose-buffer-index): Doc fix.
8486
8487 2006-07-08 Romain Francoise <romain@orebokech.com>
8488
8489 * term/x-win.el (x-display-name): Fix typo.
8490
8491 2006-07-08 Eli Zaretskii <eliz@gnu.org>
8492
8493 * hexl.el (hexl-find-file): Doc fix.
8494
8495 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
8496
8497 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
8498
8499 * term/x-win.el (x-display-name): Doc fix.
8500
8501 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
8502
8503 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
8504 long prefixes.
8505 (fill-region-as-paragraph): Don't round up to a whole line.
8506 (fill-comment-paragraph): Don't include the code-before-the-comment
8507 when calling fill-region-as-paragraph.
8508
8509 * international/mule.el (make-char): Remove redundancy.
8510
8511 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
8512 property may contain an anonymous function rather than a symbol.
8513
8514 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
8515
8516 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
8517 Use shy regexp. Fix incorrect backref to potentially unmatched group.
8518
8519 * dirtrack.el (dirtrack-default-directory-function): Remove.
8520 (dirtrack-directory-function): Use file-name-as-directory.
8521 (dirtrack-windows-directory-function): Simplify.
8522 (dirtrack-forward-slash, dirtrack-backward-slash)
8523 (dirtrack-replace-slash): Remove.
8524 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
8525 (dirtrack): Fix wrong parenthesizing; use match-string.
8526
8527 * progmodes/octave-inf.el: Remove spurious * in docstrings.
8528 (inferior-octave-mode): Only change the buffer-local value of
8529 comint-dynamic-complete-functions.
8530 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
8531 Move the initialization to the declaration.
8532 (inferior-octave-complete): Remove unused var `filter'.
8533
8534 * shell.el (shell-mode): Only change the buffer-local value of
8535 comint-dynamic-complete-functions.
8536
8537 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
8538
8539 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
8540 entry is skipped because it has been scheduled.
8541 (org-prepare-agenda-buffers): Don't mark buffers as modified when
8542 changing `:org-archived' and `:org-comment' properties.
8543
8544 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
8545
8546 * server.el (server-select-display): Don't make the temp frame
8547 minibuffer-only, in case it's not a temp frame.
8548 (server-process-filter): Don't delete the temp frame if it's the
8549 only one we have on that display.
8550
8551 * files.el (find-alternate-file): Doc fix.
8552
8553 2006-07-05 Richard Stallman <rms@gnu.org>
8554
8555 * files.el (abbreviate-file-name): Add save-match-data.
8556
8557 2006-07-03 Richard Stallman <rms@gnu.org>
8558
8559 * faces.el (read-face-name): Doc fix.
8560
8561 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
8562
8563 * net/goto-addr.el (goto-address): Mark as safe for local evals.
8564
8565 2006-07-05 Andre Spiegel <spiegel@gnu.org>
8566
8567 * vc.el (vc-diff-internal): Fix prev change.
8568
8569 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
8570
8571 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
8572 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
8573
8574 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
8577 fails if the symbol contains chars like ( or '.
8578 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
8579 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
8580 `short'.
8581
8582 2006-07-04 Kenichi Handa <handa@m17n.org>
8583
8584 * international/mule-cmds.el (set-language-info): If LANG-ENV is
8585 the current one, don't call set-language-environment, but call one
8586 of set-language-environment-XXX to make INFO effective now.
8587 (set-language-environment): Call set-language-environment-XXX
8588 functions instead of doing the various setups directly.
8589 (set-language-environment-coding-systems): Delete argument eol-type.
8590 (set-language-environment-input-method)
8591 (set-language-environment-nonascii-translation)
8592 (set-language-environment-charset)
8593 (set-language-environment-fontset)
8594 (set-language-environment-unibyte): New functions.
8595
8596 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
8597
8598 * locate.el (locate-update-when-revert): New option.
8599 (locate-update-path): New option (suggested by Michael Albinus).
8600 (locate-prompt-for-command): Whitespace change.
8601 (locate-update): No longer offer to update the locate database by
8602 default. Implement the two new options.
8603
8604 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
8605
8606 * tooltip.el: Move comment about track-mouse...
8607
8608 * progmodes/gud.el: ...to here.
8609
8610 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
8611
8612 * facemenu.el (facemenu-listed-faces): New var.
8613 (facemenu-unlisted-faces): Variable deleted.
8614 (facemenu-add-new-face): Use facemenu-listed-faces.
8615
8616 * emulation/viper-init.el, calendar/calendar.el:
8617 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
8618
8619 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
8620
8621 * textmodes/org.el (org-mode): Remove no invalid settings for
8622 calc embedded mode.
8623 (org-mode-p): New defsubst.
8624 (org-save-all-org-buffers): New function.
8625 (org-first-headline-recenter): Enclose outline-regexp in group
8626 delimiters.
8627 (org-set-tags): Keep single space after stars.
8628
8629 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
8630
8631 * window.el (set-window-text-height): Only set window-min-height to
8632 1 if that's the requested size.
8633
8634 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
8635 (diff-unified->context, diff-context->unified)
8636 (diff-reverse-direction): Make sure the end marker stays at the end.
8637 (diff-mode): Add the keymap table at the end of docstring.
8638 Use lexical-let rather than constructing a closure manually.
8639
8640 * files.el (find-file-noselect-1): Remove unused var assignment.
8641 (hack-local-variables-confirm): Print lists of strings as lists of
8642 strings rather than lists of symbols.
8643 (abbreviate-file-name, hack-local-variables-prop-line):
8644 Use match-string.
8645 (hack-one-local-variable): Move `make-local-variable' nearer its use.
8646 (recover-session-finish): Use line-end-position.
8647
8648 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
8649
8650 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
8651
8652 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
8653
8654 * progmodes/make-mode.el (makefile-macroassign-regex):
8655 Accept preceding keyword.
8656 (makefile-gmake-statements): Reorganize, now that makepp has
8657 "override" and also handle forgotten "override define".
8658 (makefile-makepp-statements): Add new "global", "override export"
8659 and "override global".
8660
8661 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
8662
8663 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
8664 (ada-compile-mouse-goto-error, ada-deactivate-properties)
8665 (ada-no-auto-case): Fix typos in docstrings.
8666
8667 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
8668
8669 * info.el (Info-find-node-2): Search for makeinfo version more
8670 carefully.
8671
8672 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
8673
8674 * textmodes/org.el (org-prepare-agenda-buffers):
8675 Use `invisible-OK' argument for `org-end-of-subtree'.
8676 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
8677 (org-beginning-of-item): Fix bug in regular expression for white line.
8678 (org-export-as-html): Enforce space after bullet in plain list items.
8679 (org-set-autofill-regexps): Require space after plain list bullet
8680 for paragraph-start.
8681 (org-ts-regexp3): New constant.
8682 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
8683 (org-timestamp-up-day, org-timestamp-down-day)
8684 (org-timestamp-change): Work with inactive timestamps.
8685 (org-ts-regexp1): Don't allow brackets in time stamps.
8686
8687 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
8688
8689 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
8690 for ignoring links.
8691
8692 * faces.el (read-face-name): Use it.
8693
8694 2006-06-28 Juri Linkov <juri@jurta.org>
8695
8696 * buff-menu.el (list-buffers-noselect): Compare Info file
8697 with the string "dir" to detect Info directory.
8698
8699 * complete.el (partial-completion-mode): In lambda for
8700 `choose-completion-string-functions' use full function signature
8701 with 4 args, and move point to the end of the minibuffer only if arg
8702 `mini-p' is non-nil.
8703
8704 2006-06-28 John Paul Wallington <jpw@pobox.com>
8705
8706 * ibuffer.el (ibuffer-mode): Doc fix.
8707
8708 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
8709
8710 * textmodes/org.el (org-context): New contexts :item-bullet,
8711 :latex-fragment, :latex-preview.
8712 (org-overlays-at, org-overlay-start, org-overlay-end):
8713 New compatibility functions.
8714 (org-inside-LaTeX-fragment-p): More accurate matching, using the
8715 exact regexp that will be used during export.
8716 (org-latex-regexps): New variable.
8717 (org-cdlatex-mode): Improve advice for `texmathp'.
8718 (turn-on-org-cdlatex): New function.
8719
8720 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8721
8722 * term/mac-win.el (mac-handle-font-selection): Change keys of
8723 mac-atsu-font-table from strings to numbers.
8724 (mac-ts-caret-position): Use also when cursor-type is nil.
8725 (mac-ts-update-active-input-area): Add Mac OS Classic support.
8726 Relax condition for using overlay strings.
8727 Use mac-ts-caret-position face when cursor-type is nil.
8728
8729 2006-06-26 Kim F. Storm <storm@cua.dk>
8730
8731 * help.el (view-emacs-news): Declare `res' in the right let* form.
8732
8733 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
8734
8735 * net/rcompile.el (remote-compile): Replace ange-ftp based
8736 implementation by Tramp functions.
8737 Suggested by Marc Abramowitz <msabramo@gmail.com>.
8738
8739 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
8740
8741 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
8742
8743 * international/fontset.el (setup-default-fontset): Fix a typo in
8744 the "Oriya-Akruti" registry name.
8745
8746 2006-06-23 Lars Hansen <larsh@soem.dk>
8747
8748 * desktop.el (desktop-full-file-name): New function.
8749 (desktop-kill, desktop-save, desktop-remove, desktop-read)
8750 (desktop-revert): Use it.
8751 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
8752 (desktop-after-read-hook): Add option list-buffers.
8753 (desktop-locals-to-save): Add tab-width.
8754 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
8755 Fix docstring.
8756
8757 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
8758
8759 * textmodes/org.el (org-cdlatex-mode-map)
8760 (org-cdlatex-texmathp-advice-is-done): New variables.
8761 (org-cdlatex-mode): New minor mode.
8762 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
8763 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
8764 (org-export-with-archived-trees): New option.
8765 (org-open-file): Remove the call to `convert-standard-filename'.
8766 (org-archive-tag, org-agenda-skip-archived-trees)
8767 (org-cycle-open-archived-trees)
8768 (org-sparse-tree-open-archived-trees): New options.
8769 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
8770 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
8771 New functions.
8772 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
8773 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
8774 (org-mode-map): Add binding for `org-toggle-archive-tag'.
8775 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
8776 Call `org-prepare-agenda-buffers'.
8777 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
8778 (org-file-apps, org-file-apps-defaults-gnu)
8779 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
8780 Handle remote files by forcing them to be opened in Emacs.
8781
8782 2006-06-23 Andre Spiegel <spiegel@gnu.org>
8783
8784 * vc.el (vc-diff-knows-L): New variable.
8785 (vc-diff-internal): Use it to handle "diff" programs that don't
8786 understand -L. This works automatically, no user action is necessary.
8787
8788 2006-06-23 Daniel Brockman <daniel@brockman.se>
8789
8790 * net/rcirc.el (rcirc-default-user-full-name): Default to
8791 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
8792 longer exists).
8793 (rcirc-process-list): Check `buffer-live-p' before attempting to
8794 switch to a buffer.
8795
8796 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
8797
8798 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
8799 based on rcirc-coding-system-alist.
8800
8801 2006-06-23 Martin Rudalics <rudalics@gmx.at>
8802
8803 * cus-edit.el (customize-apropos): A better error message.
8804 (top level) <debug-ignored-errors>: Extend and update the list of
8805 ignored error messages.
8806
8807 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
8808
8809 * complete.el (PC-do-completion): Retain capitalization of user
8810 input, when possible, even if completion-ignore-case is set.
8811
8812 2006-06-23 Eli Zaretskii <eliz@gnu.org>
8813
8814 * generic-x.el (bat-generic-mode): Support .cmd files.
8815
8816 * dos-w32.el (top level): Use find-file-not-found-functions
8817 instead of the obsolete find-file-not-found-hooks.
8818
8819 2006-06-22 Kim F. Storm <storm@cua.dk>
8820
8821 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
8822 to recognize mode name containing submodes, such as Grep/lw.
8823
8824 2006-06-21 Kim F. Storm <storm@cua.dk>
8825
8826 * simple.el (line-move-1): Check for move-end-of-line instead of
8827 end-of-line when setting temporary-goal-column.
8828
8829 2006-06-21 Miles Bader <miles@gnu.org>
8830
8831 * play/cookie1.el (cookie): Work properly when there's only one entry.
8832
8833 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
8834
8835 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
8836 (gdb-frame-handler): Generalize frame regexp for templates.
8837
8838 2006-06-20 Glenn Morris <rgm@gnu.org>
8839
8840 * calendar/appt.el (appt-display-format): Default value must be
8841 one of the customize options.
8842
8843 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
8844
8845 * term/xterm.el (terminal-init-xterm): Update key availability info.
8846 Bind C-return.
8847
8848 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
8849
8850 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
8851
8852 * files.el (hack-local-variables): Run `hack-local-variables-hook'
8853 whether or not a local variables list is defined.
8854
8855 * msb.el (msb): Move `sit-for' hack here to handle both
8856 "mouse-down and drag" and "mouse-up and select" situations.
8857 (mouse-select-buffer): Move `sit-for' hack to `msb'.
8858
8859 2006-06-20 Kenichi Handa <handa@m17n.org>
8860
8861 * international/characters.el (word-combining-categories):
8862 Add entries for 2-byte Han characters.
8863
8864 2006-06-19 Richard Stallman <rms@gnu.org>
8865
8866 * bindings.el (mode-line-format): Save some mode line space.
8867
8868 * files.el (find-file-noselect): Improve the question wording.
8869 (basic-save-buffer-2): Mask UMASK against 666.
8870
8871 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
8872 (mouse-drag-vertical-line): Call it.
8873
8874 * cus-edit.el (customize-option, customize-option-other-window):
8875 Error if SYMBOL is nil.
8876
8877 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
8878
8879 * textmodes/org.el: Require noutline, also on XEmacs.
8880 (org-end-of-subtree): Return point.
8881 (org-dblock-start-re, org-dblock-end-re): New constants.
8882 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
8883 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
8884 (org-update-all-dblocks, org-find-dblock): New functions.
8885 (org-collect-clock-time-entries): New function.
8886 (org-html-handle-time-stamps): Never export CLOCK timeranges.
8887 (org-fixup-indentation): Modify to deal correctly with lines
8888 starting with TAB. Only one argument DIFF now.
8889 (org-demote, org-promote): Call `org-fixup-indentation' with just
8890 one argument, DIFF.
8891 (org-mode): Don't mark buffer as modified when aligning tables.
8892 (org-clock-sum): Don't mark buffer modified when adding time sum
8893 properties.
8894 (org-export-as-html): Add support for a link validation function.
8895 (org-archive-all-done): New function.
8896 (org-archive-subtree): New prefix argument. When set, archive all
8897 done subtrees in this buffer.
8898 (org-remove-clock-overlays)
8899 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
8900 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
8901 (org-put-clock-overlay): Don't swallow last headline character
8902 when displaying overlay.
8903 (org-store-link): Link to `image-mode' with just the file name.
8904
8905 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
8906
8907 * viper-cmd.el (viper-special-read-and-insert-char):
8908 Use read-key-sequence.
8909 (viper-after-change-undo-hook): Misc enhancements.
8910 (viper-after-change-undo-hook): New hook.
8911 (viper-undo): Use viper-after-change-undo-hook.
8912 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
8913 (viper-next-line-at-bol): If point is on a widget or a button, simulate
8914 clicking on that widget/button.
8915
8916 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
8917
8918 * ediff-diff (ediff-test-patch-utility): Catch errors.
8919 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
8920 (ediff-set-actual-diff-options): New function.
8921 (ediff-reset-diff-options, ediff-toggle-ignore-case):
8922 Use ediff-set-actual-diff-options.
8923 (ediff-extract-diffs): Catch errors.
8924 (ediff-whitespace): Add non-breakable space.
8925 (ediff-same-file-contents): Catch errors.
8926
8927 * ediff-mult.el (ediff-collect-custom-diffs):
8928 Save coding-system-for-read.
8929
8930 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
8931 (ediff-vc-internal, ediff-vc-merge-internal):
8932 Use ediff-delete-version-file.
8933 (ediff-delete-version-file): New function.
8934
8935 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
8936
8937 * ediff.el (ediff-directories, ediff-directory-revisions)
8938 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
8939 (ediff-directories-internal, ediff-merge-directory-revisions)
8940 (ediff-merge-directory-revisions-with-ancestor)
8941 (ediff-directories3): Use read-directory-name.
8942
8943 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
8944
8945 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
8946 Remove superfluous part of regexp for brace matching which is handled
8947 by `scan-lists' call.
8948
8949 2006-06-16 Richard Stallman <rms@gnu.org>
8950
8951 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
8952
8953 * files.el (basic-save-buffer-2): For a new precious file,
8954 use the default modes in the return value.
8955
8956 * facemenu.el (facemenu-color-alist): Doc fix.
8957
8958 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
8959
8960 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8961
8962 * cus-start.el (all): Add mac-ts-script-language-on-focus.
8963
8964 * term/mac-win.el (mac-text-encoding-ascii): New constant.
8965 (mac-utxt-to-string): Use it.
8966 (mac-ts-update-active-input-area): Use mac-ae-number.
8967
8968 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
8969
8970 * term.el (term-handle-scroll, term-delete-lines)
8971 (term-insert-lines): Fix off by one errors.
8972
8973 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
8974
8975 * net/tramp.el (tramp-touch): Use UTC to express time.
8976
8977 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
8978
8979 * mail/sendmail.el (mail-send): Search explicitly for
8980 mail-header-separator when checking for corrupted header lines.
8981
8982 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
8983
8984 * progmodes/gdb-ui.el (gdb-same-frame): New option.
8985 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
8986 (gdb-init-1): Initialise them.
8987 (gdb-starting): Reset gdb-printing
8988 (gdb-starting): Save value of gud-overlay-arrow-position.
8989 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
8990 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
8991 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
8992 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
8993
8994 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8995
8996 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
8997
8998 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
8999
9000 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
9001 (ldap-search-internal): Keep error messages, and a regexp fix.
9002
9003 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
9004
9005 * files.el (hack-local-variables-confirm):
9006 Display string value using its printed representation.
9007
9008 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
9009
9010 * server.el (server-edit): No-op if no server buffers exist.
9011
9012 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
9013
9014 * textmodes/page-ext.el (pages-directory-for-addresses):
9015 Including `pages-directory-address-mode' in the function results
9016 in the message "Buffer in which pages were found is deleted".
9017
9018 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
9019
9020 * textmodes/org.el (org-agenda-mode-map): Add bindings for
9021 clocking functions.
9022
9023 (org-agenda-clock-in, org-check-running-clock)
9024 (org-clock-out-if-current, org-remove-clock-overlays)
9025 (org-put-clock-overlay): New functions.
9026 (org-clock-marker, org-clock-file-total-minutes)
9027 (org-clock-overlays): New variables.
9028 (org-clock-display, org-clock-sum, org-clock-cancel)
9029 (org-clock-out, org-clock-in): New commands.
9030 (org-export): New function.
9031 (org-emph-re): New constant.
9032 (org-set-emph-re, org-do-emphasis-faces): New functions.
9033 (org-emphasis-regexp-components, org-emphasis-alist): New options.
9034 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
9035 (org-export-html-convert-emphasize): Use the configurable emphasis.
9036 (org-cleaned-string-for-export): Make multiline emphasis visible
9037 to the exporter. New optional argument PARAMETERS.
9038 (org-export-as-html): Specify :emph-multiline parameter to
9039 `org-cleaned-string-for-export'.
9040
9041 2006-06-10 Richard Stallman <rms@gnu.org>
9042
9043 * help.el (help-for-help-internal): Clean up help text.
9044
9045 2006-06-10 Andreas Schwab <schwab@suse.de>
9046
9047 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
9048 in doc string.
9049
9050 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
9051
9052 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
9053
9054 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
9055 spaces after the comment start.
9056
9057 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9058
9059 * play/pong.el (pong-init-buffer):
9060 Fill buffer with spaces instead of ^A.
9061
9062 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
9063 launched asynchronously, delete its process instead of being cool.
9064 (ispell-async-processp): Check for `delete-process' existence
9065 instead of `kill-process' one for consistency.
9066
9067 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
9068
9069 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
9070 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
9071 in mode line at startup.
9072
9073 2006-06-08 Kim F. Storm <storm@cua.dk>
9074
9075 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
9076 (ido-init-completion-maps): Bind them to M-SPC and M-v.
9077 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
9078 (ido-file-internal): Pass full file name to write-file.
9079 (ido-read-internal): Only pop stack elements automatically if they
9080 actually match an existing directory or file name.
9081
9082 2006-06-07 Kenichi Handa <handa@m17n.org>
9083
9084 * international/mule.el (find-auto-coding): Don't handle the short
9085 name `char-trans'.
9086
9087 * files.el (hack-local-variables-prop-line)
9088 (hack-local-variables): Cancel the previous change.
9089
9090 2006-06-06 Jesper Harder <harder@phys.au.dk>
9091
9092 * ediff-diff.el (ediff-test-utility): Protect against file-error.
9093
9094 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
9095
9096 * diff-mode.el (diff-mode): Set buffer-read-only to t when
9097 diff-default-read-only is non-nil.
9098 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
9099 (diff-refine-hunk): Set inhibit-read-only to t.
9100
9101 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
9102 modifying the *Diff* buffer.
9103 (diff-process-filter): New filter function for diff process that
9104 sets inhibit-read-only to t when modifying the *Diff* buffer.
9105
9106 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
9107
9108 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
9109 insertion point and control the number of empty lines.
9110 (org-paste-subtree): Limit the number of empty lines at the end of
9111 the inserted tree.
9112 (org-agenda): Use buffer name of current file for narrowing.
9113 (org-export-as-xml): Command removed.
9114 (org-export-xml-type): Option removed.
9115 (org-mode-map): Call `org-export-as-xoxo' directly.
9116 (org-get-indentation): New optional argument LINE.
9117 (org-fix-indentation, org-remove-tabs): New functions.
9118 (org-export-as-ascii, org-ascii-level-start): Determine and apply
9119 correct indentation for headlines that are converted it items.
9120 (org-skip-comments): Remove table lines that contain narrowing
9121 cookies but no other non-empty fields.
9122 (org-set-tags): Allow groups of mutually exclusive tags.
9123 (org-cmp-time): Sort 24:21 before items without time.
9124 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
9125 (org-open-at-point): Require double colon also for numbers.
9126
9127 2006-06-06 Kim F. Storm <storm@cua.dk>
9128
9129 * ido.el (ido-default-file-method, ido-default-buffer-method):
9130 Make choice values consistent with corresponding command names.
9131 (ido-visit-buffer): Update accordingly. Default to selected-window.
9132
9133 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
9134
9135 * progmodes/gud.el (gud-running): Fix doc string.
9136 (gud-menu-map): Use :visible instead fo :enable for debugger test.
9137 (gud-tooltip-modes): Add python-mode.
9138 (gud-tooltip-print-command): Add pdb. Remove perldb.
9139
9140 2006-06-05 Eli Zaretskii <eliz@gnu.org>
9141
9142 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
9143 Quote $(EMACS).
9144
9145 2006-06-05 Richard Stallman <rms@gnu.org>
9146
9147 * faces.el (defined-colors): Doc fix.
9148
9149 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
9150
9151 * vc.el (vc-process-filter): Inhibit undo info collection around
9152 call to insert.
9153 (vc-setup-buffer): Likewise for call to erase-buffer.
9154 (vc-do-command): Likewise for call to process-file.
9155
9156 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
9157
9158 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
9159 for gud-go.
9160 (gud-common-init): Other debuggers may trigger error.
9161
9162 2006-06-05 Kenichi Handa <handa@m17n.org>
9163
9164 * international/mule.el (find-auto-coding):
9165 Handle enable-character-translation in file header.
9166
9167 2006-06-04 Kim F. Storm <storm@cua.dk>
9168
9169 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
9170 (authors-fixed-entries): Fix spelling.
9171 (authors-canonical-file-name): Don't report error for wildcards.
9172
9173 * help.el (view-emacs-news): Rewrite to support new NEWS,
9174 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
9175 e.g. version 10 matches 1.10, and don't be confused by version 1.1
9176 being a prefix of 1.12 (etc). A numeric prefix arg also works.
9177
9178 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
9179
9180 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
9181 exec constructs like `foo bar`.
9182 (sh-quoted-subshell): New helper function to search for a possibly
9183 nested subshell (like `` or $()) within a "" quoted string.
9184 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
9185 (sh-apply-quoted-subshell): Flag quote characters inside a
9186 subshell, which is itself already in a quoted region, as
9187 punctuation, since this is the closest to what they actually are.
9188 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
9189 sh-apply-quoted-subshell.
9190 (sh-font-lock-syntactic-face-function): Apply the new face for
9191 text inside `` instead of the old font-lock-string-face.
9192
9193 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9194
9195 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
9196 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
9197 (mac-bytes-to-text-range, mac-ae-text-range-array)
9198 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
9199 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
9200 (mac-ts-unicode-for-key-event): New functions.
9201 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
9202 (mac-handle-font-selection): Use mac-ae-number.
9203 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
9204 New variables.
9205 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
9206 (mac-ts-converted-text, mac-ts-selected-converted-text)
9207 (mac-ts-block-fill-text, mac-ts-outline-text)
9208 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
9209 (mac-ts-hilite-style-faces): New constant.
9210 (mac-apple-event-map): Bind text input events.
9211 (mac-dispatch-apple-event): Use command-execute instead of
9212 call-interactively.
9213 (global-map): Don't bind mac-apple-event.
9214 (special-event-map): Bind mac-apple-event.
9215
9216 2006-06-02 Eli Zaretskii <eliz@gnu.org>
9217
9218 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
9219 file name.
9220 (emacs): Enclose the value of $(EMACS) in quotes.
9221
9222 2006-06-02 Juri Linkov <juri@jurta.org>
9223
9224 * international/mule.el (sgml-html-meta-auto-coding-function):
9225 Remove the condition `(search-forward "<html" size t)'.
9226 Replace `\"' with `[\"']?' in `re-search-forward'.
9227
9228 2006-06-02 Kenichi Handa <handa@m17n.org>
9229
9230 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
9231 as well as `coding'.
9232 (hack-local-variables): Likewise.
9233
9234 * international/mule.el (enable-character-translation):
9235 Put permanent-local and safe-local-variable properties.
9236 (find-auto-coding): Handle char-trans: tag.
9237
9238 2006-06-02 Juri Linkov <juri@jurta.org>
9239
9240 * international/mule.el (sgml-html-meta-auto-coding-function):
9241 Limit the search by the end of the HTML header (if any).
9242
9243 2006-06-01 Richard Stallman <rms@gnu.org>
9244
9245 * subr.el (with-current-buffer): Doc fix.
9246
9247 2006-06-02 Masatake YAMATO <jet@gyve.org>
9248
9249 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
9250 Almost rewrite. Underlines over all lines of gcov output are too
9251 uncomfortable to read. Suggested by Dan Nicolaescu.
9252
9253 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
9254
9255 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
9256
9257 * shell.el (shell-mode): Use shell-mode-map in docstring.
9258
9259 * comint.el (comint-send-input): Do not add help-echo and
9260 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
9261
9262 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9263
9264 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
9265
9266 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
9267
9268 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
9269 (gdb-stopped, gdb-info-stack-custom): If there is no source info
9270 look up the stack and pop up GUD buffer if necessary.
9271 (gdb-frames-select): Remove redundant call to gud-display-frame.
9272 (gdb-info-threads-custom): Keep point at start of buffer.
9273 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
9274
9275 2006-05-31 Juri Linkov <juri@jurta.org>
9276
9277 * replace.el (query-replace-read-from, query-replace-read-to):
9278 Bind `history-add-new-input' to nil. Call `add-to-history'.
9279
9280 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
9281
9282 * textmodes/table.el: Convert all HTML tags to lower case for
9283 XHTML compatibility.
9284
9285 2006-05-31 Masatake YAMATO <jet@gyve.org>
9286
9287 * progmodes/compile.el:
9288 (compilation-error-regexp-alist-alist::gcov-called-line):
9289 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
9290
9291 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
9292
9293 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
9294 Revert inadvertent changes made with last commit.
9295
9296 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
9297
9298 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
9299 New functions.
9300
9301 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
9302
9303 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
9304
9305 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
9306 only matches in the right place.
9307 (org-upcoming-deadline): New face.
9308 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
9309 (org-export-ascii-underline): Rename constant `org-ascii-underline'
9310 and make it an option.
9311 (org-export-ascii-bullets): New option.
9312 (org-export-as-html): Many changes to emit valid XHTML.
9313 (org-par-open): New variable.
9314 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
9315 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
9316 (org-timeline): Pass `org-timeline-show-empty-dates' to
9317 `org-get-all-dates'. Interpret empty dates returned by
9318 `org-get-all-dates'.
9319 (org-get-all-dates): New argument EMPTY. Add dates without
9320 entries to the list, mark large ranges of empty dates.
9321 (org-point-in-group, org-context): New functions.
9322
9323 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
9324
9325 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
9326
9327 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
9328 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
9329 to C-mouse-3 (for 2 button mice).
9330 (gdb-send): Do the right thing for C-d.
9331
9332 * speedbar.el (speedbar-detach): Delete.
9333 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
9334 it breaks things.
9335 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
9336
9337 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
9338
9339 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
9340 Makeppfile.
9341
9342 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9343 Add makepp diagnostic.
9344
9345 2006-05-29 Richard Stallman <rms@gnu.org>
9346
9347 * window.el (fit-window-to-buffer): Doc fix.
9348
9349 * help.el (temp-buffer-max-height): Doc fix.
9350
9351 * subr.el (with-current-buffer): Doc fix.
9352
9353 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9354
9355 * term/x-win.el: Bind F10 to menu-bar-start if available.
9356
9357 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
9358
9359 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
9360 uses with a simple test.
9361 (term-set-escape-char, term-mode, term-check-kill-echo-list)
9362 (term-send-raw-string, term-send-raw, term-mouse-paste)
9363 (term-char-mode, term-line-mode, term-exec, term-sentinel)
9364 (term-handle-exit, term-read-input-ring)
9365 (term-previous-matching-input-string)
9366 (term-previous-matching-input-string-position)
9367 (term-previous-matching-input-from-input)
9368 (term-replace-by-expanded-history, term-send-input)
9369 (term-skip-prompt, term-bol, term-send-invisible)
9370 (term-kill-input, term-delchar-or-maybe-eof)
9371 (term-backward-matching-input, term-check-source)
9372 (term-proc-query, term-emulate-terminal)
9373 (term-handle-colors-array, term-process-pager, term-pager-line)
9374 (term-pager-bob, term-unwrap-line, term-word)
9375 (term-dynamic-complete-filename)
9376 (term-dynamic-complete-as-filename)
9377 (term-dynamic-simple-complete): Replace one arm ifs with whens or
9378 unlesses.
9379
9380 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
9381
9382 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
9383 during bootstrapping.
9384
9385 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
9386 Basically undo the change of 2006-05-26: use extra arguments instead of
9387 dynamic scoping.
9388 (ewoc-locate): Remove unused var `footer'.
9389
9390 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
9393
9394 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
9395 (generate-file-autoloads): Obey it. Return whether autoloads were
9396 added at point or not.
9397 (update-file-autoloads): Use this new return value.
9398 Remove redundant test for the presence of an autoload cookie.
9399
9400 * emacs-lisp/autoload.el (autoload-find-file): New fun.
9401 This one calls hack-local-variables.
9402 (generate-file-autoloads, update-file-autoloads): Use it.
9403
9404 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
9405 (bibtex-sort-entry-class): Add safe-local-variable predicate.
9406 (bibtex-sort-entry-class-alist): Don't set the global value.
9407 (bibtex-init-sort-entry-class-alist): New fun.
9408 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
9409 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
9410 of bibtex-init-sort-entry-class.
9411
9412 2006-05-28 Richard Stallman <rms@gnu.org>
9413
9414 * subr.el (load-history-regexp): If FILE is relative, insist
9415 entire last name component must match it.
9416 (load-history-filename-element, load-history-regexp): Doc fixes.
9417
9418 2006-05-29 Kim F. Storm <storm@cua.dk>
9419
9420 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
9421 `pos' and `raw-data' for clarity, as eval forms may access these.
9422
9423 2006-05-28 Kim F. Storm <storm@cua.dk>
9424
9425 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
9426
9427 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * progmodes/make-mode.el (makefile-browser-map)
9430 (makefile-mode-syntax-table): Move initialization inside declaration.
9431 (makefile-fill-paragraph): Use the default comment-filling code.
9432
9433 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
9434
9435 * replace.el (query-replace-defaults): New variable.
9436 (query-replace-read-from): Use `query-replace-defaults' for
9437 default value, instead of history list.
9438 (query-replace-read-to): Update `query-replace-defaults'.
9439
9440 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
9441
9442 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
9443 with no X toolkit.
9444
9445 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
9446
9447 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
9448 (tumme-show-all-from-dir): Add autoload.
9449
9450 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9451
9452 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
9453 (tumme-remove-tag): Fix bug.
9454
9455 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
9456
9457 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
9458 FOOTER args. Update unique caller.
9459 (ewoc-delete): Compute last node once before looping.
9460 (ewoc--node-branch): Merge into unique caller.
9461 (ewoc--node): Don't define constructor make-ewoc--node for this
9462 structure.
9463 (ewoc): Add member `hf-pp' to this structure.
9464 (ewoc--wrap): New func.
9465 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
9466 header/footer pretty-printers. Save header/footer pretty-printer.
9467 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
9468
9469 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
9470
9471 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
9472
9473 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
9474 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
9475 Tag'. Change "Compare directories..." to "Change Directories...".
9476 Move tumme commands to Operate, Regexp and Immediate menus.
9477 Change "Add Comment" to "Add Image Comment". Change "Add Image
9478 Tag" to "Add Image Tags".
9479
9480 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
9481 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
9482 `tumme-delete-tag'.
9483
9484 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
9485
9486 * shell.el (shell-mode): Call shell-dirtrack-mode after
9487 list-buffers-directory is made a local variable, to avoid setting
9488 the default value.
9489
9490 2006-05-26 Kevin Ryde <user42@zip.com.au>
9491
9492 * info.el (Info-index-next): Use where-is-internal to report
9493 actual binding of Info-index-next, rather than hard-coded `,'.
9494
9495 2006-05-26 Eli Zaretskii <eliz@gnu.org>
9496
9497 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
9498 and "Find Command in Manual" to here.
9499
9500 * buff-menu.el (list-buffers-noselect): For Info buffers, use
9501 Info-current-file as the file name.
9502
9503 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
9504
9505 * ses.el (defadvice undo-more): Delete this defadvice. The undo
9506 overrides will now be done a different way.
9507 (ses-set-parameter): Reapply this function for undo.
9508 (ses-set-header-row): Reconstruct header row during undo.
9509 (ses-widen): New function.
9510 (ses-goto-data, ses-reconstruct-all): Use new function.
9511 (ses-command-hook): Widen buffer during undo, before unupdating
9512 the cells.
9513 (ses-insert-row, ses-delete-row): Widen buffer during undo.
9514 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
9515 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
9516 formula hasn't been executed yet.
9517
9518 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9519
9520 * comint.el (comint-kill-whole-line): Rename arg to count.
9521 Fix doc string.
9522
9523 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
9524
9525 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
9526 to copy-file.
9527
9528 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
9529
9530 * simple.el (toggle-truncate-lines): Make arg optional for
9531 backward compatibility.
9532
9533 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
9534
9535 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
9536 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
9537 DLL arg. Instead, use ewoc--current-dll. Update all callers.
9538 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
9539 (ewoc--adjust): Use ewoc--current-dll.
9540 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
9541
9542 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
9543
9544 * textmodes/org.el (org-next-item, org-previous-item): Emit more
9545 compact error message.
9546 (org-tags-view): Refresh category table in each file.
9547 (org-table-justify-field-maybe): Remove superfluous arguments to
9548 `format'.
9549 (org-export-as-html): Insert "<p>" before postamble.
9550 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
9551
9552 2006-05-26 Kenichi Handa <handa@m17n.org>
9553
9554 * textmodes/po.el (po-find-charset): Pay attention to the case
9555 FILENAME is a cons (NAME . BUFFER).
9556 (po-find-file-coding-system-guts): Likewise.
9557
9558 * arc-mode.el (archive-set-buffer-as-visiting-file):
9559 Call find-operation-coding-system with (FILENAME . BUFFER).
9560
9561 * tar-mode.el (tar-extract): Call find-operation-coding-system
9562 with (FILENAME . BUFFER).
9563
9564 * international/mule.el (decode-coding-inserted-region):
9565 Call find-operation-coding-system with (FILENAME . BUFFER).
9566
9567 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
9568
9569 * image-mode.el (image-toggle-display): Use buffer contents to
9570 generate image for a remote file.
9571
9572 2006-05-25 Juri Linkov <juri@jurta.org>
9573
9574 * replace.el (query-replace-read-from, query-replace-read-to):
9575 Remove 8th arg KEEP-ALL in read-from-minibuffer.
9576
9577 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
9578
9579 * whitespace.el (whitespace-cleanup): Change to cleanup
9580 region if one is active.
9581 * whitespace.el (whitespace-cleanup-internal): New internal method.
9582
9583 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9584
9585 * dired.el (dired-mode-map): Add help-echo strings to tumme
9586 commands. Bind `tumme-dired-display-image' to C-t i.
9587
9588 * tumme.el (tumme-display-image): Change documentation string slightly.
9589 (tumme-dired-display-image): Add call to `display-buffer'.
9590
9591 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9592
9593 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
9594 Signal error if RAW-DATA is a multibyte string.
9595
9596 2006-05-24 Richard Stallman <rms@gnu.org>
9597
9598 * subr.el (with-local-quit): When handling `quit' signal,
9599 make a chance for quit-flag to cause a quit.
9600
9601 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
9602 (ad-disable-advice): Add autoloads.
9603
9604 * subr.el (read-passwd): Copy PROMPT before changing its properties.
9605
9606 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9607
9608 * dired.el (dired-mode-map): Change menu items for tumme as per
9609 suggestions in emacs-devel.
9610
9611 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9612
9613 * dired.el (dired-mode-map): Fix breakage.
9614
9615 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
9616
9617 * tumme.el (tumme-display-dired-image): Rename to...
9618 (tumme-dired-display-image): ...this.
9619 (tumme-track-movement): Change default value to t.
9620 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
9621 used from `tumme-next-line-and-display' and similar commands.
9622
9623 * dired.el (dired-mode-map): Add Thumbnail submenu under the
9624 Immediate menu. Add some tumme commands there.
9625
9626 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
9627
9628 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
9629
9630 2006-05-24 Chong Yidong <cyd@mit.edu>
9631
9632 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
9633 menu entries that open submenus.
9634
9635 2006-05-24 Alan Mackenzie <acm@muc.de>
9636
9637 * startup.el (command-line): For names of preloaded files, don't
9638 append ".elc" (now done in Fload), and call file-truename on the
9639 lisp directory.
9640
9641 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
9642 match ANY loaded file with the right name, not just those in
9643 load-path. Put a regexp matching the file name into
9644 after-load-alist, rather than the name itself.
9645
9646 * subr.el (load-history-regexp, load-history-filename-element)
9647 (do-after-load-evaluation): New functions.
9648
9649 * international/mule.el (load-with-code-conversion): Do the
9650 eval-after-load stuff by calling do-after-load-evaluation.
9651
9652 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
9653
9654 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
9655 has not been killed.
9656
9657 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9658
9659 * term/mac-win.el: Set idle timer to clean up expired Apple events.
9660 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
9661 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
9662 Optionally set error message in reply.
9663
9664 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
9665
9666 * textmodes/org.el (org-open-at-point): Use renamed variable
9667 `org-confirm-shell-link-function'.
9668 (org-confirm-shell-link-function): Rename from
9669 `org-confirm-shell-links'.
9670 (org-export-directory): New function.
9671 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
9672 (org-export-icalendar): Use `org-export-directory'.
9673 (org-indent-item): Keep cursor position.
9674 (org-link-file-path-type): New option.
9675 (org-export-as-html): Fix bug with plain lists starting in
9676 column 0.
9677 (org-export-as-html): Remove deadline formatting, this happens
9678 now already in `org-html-handle-time-stamps'.
9679 (org-export-html-style): Deadline class removed.
9680 (org-insert-labeled-timestamps-at-point): New option.
9681 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
9682 of `hide-sublevels 1', in case the first headline is not level 1.
9683 (org-overview, org-content): New fuction.
9684 (org-cycle-global-status, org-cycle-subtree-status): Make these
9685 variables buffer-local.
9686 (org-global-cycle): New command.
9687 (org-shifttab): Use `org-global-cycle'.
9688 (org-insert-heading, org-insert-item): Go to end of new
9689 headline/item after creating it.
9690 (org-export-visible): Rename from `org-export-copy-visible'.
9691 Now creates a temporary org-file and applies an exporting command
9692 to it.
9693 (org-table-eval-formula): Support for lisp forms.
9694 (org-agenda-todo-ignore-scheduled): New option.
9695 (org-agenda-get-todos): Use new option
9696 `org-agenda-todo-ignore-scheduled'.
9697 (org-export-html-inline-images): New value `maybe'.
9698 (org-export-as-html): Inlining of images dependent on link description.
9699 (org-archive-subtree): Check for end-of-buffer before trying
9700 `kill-line'.
9701 (org-agenda-follow-mode): New option.
9702 (org-export-with-tags, org-export-with-timestamps): New options.
9703 (org-html-handle-time-stamps): New function.
9704 (org-keyword-time-regexp): New variable.
9705 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
9706 (org-agenda-todo-list-sublevels): New option.
9707 (org-html-level-start): When TITLE is nil, just close all levels.
9708 (org-parse-key-lines, org-parse-export-options): Remove functions,
9709 replaced by `org-infile-export-plist'.
9710 (org-combine-plists, org-infile-export-plist)
9711 (org-default-export-plist): New functions.
9712 (org-export-html-preamble, org-export-html-postamble)
9713 (org-export-html-auto-preamble, org-export-html-auto-postamble):
9714 New variables.
9715 (org-export-publishing-directory): New option.
9716 (org-export-as-html, org-export-as-ascii): Use the new property
9717 lists for settings.
9718 (org-export-copy-visible, org-export-as-xoxo):
9719 Respect `org-export-publishing-directory'.
9720 (org-link-search, org-store-link, org-file-apps): Support for
9721 links to BibTeX database entries..
9722 (org-get-current-options, org-set-regexps-and-options):
9723 Implement logging as a startup option.
9724 (org-store-link): Make sure context string is never empty
9725 (org-insert-link): Use relative path when possible.
9726 (org-at-item-checklet-p): New function.
9727 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
9728 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
9729 (org-metaright, org-metaup, org-metadown, org-shiftup)
9730 (org-shiftdown, org-shiftright, org-shiftleft)
9731 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
9732 Dispatch using `call-interactively'.
9733 (org-call-with-arg): New defsubst.
9734 (org-tag-alist, org-use-fast-tag-selection): New options.
9735 (org-complete): Use `org-tag-alist'.
9736 (org-fast-tag-insert, org-fast-tag-selection): New functions.
9737 (org-next-item, org-previous-item): New commands.
9738 (org-beginning-of-item, org-end-of-item): Add (interactive) to
9739 make command.
9740 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
9741
9742 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
9743
9744 * emacs-lisp/ewoc.el (ewoc-delete): New function.
9745 (ewoc-filter): Use `ewoc-delete'.
9746
9747 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
9748
9749 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
9750
9751 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
9752 Signal more user-friendly error messages.
9753
9754 * complete.el (PC-do-completion): Undo the addition of implicit
9755 wildcards if they did not lead to finding any match.
9756 (read-file-name-internal): Don't add the final > if the completion is
9757 not finished.
9758
9759 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
9760
9761 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
9762 Quote safe-local-variable predicate.
9763
9764 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9765
9766 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
9767
9768 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9769
9770 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
9771
9772 * progmodes/make-mode.el (makefile-special-targets-list)
9773 (makefile-macro-table, makefile-target-table): Mark as risky.
9774 (makefile-query-one-target-method): Make this the alias for the
9775 following variable.
9776 (makefile-query-one-target-method-function): Make this the real name.
9777
9778 * textmodes/artist.el (artist-text-renderer): Make this the alias
9779 for the following variable.
9780 (artist-text-renderer-function): Make this the real name.
9781
9782 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
9783 the alias for the following variable.
9784 (flyspell-generic-check-word-predicate): Make this the real name.
9785
9786 * textmodes/ispell.el (ispell-format-word): Make this the alias
9787 for the following variable.
9788 (ispell-format-word-function): Make this the real name.
9789 (ispell-message-text-end): Mark as risky.
9790
9791 * skeleton.el (skeleton-transformation, skeleton-filter)
9792 (skeleton-pair-filter): Make these the aliases for the following
9793 variables.
9794 (skeleton-transformation-function, skeleton-filter-function)
9795 (skeleton-pair-filter-function): Make these the real names.
9796
9797 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
9798 and skeleton-pair-filter-function.
9799
9800 * textmodes/sgml-mode.el (sgml-transformation): Make this the
9801 alias for the following variable.
9802 (sgml-transformation-function): Make this the real name.
9803 (sgml-tag-alist): Mark as risky.
9804
9805 2006-05-21 Richard Stallman <rms@gnu.org>
9806
9807 * simple.el (kill-region): Interactively, pass point, then mark.
9808
9809 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
9810
9811 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
9812
9813 2006-05-21 Romain Francoise <romain@orebokech.com>
9814
9815 * dired-x.el (dired-mode-map): Don't bind M-g.
9816
9817 2006-05-20 Richard Stallman <rms@gnu.org>
9818
9819 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
9820 (dired-goto-file): Doc fix.
9821
9822 2006-05-21 Kim F. Storm <storm@cua.dk>
9823
9824 * emulation/cua-base.el: Mention customizing cua-mode as alternative
9825 way to enable built-in cua-mode if user loads older CUA-mode package.
9826
9827 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
9828 if default-filename is specified.
9829
9830 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9831
9832 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
9833
9834 * info.el (info-apropos): Make sure current-file and current-node
9835 have non-nil values. Speed up by using add-to-list instead of
9836 manual consing.
9837
9838 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
9839
9840 * progmodes/make-mode.el (makefile-mode): Doc fix.
9841
9842 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9843
9844 * dired-aux.el (dired-do-shell-command): Doc fix.
9845
9846 2006-05-20 Kevin Ryde <user42@zip.com.au>
9847
9848 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
9849 ``(custom-manual :tag "Foo" "(foo)Node")''.
9850
9851 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
9852
9853 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
9854 value is an integer.
9855
9856 2006-05-20 Eli Zaretskii <eliz@gnu.org>
9857
9858 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
9859 "format".
9860 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
9861
9862 2006-05-20 Martin Rudalics <rudalics@gmx.at>
9863
9864 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
9865 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
9866
9867 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
9870 regexp for keywords.
9871
9872 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
9873
9874 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
9875 replace-regexp-in-string.
9876
9877 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
9878 encode, and escape file name on conversion to URL.
9879
9880 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9881
9882 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
9883 Don't unescape URL.
9884 (dnd-get-local-file-name): Unescape URL on conversion to file name.
9885
9886 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
9887 on conversion to URLs.
9888
9889 * net/browse-url.el (browse-url-file-url): Encode file name on
9890 conversion to URL.
9891
9892 * term/mac-win.el (mac-ae-open-documents): Escape file name on
9893 conversion to URL.
9894
9895 2006-05-19 Eli Zaretskii <eliz@gnu.org>
9896
9897 * progmodes/cc-styles.el (c-style-alist): Doc fix.
9898
9899 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9900
9901 * term/mac-win.el (mac-bytes-to-digits): Remove function.
9902 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
9903
9904 2006-05-19 Glenn Morris <rgm@gnu.org>
9905
9906 * calendar/diary-lib.el (diary-bahai-date)
9907 (list-bahai-diary-entries, mark-bahai-diary-entries)
9908 (mark-bahai-calendar-date-pattern): Not interactive.
9909 (add-to-diary-list): New optional arg LITERAL. Doc fix.
9910 (diary-entries-list): Change format of 4th element in each entry.
9911 (diary-list-entries): Use add-to-diary-list.
9912 (diary-goto-entry): Handle the case where the buffer visiting the
9913 diary has been killed.
9914 (fancy-diary-display): Add 'locator to button rather than 'marker.
9915 Only generate temp-face when there are marks to apply.
9916 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
9917 (diary-fancy-date-pattern): New variable.
9918 (diary-time-regexp): Doc fix.
9919 (diary-anniversary, diary-time): New faces.
9920 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
9921 diary-time-regexp. Add font-lock-multiline property where needed.
9922 Use new faces diary-anniversary and diary-time.
9923 (diary-fancy-font-lock-fontify-region-function): New function, to
9924 handle multiline font-lock pattern in fancy diary.
9925 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
9926 (diary-font-lock-keywords): Tweak time regexp. Use new face
9927 diary-time.
9928
9929 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
9930
9931 * international/code-pages.el (mik): Table corrected.
9932
9933 2006-05-18 Kim F. Storm <storm@cua.dk>
9934
9935 * progmodes/grep.el (grep-find): Don't check grep-find-command
9936 before running command (breaks non-interactive usage).
9937
9938 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
9939
9940 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
9941 (ewoc--insert-new-node): Don't insert trailing newline.
9942 Instead, adjust successor nodes's start markers.
9943 (ewoc--refresh-node): Delete all text from current node's start
9944 marker to the next one's; adjust successor nodes's start markers.
9945 (ewoc--create): Doc fixes.
9946 (ewoc--refresh): Don't insert newline.
9947 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
9948 * pcvs.el (cvs-make-cvs-buffer):
9949 Specify extra newline for ewoc's header and footer.
9950 (cvs-update-header): Update initial header recognition.
9951 Append newline to final header and footer values.
9952 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
9953
9954 2006-05-17 Richard Stallman <rms@gnu.org>
9955
9956 * files.el (file-name-extension): Doc fix.
9957
9958 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
9959
9960 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
9961 we can explicitly enable/disable rather than toggle.
9962 (shell-mode): Use it.
9963 (shell-cd): Don't try to reproduce what `cd' does.
9964
9965 2006-05-17 Kim F. Storm <storm@cua.dk>
9966
9967 * ido.el (ido-read-internal): Use only nondirectory part of
9968 default item.
9969
9970 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
9971
9972 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
9973 (ewoc-nth): Doc fix.
9974
9975 (ewoc-map, ewoc-invalidate): Compute PP before looping.
9976
9977 2006-05-16 Eli Zaretskii <eliz@gnu.org>
9978
9979 * international/mule.el (auto-coding-alist): Add .lha to files
9980 read with no-conversion.
9981
9982 * files.el (auto-mode-alist): Add .lha files to archive file
9983 extensions.
9984
9985 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
9986 Convert csize to integer when computing offsets within the
9987 compressed archive file.
9988
9989 2006-05-16 Kim F. Storm <storm@cua.dk>
9990
9991 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
9992 with read-from-minibuffer.
9993
9994 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
9995
9996 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
9997 (byte-compile-warnings): Fix safe-local-variable property.
9998
9999 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
10000
10001 * allout.el (allout-show-bodies, allout-old-style-prefixes)
10002 (allout-stylish-prefixes, allout-numbered-bullet)
10003 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
10004 predicates to qualify `safe-local-variable' property, when
10005 available, else use equivalent lambda.
10006 (allout-current-topic-collapsed-p): Do the right thing regarding
10007 trailing blank lines.
10008
10009 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
10010
10011 * server.el (server-start): Only create a directory if needed.
10012 (server-edit, server-unload-hook): server-start => server-mode.
10013 (kill-emacs-hook): Cleanup upon exit.
10014
10015 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
10016
10017 * hexl.el (hexlify-buffer): Encode process arguments manually.
10018
10019 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
10022 call to gdb-tooltip-print.
10023
10024 2006-05-15 Romain Francoise <romain@orebokech.com>
10025
10026 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
10027 systems, default to "tar" since those systems probably have GNU tar.
10028
10029 2006-05-14 Lars Hansen <larsh@soem.dk>
10030
10031 * desktop.el (desktop-missing-file-warning): Fix docstring.
10032 (desktop-restore-file-buffer): Correct question asked on missing file.
10033
10034 2006-05-14 Kim F. Storm <storm@cua.dk>
10035
10036 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
10037 Add CUA move property.
10038
10039 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * custom.el (custom-push-theme): Load the variable before checking
10042 its `standard-value'.
10043
10044 2006-05-13 Lars Hansen <larsh@soem.dk>
10045
10046 * desktop.el (desktop-save): Use with-temp-buffer.
10047
10048 2006-05-12 Glenn Morris <rgm@gnu.org>
10049
10050 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
10051 * calendar/calendar.el (calendar-mode-map):
10052 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
10053 * calendar/appt.el (appt-check, appt-make-list): Refer to
10054 diary-view-entries, diary-list-entries, diary-show-all-entries
10055 rather than obsolete aliases.
10056
10057 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
10058
10059 * simple.el (line-move-finish): Avoid calling point motion hooks
10060 while processing intangibility.
10061
10062 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
10063
10064 * term/xterm.el (terminal-init-xterm): Fix typo.
10065
10066 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
10067
10068 * allout.el (allout-view-change-hook): Mark as being deprecated,
10069 to be replaced by `allout-exposure-change-hook'.
10070 (allout-exposure-change-hook): New, replacing
10071 `allout-view-change-hook'.
10072 (allout-flag-region): Run new hook `allout-exposure-change-hook',
10073 in addition to `allout-view-change-hook'.
10074 (allout-show-bodies, allout-old-style-prefixes)
10075 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
10076 lambda forms to prevent their showing up in variable help
10077 presentations as inscrutable byte-compiled code.
10078 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
10079 Use string-or-null-p to qualify safe-local-variable values.
10080 (allout-reindent-bodies): Use memq to qualify matches against
10081 valid safe-local-variable values. Also, quote the lambda as above.
10082 (allout-use-mode-specific-leader): Add missing candidate-value
10083 symbols, use memq, and quote the lambda.
10084 (allout-overlay-interior-modification-handler): Remove unused
10085 variables `msg' and 'opened'.
10086 (allout-hidden-p): Constrain invisibility consideration to allout's
10087 invisibility spec, disregarding invisibility for other reasons.
10088
10089 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
10090
10091 * files.el (version-control): Correct safe values.
10092
10093 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
10094
10095 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
10096
10097 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
10098 (ewoc--insert-new-node): New func.
10099 Update callers of deleted funcs to use it, instead.
10100
10101 2006-05-11 Glenn Morris <rgm@gnu.org>
10102
10103 * calendar/calendar.el (diary-show-all-entries): Do not refer to
10104 obsolete alias `show-all-diary-entries'.
10105 (make-diary-entry): Not interactive.
10106 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
10107 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
10108 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
10109 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
10110 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
10111 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
10112
10113 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10114
10115 * calendar/calendar.el (calendar-french-date-string)
10116 (calendar-mayan-date-string, calendar-chinese-date-string)
10117 (calendar-astro-date-string, calendar-iso-date-string)
10118 (calendar-islamic-date-string, calendar-bahai-date-string)
10119 (calendar-hebrew-date-string, calendar-coptic-date-string)
10120 (calendar-ethiopic-date-string, calendar-persian-date-string):
10121 These functions are not interactive.
10122
10123 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
10124
10125 * files.el: Balance parentheses.
10126
10127 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10128
10129 * files.el, newcomment.el, outline.el, simple.el,
10130 * emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
10131 * progmodes/cc-vars.el, progmodes/compile.el:
10132 Move `safe-local-variable' declarations to the respective files.
10133
10134 * help-fns.el (describe-variable): Don't print safe-var if it is
10135 byte-code. Improve wording as suggested by Luc Teirlinck.
10136
10137 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10138
10139 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
10140 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
10141 Use a token for pending-triggers to ensure gdb-var-update
10142 gets called once per user input again for pre-GDB 6.4.
10143 (gdb-var-delete): Match on more complex expressions.
10144 (gdb-var-list-children-handler, gdb-var-create-handler):
10145 Use a token for consistency.
10146
10147 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
10148
10149 * textmodes/org.el (org-read-date, org-goto-calendar)
10150 (org-agenda-goto-calendar):
10151 Bind `view-calendar-holidays-initially' to nil.
10152
10153 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
10154
10155 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
10156 Update all callers to do it there, instead.
10157
10158 2006-05-10 Glenn Morris <rgm@gnu.org>
10159
10160 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
10161 prefix arg case, to avoid view-diary-entries-initially error.
10162 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
10163 (calendar-date-is-legal-p): Handle dates with no day part.
10164
10165 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
10166
10167 * comint.el (comint-insert-input): Just make it when
10168 comint-use-prompt regexp is nil (default) and with the mouse.
10169 (comint-copy-old-input): Reinstate from 2004-06-23.
10170 (comint-mode-map): Bind C-c C-m to it.
10171
10172 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
10173
10174 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
10175 Remove spurious move to point-max (new comint behavior fixes).
10176
10177 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
10178 compatibility function (Emacs 18/19).
10179 (idlwave-is-continuation-line): Always return point at start of
10180 previous non-blank continuation line.
10181 (keyword-parameters): Fix continued comment font-lock matcher.
10182 (idlwave-font-lock-fontify-region): Written, use as
10183 font-lock-fontify-region-function, to fix continued keyword
10184 fontification issues.
10185
10186 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10187
10188 * term/mac-win.el (mac-font-panel-mode): Doc fix.
10189 (mac-service-selection, mac-service-open-file)
10190 (mac-service-open-selection, mac-service-mail-selection)
10191 (mac-service-mail-to, mac-service-insert-text): Rename from
10192 mac-services-*. All uses changed.
10193 (mac-apple-event-map): Rename event symbol `services' to `service'.
10194
10195 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
10196
10197 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
10198 (ewoc--node-enter-first, ewoc--node-enter-last)
10199 (ewoc--delete-node-internal): Merge funcs into unique callers.
10200
10201 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
10202
10203 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
10204 return value of read-from-minibuffer for empty input.
10205
10206 2006-05-09 Miles Bader <miles@gnu.org>
10207
10208 * comint.el (comint-insert-input): Remove redundant calls to setq
10209 and goto-char.
10210
10211 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
10212
10213 * comint.el (comint-insert-input): Make it work when
10214 comint-use-prompt-regexp is t.
10215
10216 2006-05-10 Miles Bader <miles@gnu.org>
10217
10218 * subr.el (field-at-pos): New function.
10219
10220 * comint.el (comint-insert-input): Use it.
10221
10222 2006-05-09 Juri Linkov <juri@jurta.org>
10223
10224 * battery.el (battery-linux-proc-acpi): Also try
10225 `/proc/acpi/thermal_zone/THR2/temperature'.
10226
10227 * files.el <safe-local-variable>: Remove `eval' and `let' binding
10228 for now unused lambda `string-or-null'.
10229
10230 * add-log.el (change-log-default-name): Put `string-or-null-p'
10231 instead of lambda on `safe-local-variable' property.
10232
10233 * diff-mode.el (diff-context->unified): Use `region-beginning' and
10234 `region-end' instead of `mark' and `point'.
10235 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
10236 Operate on region in Transient Mark mode when the mark is active.
10237 Use `region-beginning' and `region-end' instead of `mark' and
10238 `point'.
10239 (diff-hunk-text, diff-goto-source): Doc fix.
10240
10241 * startup.el (fancy-splash-screens, normal-splash-screen): Use
10242 face `mode-line-buffer-id' for mode-line buffer face instead of
10243 hard-coded `(:weight bold)'.
10244
10245 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
10246 buffer-undo-list to t (undo-ask is reproducible by visiting
10247 nested archives).
10248
10249 2006-05-09 Kim F. Storm <storm@cua.dk>
10250
10251 * progmodes/grep.el (rgrep): Set default directory of *grep*
10252 buffer if we start M-x rgrep in the *grep* buffer and choose
10253 a different base directory.
10254
10255 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
10256
10257 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
10258 completion also when ido is loaded.
10259
10260 2006-05-09 Masatake YAMATO <jet@gyve.org>
10261
10262 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
10263 "warning" and "import".
10264 (cpp-font-lock-keywords): Added "warning".
10265
10266 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10267
10268 * term/xterm.el (terminal-init-xterm): Add more key bindings.
10269
10270 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
10271
10272 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
10273 pages at a time, if we signal the end, we should indeed reach that end.
10274
10275 2006-05-08 David Reitter <david.reitter@gmail.com>
10276
10277 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
10278 output during execution of the body.
10279
10280 2006-05-08 Kim F. Storm <storm@cua.dk>
10281
10282 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
10283
10284 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
10285
10286 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
10287 Use with-current-buffer.
10288
10289 2006-05-07 Kim F. Storm <storm@cua.dk>
10290
10291 * subr.el (add-to-history): Remove keep-dups arg.
10292
10293 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
10294 to nil around call to add-to-history.
10295
10296 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
10297
10298 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
10299 than after a buffer modification.
10300
10301 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
10302
10303 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
10304 call to...
10305 (gud-watch): ...here so speedbar is raised for already watched
10306 expressions.
10307 (gdb-speedbar-refresh): Delete function.
10308 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
10309 Use speedbar-timer-fn instead of speedbar-refresh (reverting
10310 earlier change).
10311 (gdb-var-evaluate-expression-handler)
10312 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
10313
10314 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
10315 Update localized contents for all buffers except ignored modes.
10316
10317 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10318
10319 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
10320 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
10321 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
10322 (mac-handle-font-panel-closed, mac-handle-font-selection):
10323 New functions.
10324 (mac-font-panel-mode): New minor mode.
10325 (mac-apple-event-map): Add bindings for toolbar toggle button and
10326 font panel.
10327 (menu-bar-showhide-menu): Add mac-font-panel-mode.
10328
10329 2006-05-07 John Paul Wallington <jpw@pobox.com>
10330
10331 * ibuffer.el (ibuffer-compressed-file-name-regexp):
10332 Avoid `regexp-opt'; simplify regexp for readability.
10333
10334 2006-05-06 Eli Zaretskii <eliz@gnu.org>
10335
10336 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
10337 * files.el (buffer-stale-function):
10338 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
10339 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
10340 links to the main manual, not to emacs-xtra.
10341
10342 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10343
10344 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
10345 MacJapanese if text is ASCII-only.
10346
10347 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
10348
10349 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
10350 unless so nil isn't returned.
10351 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
10352
10353 2006-05-06 Kim F. Storm <storm@cua.dk>
10354
10355 * subr.el (add-to-history): New function.
10356
10357 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
10358 (ediff-merge-files-with-ancestor):
10359 * env.el (setenv):
10360 * isearch.el (isearch-update-ring):
10361 * server.el (server-visit-files):
10362 * progmodes/grep.el (lgrep, rgrep):
10363 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
10364 * progmodes/xscheme.el (xscheme-insert-expression):
10365 Use add-to-history.
10366
10367 * kmacro.el (kmacro-push-ring): Use add-to-history.
10368 (kmacro-ring-length): Remove unused defun.
10369 (kmacro-start-macro): Use kmacro-push-ring.
10370
10371 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
10372
10373 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
10374 directly instead of a lambda expression that calls it.
10375
10376 2006-05-06 Kim F. Storm <storm@cua.dk>
10377
10378 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
10379 instead of compute-motion.
10380
10381 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
10382
10383 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
10384 change.
10385
10386 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
10387
10388 * startup.el (command-line-1): Refer to "Pure Storage" on
10389 pure-space-overflow.
10390
10391 2006-05-05 Martin Rudalics <rudalics@gmx.at>
10392
10393 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
10394 provided faces once they all have been used up.
10395
10396 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10397
10398 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
10399 reference to the Lisp manual to the warning about pure space
10400 overflow.
10401
10402 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
10403
10404 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
10405 argument to avoid the call to `ispell-internal-change-dictionary'
10406 when not needed.
10407 (ispell-change-dictionary): Use this argument and call
10408 `ispell-internal-change-dictionary' after the possible change
10409 to `ispell-local-dictionary'.
10410 (ispell-internal-change-dictionary): Check for a change in
10411 personal dictionary use too.
10412
10413 2006-05-05 Eli Zaretskii <eliz@gnu.org>
10414
10415 * startup.el (command-line): On MS-Windows, probe "~", not
10416 "~USER", for warning about non-existent home directory
10417
10418 * arc-mode.el (archive-l-e): New optional argument `float' means
10419 generate a float value.
10420 (archive-arc-summarize, archive-lzh-summarize)
10421 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
10422 with 3rd argument non-nil when file's size is being computed.
10423 Format the file sizes with %8.0f instead of %8d.
10424
10425 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10426
10427 * cus-start.el (all): Add mac-dnd-known-types.
10428
10429 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
10430 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
10431 (mac-TIFF-to-string): New functions.
10432 (x-get-selection, x-selection-value)
10433 (mac-select-convert-to-string): Use them.
10434 (mac-text-encoding-mac-japanese-basic-variant): New constant.
10435 (mac-dnd-types-alist): New customization variable.
10436 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
10437 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
10438 (mac-dnd-handle-drag-n-drop-event): New functions.
10439 (mac-drag-n-drop): Remove function.
10440 (global-map): Bind drag-n-drop and M-drag-n-drop to
10441 mac-dnd-handle-drag-n-drop-event.
10442
10443 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
10444
10445 * progmodes/perl-mode.el (perl-beginning-of-function):
10446 Skip anonymous subs.
10447
10448 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
10449
10450 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
10451 regexp-opt at run time.
10452
10453 * term.el (term-handle-ansi-escape): Fix off by one error.
10454
10455 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
10456
10457 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
10458 (gdb-init-1, gdb-post-prompt): ...and references to it.
10459 (gdb-frame-handler): Strip directory name from filename if present.
10460
10461 * progmodes/gud.el (gdb-force-update): Delete defvar
10462 (gud-speedbar-buttons): ...and references to it. Use window-start
10463 to try to keep positon in watch expression.
10464
10465 2006-05-03 Richard Stallman <rms@gnu.org>
10466
10467 * simple.el (next-history-element, previous-history-element): Doc fix.
10468
10469 * isearch.el (isearch-update-ring): Doc fix.
10470
10471 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
10472
10473 * isearch.el (isearch-update-ring): Take history-delete-duplicates
10474 into consideration. Replace one arm ifs with whens.
10475
10476 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
10477
10478 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
10479 (menu): Fix typo.
10480
10481 2006-05-02 Miles Bader <miles@gnu.org>
10482
10483 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
10484
10485 2006-05-02 Jay Belanger <belanger@truman.edu>
10486
10487 * calc/calc-embed.el (calc-override-minor-modes-map)
10488 (calc-override-minor-modes): New variables.
10489 (calc-do-embedded): Make sure that Calc keystrokes aren't
10490 overwritten by minor modes.
10491
10492 2006-05-02 Chong Yidong <cyd@mit.edu>
10493
10494 * msb.el (msb): If EVENT is a down event, read and discard the up event.
10495
10496 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
10497
10498 * startup.el (command-line-1): Refer to Lisp manual when
10499 pure-space-overflow occurs.
10500
10501 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
10502 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
10503 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
10504 (version-control): Don't use `t' for safe-local-variable declarations.
10505
10506 2006-05-01 Richard Stallman <rms@gnu.org>
10507
10508 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
10509 M-r, M-R, M-A, M-SPC or M-DEL.
10510 (diff-mode-map): diff-refine-hunk now on C-c C-w
10511 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
10512
10513 * help-mode.el (help-mode): view-exit-action calls delete-window
10514 only when it is safe and possible.
10515
10516 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
10517 in messages.
10518
10519 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
10520
10521 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
10522 in the default tool-bar-map.
10523
10524 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
10525
10526 * net/tramp.el (tramp-completion-file-name-handler-alist)
10527 (tramp-run-real-handler, tramp-completion-run-real-handler)
10528 (tramp-completion-handle-file-name-all-completions)
10529 (tramp-completion-handle-file-name-completion): Autoload them.
10530 (tramp-completion-handle-file-exists-p)
10531 (tramp-completion-handle-file-name-directory)
10532 (tramp-completion-handle-file-name-nondirectory)
10533 (tramp-completion-handle-expand-file-name): Remove them.
10534 (tramp-handle-file-name-directory): Return the real directory name.
10535 Returning "/" only doesn't need to be necessary any longer.
10536 (tramp-file-name-handler): Make special attention when in hostname
10537 completion mode.
10538 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
10539 (tramp-register-file-name-handlers):
10540 Register `tramp-completion-file-name-handler' only when
10541 `partial-completion-mode' is enabled.
10542 (tramp-completion-handle-file-name-all-completions):
10543 Delete directory part from results.
10544 (tramp-get-completion-methods, tramp-get-completion-user-host):
10545 Discard deleting "/", it doesn't work after the change of
10546 `tramp-handle-file-name-directory' above.
10547
10548 2006-05-01 Kim F. Storm <storm@cua.dk>
10549
10550 * progmodes/grep.el (grep-expand-template): Use save-match-data
10551 and symbol-value.
10552
10553 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10554
10555 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
10556 Use select-frame-set-input-focus instead of raise-frame.
10557 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
10558
10559 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
10560
10561 * progmodes/gud.el (gud-def): Add %c case.
10562 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
10563 (gud-format-command): Make match case sensitive. Match on %F.
10564
10565 2006-04-30 Glenn Morris <rgm@gnu.org>
10566
10567 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
10568 (cal-tex-preamble): Use cal-tex-preamble-extra.
10569 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
10570 than alias `list-diary-entries'.
10571
10572 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
10573
10574 * help-fns.el (describe-variable): Add info about safe local variables.
10575
10576 2006-04-29 Richard Stallman <rms@gnu.org>
10577
10578 * bindings.el (mode-line-format): help-echo doc fixes.
10579
10580 * net/tramp.el (tramp-file-name-handler-alist): Delete
10581 expand-file-name and other operations that can cause spurious loading.
10582
10583 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
10584
10585 * files.el (safe-local-variable-p): Remove support for the special
10586 value t.
10587
10588 * textmodes/paragraphs.el (sentence-end-without-space):
10589 Fix safety predicate.
10590 (sentence-end-double-space, sentence-end-without-period)
10591 (paragraph-ignore-fill-prefix):
10592 * textmodes/fill.el (colon-double-space):
10593 * abbrev.el (abbrev-mode): Tighten the safety predicate.
10594
10595 * subr.el (booleanp): New fun.
10596
10597 * textmodes/reftex-vars.el (reftex-guess-label-type):
10598 Tighten the safety predicate.
10599
10600 2006-04-28 Kim F. Storm <storm@cua.dk>
10601
10602 * progmodes/grep.el (defgroup grep): Doc fix.
10603 (grep-auto-highlight): Remove.
10604 (grep-template): New defcustom.
10605 (grep-find-template): Rename from grep-tree-template.
10606 (grep-files-aliases): Rename from grep-tree-files-aliases.
10607 Remove "all" alias, add "l" alias.
10608 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
10609 (grep-find-ignored-directories): New defcustom to replace
10610 grep-tree-ignore-CVS-directories, to facilitate ignoring
10611 subdirectories for multiple version control systems.
10612 (grep-mode-map): Add Recursive grep item to GREP menu.
10613 (grep-regexp-history, grep-files-history): New defvars.
10614 (grep-probe): New helper function.
10615 (grep-compute-defaults): Use it to simplify code.
10616 Adapt to name changes.
10617 Use `.' as base in grep-find-template rather than <D>.
10618 (grep): Remove superfluous highlight-regexp arg. Fix doc.
10619 Call grep-compute-defaults unconditionally.
10620 (grep-expand-keywords): New defconst.
10621 (grep-expand-template): Rename from grep-expand-command-macros.
10622 Simplify via grep-expand-keywords. Look at case-fold-search instead
10623 of grep-tree-ignore-case to add -i option.
10624 Bind case-fold-search to nil while matching keywords.
10625 (grep-tree-last-regexp, grep-tree-last-files): Remove.
10626 (grep-read-regexp, grep-read-files): New helper functions.
10627 (rgrep): Rename from grep-tree. Rework to use proper histories.
10628 Adapt to changes in defcustoms and functions above.
10629 (lgrep): New command, as grep, but using same interactive UI as rgrep.
10630
10631 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
10632
10633 * net/tramp.el (tramp-completion-file-name-handler):
10634 Disable Tramp's functionality while loading Tramp itself.
10635 (tramp-register-file-name-handlers): That's a defsubst now.
10636 Code from `tramp-repair-jka-compr' moved here. Apply it via
10637 `after-init-hook'.
10638 (tramp-repair-jka-compr): Remove.
10639
10640 2006-04-27 Jay Belanger <belanger@truman.edu>
10641
10642 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
10643 read expression when `math-read-big-expr' doesn't work.
10644
10645 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
10646
10647 * startup.el (command-line-1): Display warning when
10648 pure-space-overflow is non-nil.
10649
10650 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10651
10652 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
10653 risky.
10654
10655 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10656
10657 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
10658 Return the URL or nil if none can be generated.
10659
10660 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
10661
10662 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
10663 byte compiler warnings.
10664 (gud-basic-call, gud-find-expr): Let user select an expression
10665 for printing. Print expression as well as value in GUD buffer.
10666
10667 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
10668
10669 * allout.el: Remove local autoload declaration for
10670 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
10671 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
10672 (allout-plain-bullets-string, allout-distinctive-bullets-string)
10673 (allout-use-mode-specific-leader, allout-old-style-prefixes)
10674 (allout-stylish-prefixes, allout-numbered-bullet)
10675 (allout-file-xref-bullet, allout-presentation-padding)
10676 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
10677 safe-local-variable with suitable value spec, and add autoload
10678 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
10679 (move-beginning-of-line, move-end-of-line): Repair so these compat
10680 functions now actually resituate the point, when appropriate.
10681
10682 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10683
10684 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
10685
10686 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
10687 (add-log-iso8601-time-string): Fix call to format-time-string.
10688
10689 2006-04-26 Kim F. Storm <storm@cua.dk>
10690
10691 * subr.el (posn-string, posn-image, posn-object): Doc fix.
10692
10693 2006-04-26 Masatake YAMATO <jet@gyve.org>
10694
10695 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
10696 Add support for "//" style comments. Remove `b' flag
10697 from ?* in `asm-mode-syntax-table'.
10698
10699 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
10700
10701 * follow.el: Use (featurep 'xemacs) everywhere.
10702 (follow-mode): Use define-minor-mode.
10703 (follow-mode-map): Move initialization into the declaration.
10704 Use command remapping.
10705 (follow-emacs-version-xemacs-p): Remove.
10706 (follow-submit-feedback): Remove.
10707
10708 * allout.el (allout-layout, allout-passphrase-verifier-string)
10709 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
10710
10711 * textmodes/reftex-vars.el (reftex-vref-is-default)
10712 (reftex-fref-is-default, reftex-guess-label-type):
10713 Tighten up a bit the safety predicate.
10714
10715 * textmodes/paragraphs.el (sentence-end-double-space)
10716 (sentence-end-without-period, sentence-end-without-space)
10717 (page-delimiter, paragraph-ignore-fill-prefix):
10718 Tighten up a bit the safety predicate.
10719
10720 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
10721
10722 * progmodes/python.el (python-continuation-line-p)
10723 (python-beginning-of-statement): syntax-ppss may return
10724 a negative depth.
10725 (python-mode): Don't forcefully enable font-lock.
10726
10727 * time-stamp.el (time-stamp-start, time-stamp-end)
10728 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
10729
10730 * add-log.el: Remove spurious * in docstrings.
10731 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
10732 (add-change-log-entry): Use it here, since it's not specific
10733 to iso8601.
10734 (add-log-iso8601-time-string): Don't use it here any more.
10735 (change-log-indent-text, change-log-indent): Rename from add-log-*.
10736
10737 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
10738
10739 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
10740
10741 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
10742 (rcirc-toggle-low-priority): Doc fix.
10743 (rcirc-handler-NOTICE): Remove beginning of line anchor in
10744 ChanServ regexp.
10745 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
10746 #emacs.
10747 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
10748 (rcirc-decode-coding-system): Use utf-8 as the default.
10749 (rcirc-multiline-minor-mode): Set the fill-column.
10750 (rcirc-format-response-string): Display bright and dim nicks.
10751 (rcirc-browse-url): Update interactive spec to fill ARG.
10752 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
10753 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
10754
10755 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
10756
10757 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
10758 case for @Article, etc.
10759
10760 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
10761
10762 * net/tramp.el (tramp-register-file-name-handlers): New defun.
10763 Added with autoload cookie.
10764 (tramp-unload-file-name-handlers): Rename from
10765 `tramp-unload-file-name-handler-alist'.
10766
10767 2006-04-23 Romain Francoise <romain@orebokech.com>
10768
10769 * comint.el (comint-match-partial-filename): Doc fix.
10770
10771 2006-04-21 Glenn Morris <rgm@gnu.org>
10772
10773 * calendar/cal-menu.el (calendar-mode-map): Refer to
10774 `diary-view-entries' rather than alias `view-diary-entries'.
10775 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
10776
10777 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
10778
10779 * progmodes/antlr-mode.el (antlr-default):
10780 * cus-edit.el (custom-documentation):
10781 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
10782 in defface.
10783
10784 2006-04-21 Kim F. Storm <storm@cua.dk>
10785
10786 * image.el (image-type): New defun split out of create-image.
10787 (create-image): Use it.
10788
10789 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
10790
10791 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
10792 (org-open-at-point): Remove the "...done" message to keep output
10793 in the echo area visible.
10794 (org-export-as-xoxo): Fix call to `indent-region'.
10795
10796 2006-04-21 Kevin Ryde <user42@zip.com.au>
10797
10798 * international/mule.el (keyboard-coding-system): defcustom
10799 info-link fixes: "Specify Coding" has been split, keyboard now in
10800 "Terminal Coding", and "Single-Byte Character Support" is now
10801 "Unibyte Mode".
10802
10803 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
10804
10805 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
10806 Use font-lock-warning-face for any errors e.g. no stack.
10807 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
10808
10809 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
10810
10811 * progmodes/sh-script.el (sh-shell): Mark as safe.
10812
10813 * newcomment.el (comment-start, comment-start-skip)
10814 (comment-end-skip, comment-end): Mark as safe.
10815
10816 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
10817
10818 * textmodes/org.el (org-deadline-announce): Face removed.
10819 (org-level-faces, org-n-levels): Convert to constant.
10820 (org-compatible-face): New function.
10821 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
10822 (org-level-5, org-level-6, org-level-7, org-level-8)
10823 (org-special-keyword, org-warning, org-headline-done, org-link)
10824 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
10825 (org-scheduled-today, org-scheduled-previously, org-time-grid):
10826 Face definition revised for better color tty support.
10827 (org-bold-re, org-italic-re, org-underline-re): New constants.
10828 (org-set-font-lock-defaults): Use the new constants.
10829 (org-agenda-highlight-todo): New function.
10830 (org-agenda-todo): Fix bug with point at end of line.
10831 (org-agenda-change-all-lines, org-finalize-agenda-entries):
10832 Fontify TODO keywords.
10833 (org-insert-link): Preserve relative path in ../ links.
10834 (org-export-as-html): Convert links pointing to .org files into
10835 links that will work beteen the exported HTML files.
10836 (org-todo-list): Fix bug when arg=0.
10837 (org-insert-heading): More fine-tuning.
10838
10839 2006-04-19 Romain Francoise <romain@orebokech.com>
10840
10841 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
10842 from `rmail-mime-charset-pattern'.
10843
10844 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10845
10846 * progmodes/python.el (python-mode): Fix typo.
10847
10848 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
10849
10850 * comint.el (comint-previous-input): Don't clobber input line
10851 when moving off either end of the input history ring.
10852 (comint-delete-input): New function, used by
10853 `comint-previous-input' and others.
10854 (comint-previous-matching-input):
10855 Use `coming-delete-input'. Save the partial input if leaving the
10856 edit line. Goto point-max before deleting input to avoid
10857 partial input fragments hanging around.
10858 (comint-restore-input): New function, used by `comint-previous-input'.
10859
10860 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
10861
10862 * imenu.el (imenu--index-alist): Balance parentheses.
10863
10864 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
10865
10866 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
10867
10868 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
10869
10870 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
10871 file is nil.
10872
10873 2006-04-18 Richard Stallman <rms@gnu.org>
10874
10875 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
10876
10877 * imenu.el (imenu-create-index-function, imenu--index-alist)
10878 (imenu--last-menubar-index-alist, imenu--make-index-alist)
10879 (imenu-default-create-index-function, imenu--generic-function):
10880 Doc fixes.
10881
10882 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
10883
10884 * help-mode.el (help-mode): Set view-exit-action to delete window.
10885
10886 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
10887 now works by passing nil as arg.
10888
10889 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
10890
10891 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
10892 (read-abbrev-file): Provide default when reading filename.
10893
10894 * files.el (enable-local-variables): Allow :all as value.
10895 (hack-local-variables): Implement that value.
10896 (safe-local-variable-values, safe-local-eval-forms)
10897 (enable-local-variables): Mark as risky.
10898 (find-file-visit-truename, kept-old-versions): Mark safe.
10899
10900 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
10901 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
10902 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
10903
10904 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10905
10906 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
10907 Use forward-line so as to get to BOL even in the presence of fields.
10908 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
10909 in return.
10910 (inferior-tcl): Tell tclsh to work in interactive mode.
10911
10912 * complete.el (partial-completion-mode):
10913 Use 'choose-completion-string-functions to make sure that
10914 choose-completion fills the minibuffer properly.
10915
10916 * complete.el (PC-old-read-file-name-internal): Remove.
10917 (PC-read-include-file-name-internal): Remove. Turn it into an advice
10918 of read-file-name-internal.
10919 (partial-completion-mode): Enable/disable this advice.
10920
10921 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
10922
10923 * net/tramp.el (tramp-completion-file-name-handler): Revert change
10924 of 2006-04-17.
10925
10926 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
10927
10928 * textmodes/org.el (org-insert-heading): Insert heading before
10929 current if at beginning of line.
10930 (org-todo, org-date): New faces.
10931 (org-table-align): Make sure tooltip window contains full text.
10932 (org-no-properties): New defsubst.
10933 (org-set-font-lock-defaults): Use new faces.
10934
10935 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
10936
10937 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
10938 for root variables.
10939
10940 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
10941 (gdb-frame-address): Re-use to identify frame for watch expression.
10942 (gdb-var-list, gdb-var-create-handler): Add frame address for root
10943 variables.
10944 (gdb-init-1, gdb-source, gdb-post-prompt)
10945 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
10946 (gdb-frame-handler): Get gdb-frame-address.
10947
10948 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
10949
10950 Sync with Tramp 2.0.53.
10951
10952 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
10953 'control. Reported by Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>.
10954 (tramp-completion-file-name-handler): Add autoload cookie for
10955 adding to `file-name-handler-alist'.
10956
10957 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
10958 the prompt. If it returns earlier (when detecting an error
10959 message), the rest of the output will merge accidently with the
10960 output of the next command. Reported by M Jared Finder
10961 <jared@hpalace.com>.
10962
10963 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
10964 for `process-file', in order to let it work for older Emacsen too.
10965
10966 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
10967
10968 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
10969 (tex-font-lock-keywords-3): Use it.
10970
10971 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10972
10973 * newcomment.el (comment-add): New function.
10974 (comment-region-default, comment-dwim): Use it.
10975
10976 2006-04-15 Michael Olson <mwolson@gnu.org>
10977
10978 * emacs-lisp/tq.el: Improve comments.
10979 (tq-queue-head-question): New accessor function.
10980 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
10981 Update for modified queue structure.
10982 (tq-queue-add): Accept `question' argument.
10983 (tq-queue-pop): If a question is pending, send it.
10984 (tq-enqueue): Accept new optional argument `delay-question'.
10985 If this is non-nil, and at least one other question is pending a
10986 response, queue the question rather than sending it immediately.
10987
10988 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10989
10990 * calendar/appt.el (appt-add): Check whether an appointment is
10991 already present in appt-time-msg-list. Simplify code.
10992
10993 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10994
10995 * progmodes/cc-langs.el (c-mode-menu):
10996 Don't presume c-subword-mode is bound.
10997
10998 2006-04-13 Bill Wohler <wohler@newt.com>
10999
11000 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
11001 (customize-package-emacs-version): Use cdr instead of cadr now
11002 that alists use dotted pairs.
11003
11004 * custom.el (defcustom): Fix docstring for :package-version.
11005
11006 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
11007
11008 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
11009 (tramp-handle-shell-command): Display output buffer only when
11010 `tramp-display-shell-command-buffer' is true.
11011 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
11012
11013 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11014
11015 * textmodes/org.el (org-set-autofill-regexps): Set only the local
11016 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
11017
11018 2006-04-13 Romain Francoise <romain@orebokech.com>
11019
11020 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
11021 leaving temporary .cvsignore buffers behind.
11022
11023 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11024
11025 * textmodes/org.el (org-set-regexps-and-options)
11026 (org-get-current-options): Better names for the startup folding
11027 options.
11028
11029 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
11030
11031 * vc.el (vc-annotate): Arrange for point to end up at the same
11032 line number as in the original, but only when using a new buffer.
11033
11034 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
11035
11036 * files.el (hack-one-local-variable-eval-safep):
11037 Recognize `edebug-form-spec' for `put', but only if it passes
11038 `edebug-basic-spec'. Generalize `put' handling.
11039
11040 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
11041 vetting file-local form specs.
11042
11043 * allout.el (allout-layout): Autoload its `safe-local-variable'
11044 property.
11045
11046 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
11047
11048 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
11049 (org-agenda-mouse-1-follows-link)
11050 (org-mouse-1-follows-link): New options.
11051 (org-format-agenda-item): Fix bug if TAGS is nil.
11052 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
11053
11054 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
11055
11056 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
11057 GDB 6.1+ gives full filename for "info sources" so use
11058 file-name-nondirectory.
11059
11060 2006-04-12 Romain Francoise <romain@orebokech.com>
11061
11062 * subr.el (read-passwd): Bind `message-log-max' to nil.
11063
11064 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * progmodes/perl-mode.el (perl-indent-new-calculate):
11067 Recompute parse-start after jumping backward by a whole sexp.
11068
11069 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11070
11071 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
11072 window configuration.
11073 (vc-annotate-display-select): Select the buffer so that current-buffer
11074 (and selected-window) is the output buffer at the end of vc-annotate.
11075
11076 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
11077
11078 * vc.el (vc-annotate-color-map): Add custom TTY color map for
11079 8-color terminals, to use all of the colors in a sensible order.
11080 256-color terminals work well with the standard map.
11081 (vc-annotate-lines): Only strip the first color character if it
11082 is "#", to allow for terminal-style named colors.
11083 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
11084 the correct buffer is scrolled.
11085
11086 2006-04-11 Richard Stallman <rms@gnu.org>
11087
11088 * emacs-lisp/bytecomp.el (byte-compile-file):
11089 Bind enable-local-variables to :safe, and make normal-mode obey it.
11090
11091 * files.el (enable-local-variables): Allow value :safe.
11092 (normal-mode): Doc fix.
11093 (hack-local-variables): Implement enable-local-variables = :safe.
11094 (hack-local-variables-confirm): Don't prevent quitting.
11095
11096 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
11097
11098 * loadhist.el (unload-feature): A bit of sanity check of
11099 load-history entries. Cancel timer-vars before unbinding them.
11100
11101 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
11102 quote special chars, and make the trick work on the hex part of the
11103 buffer as well.
11104 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
11105 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
11106
11107 * startup.el (normal-splash-screen): Fix last change so we don't wait
11108 2 minutes if we don't show the splash screen.
11109
11110 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
11111
11112 * textmodes/org.el (org-export-plain-list-max-depth)
11113 (org-table-spaces-around-separators)
11114 (org-radio-targets, org-activate-camels)
11115 (org-table-spaces-around-invisible-separators): Options removed.
11116 (org-time-stamp-rounding-minutes, org-remember-templates)
11117 (org-ellipsis, org-activate-links, org-descriptive-links):
11118 New options.
11119 (org-remember-apply-template, org-current-time)
11120 (org-finish-edit-table-field)
11121 (org-link-unescape, org-link-escape)
11122 (org-string-width, org-table-clean-line, org-html-do-expand)
11123 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
11124 (org-read-agenda-file-list): New functions.
11125 (org-table-edit-field)
11126 (org-table-create-or-convert-from-region): New commands
11127 (org-table-toggle-vline-visibility): Command removed.
11128 (org-table-convert-region): Made a command.
11129 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
11130 Replace with the normal org- functions.
11131 (org-self-insert-command): Don't trigger realign unnecessarily
11132 when blanking a field that is not full.
11133 (org-mode): `Set buffer-invisibility-spec' for links.
11134 (org-activate-links2): Hide link part and only show descriptive
11135 part of the link.
11136 (org-insert-link): Modify for new linking system.
11137 (org-store-link): Store description separately, for use by
11138 `org-insert-link'.
11139 (org-table-align): Use `org-string-width'.
11140 (defgroup): Completely new group structure for custom variables.
11141 (org-agenda-files): Option: Single file name allowed. Function:
11142 Optional argument unrestrited means ignore any restricitons.
11143 (org-install-agenda-files-menu): Find a buffer in Org-mode before
11144 trying to modify the menu. Use generalized access to
11145 `org-agenda-files.'
11146 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
11147 (org-agenda-file-to-front, org-remove-file, org-diary)
11148 (org-tags-view, org-export-icalendar-all-agenda-files)
11149 (org-export-icalendar-combine-agenda-files): Use generalized
11150 access to `org-agenda-files'.
11151 (org-remember-handler): Correctly preserve heading if present.
11152 (org-table-insert-row, org-table-insert-hline): Deal with
11153 invisible characters.
11154
11155 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
11156
11157 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
11158 (vc-annotate-color-map): New 18 element constant
11159 value/saturation, rotating hue colormap, from red->blue.
11160 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
11161 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
11162 (vc-annotate): To avoid killing the required local variables,
11163 set them before the end of `with-output-to-temp-buffer', and
11164 after first switching to annotate-mode.
11165 (vc-annotate-warp-version): Add buffer argument in goto-line to
11166 ensure annotation, not source, is scrolled.
11167
11168 2006-04-10 Bill Wohler <wohler@newt.com>
11169
11170 * custom.el (defcustom, custom-handle-keyword):
11171 Add :package-version keyword.
11172 (custom-add-package-version): New function. Sets value of new
11173 property 'custom-package-version from :package-version keyword.
11174 (defcustom): Create Common Keywords section in docstring.
11175 (defface, defgroup): Replace definitions of a select few keywords
11176 with a reference to the Common Keywords in defcustom.
11177 (defcustom, defface, defgroup): Replace reference to Customization
11178 chapter in manual with hyperlink.
11179
11180 * cus-edit.el (customize-package-emacs-version-alist): New variable.
11181 (customize-changed-options): Add check for custom-package-version.
11182 (customize-package-emacs-version): New function to look up Emacs
11183 version corresponding to the given package version.
11184
11185 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
11186 defun name, in similar fashion to find-variable-regexp.
11187
11188 2006-04-10 Eli Zaretskii <eliz@gnu.org>
11189
11190 * international/mule-cmds.el (set-locale-environment): Fix last
11191 change for when the locale's preferences don't specify any encoding.
11192
11193 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
11194
11195 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
11196 so the defined var/fun doesn't need to be quoted.
11197
11198 2006-04-10 Richard Stallman <rms@gnu.org>
11199
11200 * finder.el (finder-mode-map): Add n and p bindings.
11201
11202 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
11203
11204 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
11205 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
11206 (gdb-setup-windows): Put something in source window if we can't find
11207 the source file.
11208 (gdb-frame-handler): Make it work again with just assembly.
11209 (gdb-data-list-register-values-handler): Make it work when there is
11210 no stack.
11211
11212 2006-04-09 Richard Stallman <rms@gnu.org>
11213
11214 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
11215 specs while looking for charset.
11216
11217 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
11218
11219 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
11220 Make them faces.
11221 (lm-font-lock-keywords): Update appropriately.
11222
11223 2006-04-10 Kim F. Storm <storm@cua.dk>
11224
11225 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
11226 it can also replace buffer-substring-no-properties.
11227
11228 * emulation/cua-base.el (cua-delete-region, cua-paste)
11229 (cua-repeat-replace-region): Use filter-buffer-substring.
11230
11231 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
11232 (cua-cut-region-to-global-mark): Likewise.
11233
11234 * emulation/cua-rect.el (cua--extract-rectangle)
11235 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
11236
11237 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11238
11239 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
11240 entry-type. Add field delimiters to numerical fields if they are
11241 not present.
11242
11243 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11244
11245 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
11246 string-const to return value.
11247 (bibtex-remove-delimiters): Use it.
11248
11249 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
11250
11251 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
11252 cl-byte-compile-compiler-macro unless it exists.
11253
11254 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11255
11256 * files.el (hack-local-variables-confirm) <offer-save>:
11257 Clarify message text. Suggested by Ralf Angeli.
11258
11259 2006-04-08 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
11260
11261 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
11262 (delete-extract-rectangle-line): Use `filter-buffer-substring'
11263 instead of `buffer-substring' and `delete-region'. (Most of the
11264 code actually copied from `kill-region'.)
11265
11266 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
11267
11268 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
11269 (rcirc-default-port): Rename from rcirc-port.
11270 (rcirc-default-nick): Rename from rcirc-nick.
11271 (rcirc-default-user-name): Rename from rcirc-user-name.
11272 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
11273 (rcirc-low-priority-flag): New variable.
11274 (rcirc-decode-coding-system): New defcustom.
11275 (rcirc-encode-coding-system): New defcustom.
11276 (rcirc-coding-system-alist): New defcustom.
11277 (rcirc-multiline-major-mode): New defcustom.
11278 (rcirc-nick): New internal variable.
11279 (rcirc-process): Remove variable.
11280 (rcirc-server-buffer): New variable.
11281 (rcirc): Update to use rcirc-default-* variables above.
11282 (rcirc-connect): Do not add window-configuration-hook-here.
11283 (rcirc-server): New internal variable.
11284 (rcirc-connect): Do not send keepalive pings if
11285 rcirc-keepalive-seconds is nil.
11286 (with-rcirc-server-buffer): New macro.
11287 (rcirc-send-string): Encode with rcirc-encode-coding-system.
11288 (rcirc-server-name): Rename from rcirc-server.
11289 (rcirc-buffer-process): New function.
11290 (rcirc-buffer-nick): New function.
11291 (rcirc-buffer-target): Remove function.
11292 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
11293 New commands.
11294 (rcirc-mode-map): Change binding of C-c C-l to
11295 rcirc-toggle-low-priority.
11296 (rcirc-mode): Initialize coding system based on
11297 rcirc-coding-system-alist. New change-major-mode-hook to part the
11298 channel on a mode change. Make kill-buffer-hook buffer-local.
11299 (rcirc-change-major-mode-hook): New function.
11300 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
11301 (rcirc-last-post-time): New variable.
11302 (rcirc-process-message): Store the last time user posted a message
11303 to this target.
11304 (rcirc-multiline-minor-mode): New mode.
11305 (rcirc-multiline-minor-mode-map): New mode map.
11306 (rcirc-edit-multiline): Put multiline-edit buffer in
11307 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
11308 (rcirc-print): Ignore any line starting with an ignored nick.
11309 (rcirc-print): Decode using rcirc-decode-coding-system.
11310 (rcirc-track-minor-mode): Update global-mode-string when disabling
11311 this mode.
11312 (minor-mode-alist): Add LowPri indicator.
11313 (rcirc-toggle-low-priority): New function.
11314 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
11315 next lowpriority buffer with activity.
11316 (rcirc-record-activity): Sort buffers in rcirc-activity by the
11317 last time the user posted a message in to the target.
11318 (rcirc-update-activity-string): New formatting for low priority
11319 buffers.
11320 (rcirc-split-activity): New function.
11321 (rcirc-handler-PART, rcirc-handler-KICK)
11322 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
11323 (rcirc-nick-away-alist): New variable.
11324 (rcirc-handler-301): New handler. Away messages are printed once
11325 per change.
11326
11327 2006-04-08 Eli Zaretskii <eliz@gnu.org>
11328
11329 * info.el (Info-follow-nearest-node): Doc fix.
11330
11331 * international/mule-cmds.el (set-locale-environment): Make sure
11332 the coding-system preferred by the locale's language has the same
11333 EOL conversion type as the original buffer-file-coding-system.
11334 (locale-language-names): Add a few MS Windows language codes.
11335
11336 2006-04-07 Richard Stallman <rms@gnu.org>
11337
11338 * simple.el (eval-expression): Doc fix.
11339
11340 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
11341 (eval-defun): Doc fixes.
11342
11343 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
11344
11345 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
11346
11347 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
11348
11349 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
11350 GDB list command without argument for greater generality.
11351
11352 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11353
11354 * subr.el (string-or-null-p): New function.
11355
11356 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
11357
11358 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
11359
11360 * files.el: Update comment about safe-local-variable declarations.
11361
11362 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
11363
11364 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
11365 See idlwave.org.
11366
11367 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
11368 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
11369
11370 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
11371 See idlwave.org.
11372
11373 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
11374 version 6.0 (minimal changes). See idlwave.org.
11375
11376 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
11377 6.0 (minimal changes). See idlwave.org.
11378
11379 * progmodes/idlw-rinfo.el: File obsoleted and removed.
11380
11381 2006-04-06 Romain Francoise <romain@orebokech.com>
11382
11383 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
11384 symmetric encryption features and a new asynchronous interface to
11385 GnuPG. This new version is version 1.4, plus whitespace changes.
11386
11387 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
11388
11389 * files.el: Move some `safe-local-variable' declarations to the
11390 respective files.
11391
11392 * textmodes/ispell.el (ispell-check-comments)
11393 (ispell-local-dictionary): Mark as safe.
11394
11395 * abbrev.el (abbrev-mode): Mark as safe.
11396
11397 * add-log.el (change-log-default-name): Mark as safe.
11398
11399 * textmodes/reftex-vars.el (reftex-vref-is-default)
11400 (reftex-fref-is-default, reftex-level-indent)
11401 (reftex-guess-label-type): Mark as safe.
11402
11403 * textmodes/fill.el (colon-double-space): Mark as safe.
11404
11405 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
11406 (sentence-end-double-space, sentence-end-without-period)
11407 (sentence-end-without-space, sentence-end, sentence-end-base)
11408 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
11409
11410 2006-04-06 Kim F. Storm <storm@cua.dk>
11411
11412 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
11413 the :set-after list.
11414 (ido-downcase-unc-hosts): New user option. Default on.
11415 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
11416 when it is set, as regexps are now applied on the fly.
11417 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
11418 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
11419 on the fly, but only when ido-process-ignore-lists is set.
11420 Do case insensitive filtering if ido-downcase-unc-hosts is set.
11421 Only downcase names if ido-downcase-unc-hosts is set.
11422
11423 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
11424
11425 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
11426
11427 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
11428
11429 2006-04-05 Kim F. Storm <storm@cua.dk>
11430
11431 * ido.el (ido-mode): Set after ido-unc-hosts and
11432 ido-ignore-unc-host-regexps.
11433 (ido-save-history): Save ido-unc-hosts-cache.
11434 (ido-load-history): Load ido-unc-hosts-cache.
11435 (ido-reread-directory): Refresh unc hosts cache in // dir.
11436
11437 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
11438 to nil while displaying slash screen.
11439
11440 2006-04-05 Daiki Ueno <ueno@unixuser.org>
11441
11442 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11443 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11444
11445 2006-04-05 Kenichi Handa <handa@m17n.org>
11446
11447 * international/characters.el: Setup cases of Latin, Greek, and
11448 Cyrillic characters in CJK charsets.
11449
11450 2006-03-29 Daiki Ueno <ueno@unixuser.org>
11451
11452 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11453 default-enable-multibyte-characters. This reverts the change from
11454 revision 6.17 which is no longer necessary because the passphrase
11455 is sent separately now. GnuPG messages are unreadable under
11456 multibyte locales with default-enable-multibyte-characters set to nil.
11457
11458 2006-04-04 Andreas Schwab <schwab@suse.de>
11459
11460 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
11461 and `byte-compile-warnings' as `safe-local-variable'.
11462
11463 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
11464
11465 * man.el (Man-mode-map): Restore the \r binding.
11466 (Man-abstract-xref-man-page): If Man-target-string is a function,
11467 call it.
11468 (Man-highlight-references): Use Man-default-man-entry to get the
11469 target. Deal with xrefs too.
11470 (Man-highlight-references0): Don't call the target function.
11471
11472 * woman.el (WoMan-xref-man-page): Strip the section number, woman
11473 cannot deal with it.
11474
11475 2006-04-04 Daiki Ueno <ueno@unixuser.org>
11476
11477 * pgg-gpg.el: Clean up process buffers every time gpg processes
11478 complete.
11479
11480 2006-04-04 Kenichi Handa <handa@m17n.org>
11481
11482 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
11483 here.
11484 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
11485 Temporarily bind inhibit-field-text-motion to t.
11486
11487 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11488
11489 * startup.el (normal-splash-screen): Only set mode-line-format in the
11490 splash buffer, so as not to interfere when debugging the code.
11491 Ignore errors when switching buffer.
11492
11493 2006-04-03 Romain Francoise <romain@orebokech.com>
11494
11495 * dired.el (dired-dnd-protocol-alist): Fix typo.
11496
11497 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
11498
11499 * savehist.el (savehist): Add :version.
11500 (savehist-ignored-variables): New variable.
11501 (savehist-minibuffer-hook): Don't save variables listed in
11502 `savehist-ignored-variables'.
11503
11504 * dired.el (dired-dnd-protocol-alist): Mention that change does
11505 only apply to new buffers in doc string.
11506
11507 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
11508
11509 * recentf.el (recentf-open-files-item): Include newline in button
11510 field, so opening a file will work, when the point is at the end
11511 of the file name. Allow, for example, to [i]search a file by
11512 extension and just push RET to open it.
11513
11514 2006-04-03 Daiki Ueno <ueno@unixuser.org>
11515
11516 * pgg-gpg.el (pgg-gpg-process-filter)
11517 (pgg-gpg-wait-for-completion): Check if buffer is alive.
11518
11519 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11520 lines, temporary fix.
11521
11522 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11523
11524 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
11525
11526 2006-04-02 Richard Stallman <rms@gnu.org>
11527
11528 * progmodes/compile.el (compilation-message-face): Make it defcustom.
11529
11530 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
11531
11532 * ibuf-macs.el (define-ibuffer-column): Add a new key:
11533 header-mouse-map.
11534
11535 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
11536 (ibuffer-mode-header-map): New keymaps.
11537 (ibuffer-update-title-and-summary): Enable mouse face highlighting
11538 and keybindings for column headers.
11539 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
11540 property.
11541
11542 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
11543
11544 * speedbar.el (speedbar-after-create-hook): Doc fix.
11545
11546 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
11547
11548 * shell.el (shell-directory-tracker)
11549 (shell-dynamic-complete-command): Doc fixes.
11550
11551 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
11552
11553 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
11554 terminals.
11555
11556 2006-04-01 Kim F. Storm <storm@cua.dk>
11557
11558 * ido.el (ido-unc-hosts-cache): New defvar.
11559 (ido-unc-hosts): If value of defcustom is a function, call it to
11560 get list of UNC hosts. Add function-item choices to specify
11561 ido-unc-hosts-net-view or user function.
11562 (ido-ignore-unc-host-regexps): New defcustom.
11563 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
11564 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
11565 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
11566
11567 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11568
11569 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
11570 wwidth.
11571
11572 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
11573
11574 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
11575 (ido-max-work-file-list, ido-switch-buffer)
11576 (ido-read-file-name-as-directory-commands):
11577 Fix typos in docstrings.
11578
11579 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11580
11581 * term/mac-win.el (mac-system-coding-system): Define and use after
11582 Mac-specific coding systems are ready.
11583
11584 2006-03-27 Romain Francoise <romain@orebokech.com>
11585
11586 * net/rcirc.el (rcirc-connect): Add autoload cookie.
11587
11588 * ldefs-boot.el: Update.
11589
11590 2006-03-27 Daiki Ueno <ueno@unixuser.org>
11591
11592 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11593 passphrases when it is not needed.
11594 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11595 passphrase stuff from gpg, should only be necessary when you use
11596 gpg with a smartcard.
11597
11598 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
11599
11600 * comint.el (comint-dynamic-list-completions): Allow user to
11601 select *Completions* buffer.
11602
11603 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
11604
11605 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
11606
11607 2006-03-26 Andreas Schwab <schwab@suse.de>
11608
11609 * progmodes/gud.el (gdb): Only complain about multiple debugging
11610 when the gdb process is still running.
11611
11612 2006-03-25 Eli Zaretskii <eliz@gnu.org>
11613
11614 * mail/rmail.el (tool-bar-map): Defvar it.
11615 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
11616 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
11617
11618 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
11619
11620 * help.el (print-help-return-message): Suggest to use
11621 display-buffer instead of switch-to-buffer-other-window to restore
11622 the previous window without selecting it.
11623
11624 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11625
11626 * frame.el (select-frame-by-name): Call x-focus-frame also when
11627 window-system is mac.
11628
11629 * term/mac-win.el: Adjust Courier font specifications in
11630 x-fixed-font-alist.
11631 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
11632 when directly encoding to UTF-16 in native byte order, no BOM.
11633
11634 2006-03-25 Kim F. Storm <storm@cua.dk>
11635
11636 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
11637 (cua--init-keymaps): Use it instead of fixed C-return.
11638 (cua-mode): Set after it.
11639
11640 * emulation/cua-rect.el (cua--init-rectangles):
11641 Use cua-rectangle-mark-key instead of fixed C-return.
11642
11643 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
11644
11645 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
11646 "run" in .gdbinit.
11647 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
11648
11649 2006-03-24 Romain Francoise <romain@orebokech.com>
11650
11651 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
11652 `display-buffer-other-frame'.
11653
11654 2006-03-24 Kim F. Storm <storm@cua.dk>
11655
11656 * apropos.el (apropos-synonyms): Add selection => region.
11657
11658 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11659
11660 * progmodes/gdb-ui.el (gdb-var-create-regexp)
11661 (gdb-var-list-children-regexp, gdb-var-update-regexp)
11662 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
11663 (gdb-data-list-register-values-regexp)
11664 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
11665 Future proof against new fields being added to MI output.
11666 (gdb-send): Don't treat backslashes for program input as
11667 continuations.
11668 (gdb-assembler-handler): Don't use window-start for this handler.
11669 (gdb-frame-handler): Don't change to hollow arrow if overlay
11670 arrow doesn't move to new frame.
11671
11672 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
11673
11674 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
11675 prevent compiler warnings.
11676 (gdb-stopped): Check for gud-last-last-frame (case: signal).
11677 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
11678 (gdb-assembler-custom): Use hollow-right-triangle for assembler
11679 buffer too.
11680
11681 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
11682
11683 * pgg-gpg.el (pgg-gpg-update-agent): Check for
11684 make-network-process, so we can use the same code in Gnus v5-10
11685 too and have this file fully synchronized with that release.
11686
11687 2006-03-23 Romain Francoise <romain@orebokech.com>
11688
11689 * ibuf-ext.el (ibuffer-read-filter-group-name):
11690 Use `ibuffer-generate-filter-groups' to make completion list match
11691 the filter groups that are really displayed in the Ibuffer buffer.
11692 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
11693
11694 2006-03-23 Kenichi Handa <handa@m17n.org>
11695
11696 * international/mule-cmds.el (sort-coding-systems): Describe that
11697 the argument is modified in docstring.
11698
11699 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
11700
11701 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11702 (pgg-gpg-update-agent): New function.
11703 (pgg-gpg-use-agent-p): New function.
11704 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11705 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11706 (pgg-gpg-sign-region): Use it.
11707
11708 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
11709
11710 * cus-edit.el (custom-face-set): Call custom-push-theme before
11711 face-spec set so that `changed' theme is correctly saved.
11712 (custom-face-reset-standard): Reset to recalculated face rather
11713 than defface spec.
11714
11715 * custom.el (custom-push-theme): Only save `changed' theme if the
11716 current face does not match the defface specs.
11717
11718 2006-03-21 Simon Josefsson <jas@extundo.com>
11719
11720 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11721 <wilde@sha-bang.de>.
11722 (pgg-gpg-use-agent): New variable.
11723 (pgg-gpg-process-region): Use it.
11724 (pgg-gpg-encrypt-region): Likewise.
11725 (pgg-gpg-encrypt-symmetric-region): Likewise.
11726 (pgg-gpg-decrypt-region): Likewise.
11727 (pgg-gpg-sign-region): Likewise.
11728 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11729
11730 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
11731
11732 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
11733 bracket links.
11734
11735 2006-03-21 Kim F. Storm <storm@cua.dk>
11736
11737 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
11738 fringe-indicator-alist instead of modifying global value.
11739 (gdb-frame-handler): Likewise.
11740
11741 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
11742
11743 * diff-mode.el (diff-function): Make it inherit from diff-header
11744 instead of diff-context.
11745
11746 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
11747 bitmap.
11748 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
11749 change names in macro above for consistency.
11750 (gdb-frame-handler): Use hollow-right-triangle for all selected
11751 frames which except the innermost (where execution has stopped).
11752 (gdb-reset): Reset buffer-local values of overlay-arrow.
11753
11754 2006-03-20 Richard Stallman <rms@gnu.org>
11755
11756 * simple.el (set-mark-command): Doc fix.
11757
11758 * files.el (display-buffer-other-frame): New command.
11759 (ctl-x-4-map): Bind C-x 5 C-o to it.
11760
11761 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11762
11763 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
11764 rather than just defer-time, in case defer-time has been changed but
11765 the timer isn't running yet.
11766 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
11767
11768 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
11769
11770 * help-mode.el (help-follow-symbol): New function.
11771 Essentially identical to the old `help-follow', but do not let
11772 `push-button' do the work when on an xref.
11773 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
11774
11775 2006-03-19 Richard Stallman <rms@gnu.org>
11776
11777 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
11778 preceded by the word `program'.
11779 (help-follow-mouse, help-follow): Throw error if not on xref.
11780 Delete no longer used args.
11781
11782 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
11783
11784 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
11785 annotation ensure gud-overlay-arrow-position is redisplayed.
11786
11787 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11788
11789 * textmodes/bibtex.el (bibtex-include-OPTkey)
11790 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
11791 (bibtex-autokey-name-case-convert)
11792 (bibtex-autokey-titleword-case-convert): Make these the aliases
11793 for the following two variables.
11794 (bibtex-autokey-name-case-convert-function)
11795 (bibtex-autokey-titleword-case-convert-function): Make these the
11796 real names.
11797 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
11798 bibtex-font-lock-crossref sublists.
11799 (bibtex-mode): Revert 2005-12-30 change (which made
11800 completion-ignore-case buffer-local).
11801 (bibtex-url): Simplify.
11802
11803 2006-03-19 Kim F. Storm <storm@cua.dk>
11804
11805 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
11806 cursor property value to 2 (to align with C level change).
11807
11808 2006-03-19 Bill Wohler <wohler@newt.com>
11809
11810 * image.el (image-load-path-for-library): Shorten first line in
11811 docstring.
11812
11813 2006-03-18 Richard Stallman <rms@gnu.org>
11814
11815 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
11816
11817 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
11818
11819 * isearch.el (isearch-other-meta-char): Handle user bindings for
11820 shifted control characters.
11821
11822 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
11823
11824 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
11825 part that matches email addresses, file names, etc.
11826
11827 2006-03-18 Eli Zaretskii <eliz@gnu.org>
11828
11829 * term/w32-win.el (mouse-set-font):
11830 Mention w32-list-proportional-fonts in the doc string.
11831
11832 2006-03-18 Kim F. Storm <storm@cua.dk>
11833
11834 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
11835 (ido-unc-hosts): New user option to explicitly define list of know
11836 UNC-style hosts for completion.
11837 (ido-cache-unc-host-shares-time): New user option.
11838 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
11839 New helper functions for UNC file-name support.
11840 (ido-may-cache-directory): Check for UNC host. Simplify.
11841 (ido-wash-history): Clean out old UNC hosts.
11842 (ido-nonreadable-directory-p): UNC hosts are always readable.
11843 (ido-directory-too-big-p): UNC hosts are never too big.
11844 (ido-set-current-directory): Handle UNC root path.
11845 (ido-file-name-all-completions): Complete UNC host names from
11846 ido-unc-hosts list. Cache UNC host shares.
11847 (ido-make-file-list-1): Don't filter UNC root.
11848 (ido-exhibit): Check for // in root directory, and switch to UNC
11849 mode by setting ido-current-directory to //.
11850
11851 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
11852
11853 * cus-edit.el (customize-changed-options): Mention explicit
11854 version number as default in prompt.
11855
11856 2006-03-17 Bill Wohler <wohler@newt.com>
11857
11858 * image.el (image-load-path-for-library): Minor docstring fix.
11859
11860 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
11861
11862 * textmodes/org.el (org-read-date): Include subgroup 5 into
11863 replacement text.
11864 (org-popup-calendar-for-date-prompt): Fix customization type.
11865
11866 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
11867
11868 * progmodes/gdb-ui.el (gud-watch): Provide completion.
11869 (gdb-continuation): New variable.
11870 (gdb-send): Deal with continuation lines.
11871
11872 * progmodes/gud.el (gud-gdb-complete-command)
11873 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
11874 expressions.
11875 (gud-tooltip-mode): Use buffer-local value.
11876
11877 2006-03-16 Kim F. Storm <storm@cua.dk>
11878
11879 * ido.el (ido-edit-input): Use selected match, if any.
11880
11881 2006-03-16 Bill Wohler <wohler@newt.com>
11882
11883 * image.el (image-load-path-for-library): Prefer user's images in
11884 image-load-path.
11885
11886 2006-03-16 Martin Rudalics <rudalics@gmx.at>
11887
11888 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
11889 when checking for attempt to drag leftmost or rightmost scrollbar.
11890
11891 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
11892
11893 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
11894 (gdb-force-mode-line-update): New function.
11895 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
11896 (gdb-exited): Use them.
11897 (gdb-signal): New function.
11898 (gdb-annotation-rules): Provide a rule for it.
11899
11900 2006-03-16 Kenichi Handa <handa@m17n.org>
11901
11902 * international/mule.el (auto-coding-regexp-alist): Add entries
11903 for Unicode BOM.
11904
11905 * sort.el (sort-build-lists): Temporarily bind
11906 inhibit-field-text-motion to t.
11907
11908 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
11909
11910 * locate.el (locate-command, locate-make-command-line)
11911 (locate-fcodes-file, locate-update-command)
11912 (locate-prompt-for-command, locate, locate-with-filter)
11913 (locate-get-file-positions): Doc fixes.
11914 (locate-buffer-name, locate-header-face): Remove leading `*' in
11915 defcustom.
11916 (locate-filter-output): Use `keep-lines' instead of its alias
11917 `delete-non-matching-lines'.
11918 (locate-get-filename, locate-get-dirname): Add introductory comment.
11919 (locate-find-directory-other-window): Give appropriate error
11920 message if used outside main listing.
11921
11922 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
11925 the new extend-region feature.
11926 (font-lock-after-change-function): Update correspondingly.
11927 * jit-lock.el (jit-lock-after-change): Update correspondingly.
11928 * progmodes/grep.el (font-lock-lines-before): Don't disable.
11929
11930 2006-03-15 Bill Wohler <wohler@newt.com>
11931
11932 * image.el (image-load-path-for-library): Fix example by not
11933 recommending that one binds image-load-path. Just defvar it to
11934 placate compiler and only use it if previously defined.
11935
11936 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
11937
11938 * textmodes/org.el (org-insert-centered): Use `string-width' to
11939 make underlining work for wide characters.
11940 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
11941 TAB to `org-cycle', to make sure that no binding in
11942 `outline-mode-map' can supercede it.
11943
11944 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
11945
11946 * allout.el: Increment version to 2.2.1 in file commentary.
11947
11948 (allout-version): Increment to 2.2.1.
11949
11950 (allout-default-layout): New customization variable, used when the
11951 file lacks a specific allout-layout. Uses allout-layout-type for
11952 recursively nested definition.
11953
11954 (allout-layout-type): Widget defining allout layouts, necessary for
11955 self-recursive definition.
11956
11957 (allout-mode): Incorporate allout-default-layout as fallback for
11958 allout-layout.
11959
11960 (allout-layout): Mark as 'safe-local-variable', and refer mention
11961 fallback to `allout-default-layout' in absence of a specified value.
11962 (allout-passphrase-verifier-string)
11963 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
11964
11965 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
11966
11967 (allout-get-encryption-passphrase-verifier): Use correct name of
11968 passphrase verifier in docstring.
11969
11970 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
11971
11972 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
11973 elements.
11974 (gdb-find-watch-expression): Make it work for arrays too.
11975 Follow change to gdb-var-list.
11976 (gud-watch): Allow the user to enter variable name with a prexix
11977 arg. Create keybindings.
11978 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
11979 (gdb-var-list-children-handler, gdb-var-update-handler)
11980 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
11981 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
11982 Follow change to gdb-var-list.
11983 (gdb-starting): Don't show the overlay arrows when program is running.
11984
11985 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
11986 gdb-var-list.
11987
11988 2006-03-14 Bill Wohler <wohler@newt.com>
11989
11990 * image.el (image-load-path-for-library): Pass value of path
11991 rather than symbol. Always return list of directories.
11992 Guarantee that image directory comes first.
11993
11994 2006-03-14 Alan Mackenzie <acm@muc.de>
11995
11996 * font-core.el (font-lock-extend-region\(-function\)?.):
11997 New function/variable.
11998
11999 * font-lock.el (font-lock-after-change-function):
12000 Call font-lock-extend-region. Obey font-lock-lines-before.
12001 (font-lock-default-fontify-region): Remove reference to
12002 font-lock-lines-before.
12003
12004 * jit-lock.el (jit-lock-after-change):
12005 Call font-lock-extend-region. Obey font-lock-lines-before.
12006
12007 2006-03-14 David Ponce <david@dponce.com>
12008
12009 * tree-widget.el (tree-widget-themes-load-path)
12010 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12011
12012 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
12013
12014 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
12015 (rcirc-print): Mark the start of text at the end of the prompt.
12016 (rcirc-track-minor-mode): Add autoload cookie.
12017 (rcirc-update-activity-string): Add space to front of mode-line
12018 indicator.
12019
12020 2006-03-13 Miles Bader <miles@gnu.org>
12021
12022 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
12023 (rcirc-abbrev-nick): Remove function.
12024 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
12025
12026 2006-03-13 David Ponce <david@dponce.com>
12027
12028 * tree-widget.el: Handle themes across all occurrences of the main
12029 themes sub-directory found in tree-widget-themes-load-path.
12030 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
12031 (tree-widget--locate-sub-directory): Return all occurrences.
12032 (tree-widget-themes-path): New function.
12033 Replace tree-widget-themes-directory, and return a list of directories.
12034 (tree-widget-set-parent-theme)
12035 (tree-widget-lookup-image): Use it.
12036
12037 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
12038
12039 * textmodes/org.el (org-link-search): Avoid self-matching of
12040 links, allow target text to be distributed over several lines.
12041 (org-search-not-link): New function.
12042 (org-set-regexps-and-options, org-get-current-options):
12043 New startup options.
12044 (org-export-as-html): Take odd-level setting from local variable.
12045 (org-fontify-emphasized-text): New option.
12046 (org-set-font-lock-defaults): Include emphasized text.
12047 (org-follow-mhe-link): Allow folder-only links, fix folder name.
12048 (org-font-lock): Customize group renamed from `org-faces'.
12049
12050 2006-03-13 John Paul Wallington <jpw@pobox.com>
12051
12052 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
12053 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
12054
12055 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
12056
12057 * cus-start.el (all): Delete :version keyword for members of the
12058 fringe group, since the entire group is new in 22.1.
12059
12060 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
12061
12062 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
12063 map if value is hexadecimal (an address).
12064 (gud-watch): Only search roots for existing watch expressions.
12065 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
12066 prevent caching problems with speedbar-update-directory-contents.
12067
12068 2006-03-12 Juri Linkov <juri@jurta.org>
12069
12070 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
12071 before comparing with `low' and `warn'.
12072
12073 * info.el (Info-dir-remove-duplicates): Move point to the
12074 beginning of the current line after deleting the entries from
12075 redundant heading. Use marker for `limit' and compare it with
12076 point before calling `re-search-forward'.
12077
12078 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
12079
12080 * simple.el (yank): Fix typo in docstring.
12081
12082 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
12083
12084 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
12085 messages, where "D" is the 6th character.
12086
12087 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12088
12089 * simple.el (yank): Fix last change.
12090
12091 2006-03-11 David Ponce <david@dponce.com>
12092
12093 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
12094 merging elements from the standard ispell-dictionary-alist.
12095 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
12096 alist, and return the new alist.
12097
12098 2006-03-11 Richard Stallman <rms@gnu.org>
12099
12100 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
12101
12102 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
12103 the way it is implemented is too unclean.
12104
12105 * simple.el (kill-region, yank): Doc fix.
12106
12107 * battery.el (battery-echo-area-format): Doc fix.
12108 (battery-mode-line-format): Likewise.
12109 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
12110 (battery-linux-proc-acpi): Ignore batteries that say "charged".
12111
12112 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
12113
12114 * progmodes/octave-mod.el (octave-indent-for-comment):
12115 Behave according to do string.
12116
12117 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
12118
12119 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
12120 Be visible only if major mode is Mail Mode.
12121
12122 * textmodes/flyspell.el (flyspell-external-point-words)
12123 (flyspell-process-localwords): Fix last changes.
12124
12125 2006-03-11 Eli Zaretskii <eliz@gnu.org>
12126
12127 * calendar/holidays.el (list-holidays): Doc fix.
12128
12129 * international/mule.el (auto-coding-alist): Add .odt
12130 (OpenOffice's open document) files.
12131
12132 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
12133 document) files. Mention in the doc string the need to sync with
12134 auto-coding-alist.
12135
12136 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
12137
12138 * files.el (hack-local-variables-confirm): Don't prompt for ! if
12139 enable-local-variables is set to always query, or there is no
12140 savable variable.
12141
12142 2006-03-10 Bill Wohler <wohler@newt.com>
12143
12144 * image.el (image-load-path-for-library): Merge at least three
12145 functions from Gnus and MH-E into this one function that can now
12146 be shared.
12147
12148 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
12151 gdb-remove-mouse-face and remove help-echo too.
12152 (gdb-enqueue-input): Correct conditional clause.
12153
12154 2006-03-10 Glenn Morris <rgm@gnu.org>
12155
12156 * calendar/calendar.el (calendar-holidays): Doc fix.
12157 * calendar/holidays.el (list-holidays): Doc fix.
12158
12159 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
12160
12161 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
12162 it gets called in gdb-prompt anyway.
12163 (gdb-use-separate-io-buffer): Only restore window arrangement for
12164 gdb-many-windows.
12165 (gdb-enqueue-input): Make it harder to send GDB input when program
12166 is running.
12167 (gdb-buffer-list): New variable.
12168 (gdb-remove-mouse-face): New function.
12169 (gdb-starting): Use it when GDB input won't get sent.
12170
12171 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
12172
12173 * help.el (view-lossage): Remove trailing whitespace before
12174 inserting "\n".
12175
12176 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
12177
12178 * files.el (hack-local-variables-confirm):
12179 Set coding-system-for-read to nil before writing to .emacs.
12180
12181 * arc-mode.el (archive-extract): Check if an existing buffer name
12182 comes from a different archive.
12183
12184 * help.el (describe-key-briefly): If KEY is a down event, read and
12185 discard the up event.
12186
12187 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
12188
12189 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
12190 be edited and use font-lock-warning-face for any changes.
12191
12192 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
12193 (gdb-edit-value): Use it to report any errors.
12194
12195 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
12196
12197 * help.el (describe-key): Remove leftover test code.
12198
12199 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
12200
12201 * textmodes/org.el: Move defvars out of eval-when-compile.
12202 Use buffer-file-name variable.
12203 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
12204 arg `file'.
12205 (org-level-faces): Remove startup dependency.
12206 (org-cycle, org-map-tree, org-scan-tags)
12207 (org-remember-handler): Don't call `outline-level' directly.
12208 (org-mhe-search-all-folders): New option.
12209 (org-mhe-get-message-folder-from-index)
12210 (org-mhe-get-message-folder): Fix indexing search.
12211 (org-format-agenda-item): Handle nil TAGS argument.
12212 (org-cleaned-string-for-export, org-activate-target-links)
12213 (org-make-target-link-regexp): Deal with empty radio target list.
12214 (org-tag): New face.
12215 (org-get-level-face): New function.
12216 (org-set-font-lock-defaults): Simplify setup for headlines.
12217 (org-complete): Pass common substring to `display-completion-list'.
12218
12219 2006-03-06 David Ponce <david@dponce.com>
12220
12221 * tree-widget.el: Update Commentary header.
12222 (tree-widget-theme-name): Ignore parent themes.
12223 (tree-widget-set-parent-theme): New function.
12224 (tree-widget-set-theme): Use it.
12225 (tree-widget-set-image-properties): Move definition. Does nothing
12226 if image properties have already been set.
12227 (tree-widget-image-properties): Move definition. Receive an image
12228 name. Set the :pointer property.
12229 (tree-widget-lookup-image): Doc fix. Search in parent themes.
12230 Don't set the :pointer image property.
12231 (tree-widget-convert-widget): New function. Handle :dynargs
12232 compatibility here.
12233 (tree-widget): Use it to :convert-widget. Add the :expander-p
12234 predicate to control when the :expander function is entered.
12235 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
12236 (tree-widget-value-create): Handle :expander-p. widget-apply
12237 :expander.
12238 (tree-widget-expander-p): New function. Default value of the
12239 :expander-p property.
12240
12241 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
12242
12243 * help.el (describe-key): Properly handle the return value of
12244 read-key-sequence when grabbing an up-event. Cleanup mouse-1
12245 remaps. Handle string and vector `follow-link' values.
12246
12247 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
12248
12249 * complete.el (PC-expand-many-files): Try be more careful when parsing
12250 the shell's output.
12251
12252 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * outline.el (hide-sublevels): Provide better interactive default.
12255
12256 2006-03-06 Kenichi Handa <handa@m17n.org>
12257
12258 * international/fontset.el (create-fontset-from-fontset-spec):
12259 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
12260
12261 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
12262
12263 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
12264 backslashes instead of one in regexp.
12265 (gud-tooltip-dereference): Add missing optional argument.
12266
12267 2006-03-04 John Paul Wallington <jpw@pobox.com>
12268
12269 * wdired.el (toplevel): Require `cl' at compile-time.
12270
12271 2006-03-04 Andreas Schwab <schwab@suse.de>
12272
12273 * server.el (server-process-filter): Handle errors during
12274 evaluation of the argument.
12275
12276 2006-03-03 John Paul Wallington <jpw@pobox.com>
12277
12278 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
12279 escape parentheses at beginning of line.
12280 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
12281 (t-mouse-mode): Remove period from end of error message.
12282
12283 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
12284
12285 * textmodes/flyspell.el (flyspell-process-localwords):
12286 Be case-sensitive.
12287
12288 2006-03-03 Martin Rudalics <rudalics@gmx.at>
12289
12290 * cus-edit.el (custom-quote): Remove function, since it has been
12291 moved to custom.el.
12292
12293 * font-lock.el (lisp-font-lock-keywords-2)
12294 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
12295 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
12296 they have no special meaning.
12297
12298 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12299 indirect buffer gets killed before indirect buffer. Use dolist.
12300
12301 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12302
12303 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
12304 value instead of a literal constant (1) on more pauses.
12305
12306 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
12307
12308 * textmodes/flyspell.el (flyspell-external-point-words):
12309 Be case-sensitive.
12310
12311 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
12312
12313 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
12314 with "www".
12315
12316 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
12317
12318 * allout.el: Restablish intermediate missing comment header to
12319 preserve outline structure.
12320 (allout-beginning-of-current-entry): Skip invisible text.
12321 (allout-open-topic): Fix opening a topic at end-of-buffer.
12322 (allout-minor-mode): Move nearer to allout-mode function.
12323
12324 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
12325
12326 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
12327
12328 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
12329
12330 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
12331 is nil.
12332
12333 * progmodes/gud.el (gud-speedbar-menu-items):
12334 Use buffer-local-value and add missing :visible keyword.
12335
12336 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
12337
12338 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
12339
12340 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
12341 must be `follow-link'.
12342
12343 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
12344
12345 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
12346 formatting: No nested anchors.
12347 (org-all-targets): Fix bug with XEmacs compatibility.
12348 (org-read-date): Add (require 'parse-time).
12349 (org-set-tags): Fix bug with extra inserted space.
12350 (org-export-html-style): Define a style class for targets.
12351 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
12352 (org-hide-leading-stars): New option.
12353 (org-hide): New face.
12354 (org-set-font-lock-defaults): Allow to hide leading stars.
12355 (org-get-legal-level, org-tr-level): New functions.
12356 (org-odd-levels-only): New option.
12357 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
12358 (org-demote, org-promote): Deal with double-star levels.
12359 (org-convert-to-odd-levels): New command.
12360
12361 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
12362
12363 * speedbar.el (speedbar-update-localized-contents): Try to
12364 preserve window-start.
12365 (speedbar-update-directory-contents): Try to preserve window-start
12366 and window-point.
12367 (speedbar-update-special-contents): Don't move back to start of window.
12368
12369 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
12370 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
12371 speedbar-timer-fn.
12372 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
12373 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
12374 instead of gdb-speedbar-timer-fn.
12375
12376 2006-02-28 Jay Belanger <belanger@truman.edu>
12377
12378 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
12379 (math-compose-expr): Use latex option when calling
12380 `math-compose-tex-matrix' for latex mode.
12381
12382 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
12383
12384 * speedbar.el: Re-instate comments about developing for speedbar
12385 [this is what info and gdb-ui use even if better methods exist now].
12386
12387 * t-mouse.el: New file.
12388 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
12389 (t-mouse-lispy-buffer-posn-from-coords): Remove.
12390 (t-mouse-make-event-element): Use posn-at-x-y instead.
12391 (t-mouse-make-event): Deal with Fedora Core 3.
12392 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
12393 (t-mouse-mouse-position-function): New function. Use it instead
12394 of advising mouse-position.
12395 (t-mouse-mode): New minor mode.
12396 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
12397
12398 2006-02-27 Glenn Morris <rgm@gnu.org>
12399
12400 * calendar/calendar.el (calendar-holidays): Doc fix.
12401
12402 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
12403
12404 * progmodes/gdb-ui.el (gdb-source-window): New variable.
12405 Re-introduce the concept of a source window.
12406 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
12407 consistency with get-buffer-create.
12408 (def-gdb-auto-update-handler, gdb-info-locals-handler)
12409 (gdb-data-list-register-values-handler)
12410 (gdb-stack-list-locals-handler): Try to preserve window-start as
12411 well as window-point.
12412 (gdb-display-source-buffer): New function (old concept).
12413 (gdb-goto-breakpoint): Use it.
12414
12415 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
12416 for gdb-ui/gdb-mi (old concept).
12417
12418 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
12419
12420 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
12421 binding.
12422
12423 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
12424
12425 * textmodes/reftex-sel.el (reftex-select-label-map)
12426 (reftex-select-bib-map): Add `follow-mouse' binding.
12427
12428 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
12429
12430 * jka-cmpr-hook.el (jka-compr-compression-info-list)
12431 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
12432 Give :set functions to provide automatic updating.
12433 Update docstring. Give compiler defvars early in the file
12434 and move the defcustoms to a later spot where all called functions
12435 are defined.
12436 (jka-compr-file-name-handler-entry): Doc fix.
12437 (jka-compr-compression-info-list--internal)
12438 (jka-compr-mode-alist-additions--internal)
12439 (jka-compr-load-suffixes--internal): New variables.
12440 (jka-compr-install): Set the three above variables.
12441 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12442 (jka-compr-update, jka-compr-set): New functions.
12443 (auto-compression-mode): Doc fix.
12444
12445 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
12446 Update `load-file-rep-suffixes' instead of `load-suffixes'.
12447 Use jka-compr-compression-info-list--internal,
12448 jka-compr-mode-alist-additions--internal and
12449 jka-compr-load-suffixes--internal.
12450
12451 * files.el (load-library):
12452 * loadhist.el (file-loadhist-lookup):
12453 * startup.el (command-line):
12454 * subr.el (locate-library):
12455 * emacs-lisp/autoload.el (update-directory-autoloads):
12456 * emacs-lisp/find-func.el (find-library-suffixes):
12457 Use `get-load-suffixes' instead of `load-suffixes'.
12458
12459 * subr.el (locate-library):
12460 * emacs-lisp/find-func.el (find-library-name):
12461 Use `load-file-rep-suffixes' instead of '("").
12462
12463 2006-02-26 Kim F. Storm <storm@cua.dk>
12464
12465 * ido.el (ido-save-history, ido-load-history): Simplify.
12466 Don't use find-file-noselect to avoid interference from other modes.
12467
12468 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
12469
12470 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
12471 to use the default shell if filename is not available.
12472 Reported by Giorgos Keramidas.
12473
12474 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
12475
12476 * progmodes/etags.el (tags-completion-table): Do completion from
12477 all the tables in the current list, as documented in the manual.
12478
12479 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12480
12481 * CC Mode Update to 5.31.3.
12482
12483 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12484
12485 * progmodes/cc-mode.el (c-postprocess-file-styles):
12486 Bind inhibit-read-only to t, around the call to
12487 c-remove-any-local-eval-or-mode-variables, so that it works on a
12488 RO file.
12489
12490 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12491
12492 * progmodes/cc-awk.el: Correct a typo.
12493
12494 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12495
12496 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
12497 c-hungry-delete-backwards, at the request of RMS. Leave the old
12498 name as an alias.
12499
12500 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12501
12502 * progmodes/cc-mode.el: Correct a typo.
12503
12504 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12505
12506 * progmodes/cc-defs.el: Update the version number to 5.31.3.
12507
12508 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12509
12510 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
12511 brace-else-brace (error due to mbeg, mend being undefined).
12512
12513 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12514
12515 * progmodes/cc-mode.el: File Local variables: Solve the problem
12516 where both `mode' and c-file-offsets are specified: `mode' will
12517 overwrite c-f-o's settings:
12518 (c-remove-any-local-eval-or-mode-variables): New function.
12519 (c-postprocess-file-styles): Call the above new function, within
12520 c-tentative-buffer-change, to splat `mode' and `eval' before the
12521 second hack-local-variables.
12522
12523 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12524
12525 * progmodes/cc-mode.el:
12526 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
12527 (c-after-change): Protect the match data with save-match-data.
12528 It was getting corrupted by c-after-change-check-<>-operators.
12529
12530 * cc-defs.el: [Supersedes patch V1.38]:
12531 (top level): Check for a buggy font-lock-compile-keywords ONLY in
12532 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
12533
12534 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
12535 with save-match-data. It was being corrupted when Font Lock was
12536 not enabled.
12537
12538 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
12539
12540 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
12541 Mode and Subword Mode.
12542
12543 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
12544 real labels ("case 1:" or "foo:") from non-labels ("public:").
12545 (c-forward-objc-directive): Replace c-forward-token-2 with crude
12546 coding; c-f-t-2 doesn't move over a token at EOB.
12547
12548 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
12549
12550 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
12551 (c-update-modeline): Concatenate the minor mode indicators
12552 directly onto mode-name, removing c-submode-indicators.
12553 Sometimes, c-s-i got separated from the mode name on the mode line.
12554
12555 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
12556 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
12557
12558 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12559
12560 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
12561 error message when there's an evaluation error to show whether
12562 it's loaded from source or not.
12563 (c-filter-ops): Make it available at runtime too to work when
12564 `c-make-init-lang-vars-fun' needs to evaluate from source.
12565
12566 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
12567
12568 * help.el (help): Revert last part of 2006-02-23 change (deletion
12569 of the `provide' call).
12570
12571 2006-02-23 Juri Linkov <juri@jurta.org>
12572
12573 * compare-w.el (compare-windows-highlight): Add new value
12574 `persistent' and change :type from `boolean' to `choice'.
12575 (compare-windows-overlays1, compare-windows-overlays2):
12576 New internal variables.
12577 (compare-windows-highlight): If compare-windows-highlight is
12578 `persistent', add current overlays to compare-windows-overlays[12]
12579 instead of adding compare-windows-dehighlight to pre-command-hook.
12580 (compare-windows-dehighlight): Delete all overlays from
12581 compare-windows-overlays[12].
12582
12583 * info.el (Info-search): Don't bind search-spaces-regexp to
12584 Info-search-whitespace-regexp in non-regexp isearch mode.
12585
12586 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12587
12588 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
12589
12590 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
12591
12592 * textmodes/org.el (org-xemacs-p)
12593 (org-export-html-show-new-buffer, org-table-may-need-update)
12594 (org-insert-item, org-mhe-get-message-real-folder)
12595 (org-mhe-get-message-folder-from-index)
12596 (org-mhe-get-message-folder, org-mhe-get-message-num)
12597 (org-mhe-get-header, org-make-org-heading-search-string)
12598 (org-make-org-heading-camel, org-table-sort-lines)
12599 (org-format-org-table-html, org-format-table-table-html):
12600 Fix typos in docstrings.
12601
12602 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
12603
12604 * textmodes/org.el (org-cleaned-string-for-export)
12605 (org-solidify-link-text): New function.
12606 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
12607 XEmacs, just to silence the compiler.
12608 (org-export-as-ascii, org-export-as-html-and-open):
12609 Use `org-cleaned-string-for-export' and create internal links.
12610 (org-follow-mhe-link): Require mh-e, use folder.
12611
12612 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12613
12614 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
12615
12616 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
12617 gdb-debug-log-length.
12618 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
12619 it a real ring but...
12620 (gud-gdba-marker-filter): ...make it work like mark-ring.
12621 (gdb-enable-debug): Rename from gdb-enable-debug-log.
12622 (gdb-mouse-jump): New function. Add bindings.
12623
12624 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
12625
12626 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
12627 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
12628 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
12629 (gdb-debug-log-length): Customize it's length.
12630 (gud-watch, gdb-var-create-handler): Display function::var format
12631 but don't use to create variable object.
12632 (gdb-var-create-handler): Use message-box in place of message.
12633 (gdb-stopped): Call gdb-exited if signalled.
12634
12635 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
12636
12637 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
12638
12639 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
12640
12641 * textmodes/reftex.el (reftex-locate-file): Search all extensions
12642 if `reftex-try-all-extensions' is set.
12643
12644 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
12645 fail silently when there is no valid argument at point.
12646 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
12647 `fail-silently' argument. From a patch by David Reiter.
12648
12649 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
12650 New commands.
12651 (org-mark-ring): New variable.
12652 (org-mark-ring-length): New option.
12653 (org-open-at-point, org-goto, org-open-file): Push old position
12654 onto the mark ring.
12655 (org-add-hook): New function.
12656 (org-export-table-remove-special-lines): New option.
12657 (org-skip-comments, org-format-org-table-html): Respect new
12658 option `org-export-table-remove-special-lines'.
12659 (org-open-file): Allow special command configuration for
12660 directory link.
12661 (org-file-apps): Fix bugs in customize type, added setting
12662 for directories.
12663 (org-activate-tags, org-format-agenda-item, org-complete)
12664 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
12665 (org-get-tags, org-get-buffer-tags, org-open-at-point)
12666 (org-link-search, org-make-org-heading-search-string)
12667 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
12668 (org-radio-targets, org-file-link-context-use-camel-case)
12669 (org-activate-camels): New options.
12670 (org-update-radio-target-regexp, org-all-targets)
12671 (org-make-target-link-regexp, org-activate-target-links):
12672 New functions.
12673 (org-make-org-heading-search-string): New function.
12674 (org-store-link, org-insert-link): Use new option
12675 `org-file-link-context-use-camel-case'.
12676 (org-activate-camels): Use new option `org-activate-camels'.
12677 (org-link-regexp): Add mhe prefix.
12678 (org-open-at-point, org-store-link): Support for mhe links.
12679 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
12680 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
12681 (org-mhe-get-header, org-follow-mhe-link): New functions.
12682 (org-remove-angle-brackets, org-add-angle-brackets):
12683 New functions.
12684 (org-bracket-link-regexp): New constant.
12685 (org-read-date): Fix bug that was rejecting all typed dates.
12686 (org-link-search): Make hierarchy above visible after a match.
12687 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
12688 (org-store-link): Fix bug with link creation when cursor is in
12689 an empty line.
12690 (org-open-at-point): Fix bug with matching a link.
12691 Fixed buggy argument sequence in call to `org-view-tags'.
12692 (org-compile-prefix-format): Set `org-prefix-has-tag'.
12693 (org-prefix-has-tag): New variable.
12694 (org-format-agenda-item): Remove tags from headline
12695 if appropriate.
12696 (org-agenda-remove-tags-when-in-prefix): New option.
12697
12698 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
12699
12700 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
12701 Fix the regular expressions.
12702
12703 2006-02-21 Richard M. Stallman <rms@gnu.org>
12704
12705 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
12706 if there's no other specific basis.
12707
12708 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
12709 as variables at all.
12710 (unsafep-variable): Rename arg; doc fix.
12711
12712 * abbrevlist.el (list-one-abbrev-table): Add autoload.
12713
12714 * calendar/appt.el (diary-selective-display): Add defvar.
12715
12716 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
12717
12718 * isearch.el (search-whitespace-regexp): Fix custom type.
12719
12720 * help.el (describe-key-briefly): Compute interactive args
12721 in same was as before previous change.
12722
12723 * files.el (enable-local-variables): Doc fix.
12724
12725 2006-02-21 Kim F. Storm <storm@cua.dk>
12726
12727 * fringe.el: Cleanup as file is now pre-loaded.
12728 (fringe-bitmaps): Initialize unconditionally.
12729 (fringe-mode, set-fringe-style): Remove autoload cookies.
12730
12731 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
12732
12733 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
12734 `horizontal-bar'.
12735 (fringe-cursor-alist): Use `horizontal-bar'.
12736
12737 2006-02-20 Kim F. Storm <storm@cua.dk>
12738
12739 * fringe.el (fringe-bitmaps): Update to new bitmap names.
12740 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
12741
12742 * loadup.el: Load "fringe" on window systems.
12743
12744 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12745
12746 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
12747 out of scope components.
12748
12749 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
12750 default.
12751
12752 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
12753
12754 * custom.el (customize-mark-to-save, customize-mark-as-set):
12755 Load the symbol first.
12756
12757 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
12758
12759 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
12760 strech spec so it doesn't display as "^J" on the header line
12761 when `Buffer-menu-use-header-line' is t.
12762
12763 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
12764
12765 * speedbar.el (speedbar-make-button): Keep text properties
12766 of string arguments if desired.
12767
12768 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
12769 expessions.
12770
12771 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
12772 of speedbar.
12773
12774 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
12775
12776 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
12777 to value of `read-file-name-completion-ignore-case'.
12778
12779 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * custom.el (customize-mark-as-set): Push to `user' theme.
12782
12783 * cus-edit.el (custom-save-variables): Allow unthemed values.
12784 (customize-set-variable): Push setting to `user' theme.
12785
12786 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12787
12788 * progmodes/gud.el: Don't require font-lock as it's now
12789 automatically loaded.
12790 (gud-speedbar-buttons): Replace gdb-var-changed with
12791 gdb-force-update.
12792
12793 * progmodes/gdb-ui.el (gdb-force-update): Rename from
12794 gdb-var-changed.
12795 (gdb-post-prompt): Use it.
12796 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
12797 (gdb-var-update-handler, gdb-var-delete)
12798 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
12799 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
12800 gdb-force-update in gdb-post-prompt.
12801 (gdb-reset): Clear watch expressions from speedbar when quitting.
12802
12803 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12804
12805 * viper-cmd.el (viper-insert-state-post-command-sentinel)
12806 (viper-change-state-to-vi, viper-change-state-to-emacs):
12807 Make aware of cursor coloring in the Emacs state.
12808 (viper-special-read-and-insert-char): Use read-char-exclusive.
12809 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
12810
12811 * viper-init.el (viper-emacs-state-cursor-color): New variable.
12812
12813 * viper-util.el (viper-save-cursor-color)
12814 (viper-get-saved-cursor-color-in-replace-mode)
12815 (viper-get-saved-cursor-color-in-insert-mode)
12816 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
12817 state.
12818 (viper-get-saved-cursor-color-in-emacs-mode): New function.
12819
12820 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
12821 (ediff-ignore-case-option3, ediff-actual-diff-options)
12822 (ediff-actual-diff3-options): New variables to control case sensitivity.
12823 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
12824 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
12825 (ediff-toggle-ignore-case): New function.
12826 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
12827
12828 * ediff-help.el (ediff-long-help-message-narrow2)
12829 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
12830 (ediff-long-help-message-word-mode): Add ignore-case command.
12831 (ediff-help-for-quick-help): Add ignore-case command.
12832
12833 * ediff-merg.el: Move provide to the end.
12834
12835 * ediff-ptch.el: Move provide to the end.
12836
12837 * ediff-wind.el: Move provide to the end.
12838
12839 * ediff-mult.el: Move provide to the end.
12840 (ediff-set-meta-overlay): Enable follow-link.
12841
12842 * ediff.el: Move provide to the end.
12843 Break recursive load cycle in eval-when-compile.
12844 (ediff-patch-buffer): Better heuristics.
12845
12846 * ediff-util.el: Move provide to the end.
12847 Break recursive load cycle in eval-when-compile.
12848 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
12849 defuns.
12850 (ediff-submit-report): Pass the values of ediff-diff3-program,
12851 ediff-diff3-options.
12852
12853 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
12854
12855 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
12856 the opening bracket of the following bracketing pairs: {}, [], (), <>,
12857 `' (for example, in the docstring of `windmove-default-keybindings').
12858
12859 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
12860
12861 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
12862 shadow face. Don't provide binding to edit variable when it is
12863 out of scope.
12864
12865 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
12866 (gdb-var-update-handler): Detect out of scope variables with pre
12867 GDB 6.4 too.
12868 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
12869 Reset status of variable objects to nil in update handlers.
12870 (gdb-var-update-handler-1): Detect when a variable object comes
12871 in scope. setcar on var changes gdb-var-list directly.
12872
12873 2006-02-17 Juri Linkov <juri@jurta.org>
12874
12875 * ffap.el (ffap) <defface>: Add explicit face declaration.
12876 (ffap-highlight): Use face `ffap' directly instead of checking
12877 for its existence.
12878
12879 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
12880 `visible-ok' of `other-buffer' to find the right original buffer.
12881
12882 * info.el (Info-search): Skip `Local Variables' node.
12883
12884 2006-02-17 Juri Linkov <juri@jurta.org>
12885
12886 * info.el (Info-find-file): Check for symbols `apropos', `history',
12887 `toc' in the input filename, and return these symbols as is.
12888 (Info-find-node-2): Set Info-current-file to symbols `apropos',
12889 `history', `toc' instead of strings.
12890 (Info-set-mode-line): For non-string Info-current-file use the
12891 symbol's name inside **.
12892 (Info-isearch-push-state): Add quote before Info-current-file and
12893 Info-current-node.
12894 (Info-isearch-pop-state): Use `equal' instead of `string='.
12895 (Info-extract-pointer, Info-following-node-name): Use
12896 `match-string-no-properties' instead of `match-string'.
12897 (Info-up): Check `old-file' for `stringp'.
12898 (Info-history): Use `equal' instead of `string-equal'.
12899 Check `file' for `stringp'.
12900 (Info-history): Use symbol `history' instead of string as first arg
12901 of `Info-find-node'.
12902 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
12903 `toc' instead of string.
12904 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
12905 instead of `buffer-substring', and `match-string-no-properties'
12906 instead of `match-string'.
12907 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
12908 instead of strings.
12909 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
12910 Use symbol `apropos' instead of string.
12911 (Info-copy-current-node-name): Check `Info-current-file' for
12912 `stringp' and construct a command with `Info-find-node' from it.
12913 (Info-fontify-node): Use `match-string-no-properties' instead of
12914 `match-string' and check file names for `stringp'.
12915 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
12916 `history', `toc' instead of strings.
12917
12918 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
12919
12920 * files.el: Rearrange functions and variables in the file local
12921 variables section.
12922
12923 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
12924
12925 * files.el: Add truncate-lines, ispell-check-comments and
12926 ispell-local-dictionary as safe local variables.
12927
12928 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
12929
12930 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
12931 out of scope variables.
12932 (gud-speedbar-buttons): Use unless.
12933
12934 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
12935 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
12936 (gdb-show-changed-values): Also use for out of scope variables.
12937 (gdb-var-update-handler-1): Note if variable goes out of scope.
12938
12939 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
12940
12941 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
12942 default to global variable values for unsupplied args.
12943 (rcirc-get-buffer-create): Fix bug with setting the target.
12944 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
12945 test for rcirc-always-use-server-buffer-flag here.
12946 (rcirc-response-formats): Add %N, which is a facified nick. %n
12947 uses the default face. Change the ACTION format string. If the
12948 "nick" is the server, don't print anything for that field.
12949 Comment fixes.
12950 (rcirc-target-buffer): Don't test
12951 rcirc-always-use-server-buffer-flag here.
12952 (rcirc-print): Squeeze extra spaces out of the text before message.
12953 (rcirc-put-nick-channel): Strip potential "@" char from nick
12954 before adding them to nick table.
12955 (rcirc-url-regexp): Improve to match address like "foo.com".
12956
12957 2006-02-17 Eli Zaretskii <eliz@gnu.org>
12958
12959 * allout.el (allout-hidden-p): Move this defsubst before
12960 allout-overlay-interior-modification-handler, where it is first
12961 used.
12962
12963 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
12964
12965 * allout.el: Use allout invisible-text overlays instead of
12966 selective display for concealed text. Also, lots of general
12967 cleanup, and improved compatibility code.
12968
12969 (allout-version) Incremented, corrected, revised, and refined
12970 module commentary.
12971
12972 (provide 'allout): Moved to the bottom, added a require of overlay.
12973
12974 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
12975 `except-current'.
12976 (allout-write-file-hook-handler): Minimize delay.
12977 (count-trailing-whitespace-region): New function so
12978 auto-encryption of current topic can resituate cursor exactly.
12979 PGP/GPG encryption trims trailing whitespace from lines, which
12980 must be accounted for across encryption then decryption.
12981
12982 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
12983 just plain "\C-c", to avoid intruding on user's keybinding space.
12984
12985 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
12986 parameter, so user request to provide a new password is done.
12987
12988 (allout-outside-normal-auto-fill-function, allout-auto-fill):
12989 Refined mechanism for auto-filling behavior while in allout mode.
12990
12991 (allout-mode): Explicitly specify the mode map in the docstring.
12992 Clarify provision for various write-file hook var names.
12993 Adjusted for invisible-text overlays instead of selective-display.
12994
12995 (allout-depth): Really return 0 if not within any topic. This
12996 rectifies `allout-beginning-of-level' and sequence numbering
12997 errors that occur when cutting and pasting numbered topics.
12998 Changed from a in-line subst to a regular function, as well.
12999
13000 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
13001
13002 (allout-end-of-subtree, allout-end-of-subtree)
13003 (allout-end-of-entry, allout-end-of-current-heading)
13004 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
13005 (allout-show-children, allout-show-to-offshoot)
13006 (allout-hide-current-entry, allout-show-current-entry): Rectified
13007 handling of trailing blank lines between items.
13008
13009 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
13010 (allout-current-depth, allout-unprotected, allout-hidden-p)
13011 (allout-on-current-heading-p, allout-listify-exposed)
13012 (allout-chart-subtree, allout-goto-prefix)
13013 (allout-back-to-current-heading, allout-get-body-text)
13014 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
13015 (allout-hide-region-body, allout-toggle-subtree-encryption)
13016 (allout-encrypt-string, allout-encrypted-key-info)
13017 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
13018 (allout-file-vars-section-data): Adjusted for use with
13019 invisible-text overlays instead of selective-display.
13020
13021 (allout-kill-line, allout-kill-topic, allout-yank-processing):
13022 Reworked for use with invisible text overlays.
13023
13024 (allout-current-topic-collapsed-p): New function.
13025
13026 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
13027 to know when to close the containing topic.
13028
13029 (allout-pre-command-business, allout-post-command-business):
13030 Simplify undo-batching and dynamic isearch exposure.
13031
13032 (allout-set-overlay-category): New for invisible-text overlays.
13033 Sets properties of allout-overlay-category, used by
13034 allout-flag-region to set invisible-text overlay properties.
13035 (allout-get-invisibility-overlay): Get the first qualifying
13036 invisibility overlay, so we can find the extent of it.
13037 (allout-back-to-visible-text): Get to just before the beginnining
13038 of the current invisibility overlay, if any.
13039
13040 (allout-overlay-insert-in-front-handler)
13041 (allout-overlay-interior-modification-handler)
13042 (allout-before-change-handler, allout-isearch-end-handler): New
13043 functions to handle extraordinary actions affecting concealed
13044 text.
13045
13046 (allout-flag-region): Use overlays instead of selective-display
13047 for invisible text - by inheritence from the properties of
13048 allout-overlay-category in mainline Emacs, and applied
13049 property-by-property in XEmacs, some recent versions of which
13050 don't inherit the properties from the category. Provisions to
13051 respond to concealed-text edits simplified drastically.
13052
13053 (allout-isearch-rectification, allout-isearch-was-font-lock)
13054 (allout-isearch-expose, allout-enwrap-isearch)
13055 (allout-isearch-abort, allout-pre-was-isearching)
13056 (allout-isearch-prior-pos, allout-isearch-did-quit)
13057 (allout-isearch-dynamic-expose)
13058 (allout-hide-current-entry-completely): Functions deleted.
13059
13060 (allout-undo-aggregation): Explicit undo aggregation no longer
13061 necessary due to transition away from selective-display.
13062
13063 (set-allout-regexp, allout-up-current-level)
13064 (allout-next-visible-heading, allout-forward-current-level)
13065 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
13066 (allout-kill-line, allout-yank-processing, allout-show-children)
13067 (allout-expose-topic, allout-old-expose-topic)
13068 (allout-listify-exposed, allout-insert-latex-header)
13069 (allout-toggle-subtree-encryption, allout-encrypt-string)
13070 (remove-from-invisibility-spec, allout-hide-current-subtree):
13071 Ditched unused variables.
13072
13073 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
13074
13075 * textmodes/ispell.el (ispell-change-dictionary): Call
13076 ispell-buffer-local-dict instead of
13077 ispell-accept-buffer-local-defs.
13078 (ispell-local-dictionary-alist): Accept as valid any coding-system
13079 supported by Emacs.
13080 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
13081 changed to iso-8859-3.
13082
13083 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
13084
13085 * speedbar.el (speedbar-frame-width): Make an inline function
13086 instead of a macro. Use frame-width.
13087 (speedbar-try-completion, speedbar-update-contents)
13088 (speedbar-timer-fn): Use consp.
13089 (speedbar-update-localized-contents): Try to preserve point.
13090
13091 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
13092 (menu): Re-order menu items.
13093 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
13094 field.
13095 (gdb-var-update-handler-1): Use it for GDB 6.4+.
13096 (gdb-post-prompt): Speed things by not forcing update.
13097
13098 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
13099
13100 * wid-edit.el (widget-button-click): For mouse-1, cancel button
13101 press and perform default action if we get a mouse movement event.
13102
13103 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
13104
13105 * calendar/icalendar.el (icalendar--get-event-property)
13106 (icalendar--get-event-property-attributes): Fix typos in
13107 docstrings.
13108
13109 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
13110 docstring.
13111
13112 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
13113
13114 * bs.el (bs-mode): Use `buffer-disable-undo'.
13115 (bs--get-file-name): Simplify.
13116 (bs-show-in-buffer): Mark the buffer as not modified.
13117
13118 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13119
13120 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
13121 widget-button-click.
13122
13123 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
13124 (custom-mode): Update docstring.
13125
13126 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
13127 binding.
13128
13129 * files.el (hack-local-variables-confirm): Allow scrolling if the
13130 file variable list is too long. Kill temp buffer after use.
13131
13132 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
13133
13134 * progmodes/gud.el (gdb): Improve doc string.
13135 (gdb-script-font-lock-keywords): Expand allowed character set.
13136
13137 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
13138 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
13139 (gdb-separate-io-interrupt, gdb-separate-io-quit)
13140 (gdb-separate-io-stop, gdb-separate-io-eof):
13141 Rename from gdb-inferior-* to gdb-separate-*.
13142 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
13143
13144 2006-02-14 Jay Belanger <belanger@truman.edu>
13145
13146 * calc/calc-arith.el (math-check-known-scalarp): Make sure
13147 expression is a symbol before checking that it is bound.
13148
13149 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
13150 test to see if equation can be solved.
13151
13152 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
13153
13154 * wid-edit.el (widget-button-click): Use :pressed-face property
13155 for overlay face, if it exists.
13156
13157 * cus-edit.el (custom-manual, custom-add-see-also)
13158 (custom-add-parent-links, custom-group-link): Add :pressed-face
13159 property to links.
13160
13161 * files.el (hack-local-variables): Remove ignored variables before
13162 checking if any variables need setting.
13163
13164 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13165
13166 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
13167
13168 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
13169
13170 * help.el (where-is): Fix message for remapped commands.
13171
13172 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
13173 Fix typos in docstrings.
13174
13175 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
13176
13177 * files.el (safe-local-variable-values): New option.
13178 (hack-local-variables-prop-line): Return a list of variable-value
13179 pairs if MODE-ONLY is non-nil.
13180 (hack-local-variables): Construct list of variable-value pairs,
13181 and apply or reject them in one go. Ask for confirmation if
13182 variables are not known safe.
13183 (hack-local-variables-confirm): Complete rewrite. Support
13184 `safe-local-variable-values'.
13185 (enable-local-variables): Update docstring to reflect new
13186 behavior.
13187 (ignored-local-variables): Ignore ignored-local-variables and
13188 safe-local-variable-values.
13189 (safe-local-variable-p): New function.
13190 (risky-local-variable-p): `safe-local-variable' property check
13191 moved to safe-local-variable-p.
13192 (hack-one-local-variable): Checks moved to hack-local-variables.
13193
13194 (byte-compile-dynamic, c-basic-offset, c-file-style)
13195 (c-indent-level, comment-column, fill-column, fill-prefix)
13196 (indent-tabs-mode, kept-new-versions, no-byte-compile)
13197 (no-update-autoloads, outline-regexp, page-delimiter)
13198 (paragraph-start, paragraph-separate, sentence-end)
13199 (sentence-end-double-space tab-width, version-control):
13200 Add `safe-local-variable' property.
13201
13202 * find-lisp.el: Delete nonexistent `autocompile' file variable.
13203
13204 * icomplete.el, play/landmark.el: Change nonexistent
13205 `outline-layout' file variable to `allout-layout'.
13206
13207 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
13208
13209 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
13210 (gdb-get-changed-registers): Test value of gud-minor-mode relative
13211 to gud-comint-buffer.
13212 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
13213 gdb-ui.el for gdb-mi.el.
13214 (gdb-post-prompt, gdb-get-changed-registers): Move test for
13215 registers buffer to gdb-get-changed-registers.
13216 (gdb-breakpoint-regexp): New regexp. Allow toggling and
13217 deletion of catchpoints (throw and catch).
13218 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
13219 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
13220 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
13221 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
13222 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
13223
13224 2006-02-13 Jay Belanger <belanger@truman.edu>
13225
13226 * calc/calc-arith.el (math-check-known-matrixp): Make sure
13227 expression is a symbol before checking that it is bound.
13228
13229 2006-02-13 Richard M. Stallman <rms@gnu.org>
13230
13231 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
13232 for the minibuffer too, but not if resize-mini-windows will interfere.
13233
13234 * help.el (describe-key-briefly, describe-key): Do all arg-reading
13235 inside `interactive' spec.
13236 (describe-key-briefly-internal, describe-key-internal):
13237 Functions merged back into their callers.
13238
13239 2006-02-13 Martin Rudalics <rudalics@gmx.at>
13240
13241 * info.el (info-xref-visited): Inherit from info-xref too.
13242 (Info-set-mode-line): Replace occurrences of `%' by `%%'
13243 when propertizing Info-current-file and Info-current-node.
13244
13245 2006-02-13 Juri Linkov <juri@jurta.org>
13246
13247 * tumme.el (tumme-thumbnail-storage): Fix docstring.
13248 (tumme-thumb-name): Fix per-directory format.
13249
13250 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
13251
13252 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
13253
13254 2006-02-12 Miles Bader <miles@gnu.org>
13255
13256 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
13257
13258 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
13259
13260 * tumme.el: Remove history section. If someone needs the it, it
13261 can always be found in CVS.
13262
13263 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13264
13265 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13266 about the Thumbnail Managing Standard option.
13267
13268 2006-02-12 Richard M. Stallman <rms@gnu.org>
13269
13270 * subr.el (substitute-key-definition): Doc fix.
13271
13272 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
13273
13274 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
13275
13276 * info.el (Info-mode): Doc fix.
13277
13278 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
13279
13280 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
13281
13282 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
13283 because on Solaris a POSIX compatible "id" is needed. Reported by
13284 Magnus Henoch <mange@freemail.hu>.
13285
13286 2006-02-12 Juri Linkov <juri@jurta.org>
13287
13288 * tumme.el: Remove todo item about Thumbnail Managing Standard.
13289 (tumme) <defgroup>: Change :group to `multimedia'.
13290 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
13291 Managing Standard.
13292 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
13293 Fix dostring.
13294 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
13295 and %y. Fix docstring.
13296 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
13297 (tumme-cmd-create-standard-thumbnail-command): New user options.
13298 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
13299 is `standard'. Fix docstring.
13300 (tumme-thumb-width, tumme-thumb-height): New user options.
13301 (tumme-external-viewer): Try to find various viewers.
13302 (tumme-get-thumbnail-image): Use `create-image' instead of
13303 constructing the `image' structure.
13304 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
13305 `standard'.
13306 (tumme-thumb-name): Add file name generation for standard storage.
13307 Simplify code for other storages.
13308 (tumme-thumb-name): Use width %w and height %h instead of size %s.
13309 Add modification time %m and thumbnail-nq8 %q.
13310 Use `tumme-cmd-create-standard-thumbnail-command' if
13311 tumme-thumbnail-storage is `standard'.
13312 (tumme-dired-insert-marked-thumbs): New autoload command.
13313 (tumme-dired-after-readin-hook): New function.
13314 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
13315 `tumme-thumb-size'.
13316 (tumme-display-image): Replace size-x %x and size-y %y with
13317 width %w and height %h.
13318
13319 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
13320 `tumme-dired-insert-marked-thumbs'.
13321
13322 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
13323
13324 * tumme.el (tumme-write-tag): Fix small bug (file name did not
13325 include path).
13326 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
13327 matching tag.
13328
13329 2006-02-12 Miles Bader <miles@gnu.org>
13330
13331 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
13332 New variables.
13333 (rcirc-abbrev-nick): New function.
13334 (rcirc-format-response-string): Rewrite to use the formats in
13335 `rcirc-response-formats' and expand escape sequences therein.
13336 A text-property `rcirc-text' is added over the actual response
13337 text to make easy to find inside the returned string.
13338 (rcirc-print): When filling, just look for the `rcirc-text'
13339 text-property to find the appropriate fill prefix, instead of
13340 using hardwired patterns.
13341
13342 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13343
13344 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
13345 Managing Standard.
13346
13347 2006-02-11 Kim F. Storm <storm@cua.dk>
13348
13349 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
13350 Don't use insert-buffer; do insert-buffer-substring directly.
13351 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
13352
13353 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13354
13355 * files.el (revert-buffer, recover-file): Replace buffer-read-only
13356 with inhibit-read-only. Suggested by Stefan Monnier.
13357 (revert-buffer): Let insert-file-contents discard
13358 buffer-undo-list. Simplify code.
13359 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
13360
13361 2006-02-11 Eli Zaretskii <eliz@gnu.org>
13362
13363 * menu-bar.el (menu-bar-select-yank): Add a doc string.
13364
13365 * help.el (describe-key-briefly): Now a wrapper for
13366 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
13367 to t. Populate yank-menu if empty.
13368 (describe-key-briefly-internal): Renamed from describe-key-briefly.
13369 (describe-key): Now a wrapper for describe-key-internal. Bind
13370 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
13371 (describe-key-internal): Renamed from describe-key.
13372
13373 2006-02-11 Milan Zamazal <pdm@zamazal.org>
13374
13375 * progmodes/glasses.el (glasses-separator): Doc fix.
13376 (glasses-original-separator): New defcustom.
13377 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
13378
13379 2006-02-11 Martin Rudalics <rudalics@gmx.at>
13380
13381 * mwheel.el (mouse-wheel-up-event): Doc fix.
13382
13383 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
13384
13385 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
13386 (tumme-dir): New function. Copied from thumbs.el.
13387
13388 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
13389
13390 * desktop.el (desktop-outvar): Fix typo.
13391 (desktop-save-buffer-p): Doc fix.
13392
13393 * subr.el (substitute-key-definition): Fix typo.
13394
13395 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13396
13397 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
13398 when window-system is mac.
13399
13400 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
13401
13402 2006-02-10 Kim F. Storm <storm@cua.dk>
13403
13404 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
13405 indirect-function instead of using condition-case.
13406
13407 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
13408
13409 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
13410 less `colloquial'...
13411
13412 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
13413
13414 * tumme.el: Add a couple of todo items.
13415
13416 2006-02-09 Lars Hansen <larsh@soem.dk>
13417
13418 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
13419 (highlight-changes-mode): Don't change desktop-locals-to-save.
13420
13421 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
13422
13423 * image-mode.el (image-toggle-display): Clear image cache if using
13424 filename.
13425
13426 2006-02-09 Masatake YAMATO <jet@gyve.org>
13427
13428 * dired-x.el (dired-guess-shell-alist-default): Add .man as
13429 a `dired-man' target.
13430
13431 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
13432 boundary of symbols.
13433
13434 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
13435
13436 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
13437
13438 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
13439
13440 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
13441 `mapcar'; return nil.
13442
13443 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
13444
13445 * mouse.el (mouse-drag-track): Don't change window if we rebind to
13446 some other event.
13447
13448 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
13449
13450 * net/rcirc.el (rcirc-startup-channels-alist):
13451 Add irc.freenode.net and #emacs as defaults.
13452 (rcirc-ignore-all-activity-flag): Remove variable.
13453 (rcirc-authinfo): New variable.
13454 (rcirc-authinfo-filename): Remove variable.
13455 (rcirc-always-use-server-buffer-flag): New flag.
13456 (rcirc): M-x rcirc will automatically connect without prompting.
13457 C-u M-x rcirc will prompt. Use rcirc-connect to create a
13458 connection in lisp.
13459 (rcirc-process-server-response-1): Remove everything but the nick
13460 portion of the sender so it doesn't need to be done everywhere
13461 else. Update related code.
13462 (global-map): Remove global keybindings.
13463 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
13464 (rcirc-send-input): Split into several functions.
13465 (rcirc-process-input-line, rcirc-process-message)
13466 (rcirc-process-command): New functions.
13467 (rcirc-target-buffer): New function to determine where to route
13468 messages.
13469 (rcirc-user-nick): Save match data.
13470 (rcirc-toggle-ignore-buffer-activity)
13471 (rcirc-update-activity-string): Remove global ignore functionality,
13472 which can be done now by toggling rcirc-track-minor-mode.
13473 (rcirc-track-minor-mode-map): New keymap.
13474 (rcirc-track-minor-mode): New minor-mode.
13475 (ignore): Make the ignore output nicer. Always print it when
13476 adding or removing nicks.
13477 (rcirc-url-regexp): Improve.
13478 (rcirc-mangle-text): Remove properties before using text in the
13479 modeline.
13480 (rcirc-authenticate): Authentication data comes from
13481 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
13482 (rcirc-server-prefix): Inherit from rcirc-server.
13483
13484 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
13485
13486 * Makefile.in (compile): Append "|| true" to the end of the `find'
13487 command, like compile-always does.
13488
13489 2006-02-08 Sam Steingold <sds@gnu.org>
13490
13491 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
13492 output from a dead connection.
13493
13494 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13495
13496 * dired.el (dired-mode-map): Add more bindings for tumme.
13497
13498 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * wdired.el (wdired-mode-map): Use remap.
13501 (wdired-get-filename): Massage.
13502 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
13503 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
13504 `keymap' property rather than `local-map'.
13505
13506 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
13507
13508 * tumme.el (tumme-get-thumbnail-image): New utility function.
13509 Suggested by from Chong Yidong.
13510 (tumme-dired-with-window-configuration): Rename from
13511 `tumme-dired'. Add code to save window configuration.
13512 (tumme-restore-window-configuration): New command to restore the
13513 window configuration that `tumme-dired-with-window-configuration'
13514 saves before it changes the window configuration.
13515 (tumme-show-all-from-dir): New command to display thumbnails for
13516 all files in a directory entered by the user, like M-x thumbs.
13517 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
13518 have been created.
13519 (tumme-display-thumbnail-original-image): Call `display-buffer'.
13520 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
13521 Remove obsolete test function.
13522
13523 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
13524
13525 * vc.el (small-temporary-file-directory): Remove defvar; there's
13526 a defcustom for it in files.el.
13527
13528 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
13529 Fix typo in message.
13530 (tumme-gallery-generate): Fix typo in `error' message.
13531 (tumme-display-window-height-correction)
13532 (tumme-display-window-width-correction, tumme-line-up-dynamic)
13533 (tumme-line-up-interactive): Dox fixes.
13534 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
13535 (tumme-restore-window-configuration, tumme-format-properties-string)
13536 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
13537 Fix typos in docstrings.
13538
13539 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com>
13540
13541 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
13542
13543 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
13544
13545 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
13546 User should use hook if desired.
13547
13548 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
13549 buffer if necessary.
13550 (gdb-delete-frame-or-window): New function.
13551 (gdb-breakpoints-mode-map): Bind "q" to it.
13552
13553 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
13554
13555 * textmodes/nroff-mode.el: Clean up name space.
13556 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
13557 (nroff-mode): Obey the global setting of nroff-electric-mode.
13558 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
13559
13560 * calendar/calendar.el (calendar-increment-month): Typo in last change.
13561
13562 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
13563
13564 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
13565
13566 2006-02-06 Lars Hansen <larsh@soem.dk>
13567
13568 * generic-x.el (etc-fstab-generic-mode): Add file system types
13569 cifs and usbdevfs. Allow special chars in file names.
13570
13571 2006-02-05 Jay Belanger <belanger@truman.edu>
13572
13573 Update copyright notices of the files in lisp/calc.
13574
13575 2006-02-05 Romain Francoise <romain@orebokech.com>
13576
13577 Update copyright notices of all files in the lisp/play directory.
13578
13579 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
13580
13581 * ldefs-boot.el: Regenerate.
13582
13583 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
13584
13585 2006-02-05 Kim F. Storm <storm@cua.dk>
13586
13587 * files.el (magic-mode-regexp-match-limit): New defvar.
13588 (set-auto-mode): Use it to limit magic-mode-alist matching.
13589
13590 2006-02-04 Eli Zaretskii <eliz@gnu.org>
13591
13592 * info.el (Info-index, Info-mode): Improve the description of the
13593 `i' command.
13594
13595 * ldefs-boot.el: Regenerate.
13596
13597 2006-02-03 Werner Lemberg <wl@gnu.org>
13598
13599 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
13600 greedy to find the closing bracket in \*[...] and similar
13601 expressions. This is a first rough fix -- many additional
13602 refinements are necessary to make nroff mode really usable with groff.
13603
13604 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
13605
13606 * international/mule-cmds.el (set-locale-environment):
13607 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
13608 libX11.
13609
13610 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
13611
13612 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
13613 archive are created in archive-tmpdir.
13614
13615 2006-02-02 John Paul Wallington <jpw@pobox.com>
13616
13617 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
13618 (ibuffer-fontification-alist): Use it.
13619 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
13620 to "* z" and the Ibuffer Mark menu.
13621
13622 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
13623
13624 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
13625
13626 * textmodes/table.el (*table--cell-describe-mode)
13627 (*table--cell-describe-bindings): Undo last change since
13628 print-help-return-message is not obsoleted by anything at all.
13629
13630 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
13631
13632 * emulation/cua-base.el (cua-mode): Doc fix.
13633
13634 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
13635
13636 * dframe.el (dframe-handle-make-frame-visible)
13637 (dframe-handle-iconify-frame, dframe-get-focus)
13638 (dframe-select-attached-frame, dframe-power-click)
13639 (dframe-frame-mode): Fix typos in docstrings.
13640
13641 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
13642 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
13643 Fix typos in docstrings.
13644
13645 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
13646 (hi-lock-face-buffer, hi-lock-font-lock-hook)
13647 (hi-lock-archaic-interface-message-used)
13648 (hi-lock-file-patterns-range): Fix typos in docstrings.
13649
13650 * savehist.el (savehist-loaded, savehist-load, savehist-install)
13651 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
13652
13653 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
13654 Fix typo in docstring.
13655
13656 * net/newsticker.el (newsticker--decode-iso8601-date)
13657 (newsticker--set-customvar, newsticker--buffer-insert-item)
13658 (newsticker--do-run-auto-mark-filter)
13659 (newsticker--parse-generic-feed): Doc fixes.
13660 (newsticker--retrieval-timer-list, newsticker-url-list)
13661 (newsticker-hide-immortal-items-in-echo-area)
13662 (newsticker-hide-obsolete-items-in-echo-area)
13663 (newsticker-new-item-face, newsticker--enclosure)
13664 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
13665 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
13666 (newsticker--parse-generic-feed, newsticker--cache-contains)
13667 (newsticker--stat-num-items, newsticker-download-enclosures):
13668 Fix typos in docstrings.
13669
13670 * net/rcirc.el (rcirc-debug): Doc fix.
13671 (rcirc-fill-column, rcirc-receive-message-hooks)
13672 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
13673 (rcirc-mode, rcirc-generate-new-buffer-name)
13674 (rcirc-startup-channels, rcirc-ignore-update-automatic)
13675 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
13676 Fix typos in docstrings.
13677 (rcirc-print): "?\ " -> "?\s".
13678 (rcirc-cmd-join): Improve argument/docstring consistency.
13679
13680 2006-02-01 Mark A. Hershberger <mah@everybody.org>
13681
13682 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
13683 before narrow-to-region.
13684
13685 2006-02-01 Richard M. Stallman <rms@gnu.org>
13686
13687 * simple.el (move-beginning-of-line): Scan properly for invis change.
13688
13689 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
13690
13691 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
13692
13693 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
13694 change bit only when id-format is 'integer. Reported by Matt
13695 Hodges <M.P.Hodges@rl.ac.uk>.
13696
13697 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
13698
13699 * hilit-chg.el (highlight-changes-initial-state)
13700 (highlight-changes-global-initial-state): Doc fixes.
13701 (highlight-changes-global-modes, global-highlight-changes):
13702 Fix typos in docstrings.
13703
13704 2006-02-01 Kim F. Storm <storm@cua.dk>
13705
13706 * emulation/cua-base.el (cua-mode): Mention that CUA enables
13707 transient-mark-mode in doc string.
13708
13709 2006-01-31 Richard M. Stallman <rms@gnu.org>
13710
13711 * replace.el (multi-occur): Doc fix.
13712 (multi-occur-in-matching-buffers): Rename from
13713 multi-occur-by-filename-regexp. Prefix arg says match
13714 buffer names instead of file names.
13715
13716 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
13717
13718 * bs.el: Allow non-default values of `bs-header-lines-length'.
13719 (bs--running-in-xemacs): Remove (not needed anymore).
13720 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
13721 instead of `shrink-window', thus avoiding having to compute the
13722 height of the window.
13723 (bs--up): Wrap around even when there's no header.
13724 (bs--down): Use `forward-line' instead of `next-line'.
13725
13726 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
13727
13728 * image-mode.el (image-toggle-display): Use file name if possible,
13729 instead of unnecessarily allocating a (possibly huge) lisp string.
13730
13731 2006-01-30 John Paul Wallington <jpw@pobox.com>
13732
13733 * subr.el (toplevel): Define `cl-assertion-failed' condition here
13734 because the `assert' macro signals it at runtime.
13735
13736 * emacs-lisp/cl.el (toplevel): Remove definition of
13737 `cl-assertion-failed' condition.
13738
13739 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
13740
13741 * thumbs.el (thumbs-marked-list): Make buffer-local and
13742 permanent-local.
13743 (thumbs-insert-thumb): Make help-echo non-sticky.
13744 (thumbs-file-alist): Use eolp as check for (non)-image.
13745
13746 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
13747
13748 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
13749 (ediff-before-session-group-setup-hooks)
13750 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
13751 Fix typos in docstrings.
13752
13753 * window.el (bw-dir, bw-eqdir, balance-windows)
13754 (split-window-keep-point): Fix typos in docstrings.
13755
13756 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
13757 (org-quote-string, org-calendar-to-agenda-key)
13758 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
13759 (org-show-following-heading, org-tags-column)
13760 (org-use-tag-inheritance, org, org-allow-space-in-links)
13761 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
13762 (org-enable-table-editor, org-calc-default-modes)
13763 (org-table-allow-automatic-line-recalculation)
13764 (org-export-html-style, org-export-with-fixed-width)
13765 (org-export-with-sub-superscripts, org-special-keyword)
13766 (org-formula, org-time-grid, org-table-may-need-update)
13767 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
13768 (org-goto-quit, org-get-indentation, org-end-of-item)
13769 (org-move-item-down, org-move-item-up)
13770 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
13771 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
13772 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
13773 (org-agenda-log-mode, org-agenda-toggle-diary)
13774 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
13775 (org-agenda-file-to-end, org-agenda-no-heading-message)
13776 (org-agenda-get-closed, org-format-agenda-item)
13777 (org-cmp-priority, org-cmp-category, org-cmp-time)
13778 (org-agenda-change-all-lines, org-agenda-diary-entry)
13779 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
13780 (org-link-search, org-camel-to-words, org-open-file)
13781 (org-remember-handler, org-table-convert-region)
13782 (org-table-move-row-down, org-table-move-row-up)
13783 (org-table-copy-region, org-table-wrap-region)
13784 (org-table-toggle-vline-visibility)
13785 (org-table-get-vertical-vector, org-table-modify-formulas)
13786 (org-table-get-specials, org-recalc-commands)
13787 (org-table-rotate-recalc-marks, org-table-eval-formula)
13788 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
13789 (org-level-color-stars-only, org-insert-heading):
13790 Fix typos in docstrings.
13791 (last-arg): Add defvar.
13792
13793 * makefile.w32-in (WINS): Add erc.
13794 (MH_E_SRC): Update (copied from lisp/Makefile.in).
13795
13796 2006-01-29 Bill Wohler <wohler@newt.com>
13797
13798 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
13799 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
13800 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
13801 (mh-autoloads): Don't use comments on otherwise empty lines.
13802
13803 2006-01-29 Edward O'Connor <ted@oconnor.cx>
13804
13805 * emulation/viper.el (viper-major-mode-modifier-list): Add
13806 insert-state and vi-state entries for erc-mode.
13807 (viper-go-away, viper-set-hooks): Add and remove
13808 viper-comint-mode-hook from erc-mode-hook as appropriate.
13809
13810 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
13811
13812 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
13813
13814 * bs.el (bs--format-aux): Implement `middle' alignment as
13815 described in the docstring for `bs-attributes-list'.
13816 (bs--get-name): Simplify. Don't pad the buffer name.
13817
13818 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
13819
13820 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
13821 English aspell dictionary is installed, use the first entry of
13822 ispell-dictionary-alist-1.
13823
13824 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
13825
13826 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
13827 Doc fix.
13828
13829 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
13830
13831 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
13832 for `process-file', in order to let it work for older Emacsen too.
13833
13834 2006-01-27 Eli Zaretskii <eliz@gnu.org>
13835
13836 * international/latexenc.el: Add a suitable `coding:' tag.
13837 (latexenc-find-file-coding-system): Undo last change.
13838
13839 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13840
13841 * international/latexenc.el (latexenc-find-file-coding-system):
13842 Make sure latexenc-main-file is a regular file and is readable.
13843
13844 2006-01-27 Andre Spiegel <spiegel@gnu.org>
13845
13846 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
13847 Pass FILE to vc-user-login-name.
13848
13849 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
13850
13851 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
13852
13853 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
13854 there are no more images to display.
13855 (thumbs-mark, thumbs-unmark): Revert change so that they move to
13856 the next image.
13857
13858 2006-01-26 Richard M. Stallman <rms@gnu.org>
13859
13860 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
13861
13862 * wid-edit.el (advertised-widget-backward): New alias.
13863 (widget-keymap): Use advertised-widget-backward for S-TAB.
13864
13865 * tumme.el: Correct the keywords.
13866 (tumme-dir-max-size): Use defvar.
13867 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
13868
13869 * simple.el (move-beginning-of-line): Take account of fields.
13870 (clone-indirect-buffer-other-window): Take args like
13871 clone-indirect-buffer, and work like it.
13872
13873 * help-fns.el (describe-function): Don't pass `nil' as default.
13874
13875 * files.el (risky-local-variable-p): Follow var aliases.
13876
13877 * subr.el (lazy-completion-table): Doc fix.
13878
13879 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
13880 global binding of `line'.
13881
13882 2006-01-25 Andre Spiegel <spiegel@gnu.org>
13883
13884 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
13885 Tramp.
13886
13887 * vc.el (vc-default-dired-state-info): Pass FILE to
13888 vc-user-login-name.
13889 (vc-default-update-changelog): Don't use vc-user-login-name, we
13890 don't need it here.
13891
13892 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
13893 no longer necessary.
13894
13895 2006-01-25 Kenichi Handa <handa@m17n.org>
13896
13897 * international/mule.el (decode-char): Avoid the overhead of
13898 calling utf-lookup-subst-table-for-decode if
13899 utf-translate-cjk-mode is nil.
13900 (encode-char): Avoid the overhead of calling
13901 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
13902 nil.
13903
13904 2006-01-22 Kenichi Handa <handa@m17n.org>
13905
13906 * international/mule.el (make-subsidiary-coding-system): Reset
13907 `coding-system-define-form' property of subsidiaries to nil.
13908 Avoid duplicated entry in coding-system-alist.
13909 (make-coding-system): Avoid duplicated entry in
13910 coding-system-alist.
13911 (define-coding-system-alias): Likewise.
13912
13913 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
13914
13915 * completion.el: Minor fixes in introductory comment.
13916 (completion-def-wrapper): Fix alist.
13917
13918 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
13919
13920 * thumbs.el (thumbs-new-image-size): New function.
13921 (thumbs-increment-image-size-element)
13922 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
13923 (thumbs-decrement-image-size): Delete.
13924 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
13925 temp files and use to resize.
13926 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
13927 Use increment argument to enlarge/shrink. Preserve point.
13928 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
13929 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
13930 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
13931 (thumbs-mark, thumbs-unmark): Preserve point.
13932 (thumbs-modify-image): Keep old temp files and use to modify.
13933 Cleanup old temp files at load time. Preserve point.
13934 (thumbs-view-image-mode-map): Use new command names.
13935
13936 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
13937
13938 * log-view.el (log-view-minor-wrap): First rev is the one at point.
13939
13940 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
13941 the nastiest part of the cyclic dependency.
13942 (cal-menu-update): Use dotimes and calendar-increment-month.
13943
13944 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
13945 (calendar-week-start-day): Add an :initializer.
13946 (calendar-mode-map): Use suppress-keymap, and command remapping.
13947 (describe-calendar-mode): Setup xref-stack info for the back button.
13948 (calendar-star-date): Insert before delete.
13949 (calendar-set-mode-line): Add file-modified info if applicable.
13950 (calendar-increment-month): New function.
13951
13952 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
13953
13954 * font-lock.el (lisp-font-lock-keywords-2):
13955 Recognize "& keywords" only at word boundaries.
13956
13957 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
13958
13959 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
13960 and permanent-local.
13961 (thumbs-max-image-number): New variable.
13962 (thumbs-do-thumbs-insertion): Use them.
13963 (thumbs-per-line): Change default to 4.
13964 (thumbs-marked-list): Rename from thumbs-markedL.
13965 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
13966 (thumbs-rename-images): Use -list instead of L for internal variables.
13967 (thumbs-call-convert): Use call-process instead of shell-command.
13968 (thumbs-insert-thumb): Add filename as help-echo to each image.
13969 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
13970 Give dir to thumbs-show-thumbs-list.
13971 (thumbs-show-thumbs-list): Set default-directory to that of images.
13972 (thumbs-dired-show): Rename from thumbs-dired-show-all.
13973 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
13974 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
13975 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
13976
13977 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13978
13979 * ses.el (ses-read-cell): Provide a default value.
13980
13981 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
13982
13983 * term/w32-win.el (image-library-alist): Add additional names for
13984 GIF library.
13985
13986 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
13987
13988 * international/latexenc.el (latexenc-find-file-coding-system):
13989 Add file-regular-p check.
13990
13991 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * simple.el (clone-buffer): Don't show the new buffer in the same
13994 window.
13995
13996 2006-01-23 Juri Linkov <juri@jurta.org>
13997
13998 * faces.el (link, link-visited): New faces based on default values
13999 of `info-xref' and `info-xref-visited'.
14000
14001 * info.el (info-xref): Inherit from `link'.
14002 (info-xref-visited): Inherit from `link-visited'.
14003
14004 * cus-edit.el (custom-buffer-create-internal): Use widget type
14005 `custom-manual' instead of `info-link' and don't set properties
14006 `button-face' and `mouse-face' explicitly.
14007 (custom-browse-group-tag, custom-browse-variable-tag)
14008 (custom-browse-face-tag): Inherit from widget class
14009 `custom-group-link' instead of `push-button'.
14010 (custom-button-unraised): Inherit from `underline' face.
14011 (custom-link): Inherit from `link' face. Fix doc and group.
14012 (custom-add-parent-links, custom-group-value-create): Don't set
14013 properties `button-face' and `mouse-face' explicitly for
14014 `custom-group-link' widget.
14015 (custom-group-link): Add properties `button-face' and `mouse-face'
14016 to widget definition.
14017 (custom-field-keymap): New variable. Put `custom-field-keymap' to
14018 editable-field's :keymap property.
14019 (custom-mode): Fix docstring: substitute keybindings for
14020 `widget-forward' and `widget-backward' from `widget-keymap',
14021 `widget-complete' from `custom-field-keymap', replace old
14022 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
14023
14024 * desktop.el (desktop-load-file): Check for `fboundp' before
14025 calling `symbol-function'.
14026
14027 * simple.el (clone-buffer, clone-indirect-buffer)
14028 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
14029 `read-string'. Fix prompts.
14030
14031 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
14032
14033 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
14034
14035 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
14036
14037 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
14038
14039 * startup.el (inhibit-splash-screen, initial-scratch-message):
14040 Doc fixes.
14041
14042 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
14043
14044 Sync with Tramp 2.0.52.
14045
14046 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
14047 * net/tramp-vc.el: Add code for unloading Tramp. See comment before
14048 `tramp-unload-tramp' for checklist.
14049
14050 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
14051 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
14052 (tramp-unload-file-name-handler-alist)
14053 (tramp-unload-tramp): New defuns.
14054 (tramp-advice-PC-expand-many-files): New defadvice.
14055 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
14056 removed.
14057 (tramp-handle-expand-file-name): Remove double slash.
14058 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
14059 It doesn't matter, because it will be converted later on.
14060 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
14061 implementation was just heuristic.
14062 (tramp-post-connection): Set uid and gid properties.
14063 (tramp-convert-file-attributes): Set file's gid change bit.
14064 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
14065 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
14066 in case of su(do)? methods. The home directory of the local user
14067 will be taken else.
14068 (tramp-open-connection-telnet)
14069 (tramp-open-connection-rsh, tramp-open-connection-su)
14070 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
14071 local shell prompt could hurt. Reported by Romain Francoise
14072 <romain@orebokech.com>.
14073 (tramp-let-maybe): Add `edebug-form-spec' property.
14074 (tramp-handle-expand-file-name): Bind `default-directory' locally
14075 to "/" in order to avoid problems with UNC shares or Cygwin
14076 mounts.
14077 (tramp-md5-function): Fix typo in error message.
14078
14079 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
14080
14081 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
14082 for byte-compiler pacification.
14083
14084 2006-01-22 Andre Spiegel <spiegel@gnu.org>
14085
14086 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
14087 ID-FORMAT `string'. This allows us to get rid of
14088 `vc-user-login-name UID'.
14089
14090 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
14091
14092 2006-01-22 John Paul Wallington <jpw@pobox.com>
14093
14094 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
14095
14096 2006-01-21 Martin Rudalics <rudalics@gmx.at>
14097
14098 * emacs-lisp/find-func.el (find-definition-noselect)
14099 (find-variable-noselect): Search variables in C source code too.
14100 (find-function-C-source, find-function-noselect, find-function)
14101 (find-function-other-frame, find-variable-noselect, find-variable)
14102 (find-variable-other-frame, find-variable-at-point):
14103 Fix docstrings.
14104
14105 2006-01-21 Francesco Potort\e,Al\e(B <pot@gnu.org>
14106
14107 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
14108
14109 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
14110
14111 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
14112 Default to disabling the "Save affix" question.
14113
14114 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
14115
14116 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
14117 the first arg to run-python.
14118
14119 2006-01-21 Eli Zaretskii <eliz@gnu.org>
14120
14121 * startup.el (command-line-1): Handle --no-desktop if desktop.el
14122 is not loaded.
14123
14124 2006-01-20 Jay Belanger <belanger@truman.edu>
14125
14126 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
14127 limit is 0.
14128
14129 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
14130 the correct variable.
14131
14132 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
14133
14134 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
14135 link. Fixed buggy argument sequence in call to `org-view-tags'.
14136 (org-compile-prefix-format): Set `org-prefix-has-tag'.
14137 (org-prefix-has-tag): New variable.
14138 (org-format-agenda-item): Remove tags from headline if
14139 appropriate.
14140 (org-agenda-remove-tags-when-in-prefix): New option.
14141 (org-get-tags-at): New function.
14142
14143 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
14144
14145 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
14146 (thumbs-find-image): Move image name and number from buffer name
14147 to mode name. Set thumbs-buffer. Preserve point so that large
14148 images remain visible.
14149 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
14150 order.
14151 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
14152 mode name.
14153 (thumbs-next-image, thumbs-previous-image): Make them work.
14154
14155 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
14156
14157 * cus-edit.el (custom-buffer-create-internal): State in the text above
14158 the whole buffer buttons that they do not operate on hidden items.
14159 (custom-face-menu): Use `custom-face-save' instead of
14160 `custom-face-save-command'.
14161 (custom-face-save-command): Make it an alias for `custom-face-save'
14162 and declare it obsolete.
14163 (custom-face-save): Doc fix.
14164
14165 * dired.el (dired-no-confirm): Add quote.
14166 (dired-subdir-alist-pre-R): Add quote in
14167 `make-variable-buffer-local' form and remove unbalanced parenthesis.
14168
14169 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
14170
14171 * textmodes/table.el (table-mode-indicator): Typo in last change.
14172
14173 2006-01-19 Richard M. Stallman <rms@gnu.org>
14174
14175 * outline.el (hide-leaves): Don't call outline-end-of-heading.
14176 Fixes bug reported in Nov 2005.
14177
14178 * isearch.el (isearch-forward): Doc fix.
14179
14180 * dired.el (dired-move-to-filename-regexp): Define as alias.
14181 (dired-no-confirm): Use defcustom.
14182 (dired-subdir-alist-pre-R): Put defvar at top level.
14183
14184 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
14185
14186 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
14187 Mark as risky.
14188
14189 * simple.el (set-mark-command): Doc fix.
14190 (clone-indirect-buffer-other-window):
14191 Read arg like clone-indirect-buffer.
14192 (move-beginning-of-line): Skip invisible newlines.
14193
14194 2006-01-19 Masatake YAMATO <jet@gyve.org>
14195
14196 * progmodes/cpp.el (cpp-edit-load): Make the order of
14197 listed conditions in a base C code buffer and its associate
14198 CPP Edit buffer the same.
14199
14200 2006-01-19 Kenichi Handa <handa@m17n.org>
14201
14202 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
14203 (rmail-mime-feature): Likewise.
14204 (rmail-require-mime-maybe): Use display-warning to show a warning
14205 message.
14206
14207 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
14208 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
14209
14210 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
14211
14212 * array.el: Move defvars out of eval-when-compile.
14213 (array-make-template): Replace undeclared global var with a local one.
14214 (array-mode): Inline initialization functions.
14215 (array-init-local-variables, array-init-max-row)
14216 (array-init-max-column, array-init-columns-per-line)
14217 (array-init-field-width, array-init-rows-numbered)
14218 (array-init-line-length, array-init-lines-per-row): Remove.
14219
14220 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
14221 (doc-mode-map): Define explicitly.
14222 (doctor-txtype): Use mapc.
14223
14224 * textmodes/table.el: Move defvars out of eval-when-compile.
14225 Remove harmful code meant to avoid byte-compiler warnings.
14226 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
14227 specification that checks table-fixed-width-mode directly.
14228 (table-recognize-region, table-recognize-cell):
14229 Use restore-buffer-modified-p.
14230 (table-fixed-width-mode): Remove code that refreshes
14231 table-fixed-mode-indicator.
14232 (*table--cell-describe-bindings, *table--cell-describe-mode):
14233 Avoid obsolete name print-help-return-message.
14234 (table--test-cell-list): Don't use replace-regexp from elisp.
14235 (table--point-entered-cell-function, table--point-left-cell-function):
14236 Don't set table-fixed-mode-indicator, use force-mode-line-update.
14237
14238 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
14239 that was after the end of file. Use buffer-file-name variable.
14240 (org-timestamp-change): Use with-current-buffer.
14241 (org-todo-list): Don't unnecessarily define a new buffer-local var.
14242 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
14243 `file'.
14244
14245 * progmodes/fortran.el: Move defvars out of eval-when-compile.
14246 (fortran-break-line): Remove unused var `opoint'.
14247 (fortran-abbrev-start): Obey help-event-list.
14248
14249 2006-01-18 Jesper Harder <harder@phys.au.dk>
14250
14251 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
14252
14253 2006-01-18 Masatake YAMATO <jet@gyve.org>
14254
14255 * progmodes/make-mode.el (makefile-imake-mode): New mode
14256 derived from makefile-mode.
14257 (makefile-imake-mode-syntax-table): New syntax table
14258 derived from makefile-mode-syntax-table.
14259 (makefile-mode): Write about makefile-imake-mode in doc string.
14260 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
14261 (makefile-imake-font-lock-keywords): New font lock keywords.
14262
14263 * files.el (auto-mode-alist): Add Imakefile.
14264
14265 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
14266
14267 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
14268 loading the file rather than when turning on flyspell-mode.
14269
14270 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
14271
14272 * cus-edit.el (customize-rogue): Minor doc fix.
14273
14274 2006-01-17 Juri Linkov <juri@jurta.org>
14275
14276 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
14277 instead of the file at the mark as default if the file at the mark
14278 is the same as the file at point or if dired-dwim-target-directory
14279 is not the same as the current directory and the mark is not active.
14280
14281 * log-view.el (log-view-minor-wrap): Use the same logic to get
14282 revisions as `log-view-diff'.
14283
14284 * info.el (Info-revert-find-node): Check for Info-current-file
14285 before preserving new-history.
14286
14287 * man.el (Man-heading-regexp): Add `/'.
14288
14289 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
14290 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
14291
14292 2006-01-16 Juri Linkov <juri@jurta.org>
14293
14294 * faces.el (mode-line-faces): New defgroup.
14295 (mode-line-highlight): Move definition after new defgroup.
14296 (mode-line, mode-line-inactive, mode-line-highlight):
14297 Replace :group `modeline' with `mode-line-faces'.
14298 (mode-line-buffer-id): New face.
14299 (modeline-buffer-id): New face alias.
14300 (vertical-border): Remove :group `modeline'.
14301
14302 * bindings.el (propertized-buffer-identification): Use face
14303 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
14304 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
14305 (mode-line-buffer-identification-keymap): For mouse-1 replace
14306 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
14307 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
14308 mouse-3.
14309
14310 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
14311 Buffer-menu-buffer. Doc fix.
14312 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
14313 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
14314 `Buffer-menu-buffer'.
14315
14316 * info.el (Info-mode-line-node-keymap): New defvar.
14317 (Info-set-mode-line): Use `stringp' to check Info-current-file.
14318 Propertize Info-current-node with `mode-line-buffer-id' and
14319 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
14320
14321 * time.el (display-time-mail-face): Replace :group `faces' with
14322 `mode-line-faces'.
14323
14324 2006-01-16 Kenichi Handa <handa@m17n.org>
14325
14326 * international/code-pages.el: Add autoload cookies for cp125[0345678].
14327
14328 * language/european.el (cp1252): New alias for windows-1252.
14329
14330 * international/mule.el (autoload-coding-system): Prepare for EOL
14331 variants.
14332
14333 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
14334
14335 * term.el (term-raw-map): Add mapping for insert.
14336 (term-send-insert): New.
14337 (term-mode): Make variables local here instead of doing it in
14338 `term-emulate-terminal'.
14339 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
14340 Scroll reverse needs to take into account the scroll region.
14341 Saving and restoring the cursor should save the color attributes too.
14342 (term-reset-terminal): Reset the scroll region.
14343 (term-handle-ansi-escape): Cursor up and down should take into
14344 account the scroll region.
14345 (term-set-scroll-region): Rename from `term-scroll-region'.
14346 Move to 0,0 after setting the region.
14347 (term-handle-scroll): Handle scroll up.
14348 (term-down): Fix off by one error.
14349 (term-delete-lines): Do not delete outside the scroll region.
14350 (term-insert-lines): Take into account the scroll region.
14351
14352 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
14353
14354 * textmodes/ispell.el (ispell-internal-change-dictionary)
14355 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
14356 (start, end): Move declaration outside of eval-when-compile.
14357
14358 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
14359 (flyspell-mode-on): Use it.
14360
14361 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
14362 ispell-kill-ispell-hook.
14363
14364 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
14365
14366 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
14367 (Custom-reset-saved): Do not ask for confirmation in single option
14368 buffers.
14369
14370 2006-01-13 Richard M. Stallman <rms@gnu.org>
14371
14372 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
14373
14374 2006-01-13 Romain Francoise <romain@orebokech.com>
14375
14376 * add-log.el (add-change-log-entry, change-log-merge):
14377 Conditionally use `hard-newline'.
14378
14379 2006-01-13 Martin Rudalics <rudalics@gmx.at>
14380
14381 * wid-edit.el (widget-field-end): If the overlay is no longer
14382 associated with a buffer, behave as if the overlay didn't exist.
14383
14384 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
14385 Make sure the links use the `custom-link' face.
14386
14387 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
14388
14389 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
14390 (ld-script-mode): Don't set indent-line-function since we don't
14391 have one.
14392
14393 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
14394
14395 * textmodes/org.el (org-open-file): Use mailcap for selecting an
14396 application.
14397 (org-file-apps-defaults-gnu): Use mailcap as the default for
14398 selecting an application on a UNIX system.
14399 (org-agenda-show-tags): New command.
14400 (org-table-insert-hline): Keep cursor in current table line.
14401 (org-table-convert): Offset effect of modifying
14402 `org-table-insert-hline'.
14403 (org-format-agenda-item): New optional argument TAG.
14404 (org-compile-prefix-format): Handle %T format for the tag.
14405 (org-expand-wide-chars): New function.
14406 (org-table-insert-row, org-table-insert-hline):
14407 Use `org-expand-wide-chars'.
14408 (org-open-file): Fix bug in program launch.
14409 (org-get-time-of-day): Fix bug with times before 1am.
14410 (org-agenda-menu): Add tags commands.
14411
14412 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
14413
14414 * textmodes/ispell.el (ispell-init-process): Include the used
14415 dictionary in ispell process start message.
14416 (ispell-internal-change-dictionary): When flyspell-mode is active
14417 and dictionary is changed, make sure ispell process is restarted
14418 and flyspell word cache cleared out for the current buffer.
14419 (ispell-change-dictionary): Make sure flyspell word cache is
14420 cleared out in all buffers with active flyspell mode when
14421 dictionary is globally changed.
14422 Call ispell-internal-change-dictionary after dictionary change.
14423
14424 2006-01-13 Eli Zaretskii <eliz@gnu.org>
14425
14426 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
14427
14428 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
14429 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
14430 years. Fix small differences wrt Makefile.in.
14431 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
14432 Makefile.in does.
14433
14434 2006-01-12 Bill Wohler <wohler@newt.com>
14435
14436 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
14437 mh-search.el.
14438
14439 2006-01-12 Masatake YAMATO <jet@gyve.org>
14440
14441 * progmodes/ld-script.el: Update copyright year.
14442
14443 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
14444
14445 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
14446 Don't add widget if setting undefined.
14447
14448 2006-01-12 John Paul Wallington <jpw@pobox.com>
14449
14450 * help-fns.el (describe-variable): Remove newlines from void
14451 variable output.
14452
14453 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
14454
14455 * wdired.el (wdired-mode-map): Add help echo for
14456 wdired-abort-changes.
14457
14458 * man.el (Man-file-name-regexp): Adjust for a list of files.
14459
14460 2006-01-12 Masatake YAMATO <jet@gyve.org>
14461
14462 * progmodes/ld-script.el (auto-mode-alist): Support
14463 suffix conventions used in netbsd and eCos.
14464
14465 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
14466
14467 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
14468 (custom-variable-menu, custom-face-menu, custom-group-menu)
14469 (Custom-mode-menu): Change names of menu items. (As discussed on
14470 emacs-devel.)
14471 (custom-face-menu): Add "Undo Edits" item.
14472
14473 * startup.el (init-file-user): defcustom -> defvar.
14474
14475 * tooltip.el (tooltip-mode): Doc fix.
14476
14477 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
14478
14479 * reveal.el (reveal-post-command): window-buffer signals an error on
14480 dead windows rather than returning nil.
14481 (reveal-open-new-overlays): An overlay might die while we open others.
14482
14483 2006-01-11 Bill Wohler <wohler@newt.com>
14484
14485 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
14486 phrasing in docstring.
14487
14488 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
14489 can give some systems gas. Add new file mh-buffers.el.
14490
14491 2006-01-06 Masatake YAMATO <jet@gyve.org>
14492
14493 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
14494 C preprocessor forward ported from GNU Emacs 21.2.
14495
14496 * progmodes/asm-mode.el (asm-font-lock-keywords):
14497 Use `cpp-font-lock-keywords'.
14498
14499 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
14500
14501 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
14502 of $ for "\\.ld[s]?".
14503
14504 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
14505
14506 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
14507 (tcl-indent-line): Return `noindent' if inside a string.
14508
14509 * progmodes/flymake.el (flymake-split-string): Remove more than one
14510 empty string at beg/end of the result.
14511 (flymake-find-buildfile, flymake-find-possible-master-files):
14512 Use expand-file-name.
14513 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
14514 since expand-file-name does it for us. Use directory-file-name.
14515 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
14516 (flymake-ler-get-type, flymake-ler-get-text)
14517 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
14518 (flymake-current-line-no): Remove spurious interactive spec.
14519 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
14520 (flymake-check-include): Remove arg inc-path merged into inc-name.
14521 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
14522 Arg regexp-list replaced by a simple regexp.
14523 (flymake-master-make-header-init, flymake-master-tex-init):
14524 Correspondingly replace regexp-list with a regexp. Fix regexp.
14525
14526 2006-01-10 Simon Josefsson <jas@extundo.com>
14527
14528 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
14529 describing AUTH PLAIN fix.
14530
14531 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
14532
14533 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
14534 (report-emacs-bug): Don't record initial prompt text.
14535 Instead, add text properties to prompting text.
14536 (report-emacs-bug-hook): Delete prompting text.
14537
14538 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14539
14540 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
14541 `dirs'. Adjust callers.
14542
14543 2006-01-09 John Paul Wallington <jpw@gnu.org>
14544
14545 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
14546
14547 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
14548
14549 * reveal.el (reveal-open-new-overlays): New extracted fun.
14550 (reveal-close-old-overlays): Idem. Check overlays's liveness before
14551 using them. Simplify the code.
14552 (reveal-post-command): Use them. Fix up obsolete windows in
14553 reveal-open-spots.
14554
14555 * progmodes/flymake.el: Use `require' rather than autoload for
14556 XEmacs's overlays.
14557 (flymake-get-common-file-prefix, flymake-build-relative-filename):
14558 Delete. Use file-relative-name instead.
14559 (flymake-get-syntax-check-program-args, flymake-perl-init):
14560 Simplify the resulting code.
14561
14562 * log-view.el (log-view-file-re, log-view-message-re): Add support
14563 for DaRCS output.
14564
14565 2006-01-09 Alex Schroeder <alex@gnu.org>
14566
14567 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
14568 identifiers sometimes added in square brackets at the beginning of
14569 subject lines.
14570
14571 2006-01-07 Richard M. Stallman <rms@gnu.org>
14572
14573 * cus-edit.el (Custom-set, Custom-save): Doc fix.
14574 (Custom-reset-current, Custom-reset-saved): Change question text.
14575 (Custom-reset-standard): Likewise.
14576 (custom-variable-reset-saved): Doc fix.
14577
14578 2006-01-07 Eli Zaretskii <eliz@gnu.org>
14579
14580 * startup.el (init-file-user): Doc fix.
14581
14582 2006-01-07 Alex Schroeder <alex@gnu.org>
14583
14584 * mail/rmail.el (rmail-current-subject): New function.
14585 (rmail-current-subject-regexp): New function.
14586 (rmail-next-same-subject): Use it.
14587
14588 * mail/rmailsum.el (rmail-summary-by-topic):
14589 Use rmail-current-subject and rmail-current-subject-regexp.
14590 (rmail-summary-next-same-subject): Ditto.
14591
14592 * net/rcirc.el (rcirc-send-input): No longer check whether the
14593 process is open, since not all commands need an open process.
14594 (rcirc-send-string): Check whether the process is open before
14595 sending anything.
14596 (rcirc-ignore-list): New option.
14597 (rcirc-ignore-list-automatic): New variable.
14598 (rcirc-print): Take rcirc-ignore-list into account.
14599 (rcirc-cmd-ignore): New command.
14600 (rcirc-ignore-update-automatic): New function.
14601 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
14602 list if ignored nicks.
14603 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
14604
14605 2006-01-06 David Reitter <david.reitter@gmail.com>
14606
14607 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
14608 reflect the address to which the report will be sent.
14609
14610 2006-01-06 Eli Zaretskii <eliz@gnu.org>
14611
14612 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
14613 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
14614
14615 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
14616
14617 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
14618
14619 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
14620 the doc string: "functoin" => "function".
14621 * ldefs-boot.el: Likewise.
14622
14623 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
14624 message text: "Duplicat" => "Duplicate".
14625
14626 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
14627
14628 * files.el (basic-save-buffer-2): If backing-up failed, reset
14629 buffer-backed-up to nil.
14630
14631 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
14632
14633 * progmodes/gud.el (gdb-script-skip-to-head)
14634 (gdb-script-calculate-indentation): Indent for breakpoint command
14635 lists also.
14636
14637 2006-01-05 Bill Wohler <wohler@newt.com>
14638
14639 * Makefile.in (compile-always): Add mh-autoloads dependency.
14640 (bootstrap): Remove mh-autoloads dependency, as compile dependency
14641 provides it.
14642 (updates): Remove mh-autoloads dependency, since it probably has
14643 already run recently (via recompile).
14644
14645 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
14646
14647 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
14648 argument `force' to disable the flyspell-last-buffer optimization.
14649 (flyspell-mode-on): Use it.
14650
14651 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
14652 flymake-simple-cleanup.
14653 (flymake-allowed-file-name-masks): Use this new default.
14654 All the functions are now called in the right buffer rather than
14655 passing the buffer as argument.
14656 (flymake-process-sentinel): Switch to buffer before calling cleanup.
14657 (flymake-parse-err-lines): Remove redundant buffer arg.
14658 (flymake-get-program-dir): Comment out unused function.
14659 (flymake-start-syntax-check, flymake-start-syntax-check-process):
14660 Remove redundant buffer argument.
14661 (flymake-get-real-file-name, flymake-simple-java-cleanup)
14662 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
14663
14664 2006-01-05 Richard M. Stallman <rms@gnu.org>
14665
14666 * info.el (Info-find-node): Don't record previous node if have none.
14667 (info): Go to directory only if history is empty.
14668
14669 * simple.el (mark): Doc fix.
14670
14671 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14672
14673 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
14674 already of desired type.
14675 (mac-ae-list): Coerce parameter to "list" type.
14676 (mac-dispatch-apple-event): Replace cadr part of event with a
14677 dummy position so that event-start returns it.
14678
14679 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
14680
14681 * textmodes/org.el (org-end-of-subtree): New function.
14682 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
14683 Use `org-end-of-subtree'.
14684 (org-agenda, org-agenda-convert-date): Protect calls to
14685 `fit-window-to-buffer'.
14686 (org-tags-view): Force matching of sublevels when doing a
14687 todo-only search. Define the correct redo command, including the
14688 arguments.
14689 (org-agenda-redo): Display message.
14690 (org-check-for-org-mode): New function.
14691 (org-agenda-type): New variable.
14692 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
14693 Set `org-agenda-type'.
14694 (org-agenda-check-type): New function.
14695 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
14696 (org-agenda-week-view, org-agenda-day-view)
14697 (org-agenda-next-date-line, org-agenda-previous-date-line)
14698 (org-agenda-log-mode, org-agenda-toggle-diary)
14699 (org-agenda-toggle-time-grid, org-agenda-date-later)
14700 (org-agenda-date-prompt, org-agenda-diary-entry)
14701 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
14702 (org-agenda-convert-date, org-agenda-menu):
14703 Use `org-agenda-check-type'.
14704 (org-make-overlay, org-delete-overlay)
14705 (org-detatch-overlay, org-move-overlay, org-overlay-put):
14706 New compatibility functions.
14707 (org-calendar-select-mouse): New command.
14708
14709 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
14710
14711 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
14712 (Custom-reset-standard): Fix y-or-n-p messages.
14713 (custom-link): New face for links.
14714 (custom-buffer-create-internal, custom-manual): Use it.
14715 (custom-face-save): Push to theme-face before setting face spec.
14716
14717 * wid-edit.el (widget-default-mouse-face-get): New function.
14718 (widget-specify-button): Handle mouse-face like button-face.
14719
14720 * custom.el (load-theme): Clear old theme settings if reloading.
14721
14722 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
14723
14724 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
14725 "Erase Customization" button back to same position it occupies in
14726 the individual State menus.
14727
14728 2006-01-04 Kim F. Storm <storm@cua.dk>
14729
14730 * wid-edit.el (key-sequence): Rework widget to read key binding
14731 using `kbd' syntax. Use C-q to insert literal key, event, or code.
14732 (widget-key-sequence-default-value): Default value for empty sequence.
14733 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
14734 (widget-key-sequence-read-event): New command for C-q.
14735 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
14736 (widget-key-sequence-value-to-external): New functions.
14737
14738 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
14739
14740 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
14741 Use expand-file-name.
14742 (flymake-delete-temp-directory): Use expand-file-name,
14743 file-name-directory, and directory-file-name.
14744 (flymake-strrchr): Delete.
14745 (flymake-start-syntax-check): Don't pass the redundant buffer argument
14746 to the init-f function.
14747 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
14748 (flymake-init-find-buildfile-dir)
14749 (flymake-init-create-temp-source-and-master-buffer-copy)
14750 (flymake-simple-make-init-impl, flymake-simple-make-init)
14751 (flymake-master-make-init, flymake-master-make-header-init)
14752 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
14753 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
14754 (flymake-xml-init): Remove corresponding redundant buffer argument.
14755 (flymake-allowed-file-name-masks): Remove last elems that are equal to
14756 the default anyway. Clean up regexps.
14757
14758 * progmodes/flymake.el (flymake-temp-source-file-name)
14759 (flymake-master-file-name, flymake-temp-master-file-name)
14760 (flymake-base-dir): New buffer-local vars.
14761 (flymake-buffer-data, flymake-get-buffer-value)
14762 (flymake-set-buffer-value): Replace those hash-tables by the new
14763 buffer-local vars. Update callers.
14764
14765 * progmodes/flymake.el (flymake-check-start-time)
14766 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
14767 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
14768 Move definition, so we can remove redundant earlier declaration.
14769 (flymake-replace-regexp-in-string, flymake-split-string)
14770 (flymake-get-temp-dir): Use defalias.
14771 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
14772 (flymake-xemacs-window-edges): Remove unused function.
14773 (flymake-get-point-pixel-pos): Move.
14774 (flymake-pid-to-names, flymake-reg-names)
14775 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
14776 Replace by a simple list flymake-processes and by process-buffer.
14777 Update callers. Other than simplify the code, it uses buffers rather
14778 than buffer-names so it doesn't get confused by uniquify.
14779 (flymake-buffer-data): The global value should just be nil.
14780
14781 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
14782 Optimize the body of a defalias like any other code.
14783
14784 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
14785 Make sure we've setup font-lock's vars. It may influence which
14786 function we then call.
14787 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
14788 here since it's too late anyway.
14789
14790 2006-01-03 Romain Francoise <romain@orebokech.com>
14791
14792 * startup.el (fancy-splash-tail, normal-splash-screen):
14793 Update copyright year.
14794
14795 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
14796
14797 * mouse.el (mouse-drag-track): Rename, from
14798 `mouse-drag-region-1'. Includes optional argument required to
14799 enable post-drag event processing (e.g. delete region keys).
14800 Can be used without this argument to track a mouse region and operate
14801 on it as soon as the drag completes.
14802 (mouse-drag-region): Use `mouse-drag-track'.
14803
14804 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
14805
14806 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
14807 Move to `custom-buffer' group.
14808
14809 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
14810 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
14811 (custom-theme-insert-face-marker, custom-theme-variable-menu)
14812 (custom-theme-face-menu): New variables.
14813 (custom-theme-add-variable, custom-theme-variable-action)
14814 (custom-variable-reset-theme, custom-theme-delete-variable)
14815 (custom-face-reset-theme, custom-theme-face-action)
14816 (custom-theme-delete-face, custom-theme-merge-theme)
14817 (custom-theme-add-face, custom-theme-visit-theme): New functions.
14818
14819 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
14820
14821 * custom.el: Move Custom Themes commentary to start of theme code.
14822 (custom-known-themes): Rename `standard' theme to `changed'.
14823 (custom-push-theme): Caller no longer specifies what theme to use
14824 when doing `reset'---the setting is simply removed from the theme.
14825 Delete MODE from `theme-value' and `theme-settings' properties.
14826 (custom-declare-theme): Ignore &rest args since we don't use them.
14827
14828 (custom-loaded-themes): Delete variable.
14829 (custom-theme-load-themes, custom-theme-loaded-p)
14830 (custom-theme-value): Delete functions.
14831
14832 (custom-declare-theme): Signal error on invalid theme names.
14833 (provide-theme): custom-loaded-themes was deleted.
14834 (load-theme): Load the file unconditionally.
14835 (enable-theme): Call `load-theme' if theme is undefined.
14836 (custom-enabled-themes): Only update value for successful loads.
14837 (disable-theme): Complete from enabled themes when interactive.
14838 (custom-variable-theme-value): Calculate theme value directly.
14839
14840 (custom-theme-reset-variables, custom-reset-variables): Mark as
14841 XEmacs compatibility functions. We don't actually use these.
14842
14843 * cus-edit.el (custom-variable-state-set):
14844 Use custom-variable-theme-value instead of custom-theme-value.
14845 (custom-face-state-set): Rename `standard' theme to `changed'.
14846 (custom-save-variables, custom-save-faces): Delete unneeded
14847 references to custom-reset-variables.
14848 (custom-save-resets): Delete function.
14849 (custom-save-variables, custom-save-faces): MODE argument deleted.
14850 (custom-save-variables, custom-save-faces): Ignore theme values.
14851
14852 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
14853 compatibility function.
14854
14855 2006-01-01 Richard M. Stallman <rms@gnu.org>
14856
14857 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
14858 (Custom-reset-current, Custom-reset-saved): Likewise.
14859 (Custom-reset-standard): Show message if aborted.
14860 (custom-mode): Doc fix, describing those commands.
14861
14862 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
14863 put on event-kind property.
14864
14865 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
14866
14867 * custom.el (provide-theme): Ban `user' theme name.
14868 (custom-enabling-themes): New variable.
14869 (enable-theme): Don't enable user if custom-enabling-themes is t.
14870 (custom-enabled-themes): Make it a defcustom.
14871 (custom-theme-recalc-face): No-op if face is undefined.
14872
14873 * cus-edit.el (custom-button-mouse): New variable.
14874 (custom-button-mouse): New face.
14875 (custom-raised-buttons, custom-mode): Use it.
14876
14877 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
14878
14879 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14880
14881 * progmodes/gud.el (gud-display-line): Support hl-line in the
14882 source buffer.
14883
14884 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
14885
14886 * mouse.el (mouse-drag-window-above): Verify that the found window
14887 overlaps with the given window in the horizontal dimension.
14888
14889 2005-12-31 Eli Zaretskii <eliz@gnu.org>
14890
14891 * Makefile.in (cvs-update): New target.
14892
14893 * makefile.w32-in (cvs-update): Ditto.
14894
14895 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
14896
14897 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
14898 (custom-new-theme-mode-map): New variable.
14899
14900 2005-12-30 Richard M. Stallman <rms@gnu.org>
14901
14902 * custom.el (custom-load-themes): Function deleted.
14903
14904 * cus-edit.el (custom-save-loaded-themes): Function deleted.
14905 (custom-save-variables): Don't delete or add custom-load-themes call.
14906
14907 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * cus-start.el: Add `visible-cursor'.
14910
14911 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
14912 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
14913 (flymake-process-filter): Switch to buffer before calling it instead.
14914 (flymake-post-syntax-check, flymake-highlight-err-lines)
14915 (flymake-delete-own-overlays, flymake-parse-err-lines)
14916 (flymake-start-syntax-check, flymake-start-syntax-check-process)
14917 (flymake-count-lines, flymake-parse-residual):
14918 Remove constant buffer argument.
14919 (flymake-start-syntax-check-for-current-buffer): Remove.
14920 Update callers to use flymake-start-syntax-check instead.
14921 (flymake-display-err-menu-for-current-line):
14922 Remove unused var `mouse-pos'.
14923 (flymake-restore-formatting): Comment out unused function.
14924 (flymake-report-status, flymake-report-fatal-status): Remove buffer
14925 argument, use current-buffer instead. Update callers.
14926
14927 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14928
14929 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
14930 buffer-local because choose-completion-delete-max-match requires
14931 that we set completion-ignore-case (i.e., binding via let is not
14932 sufficient).
14933 (bibtex-complete): Always set completion-ignore-case and
14934 choose-completion-string-functions. The latter is needed because
14935 choose-completion-string-functions keeps its value if we quit the
14936 *Completions* buffer without requesting a completion.
14937
14938 2005-12-30 Andreas Schwab <schwab@suse.de>
14939
14940 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
14941
14942 2005-12-30 Eli Zaretskii <eliz@gnu.org>
14943
14944 * jit-lock.el (jit-lock-chunk-size): Doc fix.
14945
14946 2005-12-30 Juri Linkov <juri@jurta.org>
14947
14948 * locate.el (locate-fcodes-file, locate-header-face)
14949 * progmodes/delphi.el (delphi-other-face)
14950 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
14951
14952 * paren.el (show-paren-match, show-paren-mismatch): Use existing
14953 group `paren-showing-faces'.
14954
14955 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
14956 (goto-address): Fix docstring.
14957
14958 * net/webjump.el (webjump-sample-sites): Update URLs.
14959
14960 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
14961
14962 * subr.el (cancel-change-group): Add listp around pending-undo-list.
14963
14964 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * font-lock.el (font-lock-compile-keywords): Signal an error when
14967 font-lock-set-defaults hasn't been called.
14968
14969 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
14970
14971 * subr.el (noreturn, 1value): Doc fixes.
14972
14973 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14974
14975 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
14976 that assoc-string returns nil.
14977
14978 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14979
14980 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
14981 (bibtex-entry-type-str, bibtex-empty-field-re)
14982 (bibtex-search-backward-string, bibtex-preamble-prefix)
14983 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
14984 (bibtex-any-valid-entry-type): New variable.
14985 (bibtex-parse-field-name): Simplify.
14986 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
14987 (bibtex-preamble-prefix): Include left delimiter.
14988 (bibtex-search-forward-field, bibtex-search-backward-field):
14989 Allow unbounded search past entry boundaries (required by bibtex-pop).
14990 (bibtex-text-in-field-bounds): Use push.
14991 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
14992 (bibtex-parse-preamble, bibtex-valid-entry)
14993 (bibtex-beginning-first-field): New functions.
14994 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
14995 (bibtex-map-entries): Fix docstring.
14996 (bibtex-flash-head): New arg prompt. Simplify.
14997 (bibtex-enclosing-field): Include code of bibtex-inside-field.
14998 (bibtex-insert-kill): Simplify. Always insert text past the
14999 current field or entry.
15000 (bibtex-format-entry): Use bibtex-parse-field.
15001 (bibtex-pop): Use bibtex-beginning-of-entry and
15002 bibtex-end-of-entry to initiate the search. Insert empty field if
15003 we found ourselves.
15004 (bibtex-print-help-message): New args field and comma.
15005 Handle entry keys.
15006 (bibtex-make-field): Use bibtex-beginning-of-entry.
15007 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
15008 invalid entry.
15009 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
15010 Handle preambles. Simplify code for thorough test.
15011 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
15012 New arg comma. Handle entry heads.
15013 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
15014 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
15015 New arg comma.
15016 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
15017 (bibtex-fill-field): Simplify.
15018 (bibtex-fill-entry): Use bibtex-beginning-first-field and
15019 bibtex-parse-field.
15020 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
15021 (bibtex-complete): Use bibtex-parse-preamble.
15022
15023 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
15024
15025 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
15026 Display name of expression instead of convenience variable.
15027 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
15028
15029 * progmodes/gud.el (gud-tooltip-dereference): Rename from
15030 toggle-gud-tooltip-dereference.
15031 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
15032 (gud-tooltip-tips): ...here when dereferencing.
15033
15034 2005-12-28 Bill Wohler <wohler@newt.com>
15035
15036 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
15037
15038 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
15039
15040 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
15041 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
15042 (vc-annotate-display-autoscale): Adjust call.
15043 (vc-annotate-display-default): Adjust call. Make arg compulsory.
15044 Fix interactive spec.
15045 (vc-annotate-time-span): Remove.
15046 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
15047 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
15048 (vc-annotate-display-select): Use new name.
15049
15050 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
15051 (vc-annotate-mode-menu): Remove left-over redundant declaration.
15052 Correct the construction of span entries. Simplify.
15053 (vc-annotate-display-select): Fix the nil case.
15054 (vc-annotate): Remove obsolete (and now broken) code.
15055 (vc-annotate-extract-revision-at-line): Remove obsolete code.
15056 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
15057
15058 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
15059
15060 * subr.el (lazy-completion-table): Correct typo in docstring.
15061
15062 * startup.el (command-line): Use `custom-reevaluate-setting' for
15063 `send-mail-function'.
15064
15065 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
15066
15067 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
15068
15069 * mail/smtpmail.el (smtpmail-try-auth-methods):
15070 Send credentials together with "AUTH PLAIN" command.
15071
15072 2005-12-27 Richard M. Stallman <rms@gnu.org>
15073
15074 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
15075 mouse-2, go back to previously selected window, so it's selected
15076 when mouse-2 command runs.
15077
15078 2005-12-27 Juri Linkov <juri@jurta.org>
15079
15080 * descr-text.el (describe-text-sexp): Use square brackets for
15081 button [Show] to distinguish it from the property value `show'.
15082 (describe-property-list): Use `insert-text-button' with
15083 `help-face' type instead of putting face in quotes, because button
15084 is not created automatically for a list of faces.
15085 (describe-text-properties-1): Put button-type value in quotes to
15086 distinguish from plain text "button".
15087 (describe-char): Display code point values in hex. Don't use
15088 `symbol-name' for `current-input-method' because it is a string.
15089 Use `insert-text-button' with `help-face' type instead of putting
15090 hardcoded face in quotes, because button is not created automatically.
15091
15092 2005-12-27 Richard M. Stallman <rms@gnu.org>
15093
15094 * progmodes/glasses.el (glasses-face): More specific custom type.
15095
15096 * files.el (set-visited-file-name): Doc fix.
15097
15098 * textmodes/flyspell.el (flyspell-external-point-words):
15099 Use local var buffer-scan-pos to advance scan for next misspelling.
15100 Advance it only after we find the misspelling.
15101
15102 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
15103
15104 * textmodes/flyspell.el (flyspell-external-point-words):
15105 New criteria for finding the misspelling in the buffer.
15106
15107 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
15108
15109 * help-mode.el (help-insert-string): Set help-xref-stack-item
15110 rather than call help-setup-xref.
15111
15112 * descr-text.el (describe-char): Revert previous changes for
15113 optional buffer argument.
15114
15115 2005-12-27 Juri Linkov <juri@jurta.org>
15116
15117 * help-mode.el (help-insert-string): New function. Save buffer
15118 contents in cases where it is impossible to recompute the old contents.
15119
15120 * descr-text.el (describe-char): Set help-xref-stack-item
15121 explicitly after buffer has been generated.
15122
15123 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15124
15125 * cus-start.el (all): Add x-gtk-show-hidden-files.
15126
15127 2005-12-26 Richard M. Stallman <rms@gnu.org>
15128
15129 * replace.el (perform-replace): Calculate match-again
15130 before skipping read-only matches.
15131
15132 * paren.el (paren-showing-faces): New group.
15133 (show-paren-match, show-paren-mismatch): Move to that group.
15134
15135 * button.el (button): Put into group `basic-faces'.
15136
15137 * progmodes/make-mode.el: Remove faces from group `faces'.
15138
15139 * apropos.el (apropos, apropos-value): Doc fix.
15140 (apropos-documentation): Doc fix.
15141
15142 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
15143
15144 * subr.el (lazy-completion-table): Remove argument `args'.
15145
15146 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
15147 Don't use the `args' argument of lazy-completion-table.
15148
15149 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
15150
15151 * descr-text.el (describe-char): Add optional argument for buffer.
15152 Set buffer appropriately. Call help-setup-xref.
15153 Suggested by Stefan Monnier.
15154
15155 2005-12-26 Juri Linkov <juri@jurta.org>
15156
15157 * descr-text.el: Require `help-fns' at runtime. Don't require
15158 `button' for byte compilation.
15159 (describe-text-widget): Add `help-echo' for first button.
15160 Use `help-info' for second.
15161 (describe-property-list): Use `help-argument-name' instead of `italic'.
15162 (describe-text-category): Add prompt to interactive spec.
15163 Call `help-setup-xref'.
15164 (describe-char): Use `help-character-set'. Add `help-echo' for
15165 code point. Use `help-input-method'. Remove superfluous insert.
15166
15167 2005-12-25 Richard M. Stallman <rms@gnu.org>
15168
15169 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
15170 at point, in case of narrowing.
15171
15172 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
15173
15174 * locate.el (locate-header-face): Allow nil in type.
15175
15176 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
15177
15178 2005-12-25 Romain Francoise <romain@orebokech.com>
15179
15180 * battery.el (battery-linux-proc-acpi): Also try
15181 `/proc/acpi/thermal_zone/THM0/temperature'.
15182
15183 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
15184
15185 * custom.el (custom-push-theme): Fix docstring.
15186
15187 * cus-edit.el (custom-variable-set, custom-variable-save)
15188 (custom-variable-save): Custom-quote widget values.
15189 (customize-save-variable): Fix custom-push-theme call.
15190
15191 2005-12-24 Eli Zaretskii <eliz@gnu.org>
15192
15193 * w32-fns.el (w32-batch-update-autoloads): New function.
15194
15195 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
15196 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
15197 from the command line.
15198
15199 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
15200
15201 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
15202 reset means to remove setting from theme entirely. Don't keep
15203 expanding theme-settings list; delete old entries if necessary.
15204
15205 * cus-edit.el (custom-buffer-create-internal): Move "Erase
15206 customization" button one line up.
15207 (custom-themed): New face.
15208 (custom-magic-alist): New value, THEMED, for theme settings.
15209 (custom-variable-state-set, custom-face-state-set):
15210 Check theme-value instead of saved-value.
15211 (custom-variable-reset-standard, custom-face-reset-standard):
15212 Remove theme setting entirely. Recalculate new values.
15213 (custom-variable-set, custom-variable-set)
15214 (custom-variable-reset-saved, custom-variable-reset-backup)
15215 (custom-face-set, custom-face-reset-saved): Update `user' theme.
15216 (custom-variable-save): Fix typos.
15217
15218 2005-12-23 Juri Linkov <juri@jurta.org>
15219
15220 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
15221 Add autoload cookies.
15222 (edebug-outside-d-c-i-n-s-w): New variable.
15223 (edebug-display, edebug-outside-excursion): Use it to save the
15224 original value of default-cursor-in-non-selected-windows.
15225 Set default-cursor-in-non-selected-windows to t while Edebug
15226 is active.
15227 (edebug-mode, edebug-eval-mode): Doc fix.
15228
15229 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
15230 with `buffer-substring-no-properties' to remove common substring
15231 highlighting.
15232
15233 * info.el (info-other-window, info): Rename function argument
15234 `file' to `file-or-node'.
15235 (Info-complete-menu-item): Use local variable `complete-nodes' to
15236 keep the global value of `Info-complete-nodes' unchanged for
15237 subsequent completions.
15238 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
15239
15240 * simple.el (get-next-valid-buffer, last-buffer)
15241 (next-error-buffer-p, next-error-find-buffer)
15242 (minibuffer-history-sexp-flag): Doc fix.
15243
15244 * savehist.el (savehist-mode-hook): Add `:group'.
15245
15246 * log-view.el: Call autoload for vc-find-version.
15247 (log-view-current-file): Adjust subgroup numbers.
15248 (log-view-current-tag): Add `length'.
15249
15250 2005-12-23 Richard M. Stallman <rms@gnu.org>
15251
15252 * vc.el (vc-annotate-car-last-cons): Defn moved up.
15253
15254 2005-12-23 Juri Linkov <juri@jurta.org>
15255
15256 * hi-lock.el (hi-lock-archaic-interface-message-used)
15257 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
15258 (hi-lock-mode): Display "Hi" in the mode line only when
15259 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
15260 (hi-lock-write-interactive-patterns):
15261 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
15262 (hi-lock-set-pattern, hi-lock-set-file-patterns)
15263 (hi-lock-font-lock-hook): Set 3rd arg `how' of
15264 font-lock-add-keywords to t.
15265
15266 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
15267
15268 * hi-lock.el (hi-lock-highlight-range): New variable.
15269 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
15270 only if font-lock-fontified is non-nil. Remove overlays.
15271 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
15272 font-lock-fontified is non-nil, otherwise use overlays (instead of
15273 text properties).
15274 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
15275 New variables.
15276 (hi-lock-string-serialize) New function.
15277
15278 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15279
15280 * menu-bar.el (menu-find-file-existing): New function.
15281 (menu-bar-file-menu): Use menu-find-file-existing for Open.
15282
15283 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
15284
15285 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15286
15287 * vc.el: Remove unnecessary leading * in docstrings.
15288 (vc-annotate-mode-map): Move initialization into declaration.
15289 (vc-static-header-alist): Nitpick on the regexp.
15290 (vc-default-init-version): New fun.
15291 (vc-register): Use it.
15292 (vc-insert-headers): Use dolist.
15293 (vc-annotate-get-backend): Remove unused function.
15294 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
15295 (vc-annotate-mode): Remove corresponding call.
15296 (vc-annotate-car-last-cons): Simplify.
15297 (vc-annotate-buffers): Remove var.
15298 (vc-annotate-backend): Make it buffer-local.
15299 (vc-annotate): Move the interaction to the interactive spec.
15300 Add a `buf' argument.
15301 (vc-annotate-warp-version): Use this new `buf' argument to avoid
15302 killing&creating a vc-annotate buffer, which is very disruptive when
15303 the buffers are shown in dedicated frames.
15304
15305 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
15306
15307 * descr-text.el: Add FSF as maintainer.
15308 (describe-text-mode, describe-text-mode-map)
15309 (describe-text-mode-hook, describe-text-done): Delete. Use normal
15310 help-mode.
15311 (describe-text-widget, describe-text-sexp)
15312 (describe-property-list, describe-text-category)
15313 (describe-text-properties, describe-text-properties-1)
15314 (describe-char): Use help buttons instead of widgets.
15315 (describe-char-unicodedata-file): Make URL link in doc string.
15316
15317 2005-12-22 Richard M. Stallman <rms@gnu.org>
15318
15319 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
15320 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
15321 Don't include buttons that write a file when there's no file.
15322 (custom-variable-menu, custom-face-menu, custom-group-menu):
15323 Don't include commands that write a file when there's no file.
15324 (customize-browse): Reword the top-of-buffer help intro.
15325 (custom-buffer-create-internal): Fix previous change.
15326 (customize-changed-options-previous-release): Prev release is 21.1.
15327 (customize-changed-options): Doc fix.
15328 (customize-changed): New alias.
15329 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
15330 Say "standard values".
15331 (Custom-reset-standard): Doc fix.
15332 (custom-face-reset-standard): Doc fix.
15333
15334 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
15335
15336 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
15337 even if font-lock-mode is non-nil since it may be t without having
15338 turned on font-lock-mode-internal.
15339 (font-lock-choose-keywords): Minor optimization.
15340 (font-lock-add-keywords, font-lock-remove-keywords)
15341 (font-lock-set-defaults): Don't call make-local-variable on a variable
15342 that we know to already be local.
15343
15344 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
15345
15346 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
15347 messages if in the minibuffer.
15348
15349 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15350
15351 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
15352 (tex-mode-flyspell-verify, flyspell-get-word)
15353 (flyspell-external-point-words): Don't use point-min/max uselessly.
15354
15355 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
15356 by Kevin Rodgers. Instead, just hide the completions buffer if we
15357 don't need to show it.
15358
15359 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
15360
15361 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
15362
15363 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
15364
15365 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
15366 delete-windows-on with an inexistent buffer.
15367
15368 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
15369
15370 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15371 Delete defcustom variable :tag names.
15372
15373 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
15374
15375 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
15376 (log-view-font-lock-keywords): Ajust subgroup numbers.
15377 (log-view-current-tag): Don't hard code the number of subgroups.
15378
15379 2005-12-20 Juri Linkov <juri@jurta.org>
15380
15381 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
15382 (tooltip-x-offset, tooltip-y-offset): Doc fix.
15383
15384 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
15385 (menu-bar-non-minibuffer-window-p): Instead of checking
15386 display-multi-frame-p, use selected-frame when menu-updating-frame
15387 is nil.
15388
15389 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
15390
15391 * align.el (align-rules-list): Use [ \t] instead of \s-
15392 for column separators in text mode.
15393
15394 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
15395
15396 * help-mode.el (help-customize-variable, help-customize-face):
15397 Don't pop help-xref-stack as help-follow no longer pushes
15398 anything on to it.
15399
15400 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
15401
15402 * textmodes/org.el (org-agenda-custom-commands): New option.
15403 (org-agenda): Offer custom commands on splash screen.
15404 (org-make-tags-matcher): Parser for Boolean logic added.
15405 (org-agenda-set-tags): New command.
15406 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
15407 (org-set-tags): Efficiency improvements.
15408 (org-auto-align-tags): New option.
15409 (org-todo, org-demote, org-promote): Realign tags.
15410 (org-tags-completion-function): Use also "&" and "|" as separators.
15411 (org-org-menu): Agenda commands simplified.
15412
15413 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
15414
15415 * cus-edit.el (customize-apropos, customize-apropos-options):
15416 Docstring changes.
15417
15418 * font-lock.el (font-lock): Add tags to the links in the defgroup.
15419
15420 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
15421
15422 * longlines.el (longlines-mode): Wrap while widened.
15423 (longlines-decode-region, longlines-encode-region): Compute max
15424 just once.
15425
15426 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15427
15428 * cus-edit.el (mac): New group.
15429
15430 * cus-start.el (all): Add user options in macterm.c. Add test for
15431 Mac-related built-ins. Fix test for GTK-related built-ins.
15432
15433 * term/mac-win.el (mac-handle-language-change)
15434 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
15435 (mac-services-open-selection, mac-services-mail-selection)
15436 (mac-services-mail-to, mac-services-insert-text)
15437 (mac-dispatch-apple-event): Add docstrings.
15438 (x-get-selection, mac-select-convert-to-string): Select coding
15439 system from `utf-16be' and `utf-16le' using `byteorder'.
15440
15441 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
15442
15443 * subr.el (lazy-completion-table): Don't be fooled if the var holds
15444 a "list" (lambda ...) rather than a real completion list.
15445
15446 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
15447 lexical-let when encountering ((lambda (...) ...) ...).
15448
15449 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15450
15451 * progmodes/sh-script.el (sh-mode):
15452 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
15453 * textmodes/picture.el (picture-mode): Update docstrings.
15454
15455 2005-12-17 Eli Zaretskii <eliz@gnu.org>
15456
15457 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
15458 commands enclosed in $(ARGQUOTE)s should not be split between two
15459 lines, as that will break with GNU Make >3.80, when sh.exe is used
15460 and arg quoting is with '..'.
15461 (autoloads): Don't break the quoted --eval expression between
15462 several lines.
15463
15464 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
15465
15466 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
15467 Capture error from printing circular structures.
15468
15469 2005-12-17 Martin Rudalics <rudalics@gmx.at>
15470
15471 * wid-edit.el (widget-checkbox-action): Clear undo info.
15472
15473 2005-12-16 Bill Wohler <wohler@newt.com>
15474
15475 * menu-bar.el (kill-this-buffer): Set a good example by using menu
15476 bar, not menubar in comment.
15477
15478 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
15479
15480 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
15481 After-change-functions should not clobber the match data.
15482
15483 2005-12-16 Juri Linkov <juri@jurta.org>
15484
15485 * simple.el (choose-completion): Use `buffer-substring-no-properties'
15486 instead of `buffer-substring'.
15487 (completion-common-substring): Doc fix.
15488 (completion-setup-function): Use minibuffer-completion-contents
15489 instead of minibuffer-contents. Don't set common-string-length
15490 initially. Remove special handling of partial-completion-mode.
15491 Move computation of completion-base-size into one cond.
15492 Call completion-base-size-function in mainbuf. In computation of
15493 completion-base-size for file name completion don't move point to
15494 the end of the minibuffer. Move computation of common-string-length
15495 into one cond. Start putting faces only when common-string-length>=0.
15496 Add condition to put completions-common-part when
15497 common-string-length>0.
15498
15499 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
15500 place point at the first different character in the minibuffer
15501 even if this position is at the beginning of the minibuffer.
15502
15503 * info.el (Info-read-node-name-1): In completion-base-size-function's
15504 lambda return 1 if common-substring or minibuffer-completion-contents
15505 starts with (, and 0 otherwise.
15506
15507 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
15508 Use `crm-current-element' for second arg of `display-completion-list'.
15509
15510 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
15511
15512 * files.el (set-auto-mode): Look for an interpreter specified on
15513 the first line also if search for mode specification succeeded,
15514 but the mode is not known.
15515
15516 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
15517
15518 * textmodes/org.el (org-tags-match-list-sublevels): New option.
15519 (org-open-at-point): Implement tag searches as links.
15520 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
15521 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
15522 (org-tags-sparse-tree, org-tags-view, org-set-tags)
15523 (org-agenda-dispatch): New commands.
15524 (org-use-tag-inheritance, org-tags-column): New options.
15525 (org-tab-follows-link, org-return-follows-link): New options.
15526 (org-tags): New customize group.
15527 (org-start-icalendar-file): Get local time zone.
15528 (org-tags-completion-function): New function.
15529 (org-set-font-lock-defaults): Make sure links will also be
15530 highlighted inside headlines.
15531
15532 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
15533
15534 * term.el (term-emulate-terminal):
15535 Let term-handle-ansi-terminal-messages override what Bash says about
15536 its current directory.
15537
15538 2005-12-16 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
15539
15540 * bindings.el (last-buffer): Move to simple.el.
15541 * simple.el (last-buffer): Move here.
15542 (get-next-valid-buffer): New function.
15543 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
15544 (prev-buffer): Ditto. Rename to `previous-buffer'.
15545
15546 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
15547 * bindings.el (global-map): Ditto.
15548
15549 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
15550
15551 * cus-edit.el: Introductory comment change.
15552 (custom-magic-alist): Change message string for the `rogue' state.
15553
15554 2005-12-15 Richard M. Stallman <rms@gnu.org>
15555
15556 * tooltip.el: Delete defcustom variable :tag names.
15557
15558 * complete.el (partial-completion-mode): Doc fix.
15559
15560 * textmodes/flyspell.el (flyspell-external-point-words):
15561 Use save-excursion to ensure we don't move backward in the
15562 search loop, not even one character.
15563 (flyspell-delete-all-overlays): Use remove-overlays directly.
15564
15565 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
15566 (ispell-start-process): Set that variable.
15567 Clear ispell-buffer-local-name.
15568 (ispell-internal-change-dictionary):
15569 Set ispell-current-dictionary after killing process.
15570 (ispell-buffer-local-dict):
15571 Don't set spell-personal-dictionary after killing process.
15572 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
15573 (ispell-tex-skip-alists, ispell-html-skip-alists)
15574 (ispell-skip-region-alist): Mark as risky.
15575
15576 * net/newsticker.el (newsticker--retrieval-timer-list)
15577 (newsticker--display-timer, newsticker-running-p)
15578 (newsticker-ticker-running-p): Definitions moved up.
15579
15580 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
15581
15582 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
15583
15584 2005-12-15 David Ponce <david@dponce.com>
15585
15586 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
15587 (recentf-edit-list, recentf-open-files): Signal an error when
15588 there is no recent file.
15589
15590 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
15591
15592 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
15593 read-only except for texinfo-format-region evaluation.
15594
15595 2005-12-14 Richard M. Stallman <rms@gnu.org>
15596
15597 * vc.el (vc-default-previous-version, vc-default-next-version)
15598 (vc-do-command): Doc fixes.
15599
15600 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15601
15602 * textmodes/bibtex.el (bibtex-expand-strings)
15603 (bibtex-autokey-expand-string, bibtex-name-part)
15604 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
15605 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
15606 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
15607 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
15608 (bibtex-entry-postfix, bibtex-known-entry-type-re)
15609 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
15610 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
15611 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
15612 (bibtex-beginning-of-last-entry): Remove.
15613 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
15614 message if comma is missing but buffer is read-only.
15615 (bibtex-parse-field-text): Handle whitespaces at the end of field
15616 text. Return 3-element list with beginning and end of field text
15617 and end of field.
15618 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
15619 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
15620 (bibtex-search-forward-field, bibtex-search-backward-field):
15621 Search always delimited by limits of entry. Use more efficient
15622 search algorithms.
15623 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
15624 bibtex-end-of-name-in-field.
15625 (bibtex-text-in-field-bounds): Handle BibTeX strings when
15626 extracting the content of a field.
15627 (bibtex-text-in-field): Use search limits.
15628 (bibtex-parse-string-prefix): Handle empty string keys based on
15629 bibtex-string-empty-key.
15630 (bibtex-parse-string): Fix docstring.
15631 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
15632 (bibtex-preamble-prefix, bibtex-strings): New functions.
15633 (bibtex-skip-to-valid-entry): Include preceding whitespace in
15634 BibTeX entries (consistent with other BibTeX functions).
15635 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
15636 (bibtex-search-entry): Fix docstring. Simplify.
15637 (bibtex-flash-head, bibtex-complete-string-cleanup)
15638 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
15639 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
15640 (bibtex-parse-entry): New optional arg content.
15641 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
15642 Use bibtex-text-in-field-bounds.
15643 (bibtex-print-help-message): Handle BibTeX strings and preambles.
15644 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
15645 bibtex-parse-string-postfix.
15646 (bibtex-find-text-internal): New function.
15647 (bibtex-remove-delimiters): Use it.
15648 (bibtex-find-text): Use it. New optional arg help.
15649 (bibtex-complete): Handle BibTeX string and preamble entries.
15650 (bibtex-Preamble): Fix order of closing delimiters.
15651
15652 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
15653
15654 * vc.el (vc-default-revert): New fun.
15655
15656 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
15657
15658 2005-12-14 Romain Francoise <romain@orebokech.com>
15659
15660 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
15661 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
15662 (font-lock-remove-keywords): Likewise.
15663
15664 2005-12-14 Juri Linkov <juri@jurta.org>
15665
15666 * log-view.el (log-view-diff): Doc fix.
15667
15668 * isearch.el (isearch-query-replace): Use (mark) instead of
15669 isearch-opoint if mark is active in transient-mark-mode.
15670
15671 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
15672
15673 * isearch.el (isearch-query-replace): Check for isearch-other-end.
15674
15675 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
15676
15677 * progmodes/cpp.el (cpp-face): New widget.
15678 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
15679
15680 2005-12-14 Juri Linkov <juri@jurta.org>
15681
15682 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
15683 around `erase-buffer' and `insert'.
15684
15685 * descr-text.el (describe-text-properties): Replace buffer name
15686 "*Help-2*" with "*Help*<2>".
15687 (describe-char): Add functions print-help-return-message,
15688 toggle-read-only. Use help-setup-xref with nil to not store
15689 describe-char in help-xref-stack. Use help-make-xrefs to
15690 make [back] button.
15691
15692 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
15693
15694 * wdired.el (wdired-old-point): New internal variable.
15695 (wdired-change-to-wdired-mode): Set it buffer-locally.
15696 (wdired-abort-changes): Restore point after aborting changes.
15697
15698 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
15699
15700 * vc.el (vc-do-command): Add a new value t for okstatus.
15701
15702 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
15703 frame in case of errors.
15704
15705 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15706
15707 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
15708 so it comes after "On the Left" in the menu.
15709
15710 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
15711
15712 * cus-edit.el (customize-apropos, customize-apropos-options)
15713 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
15714
15715 2005-12-12 Bill Wohler <wohler@newt.com>
15716
15717 * vc-svn.el (vc-svn-registered): Fix problem of visiting
15718 non-writable Subversion-controlled files by saving window
15719 configuration before calling vc-do-command. vc-do-command calls
15720 pop-to-buffer on error which is unexpected during registration.
15721
15722 2005-12-12 Jay Belanger <belanger@truman.edu>
15723
15724 * calc/README: Update the summary of changes.
15725
15726 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * descr-text.el (describe-char): Rework last fix to solve the problem
15729 is the same way it's solved for everything else in that function
15730 (i.e. by extracting the info before setting up the *Help* buffer).
15731
15732 2005-12-12 Kim F. Storm <storm@cua.dk>
15733
15734 * subr.el (version-regexp-alist): Allow space as separator before
15735 non-numeric part, e.g. "1.0 alpha".
15736 (version-to-list): Interpret .X.Y version as 0.X.Y version.
15737
15738 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
15739
15740 * textmodes/org.el (org-agenda, org-timeline, org-todo):
15741 Implement Logging and the keep-modes setting.
15742 (org-get-category): Make sure a string is returned.
15743 (org-log-done): New function.
15744 (org-log-done, org-closed-string): New options.
15745
15746 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15747
15748 * tooltip.el (tooltip-y-offset): Change default to 20.
15749
15750 2005-12-12 Richard M. Stallman <rms@gnu.org>
15751
15752 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
15753
15754 * frame.el (display-hourglass): Doc fix.
15755
15756 * help.el (help-for-help-internal): Simplify entry for `a'.
15757
15758 * info.el (Info-on-current-buffer): Doc fix.
15759 (info-insert-file-contents): Don't test (featurep 'jka-compr).
15760
15761 * startup.el (inhibit-splash-screen): Make this the real name.
15762 (inhibit-startup-message): Make this the alias.
15763 (command-line): Find only simple.el, and use its directory
15764 to fill in other preloaded files' names.
15765 (command-line): Deactivate the mark if deactivate-mark is set.
15766
15767 * international/mule.el (load-with-code-conversion):
15768 Bind deactivate-mark.
15769
15770 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
15771
15772 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
15773
15774 * cus-edit.el (customize-apropos): Avoid listing an option more
15775 than once under different aliases. No longer list user options
15776 that are not defined with defcustom (unless a prefix arg is given).
15777 Doc fix.
15778 (customize-apropos-options): Doc fix.
15779
15780 2005-12-11 Juri Linkov <juri@jurta.org>
15781
15782 * frame.el (set-background-color, set-foreground-color)
15783 (set-cursor-color, set-mouse-color, set-border-color):
15784 Add explicit prompts to read colors by `facemenu-read-color'.
15785 (show-trailing-whitespace, blink-cursor-delay)
15786 (blink-cursor-interval, display-hourglass, hourglass-delay):
15787 Remove tags.
15788 (display-hourglass, hourglass-delay): Doc fix.
15789 (cursor-in-non-selected-windows): Capitalize words in tag.
15790
15791 * faces.el (frame-background-mode): Replace `choice-item' keywords
15792 with `const' to not make [default] button. Change default value tag
15793 from `default' to `automatic'. Doc fix.
15794 (trailing-whitespace) <defface>: Change group `whitespace' to
15795 `whitespace-faces'.
15796
15797 2005-12-11 Richard M. Stallman <rms@gnu.org>
15798
15799 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
15800
15801 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15802
15803 * term/mac-win.el: Create keymap for mac-apple-event-map.
15804
15805 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
15806
15807 * tooltip.el (tooltip-mode): Move to start of file so that it
15808 appears at top of customize buffer.
15809
15810 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
15811 Add the gud groupname.
15812 (gud-tooltip-mode): Add the tooltip groupname.
15813 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
15814 avoid conflict with tooltip-use-echo-area.
15815
15816 2005-12-10 Romain Francoise <romain@orebokech.com>
15817
15818 * help.el (help-for-help-internal): Add `r' in doc string.
15819
15820 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
15821
15822 * align.el (align-regexp, align-highlight-rule):
15823 Use region-beginning and region-end instead of point and mark, so that
15824 repetition (with `repeat-complex-command') recomputes the region
15825 bounds.
15826
15827 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
15828
15829 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
15830 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
15831 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
15832 (balance-windows): Rewrite using the above new functions.
15833
15834 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
15835
15836 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
15837 react if global-hi-lock-mode seems intended.
15838 (global-hi-lock-mode) Renamed from hi-lock-mode.
15839 (hi-lock-archaic-interface-message-used)
15840 (hi-lock-archaic-interface-deduce): New variables.
15841 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
15842 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
15843 (hi-lock-find-patterns, hi-lock-font-lock-hook):
15844 Replace hi-lock-buffer-mode with hi-lock-mode.
15845
15846 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15847
15848 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
15849 completion list, even after a partial completion has been
15850 inserted in the current buffer. If there are more than 1
15851 completion, redisplay the *Completions* buffer; if the
15852 completion is unique, delete the *Completions* window.
15853
15854 2005-12-10 Eli Zaretskii <eliz@gnu.org>
15855
15856 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
15857 strings and long subject lines that were broken into multiple
15858 lines at arbitrary places. Handle subjects that have "Re: " in
15859 the middle.
15860
15861 2005-12-10 John W. Eaton <jwe@octave.org>
15862
15863 * emacs/octave-mod.el (octave-electric-space): Don't indent
15864 comments or strings if octave-auto-indent is nil.
15865
15866 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
15867
15868 * term/mac-win.el: Require url when compiling.
15869 Call mac-process-deferred-apple-events after loading init files.
15870 (mac-apple-event-map): New defvar. Define event handlers in it.
15871 (core-event, internet-event): New Apple event class symbols.
15872 (open-application, reopen-application, open-documents)
15873 (print-documents, open-contents, quit-application)
15874 (application-died, show-preferences, autosave-now, get-url):
15875 New Apple event ID symbols.
15876 (about): New HICommand ID symbol.
15877 (mac-event-spec, mac-event-ae): New macros.
15878 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
15879 (mac-ae-selection-range, mac-ae-text-for-search)
15880 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
15881 (mac-application-menu-map): Remove keymap. Handlers for HICommand
15882 and Services menu events are now defined in mac-apple-event-map.
15883 (mac-drag-n-drop): Remove selection range handling.
15884
15885 2005-12-10 Kenichi Handa <handa@m17n.org>
15886
15887 * simple.el (zap-to-char):
15888 * isearch.el (isearch-process-search-char): Translate CHAR by
15889 translation-table-for-input.
15890
15891 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
15892
15893 * foldout.el (foldout-exit-fold): Properly hide subtree.
15894
15895 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
15896
15897 * files.el (save-buffer):
15898 * international/ucs-tables.el (ucs-set-table-for-input):
15899 * mail/mail-extr.el (mail-extract-address-components):
15900 * mail/sendmail.el (mail-mode): Reformat doc string.
15901
15902 2005-12-09 Juri Linkov <juri@jurta.org>
15903
15904 * isearch.el (isearch-highlight): Change main overlay priority
15905 from 1 to 1001. Simplify.
15906 (isearch-lazy-highlight-update): Change lazy overlay priority
15907 from 0 to 1000.
15908
15909 * replace.el (replace-highlight): Change overlay priority from
15910 1 to 1001.
15911
15912 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
15913 Change overlay priority from 1 to 1001. Reuse existing overlay.
15914
15915 * compare-w.el (compare-windows-highlight): Change overlay
15916 priority from 1 to 1000.
15917
15918 * menu-bar.el (menu-bar-edit-menu): Add listp around
15919 pending-undo-list to disable menu item "undo" when pending
15920 undo list is empty.
15921
15922 * locate.el (locate): Disable undo in *Locate* buffer.
15923
15924 2005-12-09 Kim F. Storm <storm@cua.dk>
15925
15926 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
15927
15928 2005-12-09 David Ponce <david@dponce.com>
15929
15930 * recentf.el: Improvement of the menu code.
15931 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
15932 instead of menu hook.
15933 (recentf-show-menu, recentf-hide-menu): New functions.
15934 (recentf-menu-customization-changed, recentf-mode): Use them.
15935 (recentf-menu-action, recentf-max-menu-items)
15936 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
15937 (recentf-arrange-by-rule-others)
15938 (recentf-arrange-by-rules-min-items)
15939 (recentf-arrange-by-rule-subfilter) : Don't use
15940 `recentf-menu-customization-changed'.
15941 (recentf-arrange-rules): Likewise. Accept functions to compute
15942 sub-menu titles.
15943 (recentf-menu-filter): Likewise. Doc fix.
15944 (recentf-menu-value-shortcut): Doc fix.
15945 (recentf-dump-variable): Quote atom value.
15946 (recentf-make-menu-items): Update to use it as a menu filter.
15947 (recentf-match-rule): New function.
15948 (recentf-arrange-by-rule): Use it.
15949 (recentf-indirect-mode-rule): New function.
15950 (recentf-build-mode-rules): Use it.
15951 (recentf-dir-rule): New function.
15952 (recentf-arrange-by-dir): Use it.
15953 (recentf-filter-changer-current): Rename from
15954 `recentf-filter-changer-state'. All references updated.
15955 (recentf-filter-changer-alist): Update filter names.
15956 (recentf-filter-changer-select): New function.
15957 (recentf-filter-changer): Use it. Make a sub-menu from filters
15958 available in `recentf-filter-changer-alist'.
15959 (recentf-data-cache, recentf-clear-data)
15960 (recentf-update-menu): Remove. All references updated.
15961 (recentf-match-rule-p, recentf-build-dir-rules)
15962 (recentf-filter-changer-goto-next)
15963 (recentf-filter-changer-get-current)
15964 (recentf-filter-changer-get-next): Remove.
15965
15966 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
15967
15968 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
15969 buffer "Reset" button to "Reset to Current" for consistency with
15970 the State buttons.
15971
15972 2005-12-08 John Paul Wallington <jpw@pobox.com>
15973
15974 * ibuf-ext.el (define-ibuffer-filter filename):
15975 If `dired-directory' is a list then really use its car.
15976
15977 2005-12-08 Kim F. Storm <storm@cua.dk>
15978
15979 * emulation/cua-rect.el (cua--rectangle-aux-replace):
15980 Fix indention of text on right side of replaced rectangle.
15981
15982 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
15983
15984 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
15985 No need to check gud-comint-buffer is bound.
15986 (gdb): Prevent multiple debugging when first session uses gdba.
15987
15988 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15989
15990 CC Mode update to 5.31.
15991
15992 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
15993 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
15994 We might do this function properly in the future).
15995
15996 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
15997 New macros c-sentence-end and c-default-value-sentence end, to cope
15998 with Emacs 22's new function `sentence-end'.
15999
16000 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16001
16002 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
16003 compat issue using `c-put-overlay' and `c-delete-overlay'.
16004
16005 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
16006 New compat macros to handle overlays/extents.
16007
16008 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16009
16010 * progmodes/cc-fix.el: Add definitions of the macros push and pop
16011 (for GNU Emacs 20.4)
16012
16013 * progmodes/cc-defs.el:
16014 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
16015
16016 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
16017 highlighting mechanism so it will work in XEmacs too.
16018
16019 * progmodes/cc-defs.el: Insert c-int-to-char.
16020
16021 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
16022 call to the new macro c-int-to-char. This solves XEmacs's
16023 regarding characters as different from integers.
16024
16025 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16026
16027 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
16028 New internal helper.
16029
16030 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
16031 construct to make the indirect face lookup work in XEmacs.
16032
16033 (c-cpp-matchers): Append the negation char face to the existing
16034 fontification, so that the cpp face doesn't disappear.
16035 Use `c-make-syntactic-matcher' to avoid negation chars in comments
16036 and strings.
16037
16038 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
16039 to map to `font-lock-negation-char-face' in emacsen where it exists.
16040
16041 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16042
16043 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
16044
16045 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
16046 Rename "c-subword-move-mode" as "c-subword-mode".
16047
16048 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
16049 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
16050
16051 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16052
16053 * progmodes/cc-mode.el: Added autoload directive for
16054 `c-subword-move-mode' for use in older emacsen.
16055
16056 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16057
16058 * progmodes/cc-mode.el:
16059 (i) Insert a binding for C-c C-backspace into
16060 c-bind-special-erase-keys which works in TTYs.
16061 (ii) Make sure that when file styles are used, any explicitly
16062 given style variables take priority over those in the style.
16063 Do this by calling `hack-local-variables' a second time.
16064
16065 * progmodes/cc-vars.el: Add language specific customization
16066 widgets for AWK to c-doc-comment-style, c-require-final-newline
16067 and c-default-style. Add a defcustom for awk-mode-hook.
16068 Give c-syntactic-element and c-syntactic-context doc-strings by
16069 directly setting their `variable-documentation' propery.
16070 This allows Emacs 22.1 to read these with C-h v.
16071
16072 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
16073
16074 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16075
16076 * progmodes/cc-fonts.el, cc-vars.el
16077 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
16078 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
16079 Masatake YAMATO.
16080
16081 (c-doc-comment-style): Made GtkDoc default in C mode.
16082
16083 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
16084 and C-c C-<delete>.
16085
16086 (c-bind-special-erase-keys): New function for use on
16087 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
16088
16089 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
16090 <delete> key behavior in XEmacs according to `delete-forward-p'.
16091 C.f. `c-electric-delete'.
16092
16093 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16094
16095 * progmodes/cc-mode.el: Give c-hungry-backspace and
16096 c-hungry-delete-forward permanent key bindings.
16097
16098 * progmodes/cc-cmds.el (c-electric-semi&comma):
16099 Bind c-syntactic-context for calls to "criteria functions", for
16100 consistency with other calls to user functions.
16101
16102 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
16103 `current-prefix-arg', since this might be the prefix arg to a
16104 command which calls c-indent-command as a function. Change the
16105 interactive spec from "p" to "P".
16106
16107 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
16108 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
16109 was difficult to understand.
16110
16111 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16112
16113 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
16114 first char of an identifier.
16115
16116 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
16117 +" syntax in C++.
16118
16119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16120
16121 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
16122 auto-fill doesn't split a c-comment's last word from a hanging
16123 "*/" when a space is typed between them after fill-column.
16124
16125 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
16126
16127 * progmodes/cc-styles.el (c-set-style)
16128 (c-setup-paragraph-variables): Abort the command if we're not in a
16129 CC Mode buffer.
16130
16131 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
16132 with blank comment-prefix, and a blank line as the comment's
16133 second line.
16134
16135 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16136
16137 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
16138 Incorporate the patterns added in the Emacs development branch
16139 for the new Emacs 22 face `font-lock-negation-char-face'.
16140
16141 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
16142 of "red" since it stands out better in xterms and DOS terminals.
16143
16144 * progmodes/cc-engine.el (c-literal-faces):
16145 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
16146
16147 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16148
16149 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
16150 forcibly enable c-electric-flag.
16151
16152 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
16153 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
16154 after the comment-prefix of a C-style comment will close that comment.
16155
16156 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16157
16158 * progmodes/cc-fonts.el (c-basic-matchers-before)
16159 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
16160 in Pike.
16161
16162 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
16163 digraphs.
16164
16165 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
16166 (c-cpp-message-directives, c-cpp-include-directives)
16167 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
16168 (c-cpp-expr-directives): Introduce new language constants to
16169 control cpp syntax in a cleaner way.
16170
16171 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
16172
16173 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
16174
16175 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
16176 (c-multiline-string-start-char): New language constants and
16177 variables to specify how newlines in string literals work.
16178
16179 (c-font-lock-invalid-string): Use them.
16180
16181 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
16182 unbalanced close brace is entered. Optimization by avoiding going
16183 back over arbitrarily large blocks. Removed hints that this
16184 function only would be relevant/useful in AWK.
16185
16186 (c-electric-brace): Indent syntactically after the cleanups since
16187 lineup functions might do it differently then.
16188
16189 * progmodes/cc-engine.el, cc-langs.el
16190 (c-opt-op-identifier-prefix): New language constant and variable.
16191
16192 (c-just-after-func-arglist-p, c-after-special-operator-id)
16193 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
16194
16195 * progmodes/cc-align.el, cc-engine.el
16196 (c-after-special-operator-id): New helper to handle C++ operator
16197 identifiers.
16198
16199 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
16200 (c-guess-basic-syntax): Handle C++ operator identifiers in
16201 declarations.
16202
16203 * progmodes/cc-langs.el (c-assignment-operators): Add the
16204 trigraph version of ^= too.
16205
16206 * progmodes/cc-langs.el (c-assignment-operators): Add the
16207 trigraph version of |= in C++.
16208
16209 * progmodes/cc-fonts.el (c-font-lock-declarators):
16210 Handle `c-decl-hangon-kwds' after the identifier name.
16211
16212 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
16213 whether an arglist is "nonempty", ignore a comment after the open
16214 paren if it isn't followed by a non-comment token on the same line.
16215
16216 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
16217 Enable heuristics below the point to cope with classes inside special
16218 brace lists in Pike.
16219
16220 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16221
16222 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
16223
16224 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16225
16226 * progmodes/cc-guess.el (cc-guess-install): New function to
16227 install an already guessed style in another buffer.
16228
16229 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
16230 sets `inhibit-read-only' - `c-save-buffer-state' should be used
16231 anyway if the change always is undone.
16232
16233 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16234
16235 Implement togglable electricity:
16236
16237 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
16238 saying when it should be used.
16239
16240 * progmodes/cc-engine.el: Add the new buffer-local variable,
16241 c-electric-flag.
16242
16243 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
16244 c-toggle-auto-newline.
16245
16246 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
16247 c-toggle-auto-newline. Remove the binding for
16248 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
16249 c-toggle-electric-state.
16250
16251 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
16252
16253 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
16254 c-\(forward\|backward\)-subword.
16255 (c-update-modeline): Add the new modeline flag `l' for
16256 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
16257 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
16258 Make the old name an alias of the new name.
16259 (c-toggle-electric-state): New function.
16260 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
16261 Adapt these functions to do electric things only when
16262 c-electric-flag is non-nil.
16263 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
16264 new functions from c-electric-brace.
16265 (c-point-syntax): Add a check for "virtual semicolons" in AWK
16266 mode, so that the tentative extra newline doesn't change the
16267 syntax of the following brace.
16268 (c-electric-brace): Restructure by extracting the above functions.
16269 Tidy up the coding somewhat.
16270 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
16271 restructure a bit.
16272
16273 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16274
16275 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
16276 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
16277
16278 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
16279 (c-submode-indicators): Change name from `c-auto-hungry-string'
16280 since it's now used to track another submode.
16281
16282 (c-update-modeline): Convert to function and extended to check
16283 `c-subword-move-mode'.
16284
16285 (c-forward-into-nomenclature, c-backward-into-nomenclature):
16286 Convert to compat aliases for `c-forward-subword' and
16287 `c-backward-subword'.
16288
16289 * progmodes/cc-subword.el: New functions and minor mode to handle
16290 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
16291
16292 (c-forward-subword, c-backward-subword, c-mark-subword)
16293 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
16294 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
16295 Functions corresponding to the standard word handling functions.
16296
16297 (c-subword-move-mode): Minor mode that replaces all the standard
16298 word handling functions with their subword equivalences.
16299
16300 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16301
16302 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
16303 entry for one-liner-defun.
16304
16305 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
16306 name in its def-edebug-spec.
16307
16308 * progmodes/cc-cmds.el (c-electric-brace): Make the
16309 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
16310 compacts space before a comment, if this will make things fit on
16311 one line.
16312
16313 Introduce an "awk" style, mainly for auto-newline and clean-ups.
16314
16315 * progmodes/cc-align.el: New function c-snug-1line-defun-close
16316
16317 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
16318 clean-up one-liner-defun.
16319
16320 * progmodes/cc-styles.el: Add the new "awk" style.
16321
16322 * progmodes/cc-vars.el: Add description of one-liner-defun to
16323 c-cleanup-list's doc-string. New user options,
16324 c-max-one-liner-length. In c-default-style, set the default style
16325 for AWK to "awk".
16326
16327 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16328
16329 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
16330 macros inside labels.
16331
16332 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
16333 `c-at-statement-start-p' and `c-at-expression-start-p'.
16334
16335 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
16336 error if the mark isn't set.
16337
16338 * progmodes/cc-engine.el (c-guess-continued-construct)
16339 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
16340 accurately detect functions inside functions.
16341
16342 * progmodes/cc-engine.el (c-at-expression-start-p): New function
16343 like `c-at-statement-start-p' that additionally recognizes commas
16344 and expression parentheses as delimiters.
16345
16346 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
16347 to avoid heuristics that doesn't work for unclosed blocks.
16348 (c-at-statement-start-p): New function.
16349
16350 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
16351 Objective-C directives, e.g. directives spanning lines should work
16352 reasonably well now.
16353
16354 (c-put-c-type-property, c-clear-c-type-property): New helpers.
16355
16356 (c-forward-objc-directive): New function to move over any ObjC
16357 directive.
16358
16359 (c-just-after-func-arglist-p, c-guess-basic-syntax)
16360 (c-basic-matchers-before): Use it.
16361
16362 (c-font-lock-objc-iip-decl): Remove.
16363
16364 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
16365 in the template arglist recognition.
16366
16367 * progmodes/cc-styles.el (c-style-alist): Fix several
16368 inconsistencies in the Whitesmith style.
16369
16370 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
16371 New lineup function to get lines after Whitesmith style blocks
16372 correctly indented.
16373
16374 (c-lineup-whitesmith-in-block): Back out the compensation for
16375 opening parens since it's done using `add' lists in the style
16376 definition instead. Don't use the anchor position since it varies
16377 too much between the syntactic symbols. :P
16378
16379 * progmodes/cc-vars.el (c-valid-offset): Update.
16380
16381 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
16382 lists where the offsets are combined according to several
16383 different methods: `first', `min', `max', and `add'.
16384 Report offset evaluation errors with `c-benign-error' so that some kind
16385 of reindentation still is done.
16386
16387 * progmodes/cc-engine.el (c-guess-basic-syntax):
16388 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
16389 `arglist-close'.
16390
16391 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
16392 situations for `arglist-cont-nonempty' and `arglist-close'.
16393
16394 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
16395
16396 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
16397 cc-bytecomp-boundp' in a number of places.
16398
16399 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
16400 macro related issue.
16401
16402 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16403
16404 * progmodes/cc-awk.el: Change the terminology of regexps: A char
16405 list is now [asdf], a char class [:alpha:].
16406 Include code for char classes.
16407 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
16408 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
16409
16410 Remove (nearly all of) the cruft associated with AWK Mode's former
16411 concept of "virtual semicolons":
16412
16413 Adapt c-beginning-of-statement, c-end-of-statement (together with
16414 subfunctions) to use the new notion of "virtual semicolon" in
16415 place of the old awkward special handling for AWK. There remains
16416 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
16417 * progmodes/cc-cmds.el:
16418 (c-ascertain-adjacent-literal): In the backwards direction, now
16419 recognises AWK regexp delimiters as string delimiters.
16420 (c-after-statement-terminator-p): Adapt for virtual semicolons;
16421 check more rigorously for "end of macro".
16422 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
16423 virtual semicolons;
16424 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
16425 out the code for forward movement into ...
16426 (c-end-of-statement): Now contains the code for forward movement,
16427 adapted for virtual semicolons.
16428
16429 * progmodes/cc-engine.el:
16430 (c-ws*-string-limit-regexp): New regexp.
16431 (c-forward-single-comment, c-backward-single-comment): Comment out
16432 the (now redundant) "special" AWK stuff.
16433
16434 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
16435 c-string-par-start, c-string-par-separate to be more like Text
16436 Mode than Fundamental Mode.
16437
16438 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16439
16440 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
16441 to the fontified region so that fontification doesn't occur
16442 outside it (could happen e.g. when fontifying a line with an
16443 unfinished declaration).
16444
16445 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16446
16447 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
16448 start of the file. ^L now separate sections of the file.
16449 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
16450 (c-awk-one-line-possibly-open-string-re)
16451 (c-awk-regexp-one-line-possibly-open-char-class-re)
16452 (c-awk-one-line-possibly-open-regexp-re)
16453 (c-awk-one-line-non-syn-ws*-re): New defonsts.
16454 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
16455
16456 Amend the concept of "virtual semicolons" (in the indentation
16457 engine) for languages like AWK, such that they are now
16458 conceptually attached to end of the last token of a statement, not
16459 the end of the line. (In AWK Mode, however, the pertinent text
16460 property is still physically set on the EOL.) Remove the specific
16461 tests for awk-mode, thus facilitating the introduction of other
16462 language modes where EOLs can end statements.
16463 (Note: The funtionality in cc-cmds.el, specifically
16464 c-beginning/end-of-statement has yet to be amended.)
16465
16466 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
16467 New macros.
16468
16469 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
16470 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
16471 c-vsemi-status-unknown-p-fn (in a new page).
16472
16473 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
16474 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
16475 numerous awkward forms like
16476 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
16477 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
16478 variable before-ws-ip, the place just after char-before-ip appears.
16479
16480 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
16481 a comment.
16482
16483 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16484
16485 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
16486 `c-tentative-buffer-changes'.
16487
16488 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
16489 convert to macro to choose between Emacs and XEmacs at compile time.
16490
16491 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
16492
16493 (c-tentative-buffer-changes): New macro to handle temporary buffer
16494 changes in a convenient way.
16495
16496 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
16497 for `c-tentative-buffer-changes'.
16498
16499 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
16500 the checks for paren sexps between the point and the keyword, to
16501 avoid some false alarms.
16502
16503 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
16504 Fixed a situation where an error could be thrown for unbalanced
16505 parens. Changed to make use of c-keyword-member' to avoid some
16506 repeated regexp matches.
16507
16508 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
16509 These language variable are no longer necessary.
16510
16511 (c-block-stmt-kwds): New language constant used by
16512 c-looking-at-inexpr-block'.
16513
16514 (c-guess-basic-syntax): Remove an optional check that looked at
16515 the existence of the now removed language variables.
16516
16517 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
16518 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
16519 object instantiation expressions as declarations in some contexts.
16520 This bug only affected languages where the declarator can't be
16521 enclosed in parentheses.
16522
16523 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
16524 insert newlines before and after substatement braces.
16525
16526 * progmodes/cc-engine.el: Improved the heuristics for recognizing
16527 function declaration headers and the handling of C++ style member
16528 init lists.
16529
16530 (c-just-after-func-arglist-p): Rewritten to use
16531 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
16532
16533 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
16534
16535 (c-guess-basic-syntax): Adapt case 5B for the new
16536 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
16537 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
16538 covers all cases now).
16539
16540 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
16541
16542 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16543
16544 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
16545 c-string-par-start/separate c-sentence-end-with-esc-eol,
16546 initialised in c-setup-paragraph-variables, used in string
16547 scanning subroutines of c-beginning-of-statement.
16548
16549 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
16550 which precedes the newly inserted `{'.
16551
16552 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16553
16554 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
16555 function for declaration level blocks. It should now cope with
16556 templates better and also be a lot more comprehensible.
16557
16558 (c-looking-at-decl-block): The new function.
16559
16560 (c-search-uplist-for-classkey): The old one. It's now a wrapper
16561 for compatibility.
16562
16563 (c-add-class-syntax, c-guess-continued-construct)
16564 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
16565
16566 (c-decl-block-key): Change to tell apart ambiguous and
16567 unambiguous keywords. Pike specials are now handled directly in
16568 the code instead.
16569
16570 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
16571 New language constants and variables to make the backward skip in
16572 `c-looking-at-decl-block' as tight as possible.
16573
16574 (c-nonsymbol-token-char-list): New language constant.
16575
16576 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
16577 find balanced template arglists backwards.
16578
16579 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
16580 making char classes for `c-syntactic-skip-backward'.
16581
16582 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
16583 16D - can't be a class-close at that point.
16584
16585 * progmodes/cc-engine.el (c-guess-basic-syntax)
16586 (c-add-class-syntax): Don't narrow out the enclosing declaration
16587 level. This makes everything a lot easier, and it was actually
16588 only four small places that needed it to work. Some places that
16589 previously did `widen' are removed now, which has the effect that
16590 `c-guess-basic-syntax' never will look at things outside the
16591 current narrowment now. The anchor position for `topmost-intro'
16592 is affected by this, but it was so bogus it was basically useless
16593 before, and now it's equally bogus but in a slightly different way.
16594
16595 (c-narrow-out-enclosing-class): Gone.
16596
16597 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
16598 the narrowed region.
16599
16600 (c-least-enclosing-brace): Remove silly optional argument.
16601
16602 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
16603 the point could be left directly after an open paren when finding
16604 the beginning of the first decl in the block.
16605
16606 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
16607 Specify which submatch to use.
16608
16609 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
16610
16611 (c-decl-start-re): No longer any need for special treatment of
16612 ObjC due to the above.
16613
16614 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
16615 presumably follows C in that regard.
16616
16617 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
16618 New language constants to specify operator tokens inside
16619 identifiers in a more high level way.
16620
16621 (c-opt-identifier-prefix-key): New internal language constant.
16622
16623 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
16624 (c-identifier-start, c-identifier-key): Now completely calculated
16625 from other constants.
16626
16627 (c-identifier-last-sym-match): Decommission since it's no longer used.
16628
16629 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
16630
16631 * progmodes/cc-engine.el (c-forward-name): Remove the
16632 optimization when c-identifier-key is equal to c-symbol-key since
16633 it doesn't work in byte compiled files. Don't record empty
16634 regions as identifiers.
16635
16636 * progmodes/cc-langs.el (c-filter-ops): New helper function to
16637 simplify access to `c-operators' and its likes.
16638
16639 (c-operator-list, c-all-op-syntax-tokens)
16640 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
16641 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
16642 (c-primary-expr-regexp, c-cast-parens): Use it.
16643
16644 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
16645 an explicit language in functions.
16646
16647 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
16648 variant of adornment.
16649
16650 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
16651 variable.
16652
16653 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
16654 the Pike value.
16655
16656 * progmodes/cc-engine.el (c-on-identifier)
16657 (c-simple-skip-symbol-backward): Small fix for handling "-"
16658 correctly in `skip-chars-backward'. Affected the operator lfun
16659 syntax in Pike.
16660
16661 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
16662 diagnostic message about precompiled language vars not being used.
16663
16664 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
16665 "__attribute__" is followed by a parenthesis.
16666
16667 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
16668 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
16669 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
16670
16671 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
16672 Internal cleanups to properly detect the declared identifiers in
16673 various declarations.
16674
16675 (c-decl-start-kwds): New language constant to recognize
16676 declarations that can start anywhere. Used for class declarations
16677 in Pike.
16678
16679 (c-specifier-key, c-not-decl-init-keywords)
16680 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
16681 (c-find-decl-spots): Implement `c-decl-start-kwds'.
16682
16683 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
16684 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
16685 handling of the compiler specific extension keywords into a new
16686 language constant `c-decl-hangon-kwds' that defines keyword
16687 clauses to be ignored in declarations.
16688
16689 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
16690 past unrecognized tokens when handling `c-colon-type-list-kwds'.
16691 Necessary to stop at the declared identifier in e.g. IDL valuetype
16692 declarations.
16693
16694 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
16695 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
16696 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
16697 (c-forward-decl-or-cast-1): Recognize the declared identifier in
16698 class and enum declarations as such and not as part of the type.
16699
16700 (c-forward-decl-or-cast-1, c-forward-label): Relax the
16701 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
16702
16703 (c-forward-decl-or-cast-1): Don't disregard sure signs of
16704 declarations when there's some syntax error later on.
16705
16706 (c-complex-decl-matchers): Did away with a reference to
16707 `c-specifier-key'.
16708
16709 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
16710 value - this variable is always dynamically bound.
16711
16712 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
16713 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
16714 * cc-cmds.el, cc-defs.el: Change the policy for marking up
16715 functions that might do hidden buffer changes: All such internal
16716 functions are now marked instead of those that don't.
16717
16718 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
16719 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
16720 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
16721 (c-literal-type): Allow these functions to make hidden buffer changes,
16722 so that they are free to use text property caching later on.
16723
16724 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
16725 (c-electric-brace, c-electric-slash, c-electric-star)
16726 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
16727 (c-electric-paren, c-electric-continued-statement, c-indent-command)
16728 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
16729 (c-context-line-break): Add `c-save-buffer-state' calls to comply
16730 with the changed semantics of the functions above.
16731
16732 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
16733 when macros occur in obscure places. Optimized the sexp movement
16734 a bit.
16735
16736 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16737
16738 Enhancements for c-beginning-of-statement to work in AWK Mode:
16739
16740 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
16741 (completed statement) with `}' (statement completed by closing
16742 brace or semicolon) and `$' (statement completed by EOL).
16743
16744 (c-awk-virtual-semicolon-ends-prev-line-p)
16745 (c-awk-virtual-semicolon-ends-line-p)
16746 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
16747 (c-awk-at-statement-end-p): New functions.
16748
16749 * progmodes/cc-cmds.el: Simplify the structure of functions
16750 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
16751 two functions and c-beginning-of-statement to handle AWK Mode.
16752
16753 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
16754 c-backward-single-comment for AWK mode. Attempt to clarify their
16755 doc-strings.
16756
16757 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
16758
16759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16760
16761 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
16762 label handling. Labels are now recognized in a uniform and more
16763 robust way, regardless of context. Text properties are put on all
16764 labels to recognize the following declarations better.
16765 Multiword labels are handled both in indentation and fontification for
16766 the benefit of language extensions like Qt. For consistency, keywords
16767 in labels are now fontified with the label face instead.
16768 That also applies to "case" and "default".
16769
16770 (c-beginning-of-statement-1): Fix some bugs in the label
16771 handling. Disregard `c-nonlabel-token-key' in labels that begin
16772 with `c-label-kwds'.
16773
16774 (c-find-decl-spots): Support that the callback adds more
16775 `c-decl-end' spots to find.
16776
16777 (c-forward-decl-or-cast-1): Don't treat a list of plain
16778 identifiers followed by a colon as a declaration.
16779
16780 (c-forward-label): New function to recognize labels.
16781
16782 (c-guess-basic-syntax): Replace uses of `c-label-key' with
16783 `c-forward-label'. Moved the label recognition cases (14 and 15)
16784 earlier since they aren't so context sensitive now. Handle labels
16785 on the top level gracefully. Moved access label recognition to
16786 the generic label case (CASE 15) - removed CASE 5E.
16787
16788 (c-font-lock-declarations): Add recognition of labels in the
16789 same round since we need to handle labels in parallell with other
16790 declarations to recognize both accurately. It should also improve
16791 speed.
16792
16793 (c-simple-decl-matchers, c-basic-matchers-after):
16794 Move `c-font-lock-labels' so that it only is used on decoration level 2
16795 since `c-font-lock-declarations' handles it otherwise.
16796
16797 (c-complex-decl-matchers): Remove the simplistic recognition of
16798 access labels.
16799
16800 (c-decl-prefix-re): Remove the kludges that was necessary to cope
16801 with labels earlier.
16802
16803 (c-decl-start-re): New language variable to make
16804 `c-font-lock-declarations' stop for the special protection labels
16805 in Objective-C that start with `@'.
16806
16807 (c-label-key): Remove since it's no longer used.
16808
16809 (c-recognize-colon-labels, c-label-prefix-re): New language
16810 constants to support recognition of generic colon-terminated labels.
16811
16812 (c-type-decl-end-used): `c-decl-end' is now used whenever there
16813 are colon terminated labels.
16814
16815 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
16816 first argument starts with a special brace list.
16817
16818 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
16819 (c-font-lock-declarations): Break out the declaration and cast
16820 recognition from `c-font-lock-declarations' to a new function, so
16821 that it can be used in the indentation engine.
16822
16823 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
16824 up to the start of the literal. Fixed bug with the point on the
16825 wrong side of the search limit that could happen when the start
16826 position is inside a literal.
16827
16828 * progmodes/cc-engine.el (c-parse-state)
16829 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
16830 so that it's kept a little bit back to increase the hit rate.
16831
16832 (c-parse-state): Change the macro handling and fixed some
16833 glitches. Macro context is checked more often than necessary now,
16834 but otoh less garbage conses are generated.
16835
16836 * progmodes/cc-engine.el (c-parse-state)
16837 (c-invalidate-state-cache): Cache the last position where
16838 `c-state-cache' applies. This can speed up refontification quite
16839 a bit in blocks where there are many non-brace parens before the point.
16840
16841 (c-state-cache-end): New variable for this.
16842
16843 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
16844 cache variable.
16845
16846 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
16847 get close initial continue positions when the start position is
16848 inside a literal or macro. Do not call the callback for spots
16849 before the start position (which can happen e.g. for `c-decl-end'
16850 spots inside comments). Optimize better in special cases when the
16851 region is a single line inside a literal or macro (typically when
16852 the current line is refontified).
16853
16854 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
16855 to `c-add-stmt-syntax' - there's no need to explicitly whack off
16856 entries from the paren state.
16857
16858 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
16859 special case for "else if" clauses.
16860
16861 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
16862 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
16863
16864 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
16865 New language variable to recognize the gcc extension with statement
16866 blocks inside expressions.
16867
16868 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
16869 it somewhat more comprehensible. The argument AT-BLOCK-START is
16870 no longer used and hence removed.
16871
16872 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
16873 to `c-add-stmt-syntax'.
16874
16875 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
16876 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
16877 This fixes bogus label recognition.
16878
16879 * progmodes/cc-engine.el (c-add-type, c-check-type)
16880 (c-forward-name, c-forward-type): Improve storage of template
16881 types in `c-found-types' so that they can be recognized better.
16882
16883 (c-syntactic-content): Add option to skip past nested parens.
16884
16885 * progmodes/cc-engine.el (c-forward-name):
16886 Set `c-last-identifier-range' all the time. It's less work that way.
16887 Handle that there might not be an identifier to store in
16888 `c-last-identifier-range'.
16889
16890 (c-forward-type): Handle that `c-last-identifier-range' might be
16891 nil from `c-forward-name'.
16892
16893 * progmodes/cc-defs.el (c-safe-scan-lists)
16894 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
16895
16896 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
16897 to work even if the form fails.
16898
16899 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
16900 down in a large file in one go.
16901
16902 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
16903
16904 * progmodes/cc-align.el (c-lineup-assignments): New lineup
16905 function which is like `c-lineup-math' but returns nil instead of
16906 `c-basic-offset' when it doesn't match.
16907
16908 (c-lineup-math): Change to use `c-lineup-assignments'.
16909
16910 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16911
16912 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
16913 c-beginning-of-statement. New subfunctions
16914 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
16915
16916 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16917
16918 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
16919 hardcoded char classes whereever possible. Changed a couple of
16920 places to use skip by syntax instead of skip by char class.
16921
16922 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
16923 Fix a bug in the regexp that caused extreme backtracking.
16924
16925 * progmodes/cc-langs.el (c-block-comment-starter)
16926 (c-block-comment-ender): New language constants to specify in a
16927 single place how block comments look.
16928
16929 (c-comment-start-regexp, c-block-comment-start-regexp)
16930 (comment-start, comment-end, comment-start-skip)
16931 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
16932 (c-syntactic-ws, c-nonempty-syntactic-ws)
16933 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
16934 `c-line-comment-starter', `c-block-comment-starter' and
16935 `c-block-comment-ender'.
16936
16937 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
16938 New language constants to break up things a bit.
16939
16940 (c-simple-ws): New language constant for simple whitespace.
16941
16942 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
16943
16944 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
16945 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
16946 newlines. Allow and ignore nil elements in the list.
16947
16948 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16949
16950 * progmodes/cc-cmds.el: Comment out a (n almost certainly
16951 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
16952
16953 * progmodes/cc-cmds.el: Tidy up the comments in
16954 c-beginning-of-statement and subfunctions.
16955
16956 * progmodes/cc-awk.el: Replace calls to put-text-property to the
16957 more flexible c-put-char-property and c-clear-char-properties.
16958 Add the author's email address.
16959
16960 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
16961
16962 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
16963 closing "*/" of a block comment.
16964
16965 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
16966 subfunctions) so that it works at BOB and EOB.
16967
16968 * progmodes/cc-cmds.el, cc-vars.el: More updating of
16969 c-beginning-of-statement, including new variable
16970 c-block-comment-start-regexp.
16971
16972 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16973
16974 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
16975 symbols from `*-font-lock-extra-types' so that there's no need to
16976 use `regexp-opt' on those lists.
16977
16978 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
16979 `c-type-modifier-kwds' is empty.
16980
16981 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
16982 there are several strings on the same line.
16983
16984 * progmodes/cc-engine.el (c-literal-limits): Remove the
16985 compatibility function for older emacsen. `c-literal-limits-fast'
16986 has now taken the place of this function.
16987
16988 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
16989 with older emacsen: We now require `pps-extended-state'.
16990
16991 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16992
16993 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
16994 which obviates the need to hack sentence-end. This now handles
16995 escaped newlines in strings correctly. Correct minor bugs in
16996 c-move-over-sentence and in c-beginning-of-statement.
16997
16998 * progmodes/cc-cmds.el (c-beginning-of-statement (and
16999 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
17000 that movement over macros and code are rigorously separated from
17001 eachother. Correct a few incidental bugs.
17002
17003 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
17004 Improve its doc-string. Improve the handling of certain specific cases.
17005
17006 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17007
17008 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
17009 (c-guess-basic-syntax): Change the way class-level labels are
17010 recognized; they can now contain essentially any symbols.
17011
17012 (c-opt-extra-label-key): New language variable to cope with the
17013 special protection label syntax in Objective-C.
17014
17015 (c-opt-access-key): Remove; this is now handled better by
17016 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
17017
17018 (c-complex-decl-matchers): Update to handle that
17019 `c-opt-access-key' no longer exists.
17020
17021 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
17022 improved label recognition in `c-beginning-of-statement-1'.
17023
17024 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
17025 Recognize bitfields better.
17026
17027 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
17028 Remove some cruft and fixed a bug that could cause it to go to a
17029 position further down.
17030
17031 * progmodes/cc-langs.el, cc-engine.el
17032 (c-beginning-of-statement-1): Improve detection of labels in
17033 declaration contexts.
17034
17035 (c-beginning-of-decl-1): Use it.
17036
17037 (c-nonlabel-token-key): New language constant and variable needed
17038 by `c-beginning-of-statement-1'.
17039
17040 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
17041 manifested itself due to the correction in `c-forward-sexp'.
17042
17043 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
17044 Make these behave as documented when used at the buffer limits.
17045
17046 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
17047 (c-type-decl-end-used): Made this a language variable.
17048
17049 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
17050 correctly when `combine-after-change-calls' is used together with
17051 temporary narrowings.
17052
17053 * progmodes/cc-engine.el (c-beginning-of-statement-1):
17054 Report labels correctly when the start point is immediately after the
17055 colon.
17056
17057 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
17058 Remove since it isn't used anymore.
17059
17060 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
17061 bracket arglists such as template parens in C++.
17062
17063 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
17064 in the last check-in. Some optimization.
17065
17066 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
17067 where it could stop at the same level in a preceding sexp when
17068 PAREN-LEVEL is set.
17069
17070 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
17071 text property lookup only when it's needed.
17072
17073 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
17074 Change the policy for paren marked angle brackets to be more
17075 persistent; once marked they remain marked even when they're found
17076 to be unbalanced in the searched region. This should keep the
17077 paren syntax around even when individual lines are refontified in
17078 multiline template arglists.
17079
17080 (c-parse-and-markup-<>-arglists): New dynamically bound variable
17081 to control markup so that incorrect angle bracket arglists aren't
17082 marked in contexts where the correct value for
17083 `c-disallow-comma-in-<>-arglists' isn't known.
17084
17085 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
17086 argument has become `c-parse-and-markup-<>-arglists'.
17087
17088 (c-remove-<>-arglist-properties): Remove - no longer used.
17089
17090 (c-after-change-check-<>-operators): New function used on
17091 `after-change-functions' to avoid that "<" and ">" characters that
17092 are part of longer operators have paren syntax.
17093
17094 (c-<>-multichar-token-regexp): New language variable used by
17095 `c-after-change-check-<>-operators'.
17096
17097 (c-after-change): Call `c-after-change-check-<>-operators'.
17098
17099 (c-font-lock-<>-arglists): Use the context properties set by
17100 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
17101 correctly to avoid doing invalid markup.
17102
17103 (c-font-lock-declarations): Remove code that undoes the invalid
17104 markup done by `c-font-lock-<>-arglists'.
17105
17106 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
17107 after `c-font-lock-declarations'.
17108
17109 * progmodes/cc-engine.el (c-syntactic-skip-backward):
17110 Add paren-level feature.
17111
17112 (c-guess-basic-syntax): Improve the anchor position for
17113 `template-args-cont' in nested template arglists. There's still
17114 much to be desired in this area, though.
17115
17116 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
17117
17118 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
17119 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
17120
17121 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
17122
17123 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
17124 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
17125
17126 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
17127 it doesn't work no longer are supported.
17128
17129 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
17130 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
17131 requires support for the syntax-table' text property, which rules
17132 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
17133 cruft associated with those versions.
17134
17135 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
17136 for the `syntax-table' text property, which rules out Emacs 19 and
17137 XEmacs < 21.4. Removed various compatibility cruft associated
17138 with those versions.
17139
17140 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
17141 support for the `syntax-table' text property.
17142
17143 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
17144 variable and use an extra quoted face name instead. All the
17145 emacsen flavors handle that correctly.
17146
17147 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
17148 (c-font-lock-declarators, c-font-lock-declarations)
17149 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
17150 property to mark the items in in declarator lists to handle
17151 refontification inside multiline declarations better.
17152
17153 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
17154 construct like "a * b = c;" as a declaration.
17155
17156 2005-12-08 Kim F. Storm <storm@cua.dk>
17157
17158 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
17159 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
17160 select either meta, hyper, or super modifier for rectangle commands.
17161 (cua--rectangle-modifier-key): New defvar.
17162 (cua--M/H-key): Use it. Remove special case for `space'.
17163 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
17164 on X, to meta otherwise. Always bind C-return to toggle
17165 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
17166
17167 * emulation/cua-rect.el (cua-help-for-rectangle):
17168 Use cua--rectangle-modifier-key. Handle super modifier too.
17169 (cua--init-rectangles): Always bind C-return to toggle rectangle.
17170 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
17171
17172 * ido.el: Move Acknowledgements and History after Commentary.
17173 Minor changes to Commentary.
17174
17175 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
17176 keymap if cua--prefix-override-timer is `shift'.
17177 (cua--shift-control-prefix): New function; emulate "type prefix
17178 key twice" functionality to handle shifted prefix key override.
17179 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
17180 New commands.
17181 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
17182
17183 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
17184
17185 * textmodes/org.el (org-insert-heading): Try to do items before
17186 headings.
17187 (org-agenda-mode): Quote `org-agenda-mode-hook'.
17188 (org-insert-item): New function.
17189 (org-renumber-ordered-list): Don't skip to higher level lists.
17190
17191 2005-12-08 Juri Linkov <juri@jurta.org>
17192
17193 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
17194
17195 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
17196
17197 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
17198
17199 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
17200 the constructed function name fun-1.
17201
17202 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
17203 because such links don't lead to parent documentation.
17204
17205 2005-12-08 Kenichi Handa <handa@m17n.org>
17206
17207 * descr-text.el (describe-char): Use *Help-2* buffer if the
17208 current buffer is *Help*. Call describe-text-properties while
17209 setting the original buffer.
17210
17211 2005-12-07 Bill Wohler <wohler@newt.com>
17212
17213 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
17214 and causes problems with non-MH users (such as Gnus users).
17215
17216 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
17217
17218 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
17219 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
17220 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
17221 command "info sources". Move calls to GDB command "list".
17222 (gdb-find-file-hook): Just use gdb-source-file-list.
17223 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
17224 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
17225 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
17226 (gdb-data-list-register-values-handler): Use correct trigger name.
17227
17228 2005-12-07 Kim F. Storm <storm@cua.dk>
17229
17230 * ido.el (ido-completion-map): Rename from ido-mode-map.
17231 (ido-common-completion-map, ido-file-completion-map)
17232 (ido-file-dir-completion-map, ido-buffer-completion-map):
17233 Rename from ido-mode-....-map.
17234 (ido-init-completion-maps): Rename from ido-init-mode-maps.
17235 (ido-setup-completion-map): Rename from ido-define-mode-map.
17236 (ido-read-internal): Bind minibuffer-local-filename-completion-map
17237 to ido-completion-map.
17238
17239 2005-12-07 Kenichi Handa <handa@m17n.org>
17240
17241 * international/mule-cmds.el
17242 (set-display-table-and-terminal-coding-system): If the coding
17243 system specified in `unibyte-display' property is different from
17244 the arg coding-system, don't setup standard-display-table.
17245
17246 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17247
17248 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
17249 that comments end at \n, regardless of selective-display.
17250
17251 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
17252
17253 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
17254 (gdb-version): New variables.
17255 (gdb-source-file-list, gdb-register-names)
17256 (gdb-changed-registers): New variables for use with GDB 6.4+.
17257 (gdb-ann3): Replace with...
17258 (gdb-init-1, gdb-init-2): ...two new functions.
17259 (gdba, gdb-prompt): Call gdb-init-1.
17260 (gdb-get-version): New function. Call gdb-init-2 from here.
17261 (gud-watch): Make it work with mouse events too.
17262 (gdb-post-prompt): Don't add to queue until GDB version is known.
17263 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
17264 (gdb-locals-mode): Use gdb-version.
17265 (gdb-memory-format-map, gdb-memory-unit-map)
17266 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
17267 (gdb-locals-font-lock-keywords-1)
17268 (gdb-locals-font-lock-keywords-2): New variables.
17269 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
17270 (gdb-set-gud-minor-mode-existing-buffers-1)
17271 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
17272 (gdb-var-update-1, gdb-var-update-handler-1)
17273 (gdb-data-list-register-values-handler)
17274 (gdb-data-list-register-values-custom)
17275 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
17276 (gdb-stack-list-locals-handler, gdb-get-register-names):
17277 New functions for use with GDB 6.4+.
17278 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
17279 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
17280 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
17281 (gdb-stack-list-locals-regexp)
17282 (gdb-data-list-register-names-regexp): New regexps for use with
17283 GDB 6.4+.
17284
17285 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
17288
17289 2005-12-06 Nozomu Ando <nand@mac.com>
17290
17291 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
17292 prompts work for AUTH PLAIN. Also reported by Steve Allan
17293 <seallan@verizon.net>.
17294
17295 2005-12-06 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17296
17297 * frame.el (set-frame-parameter): Add doc string.
17298
17299 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
17300
17301 * textmodes/org.el (org-occur-highlights): New variable.
17302 (org-highlight-new-match, org-remove-occur-highlights): New functions.
17303 (org-highlight-sparse-tree-matches): New option.
17304 (org-do-occur): New function.
17305 (org-get-heading): Make it work also at beginning of line.
17306 (org-category-table): New variable.
17307 (org-get-category-table, org-get-category)
17308 (org-camel-to-words, org-link-search): New functions.
17309 (org-select-this-todo-keyword): New variable.
17310 (org-todo-list): New command.
17311 (org-shiftright, org-shiftleft): New commands.
17312 (org-agenda-todo): Add prefix argument.
17313 (org-show-hierarchy-above): New option.
17314 (org-show-todo-tree): Numerical prefix creates tree for specific
17315 TODO keyword.
17316 (org-outline-level): New function, to assign a level to plain
17317 lists items.
17318 (org-cycle-include-plain-lists): New option.
17319 (org-mode): Use `org-outline-level' as value of `outline-level'.
17320 (org-cycle): Temporarily switch `outline-regexp' if
17321 `org-cycle-include-plain-lists' is non-nil.
17322 (org-start-icalendar-file): Fix format bug.
17323 (org-agenda-get-day-entries): Create category table.
17324 (org-agenda-get-todos, org-agenda-get-timestamps)
17325 (org-agenda-get-deadlines, org-agenda-get-scheduled)
17326 (org-agenda-get-blocks): Use `org-get-category'.
17327 (org-context-in-file-links): Rename from
17328 `org-line-numbers-in-file-links'.
17329
17330 2005-12-06 Romain Francoise <romain@orebokech.com>
17331
17332 * window.el (balance-windows): Delete extraneous third arg in call
17333 to `enlarge-window'.
17334
17335 2005-12-06 Kenichi Handa <handa@m17n.org>
17336
17337 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
17338
17339 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
17340
17341 * progmodes/gdb-ui.el (gdb-var-create-handler)
17342 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
17343 (gdb-var-list-children-handler, gdb-var-update-handler):
17344 Current buffer is already gdb-partial-output-buffer, don't
17345 make it current again.
17346
17347 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
17348
17349 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
17350 (list-buffers-noselect): Use it.
17351
17352 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
17353
17354 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
17355 (mail-yank-ignored-headers): Use regexp-opt.
17356 (mail-mode-map): Move initialization into declaration.
17357 (mail-sent-via): Remove unused shadowed var `to-line'.
17358 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
17359 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
17360 (mail-do-fcc): Use dolist and push.
17361 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
17362 (mail-yank-ignored-headers): Don't autoload.
17363
17364 2005-12-05 Kenichi Handa <handa@m17n.org>
17365
17366 * international/mule-cmds.el (set-language-info-internal): New fun.
17367 (set-language-info): Call set-language-info-internal to update
17368 language-info-alist. If LANG-ENV is the current one, call
17369 set-language-environment to make INFO effective now.
17370 (set-language-info-alist): Likewise.
17371 (locale-language-names): With locale "en", use English
17372 lang. env. but set the default codings to iso-8859-1.
17373
17374 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
17375
17376 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
17377 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
17378 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
17379 for plain strings.
17380 (gdb-frames-mode): Remove redundant call to font-lock-mode.
17381 (gdb-all-registers): Rename from toggle-gdb-all-registers.
17382 Create registers buffer if necessary. Echo new state in minibuffer.
17383 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
17384
17385 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
17386
17387 * info.el (Info-fontify-node): Match external links using
17388 non-directory part of filename.
17389
17390 2005-12-04 Juri Linkov <juri@jurta.org>
17391
17392 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
17393 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
17394 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
17395 because there is no customization option for it.
17396
17397 * font-lock.el (lisp-font-lock-keywords-1):
17398 Add define-global-minor-mode.
17399
17400 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
17401
17402 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
17403 properties on the constructed variable names.
17404
17405 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
17406 Put `definition-name' properties on the constructed function names
17407 next-sym and prev-sym.
17408
17409 * emacs-lisp/find-func.el (find-function-regexp):
17410 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
17411 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
17412 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
17413 and easy-menu-define.
17414
17415 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
17416 easy-mmode-define-global-mode and define-global-minor-mode.
17417 (lisp-imenu-generic-expression): Add define-global-minor-mode.
17418
17419 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
17420 instead of easy-mmode-define-global-mode.
17421
17422 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
17423 Use define-minor-mode instead of easy-mmode-define-minor-mode.
17424
17425 * cus-edit.el (customize-group, customize-group-other-window):
17426 Filter out autoloaded options from the group completion list by
17427 using heuristics that autoloaded groups don't have `custom-autoload'
17428 property on their symbols (they have only `custom-loads').
17429
17430 * simple.el (completion-setup-function): Put completions-common-part
17431 face on complete completion string too (i.e. completion string
17432 without completions-first-difference face).
17433
17434 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
17435
17436 2005-12-03 Eli Zaretskii <eliz@gnu.org>
17437
17438 * view.el (view-mode): Doc fix.
17439
17440 * disp-table.el (standard-display-european): Add to the warning
17441 message a reference to the doc string.
17442
17443 * play/yow.el (apropos-zippy): Call print-help-return-message,
17444 similar to other Help and Apropos commands.
17445
17446 * help.el (print-help-return-message): If pop-up-frames is
17447 non-nil, set up help-return-method to delete the help window and,
17448 possibly, its frame as well, and don't display message about
17449 scrolling the help window. Doc fix.
17450 (help-return-method): Doc fix.
17451
17452 2005-12-03 Martin Rudalics <rudalics@gmx.at>
17453
17454 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
17455 whereby names of length one or names starting with a
17456 symbol-constituent character would not be returned.
17457
17458 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
17459
17460 * subr.el (atomic-change-group): Add edebug and indentation spec.
17461
17462 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
17463
17464 * completion.el (save-completions-file-name): Fix typo in last change.
17465
17466 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17467
17468 * info.el: Move back/forward history to the beginning of the tool bar.
17469
17470 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
17471
17472 * allout.el (eval-when-compile): Remove unnecessary load of cl.
17473 Add fset of allout-real-isearch-abort during compile to fix
17474 byte-compilation warnings.
17475 (allout-mode-p): Move definition of this macro above all uses, or
17476 byte compilation in barren Emacs (eg, during Emacs build) will
17477 lack the definition.
17478 (allout-mode): Move this variable above any uses, or byte
17479 compilation will fail.
17480 (allout-resolve-xref): Remove use of personal file-reference function.
17481 (allout-toggle-current-subtree-encryption): Do the current (ie,
17482 visible containing) topic, rather than nearest around point. Doc fix.
17483 (allout-toggle-subtree-encryption): New function, workhorse that
17484 works on nearest topic containing point.
17485 (allout-encrypt-string): Signal requirement for newer version of pgg.
17486 (allout-resumptions): Doc fix.
17487
17488 2005-12-02 Eli Zaretskii <eliz@gnu.org>
17489
17490 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
17491
17492 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
17493
17494 * textmodes/flyspell.el (flyspell-external-point-words):
17495 Consider a misspelling as found in the string search if: (a) misspelling
17496 and found string lengths match, or (b) misspelling is found as
17497 element in a boundary-chars separated longer string, or (c)
17498 ispell-program-name is really ispell and misspelling is found as
17499 part of a TeX string. After successful match move beginning of
17500 search region to end of match. Warn about not found misspellings
17501 once the process is done.
17502 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
17503
17504 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
17505
17506 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
17507 tool bar (removed inadvertently).
17508
17509 2005-12-02 Juri Linkov <juri@jurta.org>
17510
17511 * log-view.el (log-view-diff): Clarify doc string.
17512
17513 2005-12-01 Bill Wohler <wohler@newt.com>
17514
17515 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
17516 triggers lm-verify errors.
17517
17518 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
17519
17520 * simple.el (transient-mark-mode, line-number-mode)
17521 (column-number-mode, size-indication-mode): Remove `:require nil'.
17522
17523 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
17524
17525 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
17526 in the margin also.
17527 (gdb-breakpoints-mode-map): Use D instead of d for
17528 gdb-delete-breakpoint.
17529 (gdb-get-frame-number): Require a number to match on.
17530 (gdb-threads-mode-map): Add follow-link binding.
17531
17532 2005-11-30 Jason Rumney <jasonr@gnu.org>
17533
17534 * isearch.el (isearch-mode-map): Avoid exiting search on
17535 language-change event.
17536
17537 2005-11-30 Romain Francoise <romain@orebokech.com>
17538
17539 * speedbar.el (speedbar-default-position): New defcustom.
17540 (speedbar-frame-reposition-smartly): Use it.
17541
17542 * dframe.el (dframe-reposition-frame-emacs): Fix position
17543 computation for `left' location.
17544 Update copyright year.
17545
17546 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
17547
17548 * help.el (help-map): Move initialization into declaration.
17549
17550 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
17551
17552 * help-fns.el (help-argument-name): Don't autoload.
17553 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
17554 to be re-loaded when customizing the `help' group.
17555
17556 2005-11-30 John Paul Wallington <jpw@gnu.org>
17557
17558 * help-fns.el (describe-function-1): Fill arglist output.
17559
17560 2005-11-30 Kim F. Storm <storm@cua.dk>
17561
17562 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
17563 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
17564 after revert-buffer (or anything else which kills all local variables).
17565
17566 * apropos.el (apropos-parse-pattern): Doc fix.
17567 Set apropos-regexp directly, rather than expecting callers to do so.
17568 (apropos-command, apropos, apropos-value, apropos-documentation):
17569 Simplify calls to apropos-parse-pattern.
17570
17571 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17572
17573 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
17574 (hi-lock-face-phrase-buffer): Use hi-yellow face.
17575 (hi-lock-write-interactive-patterns): Use comment-region.
17576
17577 * longlines.el (longlines-mode): Add mail-setup-hook.
17578
17579 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
17580
17581 * simple.el (sendmail-user-agent-compose, next-line):
17582 Conditionally use hard-newline.
17583
17584 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
17585
17586 * international/latexenc.el (latex-inputenc-coding-alist):
17587 Reword doc string.
17588
17589 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
17590
17591 * help.el (describe-key-briefly, describe-key): Recognize default
17592 bindings.
17593
17594 2005-11-29 Romain Francoise <romain@orebokech.com>
17595
17596 * view.el (view-inhibit-help-message): New defcustom.
17597 (view-mode-enter): Use it.
17598
17599 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
17600
17601 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
17602 Preserve user position.
17603
17604 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
17605
17606 * font-lock.el: Throw error if facemenu is not loaded to prevent
17607 accidental change of loading order in loadup.el. (Suggested by RMS.)
17608
17609 * loadup.el: Add comment explaining why facemenu must be loaded
17610 before font-lock.
17611
17612 2005-11-28 Jay Belanger <belanger@truman.edu>
17613
17614 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
17615 (calc-dispatch-map): Add more keys for `calc-same-interface'.
17616
17617 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
17618
17619 * calc/calc-embed.el (calc-do-embedded): Update help message.
17620
17621 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
17622
17623 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17624
17625 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
17626
17627 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17628 called-interactively-p.
17629 (elp-profilable-p): Rename from elp-not-profilable-p.
17630 Invert result and take into account macros and autoloaded functions.
17631 (elp-instrument-function): Update call.
17632 (elp-instrument-package): Update call. Add completion.
17633 (elp-pack-number): Use match-string.
17634 (elp-results-jump-to-definition-by-mouse): Merge into
17635 elp-results-jump-to-definition and then remove.
17636 (elp-output-insert-symname): Make help echo text single-line.
17637
17638 * replace.el (query-replace-map): Move initialization into declaration.
17639 (occur-engine): Use with-current-buffer.
17640 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
17641 (occur-mode-mouse-goto): Replace with an alias.
17642
17643 2005-11-28 Juri Linkov <juri@jurta.org>
17644
17645 * simple.el (quoted-insert): Let-bind input-method-function to nil.
17646
17647 * term/w32-win.el: Bind [S-tab] to [backtab].
17648
17649 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
17650 `Info-find-file' to t.
17651
17652 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
17653 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
17654 and same-window-regexps.
17655 (occur-next-error): Don't move point for arg 0.
17656
17657 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
17658
17659 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
17660
17661 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
17662
17663 * log-edit.el (log-edit-changelog-use-first): New var.
17664 (log-edit-changelog-ours-p): Use it.
17665 (log-edit-insert-changelog): Set it with new arg `use-first'.
17666 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
17667 (log-edit-hook): Add them to the list of suggested options.
17668
17669 * textmodes/flyspell.el (flyspell-last-buffer): New var.
17670 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
17671 redundant work.
17672 (flyspell-mode-on): Use add-hook for after-change-functions.
17673 (flyspell-mode-off): Use remove-hook for after-change-functions.
17674 (flyspell-changes): Make it buffer-local.
17675 (flyspell-after-change-function): Make it non-interactive. Use push.
17676 (flyspell-post-command-hook): Check input-pending-p while processing
17677 the potentially long list of buffer changes.
17678
17679 2005-11-28 K\e,Aa\e(Broly L\e$,1 q\e(Brentey <lorentey@elte.hu>
17680
17681 * buff-menu.el (list-buffers-noselect): Display the selected
17682 frame's buffer list, not the global one.
17683
17684 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17685
17686 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
17687 that (list last-input-event) works as in interactive spec.
17688
17689 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17690
17691 * loadup.el ("facemenu"): Load facemenu before font-lock, because
17692 `facemenu-keymap' needs to be defined when font-lock is loaded.
17693 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
17694
17695 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
17696
17697 * completion.el: Remove useless leading * in defcustom docstrings.
17698 (save-completions-file-name): Use ~/.emacs.d if available.
17699 (completion-standard-syntax-table): Rename from
17700 cmpl-standard-syntax-table and fold initialization into declaration,
17701 thus removing cmpl-make-standard-completion-syntax-table.
17702 (completion-lisp-syntax-table, completion-c-syntax-table)
17703 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
17704 (cmpl-saved-syntax, cmpl-saved-point): Remove.
17705 (symbol-under-point, symbol-before-point)
17706 (symbol-under-or-before-point, symbol-before-point-for-complete)
17707 (add-completions-from-c-buffer): Use with-syntax-table.
17708 (make-completion): Don't return a list of completion entries.
17709 Update callers.
17710 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
17711 (completion-initialize): Rename from initialize-completions.
17712 (completion-find-file-hook): Rename from cmpl-find-file-hook.
17713 (kill-emacs-save-completions): Collect stats here.
17714 (save-completions-to-file, load-completions-from-file):
17715 Use with-current-buffer.
17716 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
17717 into a function. Move all calls to toplevel.
17718 (completion-lisp-mode-hook): New fun.
17719 (completion-c-mode-hook, completion-setup-fortran-mode):
17720 Set the syntax-table here. Use local-set-key.
17721 (completion-saved-bindings): New var.
17722 (dynamic-completion-mode): Make it into a proper minor mode.
17723 (load-completions-from-file): Remove unused var `num-uses'.
17724
17725 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
17726 constructor if it is explicitly overridden.
17727
17728 * complete.el (PC-completion-as-file-name-predicate):
17729 Use minibuffer-completing-file-name.
17730 (partial-completion-mode): Use find-file-not-found-functions.
17731 (PC-lisp-complete-symbol): Use with-syntax-table.
17732 (PC-look-for-include-file): Remove dead setq.
17733 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
17734 (PC-complete): Use with-current-buffer.
17735
17736 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
17737 escape single quotes.
17738
17739 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17740
17741 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
17742 of `if' whose condition always returned nil. Doc fix.
17743
17744 * buff-menu.el (Buffer-menu-revert-function): Make the selected
17745 window's buffer the current buffer around the call to
17746 `list-buffers-noselect'. This is necessary to mark that buffer
17747 with a `.' in the Buffer Menu when called from Lisp, for instance
17748 by Auto Revert Mode.
17749
17750 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
17751
17752 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
17753 attaching to it.
17754 (gdb-pre-prompt): Make sure gdb-error is reset.
17755
17756 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
17757 with a child process, detect it.
17758 (gud-speedbar-buttons): Match regexp more carefully.
17759
17760 2005-11-27 Richard M. Stallman <rms@gnu.org>
17761
17762 * mouse.el (mouse-drag-move-window-bottom):
17763 Use adjust-window-trailing-edge.
17764
17765 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
17766
17767 * simple.el (blink-matching-open): Ignore
17768 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
17769 (blink-matching-paren-on-screen): Update docstring.
17770
17771 * paren.el (show-paren-mode): No longer change
17772 `blink-matching-paren-on-screen'.
17773
17774 2005-11-27 John Paul Wallington <jpw@pobox.com>
17775
17776 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
17777 (gdb-threads-select, gdb-edit-register-value):
17778 Use `posn-set-point' instead of `mouse-set-point' because the
17779 latter is not fbound when configured without X.
17780
17781 2005-11-27 Kim F. Storm <storm@cua.dk>
17782
17783 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
17784 existing face when partially highlighting a TAB in a rectangle.
17785
17786 2005-11-26 Kim F. Storm <storm@cua.dk>
17787
17788 * ido.el (ido-mode-map): Doc fix.
17789 (ido-mode-common-map, ido-mode-file-map)
17790 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
17791 (ido-define-mode-map): Rewrite. Select one of the new maps as
17792 parent for ido-mode-map instead of building from scratch.
17793 (ido-init-mode-maps): New defun to initialize new maps.
17794 (ido-mode): Call it.
17795 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
17796 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
17797
17798 2005-11-26 John Paul Wallington <jpw@pobox.com>
17799
17800 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
17801 `mouse-set-point' because the latter is not fbound when configured
17802 without X.
17803
17804 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
17805
17806 * files.el (file-relative-name): Doc fix.
17807
17808 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
17809
17810 * progmodes/octave-inf.el (inferior-octave-startup): Force a
17811 non-empty string for secondary prompt PS2.
17812
17813 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17814
17815 * progmodes/compile.el (compilation-setup): Fix last change.
17816
17817 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
17818
17819 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
17820 (gdb-mouse-toggle-breakpoint-margin)
17821 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
17822 Add gdb-server-prefix to keep out of command history.
17823 (gdb-edit-register-value): New function.
17824 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
17825 (gdb-info-registers-custom): Use above map.
17826
17827 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
17828
17829 * custom.el (enable-theme): Signal error if argument is not a
17830 theme. Don't recalculate a face if it's not loaded yet.
17831
17832 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
17833 the `user' theme is in effect.
17834
17835 * info.el (Info-on-current-buffer): Record actual filename in
17836 Info-current-file, instead of t, or a fake filename if a non-file
17837 buffer. Make autoload.
17838 (Info-find-node, Info-revert-find-node): No need to check for
17839 Info-current-file nil.
17840 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
17841 Info-current-file is now never `t'.
17842 (Info-fontify-node): Many simplifications due to Info-current-file
17843 always being valid. Use Info-find-file to find node filename.
17844
17845 2005-11-25 David Kastrup <dak@gnu.org>
17846
17847 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
17848 new character, then delete" in order to preserve markers.
17849
17850 2005-11-25 David Ponce <david@dponce.com>
17851
17852 * recentf.el (recentf-arrange-by-rule): Handle a special
17853 `auto-mode-alist'-like "strip suffix" rule.
17854 (recentf-build-mode-rules): Handle second level auto-mode entries.
17855
17856 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
17857
17858 * viper-keym.el (viper-ESC-key): Use different values in terminal and
17859 window modes.
17860
17861 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
17862 jde-javadoc-checker-report-mode.
17863
17864 * ediff-wind (ediff-make-wide-display): Slight simplification.
17865
17866 * ediff.el (ediff-date): Change the date of last update.
17867
17868 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
17869
17870 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
17871 Use define-minor-mode, and make it a local mode. Turn on font-lock.
17872 (hi-lock-mode): New global minor mode.
17873 (turn-on-hi-lock-if-enabled): New function.
17874 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
17875 Change arguments to regexp and face instead of a font-lock pattern.
17876 Directly set face property, instead of refontifying.
17877 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
17878 (hi-lock-find-patterns): Use line-number-at-pos.
17879
17880 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
17881 arguments for hi-lock-set-pattern.
17882 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
17883 Call font-lock-fontify-buffer.
17884 (hi-lock-find-file-hook, hi-lock-current-line)
17885 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
17886
17887 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
17888 turned off.
17889
17890 * progmodes/compile.el (compilation-setup): Don't fiddle with
17891 font-lock-defaults.
17892
17893 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
17894
17895 * progmodes/gdb-ui.el (gdb-var-create-handler)
17896 (gdb-var-list-children-handler): Find values for all variable
17897 objects. gud-speedbar-buttons decides whether to display them.
17898
17899 2005-11-24 Romain Francoise <romain@orebokech.com>
17900
17901 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
17902 buffer name with a space.
17903
17904 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
17905
17906 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
17907 `org-export-local-list-max-depth'. Change default value to 3.
17908 (org-auto-renumber-ordered-lists)
17909 (org-plain-list-ordered-item-terminator): New options.
17910 (org-at-item-p, org-beginning-of-item, org-end-of-item)
17911 (org-get-indentation, org-get-string-indentation)
17912 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
17913 New functions.
17914 (org-move-item-down, org-move-item-up): New commands.
17915 (org-export-as-html): New classes for CSS support. Bug fix in
17916 regular expression detecting fixed-width regions. Respect
17917 `org-local-list-ordered-item-terminator'.
17918 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
17919 also a list item.
17920 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
17921 New item moving functions.
17922
17923 2005-11-24 Juri Linkov <juri@jurta.org>
17924
17925 * isearch.el (isearch-repeat): With empty search ring set
17926 `isearch-error' to the error string instead of signaling error
17927 with the function `error'.
17928
17929 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17930
17931 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
17932
17933 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
17934
17935 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
17936 and variable.
17937 (gdb-var-create-handler, gdb-var-list-children-handler):
17938 Don't match on "char **...".
17939 (gdb-var-update-handler): Find values for all variable objects.
17940 (gdb-info-frames-custom): Identify frames by leading "#".
17941
17942 * progmodes/gud.el (gud-speedbar-menu-items): Add
17943 gdb-speedbar-auto-raise as radio button.
17944 (gud-speedbar-buttons): Raise speedbar if requested.
17945 Don't match on "char **...".
17946 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
17947 Make it editable.
17948
17949 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
17950
17951 * info.el (Info-fontify-node): Handle the case where
17952 Info-current-file is t.
17953
17954 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
17955
17956 * simple.el (blink-matching-open): Fix off-by-one in last change.
17957
17958 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17959
17960 * term/mac-win.el: Don't change default directory.
17961
17962 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
17963
17964 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
17965 buffers correctly. (It used to throw an error in such buffers.)
17966 Make it ask for confirmation in group buffers and other Custom
17967 buffers containing more than one customization item.
17968
17969 2005-11-22 John Paul Wallington <jpw@gnu.org>
17970
17971 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
17972 property on mail and url overlays.
17973 (goto-address-at-point): Use `posn-set-point' instead of
17974 `mouse-set-point' because the latter is not fbound when configured
17975 without X.
17976
17977 2005-11-22 Lars Hansen <larsh@soem.dk>
17978
17979 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
17980 (ls-lisp-classify, ls-lisp-format): Delete call to
17981 ls-lisp-parse-symlink.
17982 (ls-lisp-handle-switches): Handle symlinks to directories as
17983 directories when ls-lisp-dirs-first in non-nil.
17984
17985 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
17986
17987 * startup.el (command-line): Make sure that loaddefs.el is handled
17988 correctly in load-history.
17989
17990 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
17991
17992 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
17993 (gdb-struct-string, gdb-array-string): New constants.
17994 (gdb-info-locals-handler): Use them.
17995 (gdb-reset): Reset gdb-var-list to nil.
17996
17997 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
17998
17999 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
18000 in patterns.
18001
18002 2005-11-21 Juri Linkov <juri@jurta.org>
18003
18004 * custom.el (defcustom): Update link types in docstring.
18005
18006 2005-11-20 Martin Rudalics <rudalics@gmx.at>
18007
18008 * custom.el (defgroup): Add doc-string-elt info.
18009
18010 * widget.el (define-widget): Don't use declare for the doc-string-elt.
18011
18012 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
18013
18014 * newcomment.el (comment-enter-backward): Fix last fix.
18015
18016 * simple.el (blink-matching-open):
18017 * paren.el (show-paren-function): Allow new paren-class info.
18018
18019 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
18020
18021 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
18022 handled automagically.
18023
18024 2005-11-20 Andreas Schwab <schwab@suse.de>
18025
18026 * descr-text.el (describe-char): When copying overlays put them
18027 over the full char description instead of just the first character
18028 of it.
18029
18030 2005-11-20 Juri Linkov <juri@jurta.org>
18031
18032 * simple.el (what-cursor-position):
18033 * descr-text.el (describe-char): Use Lisp-readable syntax
18034 for octal and hex. Reorder decimal, octal and hex values.
18035 Remove excess whitespace in the output. Use `=' in `column='
18036 like in `point=' and `Hscroll='.
18037
18038 * international/mule-cmds.el (encoded-string-description):
18039 Use Lisp-readable syntax for hex.
18040
18041 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
18042
18043 * newcomment.el (comment-enter-backward): Handle the case where the
18044 comment is closed by EOB.
18045
18046 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
18047
18048 * longlines.el (longlines-before-revert-hook)
18049 (longlines-after-revert-hook): New functions.
18050 (longlines-mode): Turn off longlines temporarily when reverting.
18051 Add a message-setup-hook.
18052 (longlines-decode-buffer): New function.
18053 (longlines-wrap-line): Preserve marker positions.
18054
18055 2005-11-19 Andreas Schwab <schwab@suse.de>
18056
18057 * emacs-lisp/shadow.el: Handle compressed files.
18058
18059 2005-11-19 Romain Francoise <romain@orebokech.com>
18060
18061 * net/browse-url.el (browse-url-default-browser): Signal an error
18062 if no usable browser can be found, rather than try to load w3.
18063
18064 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
18065
18066 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
18067 replacing existing properties.
18068 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18069 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
18070 tty specs.
18071 (rcirc-server-prefix, rcirc-server): New faces.
18072 (rcirc-url-regexp): Generate with rx macro.
18073 (rcirc-last-server-message-time): New variable.
18074 (rcirc-filter): Record time of last message.
18075 (rcirc-keepalive): Kill processes that did not send a message
18076 since the last ping.
18077 (rcirc-mode): Give rcirc-topic a local binding here.
18078
18079 2005-11-19 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
18080
18081 * subr.el (read-passwd): Fontify the prompt as we do with other
18082 prompts.
18083
18084 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
18085
18086 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
18087 binding buffer-read-only to nil.
18088
18089 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18090
18091 * complete.el (partial-completion-mode):
18092 Mention completion-auto-help in the doc string.
18093
18094 * man.el (Man-highlight-references): Doc fix. Reformat code in a
18095 more Lisp-ish way.
18096
18097 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
18098
18099 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
18100 digits, not 8, to avoid misalignment for files larger than 100MB.
18101
18102 2005-11-19 Eli Zaretskii <eliz@gnu.org>
18103
18104 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
18105 Mention "keyboard shortcuts" in the help text.
18106
18107 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18108
18109 * startup.el (fancy-splash-default-action): Discard only
18110 mouse-down and succeeding mouse-up events in the splash screen
18111 window so that drag-n-drop event can be processed.
18112
18113 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
18114
18115 * longlines.el (longlines-mode): Add hacks for mail-mode and
18116 message-mode.
18117
18118 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
18119
18120 * textmodes/org.el (org-table-sort-lines): New command.
18121 (org-tbl-menu): Add entry for `org-table-sort-lines'.
18122 (org-add-file): Command removed, use `org-agenda-file-to-front'
18123 instead.
18124 (org-export-icalendar): Use `org-icalendar-combined-name'.
18125 (org-cycle-agenda-files, org-agenda-file-to-end)
18126 (org-agenda-file-to-front): New commands.
18127 (org-table-tab-jumps-over-hlines, org-export-html-style):
18128 New options.
18129 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
18130 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
18131 New functions.
18132 (org-fill-paragraph): Call `org-table-align' in tables.
18133 (org-mode): Call `org-set-autofill-regexps'.
18134 (org-export-as-html): Support for local handformatted lists.
18135 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
18136 (org-export-local-list-max-depth): New option.
18137 (org-html-expand): Use `org-html-protect'.
18138
18139 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
18140
18141 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
18142 to "p".
18143 (gdb): Move definition of gud-pp to...
18144
18145 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
18146 speedbar.
18147 (gdb-find-watch-expression): New function.
18148
18149 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18150
18151 * faces.el (face-attribute, set-face-attribute): Mention existence
18152 of `:ignore-defface' setting in docstring.
18153
18154 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
18155
18156 * simple.el (completion-setup-function): Fix last change.
18157
18158 2005-11-17 John Paul Wallington <jpw@pobox.com>
18159
18160 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
18161 Use `posn-set-point' instead of `mouse-set-point' because the
18162 latter is not fbound when configured without X.
18163
18164 * comint.el (comint-insert-input): Likewise.
18165
18166 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
18167
18168 * simple.el (hard-newline): New variable.
18169 (sendmail-user-agent-compose, next-line): Use it.
18170
18171 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
18172 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
18173 (mail-mail-reply-to, mail-mail-followup-to)
18174 (mail-position-on-field, mail-signature, mail-yank-original)
18175 (mail-attach-file): Likewise.
18176
18177 * mail/mailheader.el (mail-header-format)
18178 (mail-header-format-function): Likewise.
18179
18180 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
18181
18182 2005-11-17 Juri Linkov <juri@jurta.org>
18183
18184 * font-lock.el (font-lock-faces): Rename this defgroup from
18185 `font-lock-highlighting-faces'.
18186 (font-lock-comment-face, font-lock-comment-delimiter-face)
18187 (font-lock-string-face, font-lock-doc-face)
18188 (font-lock-keyword-face, font-lock-builtin-face)
18189 (font-lock-function-name-face, font-lock-variable-name-face)
18190 (font-lock-type-face, font-lock-constant-face)
18191 (font-lock-warning-face, font-lock-negation-char-face)
18192 (font-lock-preprocessor-face)
18193 (font-lock-regexp-grouping-backslash)
18194 (font-lock-regexp-grouping-construct): Rename :group from
18195 `font-lock-highlighting-faces' to `font-lock-faces'.
18196
18197 * cus-edit.el (lisp, c, tex):
18198 * progmodes/ada-mode.el (ada):
18199 * progmodes/asm-mode.el (asm):
18200 * progmodes/cperl-mode.el (cperl-faces):
18201 * progmodes/cpp.el (cpp):
18202 * progmodes/dcl-mode.el (dcl):
18203 * progmodes/f90.el (f90):
18204 * progmodes/fortran.el (fortran):
18205 * progmodes/icon.el (icon):
18206 * progmodes/idlwave.el (idlwave-misc):
18207 * progmodes/m4-mode.el (m4):
18208 * progmodes/make-mode.el (makefile):
18209 * progmodes/meta-mode.el (meta-font):
18210 * progmodes/modula2.el (modula2):
18211 * progmodes/octave-mod.el (octave):
18212 * progmodes/pascal.el (pascal):
18213 * progmodes/perl-mode.el (perl):
18214 * progmodes/prolog.el (prolog):
18215 * progmodes/ps-mode.el (PostScript-edit):
18216 * progmodes/scheme.el (scheme):
18217 * progmodes/sh-script.el (sh-script):
18218 * progmodes/simula.el (simula):
18219 * progmodes/tcl.el (tcl):
18220 * textmodes/nroff-mode.el (nroff):
18221 * textmodes/reftex-vars.el (reftex-fontification-configurations):
18222 * textmodes/sgml-mode.el (sgml):
18223 * textmodes/texinfo.el (texinfo):
18224 Add :link (custom-group-link font-lock-faces) to defgroup.
18225
18226 * hi-lock.el (hi-lock): Rename this defgroup from
18227 `hi-lock-interactive-text-highlighting'. Change parent group from
18228 `faces' to `font-lock'. Add link to the manual.
18229 (hi-lock-mode, hi-lock-file-patterns-range)
18230 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
18231 `hi-lock-interactive-text-highlighting' to `hi-lock'.
18232 (hi-lock-faces): Add :group `faces'.
18233
18234 * cus-edit.el (custom-variable-prompt): Clarify the code.
18235
18236 * faces.el (face-read-string): Set the default value arg of
18237 completing-read.
18238
18239 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
18240
18241 * rfn-eshadow.el (file-name-shadow-properties)
18242 (file-name-shadow-tty-properties, file-name-shadow-mode):
18243 Remove autoloads, because the file is now preloaded.
18244
18245 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * printing.el (easy-menu-intern): Don't define.
18248 (pr-get-symbol): Use easy-menu-intern only if defined.
18249
18250 * simple.el (blink-matching-open): Simplify a bit.
18251 (completion-setup-function): Fix the case of partial-completion-mode
18252 when the minibuffer's contents start with "-".
18253 Obey completion-base-size-function even when
18254 minibuffer-completing-file-name is non-nil.
18255
18256 2005-11-16 Richard M. Stallman <rms@gnu.org>
18257
18258 * net/eudcb-ph.el (eudc-ph-open-session):
18259 Use set-process-query-on-exit-flag.
18260
18261 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
18262
18263 * international/ucs-tables.el (ucs-set-table-for-input):
18264 Use make-local-variable, not make-variable-buffer-local.
18265
18266 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
18267 Improve warning message text.
18268
18269 * savehist.el (savehist-save-hook): Add :group.
18270
18271 * menu-bar.el (menu-bar-help-menu):
18272 Rename Find Extra Packages to External Packages.
18273
18274 * cus-edit.el (Custom-reset-standard): Verify that
18275 :custom-standard-value prop exists before calling it.
18276
18277 * apropos.el (apropos-calc-scores): Use apropos-pattern.
18278
18279 2005-11-16 Martin Rudalics <rudalics@gmx.at>
18280
18281 * wid-edit.el (color): Enclose %t in %{...%}.
18282
18283 * cus-edit.el (face): Enclose %t in %{...%}.
18284
18285 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
18286
18287 * savehist.el (savehist-mode-hook): Re-add the var.
18288 (savehist-mode): Use it.
18289
18290 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
18291
18292 * textmodes/flyspell.el: Fix commenting convention.
18293 Remove unnecessary leading * in custom docstrings.
18294 (flyspell-emacs): Remove unused var.
18295 (flyspell-delete-region-overlays): Use remove-overlays.
18296 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
18297 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
18298 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
18299 (flyspell-debug-signal-word-checked): Use with-current-buffer.
18300 (make-flyspell-overlay): Don't locally reuse a global name.
18301 (flyspell-highlight-incorrect-region)
18302 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
18303 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
18304 (flyspell-notify-misspell): Remove unused args `start' and `end'.
18305 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
18306 Wrap calls to accept-process-output inside with-local-quit since it's
18307 often called from a post-command-hook.
18308 (flyspell-correct-word, flyspell-auto-correct-word):
18309 Use ispell-send-string.
18310 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
18311
18312 * calendar/diary-lib.el (diary-list-entries): Also hide the
18313 terminating newline.
18314
18315 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
18316
18317 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
18318 window-system, to allow fonts on tty.
18319
18320 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
18321
18322 * progmodes/gud.el (gud-speedbar-item-info): New function.
18323 (gud-install-speedbar-variables): Use it to display data type
18324 of watch expression as a tooltip in speedbar.
18325
18326 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
18327
18328 * font-core.el (global-font-lock-mode): Add :version keyword,
18329 because default was changed.
18330
18331 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
18332
18333 * startup.el (command-line): Use `custom-reevaluate-setting' for
18334 `file-name-shadow-mode'.
18335
18336 * loadup.el: Preload rfn-eshadow.
18337
18338 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
18339 Add :version keyword.
18340 (file-name-shadow-properties, file-name-shadow-tty-properties)
18341 (file-name-shadow): Add :version keyword.
18342
18343 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
18344 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
18345 in the custom-group property of the symbol frames and the fringe
18346 group got no link to its parent group frames.
18347 Doc fix.
18348
18349 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18350
18351 * progmodes/gud.el (gud-stop-subjob): New function.
18352 (gud-menu-map, gud-tool-bar-map): Use it.
18353
18354 2005-11-16 Kim F. Storm <storm@cua.dk>
18355
18356 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
18357 than kill it.
18358 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
18359 to a more useful/logical place.
18360
18361 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18362
18363 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
18364 go buttons complementary.
18365
18366 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
18369 (rfn-eshadow-sifn-equal): New function.
18370 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
18371
18372 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
18373
18374 * viper-utils.el (viper-non-word-characters-reformed-vi):
18375 Quote `-' in string.
18376
18377 * viper.el (viper-emacs-state-mode-list): Ensure that
18378 rcirc-mode buffers come up in Emacs state.
18379
18380 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
18381 operation.
18382
18383 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
18384
18385 * term.el (term-termcap-format): Fix typos.
18386 (term-down): Fix the negative argument case.
18387
18388 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
18389
18390 * progmodes/gdb-ui.el: Remove face-alias left over from change on
18391 2005-08-15.
18392 (gdb-ann3): New command gud-go.
18393 (menu): Accomodate gdb-mi.el.
18394 (gdb-assembler-custom): Make buffer of selected window current
18395 so that set-window-point works.
18396
18397 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
18398 buttons and include new ones.
18399
18400 2005-11-16 Kim F. Storm <storm@cua.dk>
18401
18402 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
18403 (gud-menu-map): Use it.
18404
18405 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
18406
18407 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
18408 that works correctly for Custom and that does not override a user
18409 who disables it.
18410
18411 * help-mode.el (help-make-xrefs, help-xref-on-pp)
18412 (help-xref-interned, help-follow): Make hyperlinks for variables
18413 that are unbound, but have a non-nil variable-documentation property.
18414
18415 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
18416 mode hook. (It conflicted with defcustoms for some mode hooks.)
18417 Use the `variable-documentation' property to give the mode hook a
18418 docstring and expand that docstring.
18419
18420 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
18421
18422 * savehist.el (savehist-mode): Don't bother with
18423 `custom-set-minor-mode'.
18424 (savehist-coding-system): Check XEmacs version.
18425 (history-length): Declare also at run time.
18426 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
18427 Don't set the customize state.
18428 (savehist-minibuffer-hook): Special case for when
18429 minibuffer-history-variable is equal to t.
18430
18431 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
18432
18433 * files.el (write-file): Refresh VC status.
18434
18435 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
18436 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
18437 than fundamental-mode to see if the mode was set.
18438
18439 2005-11-14 Romain Francoise <romain@orebokech.com>
18440
18441 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
18442 dummy function in `eval-when-compile' to avoid compiler warning.
18443 Require `man' at compile time.
18444
18445 2005-11-14 Jay Belanger <belanger@truman.edu>
18446
18447 * calc-alg.el (calcFunc-write-out-power): Rename it to
18448 calcFunc-powerexpand.
18449 (math-write-out-power): Rename it to math-powerexpand; have it
18450 handle negative exponents.
18451 (calc-writeoutpower): Rename it to calc-powerexpand.
18452
18453 * calc-ext.el: Change calcFunc-writeoutpower and
18454 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
18455 autoloads.
18456 Add calcFunc-ldiv to autoloads.
18457
18458 * calc-arith.el (calcFunc-ldiv): New function.
18459
18460 * calc.el (calc-left-divide): New function.
18461
18462 2005-11-14 Juri Linkov <juri@jurta.org>
18463
18464 * cus-edit.el (custom-variable-prompt): Set the default value arg
18465 of completing-read.
18466
18467 * cus-dep.el (custom-make-dependencies): Reverse the list of
18468 found dependencies.
18469
18470 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
18471
18472 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
18473 Highlighting" entry, it is on by default now.
18474 (menu-bar-options-save): Do not save global-font-lock-mode.
18475
18476 2005-11-13 Richard M. Stallman <rms@gnu.org>
18477
18478 * textmodes/flyspell.el (flyspell-large-region):
18479 Call flyspell-accept-buffer-local-defs.
18480
18481 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
18482
18483 * textmodes/flyspell.el (flyspell-notify-misspell):
18484 Fix misspelling of "Misspelling".
18485 (flyspell-process-localwords): New function.
18486 (flyspell-large-region): Call flyspell-process-localwords and
18487 flyspell-delete-region-overlays.
18488 (flyspell-delete-region-overlays): New function.
18489 (flyspell-delete-all-overlays): Call that.
18490
18491 2005-11-13 Richard M. Stallman <rms@gnu.org>
18492
18493 * help.el (help-for-help-internal): Improve doc of C-h a.
18494 (describe-key): Improve prompt; doc fix.
18495
18496 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
18497
18498 * vc-svn.el (vc-svn-registered): Catch all errors.
18499
18500 * cus-dep.el (custom-make-dependencies): Typo.
18501
18502 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
18503
18504 * net/tramp-util.el (top): Fix compilation warning.
18505
18506 2005-11-13 Kim F. Storm <storm@cua.dk>
18507
18508 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
18509
18510 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18511
18512 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
18513 (gud-speedbar-buttons): Match on "const char *" too.
18514
18515 * progmodes/gdb-ui.el (gdb-var-create-handler)
18516 (gdb-var-list-children-handler): Match on "const char *" too.
18517 (gdb-var-evaluate-expression-handler): Match on empty string.
18518 (gdb-var-update-handler): Only call
18519 gdb-var-evaluate-expression-handler when required.
18520
18521 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
18522
18523 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
18524 selected window. This still doesn't work for speedbar.
18525 (gud-speedbar-buttons): Handle string expressions properly.
18526
18527 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
18528 (gdb-var-create-handler): Handle string expressions properly.
18529 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
18530 Handle string expressions properly. Move "type" field into regexp.
18531
18532 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18533
18534 * bookmark.el (bookmark-maybe-message): New function to reduce
18535 code duplication: invokes `message' iff baud-rate is high enough.
18536 (bookmark-write-file): Use above instead of an inline conditional.
18537 (bookmark-load): Same.
18538
18539 2005-11-12 Karl Fogel <kfogel@red-bean.com>
18540
18541 * bookmark.el (bookmark-write-file): Don't visit the destination
18542 file, just write the data to it using write-region. This is
18543 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
18544 change to avoid visiting the file in the first place.
18545
18546 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
18547
18548 * hi-lock.el (hi-lock-mode): Set the default value of
18549 font-lock-defaults.
18550
18551 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
18552
18553 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
18554 arg to `file-attributes'.
18555 (find-lisp-format): The UID and GID can now be strings.
18556
18557 2005-11-12 Kim F. Storm <storm@cua.dk>
18558
18559 * help.el (help-map): Bind C-h d to apropos-documentation.
18560
18561 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
18562 when point is at end-of-buffer.
18563
18564 * apropos.el (apropos-match-face): Doc fix.
18565 (apropos-sort-by-scores): Add new choice `verbose'.
18566 (apropos-documentation-sort-by-scores): New defcustom.
18567 (apropos-pattern): Now contains the pattern entered by the user.
18568 (apropos-pattern-quoted): New defvar.
18569 (apropos-regexp): New defvar, containing the regexp corresponding
18570 to apropos-pattern.
18571 (apropos-all-words-regexp): Rename from apropos-all-regexp.
18572 (apropos-read-pattern): New defun. Use it to read pattern arg in
18573 interactive calls; returns list of words for a word list, and
18574 string for a regexp.
18575 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
18576 parses a list of words or regexp as returned by apropos-read-pattern.
18577 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
18578 (apropos-score-doc): Return a very high score if the string
18579 entered by the user matches literally.
18580 (apropos-variable): Doc fix. Use apropos-read-pattern.
18581 (apropos-command): Doc fix. Use apropos-read-pattern and
18582 apropos-parse-pattern. Call apropos-print with nosubst=t.
18583 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
18584 apropos-parse-pattern.
18585 (apropos-documentation): Doc fix. Use apropos-read-pattern and
18586 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
18587 apropos-documentation-sort-by-scores. Call apropos-print with
18588 nosubst=t.
18589 (apropos-documentation-internal): Pass doc string through
18590 substitute-key-definition before adding text properties.
18591 Highlight substring matching literal user input if possible.
18592 (apropos-documentation-check-doc-file): Remove locals beg and end.
18593 Fix calculation of score (as added twice). Pass doc string through
18594 substitute-key-definition before adding text properties.
18595 (apropos-documentation-check-elc-file): Pass doc string through
18596 substitute-key-definition before adding text properties.
18597 Highlight substring matching literal user input if possible.
18598 (apropos-print): Add new arg NOSUBST; if set, command and variable
18599 doc strings have already been passed through substitute-key-definition.
18600 Add code to handle apropos-accumulator items without score element
18601 for backwards compatibility (e.g. with woman package).
18602 Only show scores if apropos-sort-by-scores is `verbose'.
18603
18604 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18605
18606 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
18607 Add jka-compr-load-suffixes to load-suffixes.
18608
18609 * jka-compr.el: Require jka-cmpr-hook.
18610 (jka-compr-info-compress-message, jka-compr-info-compress-program)
18611 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
18612 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
18613 (jka-compr-info-can-append, jka-compr-info-strip-extension)
18614 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
18615 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
18616 (jka-compr-uninstall): Remove entries from
18617 jka-compr-added-to-file-coding-system-alist after they are used.
18618 (jka-compr-error): Remove unused var `curbuf'.
18619 (jka-compr-file-local-copy): Remove unused var `notfound'.
18620
18621 2005-11-10 Romain Francoise <romain@orebokech.com>
18622
18623 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
18624
18625 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
18626
18627 * progmodes/gud.el (gud-menu-map): Move parentheses.
18628 (gdb): New command gud-pv.
18629
18630 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
18631
18632 * tar-mode.el: Remove spurious or unnecessary leading stars
18633 in docstrings.
18634 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
18635 (tar-parse-octal-integer-safe): Use mapc.
18636 (tar-header-block-summarize): Remove unused var `ck'.
18637 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
18638 cleared before. Obey default-enable-multibyte-characters.
18639 Use mapconcat. Simplify setting of tar-header-offset.
18640 (tar-mode-map): Move initialization inside delcaration.
18641 (tar-flag-deleted): Use `abs'.
18642 (tar-expunge-internal): Remove unused var `line'.
18643 (tar-expunge-internal): Don't hardcode point-min==1.
18644 (tar-expunge): Widen while doing set-buffer-multibyte.
18645 (tar-rename-entry): Use file-name-coding-system.
18646 (tar-alter-one-field): Don't hardcode point-min==1.
18647 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
18648 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
18649
18650 2005-11-10 Masatake YAMATO <jet@gyve.org>
18651
18652 * add-log.el (add-log-current-defun): Handle class::method
18653 notation of c++. Fix incorrect comment.
18654
18655 2005-11-10 Alan Mackenzie <acm@muc.de>
18656
18657 * help-fns.el (describe-variable): Make C-h v work when a variable
18658 has variable documentation yet is unbound.
18659
18660 2005-11-10 Masatake YAMATO <jet@gyve.org>
18661
18662 * man.el (Man-highlight-references): Set an empty
18663 string to `Man-arguments' if it is nil.
18664 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
18665
18666 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
18667
18668 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
18669 commenting conventions.
18670
18671 * cus-dep.el (custom-make-dependencies): Simplify.
18672 Better follow the commenting conventions.
18673
18674 2005-11-09 Richard M. Stallman <rms@gnu.org>
18675
18676 * apropos.el (apropos-pattern): Rename from apropos-regexp.
18677 (apropos-orig-pattern): Rename from apropos-orig-regexp.
18678 All uses changed.
18679 (apropos-rewrite-regexp): Doc fix.
18680 (apropos-variable, apropos-command, apropos, apropos-value):
18681 Change prompt; carry through the argument renaming.
18682
18683 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
18684
18685 * find-lisp.el: Require dired.
18686 (find-lisp-find-dired-internal): Do not call
18687 `abbreviate-file-name' on DIR.
18688
18689 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
18690
18691 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
18692
18693 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
18694
18695 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
18696 when using the speedbar.
18697 (gdb): New command gud-pp.
18698 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
18699
18700 2005-11-09 Juri Linkov <juri@jurta.org>
18701
18702 * replace.el (occur-excluded-properties): New defcustom.
18703 (occur-1, occur-engine, occur-accumulate-lines): Use it.
18704
18705 2005-11-08 Jay Belanger <belanger@truman.edu>
18706
18707 * calc/calc-units.el (math-convert-units): Replace any composite
18708 unit by its definition.
18709
18710 2005-11-08 Lars Hansen <larsh@soem.dk>
18711
18712 * emacs-lisp/autoload.el (update-directory-autoloads):
18713 Add obsolete function alias.
18714
18715 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
18716
18717 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18718 comment-indent-function.
18719 (lisp-comment-indent): Replace by an alias for comment-indent-default.
18720
18721 * reveal.el (reveal-post-command): Rework the handling of
18722 reveal-open-spots, so as to be more reliable. There were several
18723 tricky corner cases where an open spot might be lost, or where
18724 a closed spot might end up on the list of open spots.
18725 Only reveal text that's ellipsised.
18726
18727 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
18728
18729 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
18730
18731 2005-11-07 John Paul Wallington <jpw@gnu.org>
18732
18733 * ibuffer.el (ibuffer): Search iconified frames too when
18734 getting Ibuffer buffer's window.
18735
18736 2005-11-06 Richard M. Stallman <rms@gnu.org>
18737
18738 * progmodes/compile.el (compilation-internal-error-properties):
18739 save-excursion around the computation of MARKER.
18740
18741 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
18742
18743 * textmodes/flyspell.el (flyspell-external-point-words):
18744 flyspell-get-word returns a list, not just a string.
18745
18746 2005-11-06 John Paul Wallington <jpw@pobox.com>
18747
18748 * ibuffer.el (ibuffer): Search all visible frames when getting
18749 Ibuffer buffer's window.
18750
18751 2005-11-07 Masatake YAMATO <jet@gyve.org>
18752
18753 * man.el (Man-reference-regexp): Accept spaces between
18754 `Man-name-regexp' and `Man-section-regexp'.
18755 (Man-apropos-regexp): New variable.
18756 (Man-abstract-xref-man-page): Use value for `Man-target-string'
18757 if available.
18758 (Man-highlight-references, Man-highlight-references0):
18759 Handle the case when `Man-arguments' includes "-k".
18760 (Man-highlight-references0): Rename the argument `TARGET-POS' to
18761 `TARGET'. `TARGET' can be a number, function or nil.
18762
18763 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
18764
18765 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
18766 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
18767 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
18768 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
18769 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
18770 (gdb-send-item): Use buffer-local-value and simplify.
18771
18772 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
18773
18774 * startup.el (command-line): Use `custom-reevaluate-setting' for
18775 `global-font-lock-mode'.
18776
18777 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
18778 by default, except in batch mode or when the -D option is given.
18779
18780 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
18781 specified keyword args on to `define-minor-mode'. Update docstring.
18782
18783 2005-11-05 Romain Francoise <romain@orebokech.com>
18784
18785 * replace.el (occur-engine): Add marker at end of line, too.
18786
18787 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
18788
18789 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
18790 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
18791 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
18792 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
18793 argument to all these routines, so the passphrase can be managed
18794 externally and passed in to the system.
18795 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
18796 pgg-add-passphrase-to-cache function.
18797
18798 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
18799 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
18800 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
18801 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
18802 argument to all these routines, so the passphrase can be managed
18803 externally and passed in to the system.
18804 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
18805 function.
18806
18807 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
18808
18809 * font-lock.el: Don't deal with font-lock-face-attributes here,
18810 move the code ...
18811
18812 * startup.el (command-line): ... here. Use face-spec-set instead
18813 of custom-declare-face.
18814
18815 * faces.el (face-spec-set): Reset the face if spec is not nil.
18816
18817 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
18818
18819 * newcomment.el (comment-region-internal): Box more tightly in the
18820 common case where there's no TAB in the boxed text.
18821
18822 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18823
18824 * info.el (info-tool-bar-map): Use images prev-node, next-node and
18825 up-node.
18826
18827 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
18828
18829 * newsticker.el: Commentary updated. Code formatting changed.
18830 (newsticker-version): Change to "1.9".
18831 (newsticker, newsticker-feed): Doc fix.
18832 (newsticker-url-list): Doc fix. Add option "Weekly".
18833 (newsticker-retrieval-interval): Add option "Weekly".
18834 (newsticker-headline-processing): Doc fix.
18835 (newsticker-auto-mark-filter): Remove.
18836 (newsticker-auto-mark-filter-list): New.
18837 (newsticker-layout, newsticker-sort-method): Doc fix.
18838 (newsticker-hide-old-items-in-newsticker-buffer)
18839 (newsticker-heading-format, newsticker-item-format)
18840 (newsticker-desc-format): Doc fix.
18841 (newsticker-show-all-rss-elements): Remove.
18842 (newsticker-show-all-news-elements): New.
18843 (newsticker-faces, newsticker-ticker): Doc fix.
18844 (remove-from-invisibility-spec): Code formatting.
18845 (newsticker--process-ids): New.
18846 (newsticker-mode): Doc fix.
18847 (newsticker-mode): Change mode-line-format.
18848 (newsticker-start): Remove debug output.
18849 (newsticker-start-ticker): Doc fix. Add autoload cookie.
18850 (newsticker-w3m-show-inline-images): Code formatting.
18851 (newsticker-next-item): Call `force-mode-line-update'.
18852 (newsticker-previous-item): Call `force-mode-line-update'.
18853 (newsticker-next-feed): Call `force-mode-line-update'.
18854 (newsticker-previous-feed): Call `force-mode-line-update'.
18855 (newsticker-mark-all-items-at-point-as-read): Code formatting.
18856 (newsticker-show-old-items): Do not show descs.
18857 (newsticker-hide-entry): Hide too much.
18858 (newsticker-hide-entry, newsticker-show-entry)
18859 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
18860 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
18861 (newsticker-toggle-auto-narrow-to-item): Code formatting.
18862 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
18863 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
18864 (newsticker-get-news): Call `force-mode-line-update'.
18865 Collect process ids.
18866 (newsticker--sentinel): Change coding system handling.
18867 Move image retrieval to new functions newsticker--get-logo-url-*.
18868 Move feed parsing to new functions newsticker--parse-*.
18869 Update list of process ids.
18870 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
18871 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
18872 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
18873 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
18874 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
18875 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
18876 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
18877 (newsticker--decode-coding-string): Remove.
18878 (newsticker--decode-numeric-entities): Check input. Format code.
18879 (newsticker--remove-whitespace): Check input.
18880 (newsticker--do-forget-preformatted): Doc fix.
18881 (newsticker--decode-rfc822-date): Allow for missing time.
18882 (newsticker--update-process-ids): New.
18883 (newsticker--image-sentinel): Change comment.
18884 (newsticker--image-read): Change error message.
18885 (newsticker--imenu-goto): Doc fix. Show headline title.
18886 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
18887 (newsticker--buffer-do-insert-text): Clean whitespace in
18888 html-rendered headline title. Code formatting.
18889 Call `newsticker--buffer-print-extra-elements'.
18890 (newsticker--buffer-print-extra-element): Remove.
18891 (newsticker--buffer-print-extra-elements): New.
18892 (newsticker--buffer-do-print-extra-element): New.
18893 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
18894 large sizes.
18895 (newsticker--run-auto-mark-filter)
18896 (newsticker--do-run-auto-mark-filter):
18897 Use `newsticker-auto-mark-filter-list'.
18898
18899 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
18900
18901 * net/rcirc.el: Use split-string OMIT-NULLS argument.
18902 (rcirc-print): Force redisplay before running hooks. Do long
18903 buffer truncation after making new text read-only. Deal with nil
18904 text when decoding strings. If TARGET is nil, use either the
18905 currently selected buffer, if it is an rcirc buffer and of the
18906 same process or the process buffer.
18907 (rcirc-mode): Remove header-line. Recompute short buffer names.
18908 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
18909 (rcirc-short-buffer-name): Add variable.
18910 (rcirc-kill-buffer-hook): Recompute short buffer names.
18911 Remove nick from private channel.
18912 (rcirc-send-input): Send command text to current-buffer.
18913 Don't clear overlay arrow here.
18914 (rcirc-short-buffer-name): Return a short buffer name.
18915 (rcirc-update-short-buffer-names, rcirc-abbreviate)
18916 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
18917 buffer-name abbreviations.
18918 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
18919 Do not touch nick-table when killing a parted channel.
18920 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
18921 Clear arrow from current buffer if it is now hidden.
18922 (rcirc-current-buffer): Add variable.
18923 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
18924 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
18925 Remove -face from names.
18926 (rcirc-update-activity-string): Print "DND" when globally ignoring
18927 activity.
18928 (rcirc-ignore-buffer-activity-flag): Rename from
18929 rcirc-ignore-channel-activity.
18930 (rcirc-ignore-all-activity-flag): Doc fix.
18931 (rcirc-channels): Remove variable.
18932 (rcirc-kill-buffer-hook):
18933 (rcirc-get-buffer-create): Add nick to private channel.
18934 (rcirc-multiline-edit-submit): Remove tabs.
18935 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
18936 folded.
18937 (rcirc-remove-nick-channel): Bug fix.
18938 (rcirc-toggle-ignore-buffer-activity): Rename from
18939 rcirc-toggle-ignore-channel-activity.
18940 (rcirc-record-activity): Add buffers to the front of the list.
18941 (rcirc-update-activity): Remove killed buffers from list.
18942 (rcirc-process-server-response-1): Remove last argument if it is
18943 null before calling handler.
18944 (rcirc): Add "rcirc" defcustom prefix.
18945 (rcirc-prompt): Simplify default prompt.
18946 Use custom-initialize-default.
18947 (rcirc-private-chats): Remove variable.
18948 (rcirc-prompt): Change initialization.
18949 (rcirc-version): Remove function.
18950 (rcirc-id-string): Add constant.
18951 (rcirc-last-buffer): Remove variable.
18952 (rcirc-buffer-alist): Add variable.
18953 (rcirc-connect): Update variable setup.
18954 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
18955 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
18956 default.
18957 (rcirc-handler-generic): Trigger activity.
18958 (rcirc-send-message): Create the buffor of the target.
18959 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
18960 (rcirc-get-buffer): Just return nil if there is no matching buffer.
18961 (rcirc-multiline-edit-cancel): Remove function.
18962 (rcirc-set-last-buffer): Remove function.
18963 (rcirc-get-any-buffer): Add function.
18964 (rcirc-join-channels): Don't print /join text.
18965 (rcirc-toggle-ignore-channel-activity): Add and update echo area
18966 messages.
18967 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
18968 (rcirc-handler-NOTICE): Recognize CTCP responses.
18969 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
18970 constructing TOPIC string for buffers we are not JOINed.
18971 (rcirc-handler-CTCP-response): Add handler.
18972 (rcirc-multiline-edit-submit): Restore the window-configuration
18973 before adjusting point.
18974 (rcirc): Add customization group.
18975 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
18976 (rcirc-user-full-name, rcirc-startup-channels-alist)
18977 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
18978 (rcirc-ignore-all-activity-flag, rcirc-time-format)
18979 (rcirc-input-ring-size, rcirc-read-only-flag)
18980 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
18981 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
18982 Change defvar to defcustom.
18983 (rcirc-update-prompt): Add optional ALL arg, which will update
18984 prompts in all rcirc buffers. Regexp quote replacement text.
18985 (rcirc-fill-column): Accept frame-width as a value.
18986 (rcirc-set-changed): Add function.
18987 (rcirc-next-active-buffer): Write more meaningful messages.
18988 (rcirc-faces): Add customization group.
18989 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
18990 (rcirc-nick-in-message-face, rcirc-prompt-face)
18991 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
18992 (with-rcirc-process-buffer): Move before first usage.
18993 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
18994 (rcirc-debug-flag): Rename from `rcirc-log-p'.
18995 (rcirc-debug): Rename from `rcirc-log'.
18996 (rcirc-format-response-string): Do not print `-' chars for a
18997 NOTICE with no sender. Simplify output of server responses.
18998
18999 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19000
19001 (rcirc-browse-url-map, rcirc-browse-url-at-point)
19002 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
19003 Make urls mouse and RET clickable.
19004
19005 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
19006
19007 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
19008
19009 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
19010
19011 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
19012 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19013 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19014 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19015 argument to all these routines, so the passphrase can be managed
19016 externally and passed in to the system.
19017 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
19018 pgg-add-passphrase-to-cache function.
19019
19020 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
19021 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
19022 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
19023 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
19024 argument to all these routines, so the passphrase can be managed
19025 externally and passed in to the system.
19026 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
19027 function.
19028
19029 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
19030
19031 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
19032 from goto-address-url-regexp.
19033
19034 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
19035
19036 * textmodes/org.el (org-read-date, org-goto-calendar)
19037 (org-recenter-calendar, org-agenda-goto-calendar):
19038 Temporarily clear `calendar-move-hook'.
19039
19040 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
19041
19042 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
19043 merging.
19044
19045 * ediff-util.el (ediff-previous-difference): Don't skip regions that
19046 have merge clashes.
19047
19048 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19049
19050 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19051 Undo previous change.
19052
19053 * startup.el (command-line): Use `custom-reevaluate-setting' for
19054 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
19055 tty-register-default-colors on Mac.
19056
19057 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19058
19059 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
19060 (gdb-buffer-type): Make it automatically buffer local...
19061 (gdb-get-create-buffer): ...and set it accordingly.
19062 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
19063 actually work.
19064
19065 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
19066
19067 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
19068 not red.
19069
19070 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
19071
19072 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
19073 case GUD buffer is not visible.
19074 (gdb-goto-breakpoint): Try to force display in source buffer.
19075 (gdb-frame-gdb-buffer): Copy other similar functions.
19076 (gdb-restore-windows): Don't display source if not asked for.
19077 (gdb-assembler-buffer-name): Don't capitalise.
19078
19079 2005-11-03 Richard M. Stallman <rms@gnu.org>
19080
19081 * wid-edit.el (key-sequence): New widget type.
19082
19083 * simple.el (set-mark-command-repeat-pop): New variable.
19084 (set-mark-command): Only interpret plan C-@ after a pop as a pop
19085 if set-mark-command-repeat-pop is true.
19086
19087 * info.el (Info-fontify-node): Don't display extra "see" if there
19088 already is one here.
19089
19090 * mouse.el: Fix special handling of DEL after dragging a region:
19091 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
19092 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
19093
19094 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
19095
19096 * textmodes/ispell.el (ispell-command-loop): Change `i' description
19097 not to assume it pertains to an affix.
19098
19099 * textmodes/flyspell.el (flyspell-post-command-hook):
19100 Bind deactivate-mark to prevent deactivation.
19101
19102 2005-11-03 Lars Hansen <larsh@soem.dk>
19103
19104 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
19105 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
19106 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
19107
19108 2005-11-03 Romain Francoise <romain@orebokech.com>
19109
19110 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
19111 Update copyright years.
19112
19113 2005-11-03 Sam Steingold <sds@gnu.org>
19114
19115 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
19116 Use system-type instead of window-system because window-system is not
19117 correctly defined during loadup.
19118
19119 2005-11-02 Mark A. Hershberger <mah@everybody.org>
19120
19121 * xml.el (xml-syntax-table): Allow xml.el to compile in XEmacs.
19122 (xml-parse-tag): Join strings separated by a comment properly.
19123
19124 2005-11-02 Andreas Schwab <schwab@suse.de>
19125
19126 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
19127
19128 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
19131 (byte-optimize-pure-func): Quote the eval'd value.
19132
19133 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
19134 Rename from perl-font-lock-syntactic-face-function.
19135 Change the calling convention so it can be used as a font-lock MATCHER.
19136 Do the parse-partial-sexp loop outselves.
19137 (perl-font-lock-syntactic-keywords): Use it.
19138 (perl-mode): Don't set font-lock-syntactic-face-function any more.
19139
19140 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
19141
19142 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
19143 disassembly buffer too.
19144 (gdb-exited): Remove overlay arrows when execution has finished.
19145 (gdb-info-frames-custom, gdb-info-threads-custom)
19146 (gdb-info-registers-custom): Don't add inappropriate text
19147 properties if inferior is not active.
19148
19149 2005-11-02 Glenn Morris <rgm@gnu.org>
19150
19151 * progmodes/fortran.el (fortran-blink-match):
19152 Use `blink-matching-delay'.
19153
19154 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
19155
19156 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
19157
19158 2005-11-02 Lars Hansen <larsh@soem.dk>
19159
19160 * net/tramp.el (tramp-action-out-of-band): Handle scp message
19161 "Permission denied".
19162
19163 2005-11-01 Richard M. Stallman <rms@gnu.org>
19164
19165 * textmodes/flyspell.el (flyspell-external-point-words):
19166 Pass nil to flyspell-get-word.
19167
19168 2005-11-02 Kim F. Storm <storm@cua.dk>
19169
19170 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
19171 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
19172
19173 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19174
19175 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
19176 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
19177 (calendar-mouse-print-dates): Add optional `event' argument.
19178 Update interactive-spec.
19179 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
19180 Use `calendar-event-to-date' instead of `event'.
19181
19182 2005-11-02 Masatake YAMATO <jet@gyve.org>
19183
19184 * progmodes/ld-script.el (ld-script-builtins):
19185 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
19186 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
19187 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
19188
19189 2005-11-01 Romain Francoise <romain@orebokech.com>
19190
19191 * vc-sccs.el: Update copyright year.
19192 * ezimage.el: Likewise.
19193
19194 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
19195
19196 * info.el (Info-fontify-node): Use `string-width' for fontifying
19197 underlined titles.
19198
19199 2005-11-01 Juri Linkov <juri@jurta.org>
19200
19201 * info.el (Info-fontify-node): Downcase node header keywords Node,
19202 Prev, Next, Up before comparison.
19203 (Info-history): Insert absolute directory name, and put invisible
19204 property on it.
19205
19206 2005-11-01 Juri Linkov <juri@jurta.org>
19207
19208 * info.el (Info-file-supports-index-cookies): New variable.
19209 (Info-find-node-2): Check makeinfo version for index cookie support.
19210 (Info-index-nodes): Search for nodes with index cookies only when
19211 Info-file-supports-index-cookies is t. Otherwise, search nodes
19212 with "Index" in the node name.
19213 (Info-index-node): Search index cookie in the current node only when
19214 Info-file-supports-index-cookies is t. Otherwise, check the word
19215 "Index" in the node name.
19216 (Info-find-emacs-command-nodes): Remove code that searches nodes
19217 with "Index" node name in the top menu.
19218
19219 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
19220
19221 * progmodes/scheme.el (scheme-mode-variables): Use the default
19222 comment-indent-function.
19223
19224 * faces.el (face-attribute): Handle the case where a face inherits from
19225 a non-existent face.
19226
19227 * simple.el (eval-expression-print-format): Use lisp-readable syntax
19228 for octal and hexa output, and merge the char into the paren.
19229 (kill-new): Use push.
19230 (copy-to-buffer): Use with-current-buffer.
19231 (completion-setup-function): Move code in loop to remove redundancy.
19232 (minibuffer-local-must-match-map): Don't add bindings that duplicate
19233 those inherited from minibuffer-local-completion-map.
19234
19235 * savehist.el (savehist-mode) <defcustom>:
19236 Use custom-set-minor-mode if available.
19237 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
19238 and emit a message if applicable.
19239
19240 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
19241
19242 * savehist.el: Sync up to version 19.
19243 (savehist-mode): New minor mode.
19244 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
19245 (savehist-length): Remove (use history-length instead).
19246 (savehist-file-modes): Rename from savehist-modes.
19247 (savehist-save-hook, savehist-loaded): New vars.
19248 (savehist-load): Use savehist-mode. Try to smooth up transition from
19249 old format to new format.
19250 (savehist-install): Allow savehist-autosave-interval to be nil.
19251 (savehist-save): Run the new hook. Be more careful to only trim the
19252 history variables.
19253 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
19254 (savehist-printable): Print into a buffer rather than char-by-char.
19255
19256 2005-11-01 John Wiegley <johnw@newartisans.com>
19257
19258 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
19259 toggle-ignore keybinding (C-a). The author said it had been
19260 disabled much earlier due to a possible incompatibility, but after
19261 many months of usage I have encountered no problems (and it is a
19262 rather useful option, especially for switching to " *temp*").
19263
19264 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
19265 support for OS/X's AddressBook, by calling out to the open source
19266 program "contacts" (installable through Fink).
19267
19268 * net/eudc.el (eudc-expand-inline): If the
19269 `eudc-multiple-match-handling-method' is set to `all', delete the
19270 query string before inserting the query result.
19271
19272 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
19273 flag, to prevent Eshell from using the system ls when
19274 `eshell-ls-insert-directory' is in used.
19275 (eshell-ls-insert-directory): Disable font-lock in directory
19276 buffer so that Eshell's own fontification is seen. This broke
19277 recently due to changes in font-lock, so this goes back to version
19278 21 behavior.
19279
19280 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
19281
19282 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
19283 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
19284 (gdb-many-windows): Doc fix.
19285
19286 2005-10-31 Romain Francoise <romain@orebokech.com>
19287
19288 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
19289
19290 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
19291
19292 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
19293 that global-font-lock-mode can be enabled by default.
19294
19295 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
19296 (font-lock-add-keywords, font-lock-remove-keywords)
19297 (font-lock-fontify-buffer): Remove autoload cookies.
19298
19299 * jit-lock.el (jit-lock-register): Likewise.
19300
19301 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
19302
19303 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19304
19305 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
19306 intact if there is no gud-comint-buffer.
19307
19308 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
19309
19310 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
19311 old prompt comint-prompt-read-only is t and GDB commands are
19312 issued from tool bar etc.
19313
19314 2005-10-31 Masatake YAMATO <jet@gyve.org>
19315
19316 * vc.el (vc-directory-exclusion-list): Add "{arch}".
19317
19318 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
19319
19320 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
19321 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
19322
19323 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
19324
19325 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
19326 starting at beginning of line. Fontification is messed up when
19327 `open-paren-in-column-0-is-defun-start' set to t.
19328 Reported by John Paul Wallington <jpw@pobox.com>.
19329
19330 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
19331
19332 * comint.el (comint-send-input): Call `comint-update-fence' when
19333 `comint-process-echoes' and `comint-prompt-read-only' are both
19334 non-nil, to avoid leftover read-only newline.
19335
19336 2005-10-30 Richard M. Stallman <rms@gnu.org>
19337
19338 * textmodes/flyspell.el (flyspell-external-point-words):
19339 Detect when WORD can't be checked properly because
19340 flyspell-get-word finds just part of it, and move on.
19341
19342 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
19343 boundarychar for Polish.
19344 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
19345 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
19346
19347 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
19348
19349 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
19350 (gdb-registers-font-lock-keywords): Delete.
19351 (gdb-registers-mode): Don't fontify.
19352 (gdb-info-registers-custom): Use text properties instead as, in
19353 future, changed register values will use font-lock-warning-face.
19354 (gdb-local-font-lock-keywords): Rename to...
19355 (gdb-locals-font-lock-keywords): ...for consistency.
19356
19357 2005-10-30 Andre Spiegel <spiegel@gnu.org>
19358
19359 * vc.el (vc-switch-backend): Better error message if the buffer is
19360 not visiting a file under version control.
19361
19362 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
19363
19364 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
19365
19366 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
19367 ~/.emacs.d/.emacs.
19368
19369 2005-10-29 Richard M. Stallman <rms@gnu.org>
19370
19371 * replace.el (occur-mode-mouse-goto): Always go to other window.
19372 (occur-mode-goto-occurrence): Always switch in same window.
19373
19374 * simple.el (undo): Display message at end, not at start.
19375
19376 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
19377 New arg REUSE-CELL.
19378 (cancel-timer-internal): New function.
19379 (timer-event-handler): Use cancel-timer-internal,
19380 and pass the cell it returns to timer-activate...
19381
19382 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
19383 (jit-lock-deferred-fontify, jit-lock-context-fontify)
19384 (jit-lock-after-change): Test memory-full.
19385
19386 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19387
19388 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19389 part of the decoded armor to find the key-identifier.
19390 (pgg-gpg-lookup-key-owner): New function to return the
19391 human-readable identifier of a key owner.
19392 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19393 key itself.
19394 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19395 the key value) if we have a key and can match it against a secret
19396 key. Also, added a note pointing out fact that the prompt only
19397 indicates the first matching key.
19398
19399 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19400 pgg-decrypt-region.
19401 (pgg-pending-timers): A new hash for tracking the passphrase cache
19402 timers, so that new ones supercede old ones.
19403 (pgg-add-passphrase-to-cache): Rename from
19404 `pgg-add-passphrase-cache' to reduce confusion (all callers
19405 changed). Modified to cancel old timers when new ones are added.
19406 (pgg-remove-passphrase-from-cache): Rename from
19407 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19408 changed). Modified to cancel old timers when their keys are
19409 removed from the cache.
19410 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19411 XEmacs, an indirection to delete-itimer.
19412 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19413 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19414 users can only check cache without risk of prompting. Correct bug in
19415 notruncate behavior.
19416 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19417 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19418 Add informative docstrings.
19419 (pgg-decrypt): Convey provided passphrase in subordinate call to
19420 pgg-decrypt-region.
19421
19422 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19423 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19424 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19425 `passphrase' argument, so the passphrase can be managed externally
19426 and then passed in to the system.
19427
19428 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19429 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19430 so the passphrase cache can be used reliably with identifiers
19431 besides a pgp packet's key id.
19432
19433 * pgg-gpg.el (pgg-pgp-encrypt-region)
19434 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19435 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19436 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19437 argument to all these routines, so the passphrase can be managed
19438 externally and passed in to the system.
19439
19440 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19441 `notruncate' argument, so the passphrase cache can be used
19442 reliably with identifiers besides a pgp packet's key id.
19443
19444 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19445
19446 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19447 symmetric encryption.
19448 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19449 encrypted session key.
19450 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19451 message ask for the passphrase in a proper way.
19452
19453 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19454 New user commands for symmetric encryption.
19455
19456 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
19457
19458 * textmodes/conf-mode.el (conf-assignment-sign)
19459 (conf-assignment-regexp): Fix docstrings.
19460 (conf-mode-initialize): New function.
19461 (conf-mode): Remove optional args. Use delay-mode-hooks to
19462 recognize recursive calls.
19463 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
19464 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
19465 (conf-xdefaults-mode): Use define-derived-mode and
19466 conf-mode-initialize.
19467
19468 2005-10-29 Romain Francoise <romain@orebokech.com>
19469
19470 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
19471
19472 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
19473
19474 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
19475 part of the decoded armor to find the key-identifier.
19476 (pgg-gpg-lookup-key-owner): New function to return the
19477 human-readable identifier of a key owner.
19478 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
19479 key itself.
19480 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
19481 the key value) if we have a key and can match it against a secret
19482 key. Also, added a note pointing out fact that the prompt only
19483 indicates the first matching key.
19484
19485 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
19486 pgg-decrypt-region.
19487 (pgg-pending-timers): A new hash for tracking the passphrase cache
19488 timers, so that new ones supercede old ones.
19489 (pgg-add-passphrase-to-cache): Rename from
19490 `pgg-add-passphrase-cache' to reduce confusion (all callers
19491 changed). Modified to cancel old timers when new ones are added.
19492 (pgg-remove-passphrase-from-cache): Rename from
19493 `pgg-remove-passphrase-cache' to reduce confusion (all callers
19494 changed). Modified to cancel old timers when their keys are
19495 removed from the cache.
19496 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
19497 XEmacs, an indirection to delete-itimer.
19498 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
19499 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
19500 users can only check cache without risk of prompting. Correct bug in
19501 notruncate behavior.
19502 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
19503 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19504 Add informative docstrings.
19505 (pgg-decrypt): Convey provided passphrase in subordinate call to
19506 pgg-decrypt-region.
19507
19508 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
19509
19510 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
19511 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
19512 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
19513 `passphrase' argument, so the passphrase can be managed externally
19514 and then passed in to the system.
19515
19516 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
19517 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
19518 so the passphrase cache can be used reliably with identifiers
19519 besides a pgp packet's key id.
19520
19521 * pgg-gpg.el (pgg-pgp-encrypt-region)
19522 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
19523 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
19524 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
19525 argument to all these routines, so the passphrase can be managed
19526 externally and passed in to the system.
19527
19528 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
19529 `notruncate' argument, so the passphrase cache can be used
19530 reliably with identifiers besides a pgp packet's key id.
19531
19532 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
19533
19534 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
19535 symmetric encryption.
19536 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
19537 encrypted session key.
19538 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
19539 message ask for the passphrase in a proper way.
19540
19541 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
19542 New user commands for symmetric encryption.
19543
19544 2005-10-28 Bill Wohler <wohler@newt.com>
19545
19546 * help-mode.el (help-url): New button type. Calls browse-url.
19547 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
19548 Similar to Info nodes: URL `url'.
19549 (help-make-xrefs): Create help-url buttons for
19550 help-xref-url-regexp matches.
19551
19552 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
19553
19554 * tool-bar.el (tool-bar-add-item-from-menu)
19555 (tool-bar-local-item-from-menu): Fix doc strings.
19556
19557 2005-10-28 Romain Francoise <romain@orebokech.com>
19558
19559 * ldefs-boot.el: Update.
19560
19561 * subr.el (locate-library): Move from help-fns.el.
19562 * help-fns.el (locate-library): Move to subr.el.
19563
19564 2005-10-28 Richard M. Stallman <rms@gnu.org>
19565
19566 * net/tramp.el (tramp-completion-mode): defvar moved up.
19567
19568 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
19569
19570 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
19571
19572 * files.el (find-file-noselect): Use %d to format large file size.
19573
19574 * bindings.el (mode-line-format): Add %e.
19575
19576 * loadup.el ("facemenu"): Load unconditionally.
19577 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
19578 ("x-dnd"): Load, when appropriate.
19579
19580 * startup.el (command-line): Call before-init-hook earlier.
19581 Warn about some bad characters in -u user name.
19582
19583 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
19584 (flyspell-external-point-words): Error if misspelled word is not found.
19585 Set flyspell-large-region-beg at end of word.
19586
19587 2005-10-28 Andreas Schwab <schwab@suse.de>
19588
19589 * view.el (View-revert-buffer-scroll-page-forward):
19590 Use view-page-size-default.
19591
19592 2005-10-28 Juri Linkov <juri@jurta.org>
19593
19594 * international/quail.el (quail-get-current-str): Translate last
19595 raw character for deterministic input methods.
19596
19597 2005-10-27 Jay Belanger <belanger@truman.edu>
19598
19599 * calc/calc-ext.el: Add functions to autoloads.
19600 (math-identity-matrix-p, math-ident-row-p): New functions.
19601
19602 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
19603 multiplication by an identity matrix; don't turn multiplication by
19604 an inverse matrix into division.
19605 (math-div-symbol-fancy): Replace division by matrices with
19606 multiplication by inverse.
19607
19608 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
19609
19610 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
19611 (calc-writeoutpower): New functions.
19612
19613 2005-10-27 Romain Francoise <romain@orebokech.com>
19614
19615 * replace.el (occur-engine): Include colon in mouse-face highlight.
19616
19617 * dired-x.el: Change Maintainer field.
19618
19619 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
19620
19621 * longlines.el (longlines-mode): Bind after-change-functions to
19622 nil during initial decoding and final encoding.
19623
19624 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
19625
19626 * term.el (term-emulate-terminal, term-handle-colors-array)
19627 (term-handle-ansi-escape): Specify the terminfo capabilities
19628 implemented.
19629
19630 2005-10-26 Richard M. Stallman <rms@gnu.org>
19631
19632 * info.el (Info-fontify-node): Fix detection of sentence-break
19633 before *Note.
19634
19635 2005-10-26 Romain Francoise <romain@orebokech.com>
19636
19637 * smerge-mode.el: Add `tools' to file keywords.
19638
19639 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
19640
19641 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
19642 when the fringe is not available.
19643
19644 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
19645 (def-gdb-auto-update-trigger): Simplify construction.
19646 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
19647 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
19648 defined explicitly.
19649 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
19650 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
19651 defined explicitly.
19652 (gdb-info-locals-custom): Remove as it's a no-op.
19653
19654 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
19655
19656 * longlines.el (longlines-mode): Remove narrowing before
19657 performing the initial decoding or final encoding.
19658
19659 2005-10-25 Romain Francoise <romain@orebokech.com>
19660
19661 * emacs-lisp/find-func.el (find-library-name): Also strip
19662 extension if library name ends in .el, to take advantage of
19663 `find-library-suffixes'.
19664
19665 2005-10-25 Richard M. Stallman <rms@gnu.org>
19666
19667 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
19668
19669 2005-10-25 Juri Linkov <juri@jurta.org>
19670
19671 * textmodes/texinfo.el (texinfo-mode): Change charset of one
19672 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
19673
19674 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19675
19676 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
19677 (blackbox-redefine-key): Add argument `map'.
19678
19679 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
19680 regions when moving the jit-lock-context-unfontify-pos boundary.
19681
19682 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
19683
19684 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
19685
19686 2005-10-25 Masatake YAMATO <jet@gyve.org>
19687
19688 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
19689
19690 2005-10-25 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
19691
19692 * play/blackbox.el (blackbox-redefine-key): New function.
19693 (blackbox-mode-map): Use it to remap existing bindings for cursor
19694 motion instead of binding literal keys.
19695
19696 2005-10-25 Glenn Morris <rgm@gnu.org>
19697
19698 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
19699 diary does not end in a newline. Do not assume a blank line at
19700 the start of the diary file.
19701
19702 2005-10-25 Kenichi Handa <handa@m17n.org>
19703
19704 * international/quail.el (quail-translate-key): If the input
19705 method is deterministic and failed to handle the last key, restart
19706 the key handling loop from an appropriate key.
19707
19708 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
19709
19710 * vc.el (vc-dired-mode): Extend comment for binding of
19711 `directory-listing-before-filename-regexp'.
19712
19713 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
19714
19715 * textmodes/texinfo.el (texinfo-mode):
19716 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
19717 not to unnecessarily expose emacs-mule's internal char codes.
19718
19719 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
19720
19721 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
19722 Display hand pointer and help-echo on disabled icon too.
19723 (gdb-mouse-until): New function.
19724 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
19725
19726 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
19727
19728 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
19729 with 2005-10-23 change to doctor.el.
19730
19731 * finder.el (finder-mode-map): Add follow-link binding.
19732
19733 2005-10-25 Kim F. Storm <storm@cua.dk>
19734
19735 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
19736 to gdb-mouse-toggle-breakpoint-fringe.
19737 (gdb-mouse-toggle-breakpoint-margin): Rename from
19738 gdb-mouse-toggle-breakpoint. Fix doc.
19739 (gdb-mouse-toggle-breakpoint-fringe): New defun.
19740 (gdb-put-string): Add optional SPROPS arg. Add props to string.
19741 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
19742 string properties also for fringe breakpoint bitmaps.
19743
19744 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
19745
19746 * textmodes/org.el (org-start-icalendar-file): Fix format form.
19747
19748 2005-10-25 Masatake YAMATO <jet@gyve.org>
19749
19750 * simple.el (completion-common-substring):
19751 Use `completion-common-substring' prior to `completion-base-size'.
19752
19753 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
19754
19755 * savehist.el: Require CL while compiling.
19756 (savehist-history-variables): Remove.
19757 (savehist-save-minibuffer-history, savehist-additional-variables)
19758 (savehist-minibuffer-history-variables): New vars.
19759 (savehist-save): Use them.
19760 (savehist-uninstall, savehist-minibuffer-hook): New funs.
19761 (savehist-install): New fun, extracted from savehist-load.
19762 (savehist-load): Use them.
19763
19764 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19765
19766 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
19767 a dummy doc-string-elt property.
19768 (defalias, defvaralias, define-category): Add a docstring property.
19769
19770 * image.el (defimage):
19771 * widget.el (define-widget):
19772 * custom.el (defface, defcustom): Add `doc-string' declaration.
19773
19774 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
19775 (defadvice): Add `doc-string' declaration.
19776
19777 * emacs-lisp/byte-run.el (macro-declaration-function):
19778 Handle `doc-string' declarations.
19779 (define-obsolete-function-alias, define-obsolete-variable-alias):
19780 Add `doc-string' declaration.
19781
19782 2005-10-24 Kenichi Handa <handa@m17n.org>
19783
19784 * international/utf-7.el (utf-7): Add autoload cookie.
19785
19786 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
19787
19788 2005-10-24 Eli Zaretskii <eliz@gnu.org>
19789
19790 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
19791 list of directories passed to batch-update-autoloads. Add "." to
19792 the list of the echoed directories.
19793
19794 * pgg-def.el:
19795 * pgg-gpg.el:
19796 * pgg-parse.el:
19797 * pgg-pgp.el:
19798 * pgg-pgp5.el:
19799 * pgg.el: Moved here from the gnus subdirectory.
19800
19801 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
19802
19803 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
19804 in case comint-prompt-read-only is set to t.
19805
19806 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
19807 in case comint-prompt-read-only is set to t.
19808
19809 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
19810
19811 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
19812 Now a string.
19813 (icalendar-import-format): Handle CLASS, STATUS, URL.
19814 Rename `subject' to `summary'.
19815 (icalendar-import-format-summary): Rename from
19816 `icalendar-import-format-subject'.
19817 (icalendar-import-format-url, icalendar-import-format-status)
19818 (icalendar-import-format-class): New variables.
19819 (icalendar--rris): Take variable argument list.
19820 (icalendar--datestring-to-isodate): Remove unnecessary
19821 calendar-style check when converting dates with explicit month names.
19822 (icalendar-export-region): Change return type of conversion
19823 subroutines. Bury current buffer unless error occurred.
19824 (icalendar--convert-to-ical)
19825 (icalendar--parse-summary-and-rest): New functions.
19826 (icalendar--convert-ordinary-to-ical)
19827 (icalendar--convert-weekly-to-ical)
19828 (icalendar--convert-yearly-to-ical)
19829 (icalendar--convert-block-to-ical)
19830 (icalendar--convert-cyclic-to-ical)
19831 (icalendar--convert-anniversary-to-ical): Change return type.
19832 Strip trailing blanks from subject.
19833 (icalendar--convert-sexp-to-ical): Change return type.
19834 Strip trailing blanks from subject. Handle simple sexp
19835 entries as generated by icalendar.el.
19836 (icalendar--convert-float-to-ical)
19837 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
19838 (icalendar-import-file): Doc fix.
19839 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
19840 Correct call to icalendar--rris.
19841 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
19842 `summary'.
19843 (icalendar--add-diary-entry): Rename `subject' to `summary'.
19844
19845 2005-10-24 Romain Francoise <romain@orebokech.com>
19846
19847 * server.el (server-sentinel): Set query-on-exit flag to nil on
19848 new client processes (it isn't inherited from the server process).
19849
19850 * replace.el (occur-engine): Rearrange text properties.
19851
19852 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
19853
19854 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
19855 case-fold-search is nil.
19856 (debug-help-follow): Use help-xref-interned directly.
19857
19858 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19859
19860 * thumbs.el (thumbs-image-type): Add .pbm.
19861
19862 2005-10-23 Richard M. Stallman <rms@gnu.org>
19863
19864 * faces.el (inhibit-face-set-after-frame-default): New variable.
19865 (set-face-attribute): Bind it.
19866 (face-set-after-frame-default): Test it.
19867
19868 * help-fns.el (describe-simplify-lib-file-name): New function.
19869 (describe-function-1, describe-variable): Use it.
19870
19871 * faces.el (describe-face): Use describe-simplify-lib-file-name.
19872
19873 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
19874 Eliminate nil as possible value.
19875 (tooltip-hide-delay): Reduce internal-border-width.
19876
19877 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
19878 (menu-bar-file-menu) <new-file>: Likewise.
19879
19880 * simple.el (line-move-finish): Ignore fields computing LINE-END.
19881
19882 * international/mule.el (load-with-code-conversion):
19883 Pass full file name to `eval-buffer' unless preloading.
19884
19885 * textmodes/flyspell.el (flyspell-large-region):
19886 Call ispell-check-version.
19887
19888 * textmodes/ispell.el (ispell-local-dictionary-overridden):
19889 Fix the make-variable-buffer-local call that was supposed
19890 to be for this variable.
19891 (ispell-aspell-supports-utf8): Doc fix.
19892 (ispell-find-aspell-dictionaries): Preserve elements of
19893 ispell-dictionary-alist for dictionaries that aspell doesn't report.
19894 (ispell-aspell-find-dictionary): Return nil on error.
19895
19896 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
19897 (doctor-symptoms): Likewise.
19898
19899 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
19900
19901 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
19902
19903 * cus-edit.el (custom-button, custom-button-pressed): New vars.
19904 (custom-raised-buttons): Add :set spec.
19905 (custom-button-unraised, custom-button-pressed-unraised):
19906 New faces, so that custom-raised-buttons actually does something.
19907 (custom-mode): Use custom-button and custom-button-pressed.
19908
19909 * wid-edit.el (widget-specify-button): Don't ignore
19910 widget-mouse-face on graphic terminals.
19911 (widget-move-and-invoke): Cleanup.
19912
19913 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
19914
19915 * whitespace.el (whitespace-cleanup): Doc fix.
19916
19917 2005-10-23 Romain Francoise <romain@orebokech.com>
19918
19919 * emulation/viper.el (viper-set-hooks): Quote forms passed to
19920 `eval-after-load' to avoid evaluating their result.
19921
19922 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
19923
19924 * files.el (directory-listing-before-filename-regexp):
19925 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
19926
19927 * dired.el (dired-move-to-filename-regexp): Remove.
19928 All occurences replaced by `directory-listing-before-filename-regexp'.
19929
19930 * dired-x.el, locate.el, vc.el:
19931 Replace `dired-move-to-filename-regexp' by
19932 `directory-listing-before-filename-regexp'. In vc.el it is
19933 overwritten locally; maybe this can be handled in files.el too.
19934
19935 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
19936 replaced by `directory-listing-before-filename-regexp'.
19937
19938 2005-10-23 Andreas Schwab <schwab@suse.de>
19939
19940 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
19941 and eval-next-after-load.
19942
19943 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
19944
19945 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
19946 exist, create it.
19947
19948 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
19949
19950 * allout.el: Remove autoloads for mailcrypt and crypt++.
19951 Require pgg, pgg-gpg during compilation.
19952 (allout-version): Increment version number to 2.1, and use a literal
19953 rather than RCS Id.
19954 (allout-default-encryption-scheme): Remove.
19955 (allout-passphrase-verifier-handling)
19956 (allout-passphrase-verifier-string)
19957 (allout-file-passphrase-verifier-string)
19958 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
19959 (allout-passphrase-hint-handling): Rename and simplify.
19960 (allout-init): Use `find-file-hook' if available, otherwise
19961 `find-file-hooks'.
19962 (allout-mode): Use `write-file-functions' if available, otherwise
19963 `local-write-file-hooks' and, instead of making auto-save-hook
19964 buffer local, make the write-file-hook activity contingent to
19965 allout-mode.
19966 (allout-mode): Use key-binding substitution in the docstring.
19967 (allout-kill-line): Spell-out kill ring data structure mutation
19968 instead of using byte-compiler-complaint-provoking `pop'.
19969 (allout-insert-listified): Use `insert' rather than `insert-string'
19970 (allout-toggle-current-subtree-encryption): Update docstring, adjust
19971 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
19972 (allout-encrypt-string): Totally revamped vis new underlying
19973 encryption facilities.
19974 (allout-mc-activate-passwd): Remove.
19975 (allout-obtain-passphrase): New, more or less replaces
19976 allout-mc-activate-passwd.
19977 (allout-encrypted-key-info): More or less replaces
19978 allout-encrypted-text-type.
19979 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
19980 (my-mark-marker): Use `(featurep 'xemacs)'.
19981
19982 2005-10-23 Lars Hansen <larsh@soem.dk>
19983
19984 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
19985 (byte-compile-file-form-defmumble, byte-compile-defun)
19986 (byte-compile-defmacro): Use it.
19987 (byte-compile-form): Don't call byte-compile-set-symbol-position
19988 when a byte-compile handler is called.
19989
19990 2005-10-22 Romain Francoise <romain@orebokech.com>
19991
19992 * savehist.el (savehist-history-variables): Add `grep-find-history'.
19993
19994 * subr.el (eval-after-load): Convert library name to an absolute
19995 file name using locate-library, since load-history no longer has
19996 library names in it.
19997
19998 2005-10-22 Richard M. Stallman <rms@gnu.org>
19999
20000 * files.el (make-temp-file): Move from subr.el.
20001 * subr.el (make-temp-file): Move to files.el.
20002
20003 * window.el (get-buffer-window-list): Move from subr.el.
20004 * subr.el (get-buffer-window-list): Move to window.el.
20005
20006 * image.el (image-load-path): Use eval-at-startup to initialize.
20007
20008 * subr.el (eval-at-startup): New macro.
20009
20010 * subr.el: Much rearrangement of functions and division
20011 into pages. No code changes.
20012
20013 2005-10-22 Kenichi Handa <handa@m17n.org>
20014
20015 * tar-mode.el (tar-extract): Be sure to call
20016 find-operation-coding-system if set-auto-coding doesn't find a
20017 coding system.
20018
20019 2005-10-22 Kim F. Storm <storm@cua.dk>
20020
20021 * image.el (image-type-header-regexps): Rename from image-type-regexps.
20022 Change users.
20023 (image-type-file-name-regexps): New defconst.
20024 (image-type-from-data): Simplify loop.
20025 (image-type-from-buffer): New defun.
20026 (image-type-from-file-header): Use it instead of image-type-from-data.
20027 Use image-search-load-path instead of only looking in data-directory.
20028 (image-type-from-file-name): New defun.
20029 (image-search-load-path): Change `pathname' to `filename'.
20030 Make PATH arg optional, default to image-load-path.
20031
20032 2005-10-21 Richard M. Stallman <rms@gnu.org>
20033
20034 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
20035
20036 * textmodes/paragraphs.el (sentence-end-base): New variable.
20037 (sentence-end): Use sentence-end-base.
20038
20039 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20040
20041 * font-lock.el (font-lock-default-fontify-region): Check the multiline
20042 property independently from the font-lock-multiline variable.
20043
20044 2005-10-21 Richard M. Stallman <rms@gnu.org>
20045
20046 * emacs-lisp/find-func.el (find-library-name): Doc fix.
20047
20048 * startup.el (command-line): Convert library names
20049 in `load-history' to absolute file names.
20050
20051 * subr.el (symbol-file): Doc fix.
20052
20053 * loadhist.el (file-loadhist-lookup): Call locate-library
20054 instead of find-library-name. Don't try converting
20055 abs file names to library names, since load-history no longer
20056 has library names in it.
20057 (file-dependents, file-provides, file-requires): Doc fixes.
20058
20059 2005-10-21 Juri Linkov <juri@jurta.org>
20060
20061 * progmodes/etags.el (tags-table-mode): New function.
20062 (tags-verify-table): Replace initialize-new-tags-table with
20063 tags-table-mode.
20064
20065 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
20066 default value.
20067 (desktop-modes-not-to-save): Add tags-table-mode to the
20068 default value.
20069
20070 * info.el (Info-index-next): Add total number of index
20071 alternatives to the message.
20072
20073 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
20074 backward only space (instead of space and period) before looking
20075 at sentence end.
20076
20077 * simple.el (set-variable): Use user-variable-p instead of symbolp.
20078 Add the old variable value as 4th default-value arg of read-string.
20079
20080 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20081
20082 * cus-face.el (custom-declare-face): Make face from X resources
20083 also on Mac.
20084
20085 * disp-table.el (standard-display-g1, standard-display-graphic):
20086 Refuse to use string glyphs also on Mac.
20087 (standard-display-european): Don't set terminal coding system also
20088 on Mac.
20089
20090 * frame.el (display-screens): Use x-display-screens also on Mac.
20091
20092 2005-10-21 Romain Francoise <romain@orebokech.com>
20093
20094 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
20095
20096 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
20097
20098 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
20099 and $? into sexps.
20100
20101 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
20102 warning face on open-paren-in-column-0.
20103
20104 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
20105 boundary case. Fix typo.
20106 Suggested by Martin Rudalics <rudalics@gmx.at>.
20107
20108 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
20109
20110 * textmodes/org.el (org-combined-agenda-icalendar-file)
20111 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
20112 (org-export-icalendar-this-file)
20113 (org-export-icalendar-all-agenda-files)
20114 (org-export-icalendar-combine-agenda-files): New commands.
20115 (org-export-icalendar, org-print-icalendar-entries)
20116 (org-start-icalendar-file, org-finish-icalendar-file)
20117 (org-ical-ts-to-string): New functions.
20118 (org-read-date, org-goto-calendar)
20119 (org-agenda-goto-calendar): Inhibit displaying diary entries by
20120 call to `calendar'.
20121 (orgtbl-setup): Remove the :keys arguments from the menu description.
20122 (org-after-save-iCalendar-file-hook): New variable.
20123
20124 2005-10-21 Kenichi Handa <handa@m17n.org>
20125
20126 * language/vietnamese.el (tcvn-5712): Make it an alias of
20127 vietnamese-tcvn coding-system.
20128
20129 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
20130
20131 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
20132 group id is given.
20133
20134 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
20135
20136 * progmodes/sh-script.el (sh-escaped-line-re): New var.
20137 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
20138 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
20139 whose line is either continued or ends with a comment.
20140
20141 2005-10-20 Romain Francoise <romain@orebokech.com>
20142
20143 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
20144
20145 * replace.el (occur-engine): Add follow-link property.
20146
20147 * font-core.el (font-lock-mode): Doc fix.
20148
20149 2005-10-20 Richard M. Stallman <rms@gnu.org>
20150
20151 * net/rcirc.el: New file.
20152
20153 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
20154
20155 * term.el (term-term-name): Initialize to "eterm-color".
20156
20157 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
20158
20159 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
20160 for encryption functionality.
20161 Move allout customization subgroup from `editing' to `outlines' group.
20162 Fix commentary keywords to legitimate ones.
20163 Update author info (using my current email address, obscurified).
20164 (allout-encrypt-string, allout-encryption-produce-work-buffer)
20165 (allout-encrypted-topic-p, allout-encrypted-text-type)
20166 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
20167 (allout-situate-encryption-key-verifier)
20168 (allout-get-encryption-key-verifier, allout-verify-key)
20169 (allout-next-topic-pending-encryption)
20170 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
20171 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
20172 (outline-key-verifier-handling, outline-key-hint-handling)
20173 (outline-encrypt-unencrypted-on-saves): New defcustoms.
20174 (allout-file-key-verifier-string, allout-encryption-scheme)
20175 (allout-key-verifier-string, allout-key-hint-string)
20176 (allout-after-save-decrypt): New variables.
20177 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
20178 (allout-after-saves-handler): New hook functions.
20179 (allout-post-command-business): Do allout-after-save-decrypt.
20180 (allout-enable-file-variable-adjustment): Custom var to enable
20181 mechanism for adding and adjusting settings of Emacs file variables.
20182 (allout-adjust-file-variable, allout-file-vars-section-data):
20183 New functions, implement the mechanism.
20184 (outlineify-sticky): Use the file vars mechanism.
20185 (allout-inhibit-protection, allout-during-write-cue)
20186 (allout-override-protect, allout-before-change-protect): Remove.
20187 (allout-flag-region, allout-open-topic): Adjust read-only text.
20188 (allout-open-line-not-read-only): Add to facilitate read-only
20189 text based protection.
20190 (allout-kill-line): Revise to adjust read-only text, clue the
20191 user about the inhibition.
20192 (allout-unprotected): Use unwind-protect.
20193 (allout-shift-in, allout-shift-out): Disallow manually shifting a
20194 topic deeper than the offspring depth of the previous topic -
20195 avoiding confusing "containment discontinuities".
20196 (allout-reindent-bodies): Fix retention of body relative hanging
20197 indent during promotion of collapsed bodies.
20198 (allout-open-topic): Make it easy to open new topic with same
20199 bullet as current topic - topic creation functions provided with
20200 any universal argument provokes now prompt for bullet, defaulting
20201 to the bullet of the previous topic.
20202 (allout-plain-bullets-string, allout-distinctive-bullets-string):
20203 Plain bullet alternates `.' period and `,' comma only. All other
20204 bullets are relegated to special status (but customizable).
20205 (allout-end-of-entry): Rename from allout-end-of-current-entry
20206 since it actually operates w.r.t. most immediately containing
20207 entry, visible or not.
20208 (allout-hide-current-entry, allout-show-current-entry): Use the
20209 revised version.
20210 (allout-old-expose-topic): Solidify deprecation.
20211 (allout-end-of-subtree): Add so we can span concealed as well
20212 as visible topics.
20213 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
20214 (allout-end-of-current-heading): Tweak to just respect the first line.
20215 (allout-get-body-text): Add.
20216 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
20217 when invoked interactively.
20218 (allout-up-current-level): Use `interactive-p'.
20219 (allout-mode, allout-init): Miscellaneous docstring and
20220 operational refinements, as well as hookups of new encryption stuff.
20221 (allout-beginning-of-current-entry): Now works as advertised.
20222 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
20223 (allout-isearch-rectification): Refine condition for isearching.
20224 (allout-isearch-abort, allout-enwrap-isearch)
20225 (allout-flag-region, my-region-active-p): Relocate some macros.
20226 (allout-title): Fallback title is (buffer-name), not
20227 non-existing (current-buffer-name).
20228 (subst-char-in-string): Define if absent (for some XEmacs versions).
20229
20230 2005-10-20 Jari Aalto <jari.aalto@cante.net>
20231
20232 * mail/sendmail.el (mail-setup-hook, mail-aliases)
20233 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
20234 (mail-citation-prefix-regexp, mail-signature-file)
20235 (mail-default-headers, mail-bury-selects-summary)
20236 (mail-send-nonascii): Add autoload cookies.
20237
20238 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
20239
20240 * frame.el (blink-cursor-mode): Add `mac' to the list of
20241 window-system's that support blinking cursor.
20242
20243 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
20244
20245 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
20246
20247 2005-10-20 Eli Zaretskii <eliz@gnu.org>
20248
20249 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
20250 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
20251 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
20252
20253 2005-10-20 Kim F. Storm <storm@cua.dk>
20254
20255 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
20256 (ido-set-current-directory): Don't add / after final @.
20257 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
20258 Explicitly handle ange-ftp completion oddities.
20259 (ido-make-file-list): Don't rotate list at tramp root to avoid
20260 triggering tramp file handler for expand-file-name via get-file-buffer.
20261
20262 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
20265
20266 2005-10-19 Jay Belanger <belanger@truman.edu>
20267
20268 * calc/calc-units.el (math-standard-units): Add units, adjust
20269 symbols and update values.
20270 (math-unit-prefixes): Add more prefixes.
20271
20272 2005-10-19 Romain Francoise <romain@orebokech.com>
20273
20274 * bookmark.el (bookmark-menu-heading): New face.
20275 (bookmark-bmenu-list): Use it.
20276 Don't fiddle with `baud-rate' at top-level.
20277
20278 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
20279
20280 * image.el (create-image, find-image): Mention max-image-size in
20281 docstring.
20282
20283 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
20284
20285 * savehist.el (savehist-load): Revert to checking XEmacs.
20286
20287 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
20288 Various docstring and line-width fixups.
20289 (conf-mode): Use cond.
20290 Set font-lock-defaults. Don't set comment-use-syntax.
20291
20292 2005-10-18 David Ponce <david@dponce.com>
20293
20294 * tree-widget.el (tree-widget-button-click): New function.
20295 (tree-widget-button-keymap): Use it.
20296
20297 2005-10-18 Romain Francoise <romain@orebokech.com>
20298
20299 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
20300 (bookmark-bmenu-hide-filenames): Add follow-link property.
20301 Improve help-echo text.
20302
20303 * ffap.el (find-file-at-point): Doc fix.
20304
20305 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20306
20307 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
20308
20309 2005-10-18 Masatake YAMATO <jet@gyve.org>
20310
20311 Install to the CVS repository what I forgot to install in my
20312 2005-10-16 changes.
20313
20314 * progmodes/python.el (python-complete-symbol): Pass the common
20315 prefix substring of completion to `display-completion-list'.
20316
20317 * textmodes/org.el (org-complete): Ditto.
20318
20319 2005-10-18 Masatake YAMATO <jet@gyve.org>
20320
20321 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
20322
20323 * woman.el (WoMan-xref-man-page): New button type derived
20324 from `Man-abstract-xref-man-page'.
20325 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
20326
20327 * man.el (Man-abstract-xref-man-page): New button type.
20328 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
20329 (Man-highlight-references): Add new optional argument `xref-man-type'.
20330
20331 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20332
20333 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
20334
20335 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
20336
20337 * cus-edit.el (Custom-move-and-invoke): Delete.
20338 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
20339
20340 * wid-edit.el (widget-move-and-invoke): New function, from
20341 Custom-move-and-invoke.
20342
20343 2005-10-17 Bill Wohler <wohler@newt.com>
20344
20345 Move all remaining images from lisp/toolbar to etc/images, move
20346 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
20347 the low resolution images in their own directory (low-color).
20348
20349 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
20350 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
20351 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
20352 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
20353 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
20354 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
20355 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
20356
20357 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
20358 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
20359 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
20360 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
20361 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
20362 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
20363 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
20364 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
20365 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
20366 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
20367 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
20368 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
20369 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
20370 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
20371 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
20372
20373 To conform with convention, replace the underscore (_) in the
20374 following image names with dash (-) or (/) as appropriate.
20375
20376 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
20377 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
20378 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
20379 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
20380 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
20381 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
20382 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
20383 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
20384 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
20385 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
20386 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
20387 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
20388 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
20389 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
20390 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
20391
20392 * info.el (info-tool-bar-map): Replace underscores in image names
20393 with dashes.
20394
20395 * makefile.w32-in (WINS): Remove toolbar.
20396
20397 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
20398
20399 * tool-bar.el: Move to lisp from toolbar. Now that
20400 toolbar is empty, it should be deleted when folks run "cvs up -P".
20401
20402 2005-10-18 Jay Belanger <belanger@truman.edu>
20403
20404 * calc/calc-store.el (calc-store-into): Get the proper variable name
20405 to display in message.
20406
20407 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
20408
20409 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
20410 expressions display in speedbar for all buffers when debugging.
20411 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
20412
20413 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
20414 (speedbar-insert-button, speedbar-make-button):
20415 Use add-text-properties.
20416 (speedbar-update-localized-contents)
20417 (speedbar-update-directory-contents)
20418 (speedbar-update-special-contents): Use dolist.
20419 (speedbar-buffer-easymenu-definition): Add a menu separator.
20420
20421 2005-10-17 Jason Rumney <jasonr@gnu.org>
20422
20423 * makefile.w32-in: Use $(lisp) consistently.
20424 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
20425 for shell specific generation of mh-autoloads.
20426
20427 2005-10-17 Richard M. Stallman <rms@gnu.org>
20428
20429 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
20430
20431 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
20432
20433 * jit-lock.el (jit-lock-fontify-now):
20434 Move jit-lock-context-unfontify-pos to avoid wasted work.
20435
20436 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
20437
20438 * net/tramp.el (tramp-completion-mode): New defvar. Used in
20439 `tramp-completion-mode' for checking if we are in completion mode.
20440 (tramp-completion-handle-file-name-all-completions): Reorder code
20441 in order to complete for file names only in case there are no
20442 method/user/host completions. This is necessary for cooperation
20443 with ido. Reported by Kim F. Storm <storm@cua.dk>.
20444
20445 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
20446
20447 * longlines.el (longlines-search-forward)
20448 (longlines-search-backward): Match any number of spaces.
20449
20450 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
20451
20452 * diff-mode.el (diff-mode): Doc fix.
20453
20454 2005-10-16 David Reitter <david.reitter@gmail.com>
20455
20456 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
20457 as default on darwin and windows systems.
20458
20459 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
20460
20461 * arc-mode.el (archive-zip-extract): Doc fix.
20462
20463 2005-10-16 Romain Francoise <romain@orebokech.com>
20464
20465 * mouse.el (mouse-1-click-follows-link): Doc fix.
20466
20467 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20468
20469 * savehist.el: Don't require CL at runtime.
20470 (savehist-xemacs): Remove.
20471 (savehist-coding-system): Use utf-8 if present, regardless of religion.
20472 (savehist-no-conversion): Use (featurep 'xemacs).
20473 (savehist-load): Check existence of start-itimer rather than XEmacs.
20474 Use an idle timer.
20475 (savehist-process-for-saving): Replace use of CL funs `subseq' and
20476 `delete-if-not'.
20477
20478 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
20479
20480 * savehist.el: Newer version.
20481 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
20482 (savehist-last-checksum, savehist-no-conversion): New vars.
20483 (savehist-autosave, savehist-process-for-saving, savehist-printable):
20484 New functions.
20485 (savehist-load, savehist-save): Use them.
20486 (savehist-delimit): Remove.
20487
20488 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
20489
20490 * progmodes/compile.el (compilation-goto-locus): Display the
20491 compilation buffer first and the source buffer second, in case they're
20492 in overlapping frames. Don't raise the compilation frame if it was the
20493 selected window upon entry. Pass the `other-window' arg to
20494 pop-to-buffer.
20495
20496 * info.el (Info-fontify-node): Use dolist.
20497 Change add-text-properties to put-text-property.
20498
20499 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20500
20501 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
20502 bound of search.
20503
20504 2005-10-16 Masatake YAMATO <jet@gyve.org>
20505
20506 * dabbrev.el (dabbrev-completion): Pass the common
20507 prefix substring of completion to `display-completion-list'.
20508
20509 * filecache.el (file-cache-minibuffer-complete)
20510 (file-cache-complete): Ditto.
20511
20512 * tempo.el (tempo-display-completions): Ditto.
20513
20514 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
20515
20516 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
20517
20518 * eshell/em-hist.el (eshell-list-history): Ditto.
20519
20520 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
20521
20522 * mail/mailalias.el (mail-complete): Ditto.
20523
20524 * progmodes/etags.el (complete-tag): Ditto.
20525
20526 * progmodes/make-mode.el (makefile-complete): Ditto.
20527
20528 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
20529
20530 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
20531
20532 * progmodes/pascal.el (pascal-complete-word)
20533 (pascal-show-completions): Ditto.
20534
20535 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
20536
20537 * simple.el (completion-common-substring): New variable.
20538 (completion-setup-function): Use `completion-common-substring'
20539 to put faces.
20540
20541 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20542
20543 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
20544 (x-get-selection, mac-select-convert-to-string): Convert from/to
20545 UTF-16 clipboard data as in native byte order, no BOM.
20546
20547 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
20548
20549 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20550 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
20551 (gud-sentinel): Use speedbar-frame to check for speedbar.
20552
20553 2005-10-15 Richard M. Stallman <rms@gnu.org>
20554
20555 * savehist.el: New file.
20556
20557 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
20558
20559 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
20560 Fix bug in \bf fontification.
20561
20562 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
20563
20564 * pcvs.el (cvs-edit-log-files): New var.
20565 (cvs-mode-edit-log): New arg `file'.
20566 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
20567 Instead force the use of the original file and nothing else.
20568 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
20569 the cvs-minor-wrap-function is set.
20570 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
20571
20572 2005-10-14 Bill Wohler <wohler@newt.com>
20573
20574 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
20575 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
20576 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
20577 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
20578 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
20579 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
20580 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
20581 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
20582 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
20583 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
20584 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
20585 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
20586 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
20587 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
20588 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
20589
20590 * progmodes/gud.el (gud-tool-bar-map): Rename the images
20591 appropriately (for example, gud-break to gud/break).
20592
20593 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
20594
20595 * longlines.el (longlinges-search-function)
20596 (longlines-search-forward, longlines-search-backward): New functions.
20597 (longlines-mode): Set isearch-search-fun-function to
20598 longlinges-search-function.
20599
20600 * mouse.el (mouse-drag-region-1): Handle the case where a
20601 double-click event is bound to an arbitrary function.
20602
20603 2005-10-14 David Ponce <david@dponce.com>
20604
20605 * recentf.el (recentf-track-opened-file)
20606 (recentf-track-closed-file, recentf-update-menu)
20607 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
20608 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
20609 mouse-1-click-follows-link.
20610
20611 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20612
20613 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
20614 Gnome file-manager.png. Suggested by
20615 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
20616
20617 * toolbar/README: Add diropen.xpm.
20618
20619 2005-10-13 Bill Wohler <wohler@newt.com>
20620
20621 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
20622 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
20623
20624 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
20625
20626 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
20627 Don't waste the byte-compiler's time on constant data.
20628
20629 2005-10-13 Kenichi Handa <handa@m17n.org>
20630
20631 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
20632 byte with `escape-glyph' face.
20633
20634 * international/fontset.el (ccl-encode-unicode-font):
20635 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
20636 Handle the case that ucs-mule-to-mule-unicode translates a character to
20637 ASCII (usually for IPA characters).
20638
20639 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20640
20641 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
20642 Don't hide the underline of titles if font-lock-mode is disabled.
20643
20644 2005-10-12 Bill Wohler <wohler@newt.com>
20645
20646 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
20647 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20648 files in MH-E-SRC have been updated.
20649 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
20650
20651 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
20652
20653 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
20654 (mixal-mode-syntax-table): Add \n as end-comment.
20655 (mixal-operation-codes-alist): Immediately initialize to full value.
20656 (mixal-add-operation-code): Remove.
20657 (mixal-describe-operation-code): Make the arg non-optional.
20658 Use the interactive spec instead.
20659 Use mixal-operation-codes-alist rather than mixal-operation-codes.
20660 (mixal-font-lock-keywords): Don't highlight comments here any more.
20661 (mixal-font-lock-syntactic-keywords): New var.
20662 (mixal-mode): Use it. Fix comment-start-skip.
20663
20664 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20665
20666 * startup.el (command-line-x-option-alist): -nb => -nbi
20667
20668 2005-10-12 Kim F. Storm <storm@cua.dk>
20669
20670 * startup.el (fancy-splash-default-action): Discard mouse click in
20671 the splash screen window, as it has no sensible meaning in the
20672 next window to be selected. Fixes error reported by Jan D.
20673
20674 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
20675
20676 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
20677
20678 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20679
20680 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
20681 Try to fix up minor layout issues like indentation, line break, etc...
20682 (mixal-mode-syntax-table): Don't try to specify comment syntax,
20683 because it doesn't work.
20684 (mixal-operation-codes): Add some more codes.
20685 (mixal-font-lock-keywords): Process comments here.
20686 (mixal-mode): mixasm no longer needs -g option.
20687
20688 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
20689
20690 * progmodes/sh-script.el (sh-tmp-file):
20691 Use mktemp -t. Finish support for es and rc shells.
20692
20693 2005-10-11 Jay Belanger <belanger@truman.edu>
20694
20695 * calc/calcalg2.el (calc-integral): With an argument, compute the
20696 definite integral.
20697
20698 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
20699
20700 * mouse.el (mouse-drag-region-1): Don't try to catch a
20701 double-click when doing follow-link (it's overridden anyway).
20702
20703 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
20704
20705 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
20706 (autoload-print-form-outbuf): Add docstring.
20707
20708 2005-10-11 Juri Linkov <juri@jurta.org>
20709
20710 * info.el (Info-mode-menu): Delete menu item "Edit".
20711 (Info-mode): Delete description of Info-edit from docstring,
20712 and rearrange descriptions of Info commands in the order
20713 they are documented in the Info manual.
20714
20715 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
20716
20717 * calendar/appt.el (appt-check): Use diary-selective-display var.
20718
20719 2005-10-10 Richard M. Stallman <rms@gnu.org>
20720
20721 * net/newsticker.el (newsticker-start, newsticker-show-news):
20722 Add autoload cookies.
20723
20724 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
20725
20726 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
20727
20728 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
20729
20730 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
20731
20732 2005-10-10 Jay Belanger <belanger@truman.edu>
20733
20734 * calc/calc-arith.el (math-check-known-scalarp)
20735 (math-check-known-matrixp): Check the values of arguments that are
20736 variables.
20737 (math-check-known-square-matrixp): New function.
20738 (math-known-square-matrixp): Use math-check-known-square-matrixp.
20739 (math-super-types): Add sqmatrix type.
20740
20741 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
20742 mode name `square' to `sqmatrix'.
20743
20744 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
20745 mode name `square' to `sqmatrix'.
20746
20747 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20748
20749 * progmodes/etags.el (select-tags-table-mode): Don't use
20750 selective-display.
20751 (tags-select-tags-table): Pass `button' to the action function.
20752 (select-tags-table): Place the side-info on button properties rather
20753 than in hidden text. Abbreviate file names.
20754 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
20755 (select-tags-table-select): Add `button' argument.
20756 Get side-info from the button property rather than from hidden text.
20757
20758 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
20759
20760 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
20761 (gud-speedbar-buttons): Preserve point if possible.
20762 (gud-sentinel): Restore previous speedbar display type.
20763
20764 * progmodes/gdb-ui.el (gdba): Improve diagram.
20765 (def-gdb-auto-update-handler, gdb-info-locals-handler)
20766 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
20767 Call get-buffer-window once.
20768
20769 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
20770
20771 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
20772 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
20773 (pascal-indent-command): Remove unused var `ind'.
20774 (pascal-indent-case): Remove unused var `oldpos'.
20775 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
20776 since it's now used as a proper minor mode map.
20777 (pascal-outline): Rename to pascal-outline-mode.
20778 (pascal-outline-mode): Use define-minor-mode.
20779 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
20780 selective-display.
20781
20782 2005-10-10 Andreas Schwab <schwab@suse.de>
20783
20784 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
20785 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
20786
20787 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
20788 outside source directory.
20789
20790 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
20791
20792 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
20793 C-x' as a prefix.
20794 (orgtbl-mode-map): Full keymap instead of sparse, because all
20795 `self-insert-command' keys are redefined in this map.
20796 (org-export-as-html): Specify charset for HTML file, by taking it
20797 from the coding system.
20798
20799 2005-10-10 Kenichi Handa <handa@m17n.org>
20800
20801 * textmodes/flyspell.el (flyspell-check-word-p):
20802 If unread-command-events is non-empty, don't call sit-for.
20803
20804 2005-10-09 Richard M. Stallman <rms@gnu.org>
20805
20806 * font-lock.el (font-lock-syntactic-keywords)
20807 (font-lock-keywords): Doc fixes.
20808
20809 * textmodes/flyspell.el (flyspell-external-point-words):
20810 Simplify logic, and don't try to check for consecutive appearances
20811 of one incorrect word.
20812
20813 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
20814
20815 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
20816 separator.
20817
20818 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
20819 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
20820 (gud-expansion-speedbar-buttons): New function.
20821 (gud-speedbar-buttons): Check for gud-comint-buffer.
20822
20823 2005-10-09 Bill Wohler <wohler@newt.com>
20824
20825 * Makefile.in (updates): Add mh-loaddefs dependency.
20826
20827 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
20828
20829 * speedbar.el (speedbar-file-key-map): Fix typo.
20830
20831 2005-10-09 Daniel Brockman <daniel@brockman.se>
20832
20833 * cus-start.el (line-spacing): Add custom spec.
20834
20835 2005-10-09 Romain Francoise <romain@orebokech.com>
20836
20837 * textmodes/ispell.el (ispell-check-version): Fix last change.
20838
20839 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20840
20841 * term/x-win.el: Remove -i, --icon-type from comment.
20842
20843 * startup.el (command-line-x-option-alist): Remove options -i,
20844 -itype, --icon-type, added -nb, --no-bitmap-icon
20845
20846 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
20847
20848 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
20849 instead of :active.
20850
20851 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
20852
20853 * textmodes/ispell.el (ispell-check-version):
20854 Ignore hyphen, and all that follows, in aspell's version text.
20855
20856 2005-10-08 Jay Belanger <belanger@truman.edu>
20857
20858 * calc/calc-arith.el (math-known-square-matrixp): New function.
20859 (math-pow-fancy): Check for matrices before distributing exponent
20860 across products.
20861
20862 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
20863 fullscreen keypad. Suggested by Luc Teirlinck.
20864 (calc-keypad-show-input): Add space for formatting.
20865
20866 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
20867 Add square matrix option.
20868
20869 * calc/calc-poly.el (math-expand-term): Check for matrices instead
20870 of checking calc-matrix-mode when deciding how to expand.
20871
20872 * calc/calc.el (calc-set-mode-line): Add square matrix option.
20873
20874 2005-10-08 Lars Hansen <larsh@soem.dk>
20875
20876 * net/tramp.el (tramp-perl-directory-files-and-attributes):
20877 Add error handling.
20878 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
20879
20880 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
20881
20882 Sync with Tramp 2.0.51.
20883
20884 * net/tramp.el (tramp-handle-set-visited-file-modtime)
20885 (tramp-handle-insert-file-contents, tramp-handle-write-region):
20886 Insert special handling for `last-coding-system-used', again
20887 it still seems to be necessary (unlike stated before).
20888 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
20889 (tramp-password-prompt-regexp): There might be other words before
20890 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
20891 (tramp-chunksize): Improve docstring.
20892 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
20893 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
20894 Christian Joergensen <bugs@razor.dk>.
20895
20896 2005-10-07 Glenn Morris <rgm@gnu.org>
20897
20898 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
20899 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
20900 precision'.
20901
20902 2005-10-07 Romain Francoise <romain@orebokech.com>
20903
20904 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
20905 (ibuffer-do-shell-command-pipe-replace)
20906 (ibuffer-do-shell-command-file, ibuffer-do-eval)
20907 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
20908 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20909 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
20910 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
20911 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
20912 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
20913 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
20914 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
20915 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
20916 Autoload file sans suffix.
20917
20918 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20919
20920 2005-10-07 David Ponce <david@dponce.com>
20921
20922 * recentf.el (recentf-menu-open-all-flag): New option.
20923 (recentf-digit-shortcut-command-name): New function.
20924 (recentf--shortcuts-keymap): New variable.
20925 (recentf-menu-shortcuts): New variable.
20926 (recentf-make-menu-items): Initialize it. Replace the "More..."
20927 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
20928 (recentf-menu-value-shortcut): New function.
20929 (recentf-make-menu-item): Use it. No more in-lined.
20930 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
20931 (recentf-open-most-recent-file): Rename from
20932 `recentf-open-file-with-key'. Don't depend on key binding.
20933 (recentf-mode-map): New variable.
20934 (recentf-mode): Use it.
20935
20936 2005-10-06 Bill Wohler <wohler@newt.com>
20937
20938 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
20939
20940 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
20941 (MH-E-SRC): New. Used by mh-autoloads.
20942 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
20943 files in MH-E-SRC have been updated.
20944 (compile, recompile, bootstrap): Depend on mh-autoloads.
20945
20946 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
20947
20948 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
20949 gud-break and gud-remove icons when the fringe is not available.
20950
20951 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
20952 Typo.
20953
20954 2005-10-06 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
20955
20956 * play/zone.el (zone): Wrap body with save-window-excursion.
20957
20958 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
20959
20960 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
20961 Use the new `list-only' arg to diary-list-entries.
20962
20963 * calendar/diary-lib.el: Use overlays rather than selective-display.
20964 (diary-selective-display): New var.
20965 (diary-header-line-format): Use it.
20966 (diary-list-entries): Add argument `list-only'.
20967 Put the buffer in diary-mode. Don't add \^M at beg and end.
20968 Replace \^M by invisible overlays.
20969 (diary-unhide-everything): Replace \^M by invisible overlays.
20970 (print-diary-entries): Look for overlays rather than \^M.
20971 Add a space to the temp buffer name.
20972 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
20973 Put the buffer in diary-mode.
20974 (list-sexp-diary-entries): Replace \^M by invisible overlays.
20975 (diary-anniversary): Make the year arg optional.
20976 (diary-time-regexp): New const.
20977 (diary-font-lock-keywords): Use it to accept a few more time formats.
20978
20979 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
20980
20981 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
20982
20983 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
20984 Fix bug introduced 2005-07-03: Use (car (last ...))
20985 to faithfully reproduce replaced artist-last.
20986 (artist-set-arrow-points-for-poly): Likewise.
20987 Suggested by Johan Bockg\e,Ae\e(Brd.
20988
20989 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
20990
20991 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
20992 * wid-edit.el (widget):
20993 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
20994 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
20995
20996 2005-10-06 Kenichi Handa <handa@m17n.org>
20997
20998 * international/mule-cmds.el (set-language-environment):
20999 Fix setting up of case-table for unibyte mode.
21000
21001 * simple.el (what-cursor-position): If the character is displayed
21002 by some `display' text property, show that. Don't use
21003 single-key-description for eight-bit characters in multibyte mode.
21004
21005 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
21006
21007 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
21008 (gdb-ann3): Set it.
21009 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
21010 (gdb-info-frames-custom): Use inverse-video for first five
21011 characters of selected frame only.
21012 (gdb-get-frame-number): Select frame even when point is on frame
21013 number.
21014
21015 2005-10-06 Masatake YAMATO <jet@gyve.org>
21016
21017 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
21018 Put `font-lock-function-name-face'.
21019 (gdb-info-frames-custom): Put `font-lock-function-name-face'
21020 and `font-lock-variable-name-face'
21021 (gdb-registers-font-lock-keywords): New font lock keywords definition.
21022 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
21023 (gdb-memory-font-lock-keywords): New font lock keywords definition.
21024 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
21025 (gdb-local-font-lock-keywords): New font lock keywords definition.
21026 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
21027 (gdb-threads-font-lock-keywords): New font lock keywords definition.
21028 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
21029
21030 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
21031
21032 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
21033 (ediff-merge-region-is-non-clash-to-skip): Previously called
21034 ediff-merge-region-is-non-clash.
21035
21036 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
21037 Use insert-buffer-substring.
21038
21039 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
21040 selecting files to patch. Also bug fixes.
21041
21042 * ediff-util.el (ediff-setup): Bug fix.
21043 (ediff-next-difference): Never skip clashes that differ in white
21044 space only.
21045
21046 * ediff-wind.el (ediff-setup-control-frame)
21047 (ediff-destroy-control-frame): Check the menubar feature.
21048
21049 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
21050 (viper-refresh-mode-line): Use make-local-variable to localize
21051 some vars instead of make-variable-buffer-local. Suggested by
21052 Stefan Monnier.
21053
21054 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
21055 (viper-restore-cursor-type, viper-set-insert-cursor-type):
21056 Use make-local-variable instead of make-variable-buffer-local.
21057 Suggested by Stefan Monnier.
21058
21059 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
21060 (viper-comint-mode-hook): Use make-local-variable on
21061 require-final-newline.
21062 (viper-non-hook-settings): Don't use make-variable-buffer-local.
21063
21064 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
21065
21066 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
21067 also the second char of a comment-start sequence.
21068 (scheme-sexp-comment-syntax-table): New var.
21069 (lambda, define): Set their scheme-doc-string-elt property.
21070 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
21071 Use lisp-font-lock-syntactic-face-function now that it properly
21072 handles |...| symbols.
21073 (scheme-mode-variables): Set lisp-doc-string-elt-property,
21074 parse-sexp-lookup-properties and font-lock-extra-managed-props.
21075
21076 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
21077 bit from # to |.
21078 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
21079
21080 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
21081 (lisp-doc-string-elt-property): New var.
21082 (lisp-font-lock-syntactic-face-function): Use it.
21083 Rewrite to recognize docstrings even for forms not at toplevel.
21084
21085 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
21086 annotation on the | part of #| rather than on the # part.
21087 (scheme-font-lock-syntactic-face-function): New function, to
21088 distinguish strings from |...| symbols.
21089 (scheme-mode-variables): Use it. Also fix up the font-lock-time
21090 syntax-table so that #|...|# is properly highlighted.
21091
21092 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
21093 Don't mark as docstring the 3rd elem of an unknown toplevel form.
21094
21095 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
21096
21097 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
21098 and C-e.
21099
21100 * emacs-lisp/eldoc.el: Move comments into docstrings.
21101 (eldoc-message-commands): Initialize in its declaration.
21102 Add move-beginning-of-line and move-end-of-line.
21103 (eldoc-add-command, eldoc-add-command-completions)
21104 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
21105
21106 * outline.el (outline-mark-subtree): Activate the mark.
21107
21108 * calendar/appt.el (appt-time-regexp): New var.
21109 (appt-add, appt-make-list): Use it.
21110 (appt-convert-time): Clean up.
21111
21112 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
21113 Don't set any syntax-table property here.
21114 (tex-font-lock-verb): New function. Do it here.
21115 (tex-font-lock-syntactic-keywords): Use it.
21116
21117 2005-10-04 Richard M. Stallman <rms@gnu.org>
21118
21119 * wid-edit.el (widget-file-complete): Get the widget start point
21120 the right way. Default directory to `/' if file has none.
21121
21122 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
21123
21124 * textmodes/flyspell.el (flyspell-mode-on):
21125 Call ispell-maybe-find-aspell-dictionaries.
21126
21127 * textmodes/ispell.el (ispell-word, ispell-region):
21128 Call ispell-maybe-find-aspell-dictionaries.
21129 (ispell-accept-buffer-local-defs):
21130 Don't call ispell-maybe-find-aspell-dictionaries
21131
21132 2005-10-04 Richard M. Stallman <rms@gnu.org>
21133
21134 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
21135
21136 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
21137
21138 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
21139 instead of `fboundp' in order to allow for anonymous functions.
21140
21141 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
21142
21143 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
21144 case the user clicks on the link while another window is selected.
21145 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
21146
21147 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
21148 functionality.
21149 (dframe-help-echo): Save point in case mouse tracking is off.
21150
21151 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
21152
21153 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
21154
21155 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21156
21157 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
21158 not change the global value of those vars.
21159
21160 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
21161 make-local-variable which we do not need any more.
21162
21163 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
21164
21165 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
21166 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
21167 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
21168 (speedbar-path-line): Define obsolete aliases.
21169 (speedbar-line-directory): Doc fix.
21170
21171 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
21172 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
21173 instead of speedbar-line-path.
21174
21175 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21176
21177 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
21178 to nil if dropping on a window. Handle dropping on a minibuffer window
21179 like dropping on a non-window part of Emacs.
21180
21181 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * net/ange-ftp.el: Use with-current-buffer.
21184 (ange-ftp-insert-directory): Do not follow symlinks any more.
21185
21186 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
21187 Remove interactive spec.
21188
21189 2005-10-03 Kim F. Storm <storm@cua.dk>
21190
21191 * ido.el (ido-mode): Use custom-initialize-set.
21192
21193 2005-10-02 Richard M. Stallman <rms@gnu.org>
21194
21195 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
21196 Use insert-buffer-substring.
21197
21198 * net/tramp.el: Pacify byte compiler warnings in pacification code.
21199 (tramp-handle-file-local-copy): Use insert-buffer-substring.
21200
21201 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
21202
21203 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
21204 in last change.
21205 (ange-ftp-insert-directory): Fix up the search for the case where
21206 `file' is absolute.
21207
21208 2005-10-02 Romain Francoise <romain@orebokech.com>
21209
21210 * progmodes/compile.el (compile-goto-error): Delete extra paren.
21211
21212 2005-10-02 Andreas Schwab <schwab@suse.de>
21213
21214 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
21215 directory component in the session info.
21216
21217 2005-10-01 Richard M. Stallman <rms@gnu.org>
21218
21219 * comint.el (comint-redirect-subvert-readonly): Doc fix.
21220
21221 * simple.el (next-error-internal): New function.
21222
21223 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
21224 (compilation-start): Pass new arg to compilation-buffer-name.
21225 (compile-goto-error): Use next-error-internal.
21226
21227 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21228
21229 * speedbar.el: Remove RCS tag.
21230 (speedbar-check-read-only): Handle non-existent files.
21231
21232 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
21233
21234 * info.el (Info-speedbar-hierarchy-buttons)
21235 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
21236
21237 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21238
21239 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
21240 Do not match newline.
21241 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
21242 (bibtex-summary): Remove unnecessary save-excursion.
21243 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
21244
21245 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21246
21247 * term/mac-win.el: Add charset info for "iso10646-1".
21248 Modify default fontset to use ATSUI-compatible fonts for some charsets
21249 if available.
21250
21251 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
21252
21253 * speedbar.el: Re-apply arch tag.
21254 (speedbar-version): Rename to version 1.0. Suggested by Eric
21255 M. Ludlam.
21256 Reapply two changes from Emacs CVS' version of speedbar lost
21257 during the merge:
21258 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
21259 (speedbar-frame-parameters): Improve customize type.
21260
21261 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
21262
21263 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
21264 (ange-ftp-file-directory-p): Fix the symlink case.
21265 (ange-ftp-insert-directory): When listing a single file, get a list of
21266 the parent buffer and extract the relevant line. Inspired from a patch
21267 by Katsumi Yamaoka <yamaoka@jpl.org>.
21268 (ange-ftp-file-name-sans-versions): Simplify.
21269
21270 2005-09-30 Bill Wohler <wohler@newt.com>
21271
21272 Move MH-E image files from toolbar and mail directories into
21273 etc/images.
21274
21275 * mail/reply2.*: Move to etc/images/mail/reply*.
21276
21277 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
21278 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
21279 etc/images.
21280
21281 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
21282 * toolbar/reply*: Move to etc/images/mail.
21283
21284 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
21285
21286 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
21287
21288 * speedbar.el: New version 1.0pre3.
21289
21290 Frame management code (including timer, and mouse click specifics)
21291 moved to dframe.el:
21292 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
21293 (speedbar-timer): Removed. Use dframe-timer.
21294 (speedbar-close-frame): Removed. Use dframe-close-frame.
21295 (speedbar-activity-change-focus-flag): Removed. Use
21296 dframe-activity-change-focus-flag.
21297 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
21298 dframe-update-speed.
21299
21300 (speedbar-current-frame): New macro. Use this instead of the
21301 variable speedbar-frame.
21302
21303 (speedbar-use-images, speedbar-expand-image-button-alist)
21304 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
21305
21306 (speedbar-find-image-on-load-path): Removed. Replaced by
21307 defezimage in ezimage.el.
21308 (speedbar-expand-image-button-alist): Removed. Replaced by
21309 ezimage-expand-image-button-alist in ezimage.el.
21310
21311 (speedbar-ignored-directory-regexp)
21312 (speedbar-add-ignored-directory-regexp)
21313 (speedbar-ignored-directory-expressions)
21314 (speedbar-line-directory, speedbar-buffers-line-directory)
21315 (speedbar-directory-line, speedbar-buffers-line-directory):
21316 Renamed, replacing `path' with `directory'.
21317
21318 (speedbar-create-directory, speedbar-expand-line-descendants)
21319 (speedbar-toggle-line-expansion)
21320 (speedbar-contract-line-descendants): New commands.
21321
21322 (speedbar-query-confirmation-method, speedbar-select-frame-method)
21323 (speedbar-use-tool-tips-flag): New options.
21324
21325 (speedbar-check-read-only, speedbar-require-version)
21326 (speedbar-insert-separator, speedbar-buffers-tail-notes)
21327 (speedbar-handle-delete-frame, speedbar-try-completion)
21328 (speedbar-update-localized-contents): New functions.
21329
21330 (speedbar-incompatible-version, speedbar-ro-to-do-point)
21331 (speedbar-object-read-only-indicator): New variables.
21332
21333 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
21334 New hooks.
21335
21336 (speedbar-separator-face): New face.
21337
21338 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
21339 (speedbar-ignored-modes): Add fundamental-mode.
21340 (speedbar-directory-unshown-regexp): Add . directories.
21341
21342 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
21343 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
21344 `]' for full expand/close.
21345 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
21346
21347 (speedbar-check-vc): Support hidden files.
21348 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
21349 (speedbar-this-file-in-vc): Use vc-state if available. If VC
21350 state is nil, it is not checked out.
21351
21352 (speedbar-line-text, speedbar-line-token): Support expand buttons
21353 with no text.
21354 (speedbar-refresh): Universal argument acts as power-click.
21355 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
21356 that buffer to get variable values.
21357
21358 And many other bugfixes.
21359
21360 * dframe.el, ezimage.el, sb-image.el: New files.
21361
21362 * sb-*.xpm: Remove files. New image files installed into
21363 etc/images/ezimage.
21364
21365 2005-09-30 Kenichi Handa <handa@m17n.org>
21366
21367 * ps-mule.el (ps-mule-show-warning): If a character is in
21368 ps-print-translation-table, don't treat it as non-printable.
21369
21370 2005-09-30 David Ponce <david@dponce.com>
21371
21372 * tree-widget.el (tree-widget-themes-load-path): New variable.
21373 (tree-widget-themes-directory): Doc fix.
21374 (tree-widget-image-formats) [Emacs]: Doc fix.
21375 (tree-widget--locate-sub-directory): New function.
21376 (tree-widget-themes-directory): Use it.
21377
21378 * recentf.el (recentf-filename-handlers): Rename from
21379 `recentf-filename-handler'. Allow a list of functions.
21380 (recentf-menu-items-for-commands): Fix :help strings.
21381 (recentf-apply-filename-handlers): New function.
21382 (recentf-expand-file-name): Use it.
21383 (recentf-cleanup): Remove duplicates too.
21384
21385 2005-09-29 Juri Linkov <juri@jurta.org>
21386
21387 * faces.el: Rearrange face definitions to be in the same order as
21388 their face descriptions in "(emacs)Standard Faces".
21389
21390 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
21391
21392 * tooltip.el (tooltip): Add group `basic-faces'.
21393
21394 * buff-menu.el (Buffer-menu-buffer): Remove group
21395 `font-lock-highlighting-faces'.
21396
21397 * progmodes/compile.el (compilation-error, compilation-warning)
21398 (compilation-info, compilation-line-number, compilation-column-number):
21399 Change group from `font-lock-highlighting-faces' to `compilation'.
21400
21401 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
21402 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
21403 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
21404 (vhdl-font-lock-reserved-words-face)
21405 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
21406 `font-lock-highlighting-faces'.
21407
21408 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
21409
21410 2005-09-28 Kim F. Storm <storm@cua.dk>
21411
21412 * emulation/cua-base.el: Set CUA move property on additional commands:
21413 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
21414 forward-sexp, backward-sexp, forward-list, backward-list.
21415
21416 2005-09-28 Romain Francoise <romain@orebokech.com>
21417
21418 * comint.el (comint-show-output): Really set point at the
21419 beginning of the output when not using `comint-use-prompt-regexp'.
21420
21421 2005-09-27 Jay Belanger <belanger@truman.edu>
21422
21423 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
21424 in TeX mode.
21425
21426 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
21427
21428 * textmodes/org.el (org-table-sum): Fix format string.
21429
21430 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
21431 Quote face names.
21432
21433 2005-09-26 Romain Francoise <romain@orebokech.com>
21434
21435 * isearch.el (isearch-forward-regexp): Close doc string.
21436
21437 2005-09-25 Richard M. Stallman <rms@gnu.org>
21438
21439 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
21440
21441 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
21442
21443 * progmodes/compile.el (compilation-error-properties):
21444 When getting the file from the previous error message,
21445 correctly decode the new data format.
21446
21447 * progmodes/cc-cmds.el (c-electric-paren):
21448 Call old-blink-paren only for close-paren.
21449
21450 2005-09-24 Andreas Schwab <schwab@suse.de>
21451
21452 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
21453 condition.
21454
21455 2005-09-25 Romain Francoise <romain@orebokech.com>
21456
21457 * dired-aux.el (dired-copy-file-recursive):
21458 * dired.el (dired-delete-file):
21459 * ediff-mult.el (ediff-dir-diff-copy-file):
21460 * ediff-util.el (ediff-test-save-region):
21461 * forms.el (forms-mode):
21462 * ido.el (ido-file-internal, ido-delete-file-at-head):
21463 * log-edit.el (log-edit-done):
21464 * ses.el (ses-yank-resize):
21465 * play/gomoku.el (gomoku-human-plays, gomoku)
21466 (gomoku-human-resigns, gomoku-prompt-for-other-game)
21467 (gomoku-offer-a-draw):
21468 * play/landmark.el (lm-human-resigns, lm):
21469 * net/eudcb-ldap.el (eudc-ldap-check-base):
21470 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
21471 * progmodes/ebrowse.el (ebrowse-find-pattern):
21472 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
21473 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
21474 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
21475
21476 * vc.el (vc-delete-file):
21477 * play/gomoku.el (gomoku-terminate-game, gomoku)
21478 (gomoku-prompt-for-move, gomoku-human-takes-back):
21479 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
21480 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
21481
21482 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
21483
21484 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
21485 color rxvt terminals by using the code xterm.el used to use before
21486 2005-04-09 in order to match the colors used by rxvt.
21487
21488 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21489
21490 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
21491 colors rxvt-unicode terminals by using the same code as xterm.el.
21492
21493 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
21494
21495 * textmodes/tex-mode.el (tex-font-lock-append-prop)
21496 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
21497 new symbol used for the tex-verbatim face.
21498
21499 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
21500
21501 * woman.el (woman-file-name):
21502 * wid-edit.el (widget-file-prompt-value)
21503 (widget-coding-system-prompt-value):
21504 * w32-fns.el (set-w32-system-coding-system):
21505 * vc.el (vc-version-diff, vc-annotate):
21506 * textmodes/reftex-auc.el (reftex-arg-cite)
21507 (reftex-arg-index-tag):
21508 * textmodes/refer.el (refer-get-bib-files):
21509 * textmodes/artist.el (artist-figlet-choose-font):
21510 * terminal.el (terminal-emulator):
21511 * replace.el (occur-read-primary-args):
21512 * rect.el (string-rectangle, string-insert-rectangle):
21513 * ps-print.el (ps-print-preprint):
21514 * progmodes/pascal.el (pascal-goto-defun):
21515 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
21516 * progmodes/compile.el (compilation-find-file):
21517 * printing.el (pr-interactive-n-up):
21518 * play/animate.el (animate-birthday-present):
21519 * net/rcompile.el (remote-compile):
21520 * man.el (man, Man-goto-section, Man-follow-manual-reference):
21521 * mail/rmailsum.el (rmail-summary-search-backward)
21522 (rmail-summary-search):
21523 * mail/rmailout.el (rmail-output-read-rmail-file-name)
21524 (rmail-output-read-file-name):
21525 * mail/rmail.el (rmail-search, rmail-search-backwards):
21526 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
21527 * locate.el (locate):
21528 * international/quail.el (quail-show-keyboard-layout):
21529 * international/mule.el (set-buffer-file-coding-system)
21530 (revert-buffer-with-coding-system, set-file-name-coding-system)
21531 (set-terminal-coding-system, set-keyboard-coding-system)
21532 (set-next-selection-coding-system):
21533 * international/mule-diag.el (describe-coding-system)
21534 (describe-font, describe-fontset):
21535 * international/mule-cmds.el (universal-coding-system-argument)
21536 (search-unencodable-char, describe-input-method)
21537 (set-language-environment, describe-language-environment):
21538 * international/codepage.el (codepage-setup):
21539 * international/code-pages.el (codepage-setup):
21540 * info.el (Info-search, Info-follow-reference)
21541 (Info-search-backward):
21542 * emacs-lisp/advice.el (ad-read-advised-function)
21543 (ad-read-advice-class, ad-clear-cache, ad-activate)
21544 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
21545 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
21546 (ad-read-regexp):
21547 * ediff-util.el (ediff-toggle-regexp-match):
21548 * ediff-ptch.el (ediff-prompt-for-patch-file):
21549 * dired-aux.el (dired-diff):
21550 * diff.el (diff):
21551 * cus-edit.el (custom-variable-prompt):
21552 * calendar/timeclock.el (timeclock-ask-for-project):
21553 * calc/calcalg3.el (calc-get-fit-variables):
21554 * calc/calc-store.el (calc-edit-variable)
21555 (calc-permanent-variable):
21556 * vc-mcvs.el (vc-mcvs-register):
21557 * shadowfile.el (shadow-define-literal-group):
21558 * woman.el (woman-file-name):
21559 * vc.el (vc-version-diff, vc-merge):
21560 * textmodes/reftex-index.el (reftex-index-complete-tag):
21561 * format.el (format-decode-buffer, format-decode-region):
21562 * emulation/viper-cmd.el (viper-read-string-with-history):
21563 * emacs-lisp/debug.el (cancel-debug-on-entry):
21564 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
21565 * ediff.el (ediff-merge-revisions)
21566 (ediff-merge-revisions-with-ancestor, ediff-revision):
21567 * completion.el (interactive-completion-string-reader):
21568 * calc/calc-prog.el (calc-user-define-formula):
21569 Follow convention for reading with the minibuffer.
21570
21571 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
21572
21573 * progmodes/python.el (python-describe-symbol): Add globals() and
21574 locals() to the arguments of emacs.ehelp.
21575
21576 2005-09-24 Magnus Henoch <mange@freemail.hu>
21577
21578 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
21579 New function, code extracted from ispell-valid-dictionary-list.
21580 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
21581 Call it.
21582
21583 2005-09-24 Eli Zaretskii <eliz@gnu.org>
21584
21585 * subr.el (version-regexp-alist): Extend valid syntax for version
21586 strings: allow any of the characters -,_,+ to separate the
21587 alpha/beta/rc part from the version part. Doc fix.
21588 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
21589
21590 2005-09-23 David Reitter <david.reitter@gmail.com>
21591
21592 * mail/mailclient.el: New file.
21593
21594 2005-09-23 Richard M. Stallman <rms@gnu.org>
21595
21596 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
21597 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
21598 Doc fixes.
21599
21600 * progmodes/cc-mode.el (c-font-lock-init):
21601 Specify font-lock-lines-before.
21602
21603 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
21604
21605 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
21606 whole conflict.
21607
21608 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
21609
21610 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
21611 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
21612 of `remap' feature when available. Additional key bindings for
21613 better tty support.
21614 (org-mode-restart, org-force-self-insert): New commands.
21615 (org-time-stamp-inactive): New command.
21616 (org-remap): New function.
21617 (org-table-auto-blank-field, org-level-color-stars-only): New options.
21618 (org-enable-fixed-width-editor): Move to `org-structure'
21619 customization group.
21620 (org-self-insert-command, orgtbl-self-insert-command): Modify to
21621 blank field after field motion commands.
21622
21623 2005-09-23 Kenichi Handa <handa@m17n.org>
21624
21625 * international/mule-cmds.el (set-language-environment):
21626 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
21627 have to call utf-translate-cjk-load-tables.
21628
21629 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
21630
21631 * mouse.el (mouse-move-drag-overlay): Fix last change.
21632
21633 2005-09-22 David Ponce <david@dponce.com>
21634
21635 * tree-widget.el (tree-widget-value-create): Fix previous change.
21636
21637 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21638
21639 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
21640
21641 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
21642
21643 * mouse.el (mouse-move-drag-overlay): New function.
21644 (mouse-drag-region-1): Use it.
21645 Try to simplify a bit the state handling. Handle clicks on links
21646 inside intangible areas.
21647 (mouse-save-then-kill): Minor simplification.
21648 (mouse-secondary-overlay): Make it always non-nil instead of
21649 recreating it each time.
21650 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
21651 (mouse-kill-secondary, mouse-secondary-save-then-kill):
21652 Simplify accordingly.
21653
21654 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
21655
21656 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
21657
21658 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
21659
21660 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
21661 (ediff-file-name-sans-prefix): Treat nil as an empty string.
21662 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
21663 to patch.
21664
21665 * ediff-util.el: Use insert-buffer-substring.
21666
21667 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
21668
21669 * emulation/viper-cmd.el (viper-change-state): Don't move over the
21670 field boundaries in the minibuffer.
21671 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
21672 (viper-minibuffer-post-command-hook): New hook.
21673 (viper-line): Don't move cursor at bolp.
21674
21675 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
21676
21677 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
21678 avoid compiler warnings.
21679
21680 * emulation/viper-macs.el (ex-map): Better messages.
21681
21682 * emulation/viper-utils.el (viper-beginning-of-field): New function.
21683
21684 * emulation/viper.el: Replace make-variable-buffer-local with
21685 viper-make-variable-buffer-local everywhere, to avoid warnings.
21686
21687 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21688
21689 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
21690 Delete unused var `old-selected-window'.
21691 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
21692 (mouse-drag-secondary): Delete unused var `start-frame'.
21693
21694 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
21695
21696 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
21697
21698 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21699
21700 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
21701 Re-indent within 80 columns. Use inhibit-read-only.
21702
21703 2005-09-19 Romain Francoise <romain@orebokech.com>
21704
21705 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
21706
21707 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
21708
21709 * font-lock.el (font-lock-default-fontify-region): Don't add a line
21710 unconditionally, since the after-change-function already did it.
21711
21712 2005-09-19 Miles Bader <miles@gnu.org>
21713
21714 * net/newsticker.el: Get rid of CVS keyword.
21715
21716 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21717
21718 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
21719 The prompt is formatted later.
21720
21721 2005-09-19 David Ponce <david@dponce.com>
21722
21723 * tree-widget.el (tree-widget-value-create): Save the converted
21724 tree :node widget.
21725
21726 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
21727
21728 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
21729 variable `message'.
21730
21731 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
21732
21733 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
21734 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
21735 <slawomir.nowaczyk.847@student.lu.se>.
21736
21737 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
21738
21739 * image.el (image-load-path): Use symbol `data-directory' instead
21740 of its value, for backward compatibility with packages that bind
21741 it during `find-image'. Suggested by Katsumi Yamaoka.
21742 (image-search-load-path): Handle symbols whose values are strings.
21743
21744 2005-09-18 Romain Francoise <romain@orebokech.com>
21745
21746 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
21747 with-current-buffer form in save-excursion.
21748
21749 2005-09-18 Deepak Goel <deego@gnufans.org>
21750
21751 * apropos.el (apropos-command): Fix `message' call: first arg
21752 should be a format spec. In this and all other cases that appear
21753 below and elsewhere in the source code, I made a change only when
21754 two conditions were satisfied: [1] I can think of a possibility
21755 that the arguments would cause an error, for example, the code in
21756 question relies on external variables such as filenames. [2] I
21757 was sure that the arg to `message' could not have been nil in the code.
21758
21759 * textmodes/tildify.el (tildify-region): Ditto.
21760
21761 * textmodes/reftex-index.el (reftex-index-change-entry)
21762 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
21763 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
21764 * textmodes/org.el (org-complete, org-deadline, org-schedule)
21765 (org-priority, org-table-sum):
21766 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
21767 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
21768 (flyspell-word, flyspell-display-next-corrections):
21769 * textmodes/bibtex.el (bibtex-print-help-message):
21770 * textmodes/artist.el (artist-key-set-point-poly):
21771 * term/mac-win.el (mac-services-insert-text):
21772 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
21773 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
21774 (vhdl-port-paste-testbench, vhdl-compose-new-component)
21775 (vhdl-compose-configuration):
21776 * progmodes/sh-script.el (sh-blink, sh-show-indent)
21777 (sh-set-indent, sh-learn-line-indent):
21778 * progmodes/ps-mode.el (ps-mode-target-column):
21779 * progmodes/idlwave.el (idlwave-make-tags)
21780 (idlwave-scan-library-catalogs):
21781 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
21782 * progmodes/gud.el (gud-jdb-analyze-source):
21783 * progmodes/flymake.el (flymake-log):
21784 * progmodes/ebnf2ps.el (ebnf-generate-region):
21785 * progmodes/cmacexp.el (c-macro-expansion):
21786 * progmodes/ada-xref.el (ada-treat-cmd-string):
21787 * progmodes/ada-mode.el (ada-create-case-exception-substring)
21788 (ada-justified-indent-current, ada-batch-reformat):
21789 * play/zone.el (zone):
21790 * play/landmark.el (lm-move):
21791 * play/decipher.el (decipher-show-alphabet):
21792 * net/newsticker.el (newsticker--display-jump)
21793 (newsticker--display-scroll):
21794 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
21795 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
21796 * mail/feedmail.el (feedmail-dump-message-to-queue):
21797 * eshell/esh-proc.el (eshell-remove-process-entry):
21798 * emulation/ws-mode.el (ws-last-error):
21799 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
21800 (viper-record-kbd-macro):
21801 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
21802 * emacs-lisp/lisp-mnt.el (lm-report-bug):
21803 * emacs-lisp/find-func.el (find-function-noselect):
21804 * calendar/timeclock.el (timeclock-status-string)
21805 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
21806 (timeclock-when-to-leave-string):
21807 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
21808 * calc/calc-units.el (calc-enter-units-table):
21809 * calc/calc-mode.el (calc-mode-record-mode):
21810 * woman.el (woman-mini-help):
21811 * wdired.el (wdired-change-to-wdired-mode):
21812 * vc.el (vc-retrieve-snapshot):
21813 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
21814 * startup.el (display-startup-echo-area-message):
21815 * simple.el (set-goal-column):
21816 * ses.el (ses-command-hook, ses-recalculate-cell):
21817 * server.el (server-process-filter):
21818 * printing.el (pr-interface-txt-print, pr-interface-printify)
21819 (pr-interface-ps):
21820 * pcvs.el (cvs-help):
21821 * log-edit.el (log-edit, log-edit-mode-help):
21822 * iswitchb.el (iswitchb-possible-new-buffer):
21823 * isearch.el (isearch-edit-string):
21824 * image-mode.el (image-mode, image-minor-mode):
21825 * ibuf-macs.el (define-ibuffer-filter):
21826 * hi-lock.el (hi-lock-find-patterns):
21827 * files.el (toggle-read-only):
21828 * ediff-util.el (ediff-copy-diff)
21829 (ediff-write-merge-buffer-and-maybe-kill):
21830 * echistory.el (Electric-history-undefined):
21831 * dnd.el (dnd-insert-text):
21832 * dired-aux.el (dired-query):
21833 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
21834 * bookmark.el (bookmark-bmenu-locate):
21835 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
21836 Fix `message' calls to ensure first arg is a format string.
21837 The change was made only when these two conditions were satisfied:
21838 [1] when there is a possibility that the arguments would cause an error
21839 for example, if the code in question relies on external variables
21840 such as filenames, and
21841 [2] if the arg to `message' could not have been nil in the code.
21842
21843 * pcomplete.el (pcomplete--help): Fix `message' format spec.
21844 Not having a %s would be weird, though not technically wrong.
21845
21846 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21847
21848 * term/mac-win.el (mac-add-charset-info): Doc fix.
21849
21850 2005-09-17 Romain Francoise <romain@orebokech.com>
21851
21852 * shell.el (shell-resync-dirs): Handle echoing processes more
21853 reliably. Don't insert resync command if `comint-process-echoes'
21854 is non-nil.
21855
21856 2005-09-17 Magnus Henoch <mange@freemail.hu>
21857
21858 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
21859 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
21860 aspell versions >= 0.60.
21861 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
21862 only if ispell-aspell-supports-utf8 is non-nil.
21863
21864 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21865
21866 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
21867 buffer-local value to lisp-indent-function.
21868
21869 2005-09-17 Milan Zamazal <pdm@zamazal.org>
21870
21871 * progmodes/glasses.el (glasses-make-readable): If
21872 glasses-separator differs from underscore, put appropriate
21873 overlays over underscore characters.
21874 (glasses-convert-to-unreadable): If glasses-separator differs from
21875 underscore, try to convert glasses-separator characters to
21876 underscores.
21877
21878 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
21879
21880 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
21881 Use with-syntax-table and dolist.
21882
21883 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
21884
21885 * textmodes/reftex-auc.el:
21886 * textmodes/reftex-cite.el:
21887 * textmodes/reftex-dcr.el:
21888 * textmodes/reftex-global.el:
21889 * textmodes/reftex-parse.el:
21890 * textmodes/reftex-ref.el:
21891 * textmodes/reftex-sel.el:
21892 * textmodes/reftex-toc.el:
21893 * textmodes/reftex-vars.el:
21894 * textmodes/reftex.el: Small changes to remove compiler warnings.
21895
21896 * textmodes/reftex-index.el: Likewise.
21897 (reftex-query-index-phrase): More efficient use of markers.
21898
21899 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21900
21901 * image.el (image-load-path): New variable.
21902 (image-search-load-path): New function.
21903 (find-image): Search for images in `image-load-path'.
21904
21905 2005-09-15 Richard M. Stallman <rms@gnu.org>
21906
21907 * follow.el: Change Maintainer field.
21908
21909 2005-09-15 David Ponce <david@dponce.com>
21910
21911 * recentf.el (recentf-save-file-modes): New option.
21912 (recentf-save-list): Use it.
21913
21914 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
21915
21916 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
21917 (mode-line-mule-info, mode-line-modified): Move bindings from
21918 mouse-3 to mouse-1.
21919
21920 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
21921
21922 * simple.el (sendmail-user-agent-compose): Revert last change.
21923
21924 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
21925
21926 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
21927 Use with-current-buffer.
21928 (ange-ftp-gwp-start): Remove unused var `gw-user'.
21929 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
21930 (ange-ftp-insert-directory): Remove unused var `short'.
21931 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
21932
21933 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
21934 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
21935
21936 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
21937 (check-calendar-holidays, diary-list-entries): Autoload.
21938 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
21939 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
21940
21941 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
21942 which mistakenly removed a call to display-buffer.
21943
21944 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
21945
21946 * obsolete/iso-insert.el: Move to obsolete/ from international/.
21947
21948 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
21949
21950 * progmodes/hideshow.el
21951 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
21952 (hs-allow-nesting): New user var.
21953 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
21954 (hs-hide-block-at-point): When nesting allowed,
21955 if there is already an overlay in place, delete it.
21956 (hs-safety-is-job-n): Delete func; remove call sites.
21957 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
21958 (hs-overlay-at): New func.
21959 (hs-already-hidden-p, hs-show-block): Use it.
21960 (hs-hide-all): Don't pre-clean if nesting allowed.
21961 (hs-show-all): Temporarily disallow
21962 nesting around call to `hs-discard-overlays'.
21963
21964 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
21965
21966 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
21967 Delete unused local var.
21968
21969 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
21970
21971 * help-fns.el (describe-categories): "?\ " -> "?\s".
21972 (help-do-arg-highlight): Recognize also ARG-n, as in
21973 `move-to-left-margin' (ARG+n is already recognized). Simplify.
21974
21975 * international/codepage.el (dos-unsupported-char-glyph):
21976 * net/newsticker.el (tool-bar-map, w3-mode-map)
21977 (w3m-minor-mode-map):
21978 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
21979 (ent-alist):
21980 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
21981
21982 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
21983
21984 * custom.el (custom-push-theme): Handle the case where a symbol is
21985 bound but face properties have not yet been assigned.
21986
21987 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
21988 Fix behavior if noerase is `t' and there is no mail buffer.
21989
21990 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
21991 if `continue' is nil, rather than signal an error.
21992
21993 2005-09-12 Richard M. Stallman <rms@gnu.org>
21994
21995 * font-lock.el (font-lock-keywords): Add autoload.
21996
21997 * help-fns.el (describe-variable): Rearrange to put source link
21998 in a predictable place.
21999
22000 * net/newsticker.el: New file.
22001
22002 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22003
22004 * calendar/calendar.el (calendar-for-loop): Add edebug info.
22005 (calendar-basic-setup): Use the new nil arg.
22006 (number-of-diary-entries): Move to diary-lib.el.
22007
22008 * calendar/diary-lib.el: Use with-current-buffer, match-string.
22009 (diary-list-entries): Use with-syntax-table and dolist.
22010 Rename from list-diary-entries.
22011 Use number-of-diary-entries if `number' is nil.
22012 (diary, diary-view-entries): Use this new name and new nil arg value.
22013 (number-of-diary-entries): Move from calendar.el.
22014 (diary-unhide-everything): New function.
22015 (include-other-diary-files, fancy-diary-display)
22016 (diary-show-all-entries, make-diary-entry): Use it.
22017 (diary-mail-entries): Use buffer-string.
22018 (mark-diary-entries): Fix long standing paren typo.
22019 (diary-sexp-entry): Use count-lines.
22020 (make-diary-entry): Avoid `previous-line'.
22021 (diary-mode-map): New var.
22022 (diary-mode): Redraw cal after saving. Setup header-line.
22023 (fancy-diary-display-mode): Use local-set-key.
22024
22025 * startup.el (command-line): Try calling various terminal-init-foo-bar
22026 functions by stripping hyphenated suffixes from $TERM.
22027
22028 * files.el (normal-mode): Check boundness of font-lock-keywords.
22029
22030 2005-09-12 Richard M. Stallman <rms@gnu.org>
22031
22032 * progmodes/compile.el: Don't decide a file's directory
22033 until the user actually tries to go there.
22034 (compilation-next-error-function):
22035 Pass compilation-find-file the directory from the file-struct.
22036 (compilation-internal-error-properties): Separate local FILE-STRUCT
22037 from FILE. Doc the args better. Rename arg FMT to FMTS.
22038 (compilation-find-file): Arg DIR renamed to DIRECTORY.
22039 Expand it, and if nil, use default-directory.
22040 (compilation-get-file-structure): Don't mix specified directory
22041 with default directory. Put specified directory into
22042 file-struct. Don't make the file name absolute.
22043
22044 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
22045 (compile-command): Add autoload.
22046 (compilation-disable-input): Add autoload.
22047
22048 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
22049
22050 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
22051 strings of the variables it can override.
22052 (time-stamp): New (as yet undocumented) time-stamp-format escapes
22053 %Q and %q, for fully-qualified domain name and unqualified host name.
22054
22055 2005-09-11 Kim F. Storm <storm@cua.dk>
22056
22057 * emacs-lisp/authors.el (authors-aliases): Update list.
22058 (authors-fixed-entries): Update mldrag.el entry.
22059
22060 2005-09-10 Alan Mackenzie <acm@muc.de>
22061
22062 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
22063 from the region narrowed to.
22064
22065 2005-09-10 Magnus Henoch <mange@freemail.hu>
22066
22067 * textmodes/ispell.el (ispell-check-version): Signal an error if
22068 aspell version is less than 0.60.
22069
22070 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
22071
22072 * progmodes/octave-inf.el (inferior-octave-startup):
22073 Resync current dir at the end.
22074
22075 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
22076
22077 * woman.el (woman-topic-at-point-default):
22078 Rename to woman-use-topic-at-point-default.
22079 (woman-topic-at-point): Rename to woman-use-topic-at-point.
22080 (woman-file-name): Reflect renames above. Automatically use the
22081 word at point as topic if woman-use-topic-at-point is non-nil.
22082 Otherwise offer it as default but don't insert it in the
22083 minibuffer. Also use `test-completion' instead of `assoc' as
22084 suggested by Stefan Monnier.
22085
22086 2005-09-10 Andre Spiegel <spiegel@gnu.org>
22087
22088 * vc.el (vc-directory, vc-update-change-log): Throw an error on
22089 the attempt to do it over Tramp. This is not yet supported.
22090
22091 2005-09-10 Eli Zaretskii <eliz@gnu.org>
22092
22093 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
22094 (menu-bar-non-minibuffer-window-p): New functions.
22095 ("Split Window", "Save As..."): Use them.
22096 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
22097 ("Print Buffer", "Truncate Long Lines in this Buffer"):
22098 Use menu-bar-menu-frame-live-and-visible-p.
22099 ("Save Buffer", "Insert File", "Open Directory...")
22100 ("Open File...", "Visit New File..."):
22101 Use menu-bar-non-minibuffer-window-p.
22102 (kill-this-buffer-enabled-p, dired <menu-enable>):
22103 Use menu-bar-non-minibuffer-window-p.
22104
22105 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22106
22107 * cus-start.el (all): Don't complain about fringe-related
22108 built-ins if fringes are not supported. Ditto about
22109 selection-related built-ins. Fix the test for GTK-related built-ins.
22110
22111 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
22112 ("Postscript Print Buffer", "Print Region", "Save As...")
22113 ("Save", "Insert File...", "Open Directory...")
22114 ("Open File...", "Visit New File..."")
22115 ("Truncate Long Lines in this Buffer"): Don't look at
22116 menu-updating-frame if this display does not support multiple frames.
22117
22118 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
22119
22120 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
22121
22122 2005-09-09 Emilio C. Lopes <eclig@gmx.net>
22123
22124 * woman.el: Format- and whitespace-related changes.
22125
22126 2005-09-09 Eli Zaretskii <eliz@gnu.org>
22127
22128 * woman.el: Fix my email address.
22129
22130 2005-09-08 Richard M. Stallman <rms@gnu.org>
22131
22132 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
22133 (sh-mode): Locally set skeleton-pair-default-alist.
22134
22135 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
22136
22137 * progmodes/flymake.el: Require `compile' unconditionally.
22138
22139 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
22140
22141 * woman.el (woman-file-name): Provide a default, not initial input.
22142
22143 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
22144
22145 * font-lock.el (font-lock-support-mode): Doc fix.
22146
22147 * descr-text.el (describe-property-list): Handle non-symbol prop names.
22148
22149 2005-09-08 Richard M. Stallman <rms@gnu.org>
22150
22151 * simple.el (blink-matching-open): Get rid of text props from
22152 the string shown in echo area. Don't permanently set point.
22153 Some rearrangements.
22154
22155 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
22156
22157 * recentf.el (recentf-filename-handler): Add custom choice
22158 `abbreviate-file-name'.
22159
22160 * msb.el (msb--very-many-menus): Fix typo.
22161
22162 * disp-table.el (standard-display-european): Don't set
22163 enable-multibyte-characters to nil.
22164
22165 2005-09-08 David Ponce <david@dponce.com>
22166
22167 * recentf.el (recentf-show-file-shortcuts-flag): New option.
22168 (recentf-expand-file-name): Doc fix.
22169 (recentf-dialog-mode-map): Define digit shortcuts.
22170 (recentf--files-with-key): New variable.
22171 (recentf-show-digit-shortcut-filter): New function.
22172 (recentf-open-files-items): New function.
22173 (recentf-open-files): Use it.
22174 (recentf-open-file-with-key): New command.
22175
22176 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
22177
22178 * buff-menu.el (Buffer-menu-sort-by-column): New function.
22179 Suggested by Kim F. Storm.
22180 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
22181 (Buffer-menu-make-sort-button): Use global keymap.
22182
22183 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
22184
22185 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
22186 (Man-getpage-in-background-advice): Remove defadvice; it isn't
22187 necessary any longer with the remapped command.
22188 (Man-bgproc-sentinel-advice): Remove defadvice which counts
22189 formatting time only.
22190
22191 * net/tramp.el (tramp-action-password)
22192 (tramp-multi-action-password): Compile the password prompt from
22193 `method', `user' and `host'. Sometimes it isn't obvious which
22194 password to enter, for example with remote files offered by
22195 recentf.el, or with multiple steps. Suggested by Robert Marshall
22196 <robert@chezmarshall.freeserve.co.uk>.
22197
22198 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
22199
22200 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
22201 Fix regexp for when "s///" is at the beginning of line.
22202
22203 2005-09-07 Jay Belanger <belanger@truman.edu>
22204
22205 * calc/calc-poly.el (math-expand-term): Multiply out any powers
22206 when in matrix mode.
22207
22208 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
22209
22210 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
22211 non-anonymous functions.
22212
22213 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
22214
22215 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
22216 when using a header line. Otherwise, use mouse-1-click-follows-link.
22217
22218 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
22219 can't be moved; don't signal an error.
22220
22221 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
22222
22223 * cus-theme.el (custom-theme-write-faces): Save the current face
22224 spec, not the defface spec.
22225
22226 * custom.el (custom-known-themes): Clarify meaning of "standard".
22227 (custom-push-theme): Save old values in the standard theme.
22228 (disable-theme): Correct typo.
22229 (custom-face-theme-value) Deleted unused function.
22230 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
22231
22232 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
22233
22234 * progmodes/compile.el (compilation-goto-locus): Take into account
22235 iconified frames when determining whether the buffer is
22236 already visible.
22237 Don't reset window height if the window already existed.
22238
22239 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
22240
22241 * custom.el (load-theme): Rename from require-theme.
22242 Add interactive spec.
22243 (enable-theme): Rename from custom-enable-theme.
22244 Add interactive spec.
22245 (disable-theme): Rename from custom-disable-theme.
22246 Add interactive spec.
22247 (custom-make-theme-feature): Doc fix.
22248 (custom-theme-directory): Doc fix.
22249 (provide-theme): Call enable-theme.
22250
22251 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
22252
22253 * obsolete/lazy-lock.el (lazy-lock-mode):
22254 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
22255 font-lock-mode if it's off. Print a warning instead.
22256
22257 * progmodes/compile.el (compilation-start): Ignore errors if the
22258 process died before we get to send-eof.
22259
22260 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
22261 Undo last change. Enclosing the result in quotes broke things on Unix
22262 since tex-send-command passes it through shell-quote-argument.
22263 (tex-send-command): Pass `file' through convert-standard-filename
22264 when possible.
22265 (tex-uptodate-p): Handle the case where TeX hasn't put additional
22266 info in a transcript.
22267
22268 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
22269
22270 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
22271 fix compilation warning. Reorder the key definitions to group
22272 together keys emitted by the current version of xterm.
22273
22274 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
22275 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
22276 Reorder predicates to correct min-color usage.
22277
22278 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
22279
22280 * longlines.el (longlines-mode): Inhibit read-only when encoding.
22281 Kill local variables when longlines-mode is turned off.
22282
22283 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
22284
22285 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
22286
22287 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
22288
22289 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
22290
22291 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
22292 (font-lock-lines-before): Change default to being inactive.
22293 (font-lock-default-fontify-region): Obey font-lock-lines-before.
22294 (font-lock-after-change-function): Don't handle f-l-lines-before here.
22295
22296 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22297
22298 * net/tramp.el (tramp-handle-make-auto-save-file-name):
22299 Deactivate temporarily advice if active (not needed for Emacs 22,
22300 but for backwards compatibility).
22301 (tramp-exists-file-name-handler): Rewrite. First implementation
22302 was too simple.
22303 (tramp-advice-make-auto-save-file-name):
22304 Call `tramp-handle-make-auto-save-file-name' (again, just for
22305 backwards compatibility).
22306
22307 2005-08-31 Reto Zimmermann <reto@gnu.org>
22308
22309 * progmodes/vhdl-mode.el
22310 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
22311 (vhdl-end-p): Fix indentation bug "else" after "-- when".
22312 (vhdl-set-default-project): New function (easier setting of default).
22313 (vhdl-port-copy): Handle extended identifiers for generics.
22314 (vhdl-compiler-alist): Better description for error message regexp.
22315 (vhdl-make): Query for target, use previous as default.
22316 (vhdl-port-copy): Fix port copy for port names starting with "signal".
22317 (vhdl-font-lock-keywords-2): Fix fontification for record
22318 el. assign.
22319 (vhdl-speedbar-make-subpack-line): Add package body link.
22320 (vhdl-generate-makefile-1): Not include itself as dependency.
22321 (vhdl-font-lock-init): Highlight c-preprocessor directives.
22322 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
22323 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
22324 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
22325 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
22326 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
22327 (vhdl-import-project): Add string argument for `error'.
22328 (vhdl-compose-configuration)
22329 (vhdl-compose-configuration-architecture): Add configuration
22330 declaration generation.
22331 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
22332 (vhdl-trailer-re): Add "record" keyword (better indentation).
22333 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
22334 "[^ \t-\"]+".
22335 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
22336 (vhdl-testbench-entity-file-name)
22337 (vhdl-testbench-architecture-file-name): Allow separate
22338 customization of testbench file names.
22339 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
22340 (vhdl-get-visible-signals): Allow newline within alias declaration.
22341 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
22342 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
22343 (member-ignore-case): Alias for missing function in XEmacs.
22344 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
22345 (vhdl-update-sensitivity-list): Ignore case on read signals.
22346 (vhdl-replace-string): Adjust case only for file names.
22347 (vhdl-update-sensitivity-list): Fix search for read signals.
22348 (vhdl-update-sensitivity-list): Exclude formal parameters.
22349 (vhdl-get-visible-signals): Include aliases of signals.
22350 (vhdl-get-visible-signals): Fix signal name searching.
22351 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
22352 (vhdl-fixup-whitespace-region): Fix for character
22353 literals (e.g. `:').
22354
22355 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
22356
22357 * ansi-color.el (comint-last-output-start):
22358 * bs.el (font-lock-verbose):
22359 * diff-mode.el (add-log-buffer-file-name-function):
22360 * dired-x.el (vm-folder-directory):
22361 * faces.el (help-xref-stack-item):
22362 * files.el (font-lock-keywords):
22363 * find-lisp.el (dired-buffers, dired-subdir-alist):
22364 * ido.el (cua-inhibit-cua-keys):
22365 * log-view.el (cvs-minor-wrap-function):
22366 * outline.el (font-lock-warning-face):
22367 * simple.el (compilation-current-error):
22368 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
22369 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
22370 * tooltip.el (comint-prompt-regexp):
22371 * w32-fns.el (explicit-shell-file-name):
22372 * term/mac-win.el (mac-charset-info-alist)
22373 (mac-services-selection, mac-system-script-code):
22374 * term/tty-colors.el (msdos-color-values):
22375 * term/w32-win.el (xlfd-regexp-registry-subnum):
22376 * term/x-win.el (x-keysym-table, x-selection-timeout)
22377 (x-session-id, x-session-previous-id):
22378 * textmodes/ispell.el (mail-yank-prefix):
22379 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
22380 * textmodes/org.el (calc-embedded-close-formula)
22381 (calc-embedded-open-formula)
22382 (font-lock-unfontify-region-function):
22383 * textmodes/reftex-global.el (isearch-next-buffer-function)
22384 (TeX-master):
22385 * textmodes/reftex.el (font-lock-keywords):
22386 * textmodes/tex-mode.el (font-lock-comment-face)
22387 (font-lock-doc-face):
22388 * textmodes/texinfo.el (outline-heading-alist):
22389 Add defvars.
22390
22391 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
22392 (artist-spray-chars, artist-mode-init, artist-replace-string)
22393 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
22394 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
22395 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
22396
22397 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
22398 (conf-align-assignments): "?\ " -> "?\s".
22399
22400 * textmodes/reftex-index.el (TeX-master): Add defvar.
22401 (reftex-index-phrases-marker): Move up defvar.
22402
22403 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
22404 (reftex-toc-include-labels-indicator)
22405 (reftex-toc-include-index-indicator)
22406 (reftex-toc-max-level-indicator): Move up declarations.
22407
22408 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
22409 of args to `tramp-run-real-handler', even if it's empty in this case.
22410
22411 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22412
22413 * dired.el (dired-move-to-filename-regexp): Add date format for
22414 Mac OS X 10.3 in East Asian locales.
22415
22416 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
22417
22418 * files.el (make-auto-save-file-name): Add file name handler call
22419 if applicable.
22420
22421 * net/tramp.el (tramp-file-name-handler-alist)
22422 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
22423 (tramp-handle-make-auto-save-file-name): Rename from
22424 `tramp-make-auto-save-file-name'.
22425 (tramp-exists-file-name-handler): New defun.
22426 (tramp-advice-make-auto-save-file-name): Make defadvice only when
22427 `make-auto-save-file-name' is not a magic file name operation.
22428
22429 2005-08-30 Richard M. Stallman <rms@gnu.org>
22430
22431 * files.el (risky-local-variable-p):
22432 Match `-predicates' and `-commands.
22433
22434 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
22435 (custom-save-all): Visit the file if necessary;
22436 kill the buffer if we created it.
22437 (custom-save-delete): Don't visit file or kill buffer here.
22438
22439 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
22440
22441 * textmodes/org.el (org-special-keyword): New face.
22442 (org-table-copy-down, org-table-eval-formula)
22443 (org-table-recalculate, org-init-section-numbers):
22444 Use `string-to-number' instead of `string-to-int'.
22445 (org-get-location): Use `insert-buffer-substring' instead of
22446 `insert-buffer'.
22447 (org-modify-diary-entry-string): New function.
22448 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
22449 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
22450 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
22451 active region.
22452 (org-export-as-html): Handle QUOTE keyword.
22453 (org-quote-string): New option.
22454 (org-bookmark-jump-unhide): New function, used for
22455 `bookmark-after-jump-hook'.
22456 (org-diary-default-entry): Apply only when not called through
22457 `org-agenda'.
22458
22459 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
22460
22461 * net/eudc.el (mode-popup-menu):
22462 * play/handwrite.el (ps-printer-name, ps-lpr-command):
22463 * progmodes/ada-mode.el (compile-auto-highlight)
22464 (skeleton-further-elements):
22465 * progmodes/autoconf.el (font-lock-syntactic-keywords):
22466 * progmodes/cmacexp.el (msdos-shells):
22467 * progmodes/compile.el (font-lock-extra-managed-props)
22468 (font-lock-keywords, font-lock-maximum-size)
22469 (font-lock-support-mode):
22470 * progmodes/grep.el (font-lock-lines-before):
22471 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
22472 * progmodes/mixal-mode.el (compile-command):
22473 * progmodes/perl-mode.el (font-lock-comment-face)
22474 (font-lock-doc-face, font-lock-string-face):
22475 * progmodes/prolog.el (comint-prompt-regexp):
22476 * progmodes/sh-script.el (font-lock-comment-face)
22477 (font-lock-set-defaults, font-lock-string-face):
22478 * progmodes/sql.el (font-lock-keyword-face)
22479 (font-lock-set-defaults, font-lock-string-face):
22480 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
22481 (itimer-version, lazy-lock-defer-contextually)
22482 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
22483 Add defvars.
22484
22485 * progmodes/cperl-mode.el (cperl-electric-lbrace)
22486 (cperl-electric-keyword, cperl-electric-pod)
22487 (cperl-electric-backspace, cperl-forward-re)
22488 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
22489 (vc-rcs-header, vc-sccs-header): Add defvars.
22490
22491 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
22492 (font-lock-syntactic-keywords, gud-find-expr-function):
22493 Add defvars.
22494
22495 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
22496 (gdb-frame-parameters): Declare before use.
22497
22498 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
22499 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
22500 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
22501 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
22502
22503 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
22504 (idlwave-help-with-source): Use `insert-buffer-substring', not
22505 `insert-buffer'.
22506
22507 2005-08-29 Juri Linkov <juri@jurta.org>
22508
22509 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
22510 Put outline-back-to-heading function call inside save-excursion.
22511
22512 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
22513
22514 * man.el (Man-init-defvars, Man-translate-references)
22515 (Man-support-local-filenames, Man-highlight-references):
22516 * progmodes/sql.el (sql-interactive-mode):
22517 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
22518
22519 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
22520 (compilation-mode-font-lock-keywords): Add defvars.
22521 (checkdoc-interactive-loop): "?\ " -> "?\s".
22522
22523 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
22524 (font-lock-doc-face, font-lock-string-face)
22525 (font-lock-keywords-case-fold-search): Add defvars.
22526 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
22527
22528 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
22529 Don't pass X and Y (they are ignored anyway).
22530 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
22531 (mouse-delete-window): Make arguments optional.
22532
22533 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
22534 (caesar-translate-table, minor-modes, news-buffer-save)
22535 (news-group-name, news-minor-modes): Add defvars.
22536
22537 * emacs-lisp/lselect.el (mouse-highlight-priority)
22538 (x-lost-selection-functions, zmacs-regions):
22539 * emacs-lisp/pp.el (font-lock-verbose):
22540 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
22541 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
22542 (ses-mode-map):
22543 * emacs-lisp/tcover-unsafep.el (safe-functions):
22544 * international/mule-cmds.el (mac-system-coding-system)
22545 (mac-system-locale):
22546 * language/ethio-util.el (rmail-current-message)
22547 (rmail-message-vector):
22548 * language/thai-util.el (thai-auto-composition-mode):
22549 * mail/metamail.el (rmail-current-message, rmail-message-vector):
22550 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
22551 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
22552 (vm-primary-inbox, vm-spool-files):
22553 * mail/rmail.el (deleted-head, font-lock-fontified)
22554 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
22555 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
22556 (total-messages):
22557 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
22558 (rmail-summary-mode-map):
22559 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
22560 (rmail-last-label, rmail-last-multi-labels)
22561 (rmail-summary-vector, rmail-total-messages):
22562 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
22563 * mail/rmailsum.el (msgnum):
22564 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
22565 (rmail-current-message):
22566 * obsolete/fast-lock.el (font-lock-face-list):
22567 * obsolete/rnewspost.el (mail-reply-buffer):
22568 * obsolete/scribe.el (compile-command):
22569 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
22570
22571 2005-08-28 John Paul Wallington <jpw@gnu.org>
22572
22573 * ibuf-ext.el (ibuffer-auto-update-changed):
22574 Use `frame-or-buffer-changed-p' to check whether we need to update.
22575 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
22576 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
22577 as a `frame-or-buffer-changed-p' state vector instead.
22578
22579 2005-08-27 Romain Francoise <romain@orebokech.com>
22580
22581 * textmodes/makeinfo.el (makeinfo-compile):
22582 Use `compilation-start'. Set `next-error-function' according to
22583 `disable-errors'.
22584 (makeinfo-next-error): New function.
22585 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
22586 (makeinfo-buffer): Likewise.
22587
22588 * progmodes/compile.el (compilation-start): Add autoload cookie.
22589
22590 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
22591 * textmodes/sgml-mode.el: Likewise.
22592 * progmodes/python.el: Likewise.
22593
22594 2005-08-27 Eli Zaretskii <eliz@gnu.org>
22595
22596 * simple.el (blink-matching-paren-distance): Document the meaning
22597 of nil value, and allow to customize to nil.
22598
22599 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
22600 command.com, not command.exe.
22601
22602 2005-08-26 John Wiegley <johnw@newartisans.com>
22603
22604 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
22605 code around a bit so that an extraneous nil argument is not added
22606 to a command when no args are given.
22607
22608 * eshell/esh-arg.el (eshell-parse-double-quote): If a
22609 double-quoted argument resolves to nil, return it as an empty
22610 string rather than as nil. This made it impossible to pass "" to
22611 a shell script as a null string argument.
22612
22613 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
22614
22615 * outline.el (outline-invent-heading): New fun.
22616 (outline-promote, outline-demote): Use it.
22617 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
22618 (outline-end-of-subtree): Remove unused var `opoint'.
22619
22620 2005-08-26 David Reitter <david.reitter@gmail.com>
22621
22622 * menu-bar.el (truncate-lines, write-file, print-buffer)
22623 (ps-print-buffer-faces, ps-print-buffer, split-window):
22624 Disable menu items when the frame they refer to is invisible, or when
22625 they refer to a buffer and the minibuffer is selected.
22626
22627 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
22628
22629 * progmodes/flymake.el (flymake-highlight-err-lines):
22630 Use save-excursion around flymake-highlight-line to preserve point.
22631
22632 2005-08-26 Eli Zaretskii <eliz@gnu.org>
22633
22634 * progmodes/octave-mod.el: Change Author and Maintainer address.
22635 (octave-maintainer-address): Change Kurt's email address.
22636 * progmodes/octave-inf.el: Change Author and Maintainer address.
22637 * progmodes/octave-hlp.el: Change Author and Maintainer address.
22638
22639 2005-08-26 Kim F. Storm <storm@cua.dk>
22640
22641 * subr.el (version-list-<, version-list-<=, version-list-=):
22642 Rename from integer-list-*.
22643 (version-list-not-zero): Likewise. Fix while loop.
22644 (version=): Use version-list-= instead of string-equal.
22645
22646 2005-08-26 Richard M. Stallman <rms@gnu.org>
22647
22648 * outline.el (outline-promote): Try shortening the heading.
22649 As last resort, read the heading to use.
22650 (outline-demote): As last resort, read the heading to use.
22651
22652 2005-08-26 Romain Francoise <romain@orebokech.com>
22653
22654 * progmodes/compile.el (compilation-start): Doc fix.
22655
22656 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
22657 (antlr-font-lock-additional-keywords): Fix reference to
22658 `antlr-font-lock-literal-regexp' erroneously changed during the
22659 mass face rename.
22660 (antlr-run-tool): Use `compilation-start'.
22661
22662 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
22663 instead of the obsolete `compile-internal'.
22664
22665 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
22666
22667 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
22668 (number, original-date):
22669 * calendar/cal-china.el (date):
22670 * calendar/cal-coptic.el (date):
22671 * calendar/cal-french.el (date):
22672 * calendar/cal-hebrew.el (date, entry, number, original-date):
22673 * calendar/cal-islam.el (date, number, original-date):
22674 * calendar/cal-iso.el (date):
22675 * calendar/cal-julian.el (date):
22676 * calendar/cal-mayan.el (date):
22677 * calendar/cal-menu.el (date, event):
22678 * calendar/cal-persia.el (date):
22679 * calendar/lunar.el (date):
22680 * calendar/solar.el (date): Add defvars.
22681
22682 * emerge.el:
22683 * ibuffer.el:
22684 * info-xref.el:
22685 * obsolete/bg-mouse.el:
22686 * obsolete/sun-curs.el:
22687 * obsolete/swedish.el: Move the `defvar's to the top level.
22688
22689 * smerge-mode.el (smerge-refined-change): Add :group.
22690
22691 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
22692
22693 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
22694 (smerge-keep-n): Remove props.
22695 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
22696 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
22697 now that it's done in smerge-keep-n.
22698 (smerge-refined-change): New face.
22699 (smerge-refine-chopup-region, smerge-refine-highlight-change)
22700 (smerge-refine): New funs.
22701 (smerge-basic-map): Bind smerge-refine.
22702
22703 2005-08-25 Juri Linkov <juri@jurta.org>
22704
22705 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
22706 compilation-process-setup-function and compilation-disable-input
22707 in grep-mode instead of let-bindings in grep.
22708
22709 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
22710 Delete "Automatic File De/compression" (auto-compression-mode).
22711
22712 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
22713
22714 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
22715 Silence warning about non-existent variable.
22716
22717 2005-08-25 Richard M. Stallman <rms@gnu.org>
22718
22719 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
22720 Rename "Describe Key" to "Describe Key or Mouse Operation".
22721
22722 * mail/mailalias.el (build-mail-aliases): Delete comments
22723 from the contents before processing them.
22724
22725 * isearch.el (isearch-edit-string): Erase the Search prompt
22726 if user enters an empty string and there is no default.
22727
22728 * comint.el (comint-file-name-prefix): Add autoload.
22729
22730 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
22731
22732 * subr.el (play-sound): Rearrange to avoid warning.
22733
22734 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
22735
22736 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
22737 New hook.
22738 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
22739
22740 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
22741
22742 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
22743
22744 * custom.el (custom-theme-set-variables): Sort minor modes last.
22745
22746 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22747
22748 * subr.el (version-separator, version-regexp-alist): New vars used by
22749 version comparison funs.
22750 (integer-list-<, integer-list-=, integer-list-<=)
22751 (integer-list-not-zero): New funs for integer list comparison.
22752 (version-to-list, version=, version<, version<=): New funs for version
22753 comparison.
22754
22755 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
22756
22757 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
22758 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
22759 time to silence the byte-compiler.
22760
22761 * ibuffer.el (ibuffer-compile-make-eliding-form)
22762 (ibuffer-check-formats): Use `with-no-warnings' to hide references
22763 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
22764 so it's silly to get warnings for it).
22765 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
22766 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
22767 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
22768 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
22769 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
22770 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
22771 Defvar at compile time.
22772 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
22773 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
22774 Declare them before use.
22775
22776 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
22777 (info-xref-good, info-xref-bad): Defvar at compile time.
22778
22779 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
22780 Use `let*' instead of `let'.
22781
22782 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
22783 (*mouse-y*, menu, char): Defvar at compile time.
22784 (sc::menu): Declare it before use.
22785 (sc::pack-one-line): Use `let', not `let*'.
22786
22787 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
22788 (mail-send-hook): Defvar at compile time.
22789
22790 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
22791 Defvar at compile time.
22792
22793 * term/sun-mouse.el (current-global-mousemap)
22794 (current-local-mousemap): Declare them before use.
22795
22796 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
22797
22798 * bookmark.el (bookmark-after-jump-hook): New hook.
22799 (bookmark-jump): Run `bookmark-after-jump-hook'.
22800
22801 2005-08-23 Juri Linkov <juri@jurta.org>
22802
22803 * faces.el (minibuffer-prompt): Doc fix.
22804
22805 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
22806
22807 * progmodes/xscheme.el: Trivial changes to silence warnings.
22808 (xscheme-previous-mode, xscheme-previous-process-state):
22809 Add defvars.
22810 (xscheme-last-input-end, xscheme-process-command-line)
22811 (xscheme-process-name, xscheme-buffer-name)
22812 (xscheme-expressions-ring-max, xscheme-expressions-ring)
22813 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
22814 (xscheme-control-g-synchronization-p)
22815 (xscheme-control-g-disabled-p, xscheme-string-receiver)
22816 (default-xscheme-runlight, xscheme-runlight)
22817 (xscheme-runlight-string, xscheme-process-filter-state)
22818 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
22819 Move to beginning of file.
22820 (scheme-interaction-mode-commands-alist)
22821 (scheme-interaction-mode-map, scheme-debugger-mode-map):
22822 Declare them before use. Note: the initialization code for the
22823 variables has not been moved because it uses functions that reference
22824 the variables.
22825 (xscheme-control-g-message-string, xscheme-process-filter-alist)
22826 (xscheme-prompt-for-expression-map): Declare them before use.
22827 (scheme-debugger-mode-commands): "?\ " -> "?\s".
22828
22829 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
22830
22831 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
22832
22833 2005-08-22 Juri Linkov <juri@jurta.org>
22834
22835 * faces.el (set-face-underline): Delete this duplicate function
22836 and make an obsolete alias to set-face-underline-p.
22837 (set-face-underline-p): Use docstring of set-face-underline.
22838 (describe-face): Create hyperlink to parent face.
22839
22840 * info.el (Info-insert-dir): Use save-excursion around
22841 insert-buffer-substring.
22842 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
22843 (Info-escape-percent): Delete function.
22844 (Info-fontify-node): Replace Info-escape-percent by
22845 replace-regexp-in-string with REP arg set to lambda that
22846 duplicates `%' and preserves text properties.
22847
22848 * progmodes/compile.el (compilation-disable-input): Doc fix.
22849 (define-compilation-mode): Doc fix and refill.
22850 (kill-compilation): Use `mode-name' in the error message.
22851 (compilation-find-file): Use `compilation-error' in the
22852 read-file-name's prompt.
22853
22854 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
22855
22856 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
22857 (smerge-auto-leave): Make undo re-enable the mode.
22858 (debug-ignored-errors): Add the user-error of impossible resolution.
22859 (smerge-resolve): Move things around a bit, in preparation for later.
22860 (smerge-diff): Don't fail if the buffer has no associated file.
22861 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
22862 (smerge-conflict-overlay): New function.
22863 (smerge-match-conflict): Don't add text properties here.
22864 (smerge-find-conflict): Instead, add an overlay here.
22865 Also check for the case where we're inside a conflict already, so as to
22866 obviate the need for font-lock-multiline, which is unbearably slow with
22867 large conflicts and ciomplex font-lock patterns.
22868 (smerge-remove-props): Remove overlay rather than text-properties.
22869 (smerge-mode): Don't set font-lock-multiline.
22870 Remove overlays when turned off.
22871
22872 2005-08-21 Kim F. Storm <storm@cua.dk>
22873
22874 * ido.el (ido-ignore-item-p): Use save-match-data.
22875 Bind case-fold-search to ido-case-fold locally.
22876
22877 2005-08-20 Richard M. Stallman <rms@gnu.org>
22878
22879 * files.el (normal-mode): If font lock is on, turn it off and on.
22880
22881 * subr.el (replace-regexp-in-string): Doc fix.
22882
22883 * startup.el (command-line-1): Don't suppress startup screen
22884 due to existing processes.
22885
22886 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
22887
22888 * progmodes/compile.el (compilation-disable-input): Default to nil.
22889
22890 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22891
22892 * progmodes/compile.el (compilation-disable-input): New defcustom.
22893 (compilation-start): If compilation-disable-input is non-nil, send
22894 EOF to the compilation process.
22895
22896 2005-08-20 Eli Zaretskii <eliz@gnu.org>
22897
22898 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
22899 Run the argument of tex-shell-cd-command through
22900 convert-standard-filename, to get the correct style of slashes on
22901 Windows, and enclose the result in quotes, in case the file name
22902 includes whitespace or other special characters.
22903
22904 2005-08-19 Andreas Schwab <schwab@suse.de>
22905
22906 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
22907 process.
22908
22909 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
22910
22911 * cus-start.el (minibuffer-prompt-properties): Correct typo.
22912
22913 2005-08-18 Kim F. Storm <storm@cua.dk>
22914
22915 * scroll-lock.el: Fix errors due to incorrect line wrapping.
22916
22917 2005-08-18 Richard M. Stallman <rms@gnu.org>
22918
22919 * scroll-lock.el: New file.
22920
22921 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
22922
22923 * dired.el (dired-move-to-end-of-filename):
22924 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
22925
22926 2005-08-18 Kim F. Storm <storm@cua.dk>
22927
22928 * ido.el (ido-everywhere): Fix defcustom :set function to disable
22929 rather than toggle mode when custom value is nil.
22930 (ido-everywhere): Fix defun doc string.
22931
22932 2005-08-17 Richard M. Stallman <rms@gnu.org>
22933
22934 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
22935 as tag instead of "Inviolable".
22936
22937 2005-08-17 Kim F. Storm <storm@cua.dk>
22938
22939 * windmove.el (windmove-coordinates-of-position): Remove.
22940 (windmove-coordinates-of-window-position): Remove.
22941 (windmove-reference-loc): Use posn-at-point instead.
22942
22943 * subr.el (insert-for-yank-1): Doc fix.
22944
22945 * ido.el (ido-enter-matching-directory): Rename from
22946 ido-enter-single-matching-directory. Change `slash' choice to
22947 `only'. Add `first' choice.
22948 (ido-exhibit): Adapt to above changes.
22949
22950 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
22951
22952 * Makefile.in: Expand comment about building loaddefs.el.
22953
22954 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
22955
22956 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
22957 Comment use of defadvice.
22958
22959 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
22960
22961 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
22962
22963 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
22964 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
22965 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
22966 * progmodes/idlw-shell.el, progmodes/ld-script.el,
22967 * progmodes/which-func.el, ruler-mode.el, strokes.el,
22968 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
22969 for backward compatibility for faces that did not appear in the
22970 previous Emacs release.
22971
22972 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
22973
22974 2005-08-15 Kim F. Storm <storm@cua.dk>
22975
22976 * emulation/cua-base.el (cua-delete-region): Return t if
22977 deleted region was non-empty.
22978 (cua-replace-region): Inhibit overwrite-mode for
22979 self-insert-command if replaced region was non-empty.
22980 (cua--explicit-region-start, cua--status-string): Make them
22981 buffer-local at top-level...
22982 (cua-mode): ...rather than when mode is enabled.
22983
22984 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
22985
22986 * progmodes/vhdl-mode.el (vhdl-emacs-21):
22987 Set t for Emacs 21, 22, and so on.
22988
22989 2005-08-15 David Ponce <david@dponce.com>
22990
22991 * tree-widget.el: Update Commentary header.
22992 (tree-widget-theme): Doc fix.
22993 (tree-widget-space-width): New option.
22994 (tree-widget-image-properties): Look up in the default theme too.
22995 (tree-widget--cursors): Only for images with arrow pointer shape.
22996 (tree-widget-lookup-image): Pointer shape is hand by default.
22997 (tree-widget-icon): Rename generic icon widget from
22998 `tree-widget-control'.
22999 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
23000 derive from `tree-widget-icon'.
23001 (tree-widget-handle): Improve default look and feel of the text
23002 representation.
23003 (tree-widget): Rename :*-control properties to :*-icon properties.
23004 Add :action and :help-echo properties.
23005 (tree-widget-after-toggle-functions): Move.
23006 (tree-widget-close-node, tree-widget-open-node): Remove.
23007 (tree-widget-before-create-icon-functions): New hook.
23008 (tree-widget-value-create): Update to allow customization of icons
23009 and nodes at run-time via that new hook.
23010 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
23011 (tree-widget-icon-action, tree-widget-icon-help-echo)
23012 (tree-widget-action, tree-widget-help-echo): New functions.
23013
23014 2005-08-15 Kim F. Storm <storm@cua.dk>
23015
23016 * ido.el (ido-buffer-internal): Use with-no-warnings.
23017 (ido-make-merged-file-list): Use while-no-input.
23018
23019 2005-08-15 Richard M. Stallman <rms@gnu.org>
23020
23021 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
23022 (flyspell-large-region): Fix doc and custom type.
23023
23024 2005-08-14 Richard M. Stallman <rms@gnu.org>
23025
23026 * files.el (interpreter-mode-alist): Doc fix.
23027
23028 * mail/rmail.el (rmail-nonignored-headers): New variable.
23029 (rmail-clear-headers): Use it.
23030 (rmail-reply): Better handling of mail-followup-to header.
23031
23032 * progmodes/sh-script.el (sh-font-lock-keywords-var):
23033 Rename variable from sh-font-lock-keywords. In the `shell' entry,
23034 don't try to refer to executable-font-lock-keywords.
23035 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
23036 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
23037 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
23038 (sh-mode): Set comment-start-skip, local-abbrev-table,
23039 imenu-case-fold-search.
23040 (sh-set-shell): Don't set them here.
23041 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
23042 Don't cache the results in the original alist; don't ever modify
23043 that alist.
23044
23045 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
23046
23047 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
23048 empty.
23049
23050 2005-08-15 Andreas Schwab <schwab@suse.de>
23051
23052 * desktop.el: Put autoload cookie at risky-local-variable declarations.
23053
23054 * dired.el, info.el, mail/rmail.el: Revert last change.
23055
23056 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
23057
23058 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
23059 modification in `eval-after-load' form.
23060 * info.el: Likewise.
23061 * mail/rmail.el: Likewise.
23062
23063 2005-08-14 Juri Linkov <juri@jurta.org>
23064
23065 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23066 Remove highlighting of "Compilation started". Highlight only
23067 the word "finished" in "Compilation finished". Add highlighting
23068 of "interrupt", "killed", "terminated" and the exit code.
23069 (compilation-start): Add newline after header. Use exactly the
23070 same time stamp format as the finishing message.
23071 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
23072
23073 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
23074 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
23075 Add highlighting of "interrupt", "killed", "terminated".
23076
23077 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
23078 enabled and the current command is self-insert-command, call it
23079 explicitly with overwrite-mode bound to nil, to not allow it
23080 to delete the character after the selected region.
23081
23082 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
23083
23084 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
23085 move-end-of-line, end-of-line, and beginning-of-line to the list
23086 of commands after which the echo area is updated.
23087
23088 2005-08-12 Eli Zaretskii <eliz@gnu.org>
23089
23090 * cus-edit.el (custom-save-all, custom-save-delete):
23091 Bind recentf-exclude to exclude custom-file.
23092
23093 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
23094
23095 * mail/rmailsum.el (rmail-summary-end-of-message): New command
23096 to go to the bottom of the mail message. Added to
23097 `rmail-summary-mode-map' with key "/".
23098 (rmail-summary-show-message): New (internal) function for use by
23099 both `rmail-summary-beginning/end-of-message'.
23100 (rmail-summary-beginning-of-message): Change to use
23101 rmail-summary-show-message.
23102
23103 * mail/rmail.el (rmail-end-of-message): New command to go to the
23104 end of the current message. Added to `rmail-mode-map' with key "/".
23105 (rmail-beginning-of-message): Fix to work as documented.
23106 (rmail-mode): Change documentation.
23107
23108 * progmodes/compile.el (compilation-start): Add the line
23109 "Compilation started" with compilation start time.
23110 (compilation-mode-font-lock-keywords): Add `started' to keywords.
23111
23112 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
23113
23114 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
23115 of menu items.
23116
23117 2005-08-11 Richard M. Stallman <rms@gnu.org>
23118
23119 * simple.el (pop-global-mark): Reverse test of widen-automatically.
23120
23121 * battery.el (battery-status-function): Don't use ignore-errors.
23122
23123 2005-08-11 Lute Kamstra <lute@gnu.org>
23124
23125 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
23126 define-obsolete-variable-alias.
23127
23128 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
23129
23130 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
23131 (ange-ftp-send-cmd): Revert last change, and expand
23132 the comment explaining the problem.
23133
23134 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
23135
23136 * ldefs-boot.el: Update.
23137
23138 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
23139 item to "Time, Load and Mail". Change help echo text.
23140
23141 * time.el (display-time-use-mail-icon, display-time-format)
23142 (display-time-string-forms): Shorten first line of docstrings.
23143
23144 2005-08-10 Lars Hansen <larsh@soem.dk>
23145
23146 * desktop.el (desktop-buffer-mode-handlers):
23147 Make non-customizable. Add autoload cookie. Change initial value to
23148 nil; add elements in respective modules instead. Fix doc string.
23149 (desktop-load-file): New function.
23150 (desktop-minor-mode-handlers): New autoloaded variable.
23151 (desktop-create-buffer): Call minor mode handlers.
23152 Use desktop-load-file to load major and minor mode modules prior to
23153 checking for a handler.
23154 (desktop-save): Don't add nil to desktop-minor-modes for minor
23155 modes with nil function in desktop-minor-mode-table. Don't delete
23156 desktop file before rewriting it.
23157 (desktop-locals-to-save): Add autoload cookie. Don't make
23158 automatically buffer-local. Add variables column-number-mode,
23159 size-indication-mode, indent-tabs-mode,
23160 indicate-buffer-boundaries, indicate-empty-lines and
23161 show-trailing-whitespace.
23162 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
23163 regexps. Don't use desktop-clear-preserve-buffers-regexp.
23164 (desktop-clear-preserve-buffers-regexp): Delete.
23165 (desktop-clear-preserve-buffers): Update initial value and docstring.
23166 (desktop-save-buffer): Fix doc string.
23167
23168 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
23169 (hilit-chg-desktop-restore): New function.
23170 (highlight-changes-mode): Add highlight-changes-mode to
23171 desktop-locals-to-save.
23172
23173 * dired.el: Add handler to desktop-buffer-mode-handlers.
23174 (dired-restore-desktop-buffer): Remove autoload cookie.
23175 (dired-mode): Add autoload cookie.
23176
23177 * info.el: Add handler to desktop-buffer-mode-handlers.
23178 (Info-restore-desktop-buffer): Remove autoload cookie.
23179 (Info-mode): Add autoload cookie.
23180
23181 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
23182 (mh-restore-desktop-buffer): Remove autoload cookie.
23183 (mh-folder-mode): Add autoload cookie.
23184
23185 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
23186 (rmail-restore-desktop-buffer): Remove autoload cookie.
23187
23188 2005-08-11 Masatake YAMATO <jet@gyve.org>
23189
23190 * hexl.el (hexl-address-region):
23191 (hexl-ascii-region, hexl-font-lock-keywords):
23192 (hexl-highlight-line-range): Use the term "region"
23193 instead of "area" for consistency with the other symbols
23194 defined in hexl.el.
23195
23196 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
23197
23198 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
23199 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
23200 out by Juri Linkov). Add `display-battery-mode'.
23201
23202 2005-08-09 Juri Linkov <juri@jurta.org>
23203
23204 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23205 Remove `-text' from face variable names.
23206 (compilation-error-file-name, compilation-warning-file-name)
23207 (compilation-info-file-name): Delete faces.
23208 (compilation-line-number, compilation-column-number):
23209 Remove face underlining.
23210 (compilation-message-face): Set to `underline' value by default.
23211 (compilation-error-face, compilation-warning-face)
23212 (compilation-info-face): Remove `-file-name' from face names.
23213 (compilation-error-text-face, compilation-warning-text-face)
23214 (compilation-info-text-face): Delete face variables.
23215 (compilation-text-face): Delete function.
23216
23217 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
23218 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
23219 (grep-error-face): Set to `compilation-error' instead of
23220 `compilation-error-face' (which is redefined to `grep-hit-face' in
23221 grep buffers).
23222 (grep-mode-font-lock-keywords): Remove `-text' from face variable
23223 names. Use `grep-error-face' instead of `compilation-error-text-face'.
23224
23225 * dired-aux.el (dired-do-query-replace-regexp):
23226 Use `query-replace-read-args'.
23227
23228 * replace.el (query-replace-read-from, query-replace-read-to)
23229 (query-replace-read-args): Rename arg `string' to `prompt'.
23230
23231 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
23232
23233 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
23234
23235 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
23236 uploading files.
23237 (ange-ftp-canonize-filename): Handle file names beginning with ~
23238 correctly.
23239
23240 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23241
23242 * textmodes/fill.el (canonically-space-region)
23243 (fill-context-prefix, fill-french-nobreak-p)
23244 (fill-delete-newlines, fill-comment-paragraph)
23245 (justify-current-line): "?\ " -> "?\s".
23246
23247 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
23248
23249 * textmodes/fill.el (fill-nonuniform-paragraphs):
23250 Improve argument/docstring consistency.
23251
23252 2005-08-09 Richard M. Stallman <rms@gnu.org>
23253
23254 * textmodes/ispell.el (ispell-word): More fboundp checks.
23255
23256 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
23257 (find-file-noselect-1): Call it here, only if RAWFILE.
23258 (normal-mode): Always set some major mode.
23259 (save-some-buffers-action-alist): Change some explanation strings.
23260 (file-name-non-special): In the `quote' method, use unwind-protect.
23261
23262 2005-08-09 Magnus Henoch <mange@freemail.hu>
23263
23264 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
23265 (ispell-have-aspell-dictionaries): New variable.
23266 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
23267 (ispell-get-aspell-config-value): New function.
23268 (ispell-aspell-find-dictionary): New function.
23269 (ispell-aspell-add-aliases): New function.
23270 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
23271 appropriate. Don't look for ispell dictionaries if we use aspell.
23272 (ispell-menu-map): Don't build a submenu of dictionaries.
23273
23274 2005-08-09 Richard M. Stallman <rms@gnu.org>
23275
23276 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
23277 (sql-read-passwd): Use read-passwd.
23278
23279 * progmodes/idlw-toolbar.el (idlwave-toolbar)
23280 (idlwave-toolbar-is-possible): Add defvars.
23281
23282 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
23283 Avoid warnings.
23284
23285 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
23286 (idlwave-system-class-info, idlwave-executive-commands-alist):
23287 Use defvar.
23288
23289 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
23290
23291 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
23292 Avoid warnings.
23293
23294 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
23295 and content-type: headers.
23296
23297 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
23298
23299 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
23300 and rename some of them to be more self-explanatory.
23301
23302 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
23303
23304 * startup.el (command-line-1): Implement -scriptload.
23305
23306 * replace.el (occur-engine): Initial *Occur* output not undoable.
23307
23308 * menu-bar.el (menu-bar-file-menu): Rename some menu items
23309 and improve help strings.
23310
23311 * isearch.el (isearch-repeat): When changing direction,
23312 mark search successful.
23313
23314 * ediff-init.el: Use (featurep 'xemacs).
23315
23316 * comint.el (send-invisible): Identify buffer, if not selected.
23317
23318 * align.el: Delete autoload for c-guess-basic-syntax.
23319
23320 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
23321
23322 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
23323 Improve argument/docstring consistency. Doc fixes.
23324 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
23325 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
23326 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
23327 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
23328 (r2bv-organization, r2bv-pages, r2bv-primary-author)
23329 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
23330 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
23331 Defvar at compile time.
23332
23333 2005-08-09 Juri Linkov <juri@jurta.org>
23334
23335 * info.el: Replace `info' with upper-case `Info' where appropriate.
23336 (info-title-1, info-title-2, info-title-3, info-title-4)
23337 (info-menu-header): Move up face definitions.
23338 (info-menu-star): Rename from `info-menu-5'.
23339 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
23340 (Info-fontify-visited-nodes): Fix docstring.
23341 (Info-hide-note-references): Fix docstring.
23342 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
23343 menu items in the same way as on cross-references.
23344 (info-apropos): Fix sorting order and formatting to be like in the
23345 stand-alone Info browser. Display error messages for 1 sec.
23346 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
23347 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
23348 from the menu bar.
23349 (Info-insert-dir): Restore point after calling
23350 `insert-buffer-substring'.
23351
23352 2005-08-08 Richard M. Stallman <rms@gnu.org>
23353
23354 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
23355 (recompute-lucid-menubar): Add defvars.
23356
23357 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
23358
23359 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
23360
23361 * net/net-utils.el (run-dig): Rename from `dig'.
23362
23363 * play/gametree.el (gametree-mode): Use make-local-variable,
23364 not make-variable-buffer-local.
23365
23366 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
23367
23368 * ansi-color.el (ansi-color-make-extent)
23369 (ansi-color-set-extent-face): Use fboundp, not functionp.
23370
23371 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
23372 not make-variable-buffer-local.
23373
23374 * bookmark.el (Info-current-file): Add defvar.
23375 (bookmark-jump-noselect): Use with-no-warnings.
23376
23377 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
23378
23379 * ebuff-menu.el (Helper-return-blurb): Add defvar.
23380
23381 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
23382
23383 * find-file.el (ada-procedure-start-regexp)
23384 (ada-package-start-regexp): Add defvars.
23385
23386 * info.el (Info-insert-dir): Use insert-buffer-substring.
23387
23388 * xml.el (xml-att-def-re): Add defvar.
23389
23390 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
23391 calling convention.
23392
23393 * subr.el (while-no-input): Return t if there is input.
23394
23395 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
23396
23397 * cus-start.el (all): Add `overflow-newline-into-fringe'.
23398
23399 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
23400
23401 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
23402 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
23403
23404 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
23405
23406 * cmuscheme.el (scheme-start-file): Replace reference to
23407 `user-emacs-directory' by "~/.emacs.d/".
23408
23409 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
23410
23411 * info.el (Info-dir-remove-duplicates): Avoid case folding
23412 in loop; instead, keep downcased strings for comparison.
23413 Suggested by Helmut Eller.
23414
23415 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
23416
23417 Sync with Tramp 2.0.50.
23418
23419 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
23420 XEmacs case; not necessary anymore.
23421 (tramp-user-regexp): Allow "@" as part of user name.
23422 (tramp-handle-set-visited-file-modtime)
23423 (tramp-handle-insert-file-contents)
23424 (tramp-handle-write-region): No special handling for
23425 `last-coding-system-used, because this is done in
23426 `tramp-accept-process-output' now.
23427 (tramp-accept-process-output): New defun.
23428 (tramp-process-one-action, tramp-process-one-multi-action)
23429 (tramp-wait-for-regexp, tramp-wait-for-output)
23430 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23431 Howells <dhowells@redhat.com>.
23432 (clear-visited-file-modtime): Defadvice removed. The check for
23433 unset buffer's modtime does not need to be based on
23434 `tramp-buffer-file-attributes'. Suggested by RMS.
23435 (tramp-message): Insert "\n" if not being at beginning of line.
23436 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
23437 sequence with same logic.
23438 (tramp-completion-handle-expand-file-name): Discard call of
23439 `tramp-drop-volume-letter'. It is not necessary, and there have
23440 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
23441 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
23442 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
23443 should always be visible.
23444 (tramp-handle-insert-directory, tramp-setup-complete)
23445 (tramp-set-process-query-on-exit-flag)
23446 (tramp-append-tramp-buffers): Pacify byte-compiler.
23447 (tramp-bug): Delete non-existing variables from list.
23448 Apply `tramp-load-report-modules' as pre-hook.
23449 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
23450 `shell-prompt-pattern' because of non-7bit characters.
23451 Reported by Sebastian Luque <sluque@mun.ca>.
23452 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
23453 (tramp-match-string-list): Remove function.
23454 (tramp-wait-for-regexp): Remove call of that function.
23455 Suggested by Kim F. Storm <storm@cua.dk>.
23456 (tramp-set-auto-save-file-modes): Use octal integer code #o600
23457 instead of octal character code ?\600. The latter resulted in a
23458 syntax error with XEmacs.
23459
23460 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
23461 XEmacs case; not necessary anymore.
23462 (tramp-smb-handle-write-region): No special handling for
23463 `last-coding-system-used, because this is done in
23464 `tramp-accept-process-output' now.
23465 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
23466
23467 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23468
23469 * wid-edit.el (widget-choice-value-create):
23470 Unconditionally respect user choice. Set :explicit-choice back to nil
23471 when no longer needed.
23472 (widget-choice-action): Unconditionally respect user choice.
23473 Eliminate :explicit-choice-value.
23474
23475 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
23476
23477 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
23478 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
23479 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
23480 running new function `toggle-indicate-empty-lines'.
23481 Rename "Customize" item to "Customize fringe".
23482 Rename "Indicators" item to "Buffer boundaries" and change help echo.
23483 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
23484 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
23485 Delete "Empty lines only" item.
23486 (menu-bar-showhide-fringe-ind-customize): New function.
23487 (menu-bar-showhide-fringe-ind-mixed)
23488 (menu-bar-showhide-fringe-ind-box)
23489 (menu-bar-showhide-fringe-ind-right)
23490 (menu-bar-showhide-fringe-ind-left)
23491 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
23492 instead of `fringe-indicators'.
23493
23494 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23495
23496 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
23497 Change the date of last update.
23498
23499 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
23500
23501 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
23502 (viper-exec-yank, viper-put-back): Don't display modification msg
23503 if in the minibuffer.
23504
23505 * viper-init.el (viper-replace-overlay-cursor-color)
23506 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
23507 Make variables frame local.
23508
23509 * viper-util.el (viper-append-filter-alist): Use append instead of
23510 nconc.
23511
23512 * viper.el (viper-vi-state-mode-list)
23513 (viper-emacs-state-mode-list): Move help-mode and
23514 completion-list-mode from the first list to the second.
23515 (viper-mode): Docstring.
23516 (viper-go-away, viper-non-hook-settings): Don't localize
23517 minor-mode-alist in newer Emacsen. Add advice to
23518 set-cursor-color. Don't bind "\C-c\\".
23519
23520 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
23521
23522 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
23523 (scheme-macro-expand-command): New user options.
23524 (scheme-trace-procedure, scheme-expand-current-form): New commands.
23525 (scheme-form-at-point, scheme-start-file)
23526 (scheme-interactively-start-process): New functions.
23527 (scheme-get-process): New function, extracted from `scheme-proc'.
23528 (run-scheme): Call `scheme-start-file' to get start file, and pass
23529 it to `make-comint'.
23530 (switch-to-scheme, scheme-proc):
23531 Call `scheme-interactively-start-process' if no Scheme buffer/process
23532 is available.
23533
23534 2005-08-06 Juri Linkov <juri@jurta.org>
23535
23536 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23537 Use `compilation-text-face', `compilation-info-text-face' and
23538 `compilation-error-text-face' instead of `font-lock-keyword-face'.
23539 (compilation-error): New face.
23540 (compilation-error-file-name): Inherit from
23541 `compilation-error' instead of `font-lock-warning-face'.
23542 (compilation-warning-file-name): Inherit from
23543 `compilation-warning' instead of `font-lock-warning-face'.
23544 (compilation-info, compilation-error-file-name)
23545 (compilation-warning-file-name, compilation-info-file-name)
23546 (compilation-line-number, compilation-column-number): Doc fix.
23547 (compilation-error-text-face, compilation-warning-text-face)
23548 (compilation-info-text-face): New face variables.
23549 (compilation-line-face, compilation-column-face)
23550 (compilation-enter-directory-face)
23551 (compilation-leave-directory-face): Doc fix.
23552 (compilation-text-face): New function.
23553
23554 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
23555 instead of 1 to display binary file names as info file links.
23556 (grep-error-face): Use `compilation-error-face' instead of
23557 `font-lock-keyword-face'.
23558 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
23559 and `compilation-warning-text-face' instead of
23560 `font-lock-keyword-face'. Use `compilation-error-text-face'
23561 instead of `grep-error-face'.
23562
23563 2005-08-05 Kenichi Handa <handa@m17n.org>
23564
23565 * international/code-pages.el: Add autoload cookies for all coding
23566 systems.
23567
23568 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
23569
23570 * cus-start.el (all): Put undo.c where it alphabetically belongs.
23571
23572 2005-08-04 Juri Linkov <juri@jurta.org>
23573
23574 * progmodes/compile.el (compilation-mode-map):
23575 * progmodes/grep.el (grep-mode-map):
23576 Bind TAB to `compilation-next-error' and [backtab] to
23577 `compilation-previous-error'.
23578
23579 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
23580 matching line numbers, column numbers and their ranges with regexp
23581 matching only line numbers.
23582 (grep-context-face): New face variable.
23583 (grep-mode-font-lock-keywords): Use it.
23584
23585 * faces.el (read-face-name): Delete duplicate faces.
23586
23587 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
23588
23589 * thumbs.el (thumbs-find-image): Don't make variables
23590 automatically buffer local.
23591 (thumbs-current-tmp-filename, thumbs-current-image-filename)
23592 (thumbs-image-num): Make automatically buffer local.
23593 (thumbs-show-thumbs-list): Use `make-local-variable', not
23594 `make-variable-buffer-local'.
23595 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
23596
23597 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
23598 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
23599 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
23600 (bother, bye, canyou, chatlst, continue, deathlst, describe)
23601 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
23602 (feelings-about, foullst, found, hello, history, howareyoulst)
23603 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
23604 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
23605 (neglst, obj, object, owner, please, problems, qlist)
23606 (random-adjective, relation, remlst, repetitive-shortness)
23607 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
23608 (shortlst, something, sportslst, stallmanlst, states, subj)
23609 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
23610 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
23611 Defvar at compile time.
23612
23613 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
23614 not `make-variable-buffer-local'.
23615
23616 2005-08-02 Kim F. Storm <storm@cua.dk>
23617
23618 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
23619 rectangle overlay in selected window.
23620
23621 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
23622
23623 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
23624 instead of display group. Make `indicate-buffer-boundaries'
23625 customizable through Custom.
23626
23627 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
23628
23629 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
23630 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
23631 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
23632 (gdb-put-string): Fix typos in docstrings.
23633
23634 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
23635
23636 Update copyright notices of files in progmodes directory for
23637 release of Emacs 22.1.
23638
23639 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
23640
23641 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
23642 Don't barf if the GUD buffer has been killed.
23643
23644 2005-08-01 Kim F. Storm <storm@cua.dk>
23645
23646 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
23647
23648 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
23649
23650 * simple.el (next-error-follow-minor-mode):
23651 make-variable-buffer-local -> make-local-variable.
23652
23653 * emacs-lisp/cl-extra.el: Require CL also when compiling.
23654
23655 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
23656 (byte-compile-form-make-variable-buffer-local): New functions to warn
23657 about misuses of make-variable-buffer-local where make-local-variable
23658 was meant.
23659
23660 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
23661
23662 * bs.el (bs-attributes-list): Doc fix.
23663 (bs): Update url-link.
23664
23665 * desktop.el (desktop-save-buffer): Fix typos in docstring.
23666 (desktop-load-default): Simplify.
23667
23668 * ibuffer.el (ibuffer-columnize-and-insert-list)
23669 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
23670 (ibuffer-unmark-all, ibuffer-toggle-marks)
23671 (ibuffer-unmark-forward, ibuffer-unmark-backward)
23672 (ibuffer-compile-make-format-form, ibuffer-format-column)
23673 (ibuffer-current-buffers-with-marks)
23674 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
23675 (ibuffer): Doc fix.
23676 (ibuffer-mode): Fix typo in docstring.
23677 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
23678 with `define-obsolete-variable-alias'.
23679 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
23680
23681 2005-07-29 Kenichi Handa <handa@m17n.org>
23682
23683 * international/mule-cmds.el (select-message-coding-system):
23684 Be sure to use LF for end-of-line. If no coding system is decided,
23685 return iso-8859-1-unix.
23686
23687 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
23688
23689 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
23690 (ange-ftp-pending-error-line): New vars.
23691 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
23692 to handle the non-fatal no-route-to-host messages.
23693 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
23694
23695 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
23696
23697 * isearch.el (isearch-mode-map, isearch-other-meta-char)
23698 (isearch-quote-char, isearch-printing-char)
23699 (isearch-text-char-description): "?\ " -> "?\s".
23700 (isearch-lazy-highlight-cleanup)
23701 (isearch-lazy-highlight-initial-delay)
23702 (isearch-lazy-highlight-interval)
23703 (isearch-lazy-highlight-max-at-a-time)
23704 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
23705 Declare with define-obsolete-*-alias macros.
23706 (isearch-forward): Fix typo in docstring.
23707 (search-invisible, search-ring-yank-pointer)
23708 (regexp-search-ring-yank-pointer): Doc fixes.
23709
23710 * recentf.el (recentf-menu-append-commands-p): Declare with
23711 `define-obsolete-variable-alias'.
23712 (recentf-max-saved-items, recentf-menu-filter)
23713 (recentf-arrange-by-rule-subfilter): Doc fixes.
23714 (recentf-menu-append-commands-flag)
23715 (recentf-initialize-file-name-history, recentf-expand-file-name)
23716 (recentf-clear-data): Fix typos in docstrings.
23717
23718 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
23719
23720 * progmodes/gdb-ui.el: Smarten comments.
23721 (gdb-info-breakpoints-custom): Use nowarn when finding file.
23722
23723 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
23724
23725 * term/apollo.el (terminal-init-apollo): New function containing
23726 all former top level forms in the file.
23727 * term/bobcat.el (terminal-init-bobcat):
23728 * term/cygwin.el (terminal-init-cygwin):
23729 * term/iris-ansi.el (terminal-init-iris-ansi):
23730 * term/linux.el (terminal-init-linux):
23731 * term/news.el (terminal-init-news):
23732 * term/rxvt.el (terminal-init-rxvt):
23733 * term/sun.el (terminal-init-sun):
23734 * term/tvi970.el (terminal-init-tvi970):
23735 * term/vt100.el (terminal-init-vt100):
23736 * term/vt102.el (terminal-init-vt102):
23737 * term/vt125.el (terminal-init-vt125):
23738 * term/vt200.el (terminal-init-vt200):
23739 * term/vt201.el (terminal-init-vt201):
23740 * term/vt220.el (terminal-init-vt220):
23741 * term/vt240.el (terminal-init-vt240):
23742 * term/vt300.el (terminal-init-vt300):
23743 * term/vt320.el (terminal-init-vt320):
23744 * term/vt400.el (terminal-init-vt400):
23745 * term/vt420.el (terminal-init-vt420):
23746 * term/wyse50.el (terminal-init-wyse50):
23747 * term/xterm.el (terminal-init-xterm): Likewise.
23748
23749 * term/README: Describe the terminal-init-* functionality.
23750
23751 * startup.el (command-line): After loading the terminal initialization
23752 file call the corresponding terminal initialization function.
23753
23754 2005-07-27 Kenichi Handa <handa@m17n.org>
23755
23756 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
23757 negative.
23758
23759 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
23760 (ps-mule-composition-prologue): Fix for the case that
23761 RelativeCompose is false.
23762
23763 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
23764
23765 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
23766
23767 * descr-text.el (describe-char): Handle the case where the list of
23768 chars is displayed in a separate frame.
23769 Be a bit more discriminating when looking for the char.
23770
23771 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
23772
23773 * bookmark.el (bookmark-automatically-show-annotations)
23774 (bookmark-read-annotation-text-func): Doc fixes.
23775 (bookmark-save): Improve argument/docstring consistency.
23776 (bookmark-get-bookmark, bookmark-get-bookmark-record)
23777 (bookmark-alist-from-buffer)
23778 (bookmark-upgrade-file-format-from-0)
23779 (bookmark-grok-file-format-version)
23780 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
23781 (bookmark-read-annotation-mode)
23782 (bookmark-insert-current-bookmark, bookmark-jump)
23783 (bookmark-exit-hook): Fix typos in docstrings.
23784 (bookmark-exit-hooks): Define as obsolete alias.
23785 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
23786 not `bookmark-exit-hooks'. Fix docstring.
23787 (bookmark-bmenu-select): "?\ " -> "?\s".
23788
23789 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
23790
23791 * startup.el (command-line): Fix typo.
23792
23793 2005-07-24 Richard M. Stallman <rms@gnu.org>
23794
23795 * tooltip.el (tooltip-mode): Test emacs-basic-display,
23796 not emacs-quick-startup.
23797
23798 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
23799
23800 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
23801 (reb-next-match, reb-show-subexp): Use `with-selected-window'
23802 instead of `reb-with-current-window'.
23803 (reb-prev-match): Likewise. Also, don't move left if the search
23804 was unsuccessful.
23805 (reb-initialize-buffer): New function.
23806 (re-builder, reb-change-syntax): Use it.
23807
23808 * man.el (Man-goto-page): Make second argument NOERROR optional.
23809
23810 2005-07-23 Richard M. Stallman <rms@gnu.org>
23811
23812 * man.el (Man-bgproc-sentinel): Check here for failure to find
23813 any man page in the output, and report the error here.
23814 (Man-arguments): Make it permanent local.
23815 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
23816 (Man-mode): Pass t for NOERROR.
23817
23818 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
23819 (grep-mode-font-lock-keywords):
23820 Don't use compilation-...-face for messages that are not file names.
23821
23822 * progmodes/compile.el (compilation-mode-font-lock-keywords):
23823 Don't use compilation-...-face for messages that are not file names.
23824
23825 2005-07-22 Juri Linkov <juri@jurta.org>
23826
23827 * startup.el (normal-splash-screen): Update menu name.
23828
23829 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
23830
23831 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
23832
23833 * term/xterm.el: Load term/rxvt if the terminal is actually an
23834 rxvt terminal.
23835 (xterm-rxvt-set-background-mode): Remove, not used anymore.
23836
23837 * term/rxvt.el (function-key-map): Use substitute-key-definition
23838 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
23839
23840 * term/cygwin.el: New file.
23841
23842 2005-07-22 Kim F. Storm <storm@cua.dk>
23843
23844 * image-file.el (insert-image-file, image-file-yank-handler):
23845 Fix last change to maintain a (unique) yank-handler on yanked images.
23846
23847 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
23848
23849 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
23850 of the file size (as in "177B" for 177 bytes). This happens with
23851 "ls -lh" on FreeBSD.
23852
23853 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
23854
23855 * hilit-chg.el (highlight-changes-global-initial-state)
23856 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
23857 (hilit-chg-fixup, highlight-changes-mode):
23858 Fix typos in docstrings.
23859 (highlight-changes-global-modes, highlight-changes-rotate-faces):
23860 Doc fixes.
23861
23862 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
23863
23864 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
23865 mode function using `eval-after-load'.
23866
23867 2005-07-21 Kim F. Storm <storm@cua.dk>
23868
23869 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
23870 included when reporting an Emacs crash, and tell about the DEBUG file.
23871
23872 * image-file.el (insert-image-file): Add yank-handler.
23873 (image-file-yank-handler): Yank handler to make unique copies of
23874 images when they are yanked into a buffer next to each other.
23875
23876 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
23877
23878 * comint.el (comint-use-prompt-regexp, comint-send-input)
23879 (comint-source-default, comint-extract-string)
23880 (comint-get-source, comint-word, comint-completion)
23881 (comint-source, comint-prompt-read-only, comint-update-fence):
23882 Fix typos in docstrings.
23883 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
23884 Declare with define-obsolete-*-alias macros.
23885 (comint-previous-matching-input-from-input)
23886 (comint-next-matching-input-from-input)
23887 (comint-previous-matching-input, comint-next-matching-input)
23888 (comint-forward-matching-input):
23889 Improve argument/docstring consistency.
23890
23891 * desktop.el (desktop-clear-preserve-buffers-regexp):
23892 Also preserve the *server* buffer.
23893
23894 * simple.el (clone-indirect-buffer): Doc fix.
23895 (fixup-whitespace, just-one-space)
23896 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
23897 (next-error, next-error-highlight)
23898 (next-error-highlight-no-select, next-error-last-buffer)
23899 (next-error-buffer-p, next-error-find-buffer, next-error)
23900 (previous-error, next-error-no-select, previous-error-no-select)
23901 (open-line, split-line, minibuffer-prompt-width, kill-new)
23902 (binary-overwrite-mode): Fix typos in docstrings.
23903 (set-fill-column): Fix typo in message.
23904
23905 * skeleton.el (skeleton-proxy-new): Doc fix.
23906
23907 * strokes.el (strokes-load-hook): Doc fix.
23908 (strokes-grid-resolution, strokes-get-grid-position)
23909 (strokes-renormalize-to-grid, strokes-read-stroke)
23910 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
23911 (strokes-global-map): Fix typos in docstrings.
23912 (strokes-help): Doc fix. Fix help message and pass it through
23913 `substitute-command-keys'.
23914
23915 * tempo.el (tempo-insert-prompt, tempo-interactive)
23916 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
23917 (tempo-insert-string-functions, tempo-local-tags)
23918 (tempo-define-template, tempo-insert-template)
23919 (tempo-insert-prompt-compat, tempo-is-user-element)
23920 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
23921 Fix typos in docstrings.
23922
23923 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
23924 (vcursor-key-bindings, vcursor-use-vcursor-map)
23925 (vcursor-find-window, vcursor-scroll-down)
23926 (vcursor-disable, vcursor-beginning-of-buffer)
23927 (vcursor-end-of-buffer): Fix typos in docstrings.
23928 (vcursor-relative-move, vcursor-get-char-count):
23929 Improve argument/docstring consistency.
23930
23931 * version.el: "?\ " -> "?\s".
23932
23933 * wid-edit.el (widget-default-create, widget-after-change)
23934 (widget-default-format-handler, widget-checklist-add-item)
23935 (widget-radio-add-item, widget-choose, widget-specify-secret)
23936 (widget-field-value-create, widget-field-value-get)
23937 (widget-editable-list-format-handler)
23938 (widget-editable-list-entry-create, widget-group-value-create)
23939 (widget-documentation-link-add)
23940 (widget-documentation-string-value-create): "?\ " -> "?\s".
23941 (widget-convert-text): Doc fix.
23942 (widget-narrow-to-field, widget-field-find)
23943 (widget-url-link-action, widget-emacs-library-link-action)
23944 (widget-color-notify): Fix typos in docstrings.
23945
23946 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
23947 (x-select-text, set-w32-system-coding-system)
23948 (w32-add-charset-info): Fix typos in docstrings.
23949
23950 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
23951 (cua-enable-cua-keys, cua-use-hyper-key)
23952 (cua-virtual-rectangle-edges): Fix typos in docstrings.
23953 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
23954
23955 * net/tramp.el (tramp-handle-load): Fix typo in error message.
23956
23957 * emacs-lisp/re-builder.el (regexp-builder): Declare with
23958 `defalias' instead of faking it.
23959
23960 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
23961 (eshell-ls-missing, eshell-ls-dired-initial-args)
23962 (eshell-ls-use-in-dired): Fix typos in docstrings.
23963
23964 2005-07-20 Kim F. Storm <storm@cua.dk>
23965
23966 * emulation/cua-base.el (cua-mode): Improve doc string.
23967
23968 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
23969
23970 * abbrev.el (expand-region-abbrevs): Doc fix.
23971 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
23972 Improve argument/docstring consistency.
23973
23974 * arc-mode.el (archive-get-descr, archive-alternate-display):
23975 Doc fixes.
23976 (archive-l-e): Improve argument/docstring consistency.
23977 (archive-tmpdir, archive-unixdate, archive-unixtime)
23978 (archive-chmod-entry): Fix typos in docstrings.
23979 (archive-unflag, archive-unflag-backwards)
23980 (archive-unmark-all-files): "?\ " -> "?\s".
23981
23982 * buff-menu.el (Buffer-menu-unmark): Doc fix.
23983 (Buffer-menu-not-modified, Buffer-menu-execute)
23984 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
23985 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23986
23987 * composite.el (compose-string, encode-composition-rule)
23988 (compose-last-chars): Fix typos in docstrings.
23989
23990 * desktop.el (desktop-enable, desktop-basefilename):
23991 Declare with `define-obsolete-variable-alias'.
23992 (desktop-internal-v2s): Don't quote keywords.
23993 (desktop-clear): "?\ " -> "?\s".
23994
23995 * dired.el (dired-align-file, dired-flag-backup-files)
23996 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
23997 (dired-listing-switches, dired-ls-F-marks-symlinks)
23998 (dired-dwim-target, dired-load-hook, dired-mode-hook)
23999 (dired-directory, dired-faces, dired, dired-revert)
24000 (dired-mode, dired-summary, dired-view-file)
24001 (dired-copy-filename-as-kill, dired-delete-file)
24002 (dired-no-confirm, dired-unmark-all-marks)
24003 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
24004 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
24005 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
24006 Fix typos in message strings.
24007
24008 * dired-x.el (virtual-dired): Declare with `defalias'.
24009 (dired-mark-unmarked-files, dired-local-variables-file)
24010 (dired-omit-here-always): Doc fix.
24011 (dired-omit-mode, dired-find-subdir)
24012 (dired-enable-local-variables, dired-clean-up-buffers-too)
24013 (dired-extra-startup, dired-mark-extension, dired-jump)
24014 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
24015 (dired-smart-shell-command, dired-guess-shell-alist-user)
24016 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
24017 (dired-x-bind-find-file, dired-x-submit-report):
24018 Fix typos in docstrings.
24019 (dired-mark-unmarked-files): "?\ " -> "?\s".
24020
24021 * dirtrack.el (dirtrack-list): Fix typos in docstring.
24022
24023 * faces.el (describe-face): "?\ " -> "?\s".
24024 (read-all-face-attributes, read-face-font, modify-face)
24025 (face-attr-construct, italic): Fix typos in docstrings.
24026 (frame-update-face-colors): Declare with
24027 `define-obsolete-function-alias'.
24028
24029 * files.el (find-file-noselect, recode-file-name): Doc fixes.
24030 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
24031 (magic-mode-alist, buffer-file-numbers-unique)
24032 (write-file-functions, get-free-disk-space):
24033 Fix typos in docstrings.
24034 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
24035 (write-contents-hooks, write-file-hooks):
24036 Declare with `define-obsolete-variable-alias'.
24037
24038 * forms-d2.el (arch-rj): Fix typo in docstrings.
24039 (arch-tocol): Likewise. "?\ " -> "?\s".
24040
24041 * frame.el (set-frame-font, cursor-in-non-selected-windows):
24042 Fix typo in docstring.
24043 (set-screen-width, set-screen-height): Delete redundant info in
24044 doctrings.
24045 (new-frame, screen-height, screen-width): Declare with
24046 `define-obsolete-function-alias'.
24047 (delete-frame-hook, blink-cursor): Declare with
24048 `define-obsolete-variable-alias'.
24049
24050 * paths.el (prune-directory-list): Fix typos in docstring.
24051
24052 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
24053 (cvs-prefix-get): Fix typos in docstrings.
24054
24055 * ps-print.el (ps-extend-face-list, ps-extend-face)
24056 (ps-print-background-image): Fix typos in docstrings.
24057 (ps-default-fg, ps-default-bg): Doc fixes.
24058
24059 * s-region.el (s-region-bind): Doc fix.
24060 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
24061
24062 * textmodes/org.el (org-table-formula-substitute-names)
24063 (org-table-get-vertical-vector): Doc fixes.
24064 (org-table-recalculate): Remove unused argument to `message'.
24065
24066 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
24067
24068 * textmodes/org.el (org-table-column-names)
24069 (org-table-column-name-regexp)
24070 (org-table-named-field-locations): New variables.
24071 (org-archive-subtree): Protect `this-command' when calling
24072 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
24073 the kill buffer.
24074 (org-complete): Remove fixed-formula completion.
24075 (org-edit-formulas-map): New variable.
24076 (org-table-edit-formulas): New command.
24077 (org-finish-edit-formulas, org-abort-edit-formulas)
24078 (org-show-variable, org-table-get-vertical-vector): New functions.
24079 (org-table-maybe-eval-formula): Handle `:=' fields.
24080 (org-table-get-stored-formulas, org-table-store-formulas)
24081 (org-table-get-formula, org-table-modify-formulas)
24082 (org-table-replace-in-formulas): Handle named field formulas.
24083 (org-table-get-specials): Store locations of named fields.
24084
24085 2005-07-19 Juri Linkov <juri@jurta.org>
24086
24087 * progmodes/grep.el (grep-regexp-alist)
24088 (grep-mode-font-lock-keywords, grep-process-setup):
24089 Use default GNU grep match color "01;31m" instead of "01;41m".
24090 (grep-regexp-alist, grep-mode-font-lock-keywords):
24091 Use `\\[[0-9]*m' instead of `\\[00m'.
24092 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
24093 sgr_start where its handling is more important. Use the real
24094 length of sgr_start instead of constant 8.
24095 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
24096 specially. Delete all remaining escape sequences.
24097 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
24098 (grep-regexp-alist): Make hyperlink only for binary file name
24099 instead of the whole line.
24100 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
24101 (grep-mode): Add autoload.
24102
24103 * emacs-lisp/find-func.el (find-function-regexp):
24104 Add `define-compilation-mode'.
24105
24106 2005-07-19 Juri Linkov <juri@jurta.org>
24107
24108 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
24109 (compare-windows-sync-string-size, compare-windows-recenter)
24110 (compare-windows-highlight, compare-windows): Add version 22.1.
24111 (compare-windows) <defface>: Inherit from lazy-highlight instead
24112 of duplicating its default value.
24113
24114 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
24115 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
24116
24117 * descr-text.el (describe-char): Create link buttons for `charset'
24118 and `code point'. Add the current input method name with a link
24119 button to `to input' field. Print face names of display table
24120 characters in `The display table entry is displayed by' section
24121 instead of printing face-id in the `display' field.
24122 Guess hardcoded faces and create a link button for them.
24123 Skip empty fields when calculating max-width.
24124 Treat `widget-create' specially while inserting strings from the
24125 collected field list.
24126 (describe-char-after): Made obsolete in version 22.1, not 21.5.
24127
24128 * diff-mode.el (diff-file-header): Change foreground color from
24129 yellow to green on light backgrounds.
24130 (diff-context): Inherit from `shadow' only for color/grayscale
24131 with more than 88 colors.
24132 (diff-indicator-removed, diff-indicator-added)
24133 (diff-indicator-changed): New faces.
24134 (diff-font-lock-keywords): Use new faces. Regroup rules.
24135 Add "^---$" for `normal' diff format. Fontify `#' lines with
24136 font-lock-comment-delimiter-face and font-lock-comment-face.
24137 Add `#' to ^[^...] in the rule for `diff-context-face'.
24138
24139 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
24140 a button-like box. Inherit from `highlight' on low colors.
24141 (shadow): Use shades of gray only for color/grayscale with
24142 more than 88 colors. Use green for light backgrounds with
24143 8 colors, and yellow for dark backgrounds with 8 colors.
24144
24145 * font-lock.el (font-lock-regexp-grouping-backslash):
24146 Don't inherit from escape-glyph (use bold for all cases).
24147
24148 * info.el (info-xref-visited): Use light foreground color `violet'
24149 for dark backgrounds instead of dark color `magenta3'.
24150 (info-title-1): Use `yellow' color for dark backgrounds.
24151
24152 * isearch.el (isearch): Use not-too-dark magenta3 instead of
24153 too-light magenta2.
24154
24155 * replace.el (match): Use slightly more light RoyalBlue3 instead
24156 of dark RoyalBlue4.
24157
24158 * wid-edit.el (widget-inactive): Inherit from `shadow'.
24159
24160 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
24161
24162 * novice.el (disabled-command-hook): Declare it with
24163 `define-obsolete-variable-alias'.
24164
24165 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
24166 (desktop-buffer-misc-functions, desktop-buffer-handlers)
24167 (desktop-load-default): Add release to obsolescence info.
24168 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
24169 (desktop-append-buffer-args, desktop-read):
24170 Fix typos in docstrings.
24171 (desktop-kill): Fix typo in message.
24172 (desktop-save): Doc fix.
24173
24174 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
24175
24176 * viper-cmd.el (viper-escape-to-state): Bug fix.
24177 (viper-envelop-ESC-key): Change the definition of fast
24178 keysequence so it'll work with keyboard macros.
24179
24180 * ediff.el (ediff-patch-buffer): Change the docstring.
24181
24182 2005-07-19 Kenichi Handa <handa@m17n.org>
24183
24184 * international/mule-cmds.el (select-safe-coding-system): Try to
24185 use an auto-coding (if any) before anything else. If the found
24186 auto-coding is invalid, show a warning message.
24187
24188 * international/mule.el (find-auto-coding): New function created
24189 by modifying the body of set-auto-coding.
24190 (set-auto-coding): Use find-auto-coding to find a coding.
24191
24192 2005-07-18 Richard M. Stallman <rms@gnu.org>
24193
24194 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
24195 not isearch-mode-end-hook-error.
24196 (allout-before-change-protect): Fix error message.
24197
24198 2005-07-18 Juri Linkov <juri@jurta.org>
24199
24200 * allout.el (allout-mode):
24201 * calculator.el (calculator-copy):
24202 * custom.el (custom-known-themes):
24203 * dired.el (dired-desktop-buffer-misc-data)
24204 (dired-restore-desktop-buffer):
24205 * dired-x.el (dired-omit-marker-char):
24206 * files.el (basic-save-buffer):
24207 * font-core.el (font-lock-mode):
24208 * calendar/calendar.el (calendar-goto-hebrew-date)
24209 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
24210 (calendar-goto-persian-date):
24211 * language/ethio-util.el (ethio-sera-to-fidel-region):
24212 * textmodes/picture.el (picture-mode):
24213 Delete duplicate duplicate words.
24214
24215 2005-07-18 Juri Linkov <juri@jurta.org>
24216
24217 * isearch.el (isearch-mode-map): Remove key bindings for regexp
24218 chars * ? } |.
24219 (isearch-fallback): Don't call `isearch-process-search-char'.
24220 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24221 (isearch-process-search-char): Call `isearch-fallback' for regexp
24222 chars * ? } |.
24223 (isearch-return-char): Make obsolete with `make-obsolete' instead
24224 of simply documenting it as obsolete in the docstring.
24225 (isearch-fallback): Refill docstring.
24226
24227 * international/isearch-x.el
24228 (isearch-process-search-multibyte-characters): Remove unneeded
24229 `concat'. Add intermediate values to `junk-hist' instead of
24230 `minibuffer-history'. Test the length of `str'.
24231
24232 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
24233
24234 * allout.el (allout-resolve-xref): Fix typos in error strings.
24235 (allout-before-change-protect): Remove unneeded `concat'.
24236
24237 * array.el (array-mode, array-reconfigure-rows)
24238 (untabify-backward): Fix typos in docstrings.
24239 (array-reconfigure-rows): Use `insert-buffer-substring', not
24240 `insert-buffer'.
24241
24242 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
24243 * progmodes/ada-mode.el (ada-make-body):
24244 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
24245
24246 * dired.el (dired-log):
24247 * tar-mode.el (tar-subfile-save-buffer):
24248 * play/zone.el (zone-pgm-stress-destress):
24249 Use `insert-buffer-substring', not `insert-buffer'.
24250
24251 2005-07-17 Simon Josefsson <jas@extundo.com>
24252
24253 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
24254
24255 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
24256
24257 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
24258 Add plain auth method.
24259 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
24260
24261 2005-07-17 Kim F. Storm <storm@cua.dk>
24262
24263 * ido.el (dired-other-window): Add ido property.
24264
24265 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
24266
24267 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24268 Fix typo in docstring.
24269 (byte-compile-interactive-only-functions): Add `insert-buffer' and
24270 `insert-file-literally'.
24271
24272 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
24273 info and delete redundant message. Doc fix.
24274 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
24275 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
24276
24277 2005-07-16 Richard M. Stallman <rms@gnu.org>
24278
24279 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
24280 (byte-compile-and): Use byte-compile-and-recursion.
24281 (byte-compile-or-recursion): New function.
24282 (byte-compile-or): Use that.
24283 (byte-compile-if): Guard the else-clause too.
24284 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
24285
24286 * isearch.el (isearch-mode-end-hook-quit): New variable.
24287 (isearch-done): Bind it.
24288 (isearch-mode-end-hook): Doc fix.
24289
24290 * allout.el (allout-isearch-did-quit): Variable deleted.
24291 (allout-real-isearch-abort): Function name no longer used.
24292 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
24293 (allout-isearch-rectification): isearch-mode always exists.
24294 Don't set allout-isearch-did-quit.
24295 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
24296 allout-isearch-did-quit.
24297 (allout-enwrap-isearch): Just add the hook.
24298 (allout-isearch-abort): Function deleted.
24299 (allout-pre-command-business): Avoid warning.
24300
24301 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
24302 Correctly avoid warnings.
24303 (pascal-outline): Likewise.
24304
24305 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
24306
24307 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
24308
24309 * play/tetris.el (tetris-mode): Avoid warning.
24310
24311 * play/snake.el (snake-mode): Avoid warning.
24312
24313 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
24314 (gamegrid-set-display-table): Avoid warning.
24315 (gamegrid-set-timer): Likewise.
24316 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
24317 (gamegrid-add-score-with-update-game-score-1): Take FILE
24318 as argument.
24319 (gamegrid-add-score-with-update-game-score): Pass that argument.
24320 Rename have-shared-game-dir to gamegrid-shared-game-dir.
24321
24322 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
24323
24324 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
24325 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
24326
24327 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
24328 and insert-file.
24329
24330 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
24331 (sc-ask): Avoid warnings.
24332
24333 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
24334 (eshell-hist-initialize): Use that var the natural way.
24335
24336 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
24337
24338 * emacs-lisp/re-builder.el (reb-cook-regexp):
24339 Avoid warning calling lre-compile-string.
24340 (reb-color-display-p): Avoid warning.
24341
24342 * calculator.el (calculator-last-input): Guard uses
24343 of event-key and key-press-event-p.
24344 (event-key, key-press-event-p): Delete definitions.
24345
24346 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
24347 (find-gc-source-directory, find-gc-subrs-callers)
24348 (find-gc-noreturn-list, find-gc-source-files)
24349 (find-gc-subrs-called): Vars renamed and defvar'd.
24350
24351 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
24352 (checkdoc-overlay-put, checkdoc-delete-overlay)
24353 (checkdoc-overlay-start, checkdoc-overlay-end)
24354 (checkdoc-mode-line-update, checkdoc-char=):
24355 Define such that compiler knows they are defined.
24356 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
24357 (checkdoc-read-event): Delete. Use read-event directly.
24358
24359 * whitespace.el (whitespace-make-overlay)
24360 (whitespace-overlay-put, whitespace-delete-overlay)
24361 (whitespace-overlay-start, whitespace-overlay-end):
24362 Define such that compiler knows they are defined.
24363 (whitespace): Move conditional inside.
24364
24365 * tempo.el (tempo-insert-template): Suppress warning.
24366
24367 * ediff-diff.el (longlines-mode): Add defvar.
24368
24369 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
24370
24371 * server.el: Bind "C-x #" in a way that works even if C-x is
24372 redefined to a command key, not a prefix key.
24373
24374 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24375
24376 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
24377 cl-make-type-test till execution time.
24378
24379 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
24380
24381 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
24382 arg ARG and use it.
24383
24384 2005-07-16 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net> (tiny change)
24385
24386 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
24387
24388 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
24389
24390 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24391 a defcustom with two :set or :type keywords.
24392
24393 2005-07-15 Richard M. Stallman <rms@gnu.org>
24394
24395 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
24396 Don't give ^M comment-end syntax.
24397
24398 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
24399
24400 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
24401 Don't consider gdbmi (gdb-mi.el has its own update functions).
24402 (gdb-var-delete): Make it work for gdbmi as well.
24403 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
24404
24405 * progmodes/gud.el (etags, sdb): Only require etags when needed.
24406 (gud-speedbar-menu-items): Correct logic for enabling items.
24407
24408 2005-07-15 Kim F. Storm <storm@cua.dk>
24409
24410 * ido.el: Fix commentary.
24411 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
24412 Use with-no-warnings around ffap-guesser.
24413 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
24414 Let bind minibuffer-completing-file-name to t.
24415
24416 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
24417
24418 * startup.el (site-run-file, keyboard-type): Doc fixes.
24419 (command-line): Check for "--basic-display" argument; also for
24420 "--quick", not "--bare-bones" (which was renamed).
24421 (fancy-splash-text): Add missing item "Getting New Versions".
24422 (normal-splash-screen): Fix typos and improve consistency with
24423 `fancy-splash-text'. Update copyright year.
24424
24425 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
24426 valid binding for `help-char'.
24427
24428 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
24429
24430 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
24431
24432 * term.el (term-mode): Disable cua-mode for term buffers.
24433
24434 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
24435
24436 * add-log.el (add-log-mailing-address, change-log-merge):
24437 Doc fixes.
24438 (change-log-get-method-definition): Fix typo in docstring.
24439
24440 2005-07-14 Kim F. Storm <storm@cua.dk>
24441
24442 * emulation/cua-base.el:
24443 (cua--pre-command-handler-1, cua--pre-command-handler)
24444 (cua--post-command-handler-1, cua--post-command-handler):
24445 Split in two. Check (buffer local) value of cua-mode.
24446 (cua-selection-mode): New command.
24447
24448 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
24449
24450 * custom.el (custom-initialize-safe-set)
24451 (custom-initialize-safe-default): Doc fixes.
24452
24453 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24454 and simplify :init-value again.
24455
24456 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24457 and simplify :init-value again. Delete autoload.
24458
24459 * startup.el (command-line): Use `custom-reevaluate-setting' again
24460 for tooltip-mode.
24461
24462 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
24463 a defcustom with two :initialize keywords.
24464
24465 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
24466
24467 * allout.el (my-mark-marker, allout-isearch-prior-pos)
24468 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
24469 (allout-post-command-business, allout-flag-region)
24470 (isearch-reenable-font-lock, allout-yank)
24471 (allout-insert-latex-header, allout-insert-latex-trailer)
24472 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
24473 (allout-latex-verb-quote): Fix typos in docstrings.
24474 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
24475 (allout-unprotected, allout-prefix-data):
24476 Improve argument/docstring consistency.
24477 (allout-chart-subtree): Fix argument spec.
24478 (allout-open-topic): Rename `use_sib_bullet' argument to
24479 `use-sib-bullet'. Doc fix.
24480
24481 * whitespace.el (whitespace-check-buffer-leading)
24482 (whitespace-check-buffer-trailing)
24483 (whitespace-check-buffer-indent)
24484 (whitespace-check-buffer-spacetab)
24485 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
24486 (whitespace-check-leading-whitespace)
24487 (whitespace-check-trailing-whitespace)
24488 (whitespace-check-spacetab-whitespace)
24489 (whitespace-check-indent-whitespace)
24490 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
24491 (whitespace-modes): Fix typos in docstrings.
24492 (defgroup, defcustom): Doc fixes.
24493
24494 * winner.el (winner-mode, winner-boring-buffers)
24495 (winner-pending-undo-ring): Doc fixes.
24496 (winner-ring): Remove unneeded `progn'.
24497 (winner-equal): `defsubst' it.
24498 (winner-redo): Fix message.
24499
24500 2005-07-13 Kim F. Storm <storm@cua.dk>
24501
24502 * simple.el (line-move-1): Always use vertical-motion to
24503 do the last (or only) line move to ensure some movement.
24504 Undo 2005-06-23 change--don't check for overlays.
24505
24506 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24507
24508 * term/mac-win.el (ccl-encode-mac-roman-font)
24509 (ccl-encode-mac-centraleurroman-font)
24510 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
24511 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
24512 Change charset-id boundary of dimension to ?\xef.
24513 (mac-char-fontspec-list): New constant.
24514 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
24515 argument. Nil uses itself as family in font-spec. Previous
24516 behavior for nil is now provided by non-nil non-string argument.
24517 All callers changed. Add font-specs for Mac fonts to
24518 "fontset-default" unless iso8859-1 fonts are installed.
24519
24520 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
24521
24522 * progmodes/sh-script.el (sh-get-indent-info): Only indent
24523 a continuation line if the \ is preceded by SPC or TAB.
24524 (sh-get-indent-info): Simplify.
24525 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
24526 Use with-current-buffer.
24527
24528 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
24529 when the matched text is empty.
24530
24531 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
24532
24533 * startup.el (command-line): Revert to previous handling of
24534 tooltip-mode. Explain in comment why the complexity is needed.
24535
24536 * tooltip.el (tooltip-mode): Revert to previous implementation of
24537 its defcustom.
24538
24539 * frame.el (blink-cursor-mode): Revert to previous implementation
24540 of its defcustom. Update comment.
24541
24542 2005-07-12 Lars Hansen <larsh@soem.dk>
24543
24544 * desktop.el: Update e-mail address.
24545
24546 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
24547
24548 * term/mac-win.el (mac-services-mail-selection)
24549 (mac-services-mail-to): New functions.
24550 (mac-application-menu-map): Bind them.
24551
24552 2005-07-12 wulei <milton@wulei.net> (tiny change)
24553
24554 * progmodes/gdb-ui.el: Add note about buffering with Windows.
24555
24556 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
24557
24558 * custom.el (custom-reevaluate-setting): Doc fix.
24559
24560 2005-07-11 Jay Belanger <belanger@truman.edu>
24561
24562 * calc/calc.el (calc-embedded-announce-formula-alist)
24563 (calc-embedded-open-close-plain-alist)
24564 (calc-embedded-open-close-mode-alist): Add checks for additional
24565 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
24566
24567 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
24568
24569 * custom.el (custom-enable-theme): Don't add theme to
24570 `custom-enabled-themes' with `push' because there is no
24571 setf-method for `delq'.
24572
24573 2005-07-11 Richard M. Stallman <rms@gnu.org>
24574
24575 * custom.el (custom-declare-variable): Doc fix.
24576
24577 * dired-aux.el (dired-compare-directories): Remove "." and ".."
24578 from the alists.
24579
24580 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
24581 Do nothing if edebug-active.
24582
24583 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
24584 (edebug-display): Do it here instead.
24585
24586 2005-07-10 Richard M. Stallman <rms@gnu.org>
24587
24588 * cus-face.el (custom-theme-set-faces): Make it work.
24589 (custom-reset-faces): Doc fix.
24590 (custom-theme-reset-internal-face, custom-theme-face-value):
24591 Functions deleted.
24592
24593 * custom.el (custom-push-theme): Maintain list of the settings
24594 of a given theme in its theme-settings property.
24595 Maintain position of old settings in the theme-value
24596 or theme-face property.
24597 (custom-enabled-themes): New variable.
24598 (custom-theme-enabled-p): New function.
24599 (provide-theme): Update custom-enabled-themes.
24600 Disable and reenable the `user' theme.
24601 (require-theme): Doc fix.
24602 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
24603 (custom-theme-value, custom-theme-variable-value): Likewise.
24604 (custom-theme-reset-internal): Likewise.
24605 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
24606 (custom-enable-theme, custom-disable-theme): New functions.
24607 (custom-variable-theme-value, custom-face-theme-value): Likewise.
24608 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
24609 (custom-theme-reset-variables): Simplify.
24610 (deftheme, custom-declare-theme, custom-make-theme-feature):
24611 Definitions moved.
24612
24613 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
24614
24615 * longlines.el (longlines-show-region)
24616 (longlines-unshow-hard-newlines): Recognize hard newlines by
24617 non-nil hard property, instead of t.
24618
24619 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
24620
24621 * viper-cmd.el (viper--key-maps): New variable.
24622 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
24623 emulation-mode-map-alists.
24624 (viper-envelop-ESC-key): Use viper-subseq.
24625 (viper-search-forward/backward/next): Disable debug-on-error.
24626
24627 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
24628 (viper-ESC-key): New defcustoms.
24629
24630 * viper-macs.el (ex-map-read-args): Use viper-subseq.
24631
24632 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
24633 (viper-subseq): Copy of subseq from cl.el.
24634
24635 * viper.el (viper-go-away, viper-set-hooks): Use
24636 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
24637
24638 * viper-mous.el (viper-current-frame-saved): Use defvar.
24639
24640 * viper-init.el: Get rid of -face in face names.
24641
24642 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
24643 Make it work with longlines mode
24644
24645 * ediff-mult.el (ediff-meta-mode-hook): New variable.
24646
24647 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
24648
24649 * ediff-init.el: Get rid of -face in face names.
24650
24651 2005-07-10 Richard M. Stallman <rms@gnu.org>
24652
24653 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
24654 and with-timeout-unsuspend.
24655
24656 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
24657 and with-timeout-unsuspend.
24658
24659 * emacs-lisp/timer.el (with-timeout-timers): New variable.
24660 (with-timeout): Bind that variable to record timers.
24661 (with-timeout-suspend, with-timeout-unsuspend): New functions.
24662
24663 * emacs-lisp/debug.el (debug-help-follow): New function.
24664 (debugger-mode-map): Use that instead of help-follow.
24665 (debugger-setup-buffer): Use eval-buffer-list
24666 to handle eval-buffer frames.
24667
24668 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
24669
24670 * timezone.el (timezone-parse-date): Change first regexp
24671 so it will not mistakenly match dates with no time zone.
24672
24673 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
24674
24675 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
24676
24677 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
24678
24679 * custom.el (custom-initialize-safe-set)
24680 (custom-initialize-safe-default): New functions.
24681
24682 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
24683 and simplify :init-value.
24684
24685 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
24686 and simplify :init-value. Delete obsolete comment.
24687
24688 * startup.el (command-line): Use `custom-reevaluate-setting' to
24689 handle `tooltip-mode'. Delete obsolete comment.
24690
24691 * files.el (set-visited-file-name): Avoid calling
24692 `file-name-nondirectory' with a nil argument.
24693
24694 2005-07-09 Richard M. Stallman <rms@gnu.org>
24695
24696 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
24697 was called with nil for the buffer, handle the read position right.
24698 Handle read position for eval-region, too.
24699
24700 2005-07-09 Juri Linkov <juri@jurta.org>
24701
24702 * fringe.el (fringe-mode): Add period in docstring.
24703 (fringe-query-style): Build prompt depending on `all-frames' arg.
24704
24705 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
24706 to not create links to unrelated functions in the Help buffer.
24707
24708 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
24709 Doc fix.
24710
24711 * simple.el (next-error-hook): New variable.
24712 (next-error): Use it. Doc fix.
24713
24714 * textmodes/ispell.el (ispell-command-loop): Add current
24715 dictionary name and program name to mode-line-format.
24716 (ispell-region, ispell-process-line): Add current dictionary name
24717 and program name to messages.
24718
24719 2005-07-08 Jay Belanger <belanger@truman.edu>
24720
24721 * calc/calc.el (calc-embedded-announce-formula-alist)
24722 (calc-embedded-open-close-formula-alist)
24723 (calc-embedded-open-close-word-alist)
24724 (calc-embedded-open-close-plain-alist)
24725 (calc-embedded-open-close-new-formula-alist)
24726 (calc-embedded-open-close-mode-alist)
24727 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
24728 (calc-embedded-mode-hook): New variables.
24729
24730 * calc/calc-embed.el (calc-embedded-firsttime)
24731 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
24732 New variables.
24733 (calc-do-embedded): Use calc-embedded-firsttime,
24734 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
24735 determine whether or not to run hooks.
24736 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
24737 calc-embedded-firsttime-formula appropriately.
24738 Set calc-embedded delimiter variables according to mode.
24739
24740 2005-07-08 Richard M. Stallman <rms@gnu.org>
24741
24742 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
24743 Check for "emacs", etc., as entire symbol, not just as word.
24744 (checkdoc-file-comments-engine): Use regexp-quote on FN.
24745
24746 * files.el (set-visited-file-name): Report the error
24747 for "empty filename" earlier.
24748 (kill-some-buffers): Ignore buffers already dead.
24749
24750 * fringe.el (fringe-mode): Doc fix.
24751
24752 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
24753 Check for (featurep 'xemacs) and turn off warnings in what it guards.
24754 Use unwind-protect to ensure byte-compile-unresolved-functions
24755 is updated.
24756
24757 * whitespace.el (whitespace-buffer-leading-cleanup):
24758 Simplify w/ skip-chars-forward.
24759 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
24760
24761 * mail/rmail.el (rmail-only-expunge): Fix paren error.
24762 Unconditionally try to leave point at the same old place.
24763
24764 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
24765
24766 * comint.el (comint-postoutput-scroll-to-bottom)
24767 (comint-show-maximum-output): Take scroll-margin into consideration.
24768
24769 2005-07-08 Kim F. Storm <storm@cua.dk>
24770
24771 * ido.el (ido-use-filename-at-point): New choice `guess'.
24772 (ido-file-internal): Try ffap-guesser if selected.
24773
24774 * ido.el (ido-before-fallback-functions): New hook.
24775 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
24776 (ido-read-file-name): Run it.
24777
24778 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
24779
24780 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
24781 strings rather than a list of symbols to the completion function.
24782
24783 2005-07-07 Jay Belanger <belanger@truman.edu>
24784
24785 * calc/calc-units.el (math-apply-units): Change the places in
24786 which units are simplified.
24787
24788 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
24789
24790 * cus-edit.el (customize-option, customize-option-other-window):
24791 Make them handle aliases.
24792
24793 * custom.el (custom-variable-p): Make it recursively follow
24794 aliases. Mention that in the docstring.
24795
24796 2005-07-07 Richard M. Stallman <rms@gnu.org>
24797
24798 * cus-start.el (exec-path): Use `directory' instead of `file'.
24799 Fix tag for nil.
24800
24801 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24802
24803 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
24804 when called non-interactively. Doc fix.
24805
24806 2005-07-07 Lute Kamstra <lute@gnu.org>
24807
24808 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
24809 new address as well.
24810
24811 2005-07-07 Kenichi Handa <handa@m17n.org>
24812
24813 * international/mule.el (make-coding-system):
24814 Describe `ascii-incompatible' property in the docstring.
24815 (set-file-name-coding-system): Signal an error if coding-system is
24816 ascii-incompatible.
24817 (set-keyboard-coding-system): Likewise.
24818
24819 * international/mule-cmds.el (set-default-coding-systems):
24820 Don't set default-file-name-coding-system and
24821 default-keyboard-coding-system if coding-system is ASCII-incompatible.
24822
24823 * international/utf-16.el: Declare that all UTF-16-based coding
24824 systems are ASCII-incompatible.
24825
24826 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
24827
24828 * progmodes/gud.el: Require font-lock for displaying errors.
24829 Used by gdb-ui.el.
24830
24831 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
24832
24833 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
24834 values for the pattern lists which are `read'able but not
24835 `append'able (like symbols).
24836
24837 2005-07-06 Richard M. Stallman <rms@gnu.org>
24838
24839 * progmodes/flymake.el (flymake-float-time): Instead of
24840 with-no-warnings, test for XEmacs.
24841 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
24842 to avoid warning.
24843
24844 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
24845
24846 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
24847
24848 2005-07-05 Lute Kamstra <lute@gnu.org>
24849
24850 * battery.el: Add support for Darwin (with much debugging help
24851 from Samuel Lauber <sam124@operamail.com>).
24852 (battery-status-function, battery-echo-area-format)
24853 (battery-mode-line-format): Add support for pmset on Darwin.
24854 (battery-load-low, battery-load-critical): New user options.
24855 (battery-pmset): New function.
24856
24857 2005-07-05 Lute Kamstra <lute@gnu.org>
24858
24859 Update FSF's address in GPL notices.
24860
24861 * textmodes/page-ext.el: Update FSF's address.
24862
24863 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
24864
24865 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
24866 filling from using prefix when filling a single-line docstring.
24867
24868 * progmodes/flymake.el: Remove useless eval-when-compile.
24869
24870 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
24871
24872 2005-07-04 Richard M. Stallman <rms@gnu.org>
24873
24874 * textmodes/org.el (org-file-apps-defaults-gnu):
24875 Rename from org-file-apps-defaults-linux.
24876 (org-default-apps): Don't test system-type for `linux'.
24877 (org-file-apps): Doc fix.
24878
24879 2005-07-04 David Ponce <david@dponce.com>
24880
24881 * tree-widget.el: Improve header Commentary section.
24882 (tree-widget) [defgroup]
24883 (tree-widget-image-enable, tree-widget-themes-directory)
24884 (tree-widget-theme, tree-widget-image-properties-emacs)
24885 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24886 (tree-widget-image-formats, tree-widget-control)
24887 (tree-widget-empty-control, tree-widget-leaf-control
24888 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24889 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24890 (tree-widget-keep, tree-widget-after-toggle-functions)
24891 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24892 (tree-widget-open-control, tree-widget-close-control): Fix doc and
24893 :help-echo message.
24894 (tree-widget-set-theme): Doc fix. Use `string-equal'.
24895 (tree-widget-image-properties): Doc fix. Clearer implementation.
24896 (tree-widget--cursors): New constant.
24897 (tree-widget-lookup-image): New function split from
24898 `tree-widget-find-image'. Clearer implementation.
24899 (tree-widget-find-image): Use it.
24900 (tree-widget-button-keymap): Use `set-keymap-parent'.
24901 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
24902 Define the sub-widgets here.
24903 (tree-widget-node): Check that :node is not a tree-widget.
24904 (tree-widget-get-super, tree-widget-open-control)
24905 (tree-widget-close-control, tree-widget-empty-control)
24906 (tree-widget-leaf-control, tree-widget-guide)
24907 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
24908 (tree-widget-no-handle, tree-widget-value-delete)
24909 (tree-widget-map): Remove.
24910 (tree-widget-children-value-save): Doc fix. Simplified.
24911 (tree-widget-value-create): Update according to previous changes.
24912
24913 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
24914
24915 * textmodes/org.el: Leading space replaced by TABS.
24916 (org-recalc-marks, org-table-rotate-recalc-marks)
24917 (org-table-get-specials): Treat "^" and "_" marks.
24918 (org-table-justify-field-maybe): Optional argument NEW.
24919 (org-table-eval-formula): Parsing of the format simplified.
24920 New modes C,I. Honor the %= parameter in the current table.
24921 Avoid unnecessary re-align by using the NEW argument to
24922 `org-table-justify-field-maybe'.
24923 (org-calc-default-modes): Default for date-format mimicks org-mode.
24924 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
24925
24926 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
24927
24928 * cus-face.el (custom-theme-set-faces): Make it handle face
24929 aliases whose alias declarations are pre- or autoloaded.
24930
24931 2005-07-04 Juri Linkov <juri@jurta.org>
24932
24933 * faces.el (read-face-name): Put the code for getting a face name
24934 from the buffer before adding the faces from the `face' property.
24935 Use `completing-read-multiple' instead of `completing-read'.
24936 Require `crm'. Add default value and post-process the returned
24937 list of faces.
24938
24939 * emacs-lisp/crm.el (crm-find-current-element)
24940 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
24941
24942 * emacs-lisp/lisp-mode.el (eval-defun-1):
24943 * emacs-lisp/edebug.el (edebug-eval-defun):
24944 Remove unnecessary quotes.
24945
24946 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
24947
24948 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
24949 (prolog-indent-level): Fix typo in docstring.
24950
24951 * info.el (Info-history, Info-history-forward)
24952 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
24953
24954 * add-log.el (add-change-log-entry):
24955 * comint.el (comint-dynamic-list-input-ring)
24956 (comint-dynamic-list-completions):
24957 * dabbrev.el (dabbrev-expand):
24958 * delim-col.el (delimit-columns-rectangle-line):
24959 * diff-mode.el (diff-context->unified, diff-reverse-direction)
24960 (diff-unified->context):
24961 * ediff-init.el (ediff-abbrev-jobname):
24962 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
24963 (ediff-replace-session-activity-marker-in-meta-buffer):
24964 * info.el (Info-summary):
24965 * lpr.el (printify-region):
24966 * printing.el (pr-create-interface):
24967 * ps-print.el (ps-print-quote):
24968 * ses.el (ses-column-widths, ses-print-cell)
24969 (ses-adjust-print-width, ses-center):
24970 * shell.el (shell-file-name-quote-list):
24971 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
24972 (strokes-fill-current-buffer-with-whitespace)
24973 (strokes-xpm-for-stroke, strokes-list-strokes)
24974 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
24975 * term.el (term-dynamic-list-input-ring)
24976 (term-dynamic-list-completions):
24977 * calc/calc.el (math-format-stack-value):
24978 * emacs-lisp/edebug.el (edebug-display-freq-count):
24979 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
24980 (delphi-new-comment-line):
24981 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
24982 * progmodes/executable.el (executable-set-magic):
24983 * progmodes/python.el (inferior-python-mode):
24984 * progmodes/scheme.el (scheme-mode-syntax-table):
24985 * progmodes/sh-script.el (sh-maybe-here-document):
24986 * progmodes/sql.el (sql-copy-column):
24987 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
24988 * textmodes/bibtex.el (bibtex-mode):
24989 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
24990 (sgml-auto-attributes):
24991 * textmodes/table.el (table-insert, table-shorten-cell)
24992 (table--generate-source-scan-lines, table-delete-row)
24993 (*table--cell-delete-char, table--spacify-frame)
24994 (table--horizontally-shift-above-and-below)
24995 (table--cell-insert-char, table--cell-blank-str)
24996 (table--fill-region-strictly):
24997 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
24998 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
24999
25000 * add-log.el (change-log):
25001 * apropos.el (apropos):
25002 * comint.el (comint-completion, comint-source):
25003 * dabbrev.el (dabbrev):
25004 * delim-col.el (columns):
25005 * diff-mode.el (diff-mode):
25006 * ediff.el (ediff):
25007 * ediff-diff.el (ediff-diff):
25008 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
25009 * ediff-mult.el (ediff-mult):
25010 * ediff-ptch.el (ediff-ptch):
25011 * ediff-wind.el (ediff-window):
25012 * facemenu.el (facemenu):
25013 * indent.el (indent):
25014 * info.el (info):
25015 * jka-cmpr-hook.el (compression, jka-compr):
25016 * lpr.el (lpr):
25017 * outline.el (outlines):
25018 * pcmpl-cvs.el (pcmpl-cvs):
25019 * pcmpl-rpm.el (pcmpl-rpm):
25020 * printing.el (printing):
25021 * ps-print.el (postscript, ps-print, ps-print-horizontal)
25022 (ps-print-vertical, ps-print-headers, ps-print-font)
25023 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
25024 (ps-print-background, ps-print-printer, ps-print-page)
25025 (ps-print-miscellany):
25026 * ses.el (ses):
25027 * shell.el (shell, shell-directories, shell-faces):
25028 * startup.el (initialization):
25029 * strokes.el (strokes):
25030 * term.el (term):
25031 * uniquify.el (uniquify):
25032 * w32-vars.el (w32):
25033 * calc/calc.el (calc):
25034 * emacs-lisp/bytecomp.el (bytecomp):
25035 * emacs-lisp/cl-indent.el (lisp-indent):
25036 * emacs-lisp/edebug.el (edebug):
25037 * emacs-lisp/elp.el (elp):
25038 * emacs-lisp/testcover.el (testcover):
25039 * emacs-lisp/trace.el (trace):
25040 * emulation/viper-ex.el (viper-ex):
25041 * emulation/viper-mous.el (viper-mouse):
25042 * mail/mailalias.el (mailalias):
25043 * mail/supercite.el (supercite, supercite-frames)
25044 (supercite-attr, supercite-cite, supercite-hooks):
25045 * net/rcompile.el (remote-compile):
25046 * net/rlogin.el (rlogin):
25047 * obsolete/ooutline.el (outlines):
25048 * progmodes/delphi.el (delphi):
25049 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
25050 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
25051 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
25052 (ebnf-optimization):
25053 * progmodes/etags.el (etags):
25054 * progmodes/executable.el (executable):
25055 * progmodes/idlwave.el (idlwave):
25056 * progmodes/pascal.el (pascal):
25057 * progmodes/prolog.el (prolog):
25058 * progmodes/python.el (python):
25059 * progmodes/scheme.el (scheme):
25060 * progmodes/sh-script.el (sh, sh-script):
25061 * progmodes/sql.el (SQL):
25062 * progmodes/tcl.el (tcl):
25063 * textmodes/bibtex.el (bibtex, bibtex-autokey):
25064 * textmodes/enriched.el (enriched):
25065 * textmodes/makeinfo.el (makeinfo):
25066 * textmodes/sgml-mode.el (sgml):
25067 * textmodes/table.el (table-hooks):
25068 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
25069 * textmodes/texinfo.el (texinfo):
25070 * textmodes/two-column.el (two-column):
25071 Finish `defgroup' description with period.
25072
25073 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
25074 * eshell/esh-var.el (eshell-var):
25075 * progmodes/vhdl-mode.el (vhdl-testbench):
25076 * textmodes/org.el (org): Fix typos in docstrings.
25077
25078 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
25079 consistency.
25080
25081 * progmodes/flymake.el (flymake-find-file): Remove.
25082 (flymake-float-time): Use `with-no-warnings'.
25083 (flymake-check-start-time, flymake-check-was-interrupted)
25084 (flymake-err-info, flymake-is-running, flymake-last-change-time)
25085 (flymake-new-err-info): `defvar' at compile time.
25086
25087 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
25088
25089 * replace.el (occur-hook): Doc fix.
25090 (occur-1): Don't call `occur-hook' if there are no matches.
25091
25092 2005-07-03 Richard M. Stallman <rms@gnu.org>
25093
25094 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
25095 global-map, save the same map.
25096 (global-map): Don't alter it at top level.
25097 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
25098 Then alter it here instead.
25099 (tpu-edt-off): Set global-map to the saved one.
25100
25101 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
25102 All references simplified.
25103 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
25104 (zmacs-regions): Add defvar.
25105 (repeat-complex-command-map): Everything about that deleted.
25106
25107 * textmodes/artist.el (artist-key-is-drawing)
25108 (artist-key-endpoint1, artist-key-poly-point-list)
25109 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
25110 (artist-key-compl-table, artist-rb-save-data)
25111 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
25112 Don't put them in eval-when-compile.
25113 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
25114
25115 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
25116 Use with-no-warnings.
25117
25118 * net/browse-url.el (dos-windows-version): Add defvar.
25119
25120 * mail/supercite.el (filladapt-prefix-table): Add defvar.
25121
25122 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
25123 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
25124 (rmail-new-summary-line-count): Rename from new-summary-line-count.
25125 Add defvar.
25126 (rmail-summary-beginning-of-message): Use with-no-warnings.
25127 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
25128
25129 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
25130 Use with-no-warnings.
25131
25132 * emulation/vi.el (vi-mark-region): Use c-mark-function.
25133 (c-mark-function): Add point-moving-unit property.
25134 (vi-goto-line): Use with-no-warnings.
25135
25136 * emulation/edt.el (edt-last-copied-word): Add defvar.
25137 (zmacs-region-stays): Likewise.
25138 (edt-mark-section-wisely): Use c-mark-function for C.
25139 Use makr-defun for Fortran.
25140 (time-string): defvar deleted.
25141 (edt-display-the-time): Don't set time-string.
25142
25143 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
25144
25145 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
25146 Don't warn when name is not constant
25147 or for defining the group `emacs'.
25148
25149 * tooltip.el (gud-tooltip-mode): Add defvar.
25150
25151 * startup.el (default-frame-background-mode): Add defvar.
25152
25153 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
25154
25155 * info.el (tool-bar-map): Add defvar.
25156
25157 * dired.el (dnd-protocol-alist): Add defvar.
25158
25159 * dired-aux.el (dired-query): Display question with answer, when
25160 the user answers.
25161
25162 * custom.el (custom-add-option): Doc fix.
25163
25164 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
25165
25166 2005-07-03 Eli Zaretskii <eliz@gnu.org>
25167
25168 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
25169 bogus name from the last change.
25170
25171 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
25172
25173 * custom.el (custom-declare-variable): Fix typos in comment.
25174 (custom-known-themes): Doc fix.
25175 (custom-theme-directory): New defcustom.
25176 (require-theme): Make it check `custom-theme-directory'.
25177
25178 * cus-theme.el (custom-new-theme-mode): New function.
25179 (custom-theme-name, custom-theme-variables, custom-theme-faces)
25180 (custom-theme-description): Add compiler defvars.
25181 (customize-create-theme): Add doc to the "*New Custom Theme*"
25182 buffer. Use `custom-new-theme-mode'.
25183 (custom-theme-write): Put the created buffer in emacs-lisp-mode
25184 and save it to the `custom-theme-directory'. Make this the
25185 default directory of the buffer.
25186
25187 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
25188
25189 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
25190 Fix unbalanced parentheses.
25191
25192 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
25193
25194 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
25195 into flymake-mode and delegate to flymake-mode.
25196
25197 * find-file.el (ff-which-function-are-we-in): Clean up.
25198
25199 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
25200
25201 * replace.el (occur-rename-buffer): Fix docstring.
25202
25203 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
25204 (edt-last-copied-word, edt-learn-macro-count)
25205 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
25206 (edt-rect-start-point, edt-user-global-map, rect-start-point)
25207 (time-string, zmacs-region-stays):
25208 * emulation/edt-mapper.el (edt-save-function-key-map)
25209 (EDT-key-name): `defvar' to silence the byte-compiler.
25210
25211 2005-07-02 Martin Rudalics <rudalics@gmx.at>
25212
25213 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
25214 font-lock-regexp-backslash. Doc fix.
25215 (font-lock-regexp-backslash-grouping-construct): Rename from
25216 font-lock-regexp-backslash-construct. Doc fix.
25217 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
25218 grouping constructs.
25219
25220 2005-07-02 Eli Zaretskii <eliz@gnu.org>
25221
25222 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
25223 updating all the prerequisites.
25224
25225 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
25226
25227 * textmodes/org.el (org-agenda-start-on-weekday)
25228 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
25229 (org-agenda-use-time-grid, org-archive-location)
25230 (org-allow-space-in-links, org-usenet-links-prefer-google)
25231 (org-enable-table-editor, org-export-default-language)
25232 (org-export-html-show-new-buffer, org-fill-paragraph)
25233 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
25234 (org-goto-quit, org-occur, org-eval-in-calendar)
25235 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
25236 (org-agenda-diary-entry, org-remember-help)
25237 (org-table-convert-region, org-at-table-p)
25238 (org-table-move-row-down, org-table-move-row-up)
25239 (org-table-copy-region, org-table-toggle-vline-visibility)
25240 (org-table-get-stored-formulas, org-table-get-specials)
25241 (org-recalc-commands, org-table-eval-formula)
25242 (org-table-formula-substitute-names, orgtbl-make-binding)
25243 (org-format-org-table-html, org-format-table-table-html)
25244 (org-format-table-table-html-using-table-generate-source)
25245 (org-customize): Fix typos in docstrings.
25246 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
25247 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
25248 (org-back-to-heading): Doc fixes.
25249 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
25250 (org-agenda-change-all-lines, org-get-header):
25251 Improve argument/docstring consistency.
25252 (orgtbl-error): Fix error message.
25253
25254 * progmodes/flymake.el (flymake-find-possible-master-files)
25255 (flymake-master-file-compare, flymake-get-line-err-count)
25256 (flymake-highlight-line, flymake-gui-warnings-enabled):
25257 Fix typos in docstrings.
25258 (flymake-parse-line, flymake-get-project-include-dirs-function)
25259 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
25260 Doc fixes.
25261 (flymake-get-project-include-dirs-function)
25262 (flymake-make-err-menu-data):
25263 Improve argument/docstring consistency.
25264
25265 2005-07-01 Lute Kamstra <lute@gnu.org>
25266
25267 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
25268 Catch errors with ignore-errors. Use temporary buffer.
25269 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
25270
25271 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
25272 background color faces.
25273 (facemenu-set-foreground, facemenu-set-background):
25274 Use facemenu-set-face-from-menu.
25275 (facemenu-set-face-from-menu): Treat face names that start with
25276 "fg:" or "bg:" as special.
25277 (facemenu-add-new-color): Don't create faces. Simplify.
25278
25279 2005-06-30 Richard M. Stallman <rms@gnu.org>
25280
25281 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
25282 (crm-find-current-element): Likewise.
25283
25284 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25285
25286 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
25287
25288 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
25289
25290 * arc-mode.el (archive-extract): Make it work as a mouse binding.
25291 (archive-mouse-extract): Make it an obsolete alias.
25292 (archive-mode-map): Don't use archive-mouse-extract any more.
25293 (archive-mode, archive-extract): write-contents-hooks ->
25294 write-contents-functions.
25295 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
25296 first arg.
25297 (archive-rename-entry): Update the call.
25298 (archive-zip-summarize): Remove unused var `method'.
25299 (archive-lzh-summarize): Remove unused var `creator'.
25300
25301 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
25302 dedicated frame upon exit.
25303
25304 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
25305 (archive-zip-extract, archive-zip-expunge)
25306 (archive-zip-update, archive-zip-update-case): Use executable-find.
25307 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
25308 Use restore-buffer-modified-p.
25309 (archive-extract, archive-add-new-member, archive-write-file-member):
25310 Use with-current-buffer.
25311 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
25312
25313 2005-06-30 Andreas Schwab <schwab@suse.de>
25314
25315 * progmodes/gud.el (gud-filter): Remove unneeded progn.
25316
25317 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
25318
25319 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
25320
25321 2005-06-30 Juri Linkov <juri@jurta.org>
25322
25323 * faces.el (vertical-border): Inherit from mode-line-inactive
25324 only on tty.
25325
25326 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
25327
25328 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
25329 example, -NLINES in the `occur' docstring).
25330
25331 * replace.el (occur-1): When no matches are found, do not set the
25332 `buffer-read-only' and modified flags for the occur buffer,
25333 because it is deleted.
25334
25335 * emulation/cua-base.el (cua-check-pending-input)
25336 (cua-repeat-replace-region, cua-mode, cua-debug)
25337 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
25338 Fix typos in docstrings.
25339
25340 * emulation/cua-gmrk.el (cua-toggle-global-mark)
25341 (cua-cut-region-to-global-mark)
25342 (cua--cut-rectangle-to-global-mark):
25343 Remove period from end of messages.
25344
25345 * emulation/cua-rect.el (cua-do-rectangle-padding):
25346 Remove period from end of messages.
25347 (cua--rectangle-seq-format): Fix typo in docstring.
25348 (cua-sequence-rectangle, cua-fill-char-rectangle):
25349 Improve argument/docstring consistency.
25350
25351 2005-06-29 Juri Linkov <juri@jurta.org>
25352
25353 * faces.el (default-frame-background-mode): New internal variable.
25354 (frame-set-background-mode): Use it.
25355
25356 * startup.el (normal-top-level): Set default-frame-background-mode
25357 instead of frame-background-mode. Before setting it, test for its
25358 nil value. Remove tests for frame-background-mode and frame
25359 parameter `reverse'. Add test for "unspecified-fg".
25360
25361 * term/xterm.el (xterm-rxvt-set-background-mode):
25362 * term/rxvt.el (rxvt-set-background-mode):
25363 Set default-frame-background-mode instead of frame-background-mode.
25364
25365 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
25366
25367 * simple.el (set-variable): Warn about obsolete user variables.
25368
25369 * imenu.el (imenu--completion-buffer):
25370 * mouse.el (mouse-buffer-menu-alist):
25371 * msb.el (msb-invisible-buffer-p):
25372 * calendar/diary-lib.el (diary-header-line-format):
25373 * emacs-lisp/pp.el (pp-buffer):
25374 * progmodes/cperl-mode.el (cperl-do-auto-fill):
25375 * textmodes/picture.el (picture-replace-match):
25376 Change space constants followed by a sexp to "?\s ".
25377
25378 * play/decipher.el (decipher-loop-with-breaks):
25379 * textmodes/texinfo.el (texinfo-insert-@item): Change space
25380 constants "protected" from end of line by a comment to "?\s".
25381
25382 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25383
25384 * font-lock.el (save-buffer-state): Use `declare'.
25385
25386 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
25387 reset the syntax-table to cperl-mode-syntax-table.
25388 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
25389 "foo_print_bar" is not matched as a reserved keyword.
25390
25391 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
25392
25393 * textmodes/org.el (orgtbl-setup): New function, for delayed
25394 setup for the orgtbl commands.
25395 (org-calc-default-modes): New option.
25396 (orgtbl-make-binding): Use `defun' to get better help display.
25397 (org-diary): Call `org-compile-prefix-format'.
25398 (org-table-formula-substitute-names): New function.
25399 (org-agenda-day-view, org-agenda-week-view): New commands.
25400 (org-agenda-toggle-week-view): Command removed.
25401 (org-tbl-menu): Split off from org-org-menu.
25402 (org-mode): Move removal of outline-mode menus to here.
25403 (org-table-formula-debug): New option.
25404 (org-table-insert-row): Keep first field if just "#" or "*".
25405 (org-mode): Paragraph regexps fixed.
25406 (org-table-recalculate-regexp): New constant.
25407 (org-table-justify-field-maybe): Avoid replace if not necessary.
25408 (org-copy-special, org-cut-special): Use `call-interactively'.
25409 (org-table-copy-region): Take region from `interactive' call.
25410 (org-trim): Return string even if no match.
25411 (org-formula): New face.
25412 (org-set-font-lock-defaults): No longer highlight "FIXME".
25413 But highlight formula-related fields in table.
25414 (org-table-p): Use regexp, not fontification.
25415 (org-table-align): Handle white space at end of line.
25416 (org-table-formula-evaluate-inline): New option.
25417 (org-mode): Auto-wrapping in comment lines turned off.
25418 (org-table-copy-down): Evaluate only in copied field, not in
25419 destination.
25420 (org-table-current-formula): Variable removed.
25421 (org-table-store-formulas, org-table-get-stored-formulas)
25422 (org-table-modify-formulas, org-table-replace-in-formulas)
25423 (org-table-maybe-eval-formula): New functions.
25424 (org-table-get-formula): Modify to use stored formulas.
25425 (org-table-insert-column, org-table-delete-column)
25426 (org-table-move-column): Call `org-table-modify-formulas'.
25427 (org-complete): Add completion for keyword formulas.
25428 (orgtbl-mode): Pull orgtbl-mode-map to start of
25429 minor-mode-map-alist.
25430
25431 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
25432
25433 * progmodes/python.el (python-check): Require `compile' before
25434 modifying its variables.
25435
25436 * newcomment.el (comment-indent-default): Don't get fooled by an early
25437 end of buffer.
25438
25439 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25440
25441 * ps-print.el (ps-print-version): Fix version number.
25442
25443 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
25444
25445 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
25446
25447 2005-06-28 Richard M. Stallman <rms@gnu.org>
25448
25449 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
25450 (flyspell-local-mouse-map): Declaration deleted.
25451 (flyspell-mouse-map): Bind only mouse-2.
25452 (flyspell-mode-map): Don't test flyspell-use-local-map.
25453 (flyspell-overlay-keymap-property-name): Var deleted.
25454 (flyspell-mode-on): Don't make local bindings for
25455 flyspell-mouse-map and flyspell-mode-map.
25456 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
25457
25458 * textmodes/ispell.el (ispell-word): Do not ignore short words.
25459
25460 * progmodes/compile.el (compilation-next-error-function):
25461 Don't switch buffers; operate on the current buffer.
25462
25463 * progmodes/compile.el (compilation-error-file-name)
25464 (compilation-warning-file-name, compilation-info-file-name)
25465 (compilation-line-number, compilation-column-number): New faces.
25466 (compilation-error-face, compilation-warning-face)
25467 (compilation-info-face, compilation-line-face)
25468 (compilation-column-face): Use them.
25469
25470 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
25471
25472 * comint.el (comint-password-prompt-regexp): Accept ", try again".
25473
25474 * bindings.el (global-map): Bind insertchar and its variants.
25475
25476 2005-06-27 Richard M. Stallman <rms@gnu.org>
25477
25478 * textmodes/artist.el (artist-text-overwrite)
25479 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
25480
25481 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
25482
25483 * ps-print.el: It was not working the page selection for printing.
25484 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
25485 (ps-print-version): New version 6.6.7.
25486 (ps-end-sheet): New fun.
25487 (ps-header-sheet, ps-end-job): Call it.
25488
25489 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
25490
25491 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
25492
25493 2005-06-27 Lute Kamstra <lute@gnu.org>
25494
25495 * facemenu.el (facemenu-unlisted-faces): Add foreground and
25496 background color faces.
25497 (facemenu-get-face): Delete function.
25498 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
25499 (facemenu-add-new-color): Make second argument mandatory.
25500 Create the appropriate face and return it. Simplify.
25501 (facemenu-set-foreground, facemenu-set-background): Don't check if
25502 color is defined. Use return value of facemenu-add-new-color.
25503
25504 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
25505
25506 * progmodes/gud.el (gud-filter): Add missing argument to
25507 with-selected-window.
25508
25509 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
25510
25511 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
25512 a :require to the defcustom.
25513
25514 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
25515 defcustoms corresponding to minor modes.
25516
25517 2005-06-26 David Ponce <david@dponce.com>
25518
25519 * recentf.el: Require tree-widget instead of wid-edit.
25520 (recentf-filename-handler): Fix widget :type.
25521 (recentf-cancel-dialog, recentf-open-more-files)
25522 (recentf-open-files-action): Doc fix.
25523 (recentf-dialog-goto-first): New function.
25524 (recentf-dialog-mode-map): Set parent keymap first.
25525 (recentf-dialog-mode): Define with define-derived-mode.
25526 Don't display continuation lines in dialogs.
25527 (recentf-edit-list): Rename from recentf-edit-selected-items.
25528 (recentf-edit-list-select): Rename from recentf-edit-list-action.
25529 Simplify.
25530 (recentf-edit-list-validate): New function.
25531 (recentf-edit-list): Update accordingly.
25532 (recentf-open-files-item-shift): Remove.
25533 (recentf-open-files-item): Convert menu elements into tree and
25534 link widgets. Don't create the widgets.
25535 (recentf-open-files): Update accordingly.
25536 (recentf-save-list): Untabify.
25537
25538 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
25539
25540 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
25541 (keep-lines): Add INTERACTIVE arg. Never delete lines only
25542 partially contained in the active region. Do not take active
25543 region into account when called from Lisp, unless INTERACTIVE arg
25544 is non-nil. Use `forward-line' instead of `beginning-of-line' to
25545 avoid trouble with fields. Make marker point nowhere when no
25546 longer used. Always return nil. Doc fix.
25547 (flush-lines): Add INTERACTIVE arg. Do not take active region
25548 into account when called from Lisp, unless INTERACTIVE arg is
25549 non-nil. Use `forward-line' instead of `beginning-of-line' to
25550 avoid trouble with fields. Make marker point nowhere when no
25551 longer used. Always return nil. Doc fix.
25552 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
25553 interchangeable. Do not take active region into account when
25554 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
25555 message in echo area when called from Lisp, unless INTERACTIVE arg
25556 is non-nil. Avoid saying "1 occurrences". Do not use markers.
25557 Return the number of matches. Doc fix.
25558 (occur): Doc fix.
25559 (perform-replace): Make comment follow double space convention for
25560 the sake of `outline-minor-mode'.
25561
25562 * faces.el (facep): Doc fix.
25563
25564 2005-06-25 Richard M. Stallman <rms@gnu.org>
25565
25566 * facemenu.el (facemenu-enable-faces-p): New function.
25567 (facemenu-background-menu, facemenu-foreground-menu)
25568 (facemenu-face-menu): Add menu-enable property.
25569
25570 * jka-compr.el (jka-compr-insert-file-contents):
25571 Special handling if cannot find the uncompression program.
25572
25573 * cus-face.el (custom-face-attributes): Add autoload.
25574
25575 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
25576 Bind comment-indent-function locally.
25577
25578 * window.el (save-selected-window): Use save-current-buffer.
25579
25580 * subr.el (with-selected-window): Use save-current-buffer.
25581
25582 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
25583 and with-current-buffer.
25584
25585 2005-06-24 Richard M. Stallman <rms@gnu.org>
25586
25587 * simple.el (line-move-1): Fix previous change.
25588
25589 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
25590
25591 * replace.el (occur-1): Set `buffer-read-only' and the
25592 buffer-modified flag before running `occur-hook' to protect
25593 against unintentional buffer switches that can lead to data loss.
25594
25595 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
25596
25597 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
25598 (gud-gdb-marker-filter): Use font-lock-warning-face for any
25599 initial error.
25600
25601 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
25602 after fresh input.
25603 (gdb-var-create-handler): Put name of expression in quotes.
25604
25605 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
25606
25607 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
25608 elements of RING in order, and without bogus nil elements.
25609
25610 2005-06-23 Richard M. Stallman <rms@gnu.org>
25611
25612 * simple.el (set-variable): Args renamed; doc fix.
25613 (line-move-1): When there are overlays around, use vertical-motion.
25614
25615 * faces.el (escape-glyph): Use brown against light background.
25616 (nobreak-space): Rename from no-break-space.
25617 Fix previous change.
25618
25619 * dired-aux.el (dired-do-copy): Fix arg prompt.
25620
25621 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
25622
25623 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
25624
25625 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
25626 rather than "Distributor".
25627
25628 2005-06-23 Lute Kamstra <lute@gnu.org>
25629
25630 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
25631 (debug-on-entry): Use it. New interactive declaration that uses
25632 function-called-at-point.
25633
25634 2005-06-23 Kim F. Storm <storm@cua.dk>
25635
25636 * subr.el (save-match-data): Add comment about using evaporate arg
25637 to set-match-data.
25638
25639 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
25640
25641 * cus-edit.el (customize-face)
25642 (customize-face-other-window): Handle face aliases.
25643
25644 * faces.el (face-documentation, set-face-attribute)
25645 (face-spec-set): Handle face aliases.
25646
25647 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
25648
25649 * help-mode.el (help-make-xrefs): If a symbol representing a face
25650 name is not followed by the word "face", it could still be a
25651 function or variable name, so don't bypass other checks.
25652
25653 2005-06-22 Juri Linkov <juri@jurta.org>
25654
25655 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
25656 Replace aliased functions with calls where second arg `inherit' is t.
25657
25658 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
25659
25660 * progmodes/gdb-ui.el (gdb-error): New variable.
25661 (gdb-error): New function.
25662 (gdb-annotation-rules): Act on error-begin and error annotations.
25663 (gdb-concat-output): Use font-lock-warning-face for errors.
25664
25665 2005-06-22 Miles Bader <miles@gnu.org>
25666
25667 * bindings.el (propertized-buffer-identification): Use renamed
25668 `Buffer-menu-buffer' face.
25669
25670 * faces.el (vertical-border): Rename from `vertical-divider'.
25671 (escape-glyph): Change dark-background color back to `cyan'.
25672
25673 2005-06-21 Juri Linkov <juri@jurta.org>
25674
25675 * faces.el (face-user-default-spec): Try getting `customized-face'
25676 prior to `saved-face'.
25677 (frame-background-mode): Refill docstring.
25678
25679 * emacs-lisp/lisp-mode.el (eval-defun-1):
25680 * emacs-lisp/edebug.el (edebug-eval-defun):
25681 Set `saved-face' temporarily to nil before calling form.
25682 Set `customized-face' to the new spec after that.
25683
25684 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
25685
25686 * subr.el (1value, lambda, key-substitution-in-progress):
25687 Doc fixes.
25688
25689 * autoinsert.el (auto-insert-alist):
25690 * ses.el (ses-call-printer):
25691 * subr.el (noreturn):
25692 * emacs-lisp/lisp.el (check-parens):
25693 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
25694 * net/browse-url.el (browse-url-mosaic):
25695 * progmodes/cc-defs.el (c-safe-scan-lists):
25696 * progmodes/ebnf-abn.el (ebnf-abn-lex):
25697 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
25698 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
25699 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
25700 * progmodes/ebnf-iso.el (ebnf-iso-lex):
25701 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
25702
25703 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
25704
25705 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
25706
25707 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
25708
25709 * calendar/appt.el (appt-make-list): Activate the package, if
25710 not already active (for backwards compatibility).
25711
25712 2005-06-20 Kim F. Storm <storm@cua.dk>
25713
25714 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
25715
25716 2005-06-20 Miles Bader <miles@gnu.org>
25717
25718 * faces.el (vertical-divider): New face.
25719
25720 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
25721
25722 * simple.el (kill-whole-line): Doc fix.
25723 (next-error-buffer-p, next-error-find-buffer)
25724 (clone-indirect-buffer): Fix typos in docstrings.
25725 (comment-line-break-function): Doc fix: don't say variable
25726 is automatically buffer-local (it isn't).
25727
25728 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
25729
25730 * net/tramp-ftp.el (top):
25731 * net/tramp-smb.el (top):
25732 * net/tramp-util.el (top):
25733 * net/tramp-uu.el (top):
25734 * net/tramp-vc.el (top):
25735 * net/tramp.el (top): Revert copyright years back to original
25736 ones. Tramp has a life outside GNU Emacs.
25737
25738 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
25739
25740 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
25741
25742 2005-06-18 Juri Linkov <juri@jurta.org>
25743
25744 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
25745 end of first regexp to limit the match to the position between
25746 line number and source line with same separator character as used
25747 between file name and line number. In the second regexp limit
25748 mouse-face area to file name and line number by adding new group
25749 for them and referring it in HYPERLINK arg.
25750 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
25751 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
25752 previous line where grep markers may be already removed.
25753
25754 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
25755
25756 * progmodes/ps-mode.el: Update version and maintainer's email address.
25757
25758 2005-06-18 Steve Youngs <steve@xemacs.org>
25759
25760 * net/browse-url.el (browse-url-browser-function)
25761 (browse-url-default-browser): Add firefox.
25762 (browse-url-firefox-program, browse-url-firefox-arguments)
25763 (browse-url-firefox-startup-arguments)
25764 (browse-url-firefox-new-window-is-tab): New defcustoms.
25765 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
25766
25767 2005-06-17 Richard M. Stallman <rms@gnu.org>
25768
25769 * startup.el (command-line): Warn if specified user name has
25770 no home directory.
25771
25772 * term.el (term-get-old-input, term-input-filter, term-input-sender)
25773 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
25774
25775 * longlines.el (longlines-mode, longlines-show-hard-newlines):
25776 Doc fixes.
25777
25778 * faces.el (underline): Try bold if terminal doesn't support underline.
25779
25780 * mail/sendmail.el (mail-setup-with-from): New variable.
25781 (mail-insert-from-field): New function.
25782 (sendmail-send-it): Call it.
25783 (mail-setup): Optionally call it here.
25784
25785 * term/linux.el: Call tty-no-underline.
25786
25787 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
25788
25789 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
25790
25791 2005-06-17 Miles Bader <miles@gnu.org>
25792
25793 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
25794 (ediff-current-diff-C, ediff-current-diff-Ancestor)
25795 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
25796 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
25797 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
25798 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
25799 Remove "-face" suffix from face names.
25800 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25801 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25802 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25803 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25804 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25805 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25806 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25807 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25808 New backward-compatibility aliases for renamed faces.
25809 (ediff-current-diff-face-A, ediff-current-diff-face-B)
25810 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
25811 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
25812 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
25813 (ediff-even-diff-face-A, ediff-even-diff-face-B)
25814 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
25815 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
25816 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
25817 Use renamed ediff faces.
25818
25819 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
25820 Remove "-face" suffix from face names.
25821 (eshell-test-ok-face, eshell-test-failed-face):
25822 New backward-compatibility aliases for renamed faces.
25823 (eshell-run-test): Use renamed eshell-test faces.
25824
25825 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
25826 face name.
25827 (eshell-prompt-face): New backward-compatibility alias for renamed
25828 face.
25829 (eshell-emit-prompt): Use renamed eshell-prompt face.
25830
25831 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
25832 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
25833 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
25834 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
25835 Remove "-face" suffix from face names.
25836 (eshell-ls-directory-face, eshell-ls-symlink-face)
25837 (eshell-ls-executable-face, eshell-ls-readonly-face)
25838 (eshell-ls-unreadable-face, eshell-ls-special-face)
25839 (eshell-ls-missing-face, eshell-ls-archive-face)
25840 (eshell-ls-backup-face, eshell-ls-product-face)
25841 (eshell-ls-clutter-face):
25842 New backward-compatibility aliases for renamed faces.
25843 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
25844
25845 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
25846 Remove "-face" suffix from face name.
25847 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
25848 instead of literal face.
25849
25850 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
25851
25852 * emacs-lisp/warnings.el (display-warning, lwarn)
25853 (warning-minimum-log-level): Doc fixes.
25854 (warning-minimum-level, warning-minimum-log-level):
25855 Add :debug to :type choices.
25856
25857 * progmodes/ada-mode.el (ada-format-paramlist)
25858 (ada-get-indent-case, ada-check-matching-start)
25859 (ada-check-defun-name, ada-goto-matching-decl-start)
25860 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
25861 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
25862 (ada-make-subprogram-body): Follow error conventions.
25863 (ada-case-exception-file, ada-indent-comment-as-code)
25864 (ada-indent-handle-comment-special, ada-indent-renames)
25865 (ada-indent-return, ada-search-directories-internal)
25866 (ada-tab-policy, ada-case-exception-substring)
25867 (ada-other-file-alist, ada-matching-start-re)
25868 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
25869 (ada-imenu-generic-expression, ada-compile-goto-error)
25870 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
25871 (ada-popup-menu, ada-add-extensions, ada-mode)
25872 (ada-region-selected, ada-create-case-exception)
25873 (ada-create-case-exception-substring, ada-after-keyword-p)
25874 (ada-activate-keys-for-case, ada-adjust-case-region)
25875 (ada-adjust-case-buffer, ada-format-paramlist)
25876 (ada-scan-paramlist, ada-insert-paramlist)
25877 (ada-indent-newline-indent)
25878 (ada-indent-newline-indent-conditional)
25879 (ada-justified-indent-current, ada-goto-previous-word)
25880 (ada-indent-current, ada-get-indent-open-paren)
25881 (ada-get-indent-paramlist, ada-get-indent-end)
25882 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
25883 (ada-get-indent-block-start, ada-get-indent-subprog)
25884 (ada-get-indent-noindent, ada-get-indent-label)
25885 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
25886 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
25887 (ada-goto-stmt-end, ada-goto-next-word)
25888 (ada-check-matching-start, ada-check-defun-name)
25889 (ada-goto-matching-decl-start, ada-goto-matching-start)
25890 (ada-goto-matching-end, ada-search-ignore-string-comment)
25891 (ada-in-decl-p, ada-looking-at-semi-or)
25892 (ada-looking-at-semi-private, ada-in-paramlist-p)
25893 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
25894 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
25895 (ada-next-procedure, ada-previous-procedure, ada-next-package)
25896 (ada-previous-package, ada-create-menu)
25897 (ada-fill-comment-paragraph-justify)
25898 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
25899 (ada-other-file-name, ada-last-which-function-line)
25900 (ada-last-which-function-subprog, ada-which-function)
25901 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
25902 (ada-gen-treat-proc, ada-check-emacs-version)
25903 (ada-continuation-indent, ada-align-region-separate):
25904 Fix typos in docstrings.
25905 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
25906
25907 2005-06-16 Lute Kamstra <lute@gnu.org>
25908
25909 * simple.el (fundamental-mode): Run after-change-major-mode-hook
25910 conditionally.
25911
25912 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
25913
25914 * comint.el (comint-replace-by-expanded-filename)
25915 (comint-prompt-regexp, comint-delimiter-argument-list)
25916 (comint-preinput-scroll-to-bottom):
25917 * info.el (Info-hide-cookies-node):
25918 * ls-lisp.el (ls-lisp-classify):
25919 * find-file.el (ff-search-directories, ff-special-constructs)
25920 (ff-find-other-file):
25921 * font-lock.el (font-lock-keywords):
25922 * shell.el (shell-prompt-pattern)
25923 (shell-dynamic-complete-functions, shell-mode)
25924 (shell-delimiter-argument-list):
25925 * term.el (term-replace-by-expanded-filename)
25926 (term-prompt-regexp, term-delimiter-argument-list):
25927 * woman.el (woman-ignore, woman0-if):
25928 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
25929 * emacs-lisp/elint.el (elint-init-env):
25930 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
25931 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
25932 * language/ethio-util.el (ethio-tilde-escape)
25933 (ethio-use-three-dot-question):
25934 * net/zone-mode.el (zone-mode-load-time-setup):
25935 * progmodes/cc-align.el (c-lineup-argcont):
25936 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
25937 * progmodes/cperl-mode.el (cperl-set-style-back):
25938 * progmodes/inf-lisp.el (inferior-lisp-prompt):
25939 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
25940 Fix spellings in docstrings.
25941
25942 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
25943 * progmodes/modula2.el (m2-for): Fix spellings.
25944
25945 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
25946
25947 * simple.el (undo-more): Don't use `format' on `error' arguments.
25948 Improve argument/docstring consistency.
25949 (pending-undo-list): Doc fix.
25950
25951 * smerge-mode.el (smerge-ensure-match):
25952 * emulation/vip.el (vip-ex):
25953 * net/zone-mode.el (zone-mode-update-serial):
25954 * progmodes/idlwave.el (idlwave-complete):
25955 * progmodes/vhdl-mode.el (vhdl-visit-file)
25956 (vhdl-compose-wire-components):
25957 Don't use `format' on `error' arguments.
25958
25959 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
25960 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
25961 (tooltip-help-tips): Fix typos in docstrings.
25962
25963 2005-06-16 David Ponce <david@dponce.com>
25964
25965 * tree-widget.el (tree-widget-value-create): Simplify last change.
25966
25967 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
25968
25969 * ido.el (ido-incomplete-regexp): New variable.
25970 (ido-set-matches-1): Handle invalid-regexp error and set
25971 ido-incomplete-regexp.
25972 (ido-incomplete-regexp): New face.
25973 (ido-completions): Use it.
25974 (ido-complete, ido-exit-minibuffer, ido-completions):
25975 Handle incomplete regexps.
25976 (ido-completions): Add check for complete match when entering a regexp.
25977
25978 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
25979
25980 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
25981
25982 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25983
25984 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
25985 by field delimiters.
25986
25987 2005-06-15 David Ponce <david@dponce.com>
25988
25989 * tree-widget.el: eval-and-compile inlined functions so they will
25990 be available at run-time too.
25991 (tree-widget-super-format-handler)
25992 (tree-widget-format-handler): Remove.
25993 (tree-widget-value-create): Handle the :indent property.
25994
25995 2005-06-15 Miles Bader <miles@gnu.org>
25996
25997 * progmodes/which-func.el (which-func): Only inherit
25998 `font-lock-function-name-face' when that makes sense against the
25999 default mode-line face, otherwise set the face color explicitly.
26000
26001 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
26002 faces instead of (non-existent) variables.
26003
26004 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
26005
26006 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
26007 (iswitchb-get-matched-buffers): Likewise. Simplify.
26008
26009 2005-06-14 Miles Bader <miles@gnu.org>
26010
26011 * progmodes/ld-script.el (ld-script-location-counter):
26012 Remove "-face" suffix from face name.
26013 (ld-script-location-counter-face):
26014 New backward-compatibility alias for renamed face.
26015 (ld-script-location-counter-face): Use renamed face.
26016
26017 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
26018 (cperl-hash): Remove "-face" suffix from face names.
26019 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
26020 New backward-compatibility aliases for renamed faces.
26021 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
26022 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
26023
26024 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
26025 name.
26026 (which-func-face): New backward-compatibility alias for renamed face.
26027 (which-func-format): Use renamed which-func face.
26028
26029 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
26030 (vhdl-function, vhdl-directive, vhdl-reserved-word)
26031 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
26032 names.
26033 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
26034 (vhdl-speedbar-configuration, vhdl-speedbar-package)
26035 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
26036 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
26037 (vhdl-speedbar-architecture-selected)
26038 (vhdl-speedbar-configuration-selected)
26039 (vhdl-speedbar-package-selected)
26040 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
26041 names.
26042 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
26043 Use renamed faces.
26044 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
26045 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
26046 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
26047 Use renamed faces.
26048 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
26049 names.
26050 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
26051 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
26052 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
26053 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
26054 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
26055 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
26056
26057 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
26058 face name.
26059 (sh-heredoc-face): New backward-compatibility alias for renamed face.
26060 (sh-heredoc-face): Use renamed sh-heredoc face.
26061
26062 * progmodes/idlw-help.el (idlwave-help-link):
26063 Remove "-face" suffix from face name.
26064 (idlwave-help-link-face):
26065 New backward-compatibility alias for renamed face.
26066 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
26067
26068 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
26069 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
26070 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
26071 New backward-compatibility aliases for renamed faces.
26072 (idlwave-shell-disabled-breakpoint-face)
26073 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
26074
26075 * progmodes/flymake.el (flymake-errline, flymake-warnline):
26076 Remove "-face" suffix from face names.
26077 (flymake-errline-face, flymake-warnline-face):
26078 New backward-compatibility aliases for renamed faces.
26079 (flymake-highlight-line): Use renamed flymake faces.
26080
26081 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
26082 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
26083 (ebrowse-member-class, ebrowse-progress):
26084 Remove "-face" suffix from face names.
26085 (ebrowse-tree-mark-face, ebrowse-root-class-face)
26086 (ebrowse-file-name-face, ebrowse-default-face)
26087 (ebrowse-member-attribute-face, ebrowse-member-class-face)
26088 (ebrowse-progress-face):
26089 New backward-compatibility aliases for renamed faces.
26090 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
26091 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
26092 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
26093 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
26094
26095 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
26096 antlr-syntax)
26097 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
26098 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
26099 names.
26100 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
26101 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
26102 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
26103 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
26104 backward-compatibility aliases for renamed faces.
26105 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
26106 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
26107 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
26108 remove "font-lock-". Use renamed antlr-mode faces.
26109 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
26110 literal face-names with face variable references.
26111
26112 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
26113 face name.
26114 (Buffer-menu-buffer-face): New backward-compatibility alias for
26115 renamed face.
26116 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
26117
26118 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
26119
26120 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
26121 Eliminate "-face" suffix.
26122 (makefile-targets): Inherit from font-lock-function-name-face and
26123 eliminate "-face" suffix.
26124 (makefile-shell): Remove attributes and eliminate "-face" suffix.
26125 (makefile-*-font-lock-keywords): Append makefile-targets in rule
26126 actions, instead of prepending, to make it less visible.
26127 (makefile-previous-dependency, makefile-match-dependency):
26128 Don't match a target on a continuation line.
26129
26130 * files.el (auto-mode-alist): Put Makefile in gmake mode.
26131
26132 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
26133
26134 * progmodes/gdb-ui.el (menu): Re-order menu items.
26135 (gdb-tooltip-print): Respect tooltip-use-echo-area.
26136
26137 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
26138 Define in tooltip.el.
26139 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
26140 (gud-tooltip-tips): Respect tooltip-use-echo-area and
26141 gud-tooltip-echo-area.
26142
26143 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
26144 backward compatibility and make obsolete.
26145 (tooltip-help-tips): Use tooltip-use-echo-area.
26146 (tooltip-show-help-function): Rename to...
26147 (tooltip-show-help): ...this, because it is a function.
26148 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
26149
26150 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
26151
26152 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
26153 (edebug-print-length, edebug-print-level, edebug-print-circle)
26154 (edebug-modify-breakpoint, edebug-eval-last-sexp)
26155 (edebug-eval-print-last-sexp): Doc fixes.
26156
26157 2005-06-14 Kim F. Storm <storm@cua.dk>
26158
26159 * ido.el (ido-mode): Make a new keymap every time we enable ido,
26160 as the coverage buffer/file/both may change.
26161
26162 2005-06-14 Lute Kamstra <lute@gnu.org>
26163
26164 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
26165 and run-mode-hooks. Simplify.
26166
26167 * mail/rmailedit.el (rmail-edit-mode):
26168 * progmodes/octave-inf.el (inferior-octave-mode):
26169 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
26170
26171 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
26172 and run-mode-hooks.
26173 (recentf-edit-list, recentf-open-files): Don't call
26174 kill-all-local-variables directly.
26175
26176 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
26177
26178 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
26179
26180 * emacs-lisp/byte-run.el (make-obsolete)
26181 (define-obsolete-function-alias): Rename arguments FUNCTION and
26182 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
26183 (make-obsolete-variable, define-obsolete-variable-alias):
26184 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
26185 respectively.
26186
26187 * isearchb.el (isearchb-activate):
26188 * pcvs.el (cvs-mode):
26189 * ses.el (ses-load):
26190 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
26191 * net/tramp.el (tramp-find-file-exists-command)
26192 (tramp-find-shell):
26193 * progmodes/ada-mode.el (ada-create-case-exception)
26194 (ada-create-case-exception-substring, ada-make-subprogram-body):
26195 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
26196 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
26197 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
26198 * textmodes/org.el (org-promote, org-evaluate-time-range)
26199 (org-agenda-next-date-line, org-agenda-previous-date-line)
26200 (org-agenda-error, org-open-at-point, org-table-move-row)
26201 (org-format-table-table-html-using-table-generate-source)
26202 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
26203 * textmodes/reftex.el (reftex-access-scan-info):
26204 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
26205 (reftex-toc-promote-prepare): Follow error conventions.
26206
26207 * diff-mode.el (diff-mode): Fix typo in docstring.
26208
26209 * forms.el (forms--intuit-from-file): Fix reference to
26210 `forms-number-of-fields' in error message.
26211 (forms-print): Fix quoting in error message.
26212
26213 * forms.el (forms-mode):
26214 * emulation/vi.el (vi-goto-insert-state):
26215 * progmodes/flymake.el (flymake-new-err-info)
26216 (flymake-start-syntax-check-for-current-buffer)
26217 (flymake-simple-cleanup):
26218 * eshell/esh-var.el (eshell/export):
26219 * progmodes/gud.el (xdb):
26220 * textmodes/flyspell.el (flyspell-incorrect-hook)
26221 (flyspell-maybe-correct-transposition)
26222 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
26223
26224 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
26225
26226 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
26227 minibuffer prompt.
26228
26229 2005-06-13 Kim F. Storm <storm@cua.dk>
26230
26231 * subr.el (add-to-ordered-list): New defun.
26232
26233 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
26234 add cua--keymap-alist to emulation-mode-map-alists.
26235
26236 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
26237
26238 * subr.el (complete-in-turn): New macro.
26239 (dynamic-completion-table, lazy-completion-table): Add debug info.
26240
26241 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
26242 in preference to face aliases.
26243
26244 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
26245 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
26246 Remove unused vars `start' and `firstline'.
26247 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
26248 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
26249
26250 2005-06-13 Eli Zaretskii <eliz@gnu.org>
26251
26252 * cus-start.el (all): Don't complain about missing GTK-related
26253 variables, unless either `gtk' is boundp or this isn't a
26254 `windows-nt' build.
26255
26256 2005-06-13 Lute Kamstra <lute@gnu.org>
26257
26258 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
26259 run-mode-hooks.
26260
26261 * ediff-mult.el (ediff-meta-mode):
26262 * ediff-util.el (ediff-mode): Use run-mode-hooks.
26263
26264 * ledit.el (ledit-mode): Use delay-mode-hooks.
26265
26266 * woman.el (woman-mode-line-format): Delete constant.
26267 (woman-mode-map): Initialize it properly.
26268 (woman-mode): Set mode-class property to special.
26269 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
26270 Set major-mode and mode-name. Don't set mode-line-format directly.
26271 (Man-getpage-in-background): Don't reference woman-mode-line-format.
26272
26273 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
26274 string argument obsolete.
26275
26276 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
26277
26278 * textmodes/org.el (org-CUA-compatible): New option.
26279 (org-disputed-keys): New variable.
26280 (org-key): New function.
26281 (orgtbl-make-binding): Add docstring to the created function.
26282 (org-mode): Set paragraph start/separate regexps.
26283 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
26284 (org-archive-location, org-archive-mark-done)
26285 (org-archive-stamp-time): New options.
26286 (org-archive-subtree): New command.
26287 (org-fill-paragraph): New function.
26288 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
26289 (org-fake-empty-table-line): Function removed.
26290 (org-format-org-table-html): Do not create empty table lines at
26291 separator lines. Improved table header treatment.
26292 (org-link-format): New option.
26293 (org-make-link): New function.
26294 (org-insert-link, org-store-link): Use org-make-link.
26295 (org-open-file): Quote file name for shell command, to allow
26296 spaces in file names.
26297 (org-link-regexp): Fix bug with mailto link.
26298 (org-link-maybe-angles-regexp, org-protected-link-regexp):
26299 New constants.
26300 (org-export-as-html): Deal with the optional angles around a link.
26301 Better treatment of file: links.
26302 (org-open-at-point): Replace @{ and @} with < and >.
26303 (org-run-mode-hooks): Function removed.
26304 (org-agenda-mode): No longer use `org-run-mode-hooks'.
26305
26306 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
26307
26308 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
26309 MI command -data-list-register-values.
26310 (gdb-post-prompt): Indent properly.
26311
26312 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
26313
26314 * hilit-chg.el (highlight-changes-colors): Rename from
26315 `highlight-changes-colours'.
26316 (highlight-changes-colours): Keep as obsolete alias.
26317 (highlight-changes-face-list): Doc fix.
26318 (hilit-chg-make-list): Use `highlight-changes-colors'.
26319
26320 2005-06-12 Mark A. Hershberger <mah@everybody.org>
26321
26322 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
26323 defun-prompt-regexp.
26324
26325 2005-06-12 Eli Zaretskii <eliz@gnu.org>
26326
26327 * loadup.el: Don't say we are dumping under 2 names on windows-nt
26328 and cygwin.
26329
26330 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
26331 Don't use an old loaddefs.el, as in Makefile.in.
26332
26333 2005-06-12 Lute Kamstra <lute@gnu.org>
26334
26335 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
26336
26337 * man.el (Man-mode-map): Initialize it properly.
26338 (Man-mode): Set mode-class property to special.
26339
26340 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
26341
26342 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
26343
26344 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
26345 A newline is needed in the docstring there.
26346
26347 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
26348 Doc fixes.
26349
26350 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
26351
26352 * printing.el: Doc fix. The menubar is no more changed when printing
26353 is loaded, it only changes when pr-menu-bind or pr-update-menus is
26354 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
26355 (pr-version): New version number (6.8.4).
26356 (pr-menu-bind): New command.
26357 (pr-update-menus): Docstring and code fix.
26358 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
26359 Docstring fix.
26360 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
26361 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
26362
26363 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
26364
26365 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
26366 "Returns" to "return", document useful return values, etc.
26367
26368 2005-06-11 Alan Mackenzie <acm@muc.de>
26369
26370 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
26371 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
26372 (adaptive-file-function): Minor amendment to doc-string.
26373
26374 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
26375
26376 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
26377 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
26378 Fix :type--it is `integer', not `string'.
26379
26380 * faces.el (modeline-highlight): Rename from (the erroneous)
26381 `modeline-higilight'.
26382
26383 2005-06-11 Lute Kamstra <lute@gnu.org>
26384
26385 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
26386 lisp-interaction-mode-map but make it the parent.
26387 (edebug-eval-mode): Use define-derived-mode.
26388
26389 2005-06-11 Andreas Schwab <schwab@suse.de>
26390
26391 * bindings.el: Add binding of `ESC functionkey' for every
26392 `M-functionkey'.
26393 * hexl.el (hexl-mode-map): Likewise.
26394
26395 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
26396
26397 * progmodes/compile.el (compilation-error-regexp-alist-alist)
26398 [msft]: update regexp for newer msft compilers.
26399
26400 2005-06-10 Mark A. Hershberger <mah@everybody.org>
26401
26402 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
26403 ATTLIST portions of included DTDs.
26404 (xml-parse-dtd): Eliminate use of inefficient match-data.
26405
26406 2005-06-10 Miles Bader <miles@gnu.org>
26407
26408 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
26409 (mpuz-text): Remove "-face" suffix from face names.
26410 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
26411 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
26412 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
26413
26414 * play/gomoku.el (gomoku-O, gomoku-X):
26415 Remove "-face" suffix from face names.
26416 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
26417 New backward-compatibility aliases for renamed faces.
26418 (gomoku-font-lock-keywords): Use renamed gomoku faces.
26419
26420 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26421
26422 * thumbs.el: Fixes for changes of 2005-06-09.
26423 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
26424 as a directory.
26425 (thumbs-thumbname): Remove directory separator from format string;
26426 `thumbs-thumbsdir' now returns a valid directory name.
26427 (thumbs-temp-dir): New defsubst.
26428 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
26429 Use it.
26430
26431 * cus-edit.el (minibuffer):
26432 * files.el (make-backup-file-name-function):
26433 * filesets.el (filesets-external-viewers):
26434 * hilit-chg.el (highlight-changes-colours)
26435 (highlight-changes-face-list, highlight-changes-rotate-faces):
26436 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
26437 * kmacro.el (kmacro-call-macro):
26438 * log-edit.el (log-edit-changelog-full-paragraphs):
26439 * mouse.el (mouse-1-click-follows-link):
26440 * skeleton.el (skeleton-autowrap):
26441 * subr.el (insert-for-yank-1):
26442 * tempo.el (tempo-insert-region):
26443 * terminal.el (terminal-emulator):
26444 * time.el (display-time-mail-face):
26445 * vc.el (vc-annotate):
26446 * vcursor.el (vcursor-copy-line):
26447 * woman.el (woman-bold-headings, woman-ignore)
26448 (woman-default-faces, woman-monochrome-faces):
26449 * calendar/todo-mode.el (todo-insert-threshold):
26450 * emulation/pc-select.el (pc-select-selection-keys-only)
26451 (pc-selection-mode):
26452 * emulation/vip.el (vip-find-char-forward):
26453 * emulation/viper-cmd.el (viper-find-char-forward):
26454 * international/mule-cmds.el
26455 (select-safe-coding-system-accept-default-p)
26456 (input-method-exit-on-invalid-key):
26457 * international/mule-diag.el (describe-coding-system):
26458 * international/ucs-tables.el (unify-8859-on-encoding-mode):
26459 * net/browse-url.el (browse-url-xterm-program):
26460 * obsolete/lazy-lock.el (lazy-lock-mode):
26461 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
26462 (cperl-mode):
26463 * progmodes/cpp.el (cpp-face-light-name-list)
26464 (cpp-face-dark-name-list):
26465 * progmodes/delphi.el (delphi-newline-always-indents):
26466 Fix spellings in docstrings.
26467
26468 * ido.el (ido-mode, ido-file-extensions-order)
26469 (ido-default-file-method, ido-default-buffer-method)
26470 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
26471 (ido-decorations, ido-read-file-name-as-directory-commands)
26472 (ido-read-file-name-non-ido, ido-work-directory-list)
26473 (ido-ignore-item-temp-list, ido-current-directory)
26474 (ido-magic-forward-char, ido-enter-find-file)
26475 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
26476 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
26477
26478 2005-06-10 Lute Kamstra <lute@gnu.org>
26479
26480 * play/dunnet.el (dun-mode): Use define-derived-mode.
26481 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
26482 obsolete alias.
26483
26484 * play/doctor.el (doctor-mode-map): Remove defvar.
26485 (doctor-mode): Use define-derived-mode.
26486
26487 * mail/mspools.el (mspools-mode):
26488 * net/eudc-hotlist.el (eudc-hotlist-mode):
26489 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
26490
26491 2005-06-10 Miles Bader <miles@gnu.org>
26492
26493 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
26494 Remove "-face" suffix from face names.
26495 (flyspell-incorrect-face, flyspell-duplicate-face):
26496 New backward-compatibility aliases for renamed faces.
26497 (flyspell-mode-on, make-flyspell-overlay)
26498 (flyspell-highlight-incorrect-region)
26499 (flyspell-highlight-duplicate-region)
26500 (flyspell-display-next-corrections)
26501 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
26502
26503 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
26504 from face name.
26505 (texinfo-heading-face): New backward-compatibility alias for
26506 renamed face.
26507 (texinfo-heading-face): Use renamed texinfo-heading face.
26508
26509 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
26510 suffix from face names.
26511 (tex-math-face, tex-verbatim-face):
26512 New backward-compatibility aliases for renamed faces.
26513 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
26514 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
26515 literal face name.
26516
26517 * textmodes/table.el (table-cell): Remove "-face" suffix from face
26518 name.
26519 (table-cell-face): New backward-compatibility alias for renamed face.
26520 (table--put-cell-face-property, table--update-cell-face):
26521 Use renamed table-cell face.
26522
26523 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
26524 from face name.
26525 (sgml-namespace-face): New backward-compatibility alias for
26526 renamed face.
26527 (sgml-namespace-face): Use renamed sgml-namespace face.
26528
26529 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
26530 (org-level-4, org-level-5, org-level-6, org-level-7)
26531 (org-level-8, org-warning, org-headline-done)
26532 (org-deadline-announce, org-scheduled-today)
26533 (org-scheduled-previously, org-link, org-done, org-table)
26534 (org-time-grid): Remove "-face" suffix from face names.
26535 (org-level-1-face, org-level-2-face, org-level-3-face)
26536 (org-level-4-face, org-level-5-face, org-level-6-face)
26537 (org-level-7-face, org-level-8-face, org-warning-face)
26538 (org-headline-done-face, org-deadline-announce-face)
26539 (org-scheduled-today-face, org-scheduled-previously-face)
26540 (org-link-face, org-done-face, org-table-face)
26541 (org-time-grid-face):
26542 New backward-compatibility aliases for renamed faces.
26543 (org-level-faces, org-set-font-lock-defaults, org-timeline)
26544 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
26545 (org-agenda-get-timestamps, org-agenda-get-scheduled)
26546 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
26547
26548 * emulation/viper-init.el (viper-search, viper-replace-overlay)
26549 (viper-minibuffer-emacs, viper-minibuffer-insert)
26550 (viper-minibuffer-vi): Remove "-face" suffix from face names.
26551 (viper-search-face, viper-replace-overlay-face)
26552 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26553 (viper-minibuffer-vi-face):
26554 New backward-compatibility aliases for renamed faces.
26555 (viper-search-face, viper-replace-overlay-face)
26556 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
26557 (viper-minibuffer-vi-face): Use renamed viper faces.
26558
26559 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
26560 Remove "-face" suffix from face names.
26561 (testcover-nohits-face, testcover-1value-face):
26562 New backward-compatibility aliases for renamed faces.
26563 (testcover-mark): Use renamed testcover faces.
26564
26565 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
26566 face name.
26567 (diary-button-face): New backward-compatibility alias for renamed face.
26568 (diary-entry): Use renamed diary-button face.
26569
26570 * calendar/calendar.el (diary, calendar-today, holiday)
26571 (mark-visible-calendar-date): Remove "-face" suffix from face names.
26572 (diary-face, calendar-today-face, holiday-face):
26573 New backward-compatibility aliases for renamed faces.
26574 (eval-after-load "facemenu", diary-entry-marker)
26575 (calendar-today-marker, calendar-holiday-marker, diary-face):
26576 Use renamed calendar faces.
26577
26578 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
26579 (compare-windows-face): New backward-compatibility alias for
26580 renamed face.
26581 (compare-windows-highlight): Use renamed compare-windows face.
26582
26583 * strokes.el (strokes-char): Remove "-face" suffix from face name.
26584 (strokes-char-face): New backward-compatibility alias for renamed face.
26585 (strokes-encode-buffer): Use renamed strokes-char face.
26586
26587 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
26588 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
26589 Remove "-face" suffix from face names.
26590 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
26591 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
26592 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
26593 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
26594 Use renamed pcvs faces.
26595 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
26596 * pcvs-defs.el (cvs-mode-map): Likewise.
26597 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
26598
26599 * info.el (info-title-1, info-title-2, info-title-3)
26600 (info-title-4): Remove "-face" suffix from and downcase face names.
26601 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
26602 (Info-title-4-face):
26603 New backward-compatibility aliases for renamed faces.
26604 (Info-fontify-node): Use renamed info faces.
26605
26606 * hilit-chg.el (highlight-changes, highlight-changes-delete):
26607 Remove "-face" suffix from face names.
26608 (highlight-changes-face, highlight-changes-delete-face):
26609 New backward-compatibility aliases for renamed faces.
26610 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
26611 (hilit-chg-make-list): Use renamed highlight-changes faces.
26612
26613 * generic-x.el (show-tabs-tab, show-tabs-space):
26614 Remove "-face" suffix from face names.
26615 (show-tabs-tab-face, show-tabs-space-face):
26616 New backward-compatibility aliases for renamed faces.
26617 (show-tabs-generic-mode-font-lock-defaults-1)
26618 (show-tabs-generic-mode-font-lock-defaults-2):
26619 Use renamed show-tabs faces.
26620
26621 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
26622 (smerge-markers): Remove "-face" suffix from face names.
26623 (smerge-mine-face, smerge-other-face, smerge-base-face)
26624 (smerge-markers-face):
26625 New backward-compatibility aliases for renamed faces.
26626 (smerge-mine-face, smerge-other-face, smerge-base-face)
26627 (smerge-markers-face): Use renamed smerge faces.
26628
26629 * log-view.el (log-view-file, log-view-message): Remove "-face"
26630 suffix from face names.
26631 (log-view-file-face, log-view-message-face):
26632 New backward-compatibility aliases for renamed faces.
26633 (log-view-file-face, log-view-message-face): Use renamed log-view
26634 faces.
26635
26636 * paren.el (show-paren-match, show-paren-mismatch):
26637 Remove "-face" suffix from face names.
26638 (show-paren-match-face, show-paren-mismatch-face):
26639 New backward-compatibility aliases for renamed faces.
26640 (show-paren-function): Use renamed show-paren faces.
26641
26642 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
26643 (ruler-mode-margins, ruler-mode-fringes)
26644 (ruler-mode-column-number, ruler-mode-fill-column)
26645 (ruler-mode-comment-column, ruler-mode-goal-column)
26646 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
26647 suffix from face names.
26648 (ruler-mode-default-face, ruler-mode-pad-face)
26649 (ruler-mode-margins-face, ruler-mode-fringes-face)
26650 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
26651 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
26652 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
26653 New backward-compatibility aliases for renamed faces.
26654 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
26655 (ruler-mode-column-number, ruler-mode-fill-column)
26656 (ruler-mode-comment-column, ruler-mode-goal-column)
26657 (ruler-mode-tab-stop, ruler-mode-current-column)
26658 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
26659 faces.
26660
26661 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
26662 face name.
26663 (whitespace-highlight-the-space): Use renamed face.
26664 (whitespace-highlight-face): New backward-compatibility alias for
26665 renamed face.
26666
26667 * woman.el (woman-italic, woman-bold, woman-unknown)
26668 (woman-addition, woman-symbol-face):
26669 Remove "-face" suffix from face names.
26670 (woman-italic-face, woman-bold-face, woman-unknown-face)
26671 (woman-addition-face):
26672 New backward-compatibility aliases for renamed faces.
26673 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
26674 (woman-decode-region, woman-replace-match)
26675 (woman-display-extended-fonts, woman-special-characters)
26676 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
26677 Use renamed woman faces.
26678
26679 * longlines.el (longlines-visible-face): Face removed.
26680
26681 * diff-mode.el (diff-header, diff-file-header, diff-index)
26682 (diff-hunk-header, diff-removed, diff-added, diff-changed)
26683 (diff-function, diff-context, diff-nonexistent): Remove "-face"
26684 suffix from face names.
26685 (diff-header-face, diff-file-header-face, diff-index-face)
26686 (diff-hunk-header-face, diff-removed-face, diff-added-face)
26687 (diff-changed-face, diff-function-face, diff-context-face)
26688 (diff-nonexistent-face): New backward-compatibility aliases for
26689 renamed faces.
26690 (diff-header-face, diff-file-header-face)
26691 (diff-index, diff-index-face, diff-hunk-header)
26692 (diff-hunk-header-face, diff-removed, diff-removed-face)
26693 (diff-added, diff-added-face, diff-changed-face, diff-function)
26694 (diff-function-face, diff-context-face, diff-nonexistent)
26695 (diff-nonexistent-face): Use renamed diff-mode faces.
26696
26697 * progmodes/compile.el (compilation-warning-face)
26698 (compilation-info-face): Remove "-face" suffix from face names.
26699 (compilation-warning-face, compilation-info-face):
26700 New backward-compatibility aliases for renamed faces.
26701 (compilation-warning-face, compilation-info-face):
26702 Use renamed compilation faces.
26703
26704 * add-log.el (change-log-date, change-log-name)
26705 (change-log-email, change-log-file, change-log-list)
26706 (change-log-conditionals, change-log-function)
26707 (change-log-acknowledgement): Remove "-face" suffix from face names.
26708 (change-log-date-face, change-log-name-face)
26709 (change-log-email-face, change-log-file-face)
26710 (change-log-list-face, change-log-conditionals-face)
26711 (change-log-function-face, change-log-acknowledgement-face):
26712 New backward-compatibility aliases for renamed faces.
26713 (change-log-font-lock-keywords): Use renamed change-log faces.
26714
26715 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
26716 (custom-set, custom-changed, custom-saved, custom-button)
26717 (custom-button-pressed, custom-documentation, custom-state)
26718 (custom-comment, custom-comment-tag, custom-variable-tag)
26719 (custom-variable-button, custom-face-tag, custom-group-tag-1)
26720 (custom-group-tag): Remove "-face" suffix from face names.
26721 (custom-magic-alist, custom-magic-value-create)
26722 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
26723 (custom-invalid-face, custom-rogue-face, custom-modified-face)
26724 (custom-set-face, custom-changed-face, custom-saved-face)
26725 (custom-button-face, custom-button-pressed-face)
26726 (custom-documentation-face, custom-state-face)
26727 (custom-comment-face, custom-comment-tag-face)
26728 (custom-variable-tag-face, custom-variable-button-face)
26729 (custom-face-tag-face, custom-group-tag-face-1)
26730 (custom-group-tag-face):
26731 New backward-compatibility aliases for renamed faces.
26732
26733 * wid-edit.el (widget-documentation, widget-button)
26734 (widget-field, widget-single-line-field, widget-inactive)
26735 (widget-button-pressed): "-face" suffix removed from face names.
26736 (widget-documentation-face, widget-button-face)
26737 (widget-field-face, widget-single-line-field-face)
26738 (widget-inactive-face, widget-button-pressed-face):
26739 New backward-compatibility aliases for renamed faces.
26740 (widget-documentation-face, widget-button-face)
26741 (widget-button-pressed-face, widget-specify-field)
26742 (widget-specify-inactive): Use renamed widget faces.
26743
26744 2005-06-10 Kenichi Handa <handa@m17n.org>
26745
26746 * term/x-win.el (x-clipboard-yank): Remove condition-case
26747 wrapping.
26748
26749 2005-06-11 Kenichi Handa <handa@m17n.org>
26750
26751 * add-log.el (change-log-font-lock-keywords): Make the regexp for
26752 date lines stricter.
26753
26754 2005-06-10 Zhang Wei <id.brep@gmail.com>
26755
26756 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
26757 of x-get-selection.
26758
26759 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
26760
26761 * comint.el (comint-mode, comint-snapshot-last-prompt):
26762 * frame.el (frame-current-scroll-bars):
26763 * term.el (term-mode, term-check-proc, term-input-sender)
26764 (term-simple-send, term-extract-string, term-word)
26765 (term-match-partial-filename):
26766 * window.el (window-current-scroll-bars):
26767 * emulation/cua-base.el (cua-normal-cursor-color)
26768 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
26769 (cua-global-mark-cursor-color):
26770 * mail/undigest.el (rmail-forward-separator-regex):
26771 Fix typos in docstrings.
26772
26773 * comint.el (comint-check-proc, make-comint-in-buffer)
26774 (comint-source-default): Doc fixes.
26775
26776 * term.el (term-send-string): Improve argument/docstring consistency.
26777
26778 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
26779
26780 * comint.el (comint-send-input): Bind `inhibit-read-only' around
26781 call to `delete-region'.
26782 (comint-mode-hook): Do not enable Font Lock by default.
26783
26784 2005-06-09 Lute Kamstra <lute@gnu.org>
26785
26786 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
26787 could be void.
26788
26789 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
26790
26791 * emacs-lisp/debug.el (debugger-will-be-back): New var.
26792 (debug): Use it.
26793 (debugger-step-through, debugger-continue, debugger-jump)
26794 (debugger-return-value): Set it when needed.
26795 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
26796 Use inhibit-read-only.
26797
26798 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
26799
26800 * window.el (shrink-window-if-larger-than-buffer)
26801 (window-size-fixed): Fix typo in docstring.
26802
26803 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
26804 thumbnails directory on loading.
26805 (thumbs-conversion-program): Use `eq' to check the system type,
26806 not `equal'.
26807 (thumbs-temp-dir): Initialize to `temporary-file-directory',
26808 not "/tmp". Fix docstring.
26809 (thumbs-thumbsdir): New function to return the thumbnails
26810 directory, creating it if needed.
26811 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
26812 (thumbs-temp-file): Delete variable and make it into a function.
26813 (thumbs-resize-image, thumbs-modify-image): Use it.
26814 (thumbs-kill-buffer): Simplify.
26815 (thumbs-gensym): Defalias or duplicate CL `gensym'.
26816 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
26817 docstrings.
26818
26819 2005-06-09 Kim F. Storm <storm@cua.dk>
26820
26821 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
26822 set-match-data to free markers in match-data.
26823
26824 * replace.el (replace-match-data): Pass RESEAT arg `t' to
26825 match-data to unchain markers in match-data.
26826
26827 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
26828
26829 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
26830 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
26831 unnecessary now.
26832
26833 2005-06-08 Richard M. Stallman <rms@gnu.org>
26834
26835 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
26836 give the variable a doc string that doesn't say don't set it directly.
26837
26838 * textmodes/ispell.el (ispell-check-version):
26839 Use match-string-no-properties.
26840 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
26841 (ispell-buffer-local-words): Likewise.
26842
26843 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
26844 except on terminals with enough colors to really display it.
26845 (makefile-dependency-regex): Delete spurious `bb'.
26846
26847 * faces.el (escape-glyph): Use blue once again in last case.
26848 (no-break-space): Redefine so that it isn't invisible on a tty.
26849
26850 2005-06-08 Kim F. Storm <storm@cua.dk>
26851
26852 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
26853 also when reading directory name.
26854
26855 2005-06-08 Lute Kamstra <lute@gnu.org>
26856
26857 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
26858 (flyspell-mode-line-string): Remove autoload cookie.
26859 (flyspell-mode): Remove defvar.
26860
26861 2005-06-07 Lute Kamstra <lute@gnu.org>
26862
26863 * textmodes/org.el (org-run-mode-hooks): New function.
26864 (org-agenda-mode): Use it.
26865
26866 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
26867
26868 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
26869
26870 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26871
26872 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
26873
26874 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
26875
26876 * font-lock.el (font-lock-add-keywords): Doc fix.
26877
26878 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
26879
26880 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
26881 (tex-compile-default): In the absence of any history, use the order in
26882 tex-compile-alist to choose the preferred command.
26883 (tex-compile-commands): Reorder a bit.
26884
26885 * textmodes/flyspell.el (flyspell-auto-correct-binding)
26886 (flyspell-incorrect-face, flyspell-duplicate-face):
26887 Use (X)Emacs-agnostic code.
26888 (flyspell-mode-map): Don't overwrite at each load. Remove code
26889 redundant with the subsequent add-minor-mode. Merge Emacs and
26890 XEmacs code.
26891 (flyspell-word): Minor simplification.
26892 (flyspell-math-tex-command-p): Quieten the byte-compiler.
26893 (flyspell-external-point-words): Remove unused vars `size' and `start'.
26894 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
26895 Merge the corresponding Emacs code.
26896 (flyspell-correct-word, flyspell-xemacs-popup):
26897 Use flyspell-do-correct.
26898
26899 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
26900 a dedicated window.
26901
26902 * international/latexenc.el (latexenc-find-file-coding-system):
26903 Undo part of last patch, to turn off a compiler warning.
26904
26905 2005-06-06 Juri Linkov <juri@jurta.org>
26906
26907 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
26908 Rename `tmm-inactive-face' to `tmm-inactive'.
26909
26910 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
26911
26912 * iswitchb.el: Rename faces.
26913
26914 2005-06-06 Kim F. Storm <storm@cua.dk>
26915
26916 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
26917 (cua-global-mark): Remove -face suffix from face names.
26918
26919 * emulation/cua-gmrk.el (cua--init-global-mark):
26920 Remove cua-global-mark face setup.
26921
26922 2005-06-06 Richard M. Stallman <rms@gnu.org>
26923
26924 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
26925 just like other allowed characters.
26926 (makefile-match-dependency): Exclude leading and training whitespace
26927 from the range of regexp subexp 1.
26928 (makefile-macroassign-regex): Don't try to match the body,
26929 just the name of the macro being defined.
26930
26931 * info.el (Info-read-node-name-2): New function.
26932 (Info-read-node-name-1): Use that.
26933 Add a completion-base-size-function property.
26934
26935 * simple.el (completion-setup-function): Look for
26936 completion-base-size-function property of minibuffer-completion-table.
26937
26938 * files.el (locate-file-completion): Doc fix.
26939
26940 * printing.el: Don't call pr-update-menus; user must do that.
26941
26942 * emacs-lisp/debug.el (debugger-window): New variable.
26943 (debug): Use debugger-window if it is set and still alive.
26944 Record debugger-window for next entry.
26945
26946 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
26947
26948 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
26949
26950 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
26951 (hack-one-local-variable, hack-local-variables)
26952 (hack-local-variables-prop-line): Pass that arg.
26953
26954 2005-06-06 Kim F. Storm <storm@cua.dk>
26955
26956 * ido.el (ido-first-match, ido-only-match, ido-subdir)
26957 (ido-indicator): Remove -face suffix from face names.
26958
26959 2005-06-06 Juri Linkov <juri@jurta.org>
26960
26961 * font-lock.el (font-lock-regexp-backslash)
26962 (font-lock-regexp-backslash-construct): New faces.
26963 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
26964 after `('. Add `while-no-input' to control structures.
26965
26966 * faces.el (no-break-space, shadow): New faces.
26967 (escape-glyph): Use less loud colors pink2 and red4.
26968
26969 * diff-mode.el (diff-context-face)
26970 * dired.el (dired-ignored)
26971 * rfn-eshadow.el (file-name-shadow)
26972 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
26973
26974 * info.el (Info-title-1-face): Use green instead of yellow because
26975 bold yellow is not readable on light backgrounds.
26976
26977 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
26978 before selecting the desired mode to not spend time fontifying
26979 old contents.
26980
26981 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
26982
26983 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
26984 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
26985
26986 * ps-print.el (ps-default-fg, ps-default-bg):
26987 Fix typos in docstrings.
26988
26989 * isearchb.el (isearchb): Don't pass a spurious second argument to
26990 `iswitchb-completions'.
26991
26992 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
26993
26994 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
26995 to preserve point.
26996 (gdb-find-file-hook): Add doc string.
26997
26998 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
26999 C dereferenced pointer expression.
27000 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
27001
27002 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
27003
27004 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
27005 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
27006 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
27007 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
27008 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
27009 Make background transparent.
27010
27011 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
27012
27013 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
27014 (font-lock-remove-keywords): Doc fix.
27015 (font-lock-mode-major-mode): Compiler defvar.
27016 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
27017
27018 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
27019 (font-lock-mode): Update `font-lock-mode-major-mode'.
27020 (font-lock-set-defaults): Compiler defvar.
27021 (font-lock-default-function): Take `font-lock-mode-major-mode'
27022 into account.
27023
27024 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
27025 keep track of which major mode it enabled the minor mode for.
27026 Use find-file-hook again. Update docstring.
27027
27028 * simple.el (eval-expression-print-level)
27029 (eval-expression-print-length, eval-expression-debug-on-error):
27030 Doc fixes.
27031
27032 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
27033
27034 * iswitchb.el (iswitchb-single-match-face)
27035 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
27036 (iswitchb-invalid-regexp-face): New faces.
27037 (iswitchb-completions): Use them.
27038 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
27039 now marked as an obsolete alias.
27040 (iswitchb-read-buffer): Remove check for bound font variables.
27041 (iswitchb-invalid-regexp): New free variable.
27042 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
27043 set iswitchb-invalid-regexp.
27044 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
27045 invalid regexps.
27046 (iswitchb-completions): Add check for complete match when entering
27047 a regexp.
27048 (iswitchb-completions): Remove require-match argument.
27049 (iswitchb-exhibit): Fix caller.
27050 (iswitchb-common-match-inserted): New variable.
27051 (iswitchb-complete, iswitchb-completion-help): Use it.
27052
27053 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
27054
27055 * url-http.el (url-http-chunked-encoding-after-change-function):
27056 Use `url-http-debug' instead of `message'.
27057
27058 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
27059
27060 * url-http.el (url-http-parse-headers): Pass redirected URL as a
27061 callback argument.
27062
27063 2005-06-04 Kim F. Storm <storm@cua.dk>
27064
27065 * simple.el (line-move): Only call sit-for when moving backwards.
27066
27067 * ido.el (ido-make-merged-file-list-1): New defun split from
27068 ido-make-merged-file-list.
27069 (ido-make-merged-file-list): Bind throw-on-input around call to
27070 ido-make-merged-file-list-1. Return input-pending-p if
27071 interrupted by more input available.
27072 (ido-read-internal): Handle input-pending-p return value from
27073 ido-make-merged-file-list.
27074
27075 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
27076
27077 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
27078 compatibility code.
27079
27080 * international/latexenc.el (latexenc-find-file-coding-system):
27081 Don't inherit the EOL part of the coding-system from the
27082 tex-main buffer. Fit within 80 columns.
27083
27084 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
27085
27086 * tmm.el (tmm-inactive-face): New face.
27087 (tmm-remove-inactive-mouse-face): New function.
27088 (tmm-prompt, tmm-add-one-shortcut)
27089 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
27090 but not selectable.
27091
27092 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
27093
27094 * faces.el (face-equal): Improve argument/docstring consistency.
27095
27096 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
27097
27098 * progmodes/make-mode.el (makefile-targets-face)
27099 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
27100 (makefile-bsdmake-dependency-regex)
27101 (makefile-makepp-rule-action-regex)
27102 (makefile-bsdmake-rule-action-regex): New constants.
27103 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
27104
27105 * progmodes/compile.el (compilation-error-regexp-alist-alist):
27106 Allow (...) within `...' for makepp messages.
27107
27108 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
27109
27110 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
27111
27112 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
27113 "." files are deleted from all file lists before comparison.
27114
27115 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
27116 (viper-ESC-key): Made them customizable.
27117
27118 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
27119
27120 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
27121
27122 * autorevert.el (auto-revert-buffers): Use save-match-data.
27123
27124 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
27125
27126 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
27127 menu items with a nil command binding.
27128
27129 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
27130
27131 * emacs-lisp/cl-macs.el (defsetf):
27132 Improve argument/docstring consistency.
27133
27134 * faces.el (list-faces-display): Improve the formatting by
27135 computing the maximum length required for any face-name (reworked
27136 patch of 1999-01-11, accidentally deleted on 1999-07-21).
27137 (internal-find-face): Remove redundant info in docstring.
27138
27139 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
27140
27141 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
27142 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
27143 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
27144 (gdb-assembler-custom): Improve regexps.
27145 (def-gdb-auto-update-handler): Use window point to preserve point.
27146
27147 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
27148
27149 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
27150
27151 2005-05-31 Jay Belanger <belanger@truman.edu>
27152
27153 * calc/calc-embed.el (calc-embedded-word): Change argument passed
27154 to calc-embedded.
27155 (calc-embedded-make-info): Have plain prefix argument select
27156 entire line.
27157
27158 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
27159
27160 * faces.el (list-faces-display): Signal error if passed a regexp
27161 that matches no face name.
27162
27163 * simple.el (filter-buffer-substring): Fix typo in docstring.
27164
27165 2005-05-31 Richard M. Stallman <rms@gnu.org>
27166
27167 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
27168 (vhdl-emacs-21): Doc fix.
27169 (vhdl-mode): Unconditionally set comment-padding.
27170 (vhdl-fixup-whitespace-region): Insert spaces only where
27171 there are none.
27172 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
27173
27174 2005-05-30 John Wiegley <johnw@newartisans.com>
27175
27176 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
27177 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
27178 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
27179 `directory-sep-char' to ?/, and all uses of `string-to-int' to
27180 `string-to-number'.
27181
27182 2005-05-30 Jay Belanger <belanger@truman.edu>
27183
27184 * calc/calc.el (calc-bug-address): Fix docstring.
27185 (calc-window-hook, calc-trail-window-hook): New variables.
27186 (calc-trail-display): Restore use of calc-trail-window-hook.
27187 (calc): Restore use of calc-window-hook.
27188
27189 2005-05-31 Masatake YAMATO <jet@gyve.org>
27190
27191 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
27192
27193 * help-fns.el (help-C-file-name): Add autoload mark for
27194 `find-function-noselect'.
27195
27196 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
27197
27198 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
27199 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
27200
27201 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
27202
27203 * calendar/diary-lib.el (mark-included-diary-files): Only kill
27204 included diary buffer if it was not already being visited.
27205 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
27206
27207 * calendar/icalendar.el (top-level): Do not require appt.
27208
27209 * mail/supercite.el (sc-select-attribution): Only use a list
27210 element from sc-attrib-selection-list if it returns a string.
27211 Reported by Davide G. M. Salvetti <salve@debian.org>.
27212
27213 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
27214
27215 * thumbs.el (thumbs-thumbname): The resulting thumbname now
27216 includes a hash value to improve its uniqueness, and has a ".jpg"
27217 extension. Also, it is now a valid filename on all systems.
27218 (thumbs-make-thumb): Use `let', not `let*'.
27219 (thumbs-show-thumbs-list): Check for JPEG availability.
27220
27221 2005-05-30 Richard M. Stallman <rms@gnu.org>
27222
27223 * filesets.el (filesets-menu-ensure-use-cached):
27224 Prevent warning when emacs-version>= is undefined.
27225
27226 * printing.el (pr-interactive-n-up): Use string-to-number.
27227
27228 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
27229
27230 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
27231 Warn only when name to be defined is quoted.
27232
27233 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
27234
27235 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
27236 Make regexp more robust.
27237 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
27238 Force regeneration of disassembly.
27239
27240 2005-05-29 Jay Belanger <belanger@truman.edu>
27241
27242 * calc/calc.el (calc-user-invocation): Check if
27243 calc-invocation-macro is non-nil.
27244
27245 2005-05-29 Juri Linkov <juri@jurta.org>
27246
27247 * add-log.el (change-log-font-lock-keywords):
27248 Add `+' to e-mail regexp to accept mail address with keywords.
27249
27250 * man.el (Man-name-regexp): Add `:' to accept qualified names.
27251
27252 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
27253
27254 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
27255
27256 * ielm.el (inferior-emacs-lisp-mode): Ditto.
27257
27258 2005-05-29 Richard M. Stallman <rms@gnu.org>
27259
27260 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
27261 Undo the change that moves to end of the current word.
27262
27263 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27264
27265 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
27266 Throw error when count <= 0 to ensure input is a number.
27267 (gdb-read-memory-custom): Pick up address from buffer.
27268 (gdb-memory-mode): Allow user to increment and decrement
27269 memory address from header line.
27270
27271 2005-05-29 Richard M. Stallman <rms@gnu.org>
27272
27273 * flyspell.el (flyspell-version): Function deleted.
27274 (flyspell-auto-correct-previous-hook): Doc fix.
27275
27276 * jit-lock.el (jit-lock-function, jit-lock-after-change):
27277 Do nothing if memory is full.
27278
27279 * font-lock.el (font-lock-fontify-syntactically-region):
27280 Pass t for GREEDY to looking-back.
27281
27282 * saveplace.el (save-place-alist-to-file): Write the file
27283 using write-region.
27284
27285 * subr.el (looking-back): New argument GREEDY.
27286
27287 * progmodes/compile.el (compilation-start): Set the mode
27288 before inserting the initial text.
27289
27290 * progmodes/which-func.el (which-func-update-1): Turn the mode
27291 off in case of error by setting which-func-mode.
27292
27293 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
27294
27295 * flyspell.el (flyspell-auto-correct-previous-word):
27296 Narrow down to what's on the screen, and recenter overlays
27297 at the end of the next word.
27298
27299 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
27300
27301 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
27302 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
27303 (flyspell-abbrev-p): Default to nil.
27304 (flyspell-use-global-abbrev-table-p): Doc fix.
27305 (flyspell-large-region): Allow nil as value.
27306 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
27307
27308 (mail-mode-flyspell-verify): More robust handling
27309 of `mail-header-separator'. More efficient signature detection.
27310 Allow for regexp metacharacters in message-header-separator.
27311 Adding `To' not to be checked in mail-mode-flyspell-verify.
27312
27313 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
27314 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
27315 Bind flyspell-auto-correct-binding.
27316 Bind C-. and C-, .
27317 (flyspell-mode-map): Likewise.
27318 (flyspell-mode): Doc fix.
27319 (flyspell-accept-buffer-local-defs): Preserve current buffer.
27320 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
27321 (flyspell-word-cache-result): New var, always local.
27322 (flyspell-check-pre-word-p): Doc fix.
27323 (flyspell-check-changed-word-p): Handle spc like newline.
27324 (flyspell-post-command-hook): Set flyspell-word-cache-result.
27325 (flyspell-word-search-backward, flyspell-word-search-forward):
27326 New functions.
27327 (flyspell-word): Return t if nothing to check.
27328 When parsing TeX code, check for after } or \.
27329 Use flyspell-word-search-backward to find previous word.
27330 Return nil if duplicated word.
27331 For word already checked, return same value as last time.
27332 Set flyspell-word-cache-result after checking.
27333 Don't clobber the return value.
27334 (flyspell-get-word): Major rewrite.
27335 (flyspell-external-point-words): New locals pword, pcount.
27336 Fix size used in progress message.
27337 Find the proper corresponding word in flyspell-large-region-buffer.
27338 (flyspell-region): Check for flyspell-large-region = nil.
27339 (flyspell-highlight-incorrect-region): Clean up overlays in region.
27340 (flyspell-auto-correct-word): Check that WORD is a cons.
27341 (flyspell-correct-word): Likewise.
27342
27343 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
27344
27345 * progmodes/make-mode.el (makefile-rule-action-regex)
27346 (makefile-macroassign-regex, makefile-makepp-mode)
27347 (makefile-bsdmake-mode): Continuation lines may be empty.
27348 Reported by Joshua Varner.
27349 (makefile-makepp-font-lock-keywords): Add $(stem).
27350
27351 2005-05-28 Karl Berry <karl@gnu.org>
27352
27353 * textmodes/tex-mode.el: Now that tex-send-command calls
27354 shell-quote-argument (2005-03-31 change), remove all calls to
27355 shell-quote-argument; they all end up invoking tex-send-command.
27356 The double quoting loses on filenames with non-safe characters,
27357 such as "@". Reported by Frederik Fouvry.
27358
27359 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
27360
27361 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
27362 about preserving point.
27363
27364 2005-05-27 Jay Belanger <belanger@truman.edu>
27365
27366 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
27367 Info-goto-node.
27368
27369 * calc/calc-embed.el (calc-embed-arg): New variable.
27370 (calc-do-embedded-activate, calc-embedded-activate-formula)
27371 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
27372 variable by new variable.
27373 (calc-embedded-make-info): Replace undeclared variable by new
27374 variable. When selecting region with positive prefix
27375 argument, use end of previous line instead of beginning of line.
27376
27377 * calc/calc-aent.el (calc-arg-values): Declare it.
27378
27379 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
27380 Declare them.
27381
27382 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
27383
27384 * calc/calc.el (calc-alg-map): Declare it.
27385
27386 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
27387
27388 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
27389
27390 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
27391 (gdb-registers-buffer, toggle-gdb-all-registers):
27392 Toggle display of floating point registers.
27393 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
27394
27395 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
27396 (toggle-gud-tooltip-dereference):
27397 Rename from gud-toggle-tooltip-dereference.
27398
27399 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
27400
27401 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
27402
27403 2005-05-27 Jay Belanger <belanger@truman.edu>
27404
27405 * calc/calc-prog.el (calc-kbd-report): Remove.
27406 (calc-kbd-query): Rewrite.
27407
27408 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
27409
27410 * image.el (image-library-alist): Move to image.c.
27411 (image-type-available-p): Doc fix.
27412
27413 2005-05-27 Lute Kamstra <lute@gnu.org>
27414
27415 * calc/calc.el (calc):
27416 * outline.el (outline-1, outline-2, outline-3, outline-4)
27417 (outline-5, outline-6, outline-7, outline-8):
27418 * textmodes/dns-mode.el (dns-mode):
27419 * textmodes/sgml-mode.el (sgml-namespace-face):
27420 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
27421 (tex-verbatim-face, tex-use-reftex):
27422 * textmodes/texinfo.el (texinfo-heading-face):
27423 Specify customization group.
27424
27425 * longlines.el: Don't require easy-mmode.
27426 (longlines-visible-face): Specify customization group.
27427
27428 2005-05-27 Kenichi Handa <handa@m17n.org>
27429
27430 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
27431 encoding table of windows-1251.
27432
27433 * international/ucs-tables.el (ucs-set-table-for-input):
27434 If translation-table-for-input of a coding system is a symbol, get
27435 its translation-table property.
27436
27437 * international/code-pages.el: Don't register a coding system into
27438 non-iso-charset-alist more than once.
27439 (cp-make-coding-system): Likewise.
27440
27441 2005-05-26 John Wiegley <johnw@newartisans.com>
27442
27443 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
27444 `eshell-resume-eval' is wrapped in a list, it indicates that the
27445 command was run asynchronously. In that case, unwrap the value
27446 before checking the delimiter value.
27447
27448 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
27449 character before a space at the end of a line is \, assume the space
27450 is part of the last argument rather than a final argument separator.
27451
27452 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
27453 is in use, and the target is `t' or `nil' (which are the most common
27454 values), don't assume that the symbol target is a buffer.
27455
27456 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
27457
27458 * calendar/calendar.el (calendar-mode-line-format):
27459 Use mode-line-highlight as mouse-face.
27460
27461 * time.el (display-time-string-forms, display-time-update):
27462 Use mode-line-highlight as mouse-face.
27463
27464 2005-05-26 Jay Belanger <belanger@truman.edu>
27465
27466 * calc/calc.el (calc-language-alist): Remove extra defvar.
27467
27468 2005-05-26 Lute Kamstra <lute@gnu.org>
27469
27470 * arc-mode.el (archive-mode):
27471 * bookmark.el (bookmark-read-annotation-mode)
27472 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
27473 * bs.el (bs-mode):
27474 * calc/calc-yank.el (calc-edit-mode):
27475 * calc/calc.el (calc-mode, calc-trail-mode):
27476 * calculator.el (calculator-mode):
27477 * chistory.el (command-history-mode):
27478 * comint.el:
27479 * cus-edit.el (custom-mode):
27480 * descr-text.el (describe-text-mode):
27481 * ebuff-menu.el (Electric-buffer-menu-mode):
27482 * ediff-util.el (ediff-mode):
27483 * emacs-lisp/re-builder.el (reb-mode):
27484 * emulation/vi.el (vi-mode-setup):
27485 * emulation/ws-mode.el (wordstar-mode):
27486 * eshell/esh-mode.el (eshell-mode):
27487 * forms.el (forms-mode):
27488 * help-mode.el (help-mode):
27489 * hexl.el (hexl-mode):
27490 * ibuffer.el (ibuffer-mode):
27491 * ielm.el (inferior-emacs-lisp-mode):
27492 * info.el (Info-mode, Info-edit-mode):
27493 * international/swedish.el:
27494 * ledit.el (ledit-from-lisp-mode):
27495 * locate.el (locate-mode):
27496 * mail/rmail.el (rmail-mode):
27497 * mail/rmailedit.el (rmail-edit-mode):
27498 * mail/rmailsum.el (rmail-summary-mode):
27499 * mail/supercite.el (sc-electric-mode):
27500 * net/eudc.el (eudc-mode):
27501 * net/quickurl.el (quickurl-list-mode):
27502 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
27503 * obsolete/ooutline.el (outline-mode):
27504 * obsolete/options.el (Edit-options-mode):
27505 * obsolete/rnews.el (news-mode):
27506 * obsolete/rnewspost.el (news-reply-mode):
27507 * play/5x5.el (5x5-mode):
27508 * play/decipher.el (decipher-mode, decipher-stats-mode):
27509 * play/gomoku.el (gomoku-mode):
27510 * play/snake.el (snake-mode):
27511 * play/solitaire.el (solitaire-mode):
27512 * play/tetris.el (tetris-mode):
27513 * progmodes/ada-mode.el (ada-mode):
27514 * progmodes/antlr-mode.el (antlr-mode):
27515 * progmodes/autoconf.el (autoconf-mode):
27516 * progmodes/dcl-mode.el (dcl-mode):
27517 * progmodes/delphi.el (delphi-mode):
27518 * progmodes/ebrowse.el (ebrowse-tree-mode)
27519 (ebrowse-electric-list-mode, ebrowse-member-mode)
27520 (ebrowse-electric-position-mode):
27521 * progmodes/f90.el (f90-mode):
27522 * progmodes/fortran.el (fortran-mode):
27523 * progmodes/icon.el (icon-mode):
27524 * progmodes/idlw-help.el (idlwave-help-mode):
27525 * progmodes/idlw-shell.el (idlwave-shell-mode):
27526 * progmodes/idlwave.el (idlwave-mode):
27527 * progmodes/inf-lisp.el (inferior-lisp-mode):
27528 * progmodes/m4-mode.el (m4-mode):
27529 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
27530 * progmodes/modula2.el (modula-2-mode):
27531 * progmodes/octave-inf.el (inferior-octave-mode):
27532 * progmodes/octave-mod.el (octave-mode):
27533 * progmodes/pascal.el (pascal-mode):
27534 * progmodes/sh-script.el (sh-mode):
27535 * progmodes/sql.el (sql-mode, sql-interactive-mode):
27536 * progmodes/vhdl-mode.el (vhdl-mode):
27537 * progmodes/xscheme.el (scheme-interaction-mode):
27538 * replace.el (occur-mode):
27539 * ses.el (ses-mode):
27540 * simple.el (completion-list-mode):
27541 * skeleton.el:
27542 * speedbar.el (speedbar-mode):
27543 * term.el (term-mode):
27544 * terminal.el (terminal-edit-mode):
27545 * textmodes/reftex-index.el (reftex-index-mode)
27546 (reftex-index-phrases-mode):
27547 * textmodes/reftex-sel.el (reftex-select-label-mode)
27548 (reftex-select-bib-mode):
27549 * textmodes/reftex-toc.el (reftex-toc-mode):
27550 * wdired.el (wdired-change-to-wdired-mode):
27551 * wid-browse.el (widget-browse-mode):
27552 Use run-mode-hooks.
27553
27554 * array.el (array-mode):
27555 * calendar/todo-mode.el (todo-mode):
27556 * man.el (Man-mode):
27557 * play/landmark.el (lm-mode):
27558 * play/mpuz.el (mpuz-mode):
27559 Use kill-all-local-variables and run-mode-hooks.
27560
27561 * subr.el (delay-mode-hooks): Specify indentation.
27562
27563 2005-05-26 Mark A. Hershberger <mah@everybody.org>
27564
27565 * xml.el (xml-substitute-special): Don't die for undefined xml
27566 entities.
27567
27568 2005-05-26 Jay Belanger <belanger@truman.edu>
27569
27570 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
27571 of nil.
27572
27573 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
27574
27575 * progmodes/gdb-ui.el (gdb-frame-address):
27576 Rename from gdb-current-address.
27577 (gdb-previous-frame-address): Rename from gdb-previous-address.
27578 (gdb-selected-frame): Rename from gdb-current-frame.
27579 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
27580 (gdb-frame-number): Rename from gdb-current-stack-level.
27581 (gdb-ann3): Match new mode-name for disassembly buffer.
27582 Extend initialization of variables.
27583 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
27584 (gdb-memory-mode): Use mouse-face in header line.
27585 (gdb-assembler-buffer-name): Call it disassembly and give frame
27586 in mode line.
27587 (gdb-source-spec-regexp, gdb-assembler-custom)
27588 (gdb-invalidate-assembler, gdb-frame-handler):
27589 Make robust to leading zeroes in address format.
27590
27591 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
27592
27593 * textmodes/org.el (org-mode): Use `define-derived-mode' to
27594 define `org-mode'.
27595 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
27596
27597 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
27598
27599 * log-edit.el (log-edit-changelog-entries): Distinguish between
27600 filenames like xfns.c and fns.c.
27601
27602 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
27603
27604 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
27605 point after reverting.
27606 (Buffer-menu-make-sort-button): Handle the case where
27607 `Buffer-menu-use-header-line' is nil.
27608
27609 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
27610
27611 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
27612 New funcs. In minibuffer-local-completion-map bind `]', `/'
27613 and `:' to them.
27614
27615 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
27616
27617 * startup.el (normal-top-level): Allow modification of load-path while
27618 we're iterating over it.
27619
27620 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
27621
27622 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
27623 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
27624 (thumbs-resize-interactive, thumbs-insert-image)
27625 (thumbs-insert-thumb, thumbs-dired-show-marked)
27626 (thumbs-find-image-at-point, thumbs-delete-images)
27627 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
27628 (thumbs-increment-image-size, thumbs-decrement-image-size):
27629 Fix typos in docstrings.
27630
27631 2005-05-24 Andre Spiegel <spiegel@gnu.org>
27632
27633 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
27634 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
27635 (cperl-mode): Use them.
27636
27637 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
27638
27639 * window.el (quit-window, shrink-window-if-larger-than-buffer):
27640 Doc fixes.
27641
27642 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
27643
27644 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
27645 Bind C-d to gdb-inferior-io-eof.
27646
27647 * dired.el (dired-dnd-popup-notice): Use message-box.
27648
27649 2005-05-23 Masatake YAMATO <jet@gyve.org>
27650
27651 * bindings.el (mode-line-major-mode-keymap):
27652 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
27653
27654 * faces.el (mode-line-highlight): New face.
27655
27656 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
27657 as mouse-face.
27658
27659 * bindings.el (top-level, help-echo, mode-line-modified)
27660 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
27661 as mouse-face.
27662
27663 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
27664
27665 * progmodes/cc-engine.el (c-guess-basic-syntax):
27666 Remove spurious call to `zerop'.
27667
27668 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
27669
27670 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
27671
27672 CC Mode update to 5.30.10:
27673
27674 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
27675 could go past the limit in decoration level 2, thereby causing
27676 errors during interactive fontification.
27677
27678 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
27679 the file is evaluated interactively.
27680
27681 * cc-engine.el (c-guess-basic-syntax): Handle operator
27682 declarations somewhat better in C++.
27683
27684 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
27685 make use of `run-mode-hooks' which has been added in Emacs 21.1.
27686 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
27687 (awk-mode): Use it.
27688 (make-local-hook): Suppress warning about obsoleteness.
27689
27690 * cc-engine.el, cc-align.el, cc-cmds.el
27691 (c-append-backslashes-forward, c-delete-backslashes-forward)
27692 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
27693 Compensate for return value from `forward-line' when it has moved
27694 but not to a different line due to eob.
27695
27696 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
27697 `objc-method-intro' and `objc-method-args-cont'.
27698
27699 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
27700
27701 CC Mode update to 5.30.10:
27702
27703 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
27704 in the copyright statement. Incidentally, change "along with GNU
27705 Emacs" to "along with this program" where it occurs.
27706
27707 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
27708 so that it is interactive, hence can be found by M-x awk-mode
27709 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
27710 <gmorris+emacs@ast.cam.ac.uk>.
27711
27712 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
27713 Mode's regexps.
27714
27715 2005-05-23 Kevin Ryde <user42@zip.com.au>
27716
27717 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
27718 c-parse-state, to avoid a lisp error (on bad code).
27719
27720 2005-05-23 Lute Kamstra <lute@gnu.org>
27721
27722 * subr.el (font-lock-defaults): Remove defvar as it's already
27723 defined in font-core.el.
27724
27725 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
27726
27727 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
27728
27729 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
27730 more general and work when GDB variable "print pretty" is on,
27731 as with Emacs, for example.
27732
27733 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
27734
27735 * font-core.el: Update comment.
27736
27737 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
27738 Use `after-change-major-mode-hook' instead of `find-file-hook'.
27739
27740 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
27741
27742 2005-05-22 Eli Zaretskii <eliz@gnu.org>
27743
27744 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
27745 and `yank-handler' in the doc strings.
27746
27747 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
27748
27749 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
27750
27751 2005-05-22 Richard M. Stallman <rms@gnu.org>
27752
27753 * help.el (describe-key): Move print-help-return-message call
27754 out of conditional.
27755
27756 * progmodes/etags.el (list-tags): Use with-no-warnings.
27757
27758 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
27759 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
27760 (starttls-extra-args, starttls-extra-arguments): Add defvars.
27761
27762 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
27763
27764 * language/viet-util.el (viet-viscii-nonascii-translation-table):
27765 Add defvar.
27766
27767 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
27768 Use defvar, not defconst.
27769
27770 * hexl.el (hexl-follow-line): Use with-no-warnings.
27771
27772 * emulation/tpu-extras.el: Use write-file-functions instead of
27773 write-file-hooks.
27774
27775 * dired.el (dired-font-lock-keywords): Fontify files with junk
27776 extensions even if marked by -F.
27777
27778 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
27779
27780 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
27781 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
27782 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
27783 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
27784 (concatenate, list-length, get*, getf, cl-remprop):
27785 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
27786 (etypecase, progv, lexical-let, lexical-let*)
27787 (multiple-value-bind, multiple-value-setq, shiftf):
27788 Improve argument/docstring consistency.
27789
27790 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
27791
27792 2005-05-22 Andre Spiegel <spiegel@gnu.org>
27793
27794 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
27795 doesn't exist.
27796
27797 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
27798 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
27799
27800 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
27801
27802 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
27803 already deleted variables: auto-fill-hook, blink-paren-hook,
27804 lisp-indent-hook, inhibit-local-variables, unread-command-event,
27805 suspend-hooks, comment-indent-hook, meta-flag,
27806 before-change-function, after-change-function,
27807 font-lock-doc-string-face.
27808
27809 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
27810
27811 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
27812
27813 2005-05-21 Eli Zaretskii <eliz@gnu.org>
27814
27815 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
27816 rmail-dont-reply-to.
27817
27818 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
27819
27820 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
27821 literal blank when splitting new-header-values.
27822
27823 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
27824
27825 * calendar/cal-menu.el (cal-menu-update): Add separator as a
27826 string so that tmm doesn't create a completion entry for it.
27827
27828 * textmodes/table.el (table-disable-menu): Ditto.
27829
27830 2005-05-21 Richard M. Stallman <rms@gnu.org>
27831
27832 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
27833
27834 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
27835
27836 * net/rcompile.el (remote-compile): Use compilation-start.
27837
27838 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
27839
27840 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
27841
27842 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
27843 Default to makefile-bsdmake-mode on BSD systems.
27844
27845 * imenu.el (imenu-generic-expression, imenu--generic-function'):
27846 REGEXP may also be a search function now. The part of doc-string
27847 for describing the structure was 95% identical to that of
27848 `imenu--generic-function'. Unify it there.
27849
27850 * progmodes/make-mode.el (makefile-imenu-generic-expression):
27851 Use function to find dependencies, because regexp alone is so complex,
27852 it easily goes into an endless loop.
27853 (makefile-makepp-mode): Also add submenu for Perl functions
27854 defined in the makefile.
27855 (makefile-bsdmake-mode): Special imenu-generic-expression no
27856 longer needed, due to function call.
27857 (makefile-match-dependency): Take BOUND into account when checking
27858 if we're through.
27859
27860 2005-05-20 Jay Belanger <belanger@truman.edu>
27861
27862 * calc/calc-units.el (calc-invalidate-units-table):
27863 Use inhibit-read-only.
27864 (math-build-units-table-buffer): Use view-mode.
27865
27866 2005-05-20 David Kastrup <dak@gnu.org>
27867
27868 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
27869 easy-menu-add is not a nop on Emacs; and clarify when to call it.
27870
27871 2005-05-20 Lute Kamstra <lute@gnu.org>
27872
27873 * diff-mode.el (diff-header-face, diff-file-header-face)
27874 (diff-index-face, diff-hunk-header-face, diff-removed-face)
27875 (diff-added-face, diff-changed-face, diff-function-face)
27876 (diff-context-face, diff-nonexistent-face): Put them in the
27877 diff-mode customization group.
27878
27879 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
27880
27881 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
27882
27883 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
27884
27885 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
27886 Minor regexp-optimization.
27887
27888 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
27889
27890 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
27891 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
27892 (org-agenda-add-time-grid-maybe): New function.
27893 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
27894 (org-table-create): `dotimes' instead of `mapcar'.
27895 (org-xor): Simplify implementation.
27896 (org-agenda): `inhibit-redisplay' turned on.
27897 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
27898 a consistent line after a state change.
27899 (org-agenda-remove-times-when-in-prefix): New option.
27900 (org-prefix-has-time): New variable.
27901 (org-parse-time-string): Optional argument NODEFAULT.
27902 (org-format-agenda-item): Parse items for time-of-day
27903 specifications and move these into the prefix if possible.
27904 (org-agenda-priority): Get current heading, not previous heading
27905 during agenda remote editing.
27906
27907 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
27908
27909 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
27910 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
27911 (remove-duplicates, delete-duplicates, substitute)
27912 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
27913 (nsubstitute-if-not, find, find-if, find-if-not, position)
27914 (position-if, position-if-not, count, count-if, count-if-not)
27915 (mismatch, search, sort*, stable-sort, merge, member*)
27916 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
27917 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
27918 (intersection, nintersection, set-difference, nset-difference)
27919 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
27920 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
27921 (nsublis, tree-equal): Improve argument/docstring consistency.
27922
27923 * subr.el (send-string, send-region): Remove obsolescence declaration.
27924 (window-dot, set-window-dot, read-input, show-buffer)
27925 (eval-current-buffer, string-to-int):
27926 Add release number to obsolescence declarations.
27927
27928 2005-05-19 Kim F. Storm <storm@cua.dk>
27929
27930 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
27931 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
27932
27933 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
27934
27935 * faces.el (list-faces-display): Make back button respect optional
27936 regexp arg.
27937
27938 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
27939
27940 * calculator.el (calculator-radix-grouping-mode)
27941 (calculator-radix-grouping-digits, calculator-displayer)
27942 (calculator-radix-grouping-separator, calculator-copy-displayer):
27943 * dabbrev.el (dabbrev-search-these-buffers-only):
27944 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
27945 (diff-advance-after-apply-hunk, diff-mode-hook)
27946 (diff-minor-mode-prefix):
27947 * imenu.el (imenu-use-popup-menu):
27948 * jit-lock.el (jit-lock-context-time):
27949 * newcomment.el (comment-fill-column, comment-column)
27950 (comment-style, comment-padding, comment-multi-line)
27951 (comment-empty-lines, comment-auto-fill-only-comments):
27952 * reveal.el (reveal-around-mark):
27953 * uniquify.el (uniquify-buffer-name-style)
27954 (uniquify-after-kill-buffer-p)
27955 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
27956 (uniquify-min-dir-content, uniquify-separator)
27957 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
27958 * w32-vars.el (w32-fixed-font-alist):
27959 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
27960 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
27961 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
27962 * progmodes/perl-mode.el (perl-indent-level)
27963 (perl-continued-statement-offset, perl-continued-brace-offset)
27964 (perl-brace-offset, perl-brace-imaginary-offset)
27965 (perl-label-offset, perl-indent-continued-arguments)
27966 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
27967 * progmodes/tcl.el (tcl-indent-level)
27968 (tcl-continued-indent-level, tcl-auto-newline)
27969 (tcl-tab-always-indent, tcl-electric-hash-style)
27970 (tcl-help-directory-list, tcl-use-smart-word-finder)
27971 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
27972 (inferior-tcl-source-command):
27973 * textmodes/fill.el (enable-kinsoku):
27974 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
27975 * textmodes/table.el (table-yank-handler):
27976 Specify missing group (and type, if simple) in defcustom.
27977
27978 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
27979
27980 * progmodes/compile.el (compilation-finish-function): Fix defvar.
27981
27982 2005-05-19 Richard M. Stallman <rms@gnu.org>
27983
27984 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
27985
27986 * subr.el (event-basic-type): Don't get an error.
27987 (left-fringe-p): Function deleted.
27988
27989 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
27990 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
27991
27992 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
27993 in recursive copy.
27994
27995 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
27996
27997 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
27998
27999 * emacs-lisp/bytecomp.el
28000 (byte-compile-file-form-custom-declare-variable):
28001 Call byte-compile-nogroup-warn if appropriate.
28002
28003 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
28004 (compilation-set-window): Don't call left-fringe-p; do it directly.
28005
28006 2005-05-19 Jay Belanger <belanger@truman.edu>
28007
28008 * calc/calc-graph.el (calc-graph-format-data): Make sure
28009 var-PlotRejects is bound before trying to check its value.
28010
28011 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
28012
28013 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
28014 definition of this variable from reftex-global.el to reftex.el,
28015 because it is needed in the menu.
28016
28017 2005-05-19 Lute Kamstra <lute@gnu.org>
28018
28019 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
28020 years are fixed. Don't insert a space after a dash.
28021
28022 2005-05-19 Kim F. Storm <storm@cua.dk>
28023
28024 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
28025
28026 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
28027
28028 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
28029 strings, because (eq ... ?\\) is fairly frequent.
28030
28031 * progmodes/make-mode.el (makefile-add-this-line-targets):
28032 Simplify and integrate into `makefile-pickup-targets'.
28033 (makefile-add-this-line-macro): Simplify and integrate into
28034 `makefile-pickup-macros.
28035 (makefile-pickup-filenames-as-targets): Simplify.
28036 (makefile-previous-dependency, makefile-match-dependency):
28037 Don't stumble over `::'.
28038
28039 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
28040
28041 * subr.el (post-command-idle-hook, post-command-idle-delay):
28042 Remove obsoletion of post-command-idle-hook and
28043 post-command-idle-delay.
28044
28045 * faces.el (list-faces-display): Provide button when describe-face
28046 is called to take user back to the list of faces.
28047
28048 * help-fns.el (describe-variable): Remove hyperlinks in a
28049 variable's value as these are quite frequently inappropriate.
28050
28051 * follow.el (follow-submit-feedback, follow-mode):
28052 Remove references to post-command-idle-hook.
28053
28054 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
28055
28056 * progmodes/make-mode.el (makefile-previous-dependency)
28057 (makefile-match-dependency): Check for := (and in bsd mode also
28058 !=) to give a better result, even when font-lock is not on.
28059
28060 2005-05-18 Jay Belanger <belanger@truman.edu>
28061
28062 * calc/calc-help.el (calc-s-prefix-help):
28063 Add `calc-copy-special-constant' to help string.
28064
28065 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
28066
28067 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
28068
28069 2005-05-18 Jay Belanger <belanger@truman.edu>
28070
28071 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
28072 in linear factors are in proper order.
28073
28074 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
28075
28076 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
28077 Support for jurabib.
28078
28079 * textmodes/reftex.el (featurep): Define aliases for overlay
28080 commands, for XEmacs compatibility, and use these aliases in
28081 overlay initializations.
28082 (reftex-highlight): Use `reftex-move-overlay'.
28083 (reftex-unhighlight): Use `reftex-delete-overlay'.
28084 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
28085 (reftex-access-search-path): Use `reftex-uniquify' instead of
28086 `reftex-uniq'
28087
28088 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
28089 `before-string' property modification enables for Emacs as well.
28090 (reftex-select-item): Use `reftex-delete-overlay'.
28091 (reftex-select-mark): Use `reftex-make-overlay' and
28092 `reftex-overlay-put'.
28093 (reftex-select-unmark): Use `reftex-delete-overlay' and
28094 `reftex-overlay-put'.
28095
28096 2005-05-18 Lute Kamstra <lute@gnu.org>
28097
28098 * emacs-lisp/lisp.el (check-parens): Fix docstring.
28099
28100 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
28101
28102 * add-log.el (add-change-log-entry):
28103 * array.el (array-make-template, array-reconfigure-rows)
28104 (array-init-max-row, array-init-max-column)
28105 (array-init-columns-per-line, array-init-field-width):
28106 * replace.el (replace-match-maybe-edit, perform-replace):
28107 * textmodes/spell.el (spell-region):
28108 Replace `read-input' by `read-string'.
28109
28110 * forms.el (forms-mode):
28111 * finder.el (finder-compile-keywords):
28112 * shadowfile.el (shadow-read-files):
28113 Replace `eval-current-buffer' by `eval-buffer'.
28114
28115 * terminal.el (te-pass-through):
28116 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
28117 (ange-ftp-raw-send-cmd):
28118 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
28119 (send-process-next-char, telnet-initial-filter, telnet):
28120 Replace `send-string' by `process-send-string'.
28121
28122 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
28123 (prolog-consult-region): Replace `send-string' by
28124 `process-send-string'; replace `send-region' by `process-send-region'.
28125
28126 * progmodes/delphi.el (delphi-log-msg):
28127 Replace `set-window-dot' by `set-window-point'.
28128
28129 * subr.el (window-dot, set-window-dot, read-input, send-string)
28130 (send-region, show-buffer, eval-current-buffer):
28131 Make really obsolete, as the comment says.
28132
28133 2005-05-17 Kim F. Storm <storm@cua.dk>
28134
28135 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
28136 (cua--init-keymaps): Bind C-return instead of S-return to set
28137 rectangle mark.
28138
28139 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
28140 instead of S-return to toggle/clear rectangle mark.
28141
28142 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
28143
28144 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
28145 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
28146 Also fontify plain strings assigned to variables, mostly so that a
28147 colon has a face and is thus not taken as a dependency separator.
28148 (makefile-previous-dependency): Inline the new matcher, because it
28149 is too complex to work in both directions.
28150 (makefile-match-dependency): Eliminate `backward' arg (see above).
28151 Completely reimplemented so as to not sometimes go into an endless
28152 loop. It should also be more efficient, because first it only
28153 searches for `:', instead of applying the very complex regexp.
28154 (makefile-mode): Cancel `font-lock-support-mode', because blocks
28155 to be fontified in one piece can be too long for JIT.
28156 Makefiles are never *that* big.
28157
28158 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
28159
28160 * dired.el (dired-mode): Simplify.
28161
28162 2005-05-17 Lute Kamstra <lute@gnu.org>
28163
28164 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
28165 defcustom for the mode hook variable.
28166
28167 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
28168 Emacs Lisp Reference Manual.
28169
28170 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
28171
28172 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
28173 (evenp, list*):
28174 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
28175 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
28176
28177 * net/tramp-smb.el (tramp-smb-open-connection):
28178 Pass `tramp-chunksize' as fifth (required) argument.
28179
28180 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
28181
28182 * font-lock.el (lisp-font-lock-keywords-1):
28183 Set `font-lock-negation-char-face' for [^...] char group.
28184 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
28185
28186 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
28187 a var, and refine it to mask one more level of nested vars.
28188 (makefile-rule-action-regex): Turn it into a var, and refine it so
28189 it recognizes backslashed continuation lines as belonging to the
28190 same command.
28191 (makefile-macroassign-regex): Refine it so it recognizes
28192 backslashed continuation lines as belonging to the same command.
28193 (makefile-var-use-regex): Don't look at the next char, because it
28194 might be the same one to be skipped by the initial [^$], leading
28195 to an overlooked variable use.
28196 (makefile-make-font-lock-keywords): Remove two parameters, which
28197 are now variables that some of the modes set locally.
28198 Handle dependency and rule action matching through functions, because
28199 regexps alone match too often. Dependency matching now comes
28200 last, so it can check, whether a colon already matched something else.
28201 (makefile-mode): Inform that font-lock improves makefile parsing
28202 capabilities.
28203 (makefile-match-dependency, makefile-match-action): New functions.
28204
28205 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
28206
28207 * emacs-lisp/cl-extra.el (equalp): Doc fix.
28208
28209 * align.el (align-regexp):
28210 * ansi-color.el (ansi-color-get-face):
28211 * array.el (array-reconfigure-rows, array-init-max-row)
28212 (array-init-max-column, array-init-columns-per-line)
28213 (array-init-field-width):
28214 * dired-aux.el (dired-trample-file-versions):
28215 * dired-x.el (dired-mark-sexp):
28216 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
28217 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
28218 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
28219 * faces.el (face-read-integer):
28220 * files.el (backup-extract-version, insert-directory):
28221 * hexl.el (hexl-insert-decimal-char):
28222 * server.el (server-process-filter):
28223 * shell.el (shell-extract-num):
28224 * startup.el (command-line-1):
28225 * term.el (term-command-hook):
28226 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
28227 (time-stamp-do-number):
28228 * time.el (display-time-update):
28229 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
28230 (timezone-fix-time):
28231 * vms-patch.el (vms-suspend-resume-hook):
28232 * calendar/appt.el (appt-convert-time):
28233 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28234 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
28235 * calendar/cal-islam.el (mark-islamic-diary-entries):
28236 * calendar/calendar.el (calendar-cursor-to-date)
28237 (calendar-star-date):
28238 * calendar/diary-lib.el (diary-attrtype-convert)
28239 (mark-diary-entries, diary-entry-time):
28240 * calendar/solar.el (solar-get-number):
28241 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
28242 * emacs-lisp/re-builder.el (reb-display-subexp):
28243 * emulation/edt.el (edt-set-scroll-margins):
28244 * emulation/tpu-extras.el (tpu-set-scroll-margins):
28245 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
28246 (vip-get-ex-count):
28247 * emulation/viper-ex.el (viper-get-ex-token)
28248 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
28249 * international/fontset.el (fontset-plain-name):
28250 * mail/feedmail.el (feedmail-look-at-queue-directory):
28251 * mail/mailalias.el (mail-get-names):
28252 * mail/rmail.el (rmail-convert-to-babyl-format):
28253 * mail/rmailsum.el (rmail-make-basic-summary-line)
28254 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
28255 (rmail-summary-goto-msg):
28256 * mail/smtpmail.el (smtpmail-read-response):
28257 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
28258 (ange-ftp-vms-add-file-entry):
28259 * play/gametree.el (gametree-looking-at-ply)
28260 (gametree-current-branch-score):
28261 * progmodes/ada-xref.el (ada-prj-find-prj-file)
28262 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
28263 * progmodes/cperl-mode.el (condition-case):
28264 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
28265 (ebrowse-set-member-buffer-column-width)
28266 (ebrowse-select-1st-to-9nth):
28267 * progmodes/etags.el (etags-snarf-tag):
28268 * progmodes/flymake.el (flymake-parse-line):
28269 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
28270 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
28271 (idlwave-shell-menu-def):
28272 * progmodes/ps-mode.el (ps-run-goto-error):
28273 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
28274 (vhdl-speedbar-contract-level):
28275 * term/mac-win.el (x-handle-numeric-switch):
28276 * term/sun-mouse.el (sun-get-frame-data):
28277 * term/w32-win.el (x-handle-numeric-switch):
28278 * term/x-win.el (x-handle-numeric-switch):
28279 * textmodes/ispell.el (ispell-parse-output):
28280 * textmodes/nroff-mode.el (nroff-outline-level):
28281 * textmodes/reftex-cite.el (reftex-bib-sort-year)
28282 (reftex-bib-sort-year-reverse, reftex-format-citation):
28283 * textmodes/reftex-parse.el (reftex-init-section-numbers)
28284 (reftex-section-number):
28285 * textmodes/texinfmt.el (texinfo-paragraphindent):
28286 Replace `string-to-int' by `string-to-number'.
28287
28288 * international/latexenc.el: Add page marker to force the "Local
28289 Variables:" string out of the last page.
28290
28291 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28292
28293 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
28294 tooltip-change-major-mode.
28295 (gud-tooltip-print-command): Remove case where gud-minor-mode
28296 is gdb ("--fullname").
28297 (gud-tooltip-tips): Turn GUD tooltips off for this case and
28298 explain to user.
28299
28300 2005-05-16 Jay Belanger <belanger@truman.edu>
28301
28302 * calc/calc-store.el (calc-copy-special-constant): New function.
28303
28304 * calc/calc-ext.el (calc-init-extensions): Add binding for
28305 `calc-copy-special-constant'.
28306
28307 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
28308 for the `calc-copy-special-constant' command.
28309
28310 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
28311
28312 * subr.el (left-fringe-p): New function.
28313
28314 * progmodes/compile.el (compilation-setup): Set local value of
28315 overlay-arrow-string to "" always.
28316 (compilation-set-window): Left fringe then don't scroll.
28317 No left fringe then no arrow and scroll message to top.
28318 (compilation-context-lines): Adjust doc string accordingly.
28319
28320 2005-05-16 Kim F. Storm <storm@cua.dk>
28321
28322 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
28323 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
28324 (ido-wide-find-dir-or-delete-dir): New command for M-d.
28325 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
28326 (ido-read-file-name): Handle commands with ido property value
28327 equal to find-file as reading a file name, to allow C-d to enter dired.
28328 (ibuffer-find-file): Add ido property with value find-file.
28329
28330 2005-05-15 Kim F. Storm <storm@cua.dk>
28331
28332 * subr.el (open-network-stream-nowait): Remove.
28333 (open-network-stream-server): Remove.
28334
28335 2005-05-15 Richard M. Stallman <rms@gnu.org>
28336
28337 * faces.el (describe-face): Output a definition link button.
28338
28339 * help-mode.el (help-face-def): New button type.
28340
28341 * emacs-lisp/copyright.el (copyright-fix-years):
28342 Match properly if the first year is 2-digit.
28343 Don't mess up the whitespace after the years by filling.
28344
28345 * dired-aux.el (dired-mark-confirm):
28346 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
28347
28348 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
28349 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
28350 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
28351
28352 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
28353 Set font-lock-comment-start-skip.
28354
28355 * font-lock.el (font-lock-comment-start-skip): New variable.
28356 (font-lock-comment-end-skip): New variable.
28357 (font-lock-fontify-syntactically-region): Use them if non-nil.
28358
28359 2005-05-15 Jay Belanger <belanger@truman.edu>
28360
28361 * calc/calc-store.el (calc-store-value): Return a string rather
28362 than display it as a message.
28363 Use calc-var-name for variable name.
28364 (calc-store-into): Add the result of calc-store-value to message.
28365 (calc-copy-variable): Add a message.
28366 (calc-store-exchange): Improve error messages.
28367 (calc-store-binary, calc-store-map): Don't reset the values of
28368 special constants.
28369
28370 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
28371
28372 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
28373 manual to docstring.
28374
28375 * files.el (hack-local-variables-confirm): Add STRING argument.
28376 Make the function handle non file visiting buffers correctly.
28377 (hack-local-variables-prop-line, hack-local-variables)
28378 (hack-one-local-variable): Use STRING arg of
28379 `hack-local-variables-confirm'.
28380
28381 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
28382
28383 Sync with Tramp 2.0.49.
28384
28385 * net/tramp.el (tramp-handle-dired-call-process)
28386 (tramp-handle-insert-directory):`insert-buffer' cannot be used
28387 because the contents of the Tramp buffer is changed before
28388 insertion (`expand-file' and alike).
28389 (tramp-handle-insert-directory): If `localname' has an empty
28390 nondirectory name, it must not be quoted.
28391 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
28392 variable `tramp-chunksize'. Change callees.
28393 (tramp-open-connection-setup-interactive-shell): Check remote host
28394 for buggy `send-process-string' implementation.
28395 Set `tramp-chunksize' if found. Reported by Michael Kifer
28396 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
28397 (tramp-handle-shell-command): `insert-buffer' cannot be used
28398 because the contents of the Tramp buffer is changed before
28399 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
28400 <frederic.bothamy@free.fr>.
28401 (tramp-set-auto-save): Actions should be done for Tramp file name
28402 handler only. Ange-FTP has its own auto-save mechanism.
28403 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
28404 (tramp-set-auto-save-file-modes): Set file modes of
28405 `buffer-auto-save-file-name' to ?\600 as fallback solution.
28406 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
28407 (tramp-bug): Remove obsolete variable.
28408 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
28409 for presence of `mml-mode'. Make it running for older Emacsen as well.
28410
28411 2005-05-14 John Paul Wallington <jpw@pobox.com>
28412
28413 * ibuf-ext.el (define-ibuffer-filter filename):
28414 If `dired-directory' is a list, use its car.
28415
28416 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
28417
28418 * ibuffer.el (define-ibuffer-column filename):
28419 If `dired-directory' is a list, use its car.
28420
28421 2005-05-14 Richard M. Stallman <rms@gnu.org>
28422
28423 * subr.el (symbol-file): Doc fix.
28424
28425 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
28426 (byte-compile-form): Call byte-compile-nogroup-warn.
28427 (byte-compile-warning-types): Doc fix.
28428
28429 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
28430
28431 * progmodes/cc-engine.el (c-literal-faces):
28432 Add font-lock-comment-delimiter-face.
28433
28434 * net/net-utils.el (dig): Use with-no-warnings.
28435
28436 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
28437 (sc-recite-frame-alist, sc-default-cite-frame)
28438 (sc-default-uncite-frame, sc-default-recite-frame)
28439 (sc-attrib-selection-list, sc-rewrite-header-list):
28440 Mark as risky-local-variable.
28441
28442 * international/ogonek.el (ogonek-jak, ogonek-how):
28443 Don't use beginning-of-buffer.
28444
28445 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
28446
28447 * calendar/solar.el (solar-data-list): Move definition up.
28448
28449 * dnd.el (dnd-protocol-alist): Add autoload.
28450
28451 * progmodes/sh-script.el: Many doc usage fixes.
28452 (sh-indent-after-do): Change default to match common styles.
28453
28454 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
28455
28456 * files.el (interpreter-mode-alist)
28457 (auto-mode-interpreter-regexp): Doc fixes.
28458
28459 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
28460
28461 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
28462
28463 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
28464
28465 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
28466
28467 * dired.el (dired-mode): make-variable-buffer-local =>
28468 make-local-variable.
28469
28470 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28471
28472 * term/mac-win.el (mac-select-convert-to-string): Try coding
28473 systems in mac-script-code-coding-systems if specified one cannot
28474 encode string for `com.apple.traditional-mac-plain-text'.
28475
28476 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
28477
28478 * progmodes/make-mode.el (makefile-targets-face)
28479 (makefile-shell-face, makefile-makepp-perl-face): New faces.
28480 (makefile-dependency-regex): Fix it to not make the colon in
28481 $(var:a=b) special.
28482 (makefile-rule-action-regex): New regexp for highlighting embedded
28483 Shell strings.
28484 (makefile-macroassign-regex): Handle != for highlighting as
28485 embedded Shell strings.
28486 (makefile-var-use-regex): New const.
28487 (makefile-statements, makefile-automake-statements)
28488 (makefile-gmake-statements, makefile-makepp-statements)
28489 (makefile-bsdmake-statements): New consts.
28490 (makefile-make-font-lock-keywords): New function.
28491 (makefile-automake-font-lock-keywords)
28492 (makefile-gmake-font-lock-keywords)
28493 (makefile-makepp-font-lock-keywords)
28494 (makefile-bsdmake-font-lock-keywords): New consts.
28495 (makefile-mode-map): Add switchers between the various submodes.
28496 (makefile-mode): Document the availability of the variants.
28497 (makefile-automake-mode, makefile-gmake-mode)
28498 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
28499
28500 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
28501 new variants of makefile-mode.
28502
28503 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28504
28505 * font-lock.el (font-lock-comment-delimiter-face): Fix up
28506 the inheritance.
28507
28508 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
28509
28510 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
28511 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
28512
28513 * files.el (normal-mode): Extend the scope of the
28514 `enable-local-variables' binding to include the `set-auto-mode' call.
28515 (magic-mode-alist): Doc fix.
28516
28517 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
28518
28519 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
28520 font-lock-comment-face rather than copying its setting.
28521
28522 2005-05-12 Andreas Schwab <schwab@suse.de>
28523
28524 * eshell/esh-mode.el (eshell-send-input): Doc fix.
28525
28526 2005-05-12 Lute Kamstra <lute@gnu.org>
28527
28528 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
28529 defcustom for the mode hook variable. Delete the last argument.
28530 * generic-x.el: Fix callers of define-generic-mode.
28531 (generic-x-modes): Delete group.
28532 (show-tabs-tab-face, show-tabs-space-face): Put them in the
28533 generic-x customization group.
28534
28535 2005-05-12 Kim F. Storm <storm@cua.dk>
28536
28537 * font-lock.el (font-lock-negation-char-face): Default to "off".
28538
28539 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
28540 font-lock-negation-char-face to ! in !=.
28541
28542 2005-05-12 Masatake YAMATO <jet@gyve.org>
28543
28544 * add-log.el (find-change-log): Fix typos in the docstring
28545 of function.
28546
28547 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
28548
28549 * international/latexenc.el (latexenc-find-file-coding-system):
28550 Avoid `re-search-forward' when looking for input encoding because
28551 of speed and safety. Better regular expressions for recognizing
28552 input encoding. Limit a search for TeX-master/tex-main-file to
28553 the local variable section.
28554
28555 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
28556
28557 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
28558 syntax of $ to "'" (quote).
28559
28560 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
28561
28562 * dnd.el (dnd-protocol-alist): Improve custom type.
28563
28564 * dired.el (dired-dnd-protocol-alist): New variable.
28565 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
28566 `dired-mode-hook' to the end.
28567
28568 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28569
28570 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
28571 comment-end if comment-start-skip is not set.
28572 Obey the font-lock-comment-delimiter-face variables.
28573
28574 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
28575
28576 * files.el (executable-find): Move from executable.el. Use
28577 locate-file.
28578 * progmodes/executable.el (executable-find): Move to files.el.
28579
28580 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
28581 when trying to ensure forward progress.
28582
28583 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
28584
28585 * mouse-sel.el (mouse-sel-follow-link-p): New function.
28586 (mouse-select, mouse-select-internal, mouse-extend-internal):
28587 Use it to implement mouse-1-click-follows-link functionality.
28588
28589 2005-05-11 Richard M. Stallman <rms@gnu.org>
28590
28591 * font-lock.el (font-lock-fontify-syntactically-region):
28592 Use font-lock-comment-delimiter-face for comment delimiters.
28593
28594 2005-05-10 Jay Belanger <belanger@truman.edu>
28595
28596 * calc/calc-help.el (calc-m-prefix-help): Add mention of
28597 preserving embedded modes.
28598
28599 2005-05-10 Richard M. Stallman <rms@gnu.org>
28600
28601 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
28602
28603 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
28604 Move from ada-stmt.el.
28605 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
28606
28607 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
28608 Move to ada-mode.el.
28609 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
28610
28611 * cus-edit.el (custom-file): Call file-chase-links.
28612
28613 * files.el (read-directory-name): Fix previous change.
28614 (hack-local-variables-confirm): New function.
28615 (hack-local-variables-prop-line, hack-local-variables)
28616 (hack-one-local-variable): Use it.
28617
28618 2005-05-10 Lute Kamstra <lute@gnu.org>
28619
28620 * font-lock.el (font-lock-keywords-alist)
28621 (font-lock-removed-keywords-alist): Clarify docstrings.
28622
28623 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
28624
28625 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
28626 (gdb-source-info): Check for preprocessor info.
28627 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
28628 a macro for a function.
28629 (gdb-info-breakpoints-custom): Try to find file again if not already
28630 found (user might have used GDB dir command).
28631 (gdb-get-location): Update gdb-location-alist correctly for change
28632 to gdb-info-breakpoints-custom.
28633
28634 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
28635 (gud-tooltip-print-command): Add gdbmi case.
28636 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
28637 preprocessor info.
28638
28639 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
28640
28641 * startup.el (fancy-splash-insert): Fix typo in doc string.
28642
28643 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
28644
28645 * obsolete/float.el (string-to-float):
28646 * obsolete/hilit19.el (hilit-add-pattern):
28647 * obsolete/rnews.el (news-parse-range, news-select-message)
28648 (news-get-pruned-list-of-files): Replace `string-to-int' by
28649 `string-to-number'.
28650
28651 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
28652 `find-file-not-found-hooks'; use `add-hook'.
28653 (uncompress-while-visiting): Set `write-file-functions', not
28654 `write-file-hooks'; use `add-hook'.
28655
28656 2005-05-09 Kim F. Storm <storm@cua.dk>
28657
28658 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
28659 (cua-paste): Handle clipboard action.
28660 (cua--init-keymaps): Remap clipboard-kill-region and
28661 clipboard-kill-ring-save.
28662
28663 2005-05-08 Eli Zaretskii <eliz@gnu.org>
28664
28665 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28666 Improve commentary.
28667
28668 * simple.el (next-error-overlay-arrow-position): Revert the change
28669 made on 2005-04-30.
28670
28671 2005-05-07 Jay Belanger <belanger@truman.edu>
28672
28673 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
28674 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
28675 `calc-sel-reselect'.
28676
28677 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
28678 Calc is in embedded mode.
28679
28680 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28681
28682 * progmodes/compile.el (compilation-setup):
28683 Set overlay-arrow-string to an empty string on text terminals.
28684
28685 * textmodes/ispell.el (ispell-program-name): Try looking for
28686 "aspell" along exec-path, and if found, use it as the default
28687 speller program.
28688
28689 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
28690
28691 * international/mule.el (sgml-xml-auto-coding-function):
28692 Recognize encoding='FOO' in single quotes as well as in double quotes.
28693
28694 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
28695
28696 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
28697 as well as `interactive', so that defmacro* would recognize
28698 `declare' forms.
28699
28700 2005-05-07 Eli Zaretskii <eliz@gnu.org>
28701
28702 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
28703 Explain more about the LIGHTER arg's usage in the doc string.
28704 Add commentary to clarify what the code does. Fix the regexp that
28705 strips whitespace from LIGHTER. Quote LIGHTER before using it,
28706 since it could have characters special to regular expressions.
28707
28708 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
28709
28710 * replace.el (occur-1): Bind inhibit-read-only so that
28711 erase-buffer doesn't barf on read-only text properties (likewise
28712 for add-text-properties in occur-engine). Mark buffer as unmodified.
28713 (occur-engine): Don't set buffer-read-only here.
28714
28715 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28716
28717 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
28718 list-buffers-directory. This caused the *cvs-commit* buffer to be
28719 sometimes mistakenly reused as a *cvs* buffer.
28720
28721 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
28722
28723 * tooltip.el: Move code for GUD tooltips into gud.el.
28724 (require): CL no longer needed to compile case.
28725 (tooltip-mode): Do not toggle functions for GUD tooltips.
28726 (tooltip-gud-tips-p): Remove. Replace with minor mode
28727 gud-tooltip-mode in gud.el.
28728 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
28729 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
28730 tooltip-gud prefix with gud-tooltip and obsolete.
28731 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
28732 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
28733 (tooltip-mouse-motion): Mouse movement functions/variable.
28734 Rename in gud.el by adding gud prefix.
28735 (tooltip-gud-original-filter, tooltip-gud-dereference)
28736 (tooltip-gud-event, tooltip-toggle-gud-tips)
28737 (tooltip-gud-process-output, tooltip-gud-print-command)
28738 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
28739 gud.el by replacing tooltip-gud prefix with gud-tooltip.
28740 (gdb-tooltip-print): Move to gdb-ui.el.
28741
28742 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
28743 (require): CL needed to compile case.
28744 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
28745 tooltip-gud-tips-p. Make it a minor-mode.
28746 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
28747 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
28748 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
28749 (gud-tooltip-change-major-mode)
28750 (gud-tooltip-activate-mouse-motions-if-enabled)
28751 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
28752 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
28753 (gud-tooltip-original-filter, gud-tooltip-dereference)
28754 (gud-tooltip-event, tooltip-toggle-gud-tips)
28755 (gud-tooltip-process-output, gud-tooltip-print-command)
28756 (gud-tooltip-tips): Move from tooltip.el.
28757
28758 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
28759 (gdb-cpp-define-alist-flags): Doc fix.
28760 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
28761 gud-tooltip-mode is t.
28762
28763 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
28764
28765 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
28766 evaporate if their text is deleted.
28767 (goto-address-at-point): Make it work as a mouse binding as well.
28768 (goto-address-at-mouse): Obsolete it. Update users.
28769
28770 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
28771
28772 * calendar/appt.el (top-level): No longer activate on load.
28773
28774 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
28775
28776 * calendar/cal-bahai.el (mark-bahai-diary-entries):
28777 * net/webjump.el (webjump):
28778 * progmodes/idlw-help.el (idlwave-do-context-help1)
28779 (idlwave-highlight-linked-completions):
28780 * textmodes/po.el (po-find-file-coding-system-guts):
28781 Replace `assoc-ignore-case' by `assoc-string'.
28782
28783 2005-05-06 Eli Zaretskii <eliz@gnu.org>
28784
28785 * files.el (locate-file): Doc fix.
28786
28787 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
28788 Remove the redundant test for ms-dos.
28789
28790 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
28791 look for the preprocessor with exec-suffixes. If not found in
28792 standard places, look in exec-path. Remove most of the tests that
28793 used system-type.
28794
28795 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
28796
28797 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
28798
28799 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
28800 file-name clash with jka-compr.el on 8+3 filesystems.
28801
28802 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
28803
28804 * term/mac-win.el: Don't define or bind scroll bar functions if
28805 x-toolkit-scroll-bars is t.
28806 (x-select-text, x-get-selection-value): Clear
28807 x-last-selected-text-clipboard if x-select-enable-clipboard is
28808 nil.
28809 (PRIMARY): Put mac-scrap-name property.
28810 (mac-select-convert-to-file-url): New function.
28811 (public.file-url): New selection target type. Add to
28812 selection-converter-alist.
28813 (x-get-selection, x-selection-value): Handle it.
28814 (x-cut-buffer-or-selection-value): New alias.
28815
28816 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
28817
28818 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
28819 entry to avoid calling bibtex-find-entry with arg global
28820 being t. Remove arg key.
28821 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
28822 (bibtex-copy-summary-as-kill): Change accordingly.
28823
28824 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
28825
28826 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
28827 (org-agenda-date-later): Use with-current-buffer.
28828
28829 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
28830
28831 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
28832 (define-obsolete-variable-alias): Doc Fixes.
28833
28834 2005-05-06 Kim F. Storm <storm@cua.dk>
28835
28836 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
28837 vertical-motion when selective-display is active.
28838
28839 * ido.el (ido-setup-hook): New hook.
28840 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
28841 (ido-input-stack): New var.
28842 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
28843 ido-next-work-file binding to M-O.
28844 Bind M-f to ido-wide-find-file-or-pop-dir.
28845 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
28846 (ido-read-internal): Run ido-setup-hook.
28847 Catch quit in read-file-name and read-string to cancel edit.
28848 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
28849 Automatically pop-all when completing a directory name (RET).
28850 (ido-file-internal): Add with-no-warnings around ffap and dired code.
28851 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
28852 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
28853 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
28854 New functions for M-b/M-f to move among the directory components.
28855 (ido-make-merged-file-list): Catch quit to cancel merge.
28856 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
28857 (ido-completion-help): No warnings for ido-completion-buffer-full.
28858
28859 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
28860
28861 * font-lock.el (font-lock-negation-char-face): New face and variable.
28862 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
28863 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
28864 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
28865 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
28866
28867 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
28868
28869 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
28870 Fix typo in docstring.
28871
28872 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
28873 (ebrowse-print-statistics-line)
28874 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
28875
28876 * term/w32-win.el (image-library-alist): Add additional name for
28877 Xpm library.
28878
28879 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
28880
28881 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
28882 use gcc instead of cpp.
28883
28884 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
28885 (gdb-create-define-alist): Use it.
28886 (gdb-cpp-define-alist-program): Update for MS-DOS.
28887
28888 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
28889
28890 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
28891
28892 2005-05-04 Richard M. Stallman <rms@gnu.org>
28893
28894 * help.el (describe-key): No error when UNTRANSLATED is nil.
28895
28896 * simple.el (line-move-1): Fix previous change to signal errors
28897 appropriately.
28898
28899 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
28900
28901 * calendar/icalendar.el (icalendar-version): Now at 0.12.
28902 (icalendar-duration-correction): Remove.
28903 (icalendar--get-event-properties): Split result at commas.
28904 (icalendar--decode-isoduration): New optional argument
28905 DURATION-CORRECTION.
28906 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
28907 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
28908 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
28909 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
28910 (icalendar--convert-anniversary-to-ical): New functions, extracted
28911 from icalendar-export-region, with bug fixes.
28912 (icalendar-export-region): Use the above functions.
28913 (icalendar-import-buffer): Check before saving diary file.
28914 (icalendar--convert-recurring-to-diary)
28915 (icalendar--convert-non-recurring-all-day-to-diary)
28916 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
28917 extracted from icalendar--convert-ical-to-diary, with bug fixes.
28918 (icalendar--convert-ical-to-diary): Use the above functions.
28919
28920 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
28921
28922 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
28923 Remove these recent additions.
28924 (c-mode): Restore to before 2005-04-28.
28925
28926 * progmodes/cc-vars.el (cc-define-list-program): Remove this
28927 recent addition.
28928
28929 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
28930 (gdb-define-alist): New variables.
28931 (gdb-create-define-alist): New function.
28932 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
28933 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
28934 with string-to-number.
28935 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
28936
28937 * progmodes/gud.el: Replace string-to-int with string-to-number.
28938 (gud-find-file): Handle gdb-define-alist.
28939
28940 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
28941
28942 2005-05-02 Jay Belanger <belanger@truman.edu>
28943
28944 * calc/calc-aent.el (math-read-token):
28945 * calc/calc-bin.el (calc-word-size):
28946 * calc/calc-ext.el (calc-read-number-fancy):
28947 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
28948 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
28949 * calc/calc-frac.el (calc-over-notation):
28950 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
28951 (calc-graph-num-points, calc-graph-init):
28952 * calc/calc-prog.el (calc-read-parse-table-part)
28953 (calc-edit-macro-repeats):
28954 * calc/calc-yank.el (calc-do-grab-rectangle):
28955 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
28956 Replace `string-to-int' by `string-to-number'.
28957
28958 2005-05-02 Kim F. Storm <storm@cua.dk>
28959
28960 * kmacro.el: Use executing-kbd-macro-index variable.
28961
28962 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
28963
28964 * net/rlogin.el (rlogin-parse-words): Delete func.
28965 (rlogin): Use split-string, not rlogin-parse-words.
28966 Also, if there are option-like elements in the parsed args,
28967 take the host to be the first arg immediately following them.
28968 Suggested by Michael Mauger.
28969
28970 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
28971
28972 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
28973
28974 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28975
28976 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
28977 (cc-mode-cpp-program): Rename to cc-define-list-program and
28978 move to cc-vars.el.
28979
28980 * progmodes/cc-vars.el (cc-define-list-program):
28981 Change to "gcc -E -dM -". Make customizable.
28982
28983 2005-05-02 Kim F. Storm <storm@cua.dk>
28984
28985 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
28986
28987 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
28988
28989 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
28990
28991 * international/mule-util.el (truncate-string): Remove alias and
28992 obsolete declaration.
28993
28994 * international/mule-cmds.el (update-iso-coding-systems):
28995 Remove alias and obsolete declaration.
28996
28997 * international/mule.el (coding-system-parent): Remove alias and
28998 obsolete declaration.
28999
29000 * subr.el (define-function, sref): Remove aliases and obsolete
29001 declarations.
29002 (chars-in-region): Remove obsolete declaration.
29003
29004 2005-05-01 Richard M. Stallman <rms@gnu.org>
29005
29006 * info.el (Info-mode): Set widen-automatically to nil, locally.
29007
29008 * simple.el (widen-automatically): New variable.
29009 (pop-global-mark): Obey widen-automatically.
29010
29011 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
29012
29013 * term/xterm.el (function-key-map): Call substitute-key-definition
29014 before the keymap size is increased by a lot of define-key calls.
29015
29016 2005-05-01 Richard M. Stallman <rms@gnu.org>
29017
29018 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
29019 Rename ARG to ELEMENT. Doc fix.
29020
29021 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29022
29023 * allout.el (allout-exposure): Remove macro and obsolete declaration.
29024 Remove references to allout-exposure/change to allout-new-exposure.
29025
29026 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
29027 bytecode symbols.
29028
29029 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
29030 (compiled-function-p, focus-frame, unfocus-frame):
29031 Remove aliases and obsolete declarations.
29032 Back out inadvertent changes from previous commit.
29033
29034 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
29035
29036 * files.el (require-final-newline): Make Custom tags consistent
29037 with mode-require-final-newline.
29038 (mode-require-final-newline): Doc fix.
29039
29040 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
29041
29042 * international/latexenc.el (latexenc-find-file-coding-system):
29043 Fix regular expressions.
29044
29045 2005-05-01 David Kastrup <dak@gnu.org>
29046
29047 * international/latexenc.el (latexenc-find-file-coding-system):
29048 Fix regular expressions.
29049
29050 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
29051
29052 * subr.el (string-to-int): Make obsolete.
29053
29054 2005-04-30 Richard M. Stallman <rms@gnu.org>
29055
29056 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
29057
29058 * loadup.el: load jka-comp-hook.
29059
29060 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
29061 (jka-compr-handler): Add autoload. `put' calls moved
29062 to jka-comp-hook.el.
29063 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
29064 (jka-compr-inhibit): Autoload.
29065
29066 * jka-comp-hook.el: New file.
29067 Enable the mode by default.
29068
29069 * files.el (backup-buffer-copy): Use copy-file instead
29070 of write-region, and put back the 'excl.
29071
29072 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
29073
29074 * progmodes/flymake.el (flymake-split-string)
29075 (flymake-split-string, flymake-log, flymake-pid-to-names)
29076 (flymake-reg-names, flymake-get-source-buffer-name)
29077 (flymake-unreg-names, flymake-add-line-err-info)
29078 (flymake-add-err-info): Clarify docstrings.
29079 (flymake-popup-menu, flymake-make-emacs-menu)
29080 (flymake-make-xemacs-menu): Add docstrings.
29081 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
29082 Set variables directly throughout.
29083
29084 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
29085
29086 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
29087 exists. Initialize cc-define-alist.
29088 (c-mode): Add cc-create-define-alist locally to after-save-hook.
29089 If there is no file (Macroexpansion) don't create an alist.
29090
29091 2005-04-29 Sam Steingold <sds@gnu.org>
29092
29093 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
29094 (cc-create-define-alist): Use it instead of the hard-coded string.
29095
29096 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
29097
29098 * international/mule-conf.el (file-coding-system-alist): Fix regexp
29099 for latexenc.
29100
29101 2005-04-29 Lute Kamstra <lute@gnu.org>
29102
29103 * emacs-lisp/generic.el: Improve commentary section.
29104 (define-generic-mode): Improve docstring.
29105
29106 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
29107
29108 * textmodes/org.el (many places): Change to quiet the byte compiler.
29109 (org-prefix-format-compiled): New variable.
29110 (org-compile-prefix-format): New function.
29111 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
29112 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
29113 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
29114 (org-get-entries-from-diary): Use `org-get-time-of-day' for
29115 consistency with entries from `org-mode' files.
29116 (org-get-time-of-day): Fix bug with partial matches early in a line.
29117 (org-non-link-chars): New constant.
29118 (org-link-regexp): Respect `org-non-link-chars'.
29119 (org-agenda-day-view): Remove command.
29120 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
29121 (org-follow-bbdb-link, org-store-link): Search also company field.
29122 (org-highlight-overlay): New variable.
29123 (org-highlight, org-unhighlight): New functions.
29124 (org-agenda-mode): Add pre-command-hook to remove highlight.
29125 (org-evaluate-time-range): Behavior depends upon whether time stamp
29126 contains a time or not.
29127 (org-show-subtree, org-show-entry): New functions.
29128 (org-agenda-cleanup-fancy-diary): Remove empty lines.
29129
29130 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
29131
29132 * comint.el (comint-output-filter-functions): Add autoload cookie.
29133
29134 2005-04-28 Kim F. Storm <storm@cua.dk>
29135
29136 * ido.el (ido-everywhere): Fix last change.
29137
29138 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
29139
29140 * international/latexenc.el: New file.
29141 * international/mule-conf.el (file-coding-system-alist): For .tex,
29142 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
29143
29144 2005-04-28 Lute Kamstra <lute@gnu.org>
29145
29146 * font-lock.el (font-lock-add-keywords)
29147 (font-lock-remove-keywords): Clarify docstring.
29148 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
29149 Don't start docstrings with a `*'.
29150 (font-lock-update-removed-keyword-alist): Give it a docstring.
29151
29152 * generic-x.el: Update commentary section.
29153 Only require font-lock when compiling.
29154 Define all modes conditionally.
29155 Place all generic modes in the generic-x-modes customization group.
29156 (generic-x-modes): New customization group.
29157 (generic-default-modes, generic-mswindows-modes)
29158 (generic-unix-modes, generic-other-modes): New constants.
29159 (generic-define-mswindows-modes, generic-define-unix-modes):
29160 Update docstrings. Make them obsolete.
29161 (generic-extras-enable-list): New default value. Update docstring.
29162 Improve :type. Change :set function.
29163 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
29164 Fix docstring.
29165
29166 * emacs-lisp/generic.el (generic-mode-internal):
29167 Simplify font-lock-defaults.
29168 (define-generic-mode): Fix docstring.
29169
29170 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
29171
29172 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
29173 font-lock-face property to highlight matches.
29174
29175 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
29176
29177 * progmodes/cc-mode.el (cc-create-define-alist): New function.
29178 (cc-define-alist): New variable.
29179 (c-mode): Make it local and initialize it.
29180
29181 * progmodes/gdb-ui.el (gdb-active-process): New variable.
29182 (gdb-exited): New function.
29183 (gdb-annotation-rules): Use it.
29184 (gdb-starting): Set gdb-active-process to t.
29185 (gdb-stopping): Amend doc string.
29186 (gdb-reset): Set gdb-active-process to nil.
29187
29188 * tooltip.el (tooltip-gud-tips): Show the associated #define
29189 directives when a C program under GDB is not executing.
29190
29191 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
29192
29193 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
29194 font-lock-fontify-syntactic-keywords.
29195
29196 * font-lock.el (font-lock-default-fontify-region): Don't force
29197 parse-sexp-lookup-properties to nil.
29198
29199 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
29200
29201 * man.el (man-mode-syntax-table): Set up `:' to have
29202 word-constituent syntax.
29203
29204 2005-04-27 Lute Kamstra <lute@gnu.org>
29205
29206 * novice.el (disable-command): Don't add spurious newlines to the
29207 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
29208
29209 2005-04-26 Jay Belanger <belanger@truman.edu>
29210
29211 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
29212 than one window before deleting window.
29213
29214 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
29215
29216 * shell.el (shell-prompt-pattern): Doc fix.
29217 (shell-mode): Set paragraph-separate buffer locally to "\\'".
29218
29219 * comint.el (comint-prompt-regexp, comint-get-old-input)
29220 (comint-use-prompt-regexp)
29221 (comint-use-prompt-regexp-instead-of-fields)
29222 (comint-replace-by-expanded-history, comint-send-input)
29223 (comint-output-filter, comint-get-old-input-default)
29224 (comint-line-beginning-position, comint-bol, comint-show-output)
29225 (comint-backward-matching-input, comint-forward-matching-input)
29226 (comint-next-prompt, comint-previous-prompt):
29227 Rename `comint-use-prompt-regexp-instead-of-fields' to
29228 `comint-use-prompt-regexp'. Keep old name as alias and declare
29229 obsolete.
29230 (comint-use-prompt-regexp): Shorten first line of doc string.
29231
29232 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
29233 Set paragraph-separate buffer locally to "\\'".
29234
29235 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
29236 Adapt to above name change.
29237
29238 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
29239 (smbclient-prompt-regexp): Ditto.
29240
29241 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
29242
29243 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
29244
29245 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
29246 gdb-location-list.
29247 Break lines that are over 80 characters wide.
29248
29249 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
29250
29251 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
29252 New fun and var, to preserve compatibility.
29253
29254 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
29255
29256 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
29257
29258 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
29259 name to file-newer-than-file-p.
29260
29261 2005-04-26 Richard M. Stallman <rms@gnu.org>
29262
29263 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
29264
29265 * progmodes/python.el (python-mode):
29266 Use new name eldoc-documentation-function.
29267
29268 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
29269
29270 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
29271 (eldoc-documentation-function):
29272 Rename from eldoc-print-current-symbol-info-function. Calls changed.
29273
29274 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
29275
29276 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
29277
29278 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29279
29280 * term/xterm.el (function-key-map): Fix strings for
29281 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
29282 {C,S,A,C-S}-{f1-f12}.
29283
29284 2005-04-26 Kenichi Handa <handa@m17n.org>
29285
29286 * international/mule-cmds.el (select-safe-coding-system):
29287 Fix previous change.
29288
29289 2005-04-26 Lute Kamstra <lute@gnu.org>
29290
29291 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
29292
29293 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
29294 (font-lock-comment-delimiter-face): Ditto.
29295
29296 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
29297
29298 2005-04-25 Jay Belanger <belanger@truman.edu>
29299
29300 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
29301 to t while inserting information; use help-mode.
29302
29303 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
29304
29305 * term.el (ansi-term-color-vector): Use the xterm colors.
29306 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
29307
29308 2005-04-25 Lute Kamstra <lute@gnu.org>
29309
29310 * font-core.el (font-lock-defaults): Fix docstring.
29311
29312 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
29313
29314 2005-04-25 Kenichi Handa <handa@m17n.org>
29315
29316 * international/mule-cmds.el (select-safe-coding-system):
29317 Don't check consistency with coding: spec, etc if raw-text or
29318 no-conversion was found to be safe.
29319
29320 2005-04-24 Richard M. Stallman <rms@gnu.org>
29321
29322 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
29323 citation markers at start of each line.
29324
29325 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
29326 citation markers at start of each line.
29327
29328 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
29329
29330 * files.el (mode-require-final-newline): Fix previous change.
29331 (require-final-newline): Fix type label.
29332
29333 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
29334
29335 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
29336 statement in buffer (broken by 2004-11-24 change).
29337
29338 2005-04-24 Kim F. Storm <storm@cua.dk>
29339
29340 * ido.el (ido-everywhere): Save and restore old read-buffer-function
29341 and read-file-name-function values. Don't overwrite existing
29342 non-nil values if ido-mode is enabled without ido-everywhere.
29343
29344 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
29345
29346 * files.el (mode-require-final-newline): Minor doc fix.
29347
29348 2005-04-24 Eli Zaretskii <eliz@gnu.org>
29349
29350 * subr.el (syntax-after): Doc fix.
29351 (syntax-class): If argument is nil, return nil. Mask off upper 16
29352 bits, not 8 bits.
29353
29354 * files.el (mode-require-final-newline): Doc fix.
29355 (backup-buffer-copy): Fix last change.
29356
29357 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29358
29359 * term/mac-win.el: Require select. Set selection-coding-system to
29360 mac-system-coding-system. Call menu-bar-enable-clipboard.
29361 (x-last-selected-text-clipboard, x-last-selected-text-primary)
29362 (x-select-enable-clipboard): New variables.
29363 (x-select-text, x-get-selection, x-selection-value)
29364 (x-get-selection-value, mac-select-convert-to-string)
29365 (mac-services-open-file, mac-services-open-selection)
29366 (mac-services-insert-text): New functions.
29367 (CLIPBOARD, FIND): Put mac-scrap-name property.
29368 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
29369 (public.tiff): Put mac-ostype property.
29370 (selection-converter-alist): Add entries for them.
29371 (mac-application-menu-map): New keymap.
29372 (interprogram-cut-function, interprogram-paste-function): Set to
29373 x-select-text and x-get-selection-value, respectively.
29374 (split-window-keep-point): Set to t.
29375
29376 2005-04-23 Richard M. Stallman <rms@gnu.org>
29377
29378 * files.el (read-directory-name): Always pass non-nil
29379 DEFAULT-FILENAME arg to read-file-name.
29380 (backup-buffer-copy, basic-save-buffer-2): Take care against
29381 writing thru an unexpected existing symlink.
29382 (revert-buffer): In indirect buffer, revert the base buffer.
29383 (magic-mode-alist): Doc fix.
29384 (buffer-stale-function): Doc fix.
29385 (minibuffer-with-setup-hook): Avoid warning.
29386 (mode-require-final-newline): Doc and custom fix.
29387
29388 * follow.el (follow-end-of-buffer): Use with-no-warnings.
29389
29390 * font-lock.el (font-lock-comment-face): On terminals with few colors,
29391 use the default appearance.
29392 (font-lock-comment-delimiter-face): New face, new variable.
29393
29394 * imenu.el (imenu--generic-function): The official position of a
29395 definition is the start of the line that BEG is in.
29396
29397 * midnight.el (midnight-timer): Move defvar up.
29398
29399 * mouse.el (mouse-drag-region-1): Delete some debugging code.
29400
29401 * saveplace.el (save-place-to-alist): Use with-no-warnings.
29402
29403 * startup.el (command-line): Use with-no-warnings.
29404
29405 * window.el (window-size-fixed): New defvar.
29406
29407 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
29408
29409 * mail/rmail.el (rmail-font-lock-keywords):
29410 Use font-lock-comment-delimiter-face.
29411
29412 * mail/sendmail.el (mail-font-lock-keywords):
29413 Use font-lock-comment-delimiter-face.
29414
29415 * progmodes/compile.el (next-error-highlight-timer): New defvar.
29416
29417 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
29418
29419 * progmodes/compile.el (compilation-mode-font-lock-keywords):
29420 Specify t for LAXMATCH when matching directories.
29421 Save match data around compilation-compat-error-properties form.
29422
29423 2005-04-23 David Kastrup <dak@gnu.org>
29424
29425 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
29426 Mention that the autoloaded aliases should be kept for AUCTeX.
29427
29428 2005-04-23 Andreas Schwab <schwab@suse.de>
29429
29430 * isearch.el (isearch-forward): Doc fix.
29431
29432 2005-04-23 Eli Zaretskii <eliz@gnu.org>
29433
29434 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
29435 (jit-lock-stealth-nice): Change default value to 0.5.
29436
29437 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
29438
29439 * abbrev.el (write-abbrev-file): Write table entries in
29440 alphabetical order by table name.
29441
29442 2005-04-22 Kim F. Storm <storm@cua.dk>
29443
29444 * ido.el (ido-read-internal): Fix `list' completion.
29445
29446 2005-04-22 Kenichi Handa <handa@m17n.org>
29447
29448 * recentf.el (recentf-save-file-coding-system): New variable.
29449 (recentf-save-list): Encode the file by
29450 recentf-save-file-coding-system and add coding: tag.
29451
29452 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
29453
29454 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
29455
29456 2005-04-21 Lute Kamstra <lute@gnu.org>
29457
29458 * loadhist.el (unload-feature): Don't remove a function from hooks
29459 if it is about to be restored to an autoload . Remove functions
29460 that will become unbound from auto-mode-alist. Simplify the code.
29461
29462 * subr.el (assq-delete-all): New implementation that is linear,
29463 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
29464 (rassq-delete-all): New function.
29465
29466 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29467 Add size-indication-mode.
29468
29469 2005-04-21 Kenichi Handa <handa@m17n.org>
29470
29471 * international/mule-cmds.el: Add autoload for widget-value in
29472 eval-when-compile.
29473
29474 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
29475
29476 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
29477 Add tooltip-mode.
29478
29479 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
29480
29481 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
29482
29483 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
29484 (inferior-lisp-filter-regexp, inferior-lisp-program)
29485 (inferior-lisp-load-command, inferior-lisp-prompt)
29486 (inferior-lisp-mode-hook, lisp-source-modes)
29487 (inferior-lisp-load-hook): defvar->defcustom.
29488 (inferior-lisp-program, inferior-lisp-prompt)
29489 (inferior-lisp-load-hook): Doc fixes.
29490 (inferior-lisp-install-letter-bindings): Small change in
29491 introductory comment.
29492
29493 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
29494
29495 * vc.el (vc-annotate-color-map): Change some colors so that text
29496 using them as foreground is readable on both white and black
29497 backgrounds.
29498
29499 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
29500
29501 * international/mule-conf.el (translation-table-for-input):
29502 Remove redundant declaration.
29503
29504 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29505
29506 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
29507
29508 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
29509 (tooltip-toggle-gud-tips): New function.
29510
29511 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29512
29513 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
29514 right angle brackets.
29515
29516 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
29517
29518 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
29519
29520 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
29521
29522 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
29523 Remove. Update callers to use expand-file-name instead.
29524
29525 * subr.el (syntax-class): New function.
29526
29527 * simple.el (blink-matching-open): Use it.
29528
29529 * paren.el (show-paren-function): Use it to recognize parens that are
29530 also used in 2-char comment markers.
29531
29532 2005-04-19 Lute Kamstra <lute@gnu.org>
29533
29534 * loadhist.el (unload-feature): Update for new format of
29535 load-history. Simplify the code.
29536
29537 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29538
29539 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
29540 (mac-add-charset-info): New function. Initialize variable
29541 mac-charset-info-alist using it.
29542 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
29543 for translation.
29544 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
29545 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
29546 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
29547 New CCL programs.
29548
29549 2005-04-19 Kim F. Storm <storm@cua.dk>
29550
29551 * simple.el (next-buffer, prev-buffer, next-error)
29552 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29553 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
29554
29555 * bindings.el (next-buffer, prev-buffer, next-error)
29556 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
29557 (clone-indirect-buffer-other-window): Move bindings from simple.el.
29558 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
29559 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
29560
29561 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
29562
29563 * isearch.el (isearch-edit-string): Make the search-ring available for
29564 minibuffer history commands.
29565 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
29566 the default history commands now work just as well.
29567 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
29568
29569 2005-04-18 Kim F. Storm <storm@cua.dk>
29570
29571 * emulation/cua-base.el (cua--pre-command-handler): Add more
29572 elaborate check for shift modifier on non-window systems.
29573
29574 2005-04-18 Lars Hansen <larsh@math.ku.dk>
29575
29576 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
29577
29578 2005-04-18 Kim F. Storm <storm@cua.dk>
29579
29580 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
29581 and make it optional. Don't test tooltip-gud-echo-area here.
29582 (tooltip-gud-process-output, gdb-tooltip-print):
29583 Pass tooltip-gud-echo-area to tooltip-show.
29584 (tooltip-help-tips): Remove second optional arg to tooltip-show.
29585
29586 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29587
29588 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
29589 `display-graphic-p' may not be bound yet.
29590
29591 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
29592
29593 * startup.el (command-line): No longer enable Xterm Mouse mode by
29594 default in terminals compatible with xterm.
29595
29596 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
29597
29598 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
29599
29600 * tooltip.el (tooltip-gud-echo-area): Rename from
29601 tooltip-use-echo-area.
29602 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
29603 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
29604 area independently of where help tooltips are displayed.
29605
29606 2005-04-17 David Kastrup <dak@gnu.org>
29607
29608 * cus-theme.el (custom-theme-write-variables): Quote variables
29609 where necessary.
29610
29611 2005-04-17 Richard M. Stallman <rms@gnu.org>
29612
29613 * simple.el (yank-excluded-properties): Add follow-link to value.
29614
29615 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
29616
29617 * startup.el (fancy-splash-max-time): Just 30 seconds.
29618 (fancy-splash-delay): Just 7.
29619 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
29620
29621 * loadhist.el (unload-feature): Update for new format of load-history.
29622 Simplify the code.
29623
29624 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
29625 (rmail-font-lock-keywords): Don't fontify the text of a citation.
29626
29627 * mail/sendmail.el (mail-font-lock-keywords):
29628 Don't fontify subject text.
29629 Don't fontify the text of a citation.
29630
29631 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
29632
29633 * comint.el (comint-output-filter): Run comint-output-filter-functions
29634 with point where the user had it.
29635
29636 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
29637
29638 * international/ucs-tables.el (ucs-set-table-for-input):
29639 Disable when using unify-on-decoding.
29640
29641 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
29642
29643 * emulation/cua-base.el (cua-global-mark-face): Add special case
29644 for displays supporting a high number of colors.
29645
29646 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
29647
29648 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
29649
29650 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
29651
29652 * filesets.el (filesets-add-buffer): If user supplies a name of a
29653 non-existing fileset, create a new fileset.
29654
29655 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
29656
29657 * textmodes/org.el (org-up-heading-all): Fix bug with
29658 `outline-up-heading-all'.
29659
29660 2005-04-16 Andreas Schwab <schwab@suse.de>
29661
29662 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
29663 /etc/permissions.d/* and /etc/aliases.d/*.
29664
29665 2005-04-16 Kenichi Handa <handa@m17n.org>
29666
29667 * international/code-pages.el (cp-make-coding-system):
29668 Set `translation-table-for-input' property value to the symbol
29669 ucs-mule-to-mule-unicode, not to that value.
29670 (pt154): Escape guillemet by `\'.
29671
29672 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
29673
29674 * loadup.el: Load tooltip if x-show-tip is fboundp.
29675
29676 * startup.el (command-line): Add comment.
29677
29678 * tooltip.el (tooltip-mode): Specify correct standard value for
29679 Custom in init-value.
29680
29681 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
29682
29683 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
29684 possible.
29685
29686 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
29687
29688 * textmodes/org.el (org-agenda-date-prompt): Rename from
29689 `org-agenda-date-today'.
29690 (org-evaluate-time-range): Insert at point instead of directly
29691 after time range.
29692 (org-first-headline-recenter, org-subtree-end-visible-p)
29693 (org-optimize-window-after-visibility-change): New functions
29694 (org-agenda-post-command-hook): Don't allow point at end of line,
29695 to make sure it always hits the text properties.
29696 (org-agenda-next-date-line, org-agenda-previous-date-line):
29697 New commands.
29698 (org-set-regexps-and-options): Category may contain white space.
29699 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29700 Improve marker positions.
29701 (org-agenda-new-marker): Argument POS made optional.
29702 (org-agenda-get-timestamps): Deadlines which are done are listed
29703 in org-done-face now.
29704 (org-agenda-get-todos, org-agenda-get-timestamps)
29705 (org-agenda-get-deadlines, org-agenda-get-scheduled):
29706 Set `undone-face' and `done-face' properties.
29707 (org-last-todo-state-is-todo): New variable.
29708 (org-todo): Set `org-last-todo-state-is-todo'.
29709 (org-agenda-todo): Change face according to
29710 `org-last-todo-state-is-todo'. And change other lines referring to
29711 the same entry.
29712 (org-calendar-goto-agenda): New command.
29713 (org-calendar-to-agenda-key): New option.
29714 (org-startup-folded): New allowed value `content'.
29715 (org-set-regexps-and-options): Accept new value `content' for
29716 `org-startup-folded'.
29717 (org-get-current-options): Handle new value `content' for
29718 `org-startup-folded'.
29719 (org-insert-todo-heading): New command.
29720 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
29721 interactively in empty file and option
29722 `org-insert-mode-line-in-empty-file' has been set.
29723 (org-agenda-todo, org-agenda-priority): Modify to use
29724 `org-agenda-change-all-lines'.
29725 (org-warning-face): Change color on dark background
29726
29727 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29728
29729 * international/mule-cmds.el (set-locale-environment): On Mac OS,
29730 use preferences AppleLocale and AppleLanguages, and variable
29731 mac-system-locale for default locale. On Mac OS Classic, use
29732 mac-system-coding-system for default coding systems.
29733
29734 * term/mac-win.el: Don't set file-name-coding-system.
29735 Decode variables system-name, emacs-build-system, user-login-name, and
29736 user-full-name by mac-system-coding-system on Mac OS Classic.
29737 (mac-system-coding-system): New variable.
29738
29739 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
29740
29741 * startup.el (command-line): Handle `xterm-mouse-mode' before
29742 reading init file.
29743
29744 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
29745
29746 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
29747
29748 * progmodes/sh-script.el (sh-here-document-word): Make it a
29749 defcustom. Doc fix.
29750 (sh-add): Bash uses $(( )) for arithmetic.
29751 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
29752 (sh-maybe-here-document): Remove quotes and leading whitespace
29753 from heredoc word when closing. Indent heredoc with tabs if word
29754 starts with "-".
29755
29756 2005-04-13 Richard M. Stallman <rms@gnu.org>
29757
29758 * simple.el (undo): Fix previous change.
29759
29760 * custom.el (defface): Doc fix.
29761
29762 2005-04-13 Lute Kamstra <lute@gnu.org>
29763
29764 * Makefile.in (DONTCOMPILE): Remove list.
29765 (compile, compile-always): Don't use DONTCOMPILE.
29766 (update-authors): Load the library in which batch-update-authors
29767 is defined.
29768 * makefile.w32-in (DONTCOMPILE): Remove list.
29769 (compile, compile-always): Fix comments.
29770 (update-authors): Load the library in which batch-update-authors
29771 is defined.
29772
29773 * generic-x.el (generic-mode-ini-file-find-file-hook):
29774 Rename to ini-generic-mode-find-file-hook.
29775 Keep generic-mode-ini-file-find-file-hook as an alias.
29776 (ini-generic-mode-find-file-hook): Rename from
29777 generic-mode-ini-file-find-file-hook. Fix docstring.
29778 (ini-generic-mode): Docstring change.
29779 (bat-generic-mode-run-as-comint): Silence the byte compiler.
29780
29781 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
29782 called from lisp.
29783
29784 * generic.el: Move to the emacs-lisp subdir.
29785
29786 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
29787
29788 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
29789 and C-S- function and cursor motion keys.
29790
29791 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
29792
29793 * startup.el (command-line): Enable Xterm Mouse mode by default.
29794 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
29795 for Custom. No longer show "Mouse" in mode line when enabled.
29796 Doc fix.
29797
29798 2005-04-12 Kim F. Storm <storm@cua.dk>
29799
29800 * emulation/cua-base.el (cua-rectangle-face)
29801 (cua-rectangle-noselect-face): Define face attributes here.
29802
29803 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
29804
29805 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29806
29807 * startup.el (command-line): Turn off blinking cursor if
29808 cursorBlink in resources is off or false.
29809
29810 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
29811
29812 * term/mac-win.el (dnd): Require dnd.
29813 (mac-drag-n-drop): Call dnd-handle-one-url.
29814 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
29815 (kTextEncodingISOLatin2): Remove constants.
29816 (mac-script-code-coding-systems): New constant.
29817 (mac-handle-language-change): New function.
29818 (special-event-map): Bind it to `language-change' event.
29819 (mac-centraleurroman, mac-cyrillic): New coding systems.
29820 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
29821 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
29822 and mac-cyrillic-encoder to encode-mac-centraleurroman and
29823 encode-mac-cyrillic, respectively.
29824
29825 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29826
29827 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
29828 Don't set overlay-arrow-string to "=>" as this is done
29829 globally in C now.
29830
29831 2005-04-12 Lute Kamstra <lute@gnu.org>
29832
29833 * generic-x.el (rc-generic-mode, rul-generic-mode):
29834 Fix auto-mode-alist entries.
29835 (etc-fstab-generic-mode): Tweak fontification.
29836
29837 * generic.el (generic-make-keywords-list): Fix docstring.
29838 (generic-mode-internal): Simplify generic-font-lock-keywords.
29839
29840 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29841
29842 * whitespace.el (whitespace-buffer-leading)
29843 (whitespace-buffer-trailing): Revert the incorrect test inversion.
29844 However, fix the highlight area for the leading and
29845 trailing whitespaces to show space.
29846
29847 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
29848
29849 * whitespace.el (whitespace-version): Bump to 3.5
29850
29851 (whitespace-buffer-leading, whitespace-buffer-trailing):
29852 Invert sense of the test to highlight the whitespace.
29853
29854 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29855
29856 * progmodes/gud.el (gud-display-line): GUD uses its own
29857 overlay arrow now so don't set overlay-arrow-string.
29858 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
29859
29860 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
29861
29862 * term.el (term-ansi-current-bold, term-ansi-current-underline)
29863 (term-ansi-current-reverse, term-ansi-current-invisible)
29864 (term-ansi-face-already-done): Change to boolean.
29865 (term-reset-terminal, term-handle-colors-array): Handle the above
29866 vars accordingly.
29867 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
29868 (term-emulate-terminal): Use the new name.
29869
29870 * faces.el (secondary-selection): Use yellow1, not yellow.
29871 (trailing-whitespace): Use red1, not red.
29872
29873 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
29874
29875 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
29876 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
29877 (dired-dnd-handle-file): Call dnd-get-local-file-uri
29878
29879 * cus-edit.el (dnd): New group.
29880
29881 * term/w32-win.el (dnd): Require dnd
29882 (w32-drag-n-drop): Call dnd-handle-one-url.
29883
29884 * x-dnd.el: Require dnd.
29885 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
29886 Call dnd-handle-one-url.
29887 (x-dnd-types-alist, x-dnd-insert-utf8-text)
29888 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
29889 to dnd-insert-text.
29890 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
29891 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
29892 (x-dnd-get-local-file-name, x-dnd-open-local-file)
29893 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
29894
29895 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
29896
29897 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
29898
29899 * wdired.el: Doc fixes.
29900 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
29901 (wdired-use-dired-vertical-movement): Rename from
29902 wdired-always-move-to-filename-beginning.
29903 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
29904 (wdired-change-to-wdired-mode): Change mode name.
29905 (wdired-newline): Delete.
29906
29907 2005-04-11 Richard M. Stallman <rms@gnu.org>
29908
29909 * whitespace.el (whitespace-highlight-the-space):
29910 Don't call whitespace-unhighlight-the-space here.
29911
29912 * simple.el (undo): Record t in undo-equiv-table
29913 for the redo record made by an undo-in-region.
29914
29915 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
29916
29917 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
29918 (gdb-frame-inferior-io-buffer): New Functions to control
29919 display of separate IO buffer.
29920 (menu): Add them to menu-bar.
29921 (gdb-display-buffer): Check for buffer another frame.
29922 Protect GUD buffer.
29923 (gdb-setup-windows): Create IO buffer if not already there.
29924 (gdb-memory-mode): Remove purecopy noops.
29925
29926 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
29927
29928 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
29929 and pass to self-insert-command.
29930
29931 2005-04-11 Lute Kamstra <lute@gnu.org>
29932
29933 * generic.el: Commentary section cleanup.
29934 (generic): Delete.
29935 (generic-use-find-file-hook, generic-lines-to-scan)
29936 (generic-find-file-regexp, generic-ignore-files-regexp)
29937 (default-generic-mode, generic-mode-find-file-hook)
29938 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
29939 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
29940 (generic-use-find-file-hook, generic-lines-to-scan)
29941 (generic-find-file-regexp, generic-ignore-files-regexp)
29942 (default-generic-mode, generic-mode-find-file-hook)
29943 (generic-mode-ini-file-find-file-hook): Move from generic.el.
29944
29945 2005-04-10 Karl Fogel <kfogel@red-bean.com>
29946
29947 * bookmark.el (bookmark-write-file): Catch errors writing file.
29948 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
29949
29950 2005-04-10 Richard M. Stallman <rms@gnu.org>
29951
29952 * startup.el (fancy-splash-tail): Update copyright year.
29953 (command-line): Split part of -Q into -D.
29954 (emacs-basic-display): New defvar.
29955 (fancy-splash-text): Correct name of menu item.
29956
29957 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
29958
29959 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
29960 lines in one node.
29961
29962 * comint.el (comint-send-input): New arg ARTIFICIAL.
29963 Callers in this file changed.
29964
29965 * abbrev.el (define-abbrevs): Read system abbrevs properly.
29966
29967 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
29968
29969 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
29970
29971 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
29972 `ldap-search-internal'.
29973
29974 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29975
29976 * files.el (set-auto-mode-1): Use line-end-position.
29977
29978 * international/latin-1.el:
29979 * international/latin-2.el:
29980 * international/latin-3.el:
29981 * international/latin-4.el:
29982 * international/latin-5.el:
29983 * international/latin-8.el:
29984 * international/latin-9.el: Give punctuation syntax to NBSP.
29985
29986 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
29987 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
29988 Use char-classes to accept non-ascii letters, accepted in some recent
29989 bibtex implementations.
29990
29991 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
29992
29993 * custom.el (custom-set-minor-mode): Any non-nil value for the
29994 variable should enable the mode when set through Custom.
29995
29996 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
29997
29998 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
29999 TAB binding so tab-always-indent is obeyed.
30000 (vhdl-minibuffer-local-map): Move initialization into declaration.
30001 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
30002 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
30003 (vhdl-hooked-abbrev): Avoid test for XEmacs.
30004 (vhdl-current-line): Use line-beginning-position.
30005 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
30006 with-output-to-temp-buffer, so the current position can be recorded.
30007
30008 2005-04-10 Masatake YAMATO <jet@gyve.org>
30009
30010 * progmodes/compile.el (compilation-error-regexp-alist-alist):
30011 Add regexp for gcov.
30012
30013 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
30014
30015 * calendar/time-date.el (time-to-seconds, seconds-to-time)
30016 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
30017 syntax which Emacs 20 doesn't support.
30018
30019 2005-04-09 Richard M. Stallman <rms@gnu.org>
30020
30021 * help.el (describe-key-briefly, describe-key):
30022 Replace strings as event types with "(any string)".
30023
30024 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
30025
30026 * arc-mode.el (archive-mode-map): Move initialization into
30027 the declaration. Override *all* bindings of `undo'.
30028 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
30029
30030 2005-04-09 Jay Belanger <belanger@truman.edu>
30031
30032 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
30033
30034 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
30035
30036 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
30037 (xterm-register-default-colors): Update color values computation
30038 to match xterm-200.
30039
30040 2005-04-09 Kenichi Handa <handa@m17n.org>
30041
30042 * international/code-pages.el (iso-latin-7): Fix the map.
30043
30044 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
30045
30046 * emacs-lisp/lisp.el (defun-prompt-regexp)
30047 (parens-require-spaces, buffer-end, end-of-defun)
30048 (insert-parentheses): Doc fixes.
30049
30050 2005-04-08 Kim F. Storm <storm@cua.dk>
30051
30052 * comint.el (comint-highlight-prompt): Fix face spec.
30053 * hi-lock.el (hi-green): Likewise.
30054
30055 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30056
30057 * cus-edit.el (custom-modified-face):
30058 * comint.el (comint-highlight-input): Fix previous changes.
30059 * term.el (term-handle-ansi-escape): Add a comment.
30060
30061 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
30062
30063 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
30064 in the buffer and in whitespace-highlighted-space.
30065 (whitespace-unhighlight-the-space): Simplify.
30066 (whitespace-buffer): Simplify.
30067
30068 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
30069
30070 * textmodes/table.el (table-cell-face): Add special case for
30071 displays supporting a high number of colors.
30072 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
30073 (vhdl-font-lock-reserved-words-face)
30074 (vhdl-speedbar-architecture-face)
30075 (vhdl-speedbar-instantiation-face)
30076 (vhdl-speedbar-architecture-selected-face)
30077 (vhdl-speedbar-instantiation-selected-face): Likewise.
30078 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
30079 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
30080 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
30081 (ebrowse-root-class-face, ebrowse-member-attribute-face)
30082 (ebrowse-progress-face): Likewise.
30083 * progmodes/compile.el (compilation-info-face): Likewise.
30084 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
30085 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
30086 * calendar/calendar.el (diary-face): Likewise.
30087 * woman.el (woman-italic-face, woman-bold-face)
30088 (woman-unknown-face): Likewise.
30089 * wid-edit.el (widget-button-pressed-face): Likewise.
30090 * whitespace.el (whitespace-highlight-face): Likewise.
30091 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
30092 * pcvs-info.el (cvs-marked-face): Likewise.
30093 * info.el (info-xref): Likewise.
30094 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
30095 * hilit-chg.el (highlight-changes-face)
30096 (highlight-changes-delete-face): Likewise.
30097 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
30098 (hi-red-b): Likewise.
30099 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
30100 * font-lock.el (font-lock-keyword-face)
30101 (font-lock-function-name-face, font-lock-warning-face): Likewise.
30102 * cus-edit.el (custom-invalid-face, custom-modified-face)
30103 (custom-set-face, custom-changed-face, custom-variable-tag-face)
30104 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
30105 * comint.el (comint-highlight-prompt): Likewise.
30106
30107 2005-04-08 Lute Kamstra <lute@gnu.org>
30108
30109 * font-lock.el (font-lock-keywords): Docstring fixes.
30110
30111 2005-04-08 Kenichi Handa <handa@m17n.org>
30112
30113 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
30114 chars are more than a limit, print " and more..." at the tail.
30115
30116 2005-04-08 Kim F. Storm <storm@cua.dk>
30117
30118 * emacs-lisp/authors.el (authors-aliases): Update list.
30119 (authors-ignored-files): New list.
30120 (authors-fixed-entries): Fix typo.
30121 (authors-renamed-files-alist): Update list.
30122 (authors-add): Check authors-ignored-files.
30123
30124 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
30125
30126 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
30127 optional, to ensure backward compatibility.
30128
30129 2005-04-08 Stephen Eglen <stephen@gnu.org>
30130
30131 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
30132
30133 2005-04-08 Kim F. Storm <storm@cua.dk>
30134
30135 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
30136
30137 * mouse.el (mouse-on-link-p): Doc fix.
30138
30139 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
30140
30141 * ielm.el (ielm-prompt-read-only): Doc fix.
30142
30143 * comint.el (comint-prompt-read-only): Doc fix.
30144
30145 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
30146
30147 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
30148 ensure dired always handles wildcards passed to ffap.
30149 (find-file-at-point): Use it.
30150 (ffap-dired-wildcards): Doc fix.
30151
30152 2005-04-07 Juri Linkov <juri@jurta.org>
30153
30154 * simple.el (next-error-overlay-arrow-position): New defvar.
30155 Put "=>" on its property `overlay-arrow-string'. Add it to
30156 `overlay-arrow-variable-list'.
30157
30158 * progmodes/compile.el (compilation-setup):
30159 Set `next-error-overlay-arrow-position' to nil. Also set it to
30160 nil in the local hook `kill-buffer-hook'. Make local variable
30161 `overlay-arrow-string' and set it to "=>".
30162 (compilation-goto-locus): Set BOL position to
30163 `next-error-overlay-arrow-position' instead of
30164 `overlay-arrow-position'.
30165
30166 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
30167 locally instead of adding it to the global hook.
30168 (Info-kill-buffer): Move up.
30169
30170 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
30171
30172 * term/xterm.el (xterm-standard-colors): Update color values from
30173 xterm-200.
30174
30175 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
30176
30177 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
30178
30179 * fast-lock.el:
30180 * lazy-lock.el: Move them to the obsolete subdir.
30181
30182 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
30183
30184 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
30185 (wdired-add-replace-advice): Remove.
30186 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
30187
30188 2005-04-06 Kim F. Storm <storm@cua.dk>
30189
30190 * startup.el (command-line): Add --bare-bones alias for -Q.
30191
30192 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
30193
30194 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
30195 create the startup fontset if a font specification ends with
30196 `mac-roman'.
30197
30198 2005-04-06 Lute Kamstra <lute@gnu.org>
30199
30200 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
30201 change.
30202
30203 * emacs-lisp/copyright.el (copyright-update-year): Replace the
30204 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
30205
30206 2005-04-05 Lute Kamstra <lute@gnu.org>
30207
30208 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
30209 (define-generic-mode): Ditto. Fix debug declaration.
30210
30211 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
30212 Put them in the generic-x group.
30213
30214 * calendar/timeclock.el (timeclock): Doc fix.
30215
30216 * generic.el (define-generic-mode): Don't use custom-current-group.
30217 Document default :group value.
30218 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
30219 (define-global-minor-mode): Don't use custom-current-group.
30220
30221 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
30222
30223 * startup.el (command-line-1): Display startup-echo-area-message
30224 when fancy splash screen is in use.
30225
30226 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
30227 (sh-escaped-newline): New face.
30228 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
30229 newline, and use sh-escaped-newline face.
30230
30231 * progmodes/tcl.el (tcl-escaped-newline): New face.
30232 (tcl-builtin-list): New variable.
30233 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
30234 newlines. Fix keywords subexpression number.
30235
30236 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
30237
30238 * textmodes/org.el (org-diary-default-entry): Fix call to
30239 `add-to-diary-entry'.
30240
30241 2005-04-05 Kim F. Storm <storm@cua.dk>
30242
30243 * ediff-init.el: Use (featurep 'xemacs).
30244
30245 2005-04-05 David Ponce <david@dponce.com>
30246
30247 * cus-edit.el (face): Derive from symbol widget. Display sample
30248 of the current face on the fly.
30249 (widget-face-sample-face-get, widget-face-notify): New functions.
30250 (widget-face-value-create): Remove.
30251
30252 * wid-edit.el (widget-field-end): Temporarily remove field
30253 narrowing before to call `get-char-property'.
30254
30255 2005-04-04 Jay Belanger <belanger@truman.edu>
30256
30257 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
30258 (math-read-subscripts): New variable.
30259 (math-read-preprocess-string): Process subscripts.
30260
30261 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
30262
30263 * comint.el (comint-prompt-read-only): Doc fix.
30264
30265 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
30266 `-1'. Doc fix.
30267
30268 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
30269
30270 * textmodes/org.el (org-insert-mode-line-in-empty-file):
30271 Change default value to nil.
30272
30273 2005-04-04 Lute Kamstra <lute@gnu.org>
30274
30275 * autorevert.el (auto-revert-mode): Specify :group.
30276 * battery.el (display-battery-mode): Specify :group.
30277 * diff-mode.el (diff-minor-mode): Specify :group.
30278 * font-core.el (font-lock-mode): Specify :group.
30279 * hl-line.el (hl-line-mode): Specify :group.
30280 * iimage.el (iimage): New customization group.
30281 (iimage-mode): Specify :group.
30282 * longlines.el (longlines-mode): Specify :group.
30283 * master.el: Don't require easy-mmode.
30284 (master): New customization group.
30285 (master-mode): Specify :group.
30286 * msb.el (msb-mode): Specify :group.
30287 * reveal.el (reveal-mode): Specify :group.
30288 * simple.el (next-error-follow-minor-mode): Specify :group.
30289 * smerge-mode.el (smerge-mode): Specify :group.
30290 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
30291 * emulation/cua-base.el (cua-mode): Specify :group.
30292 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
30293 * language/thai-util.el (thai-auto-composition-mode)
30294 (thai-word-mode): Specify :group.
30295 * mail/supercite.el (sc-minor-mode): Specify :group.
30296 * progmodes/cwarn.el (cwarn-mode): Specify :group.
30297 * progmodes/flymake.el (flymake-mode): Specify :group.
30298 * progmodes/glasses.el (glasses-mode): Specify :group.
30299 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
30300 * textmodes/enriched.el (enriched-mode): Specify :group.
30301 * textmodes/refill.el (refill-mode): Specify :group.
30302
30303 * add-log.el (change-log-font-lock-keywords): Names in
30304 parenthesized lists can contain spaces.
30305
30306 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
30307
30308 * startup.el (fancy-splash-text): Shorten default text of
30309 "Emacs Tutorial" line. Also, if the current language env
30310 indicates an available tutorial file other than TUTORIAL,
30311 extract its title and append it to the line in parentheses.
30312 (fancy-splash-insert): If arg is a thunk, funcall it.
30313
30314 2005-04-04 Jay Belanger <belanger@truman.edu>
30315
30316 * calc.el (calc-language-alist): Add tags to customization type.
30317
30318 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
30319
30320 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
30321 Doc fix.
30322
30323 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
30324
30325 * add-log.el (change-log-font-lock-keywords): The manual
30326 describing a Change Log entry, says: (...) "Aside from these
30327 header lines, every line in the change log starts with a space or
30328 a tab.". The font-lock was not highlighting lines started with
30329 spaces, added support for it.
30330
30331 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
30332
30333 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
30334 (bibtex-generate-url-list): Update docstring accordingly. Put the
30335 complex example in the docstring.
30336 (bibtex-font-lock-url): Use pop.
30337
30338 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
30339
30340 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
30341
30342 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
30343
30344 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
30345
30346 * filesets.el (filesets-set-default): Doc fix.
30347
30348 2005-04-03 Lute Kamstra <lute@gnu.org>
30349
30350 * generic.el (define-generic-mode): Add argument to specify
30351 keywords for defcustom.
30352 (default-generic-mode): Specify :group.
30353
30354 * generic-x.el: Specify :group for all generic modes.
30355
30356 * desktop.el (desktop-no-desktop-file-hook)
30357 (desktop-after-read-hook): Doc fix.
30358
30359 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
30360
30361 * simple.el (visible-mode): Use explicit :group keyword.
30362 This changes the group of `visible-mode-hook' from paren-blinking
30363 to editing-basics.
30364
30365 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
30366
30367 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
30368 mailbox specifications as well as URLs.
30369 (rmail-insert-inbox-text): Remove unused conditional branches.
30370
30371 2005-04-01 Jay Belanger <belanger@truman.edu>
30372
30373 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
30374 (calc-gnuplot-print-command): Move definitions to calc.el.
30375
30376 * calc/calc-embed.el (calc-embedded-announce-formula)
30377 (calc-embedded-open-formula, calc-embedded-close-formula)
30378 (calc-embedded-open-word, calc-embedded-close-word)
30379 (calc-embedded-open-plain, calc-embedded-close-plain)
30380 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
30381 (calc-embedded-open-mode, calc-embedded-close-mode):
30382 Move definitions to calc.el.
30383
30384 * calc/calc.el (calc-settings-file, calc-language-alist):
30385 Make customizable.
30386 (calc-embedded-announce-formula, calc-embedded-open-formula)
30387 (calc-embedded-close-formula, calc-embedded-open-word)
30388 (calc-embedded-close-word, calc-embedded-open-plain)
30389 (calc-embedded-close-plain, calc-embedded-open-new-formula)
30390 (calc-embedded-close-new-formula, calc-embedded-open-mode)
30391 (calc-embedded-close-mode, calc-gnuplot-name)
30392 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
30393 from other files and make customizable.
30394
30395 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
30396
30397 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
30398 Use buffer-live-p.
30399 (cvs-mode-run): Don't call cvs-update-header here.
30400 (cvs-run-process): Call cvs-update-header.
30401 Use process properties for cvs-postprocess and cvs-buffer so that
30402 the sentinel can behave better if the temp buffer is killed.
30403 Use a pipe rather than a tty, to better handle unexpected prompts.
30404 (cvs-sentinel): Rewrite. Call cvs-update-header.
30405
30406 2005-04-01 Andre Spiegel <spiegel@gnu.org>
30407
30408 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
30409 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
30410
30411 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
30412
30413 * generic.el (define-generic-mode): Add indentation rule.
30414
30415 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
30416
30417 * files.el (mode-require-final-newline): Make Custom correctly
30418 report a nil value and allow to set it to nil via Custom.
30419 Doc fix.
30420
30421 2005-04-01 Kenichi Handa <handa@m17n.org>
30422
30423 * international/characters.el: Enable the correct case setting for
30424 dotless-i and dotted-I.
30425
30426 2005-04-01 Kim F. Storm <storm@cua.dk>
30427
30428 * ido.el (ido-file-internal): Fall back to non-ido command if
30429 initial directory is on slow ftp (or tramp) host.
30430
30431 2005-03-31 Richard M. Stallman <rms@gnu.org>
30432
30433 * emacs-lisp/autoload.el (make-autoload):
30434 Handle define-global-minor-mode.
30435
30436 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
30437 Rename from easy-mmode-define-global-mode.
30438 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
30439
30440 * progmodes/scheme.el (scheme-mode-syntax-table):
30441 Update syntax of | and # for two-character comment syntax.
30442
30443 2005-03-31 Lute Kamstra <lute@gnu.org>
30444
30445 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
30446 (define-minor-mode): Call custom-current-group at load-time.
30447
30448 * generic.el (define-generic-mode): Add debug declaration.
30449 Add defcustom for the mode hook.
30450 (generic-mode-internal): Use run-mode-hooks.
30451
30452 2005-03-31 Kim F. Storm <storm@cua.dk>
30453
30454 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
30455 (mouse-fixup-help-message): New defun called by show_help_echo
30456 to fixup mouse-2 prefix in help messages when applicable.
30457
30458 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
30459
30460 2005-03-31 Kenichi Handa <handa@m17n.org>
30461
30462 * language/thai-word.el (thai-find-word-ends): Pay attention to
30463 the case that we reach the end of buffer.
30464
30465 * textmodes/fill.el (fill-text-properties-at): New function.
30466 (fill-newline): Use fill-text-properties-at instead of
30467 text-properties-at.
30468
30469 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30470
30471 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
30472 not comint-quote-filename.
30473
30474 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
30475
30476 * help-fns.el (help-with-tutorial): Revert last change.
30477
30478 2005-03-31 Kim F. Storm <storm@cua.dk>
30479
30480 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
30481
30482 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
30483
30484 * calendar/cal-china.el: Update reference to "Calendrical
30485 Calculations" book; there's a new edition.
30486 * calendar/cal-coptic.el: Likewise.
30487 * calendar/cal-french.el: Likewise.
30488 * calendar/cal-hebrew.el: Likewise.
30489 * calendar/cal-islam.el: Likewise.
30490 * calendar/cal-iso.el: Likewise.
30491 * calendar/cal-julian.el: Likewise.
30492 * calendar/cal-mayan.el: Likewise.
30493 * calendar/cal-persia.el: Likewise.
30494 * calendar/calendar.el: Likewise.
30495 * calendar/holidays.el: Likewise.
30496 * calendar/lunar.el: Likewise.
30497 * calendar/solar.el: Likewise.
30498
30499 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
30500 white space from doc string.
30501
30502 2005-03-30 Jay Belanger <belanger@truman.edu>
30503
30504 * calc/calc-help.el (calc-full-help): Remove email address.
30505
30506 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
30507
30508 * help-fns.el (help-with-tutorial): Delete title line.
30509
30510 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
30511
30512 * calendar/cal-x.el (calendar-one-frame-setup)
30513 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
30514 rather than `symbol' for set-window-dedicated-p.
30515
30516 * calendar/appt.el (appt-buffer-name): Make it a constant.
30517 (appt-add): Doc fix.
30518
30519 * filesets.el (filesets-menu-path, filesets-menu-before)
30520 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
30521 (filesets-menu-cache-file): Use directory ~/.emacs.d.
30522 (filesets-add-submenu): Delete and use add-submenu instead.
30523
30524 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
30525
30526 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
30527 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
30528 (org-diary-default-entry): New function.
30529 (org-get-entries-from-diary): Better parsing of diary entries.
30530 (org-agenda-check-no-diary): New function.
30531 ("diary-lib"): Advice to function `add-to-diary-list', to allow
30532 linking to diary entries.
30533 (org-agenda-execute-calendar-command): New function.
30534 (org-agenda): Improve visible section in window.
30535 Use `org-fit-agenda-window'.
30536 (org-fit-agenda-window): New option.
30537 (org-move-subtree-down): Better handling of empty lines
30538 at end of subtree.
30539 (org-cycle): Numeric prefix is interpreted now as show-subtree N
30540 levels up.
30541 (org-fontify-done-headline): New option.
30542 (org-headline-done-face): New face.
30543 (org-set-font-lock-defaults): Use `org-headline-done-face'.
30544 (org-table-copy-down): Rename from `org-table-copy-from-above'.
30545 When current field is non-empty, it is copied to next row.
30546 (org-table-copy-from-above): Fix bug which made it
30547 impossible to copy fields containing only a single non-white character.
30548
30549 2005-03-30 Kim F. Storm <storm@cua.dk>
30550
30551 * kmacro.el (kmacro-end-macro): Isearch may store this command
30552 into the macro -- so ignore it when executing keyboard macro.
30553
30554 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30555
30556 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
30557
30558 2005-03-29 Kenichi Handa <handa@m17n.org>
30559
30560 * language/thai.el ("Thai"): Set setup-function and exit-function
30561 for Thai language environment.
30562
30563 * language/thai-util.el: Require thai-word.
30564 (thai-word-mode-map): New variable.
30565 (thai-word-mode): New minor mode.
30566 (setup-thai-language-environment-internal): New function.
30567 (exit-thai-language-environment-internal): New function.
30568
30569 * language/thai-word.el (thai-word-table): Declare it by defvar,
30570 use dolist to initialize it.
30571 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
30572 (thai-fill-find-break-point): New functions.
30573
30574 2005-03-29 Richard M. Stallman <rms@gnu.org>
30575
30576 * simple.el (idle-update-delay): Move definition up.
30577 (set-mark): Doc fix.
30578
30579 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
30580
30581 * longlines.el: New file.
30582
30583 * simple.el (buffer-substring-filters): New variable.
30584 (filter-buffer-substring): New function.
30585 (kill-region, copy-region-as-kill): Use it.
30586
30587 * register.el (copy-to-register, append-to-register)
30588 (prepend-to-register): Use filter-buffer-substring.
30589
30590 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
30591
30592 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
30593 (gud-filter-pending-text): Move in front of gdb.
30594 (gud-overlay-arrow-position): New variable.
30595 (gud-sentinel, gud-display-line): Use it in place of
30596 overlay-arrow-position.
30597
30598 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
30599
30600 * progmodes/fortran.el (fortran-if-indent): Doc fix.
30601 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
30602 (fortran-font-lock-keywords-4): New variable.
30603 (fortran-blocks-re, fortran-end-block-re)
30604 (fortran-start-block-re): New constants, for hideshow.
30605 (hs-special-modes-alist): Add a Fortran entry.
30606 (fortran-mode-map): Bind fortran-end-of-block,
30607 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
30608 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
30609 (fortran-looking-at-if-then, fortran-end-of-block)
30610 (fortran-beginning-of-block): New functions, for hideshow.
30611
30612 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
30613 Doc fix. Tweak regexp.
30614 (f90-beginning-of-block): Push mark first.
30615
30616 2005-03-29 Jay Belanger <belanger@truman.edu>
30617
30618 * calc/calc.el: Update copyright date.
30619 (calc-version): Increase to 2.1.
30620 (calc-version-date): Remove.
30621
30622 * calc/calc-help.el: Update copyright date.
30623 (calc-full-help): Remove reference to calc-version-date.
30624 Update copyright date.
30625
30626 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30627
30628 * vc.el (vc-do-command): Use a pipe for async processes, so password
30629 prompts don't show up at places where the user can't reply.
30630
30631 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
30632
30633 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
30634 on the file name we pass to the inferior shell.
30635
30636 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
30637
30638 * progmodes/which-func.el (which-function): Be robust in the face of an
30639 imenu--make-index-alist failure.
30640
30641 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
30642
30643 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
30644
30645 * progmodes/python.el (python-preoutput-filter): Fix last change.
30646
30647 2005-03-29 Lute Kamstra <lute@gnu.org>
30648
30649 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
30650 functions and compiled macros.
30651 (debug-convert-byte-code): Handle macros too.
30652 (debug-on-entry-1): Don't signal an error when trying to clear a
30653 function that is not set to debug on entry.
30654
30655 2005-03-29 Jay Belanger <belanger@truman.edu>
30656
30657 * calc/calc-lang.el: Add functions to math-function-table
30658 properties of tex and math.
30659
30660 2005-03-29 Kenichi Handa <handa@m17n.org>
30661
30662 * ps-mule.el (ps-mule-plot-string): Translate characters by
30663 ps-print-translation-table.
30664 (ps-mule-begin-job): Call find-charset-region/string with
30665 ps-print-translation-table.
30666 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
30667
30668 * ps-print.el (ps-print-translation-table): New variable.
30669 (ps-plot-region): Translate characters by ps-print-translation-table.
30670
30671 2005-03-29 Juri Linkov <juri@jurta.org>
30672
30673 * simple.el (next-error-highlight-timer): New variable.
30674
30675 * progmodes/compile.el (compilation-goto-locus):
30676 Use `next-error-highlight-timer' instead of `sit-for'.
30677
30678 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30679
30680 * mail/supercite.el (sc-mail-field): Use assoc-string.
30681 (sc-get-address): Simplify regexps.
30682
30683 * files.el (minibuffer-with-setup-hook): New macro.
30684 (find-file-read-args): Use it to avoid let-binding
30685 minibuffer-with-setup-hook (which breaks turning on/off
30686 file-name-shadow-mode while in the prompt).
30687
30688 * complete.el (PC-read-include-file-name-internal):
30689 Use test-completion.
30690
30691 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
30692
30693 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
30694
30695 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
30696
30697 * window.el (window-buffer-height): Use count-screen-lines.
30698
30699 * progmodes/python.el (python-preoutput-leftover): New var.
30700 (python-preoutput-filter): Use it.
30701 (python-send-receive): Loop until all the result has been received.
30702
30703 2005-03-28 Juri Linkov <juri@jurta.org>
30704
30705 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
30706
30707 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
30708 "Recover Crashed Session".
30709 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
30710 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
30711 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
30712 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
30713 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
30714 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
30715 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
30716 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
30717
30718 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
30719 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
30720 Ediff Sessions", "Toggle use of separate control buffer frame",
30721 "Use separate frame for Ediff control buffer".
30722
30723 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
30724 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
30725 "Rename Bookmark", "Delete Bookmark".
30726
30727 * info.el (Info-mode-menu): Remove ellipsis from "Index".
30728 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
30729 Add `:active Info-index-alternatives' to "Next Matching Item".
30730
30731 * wdired.el (wdired-change-to-wdired-mode):
30732 Mention `wdired-abort-changes' key in the initial message.
30733
30734 * international/mule.el (auto-coding-alist): Associate non-ascii
30735 image filename extensions with `no-conversion'.
30736
30737 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
30738
30739 * international/iso-acc.el:
30740 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
30741
30742 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
30743
30744 * textmodes/sgml-mode.el (html-mode): Doc update.
30745
30746 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
30747
30748 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
30749
30750 * term.el (term-move-columns): Fix face after extending a line.
30751 (term-insert-spaces): Likewise.
30752 (term-reset-terminal): Fix off by one error.
30753
30754 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30755
30756 * international/mule.el (auto-coding-alist): Add .xpi files.
30757
30758 * files.el (auto-mode-alist): Add .xpi files.
30759
30760 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
30761
30762 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
30763
30764 2005-03-26 Eli Zaretskii <eliz@gnu.org>
30765
30766 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
30767
30768 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
30769
30770 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
30771 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
30772
30773 * calendar/cal-move.el (calendar-beginning-of-year): Move the
30774 cursor to Jan 1 when needed.
30775 (calendar-end-of-year): Fix -/+ typo.
30776 Reported by Chong Yidong <cyd@stupidchicken.com>.
30777
30778 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
30779
30780 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
30781
30782 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
30783 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
30784
30785 2005-03-25 Richard M. Stallman <rms@gnu.org>
30786
30787 * filesets.el (filesets-init): Add autoload.
30788
30789 * mail/mailalias.el (mail-directory): Doc fix.
30790
30791 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
30792
30793 * mail/mailalias.el (mail-directory-process): Do nothing if
30794 mail-directory-process is an atom.
30795 (mail-get-names): Ignore mail-directory-names if it is an atom.
30796 (mail-directory-process defvar): Doc fix.
30797 (mail-names): Doc fix.
30798
30799 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se> (tiny change)
30800
30801 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
30802
30803 2005-03-26 Kenichi Handa <handa@m17n.org>
30804
30805 * international/mule-util.el (detect-coding-with-priority):
30806 Call update-coding-systems-internal before detect-coding-region.
30807
30808 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
30809
30810 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
30811 (gdb-frames-mode-map): Add follow-link property.
30812
30813 2005-03-25 Jay Belanger <belanger@truman.edu>
30814
30815 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
30816 for variables.
30817
30818 2005-03-25 Juri Linkov <juri@jurta.org>
30819
30820 * image-mode.el: Optimize image filename extension regexps in
30821 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
30822 in `auto-mode-alist'.
30823 (image-mode): Add `image-toggle-display-text' to local hook
30824 `change-major-mode-hook'. Display the image as an image by
30825 default. Set `cursor-type' and `truncate-lines' if the image
30826 is already displayed. Take into account the current mode (image
30827 or text) in message.
30828 (image-minor-mode): New minor mode.
30829 (image-mode-maybe, image-toggle-display-text): New functions.
30830 (image-toggle-display): Use called-interactively-p.
30831 Let-bind `inhibit-read-only' to t.
30832
30833 * image-mode.el (image-minor-mode): Set `cursor-type' and
30834 `truncate-lines' if the image is already displayed. Add turning
30835 image-minor-mode off to `change-major-mode-hook'. Add message.
30836 Call `image-toggle-display-text' after turning image-minor-mode off.
30837
30838 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
30839
30840 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
30841 Terminal.app, use utf-8.
30842 (set-display-table-and-terminal-coding-system): Add coding-system arg.
30843 (set-locale-environment): Use it.
30844
30845 * term/xterm.el: Undo last change, better done in mule-cmds.el.
30846
30847 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
30848
30849 * progmodes/python.el (python-close-block-statement-p)
30850 (python-outdent-p, python-current-defun): Use symbol-end.
30851
30852 2005-03-25 Karl Chen <quarl@cs.berkeley.edu>
30853
30854 * files.el (save-some-buffers): Doc fix.
30855
30856 2005-03-25 Werner Lemberg <wl@gnu.org>
30857
30858 * complete.el, thumbs.el: Replace `legal' with `valid'.
30859 * calendar/calendar.el: Replace `legal' with `valid'.
30860 * emacs-lisp/advice.el: Replace `legal' with `valid'.
30861 * mail/supercite.el: Replace `legal' with `valid'.
30862 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
30863 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
30864 Replace `legal' with `valid'.
30865 * textmodes/reftex-vars.el, textmodes/reftex.el:
30866 Replace `legal' with `valid'.
30867
30868 2005-03-25 Werner Lemberg <wl@gnu.org>
30869
30870 * calc/calc-forms.el, calc/calc-sel.el
30871 * midnight.el, vc-cvs.el
30872 * emacs-lisp/cl-macs.el
30873 * emulation/vip.el
30874 * eshell/esh-io.el, eshell/esh-var.el
30875 * mail/supercite.el
30876 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
30877 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
30878 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
30879 * progmodes/sh-script.el, progmodes/xscheme.el
30880 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
30881 * textmodes/reftex-index.el, textmodes/reftex-parse.el
30882 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
30883 * textmodes/reftex.el, textmodes/org.el:
30884 Replace `illegal' with `invalid'.
30885
30886 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30887
30888 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
30889 (flymake-find-buildfile, flymake-find-possible-master-files)
30890 (flymake-check-include, flymake-parse-line): Replace loops over the
30891 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
30892
30893 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
30894 Substitute file-name-as-directory in the rest of the file.
30895 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
30896 (flymake-replace-region): Remove unused arg `buffer'.
30897 (flymake-check-patch-master-file-buffer): Update calls to it.
30898 (flymake-add-err-info): Remove unused var `count'.
30899 (flymake-mode): Use define-minor-mode.
30900
30901 * progmodes/flymake.el: Use with-current-buffer.
30902 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
30903 flymake-replace-regexp-in-string, flymake-line-beginning-position)
30904 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
30905 Avoid testing for `xemacs'.
30906 (flymake-nop): Move.
30907 (flymake-region-has-flymake-overlays): Return the computed value.
30908 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
30909 Remove unused var `endline'.
30910 (flymake-get-line-count): Remove unused function.
30911 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
30912
30913 * emulation/vi.el:
30914 * generic.el:
30915 * hilit-chg.el (global-highlight-changes):
30916 * hi-lock.el (hi-lock-mode):
30917 * follow.el: find-file-hooks -> find-file-hook.
30918
30919 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
30920
30921 2005-03-24 Juri Linkov <juri@jurta.org>
30922
30923 * dired.el (dired-mode-map): Add menu item "Compare directories"
30924 for dired-compare-directories.
30925
30926 * dired-aux.el (dired-compare-directories): Add autoload cookie.
30927 Doc fix. Replace `read-file-name' with `read-directory-name'.
30928
30929 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30930
30931 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
30932
30933 2005-03-24 Jay Belanger <belanger@truman.edu>
30934
30935 * calc/calc-embed.el (calc-embedded-mode-change): Save all
30936 relevant mode settings in calc-embedded-original-modes when modes
30937 are permanently changed.
30938
30939 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
30940
30941 * autoinsert.el: find-file-hooks -> find-file-hook.
30942
30943 2005-03-24 Lute Kamstra <lute@gnu.org>
30944
30945 * generic.el (generic-font-lock-defaults): Make it obsolete.
30946 (generic-font-lock-keywords): New variable to replace
30947 generic-font-lock-defaults.
30948 (generic-mode-set-font-lock): Delete it.
30949 (generic-mode-internal): Don't call generic-mode-set-font-lock.
30950 (generic-bracket-support): Add docstring.
30951
30952 * generic-x.el: Rename generic-font-lock-defaults to
30953 generic-font-lock-keywords throughout.
30954 (mailagent-rules-setup-function): Delete it.
30955 (mailagent-rules-generic-mode): Use anonymous function instead.
30956 (show-tabs-generic-mode-font-lock-defaults-1)
30957 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
30958 Quote faces.
30959 (show-tabs-tab-face, show-tabs-space-face): Specify background,
30960 not foreground.
30961
30962 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
30963 Recognize define-generic-mode.
30964
30965 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
30966
30967 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
30968 if there's no completion table.
30969
30970 2005-03-23 Miles Bader <miles@gnu.org>
30971
30972 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
30973 Remove tty-specific variants, as they're no longer needed.
30974
30975 2005-03-23 Lute Kamstra <lute@gnu.org>
30976
30977 * generic-x.el: Code cleanup: make args constant whenever possible.
30978 (installshield-statement-keyword-list)
30979 (installshield-system-functions-list)
30980 (installshield-system-variables-list, installshield-types-list)
30981 (installshield-funarg-constants-list): Make them constants.
30982
30983 * generic.el (generic-make-keywords-list): Add autoload cookie.
30984
30985 * calendar/time-date.el: Add comment on time value formats.
30986 Don't require parse-time.
30987 (with-decoded-time-value): New macro.
30988 (encode-time-value): New function.
30989 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
30990 (days-to-time): Return a valid time value when arg is huge.
30991 (time-since): Use time-subtract.
30992 (time-to-number-of-days): Use time-to-seconds.
30993
30994 2005-03-23 David Ponce <david@dponce.com>
30995
30996 * recentf.el (recentf-keep): New option.
30997 (recentf-menu-action): Default to `find-file'.
30998 (recentf-keep-non-readable-files-flag)
30999 (recentf-keep-non-readable-files-p)
31000 (recentf-file-readable-p, recentf-find-file)
31001 (recentf-cleanup-remote): Remove.
31002 (recentf-include-p): More robust.
31003 (recentf-keep-p): New function.
31004 (recentf-remove-if-non-kept): Rename from
31005 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
31006 All callers updated.
31007 (recentf-menu-items-for-commands): Fix help string.
31008 (recentf-track-closed-file): Update. Doc fix.
31009 (recentf-cleanup): Update. Count removed files. Doc fix.
31010
31011 2005-03-23 Kim F. Storm <storm@cua.dk>
31012
31013 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31014 Don't inherit from fringe face (now happens automatically).
31015
31016 2005-03-22 Kim F. Storm <storm@cua.dk>
31017
31018 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
31019 position values.
31020
31021 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
31022
31023 * menu-bar.el (showhide-date-time): Remove.
31024 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
31025 (menu-bar-make-mm-toggle): Simplify.
31026
31027 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31028
31029 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
31030 Accept qualified variable and function names.
31031
31032 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
31033
31034 * bindings.el (completion-ignored-extensions):
31035 Remove ".lis" for `vax-vms'.
31036
31037 2005-03-22 Andreas Schwab <schwab@suse.de>
31038
31039 * generic-x.el: Revert last change.
31040 * ldefs-boot.el: Update.
31041
31042 2005-03-22 Jay Belanger <belanger@truman.edu>
31043
31044 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
31045 (calc-embedded-save-original-modes)
31046 (calc-embedded-restore-original-modes): New functions.
31047 (calc-do-embedded): Save original modes when entering embedded mode
31048 and restore when leaving embedded mode.
31049 (calc-embedded-modes-change): Change the value of
31050 calc-embedded-original-modes to reflect permanent changes.
31051
31052 2005-03-22 Lute Kamstra <lute@gnu.org>
31053
31054 * generic-x.el: Require generic again.
31055
31056 2005-03-22 Miles Bader <miles@gnu.org>
31057
31058 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
31059 Tweak details to look good on both ttys and bitmap displays, light
31060 or dark background, etc.
31061
31062 2005-03-21 Kim F. Storm <storm@cua.dk>
31063
31064 * tooltip.el (tooltip-show-help-function): Check car and cdr of
31065 mouse position.
31066
31067 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
31068
31069 * icomplete.el: Don't forcibly turn on the mode upon load.
31070 (icomplete-mode): Use define-minor-mode.
31071 (icomplete-eoinput): Default to nil.
31072 (icomplete-minibuffer-setup): Remove autoload.
31073 (icomplete-tidy): Simplify.
31074 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
31075 in the initial state or if the user has modified the field.
31076 Fix handling of icomplete-max-delay-chars.
31077 Remove code that handles the oddball case where
31078 minibuffer-completion-table is an integer.
31079 Wrap icomplete-completions in while-no-input in case building
31080 completions takes more time than expected.
31081 (icomplete-completions): Simplify.
31082
31083 2005-03-21 Richard M. Stallman <rms@gnu.org>
31084
31085 * jka-compr.el (jka-compr-really-do-compress):
31086 Make variable buffer-local.
31087
31088 * image-mode.el: Handle .xpm files too.
31089 (image-toggle-display): Preserve modification flag.
31090
31091 * help.el (where-is): Don't mention aliases with no key bindings.
31092
31093 2005-03-21 Lute Kamstra <lute@gnu.org>
31094
31095 * generic.el: Fix commentary section. Don't require cl for
31096 compilation.
31097 (generic-mode-list): Add autoload cookie.
31098 (generic-use-find-file-hook, generic-lines-to-scan)
31099 (generic-find-file-regexp, generic-ignore-files-regexp)
31100 (generic-mode, generic-mode-find-file-hook)
31101 (generic-mode-ini-file-find-file-hook): Fix docstrings.
31102 (define-generic-mode): Make it a defmacro. Fix docstring.
31103 (generic-mode-internal): Code cleanup. Add autoload cookie.
31104 (generic-mode-set-comments): Code cleanup.
31105 * generic-x.el: Don't prevent compilation. Don't require generic.
31106 Follow coding conventions. Minor code cleanup.
31107 (etc-fstab-generic-mode): Add some keywords.
31108 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
31109 define-generic-mode like a function declaration.
31110
31111 2005-03-21 Jay Belanger <belanger@truman.edu>
31112
31113 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
31114 changing modes.
31115
31116 2005-03-21 Sam Steingold <sds@gnu.org>
31117
31118 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
31119
31120 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
31121
31122 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
31123 Add underscore to "f$ lexicals" regexp.
31124
31125 2005-03-20 Juri Linkov <juri@jurta.org>
31126
31127 * subr.el (progress-reporter-do-update): When `min-value' is equal
31128 to `max-value', set `percentage' to 0 and prevent division by zero.
31129
31130 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
31131
31132 Sync with Tramp 2.0.48.
31133
31134 * net/tramp.el (all): Change all addresses to .gnu.org.
31135 (tramp-append-tramp-buffers): New defun.
31136 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
31137 Catch `dont-send' signal.
31138 (tramp-set-auto-save-file-modes): Set always permissions, because
31139 there might be an old auto-saved file belonging to another
31140 original file. This could be a security threat. Reported by
31141 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
31142 Check for Emacs 21.3.50 removed.
31143
31144 * net/tramp-smb.el (all): Remove debug construct for
31145 `with-parsed-tramp-file-name'.
31146 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
31147 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
31148 No error message if DIRECTORY or FILENAME doesn't exist.
31149 (tramp-smb-open-connection): Check existence of
31150 `tramp-smb-program'.
31151
31152 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
31153
31154 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
31155 Properly handle the case where the `m' or `s' command's argument is not
31156 yet terminated.
31157 (perl-indent-new-calculate): New function.
31158 (perl-indent-line): Use it.
31159
31160 2005-03-20 Miles Bader <miles@gnu.org>
31161
31162 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
31163 in text-mode too. Change to new face names.
31164 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
31165 Add `:weight bold' attribute.
31166 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
31167
31168 2005-03-19 Juri Linkov <juri@jurta.org>
31169
31170 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
31171
31172 * international/mule.el (auto-coding-alist): Sync with
31173 `auto-mode-alist' by adding upper case archive file extensions
31174 and adding ear/war to jar extension.
31175
31176 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
31177
31178 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
31179 running, restart it.
31180
31181 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
31182
31183 * finder.el (finder-current-item): Throw an error on an empty line.
31184
31185 * man.el (Man-follow-manual-reference): If current-word returns
31186 nil, use "".
31187
31188 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
31189
31190 * simple.el (goto-line): Doc fix.
31191
31192 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
31193
31194 * files.el (save-buffer): Doc fix.
31195
31196 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
31197
31198 * recentf.el (recentf-cleanup-remote): New variable.
31199 (recentf-cleanup): Use it to conditionally check availability of
31200 remote files.
31201
31202 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
31203
31204 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
31205 function names.
31206
31207 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31208
31209 * language/thai-word.el: New file.
31210
31211 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
31212
31213 * files.el (backup-buffer): If the file's directory is not
31214 writable, use copy instead of move to backup the file.
31215
31216 2005-03-19 Eli Zaretskii <eliz@gnu.org>
31217
31218 * obsolete/keyswap.el: Moved to obsolete/ from term/.
31219
31220 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
31221
31222 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
31223 Use functionp instead of symbolp and fboundp. Reported by Drkm
31224 <darkman_spam@yahoo.fr>.
31225 (ps-print-version): New version 6.6.6.
31226
31227 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
31228
31229 * textmodes/table.el (table--line-column-position): New idiom.
31230 (table--row-column-insertion-point-p): New function to test
31231 validity of row and column insertion operation at a location.
31232 (table-global-menu, table-cell-menu): Use above functions for
31233 deterministic test operation.
31234 (table--editable-cell-p): Behave in deterministic fashion.
31235
31236 2005-03-18 Juri Linkov <juri@jurta.org>
31237
31238 * isearch.el (isearch-lazy-highlight-new-loop):
31239 Make arguments beg and end optional.
31240 (isearch-update): Remove optional arguments nil from
31241 isearch-lazy-highlight-new-loop.
31242 (isearch-lazy-highlight-search): Let-bind case-fold-search to
31243 isearch-lazy-highlight-case-fold-search instead of
31244 isearch-case-fold-search, and let-bind isearch-regexp to
31245 isearch-lazy-highlight-regexp.
31246 Use isearch-lazy-highlight-last-string instead of isearch-string.
31247
31248 * replace.el (perform-replace): Remove bindings of global
31249 variables isearch-string, isearch-regexp, isearch-case-fold-search.
31250 Add three new arguments to `replace-highlight'.
31251 (replace-highlight): Add arguments string, regexp, case-fold.
31252 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
31253 to allow isearch-lazy-highlight-new-loop to use these values
31254 to set corresponding isearch-lazy-highlight-* internal
31255 variables whose values lazy highlighting will use regardless of
31256 changes to global variables isearch-string, isearch-regexp,
31257 isearch-case-fold-search during lazy highlighting loop.
31258 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
31259 to `lazy-highlight-cleanup'.
31260
31261 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
31262 (ispell-highlight-face): Set default face to `isearch' when
31263 lazy highlighting is enabled.
31264 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
31265 priority to 1. Add lazy highlighting.
31266 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
31267 from `isearch-dehighlight'.
31268
31269 2005-03-18 David Ponce <david@dponce.com>
31270
31271 * files.el (hack-local-variables): Do a case-insensitive search
31272 for End.
31273
31274 2005-03-18 Juri Linkov <juri@jurta.org>
31275
31276 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
31277 `isearch-lazy-highlight-cleanup', add alias to old name and
31278 declare obsolete. Add release numbers to other obsolete vars.
31279 (isearch-done, isearch-lazy-highlight-new-loop):
31280 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
31281 (lazy-highlight-cleanup) <variable>: Doc fix.
31282 (isearch-lazy-highlight-update): Rename obsolete
31283 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
31284
31285 2005-03-18 Kenichi Handa <handa@m17n.org>
31286
31287 * language/thai-util.el: Fix categorization of Thai characters in
31288 thai-category-table.
31289 (thai-composition-pattern): Adjust it for the above change.
31290 (thai-self-insert-command, thai-compose-syllable): New functions.
31291 (thai-compose-region): Use thai-compose-syllable.
31292 (thai-compose-string): Likewise.
31293 (thai-composition-function): Likewise.
31294 (thai-auto-composition): New function.
31295 (thai-auto-composition-mode): New minor mode.
31296
31297 * language/thai.el: Fix patterns to be registered in
31298 composition-function-table.
31299
31300 * international/quail.el (quail-input-method): Locally bind
31301 inhibit-modification-hooks to t.
31302
31303 2005-03-17 Richard M. Stallman <rms@gnu.org>
31304
31305 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
31306 (perl-mode): Use run-mode-hooks.
31307
31308 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
31309 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
31310 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
31311
31312 * mail/sendmail.el (sendmail-send-it): Reenable the code
31313 to compute resend-to-address and use it.
31314
31315 * tar-mode.el (tar-mode): Turn off undo unconditionally.
31316
31317 * image-mode.el: New file.
31318
31319 * image.el (insert-sliced-image): Add autoload cookie.
31320
31321 * font-lock.el (font-lock-lines-before): New user option.
31322 (font-lock-after-change-function): Obey it.
31323
31324 * bindings.el (esc-map): Make M-g a prefix.
31325 Bind M-g g and M-g M-g to goto-line.
31326
31327 * faces.el (face-id): Doc fix.
31328
31329 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
31330
31331 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
31332 (rmail-show-message): Use rmail-unknown-mail-followup-to.
31333 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
31334
31335 * mail/sendmail.el (mail-yank-ignored-headers)
31336 (mail-font-lock-keywords, mail-mode-fill-paragraph):
31337 Add Mail-Followup-To and Mail-Reply-To headers.
31338 (mail-citation-hook): Add autoload cookie.
31339 (mail-mode): Doc fix.
31340 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
31341 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
31342 (mail-mode-fill-paragraph): Handle those headers.
31343 (mail-mailing-lists): New variable.
31344 (mail-mail-reply-to, mail-mail-followup-to): New functions.
31345
31346 2005-03-17 Juri Linkov <juri@jurta.org>
31347
31348 * isearch.el (isearch-fallback): Check for `(car previous)'
31349 before calling `isearch-other-end-state'.
31350
31351 2005-03-17 Kim F. Storm <storm@cua.dk>
31352
31353 * simple.el (move-beginning-of-line): Move to beginning of buffer
31354 line, as well as beginning of screen line.
31355
31356 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
31357
31358 * calendar/diary-lib.el (mark-diary-entries): Use new optional
31359 argument REDRAW rather than calendar-redrawing variable.
31360 * calendar/calendar.el (calendar-redrawing): Delete.
31361 (redraw-calendar): Do not bind calendar-redrawing.
31362
31363 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
31364
31365 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
31366 diary-file buffer.
31367
31368 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
31369
31370 * help.el (describe-mode): Allow a :minor-mode-function property to
31371 specify a different minor mode toggle function than the variable.
31372 * simple.el (auto-fill-function):
31373 * subr.el (add-minor-mode): Use it.
31374
31375 2005-03-16 Kenichi Handa <handa@m17n.org>
31376
31377 * language/ethio-util.el (sera-being-called-by-w3): New variable.
31378 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
31379 (ethio-fidel-to-sera-buffer): Likewise.
31380
31381 2005-03-16 Juri Linkov <juri@jurta.org>
31382
31383 * emacs-lisp/find-func.el (find-function-regexp):
31384 Add defun-emitting macro `menu-bar-make-toggle'.
31385
31386 * isearch.el: Put `isearch-scroll' property to
31387 `split-window-horizontally'.
31388
31389 * info.el: Update error messages for `debug-ignored-errors'.
31390 (Info-isearch-search): Doc fix.
31391 (Info-find-node): Move up code to go into info buffer before
31392 recording the node to the history.
31393 (Info-fontify-node): Fontify titles only if the next line
31394 has two or more `*', `=', `-', `.'.
31395 Display "go to this node" for empty (match-string 3).
31396
31397 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31398
31399 * term/mac-win.el: Add mouse pointer shape constants.
31400
31401 2005-03-15 Kim F. Storm <storm@cua.dk>
31402
31403 * simple.el (move-beginning-of-line): Use vertical-motion.
31404
31405 2005-03-15 Juri Linkov <juri@jurta.org>
31406
31407 * isearch.el (isearch-error): New variable.
31408 (isearch-invalid-regexp, isearch-within-brackets): Remove.
31409 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
31410 (isearch-within-brackets-state): Remove.
31411 (isearch-case-fold-search-state, isearch-pop-fun-state):
31412 Decrease frame index.
31413 (isearch-mode, isearch-top-state, isearch-push-state)
31414 (isearch-edit-string, isearch-abort, isearch-search-and-update)
31415 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
31416 (isearch-search, isearch-lazy-highlight-new-loop):
31417 Replace `isearch-invalid-regexp' with `isearch-error'.
31418 Remove `isearch-within-brackets'.
31419 (isearch-search): Add `search-failed' handler to `condition-case'.
31420 (isearch-lazy-highlight-search): Add `condition-case' to catch
31421 errors and allow `isearch-lazy-highlight-update' to try
31422 highlighting from the beginning of the window.
31423 (isearch-repeat): Move up code to set isearch-wrapped to t
31424 before calling isearch-wrap-function.
31425
31426 * info.el (Info-isearch-initial-node): New internal variable.
31427 (Info-search): Signal an error in isearch mode when search leaves
31428 the initial node. Signal an error when `bound' is non-nil and
31429 nothing was found in the current subfile.
31430 (Info-isearch-search): Remove `condition-case'.
31431 (Info-isearch-wrap): Don't wrap when search failed during leaving
31432 the initial node. If `Info-isearch-search' is nil, wrap around
31433 the current node.
31434 (Info-isearch-start): New fun.
31435 (Info-mode): Add buffer-local hook `Info-isearch-start' to
31436 `isearch-mode-hook'.
31437
31438 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
31439
31440 * simple.el (normal-erase-is-backspace): Set default to t if
31441 running on Mac.
31442
31443 * term/mac-win.el (function-key-map): Sync with x-win.el.
31444
31445 2005-03-15 Kenichi Handa <handa@m17n.org>
31446
31447 * international/mule-cmds.el (locale-language-names): Modify the
31448 format of elements and add more entries.
31449 (locale-preferred-coding-systems): Add more entries.
31450 (set-locale-environment): Adjust for the change of
31451 locale-language-names.
31452
31453 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
31454
31455 * pcvs.el (smerge-ediff): Remove bogus autoload.
31456
31457 2005-03-14 Lute Kamstra <lute@gnu.org>
31458
31459 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
31460 Ignore a `*' at the beginning of a line.
31461
31462 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
31463 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
31464 subr.el.
31465 (dont-compile, eval-when-compile, eval-and-compile): Use declare
31466 to specify indentation.
31467
31468 * generic.el (define-generic-mode): Let generic-mode-list be a
31469 list of strings; test membership with equal.
31470
31471 2005-03-14 Kim F. Storm <storm@cua.dk>
31472
31473 * simple.el (next-line, previous-line): Add optional try-vscroll
31474 arg to recognize interactive use. Pass it on to line-move.
31475 (line-move): Don't perform auto-window-vscroll when defining or
31476 executing keyboard macro to ensure consistent behavior.
31477
31478 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
31479
31480 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
31481
31482 2005-03-13 Lute Kamstra <lute@gnu.org>
31483
31484 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
31485 debugger-setup-buffer so that backtrace marks the frames set to
31486 debug-on-exit and we don't have to do it manually. Set an extra
31487 debug-on-exit for macro's.
31488 (debugger-setup-buffer): Don't mark the top frame manually.
31489
31490 2005-03-12 Lute Kamstra <lute@gnu.org>
31491
31492 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
31493 lisp-indent-function throughout.
31494 (with-no-warnings): Set lisp-indent-function property.
31495
31496 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
31497
31498 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
31499 Add entry for backslash.
31500
31501 2005-03-12 Juri Linkov <juri@jurta.org>
31502
31503 * info.el (Info-search): Four fixes for backward search.
31504
31505 2005-03-11 Jay Belanger <belanger@truman.edu>
31506
31507 * calc/calc.el (calc-language-alist): New variable.
31508 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
31509 (calc-embedded-find-modes): Use calc-language-alist instead of
31510 calc-embedded-language-alist.
31511
31512 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
31513
31514 * calendar/calendar.el (calendar-redrawing): New internal
31515 variable.
31516 (redraw-calendar): Remove bogus save-excursion from previous
31517 change. Bind calendar-redrawing to t for mark-diary-entries.
31518 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
31519 calendar if that is why we were called.
31520
31521 2005-03-11 Kenichi Handa <handa@m17n.org>
31522
31523 * international/mule.el (make-coding-system): Set property
31524 coding-system-define-form to nil.
31525 (define-coding-system-alias): Likewise.
31526
31527 2005-03-11 Kenichi Handa <handa@m17n.org>
31528
31529 These changes are suggested by Dave Love <fx@gnu.org>.
31530
31531 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
31532 coding: tag.
31533 (adaptive-fill-regexp): Add more bullets.
31534 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
31535 regexps.
31536
31537 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
31538
31539 * help.el (describe-mode): Properly handle non-trivial lighters.
31540 Don't ignore minor modes that are not listed in minor-mode-list.
31541
31542 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
31543 feature ON when the user requests to turn it OFF.
31544
31545 2005-03-10 Lute Kamstra <lute@gnu.org>
31546
31547 * emacs-lisp/debug.el (debug-entry-code): Delete it.
31548 (implement-debug-on-entry): New function to replace debug-entry-code.
31549 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
31550 second argument as the 2005-03-07 change makes it obsolete.
31551 (debug-on-entry, cancel-debug-on-entry): Update call to
31552 debug-on-entry-1.
31553 (debug, debugger-setup-buffer): Comment update.
31554 (debugger-frame-number): Update to work with implement-debug-on-entry.
31555
31556 2005-03-10 Jay Belanger <belanger@truman.edu>
31557
31558 * calc/calc-embed.el (math-ms-args): Declare it.
31559 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
31560 math-ms-args.
31561 (calc-embedded-subst): Use math-multi-subst-rec to substitute
31562 variables.
31563
31564 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
31565
31566 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
31567 Use message-box.
31568
31569 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
31570 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
31571 (tooltip-gud-tips): Simplify.
31572 (tooltip-gud-tips-p): Remove superfluous :set.
31573 (tooltip-gud-modes): Add fortran-mode.
31574 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
31575
31576 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
31577
31578 2005-03-09 Kim F. Storm <storm@cua.dk>
31579
31580 * play/animate.el (animate-place-char): Use forward-line instead
31581 of next-line to improve performance.
31582
31583 2005-03-09 Simon Josefsson <jas@extundo.com>
31584
31585 * net/browse-url.el (browse-url-default-browser): Doc fix.
31586
31587 2005-03-09 Miles Bader <miles@gnu.org>
31588
31589 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
31590 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
31591
31592 2005-03-09 Kenichi Handa <handa@m17n.org>
31593
31594 * international/latin-1.el: Set case and syntax for 255 only if
31595 set-case-syntax-set-multibyte is nil.
31596
31597 * textmodes/ispell.el (ispell-insert-word): New function.
31598 (ispell-word): Use ispell-insert-word to insert a new word.
31599 (ispell-process-line): Likewise.
31600 (ispell-complete-word): Likewise.
31601
31602 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
31603
31604 * calendar/calendar.el (redraw-calendar): Preserve point.
31605 Reported by Matt Hodges <MPHodges@member.fsf.org>.
31606 (calendar-week-start-day): Move after definition of
31607 redraw-calendar. Delete buffer test, since redraw-calendar has
31608 that now.
31609
31610 * calendar/diary-lib.el (mark-diary-entries): Only call
31611 redraw-calendar in the first of any recursive calls.
31612 Reported by Alan Shutko <ats@acm.org>.
31613
31614 2005-03-08 Juri Linkov <juri@jurta.org>
31615
31616 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
31617 (html-horizontal-rule, html-line, html-image, html-checkboxes)
31618 (html-radio-buttons): Add a space before the trailing `/>' where
31619 sgml-xml-mode is non-nil.
31620 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
31621 the subsequent tag of the empty XML tag.
31622 (html-href-anchor): Don't set initial input to "http:".
31623 (html-image): Ask for the image URL and set point inside alt="".
31624 (html-name-anchor): Duplicate the name in the `id' attribute when
31625 sgml-xml-mode is non-nil.
31626 (html-paragraph): Remove \n before <p>.
31627 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
31628 instead of `checked' when sgml-xml-mode is non-nil.
31629
31630 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
31631 Remove 1 space before #RRGGBB to not truncate it on terminal
31632 windows w/o fringes. Remove 1 space between bg and fg examples
31633 to get more space.
31634 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
31635 avoid byte-compile warnings.
31636
31637 * image-file.el (image-file-handler): Put `safe-magic' property to
31638 `image-file-handler'.
31639
31640 * info.el (Info-isearch-search): Emulate word search in
31641 isearching through multiple Info nodes with Info-search.
31642 (Info-isearch-wrap): Allow isearch-word.
31643
31644 2005-03-08 Lute Kamstra <lute@gnu.org>
31645
31646 * emacs-lisp/debug.el (debugger-step-through): Make sure that
31647 stepping into the debugger's code is not possible.
31648 (debugger-jumping-flag): Docstring update.
31649
31650 2005-03-08 Jay Belanger <belanger@truman.edu>
31651
31652 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
31653 embedded mode begins.
31654 (calc-embedded-language-alist): New variable.
31655 (calc-embedded-find-modes): Use calc-embedded-language-alist to
31656 set default language mode.
31657
31658 2005-03-08 Kenichi Handa <handa@m17n.org>
31659
31660 * international/ccl.el (define-ccl-program): Fix docstring about
31661 extra 256 bytes assured for the output buffer.
31662
31663 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31664 Fix BUFFER_MAGNIFICATION to 2.
31665 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31666
31667 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
31668
31669 * align.el (align-rules-list): Added an alignment rule for CSS
31670 declarations (applies to css-mode and html-mode buffers).
31671
31672 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
31673
31674 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
31675
31676 2005-03-07 Kim F. Storm <storm@cua.dk>
31677
31678 * simple.el (move-beginning-of-line): New command.
31679
31680 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
31681
31682 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
31683
31684 * emulation/cua-base.el: Put CUA move property on move-end-of-line
31685 and move-beginning-of-line.
31686
31687 * apropos.el (apropos-print): Omit command from M-x ... RET.
31688
31689 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
31690
31691 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
31692 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
31693
31694 2005-03-06 Richard M. Stallman <rms@gnu.org>
31695
31696 * bindings.el (esc-map): Bind M-g to goto-line.
31697
31698 * facemenu.el (global-map): Bind M-o, not M-g.
31699
31700 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
31701
31702 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
31703 "Open Directory" as for "Open File".
31704
31705 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
31706
31707 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
31708 (push-mark-command): Run activate-mark-hook.
31709
31710 2005-03-06 Richard M. Stallman <rms@gnu.org>
31711
31712 * help-mode.el (help-mode-finish): Don't alter the element
31713 in view-return-to-alist if there already is one.
31714
31715 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
31716 make sure the current buffer is the expected one.
31717
31718 * novice.el (disabled-command-function): Output in *Disabled Command*.
31719 Explicitly ignore non-keyboard events, and explicitly handle C-g.
31720
31721 * textmodes/flyspell.el (flyspell-large-region):
31722 Pass args differently for aspell.
31723
31724 * files.el (mode-require-final-newline): Doc fix.
31725
31726 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
31727
31728 * progmodes/which-func.el (which-function):
31729 Specify NOERROR when calling imenu--make-index-alist.
31730
31731 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
31732
31733 * simple.el (normal-erase-is-backspace): Define default value.
31734
31735 * custom.el (custom-theme-set-variables): Remove unused var
31736 `immediate'.
31737 (custom-reevaluate-setting): Simple function to handle variables
31738 that are defined before their default value can really be
31739 computed.
31740
31741 * startup.el (command-line): Use it for temporary-file-directory,
31742 small-emporary-file-directory, auto-save-file-name-transforms,
31743 blink-cursor-mode, and normal-erase-is-backspace.
31744
31745 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
31746 progress, even with buggy anchored keywords.
31747
31748 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
31749
31750 * simple.el (goto-line): Remove unbalanced final parenthesis.
31751
31752 2005-03-05 Richard M. Stallman <rms@gnu.org>
31753
31754 * simple.el (goto-line): Use a number at point as the default.
31755 With C-u as arg, switch buffers.
31756
31757 2005-03-05 Juri Linkov <juri@jurta.org>
31758
31759 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
31760 with `no-blinking-cursor'.
31761
31762 * startup.el (no-blinking-cursor): New defvar.
31763 (command-line): Add `--no-blinking-cursor' to longopts.
31764 Set `no-blinking-cursor' to t for command line arguments
31765 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
31766 with `no-blinking-cursor' in the condition for calling
31767 `blink-cursor-mode'.
31768
31769 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
31770
31771 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
31772 (menu-bar-options-save): Add blink-cursor-mode.
31773 (menu-bar-options-menu): Add blink-cursor-mode.
31774
31775 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
31776
31777 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
31778 (icalendar-export-file, icalendar-export-region)
31779 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
31780 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
31781
31782 2005-03-04 Lute Kamstra <lute@gnu.org>
31783
31784 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
31785 (debug-function-list): Ditto.
31786
31787 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
31788
31789 * textmodes/texinfmt.el (texinfo-append-refill):
31790 Redefine the types of line to which @refill
31791 is not appended by replacing a search for `@refill\\|@bye' with
31792 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
31793 itemize@refill' bug and the unfilled long lines bug.
31794 (texinfmt-version): Update number and date.
31795
31796 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
31797
31798 * international/code-pages.el (windows-1250, windows-125[2-8])
31799 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
31800
31801 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
31802
31803 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
31804 bound yet.
31805
31806 2005-03-02 Romain Francoise <romain@orebokech.com>
31807
31808 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
31809 buffer after removing limits.
31810 (ibuffer-pop-filter): Ditto.
31811 Update copyright.
31812
31813 2005-03-02 Miles Bader <miles@gnu.org>
31814
31815 * button.el (make-text-button): If the user doesn't specify a
31816 type, use the default. Rewrite to use `add-text-properties' and
31817 plist functions.
31818
31819 2005-03-01 Lute Kamstra <lute@gnu.org>
31820
31821 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
31822 (debugger-jumping-flag): New var.
31823 (debug-entry-code): Use it.
31824 (debugger-jump): Use debugger-jumping-flag and add
31825 debugger-reenable to post-command-hook.
31826 (debugger-reenable): Use debugger-jumping-flag and remove itself
31827 from post-command-hook.
31828 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
31829 debugger-reenable.
31830
31831 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
31832
31833 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
31834 inclusion of "itemize\\|", which may be unnecessary, is certainly
31835 inelegant, and stops refilling in itemize lists when formatting
31836 Japanese Texinfo files to Info.
31837 Update copyright to 2005.
31838
31839 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
31840
31841 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
31842 of an error if GDB can't find the source file.
31843
31844 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
31845
31846 * calendar/calendar.el (redraw-calendar): Work from any buffer,
31847 not just the calendar.
31848
31849 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
31850 first.
31851 (diary-redraw-calendar): New function.
31852 (make-diary-entry): Add diary-redraw-calendar to local
31853 write-contents-functions. Turn off selective display before
31854 inserting in diary.
31855
31856 2005-03-01 Kim F. Storm <storm@cua.dk>
31857
31858 * emacs-lisp/copyright.el (copyright-fix-years): New command.
31859
31860 2005-03-01 Lute Kamstra <lute@gnu.org>
31861
31862 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
31863 that debug-entry-code can be safely removed from a function while
31864 this code is being evaluated. Revert the 2005-02-27 change as the
31865 new implementation no longer requires it. Make sure that a
31866 function body containing just a string is not mistaken for a docstring.
31867 (debug): Skip one more frame in case of debug on entry.
31868 (debugger-setup-buffer): Delete one more frame line in case of
31869 debug on entry.
31870 (debugger-frame-number): Update to use the new text introduced by
31871 the 1999-11-03 change. Skip one more frame in case of debug on entry.
31872
31873 2005-02-28 Kim F. Storm <storm@cua.dk>
31874
31875 * double.el (double-translate-key): Call force-window-update after
31876 read-event to avoid crash in redisplay.
31877
31878 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
31879
31880 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
31881 (debug): Use it. Move the inhibit-trace earlier.
31882 (debug-entry-code): New const.
31883 (debug-on-entry-1): Use it.
31884
31885 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
31886
31887 * international/utf-16.el (ccl-encode-mule-utf-16le):
31888 Fix BUFFER_MAGNIFICATION to 2.
31889 (ccl-encode-mule-utf-16be): Likewise.
31890
31891 2005-02-28 Kenichi Handa <handa@m17n.org>
31892
31893 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
31894 Fix BUFFER_MAGNIFICATION to 4.
31895 (ccl-encode-mule-utf-16be-with-signature): Likewise.
31896
31897 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
31898
31899 * speedbar.el (speedbar-update-flag): Doc fix.
31900 (speedbar-show-info-under-mouse): Give set-mouse-position the right
31901 argument.
31902
31903 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
31904
31905 * reveal.el (reveal-post-command): Don't try to reveal overlays which
31906 have a non-nil `invisible' property but are actually visible.
31907
31908 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
31909 for perldoc sections.
31910 (perl-outline-regexp, perl-outline-level): New var and function.
31911 (perl-mode): Use them.
31912
31913 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
31914
31915 * calendar/diary-lib.el (diary-remind): Discard any mark portion
31916 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
31917
31918 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
31919
31920 * cus-edit.el: Comment change.
31921 (custom-buffer-create-internal): Slightly reword text at top of
31922 Custom buffers. Mention there that saving an option edits the
31923 init file. Add link to Emacs manual node on `custom-file'.
31924 (custom-magic-alist): Rewrite individual State messages to use
31925 capitalized keywords. Doc fix.
31926
31927 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
31928
31929 * calendar/calendar.el (calendar-buffer): Move above
31930 calendar-week-start-day.
31931 (calendar-week-start-day): Doc fix. Add :set function.
31932 (calendar-minimum-window-height): New variable.
31933 (generate-calendar-window): Only resize window if selected-window
31934 is displaying the calendar buffer. Use new variable
31935 calendar-minimum-window-height.
31936 (generate-calendar): Reword error message.
31937 (calendar-mode-map): Bind DEL to scroll-other-window-down.
31938
31939 2005-02-27 Andreas Schwab <schwab@suse.de>
31940
31941 * vc.el (vc-do-command): Don't run command asynchronously when
31942 operating in a remote directory.
31943
31944 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
31945 change from sync with Tramp 2.0.47.
31946
31947 2005-02-27 Richard M. Stallman <rms@gnu.org>
31948
31949 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
31950
31951 * textmodes/flyspell.el (flyspell-mode-on):
31952 Call ispell-change-dictionary only if necessary.
31953
31954 * emacs-lisp/re-builder.el (regexp-builder): New function.
31955
31956 * register.el (describe-register-1): Explicitly handle
31957 yank-excluded-properties = t.
31958
31959 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
31960 (custom-magic-alist): Change the status descriptions again.
31961 (face widget-type): Total rewrite based on `restricted-sexp'
31962 to eliminate the confusing double hiding levels.
31963
31964 * emacs-lisp/debug.el (debug-on-entry-1):
31965 If function body is empty, add nil as body form.
31966
31967 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
31968
31969 * emacs-lisp/trace.el (inhibit-trace): New var.
31970 (trace-make-advice): Use it.
31971
31972 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
31973
31974 2005-02-26 Kim F. Storm <storm@cua.dk>
31975
31976 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31977 (mouse-on-link-p, mouse-drag-region-1): Use it.
31978
31979 2005-02-25 Lute Kamstra <lute@gnu.org>
31980
31981 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
31982
31983 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
31984
31985 * frame.el (blink-cursor-mode): Add :group keyword.
31986
31987 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
31988
31989 * calendar/icalendar.el (icalendar--decode-isodatetime):
31990 New optional argument DAY-SHIFT.
31991 (icalendar-export-region): Fix coding-system-for-write.
31992 (icalendar--convert-ical-to-diary): Shift end-day of all-day
31993 events by one.
31994
31995 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
31996
31997 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
31998
31999 2005-02-24 Kim F. Storm <storm@cua.dk>
32000
32001 * international/iso-acc.el (iso-accents-compose): Fix crash
32002 during redisplay. Call force-window-update after read-event
32003 and delete-region to signal that window is not accurate.
32004
32005 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
32006
32007 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
32008 Remove unused and inexistent var `inhibit-trace'.
32009 (debugger-mode): Use run-mode-hooks.
32010 (debugger-list-functions): Add buttons; setup xref stack.
32011
32012 2005-02-23 Richard M. Stallman <rms@gnu.org>
32013
32014 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
32015 appointment says it was explicitly made.
32016 (appt-add): Set the 3rd element.
32017 (appt-make-list): Preserve explicit appointments.
32018
32019 * subr.el (find-tag-default): Catch errors in forward-sexp.
32020
32021 2005-02-23 Juri Linkov <juri@jurta.org>
32022
32023 * info.el (Info-isearch-search): New defcustom.
32024 (Info-isearch-search): Call the default isearch function
32025 when Info-isearch-search is nil.
32026 (Info-isearch-wrap): Use variable Info-isearch-search.
32027
32028 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
32029
32030 * cus-edit.el: Comment change.
32031
32032 2005-02-22 Kim F. Storm <storm@cua.dk>
32033
32034 * progmodes/hideif.el (hide-ifdef-use-define-alist):
32035 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
32036
32037 2005-02-22 Simon Josefsson <jas@extundo.com>
32038
32039 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
32040 New variable.
32041 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
32042 Oskarsson" <myrkraverk@users.sourceforget.net>.
32043
32044 2005-02-22 Kim F. Storm <storm@cua.dk>
32045
32046 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
32047 check that window of that event is the selected window.
32048 (mouse-drag-region-1): Compare mouse event window to selected
32049 window before setting point.
32050
32051 * tooltip.el (tooltip-show-help-function): Pass event to
32052 mouse-on-link-p so it can check selected window.
32053
32054 2005-02-22 Kenichi Handa <handa@m17n.org>
32055
32056 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
32057 (ps-mule-show-warning): New function.
32058 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
32059 characters are found.
32060
32061 * ps-print.el (ps-header-footer-string): Return a list of header
32062 and footer strings.
32063
32064 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
32065
32066 * pcvs.el (cvs-retrieve-revision): Fix thinko.
32067
32068 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
32069
32070 * frame.el (blink-cursor-mode): Use define-minor-mode.
32071
32072 * term/mac-win.el (function-key-map): Use char-names more consistently.
32073 (file-name-coding-system): Only set it for MacOS-9. The other case is
32074 already handled in mule-cmds.el (where it also works when mac-win.el
32075 is not used).
32076
32077 2005-02-21 Kenichi Handa <handa@m17n.org>
32078
32079 * international/mule.el (ctext-pre-write-conversion): Always use
32080 " *code-converting-work*" buffer for work.
32081
32082 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
32083
32084 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
32085
32086 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
32087
32088 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
32089
32090 * ses.el (undo-more): Restore defadvice, but only the part that
32091 allows changes outside the restricted area of the buffer.
32092
32093 2005-02-20 Kim F. Storm <storm@cua.dk>
32094
32095 * simple.el (line-move): Add fourth optional arg try-vscroll which
32096 must be set to perform auto-window-vscroll.
32097 When moving backwards and doing auto-window-vscroll, automatically
32098 vscroll to the last part of lines which are taller than the window.
32099 (next-line, previous-line): Set try-vscroll arg on line-move.
32100
32101 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
32102
32103 * replace.el (query-replace, query-replace-regexp)
32104 (replace-string, replace-regexp): When operating on region, make
32105 the minibuffer prompt say so.
32106
32107 * isearch.el (isearch-forward): Document isearch-query-replace and
32108 isearch-query-replace-regexp keybindings.
32109
32110 2005-02-19 Jay Belanger <belanger@truman.edu>
32111
32112 * calc/calc-aent.el (math-read-token): Add local variable.
32113
32114 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
32115 (calc-edit-top): Move declaration to earlier in file.
32116 (calc-edit-macro-repeats): Add local variables.
32117
32118 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
32119 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
32120 calcFunc-tanh.
32121 Adjust integration rule for calcFunc-tan.
32122
32123 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32124
32125 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
32126 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
32127 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
32128 (viper-skip-separators): Bug fix.
32129 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
32130 particular major mode.
32131 (viper-del-backward-char-in-replace): Don't put deleted char on the
32132 kill ring.
32133
32134 * viper-ex.el (viper-color-display-p): New function.
32135 (viper-has-face-support-p): Use viper-color-display-p.
32136
32137 * viper-keym.el (viper-gnus-modifier-map): New keymap.
32138
32139 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
32140
32141 * viper-util.el (viper-glob-unix-files): Fix shell status check.
32142 (viper-file-remote-p): Make equivalent to file-remote-p.
32143
32144 * viper.el (viper-major-mode-modifier-list):
32145 Use viper-gnus-modifier-map.
32146
32147 2005-02-19 David Kastrup <dak@gnu.org>
32148
32149 * subr.el (subregexp-context-p): Fix garbled doc string by adding
32150 quoting.
32151
32152 2005-02-19 Jay Belanger <belanger@truman.edu>
32153
32154 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
32155 Remove extra definitions.
32156 (calc-coth): New function.
32157 (calcFunc-cot): Fix `let'.
32158
32159 2005-02-19 Eli Zaretskii <eliz@gnu.org>
32160
32161 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
32162 the reasons we use "type pc" in these faces.
32163
32164 * button.el (button): Ditto.
32165
32166 2005-02-19 Michael Mauger <mmaug@yahoo.com>
32167
32168 * replace.el (query-replace-read-from): Set the value of
32169 query-replace-from-history-variable to handle the case of an empty
32170 string entered to accept the suggested default.
32171
32172 * net/tramp.el (tramp-file-name-for-operation):
32173 Use dired-call-process instead of dired-call-process-command.
32174
32175 2005-02-19 Jay Belanger <belanger@truman.edu>
32176
32177 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
32178 (math-div-non-trig): New variables.
32179 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
32180 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
32181 (math-combine-prod, math-div-symb-fancy): Add simplifications for
32182 trig expressions.
32183
32184 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
32185
32186 * progmodes/gdb-ui.el (gdb-var-update-handler)
32187 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
32188 for watch expressions,
32189 (gdb-var-create-handler): Don't set speedbar-update-flag.
32190 (gdb-post-prompt): Simplify test for speedbar.
32191
32192 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
32193
32194 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
32195 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
32196 we use the syntax table of the correct buffer.
32197 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
32198 Felix Gatzemeier.
32199
32200 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
32201 (ediff-file-remote-p): Make synonymous with file-remote-p.
32202 In all deffaces ediff-*-face-*, use min-colors.
32203
32204 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
32205 ediff-recurse-to-subdirectories.
32206 (ediff-mark-if-equal): Check that the arguments are strings, use
32207 ediff-same-contents (after to Felix Gatzemeier).
32208
32209 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
32210 nil.
32211
32212 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
32213
32214 * log-view.el (log-view-message-re): Fix up Subversion regexp.
32215
32216 2005-02-18 David Kastrup <dak@gnu.org>
32217
32218 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
32219 use `mark-active' when defined.
32220
32221 2005-02-18 Kenichi Handa <handa@m17n.org>
32222
32223 * ps-print.el (ps-font-info-database): New entry
32224 ZapfChancery-MediumItalic with correct font name. Fix font name
32225 of the entry Zapf-Chancery-MediumItalic.
32226
32227 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
32228
32229 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
32230
32231 2005-02-16 Kim F. Storm <storm@cua.dk>
32232
32233 * ido.el (ido-fallback-command): Pass user input to fallback command.
32234
32235 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
32236
32237 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
32238 (gdb-find-file-hook): Add server prefix.
32239
32240 2005-02-16 Richard M. Stallman <rms@gnu.org>
32241
32242 * replace.el (perform-replace): Pass new args to replace-highlight.
32243 (replace-highlight): Take region args,
32244 and pass them to isearch-lazy-highlight-new-loop.
32245
32246 * novice.el (disabled-command-hook): Autoload the defalias
32247 and the make-obsolete-variable call.
32248
32249 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
32250
32251 * isearch.el (isearch-lazy-highlight-start-limit)
32252 (isearch-lazy-highlight-end-limit): New variables limit
32253 the region for highlighting.
32254 (isearch-lazy-highlight-new-loop): New args BEG and END.
32255 (isearch-lazy-highlight-search): Use the new vars.
32256 (isearch-lazy-highlight-update): Likewise.
32257
32258 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
32259
32260 * cus-start.el (all): Use default-boundp.
32261
32262 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
32263
32264 * menu-bar.el (menu-bar-select-frame): Handle current frame.
32265
32266 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
32267
32268 * autorevert.el (auto-revert-stop-on-user-input)
32269 (auto-revert-verbose): Doc fixes.
32270
32271 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
32272
32273 * international/mule-cmds.el (set-locale-environment): Remove call
32274 to set-selection-coding-system on Windows.
32275
32276 2005-02-15 Jay Belanger <belanger@truman.edu>
32277
32278 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
32279 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
32280 calcFunc-coth.
32281 (math-simplify-sqrt): Add simplifications.
32282
32283 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
32284 to list.
32285
32286 * calc/calc-ext.el: Add functions to autoloads.
32287
32288 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
32289 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
32290 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
32291 (math-csc-raw, math-cot-raw): New functions.
32292
32293 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
32294
32295 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
32296 the variable name in a message.
32297
32298 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
32299 calcFunc-csc, calcFunc-cot.
32300
32301 * calc/calcalg2.el: Add derivative and integration rules for
32302 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
32303 calcFunc-csch, calcFunc-coth.
32304 (math-do-integral-methods): Add to checks for when to use
32305 substitutions.
32306
32307 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
32308
32309 2005-02-15 Lute Kamstra <lute@gnu.org>
32310
32311 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
32312 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
32313 <monnier@iro.umontreal.ca>.
32314 (lisp-outline-level): Improve efficiency. Suggested by David
32315 Kastrup <dak@gnu.org>.
32316
32317 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
32318
32319 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
32320 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
32321 (gdb-set-gud-minor-mode-existing-buffers): New functions.
32322 (gdb-find-file-hook): New hook. Add it to find-file-hook.
32323 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
32324
32325 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
32326
32327 * cus-start.el (all): Comment change.
32328
32329 2005-02-14 Lute Kamstra <lute@gnu.org>
32330
32331 * cus-start.el (all): Check if symbol is void.
32332
32333 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
32334
32335 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
32336 optional argument to \cite.
32337
32338 2005-02-14 Richard M. Stallman <rms@gnu.org>
32339
32340 * cus-edit.el (custom-buffer-create-internal): Update help message.
32341 (custom-magic-alist): Update help messages.
32342
32343 * cus-start.el (all): Allow a var to specify a standard value.
32344
32345 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
32346
32347 * custom.el (custom-theme-set-variables): Handle variable aliases.
32348
32349 * frame.el (blink-cursor-timer): Doc fix.
32350 (blink-cursor): Make it an alias for `blink-cursor-mode' and
32351 declare obsolete.
32352 (blink-cursor-mode): Define with defcustom and use correct
32353 standard expression in that defcustom.
32354 * startup.el (command-line): Adapt to above changes in frame.el.
32355
32356 2005-02-11 Lute Kamstra <lute@gnu.org>
32357
32358 * apropos.el (apropos-score-doc): Prevent division by zero.
32359
32360 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
32361
32362 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
32363 (icalendar--get-event-property-attributes)
32364 (icalendar--get-event-properties)
32365 (icalendar--datetime-to-diary-date): New functions.
32366 (icalendar--split-value): Doc fix.
32367 (icalendar--datetime-to-noneuropean-date)
32368 (icalendar--datetime-to-european-date): New optional argument
32369 SEPARATOR. Return result as a string instead of a list.
32370 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
32371 (icalendar--convert-string-for-export): Rename arg S to STRING.
32372 (icalendar-export-region): Doc fix. Change name of error buffer.
32373 Save output buffer.
32374 (icalendar-import-file): Add blank at end of prompt.
32375 (icalendar-import-buffer): Doc fix. Do not switch to error
32376 buffer. Indicate status in return value.
32377 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
32378 buffer. Save output buffer. Handle exception from recurrence
32379 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
32380 events. Fix problems with weekly all-day events.
32381
32382 2005-02-10 Richard M. Stallman <rms@gnu.org>
32383
32384 * simple.el (eval-expression-print-format):
32385 Avoid warning about edebug-active.
32386
32387 * help.el (help-for-help-internal): Rename from help-for-help.
32388 (help-for-help): Define with defalias.
32389
32390 * font-core.el (font-lock-default-function): Use with-no-warnings.
32391
32392 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
32393
32394 * custom.el (defface): Doc fix.
32395
32396 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
32397
32398 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
32399 width 0" to prevent word wrapping problems.
32400
32401 2005-02-09 Kim F. Storm <storm@cua.dk>
32402
32403 * ido.el (ido-file-extensions-order): New defcustom.
32404 (ido-file-extension-lessp, ido-file-extension-aux)
32405 (ido-file-extension-order): New advanced file ordering.
32406 (ido-file-lessp): New simple file ordering.
32407 (ido-sort-list): Remove.
32408 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
32409 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
32410
32411 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
32412
32413 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
32414 that some versions of grep produce.
32415 (grep-mode-font-lock-keywords): Likewise.
32416
32417 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
32418
32419 * progmodes/gdb-ui.el (gdb-location-list): New variable.
32420 (gdb-cdir): Delete.
32421 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
32422 (gdb-source-info): Treat case when source file is in another
32423 directory properly.
32424 (gdb-get-location): New function.
32425
32426 2005-02-07 Jay Belanger <belanger@truman.edu>
32427
32428 * calc/calc-prog.el (calc-write-parse-table-part)
32429 (calc-fix-token-name): Fix a check for language type.
32430
32431 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
32432
32433 2005-02-07 Andre Spiegel <spiegel@gnu.org>
32434
32435 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
32436 as directory not writable.
32437
32438 2005-02-07 Kim F. Storm <storm@cua.dk>
32439
32440 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
32441 (cua--standard-movement-commands): Remove list.
32442 Instead, set CUA property value to move for movement commands.
32443 (cua-movement-commands): Remove. Users must set CUA prop instead.
32444 (cua--pre-command-handler): Check CUA property.
32445 (cua--init-keymaps): Don't remap undo commands.
32446 (cua-mode): Don't call cua--rectangle-on-off.
32447
32448 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
32449 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
32450 (cua--rect-undo-set-point): New var.
32451 (cua--rectangle-undo-boundary): Setup undo apply entry.
32452 (cua--rect-undo-handler): New function for rectangle undo.
32453 (cua--rect-start-position, cua--rect-end-position): Add.
32454 (cua--rectangle-post-command): Call cua--rectangle-set-corners
32455 for restored rectangle. Set point if cua--rect-undo-set-point.
32456
32457 2005-02-06 Jay Belanger <belanger@truman.edu>
32458
32459 * calc/calc-lang.el (calc-tex-language): Display more information
32460 in messages.
32461
32462 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
32463 in TeX mode.
32464
32465 2005-02-06 Richard M. Stallman <rms@gnu.org>
32466
32467 * emacs-lisp/lisp.el (buffer-end): Doc fix.
32468
32469 2005-02-05 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
32470
32471 * net/ldap.el (ldap-search-internal): Support attributes with
32472 optional descriptions separated by a semi-colon, as in
32473 "userCertificate;binary".
32474
32475 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
32476
32477 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
32478 isn't a cons (i.e. the version is 0).
32479
32480 2005-02-05 Eli Zaretskii <eliz@gnu.org>
32481
32482 * help.el (help-for-help): Doc fix.
32483
32484 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
32485
32486 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
32487 GDB-Windows on the menu-bar as this works better.
32488
32489 2005-02-04 Jay Belanger <belanger@truman.edu>
32490
32491 * calc/calc-embed.el (calc-embedded-update): Don't put in
32492 unnecessary newlines. Adjust the end of formula marker.
32493
32494 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
32495 (math-latex-parse-two-args): New function.
32496
32497 2005-02-03 Lute Kamstra <lute@gnu.org>
32498
32499 * help-fns.el (help-with-tutorial): Make sure that users cannot
32500 remove the entire text of the tutorial by means of `undo'.
32501
32502 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
32503
32504 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
32505 in recent changes, where the ispell process was repeatedly
32506 killed & restarted.
32507
32508 * international/mule-cmds.el (set-locale-environment): Set file-name
32509 coding system to utf-8 on Darwin systems.
32510 (set-default-coding-systems): Don't set default-file-name-coding-system
32511 on Darwin systems.
32512
32513 2005-02-03 Richard M. Stallman <rms@gnu.org>
32514
32515 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
32516
32517 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
32518
32519 * faces.el (list-faces-display): Add optional argument.
32520
32521 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
32522
32523 * font-core.el (font-lock-default-function): Handle the rare case where
32524 only font-lock-keywords is set.
32525
32526 2005-02-02 Kenichi Handa <handa@m17n.org>
32527
32528 * international/characters.el: Cancel previous change for
32529 I-WITH-DOT-ABOVE and DOTLESS-i.
32530
32531 * international/latin-5.el: Cancel previous change.
32532
32533 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32534
32535 * progmodes/gud.el: Correction to syntax in gud-menu-map.
32536
32537 2005-02-02 Kenichi Handa <handa@m17n.org>
32538
32539 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
32540 DOTLESS-i.
32541
32542 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
32543 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
32544
32545 * case-table.el (get-upcase-table): New function.
32546 (copy-case-table): Copy upcaes table too if non-nil.
32547 (set-case-syntax-delims): Maintain upcase table too.
32548 (set-case-syntax-pair): Likewise.
32549 (set-upcase-syntax, set-downcase-syntax): New functions.
32550 (set-case-syntax): Maintain upcase table too.
32551
32552 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
32553
32554 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
32555
32556 * progmodes/gud.el (gud-goto-info): New function.
32557 (gud-tool-bar-map): Use correct icon.
32558
32559 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32560
32561 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
32562 When delegating, order args in the funcall correctly.
32563
32564 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
32565
32566 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
32567
32568 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
32569
32570 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
32571 buffer not visiting a file.
32572
32573 2005-01-31 Jay Belanger <belanger@truman.edu>
32574
32575 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
32576 bound on the line with the formula.
32577
32578 2005-01-31 Kim F. Storm <storm@cua.dk>
32579
32580 * ses.el (ses-create-cell-variable-range)
32581 (ses-destroy-cell-variable-range, ses-reset-header-string)
32582 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
32583 (ses-insert-row): Fix format of apply undo entries.
32584
32585 2005-01-31 Jay Belanger <belanger@truman.edu>
32586
32587 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
32588 parts.
32589
32590 * calc/calc-embed.el (calc-embedded-open-formula)
32591 (calc-embedded-close-formula): Ignore matrix environments.
32592
32593 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
32594 TeX mode.
32595
32596 * calc/calc-lang.el (math-function-table, math-oper-table)
32597 (math-variable-table): Adjust the LaTeX portions.
32598
32599 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
32600 (math-latex-ignore-words): New constant.
32601
32602 2005-01-31 Richard M. Stallman <rms@gnu.org>
32603
32604 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
32605 (ispell-local-dictionary): Doc fix.
32606 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
32607 Don't reinitialize at run time. Don't defcustom.
32608 All uses changed to append ispell-local-dictionary-alist,
32609 or check it first.
32610 (ispell-current-dictionary): New variable for dictionary in use.
32611 (ispell-dictionary): Now used only for global default.
32612 (ispell-start-process): Set ispell-current-dictionary,
32613 not ispell-dictionary.
32614 (ispell-change-dictionary): Use this only for setting
32615 user preferences.
32616 (ispell-internal-change-dictionary): New function
32617 to change the current dictionary in use.
32618 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
32619 Use ispell-current-dictionary.
32620 Handle ispell-local-dictionary-overridden.
32621 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
32622
32623 2005-01-31 Jay Belanger <belanger@truman.edu>
32624
32625 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
32626
32627 * calc/calc-ext.el: Add calc-latex-language to autoloads.
32628 (calc-mode-map): Add calc-latex-language.
32629
32630 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
32631 (math-latex-print-frac): New functions.
32632 (math-oper-table, math-function-table, math-variable-table)
32633 (math-complex-format, math-input-filter): Add latex properties.
32634 (calc-set-language): Set math-expr-special-function-mapping.
32635
32636 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
32637 (calc-write-parse-table-part): Add LaTeX support.
32638
32639 * calc/calc.el (calc-language): Adjust docstring.
32640 (calc-set-mode-line): Add LaTeX support.
32641 (math-expr-special-function-mapping): New variable.
32642 (math-tex-ignore-words): Add to list.
32643
32644 * calc/calccomp.el (math-compose-expr, math-compose-rows):
32645 Add LaTeX support.
32646 (math-compose-expr): Add support for special functions.
32647
32648 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
32649
32650 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
32651
32652 * progmodes/gdb-ui.el (gdb-memory-address)
32653 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
32654 (gdb-memory-mode-map, gdb-memory-format-keymap)
32655 (gdb-memory-format-menu, gdb-memory-unit-keymap)
32656 (gdb-memory-unit-menu): New variables for a buffer
32657 that lets the user examine program memory.
32658 (gdb-memory-set-address, gdb-memory-set-repeat-count)
32659 (gdb-memory-format-binary, gdb-memory-format-octal)
32660 (gdb-memory-format-unsigned, gdb-memory-format-signed)
32661 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
32662 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
32663 (gdb-memory-unit-word, gdb-memory-unit-halfword)
32664 (gdb-memory-unit-byte, gdb-memory-unit-menu)
32665 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
32666 (gdb-memory-mode, gdb-memory-buffer-name)
32667 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
32668 New functions for above buffer.
32669
32670 2005-01-30 Richard M. Stallman <rms@gnu.org>
32671
32672 * cus-edit.el (custom-bury-buffer): Function deleted.
32673 (custom-buffer-done-function): Option deleted.
32674 (custom-buffer-done-kill): New replacement option.
32675 (Custom-buffer-done): Call quit-window.
32676 (custom-buffer-create-internal): Update for above changes.
32677
32678 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
32679
32680 * simple.el (undo-ask-before-discard): New var.
32681 (undo-outer-limit-truncate): Implement it.
32682 (undo-extra-outer-limit): Doc update.
32683
32684 2005-01-29 Richard M. Stallman <rms@gnu.org>
32685
32686 * ses.el (undo-more): Delete defadvice.
32687 (ses-begin-change): Doc fix.
32688
32689 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
32690 instead of rebinding C-x u and C-_.
32691
32692 * files.el (normal-backup-enable-predicate): Return nil for files
32693 in /tmp, regardless of temporary-file-directory.
32694
32695 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
32696
32697 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
32698 (open-rectangle, delete-whitespace-rectangle-line)
32699 (clear-rectangle-line): If FILL, pass t instead of FILL
32700 for move-to-column's 2nd arg.
32701
32702 * simple.el (undo): Fix the test for continuing a series of undos.
32703 (undo-more): Set pending-undo-list to t when we reach end.
32704 (pending-undo-list): Move up defvar.
32705
32706 * wid-edit.el (widget-button-click):
32707 Shorten the range of the track-mouse binding.
32708
32709 * comint.el (comint-insert-input): Undo previous changes;
32710 use last-input-event in interactive spec.
32711
32712 2005-01-29 Eli Zaretskii <eliz@gnu.org>
32713
32714 * progmodes/compile.el (compilation-start): Bind buffer-read-only
32715 to nil before invoking call-process. Reset buffer's modified flag
32716 after fontifying it in the no-async branch.
32717
32718 * wid-edit.el (widget-specify-button): If mouse pointer shape
32719 cannot be changed, use mouse face instead.
32720
32721 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
32722
32723 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
32724 (gdb-goto-breakpoint): Make breakpoint handling work on template
32725 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>.
32726 (gdb-assembler-custom): Update to recognize breakpoint information
32727 added on 2005-01-19.
32728
32729 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
32730
32731 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
32732 (dsssl-mode): Use define-derived-mode.
32733 (scheme-mode-initialize): Remove.
32734 (scheme-mode): Use run-mode-hooks.
32735
32736 * cus-edit.el (customize-group-other-window)
32737 (custom-buffer-create-other-window): Don't override special-display-*.
32738 (custom-mode-map): Make it dense.
32739
32740 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
32741 sets the default value.
32742
32743 2005-01-28 Eli Zaretskii <eliz@gnu.org>
32744
32745 * descr-text.el: Add more keywords.
32746
32747 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
32748
32749 * speedbar.el: Avoid unnecessary use of locate-library.
32750
32751 * international/mule-cmds.el (standard-display-european-internal):
32752 Don't fiddle with latin-1 non-break space any more since it's now
32753 special cased in the C code.
32754 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
32755
32756 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
32757
32758 * cus-start.el (all): Add `undo-outer-limit'.
32759
32760 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
32761
32762 * textmodes/bibtex.el (bibtex-format-entry):
32763 Use `bibtex-empty-field-re' only on the text of fields, not on entire
32764 field lines.
32765 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
32766 not on part of a buffer.
32767
32768 2005-01-25 Lute Kamstra <lute@gnu.org>
32769
32770 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
32771 nonempty field text strings like "{letters\\macro{}more letters}".
32772 Clarify docstring.
32773 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
32774 (bibtex-entry-offset, bibtex-parse-association)
32775 (bibtex-parse-field-name): Fix typos in docstrings.
32776 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
32777
32778 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
32779
32780 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
32781 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
32782 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
32783 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
32784
32785 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
32786 isearch minor mode.
32787
32788 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
32789
32790 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
32791
32792 2005-01-24 Lute Kamstra <lute@gnu.org>
32793
32794 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
32795 CASECHARS and NOT-CASECHARS regular expressions of the
32796 "nederlands" and "nederlands8" dictionaries to prevent a "Range
32797 striding over charsets" error.
32798
32799 2005-01-24 Jay Belanger <belanger@truman.edu>
32800
32801 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
32802 display variable name.
32803
32804 2005-01-24 Kenichi Handa <handa@m17n.org>
32805
32806 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
32807 Fix setting of the element of encoded-kbd-iso2022-invocations.
32808
32809 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
32810
32811 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
32812 (gdb-threads-select): Change to also accept mouse events.
32813 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
32814 (gdb-threads-mouse-select): Delete.
32815
32816 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
32817
32818 * files.el (insert-directory): Take care of empty directory,
32819 listed without -a switch.
32820
32821 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
32822
32823 * textmodes/refill.el (refill-post-command-function):
32824 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
32825 to the list of functions that we should be careful not to undo.
32826 (refill-late-fill-paragraph-function): Remove.
32827 (refill-saved-state): New var.
32828 (refill-mode): Use it to save fill-paragraph-function.
32829 Save also the value of auto-fill-function.
32830
32831 * term/w32-win.el: Simplify code.
32832
32833 2005-01-23 Kim F. Storm <storm@cua.dk>
32834
32835 * simple.el (line-move): Adapt to new return value from
32836 pos-visible-in-window-p.
32837
32838 * simple.el (line-move): Fix last change. Check partial
32839 visibility at point rather than at window-start.
32840
32841 2005-01-22 Jason Rumney <jasonr@gnu.org>
32842
32843 * term/w32-win.el (xw-defined-colors): Remove debug-message.
32844
32845 2005-01-22 David Kastrup <dak@gnu.org>
32846
32847 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
32848
32849 2005-01-22 Eli Zaretskii <eliz@gnu.org>
32850
32851 * type-break.el (type-break-mode): Add a test for
32852 type-break-file-name being non-nil.
32853
32854 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
32855
32856 * net/eudc.el (top level): Call (message "") via progn, so that
32857 eudc-options-file is loaded.
32858
32859 2005-01-22 Kim F. Storm <storm@cua.dk>
32860
32861 * simple.el (line-move-1): Rename from line-move.
32862 (line-move): New function that adjusts vscroll for partially
32863 visible rows, and calls line-move-1 otherwise.
32864
32865 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
32866
32867 * pcomplete.el: Define pcomplete-read-event instead of read-event,
32868 since it's not a complete read-event implementation
32869
32870 2005-01-20 Jay Belanger <belanger@truman.edu>
32871
32872 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
32873 for called function.
32874
32875 2005-01-20 Steven Tamm <steventamm@mac.com>
32876
32877 * term/mac-win.el (process-connection-type): Remove.
32878 Controlled now by s/darwin.h:PTY_ITERATION.
32879
32880 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
32881
32882 * window.el (handle-select-window): Don't switch window when we're
32883 in the minibuffer.
32884
32885 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
32886
32887 * subr.el (dotimes-with-progress-reporter): New macro.
32888
32889 * ses.el (ses-dotimes-msg): Remove macro.
32890 Use `dotimes-with-progress-reporter' instead.
32891
32892 2005-01-19 Steven Tamm <steventamm@mac.com>
32893
32894 * term/mac-win.el (process-connection-type): Use new
32895 operating-system-release variable to use ptys on Darwin 7 (OS X
32896 10.3) when using carbon build.
32897
32898 2005-01-19 Jay Belanger <belanger@truman.edu>
32899
32900 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
32901 flags if the last command was a tab or M-tab.
32902
32903 * calc/calc-prog.el (calc-user-define-edit): Put original formula
32904 in formula editing buffer.
32905
32906 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32907
32908 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
32909 breakpoint image symbol in margin.
32910
32911 2005-01-19 Jay Belanger <belanger@truman.edu>
32912
32913 * calc/calc-prog.el (calc-execute-kbd-macro):
32914 Ignore calc-keep-arg-flag.
32915
32916 2005-01-19 Kenichi Handa <handa@m17n.org>
32917
32918 * textmodes/ispell.el (ispell-looking-at): New function.
32919 (ispell-process-line): Use ispell-looking-at to compare the ispell
32920 output and the buffer contents.
32921
32922 2005-01-18 Jay Belanger <belanger@truman.edu>
32923
32924 * calc/calc.el (calc-display-raw): Fix docstring.
32925
32926 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
32927
32928 * simple.el (blink-matching-open): Strip extra info from syntax.
32929
32930 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
32931 funny chars in the end-of-here-doc marker.
32932
32933 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
32934
32935 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
32936 that enable/disabled state of breakpoints is shown correctly in
32937 fringe and on ttys.
32938 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
32939 Add breakpoint information as text properties.
32940 (gdb-mouse-toggle-breakpoint):
32941 Rename to gdb-mouse-set-clear-breakpoint.
32942 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
32943 breakpoints in the margin.
32944 (gdb-remove-strings): Simplify.
32945
32946 2005-01-17 Jay Belanger <belanger@truman.edu>
32947
32948 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
32949 erasing buffer.
32950
32951 2005-01-17 Richard M. Stallman <rms@gnu.org>
32952
32953 * progmodes/grep.el (grep-find): Copy from `grep' the condition
32954 for calling grep-compute-defaults.
32955
32956 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
32957 if buffer is empty.
32958
32959 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
32960
32961 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
32962
32963 * hilit-chg.el (highlight-changes-mode): Don't autoload.
32964
32965 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
32966 non-preloaded variables.
32967
32968 2005-01-17 Steven Tamm <steventamm@mac.com>
32969
32970 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
32971 tex-shell cause to force interactivity when using pipes.
32972
32973 2005-01-17 Kim F. Storm <storm@cua.dk>
32974
32975 * simple.el (just-one-space): Make arg optional.
32976
32977 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
32978
32979 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
32980 posn-at-x-y to t to access left-margin.
32981
32982 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
32983
32984 Sync with Tramp 2.0.47.
32985
32986 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
32987 catching keep-date problems in cp/scp operations.
32988 (tramp-handle-copy-file): Don't call `set-file-modes'
32989 unconditionally. Specialized functions should know better what is
32990 necessary. This improves performance a little bit, and the
32991 functions could catch errors with `cp -p' and `scp -p'.
32992 (tramp-do-copy-or-rename-file-via-buffer)
32993 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
32994 when appropriate.
32995 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
32996 Call `set-file-modes' when appropriate.
32997 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
32998 Johnsson <isak@hypergene.com>.
32999 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
33000 of both Tramp buffer and debug buffer. Reported by Joakim Verona
33001 <joakim@verona.se>.
33002 (tramp-file-name-for-operation): Mark `shell-command' as magic for
33003 Emacs only.
33004
33005 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
33006 `find-file-hooks' and `dired-mode-hook'.
33007 (tramp-minor-mode-map): Respective map. Add remapping for
33008 `compile' and `recompile'.
33009 (tramp-remap-command, tramp-recompile): New defuns.
33010 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
33011 in buffer "*Compilation*". Call the commands asynchronously.
33012
33013 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
33014 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
33015 `shell-command', because it isn't magic in XEmacs. Reported by
33016 Adrian Aichner <adrian@xemacs.org>.
33017
33018 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
33019 `substitute-in-file-name.
33020 (tramp-smb-handle-substitute-in-file-name): New defun.
33021 (tramp-smb-advice-PC-do-completion): Delete advice.
33022
33023 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
33024
33025 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
33026 Fix error in deleting region.
33027
33028 2005-01-15 Richard M. Stallman <rms@gnu.org>
33029
33030 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
33031 In non-temp buffer, switch syntax table temporarily.
33032
33033 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
33034
33035 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
33036
33037 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
33038
33039 * imenu.el (imenu--split-menu): Copy menulist before sorting.
33040 (imenu--generic-function): Use START, not BEG, as pos of definition.
33041
33042 * simple.el (just-one-space): Argument specifies number of spaces.
33043
33044 * simple.el (eval-expression-print-format): Avoid warning
33045 about edebug-active.
33046
33047 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (tiny change)
33048
33049 * progmodes/sh-script.el: Code copied from make-mode.el
33050 with small changes,
33051 (sh-mode-map): Bind C-c C-\.
33052 (sh-backslash-column, sh-backslash-align): New variables.
33053 (sh-backslash-region, sh-append-backslash): New functions.
33054
33055 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
33056
33057 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
33058 (rmail-pop-password, rmail-pop-password-required): Move to
33059 rmail-obsolete group.
33060 (rmail-set-pop-password): Rename to rmail-set-remote-password.
33061 All callers updated.
33062 (rmail-get-pop-password): Rename to rmail-get-remote-password.
33063 Take an argument specifying whether it is POP or IMAP mailbox we
33064 are using. All callers updated.
33065 (rmail-pop-password-error): Rename to
33066 rmail-remote-password-error. Added mailutils-specific error message.
33067 (rmail-movemail-search-path)
33068 (rmail-movemail-variant-in-use): New variables.
33069 (rmail-remote-password, rmail-remote-password-required):
33070 New customization variables.
33071 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
33072 (rmail-parse-url): New function.
33073 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
33074 with GNU mailutils movemail.
33075
33076 2005-01-15 Kevin Ryde <user42@zip.com.au>
33077
33078 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
33079 suffix to space, $ or '$, to correctly position point when going
33080 to @table style constants like DBL_MAX.
33081
33082 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
33083
33084 * type-break.el (type-break-mode, type-break-file-time)
33085 (type-break-file-keystroke-count, type-break-choose-file):
33086 Don't store data in or load data from the file if type-break-file-name
33087 is nil.
33088 (type-break-file-name): Doc update as per the above.
33089
33090 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
33091
33092 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
33093 lookup-key might return nil; handle that.
33094
33095 2005-01-15 Alan Mackenzie <acm@muc.de>
33096
33097 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
33098 rather than the element found, thus enabling the tree to be setcar'd.
33099
33100 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33101
33102 * textmodes/org.el (org-show-following-heading): New option.
33103 (org-show-hierarchy-above): Use `org-show-following-heading'.
33104 (org-cycle): Documentation fix.
33105
33106 * textmodes/org.el (orgtbl-optimized): New option
33107 (orgtbl-mode): New command, a minor mode.
33108 (orgtbl-mode-map): New variable.
33109 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
33110 (orgtbl-error, orgtbl-self-insert-command)
33111 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
33112
33113 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
33114 a local variable in each org-mode buffer.
33115
33116 * textmodes/org.el (org-set-regexps-and-options): Rename from
33117 `org-set-regexps'. Added checking for STARTUP keyword.
33118 (org-get-current-options): Add STARTUP options.
33119 (org-table-insert-row): Make mode intelligent about when
33120 realignment is needed.
33121 (org-self-insert-command, org-delete-backward-char, org-delete-char):
33122 New commands.
33123 (org-enable-table-editor): New default value `optimized'.
33124 (org-table-blank-field): Support blanking regions if active.
33125
33126 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
33127
33128 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
33129 if the year is not given.
33130
33131 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
33132 Add new escapes %m and %M, fixed bug with %F by adding
33133 save-match-data.
33134 (reftex-reference): Remove ?. from list of spaces.
33135 (reftex-label-info): Add automatic label prefix recognition.
33136
33137 * textmodes/reftex-index.el (reftex-index-next-phrase):
33138 Add slave parameter to call of `reftex-index-this-phrase'.
33139 (reftex-index-this-phrase): New optional argument.
33140 (reftex-index-region-phrases): Add slave parameter to call of
33141 `reftex-index-this-phrase'.
33142 (reftex-display-index): New argument redo.
33143 (reftex-index-rescan): Add `redo' to arguments of
33144 `reftex-display-index'.
33145 (reftex-index-Rescan, reftex-index-revert)
33146 (reftex-index-switch-index-tag): Add `redo' to arguments of
33147 `reftex-display-index'.
33148 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
33149 indexing. Fix bug with matching is there is a quote before or
33150 after the word.
33151
33152 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
33153 Fix bug when collecting citation keys in lines with comments.
33154 (reftex-citation): Prefix argument no longer rescans the document,
33155 but forces prompting for optional arguments of cite macros.
33156 (reftex-do-citation): Prompting for optional arguments implemented.
33157
33158 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
33159 Add optional arguments to most cite commands.
33160 (reftex-cite-cleanup-optional-args): New option
33161 (reftex-cite-prompt-optional-args): New option.
33162 (reftex-trust-label-prefix): New option.
33163
33164 * textmodes/reftex-toc.el (reftex-toc-find-section):
33165 Add push-mark before changing the position in the buffer.
33166
33167 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
33168 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
33169
33170 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
33171
33172 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
33173 more carefully.
33174
33175 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
33176
33177 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
33178 (sgml-mode): Use it.
33179 (sgml-get-context): Better keep track of implicitly closed tags.
33180
33181 2005-01-13 Kenichi Handa <handa@m17n.org>
33182
33183 * textmodes/ispell.el: These changes are to fix misalignment error
33184 caused by equivalent characters of different Emacs charsets.
33185 (ispell-unified-chars-table): New variable.
33186 (ispell-get-decoded-string): New function.
33187 (ispell-get-casechars, ispell-get-not-casechars)
33188 (ispell-get-otherchars): Call ispell-get-decoded-string.
33189
33190 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
33191
33192 * custom.el (custom-declare-variable): Just put symbol instead
33193 of (defvar . symbol) in `current-load-list'.
33194
33195 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
33196
33197 * emacs-lisp/elint.el: Fixed typo in Commentary section.
33198
33199 2005-01-12 Jay Belanger <belanger@truman.edu>
33200
33201 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
33202 to create a Calc summary.
33203
33204 2005-01-12 Kim F. Storm <storm@cua.dk>
33205
33206 * mouse.el (mouse-on-link-p): Change functionality and doc
33207 string to comply with latest description in lisp ref.
33208
33209 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
33210
33211 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
33212 Enable mouse clicks on mode-line, header-line and margin.
33213 (event-type): Give mouse event symbols an `event-kind' property
33214 with value `mouse-click'.
33215
33216 2005-01-12 Juri Linkov <juri@jurta.org>
33217
33218 * facemenu.el (list-colors-display): Add new arg buffer-name.
33219 Use it. Fix docstring. Replace code for identifying duplicate
33220 colors by the name with call to `list-colors-duplicates' which
33221 identifies duplicate colors by the value unless the color
33222 is one of special Windows colors. Set truncate-lines to t.
33223 Print sorted duplicate color names on each line. Indent to 22
33224 \(the longest color name in rgb.txt) instead of 20. Optimize.
33225 (list-colors-duplicates): New function.
33226 (facemenu-color-name-equal): Delete function.
33227
33228 * facemenu.el (list-colors-print): New function created from code
33229 in list-colors-display. Print #RRGGBB at the window right edge.
33230 (list-colors-display): When temp-buffer-show-function is not
33231 defined, call list-colors-print from temp-buffer-show-hook
33232 to get the right value of window-width in list-colors-print
33233 after the buffer is displayed.
33234
33235 * simple.el (pop-mark): Move deactivate-mark out of conditional
33236 part to deactivate the active mark regardless of the state of the
33237 mark ring.
33238
33239 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
33240 variables line in desktop files.
33241
33242 2005-01-12 Juri Linkov <juri@jurta.org>
33243
33244 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
33245 Bring together isearch highlight related options.
33246 (lazy-highlight): Replace group `replace' by `matching'.
33247 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33248 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33249 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
33250 and declare them obsolete.
33251 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
33252 (isearch-faces): Remove defgroup.
33253 (isearch-overlay, isearch-highlight, isearch-dehighlight):
33254 Move isearch highlighting code closer to lazy highlighting code.
33255
33256 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
33257 (query-replace-highlight, query-replace-lazy-highlight)
33258 (query-replace): Move definitions to the beginning of the file.
33259
33260 2005-01-11 Juri Linkov <juri@jurta.org>
33261
33262 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
33263 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
33264 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
33265
33266 * info.el (Info-history-forward): New variable.
33267 (Info-select-node): Reset Info-history-forward to nil.
33268 (Info-last): Turn into defalias.
33269 (Info-history-back): Rename from Info-last.
33270 Add current node to Info-history-forward.
33271 (Info-history-forward): New fun.
33272 (Info-mode-map): Replace Info-last by Info-history-back.
33273 Bind Info-history-forward to "r".
33274 (Info-mode-menu): Replace Info-last by Info-history-back.
33275 Fix menu item text. Add menu item for Info-history-forward.
33276 (info-tool-bar-map): Replace Info-last by Info-history-back.
33277 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
33278 for Info-history-forward.
33279 (Info-mode): Replace Info-last by Info-history-back in docstring.
33280 Add local variable Info-history-forward.
33281 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
33282
33283 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
33284
33285 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
33286 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
33287 Ignore select-window events rather than fiddle with
33288 mouse-autoselect-window.
33289
33290 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
33291
33292 * type-break.el (type-break-mode): Fix previous change.
33293
33294 2005-01-10 Jay Belanger <belanger@truman.edu>
33295
33296 * calc/calc-ext.el (calc-reset): Reset when inside embedded
33297 calculator; only reset when point is inside a calculator.
33298 Don't adjust the window height if the window takes up the whole height
33299 of the frame.
33300
33301 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
33302
33303 * ebuff-menu.el (Electric-buffer-menu-mode):
33304 Preserve value of buffer-local var header-line-format.
33305
33306 2005-01-09 Jay Belanger <belanger@truman.edu>
33307
33308 * calc/calc.el (calc-mode-var-list-restore-saved-values):
33309 Make sure settings file exists before accessing it.
33310
33311 * calc/calc-embed.el (calc-embedded-subst):
33312 Replace math-multi-subst-rec, which is only supposed to be called
33313 by math-multi-subst, by math-multi-subst.
33314
33315 2005-01-09 Andre Spiegel <spiegel@gnu.org>
33316
33317 * vc.el (vc-allow-async-revert): New user option.
33318 (vc-disable-async-diff): New internal variable.
33319 (vc-revert-buffer): Use them to disable asynchronous diff.
33320
33321 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
33322 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
33323 asynchronously if vc-disable-async-diff is t.
33324
33325 2005-01-09 Jay Belanger <belanger@truman.edu>
33326
33327 * calc/calc.el (defcalcmodevar): New macro.
33328 (calc-mode-var-list-restore-default-values)
33329 (calc-mode-var-list-restore-saved-values): New functions.
33330 (calc-mode-var-list): Use defcalcmodevar to define it.
33331 (calc-always-load-extensions, calc-line-numbering)
33332 (calc-line-breaking, calc-display-just, calc-display-origin)
33333 (calc-number-radix, calc-leading-zeros, calc-group-digits)
33334 (calc-group-char, calc-point-char, calc-frac-format)
33335 (calc-prefer-frac, calc-hms-format, calc-date-format)
33336 (calc-float-format, calc-full-float-format, calc-complex-format)
33337 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
33338 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
33339 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
33340 (calc-matrix-brackets, calc-language, calc-language-option)
33341 (calc-left-label, calc-right-label, calc-word-size)
33342 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
33343 (calc-display-raw, calc-internal-prec, calc-angle-mode)
33344 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
33345 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
33346 (calc-window-height, calc-display-trail, calc-show-selections)
33347 (calc-use-selections, calc-assoc-selections)
33348 (calc-display-working-message, calc-auto-why, calc-timing)
33349 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
33350 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
33351 (calc-gnuplot-default-device, calc-gnuplot-default-output)
33352 (calc-gnuplot-print-device, calc-gnuplot-print-output)
33353 (calc-gnuplot-geometry, calc-graph-default-resolution)
33354 (calc-graph-default-resolution-3d, calc-invocation-macro)
33355 (calc-show-banner): Use defcalcmodevar to declare them and set
33356 their default values.
33357
33358 * calc/calc-ext.el (calc-reset): Restore saved values of variables
33359 instead of default values (but restore default values if there is
33360 an argument of 0).
33361
33362 2005-01-09 David Kastrup <dak@gnu.org>
33363
33364 * desktop.el (desktop-restore-eager): Fix typo in type.
33365
33366 2005-01-08 Richard M. Stallman <rms@gnu.org>
33367
33368 * cus-edit.el (customize): Delete :link.
33369
33370 2005-01-08 Jay Belanger <belanger@truman.edu>
33371
33372 * calc/calc.el (calc-mode): Remove the extension from the
33373 `calc-settings-file' file name when loading it.
33374
33375 2005-01-08 Kim F. Storm <storm@cua.dk>
33376
33377 * info.el (Info-mode-map, Info-next-link-keymap)
33378 (Info-prev-link-keymap, Info-up-link-keymap):
33379 Map follow-link to mouse-face.
33380 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
33381
33382 2005-01-08 Jay Belanger <belanger@truman.edu>
33383
33384 * calc/calc.el (calc-settings-file): Change default value.
33385 Suggested by cgw in a comment in calc-mode.el.
33386
33387 * calc/calc-mode.el (calc-settings-file-name):
33388 Compare calc-settings-file to user-init-file instead of ~/.emacs.
33389 Replace ~/.emacs in a prompt by calc-settings-file.
33390
33391 2005-01-07 Lars Hansen <larsh@math.ku.dk>
33392
33393 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
33394 (desktop-lazy-idle-delay): New customizable variables.
33395 (desktop-buffer-args-list): New variable.
33396 (desktop-append-buffer-args): New function.
33397 (desktop-save): Call desktop-append-buffer-args for some buffers.
33398 (desktop-lazy-create-buffer): New function.
33399 (desktop-idle-create-buffers): New function.
33400 (desktop-read): Add message about buffers to restore lazily.
33401 (desktop-lazy-abort): New command.
33402 (desktop-clear): Call desktop-lazy-abort.
33403 (desktop-lazy-complete): New command.
33404
33405 2005-01-06 Richard M. Stallman <rms@gnu.org>
33406
33407 * emacs-lisp/find-func.el (find-face-definition):
33408 Rename from find-face.
33409
33410 2005-01-06 Kim F. Storm <storm@cua.dk>
33411
33412 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
33413
33414 * man.el (Man-xref-man-page, Man-xref-header-file)
33415 (Man-xref-normal-file): Add follow-link property.
33416
33417 2005-01-06 Jay Belanger <belanger@truman.edu>
33418
33419 * calc/calc-units.el: Make sure the proper macro definitions are
33420 available when compiling.
33421
33422 2005-01-06 Juri Linkov <juri@jurta.org>
33423
33424 * isearch.el (isearch-lazy-highlight-update):
33425 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
33426
33427 2005-01-06 Miles Bader <miles@gnu.org>
33428
33429 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
33430 (isearch-lazy-highlight-face): Use new name.
33431
33432 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
33433
33434 * uniquify.el (uniquify-rationalize-file-buffer-names):
33435 Re-add an interactive spec.
33436 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
33437 to the same name.
33438
33439 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
33440 (isearch-update, isearch-done): Adjust calls accordingly.
33441
33442 2005-01-05 Richard M. Stallman <rms@gnu.org>
33443
33444 * custom.el (custom-set-variables, custom-theme-set-variables):
33445 Clarify documentation.
33446
33447 * emacs-lisp/find-func.el (find-variable)
33448 (find-variable-other-window, find-variable-other-frame):
33449 Fix the TYPE args to find-function-read and find-function-do-it.
33450 (find-function): Doc fix.
33451 (find-function-at-point): Replace function-at-point alias.
33452
33453 2005-01-04 Richard M. Stallman <rms@gnu.org>
33454
33455 * cus-face.el (custom-declare-face):
33456 Record defface in current-load-list.
33457
33458 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
33459
33460 * emacs-lisp/find-func.el: Doc fixes.
33461 (find-face-regexp): New variable.
33462 (find-function-regexp-alist): New variable.
33463 (find-function-C-source): Third arg is now TYPE.
33464 (find-function-search-for-symbol): Handle general TYPE.
33465 (find-function-read, find-function-do-it): Handle general TYPE.
33466 (find-definition-noselect, find-face): New functions.
33467 (function-at-point): Alias deleted.
33468
33469 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
33470
33471 * battery.el (display-battery-mode): Rename from display-battery.
33472 Handle the case where it gets turned off.
33473
33474 2005-01-04 Richard M. Stallman <rms@gnu.org>
33475
33476 * cus-edit.el (customize): Make :link point to user doc.
33477
33478 * man.el (Man-fontify-manpage): Turn off undo generation.
33479
33480 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
33481
33482 2005-01-04 Andreas Schwab <schwab@suse.de>
33483
33484 * files.el (insert-directory): Only look for error lines in
33485 inserted text. Don't move too far after processing --dired markers.
33486
33487 2005-01-04 Richard M. Stallman <rms@gnu.org>
33488
33489 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
33490 Don't expand if the character is @, period, dash, etc.
33491 (define-mail-abbrev): Quote names that contain problem characters.
33492
33493 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
33494
33495 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
33496
33497 2005-01-03 Richard M. Stallman <rms@gnu.org>
33498
33499 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
33500 (query-replace-highlight, query-replace-lazy-highlight)
33501 (query-replace): Definitions moved up. Doc fix.
33502
33503 2005-01-03 Richard M. Stallman <rms@gnu.org>
33504
33505 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
33506 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
33507 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
33508 (lazy-highlight-face): Rename from isearch-lazy-...
33509 Change all references to them.
33510
33511 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
33512
33513 * cus-edit.el (custom-file): Doc fix for defcustom.
33514 (custom-file): The function no longer sets the variable
33515 `custom-file' to its return value.
33516
33517 * startup.el (command-line): No longer load `custom-file'.
33518
33519 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
33520
33521 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
33522
33523 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
33524 Don't confuse module-prefixed identifiers for labels.
33525 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
33526
33527 2005-01-02 Richard M. Stallman <rms@gnu.org>
33528
33529 * files.el (basic-save-buffer-1): Fix previous change.
33530
33531 * loadhist.el (file-loadhist-lookup): New function.
33532 (file-provides, file-requires): Use it.
33533
33534 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
33535 instead of calculating the right size.
33536
33537 2005-01-02 Karl Chen <quarl@cs.berkeley.edu>
33538
33539 * vc-svn.el (vc-svn-diff): Stay local if possible.
33540
33541 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
33542
33543 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
33544
33545 * files.el (hack-local-variables): Fix last change.
33546
33547 2005-01-02 Jay Belanger <belanger@truman.edu>
33548
33549 * calc/calc-yank.el (calc-edit-top): New variable.
33550 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
33551 object. Change header properties.
33552 (calc-edit-finish, calc-edit-finish-stack-object)
33553 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
33554 edited object.
33555 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
33556 for the beginning of the edited object.
33557 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
33558 for the beginning of the edited object.
33559 * calc/calc-prog.el (calc-edit-macro-finish-edit)
33560 (calc-finish-formula-edit, calc-macro-repeats)
33561 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
33562 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
33563 beginning of the edited object.
33564 (calc-user-define-edit): Change the header for editing macros.
33565 Remove unnecessary variable.
33566
33567 2005-01-01 Jay Belanger <belanger@truman.edu>
33568
33569 * calc/calc-yank.el (calc-edit-mode): Change default header.
33570 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
33571 * calc/calc-store.el (calc-edit-variable): Change title to match new
33572 header.
33573 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
33574 mode to match new header.
33575 (calc-user-define-edit): Change titles to include names of commands.
33576 (calc-finish-formula-edit): Adjust to handle new header.
33577 (calc-finish-macro-edit): Remove.
33578 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
33579 (calc-edit-macro-command, calc-edit-macro-command-type)
33580 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
33581 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
33582 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
33583 (calc-edit-macro-finish-edit): New functions.
33584 (calc-user-define-edit): Use new functions to edit named calc macros.
33585
33586 2005-01-01 Stefan Monnier <monnier@iro.umontreal.ca>
33587
33588 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
33589
33590 * ses.el (copy-region-as-kill): Deactivate mark.
33591
33592 2005-01-01 Richard M. Stallman <rms@gnu.org>
33593
33594 * replace.el (occur-1): If the output buffer is also an input,
33595 don't kill it, rename it.
33596
33597 * faces.el (set-face-background, set-face-foreground): Doc fix.
33598
33599 * cus-face.el (custom-face-attributes): Fix :help-echo strings
33600 for :foreground and :background.
33601
33602 * dired.el (dired-view-command-alist): Variable deleted.
33603 (dired-view-file, dired-mouse-find-file-other-window):
33604 Delete the code to use it.
33605
33606 2005-01-01 Kim F. Storm <storm@cua.dk>
33607
33608 * image.el (insert-sliced-image): Use t for line-height property.
33609
33610 See ChangeLog.11 for earlier changes.
33611
33612 ;; Local Variables:
33613 ;; coding: iso-2022-7bit
33614 ;; add-log-time-zone-rule: t
33615 ;; End:
33616
33617 Copyright (C) 2005, 2006, 2007 Free Software Foundation, Inc.
33618
33619 This file is part of GNU Emacs.
33620
33621 GNU Emacs is free software; you can redistribute it and/or modify
33622 it under the terms of the GNU General Public License as published by
33623 the Free Software Foundation; either version 2, or (at your option)
33624 any later version.
33625
33626 GNU Emacs is distributed in the hope that it will be useful,
33627 but WITHOUT ANY WARRANTY; without even the implied warranty of
33628 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33629 GNU General Public License for more details.
33630
33631 You should have received a copy of the GNU General Public License
33632 along with GNU Emacs; see the file COPYING. If not, write to the
33633 Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
33634 Boston, MA 02110-1301, USA.
33635
33636 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1